a {
    letter-spacing: -1px;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #2492d6;
}

body {
    margin: 0px;
    padding: 0px;
    background-image: url('/images/index/background_2016.png');
}

div, span, ul, li, table th, table td, a {
    font-family: NotoSansKR;
    letter-spacing: -1px;
}

.underline_none a {
    text-decoration: none;
}

.header a:hover {
    text-decoration: none;
    color: #000000;
}

.padding_left_5 {
    padding-left: 5px;
}

/*전체구조에 대한 세팅입니다.*/
#wrap {
    width: 100%;
    height: 100%;
    border: 0px solid red;
    margin: auto;
}

#top_bar {
    height: 5px;
    width: 100%;
    background-color: #2492d6;
    overflow: hidden;
}

#top_wrap {
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

#box_1 {
    width: 100%;
    height: 550px;
    border: 0px solid blue;
    margin-top: 10px;
    overflow: hidden;
}

#box_ad {
    width: 100%;
    height: 52px;
    border: 0px solid blue;
    margin-top: 10px;
    overflow: hidden;
}

#box_ad_banner {
    width: 1000px;
    height: 50px;
    background-color: #fff;
    margin: 0 auto;
    border: 0px solid #ccc;
}

#box_2 {
    width: 100%;
    height: 425px;
    border: 0px solid blue;
    margin-top: 10px;
    overflow: hidden;
}

#box_3 {
    width: 100%;
    height: 120px;
    border: 0px solid blue;
    margin-top: 10px;
    overflow: hidden;
}

#box_4 {
    width: 100%;
    height: 250px;
    border: 0px solid blue;
    margin-top: 10px;
}

#box_5 {
    width: 100%;
    height: 100px;
    border: 0px solid blue;
    margin-top: 10px;
    overflow: hidden;
}

#box_footer {
    width: 100%;
    height: 180px;
    border: 0px solid blue;
    margin-top: 0px;
    overflow: hidden;
}

.notice_list p, .magazine_emp p, .magazine_news p, .recruit_emp p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.type_title {
    font-weight: bold;
    font-size: 1.0em;
}

/****** 각각의 박스안의 하부구조에 대한설정입니다.******/
#login_bar {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    border: 0px solid red;
    padding: 10px;
}

#join_button {
    width: 80px;
    height: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
    float: right;
    border-radius: 2px;
    text-align: center;
    padding-top: 5px;
    font-weight: 500;
    margin-right: 5px;
    letter-spacing: -1px;
    font-size: 1.1em;
}

#join_button:hover {
    color: #000;
}

#user_name {
    padding-top: 5px;
    padding-right: 15px;
    float: right;
}

#user_name strong {
    font-size: 1.1em;
}

#login_button {
    width: 80px;
    height: 22px;
    border: 1px solid #127ca2;
    background-color: #2492d6;
    float: right;
    border-radius: 2px;
    text-align: center;
    padding-top: 5px;
    font-weight: 500;
    color: #fff;
    font-size: 1.1em;
}

#menu_bar {
    width: 1000px;
    height: 80px;
    border: 0px solid red;
    margin: 0 auto;
}

#contents_area_1 {
    width: 1000px;
    height: 560px;
    margin: 0 auto;
    border: 0px solid red;
}

.contents_area_left {
    width: 600px;
    height: 100%;
    margin: 0 auto;
    border: 0px solid green;
    overflow: hidden;
    float: left;
}

.contents_area_right {
    width: 400px;
    height: 100%;
    border: 0px solid green;
    display: block;
    float: left;
    display: inline;
    overflow: visible;
}

/*********** 검색창 ***********/
#search {
    width: 558px;
    height: 75px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px;
}

#search_form {
    width: 360px;
    height: 40px;
    border: 5px solid #2492d6;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

#search_button {
    width: 50px;
    height: 20px;
    background-color: #2492d6;
    float: left;
    margin-top: 5px;
    font-size: 1.4em;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    padding-right: 15px;
    text-align: center;

}

#popsearch {
    width: 540px;
    height: 25px;
    border: 0px solid #2492d6;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
    font-size: 1.2em;
    padding-top: 7px;
}

.keyword {
    font-size: 1.17em;
    font-weight: 500;
    margin-left: 10px;
    list-style-type: circle;
    display: inline;
}

.popular_word {
    color:#284563;
    font-weight: 700;
    font-size: 1.05em;
}

/********* 매체별 최신 광고 *********/
#latest_ad {
    width: 538px;
    height: 400px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 10px;
}

#mini_tab {
    width: 600px;
    border: 0px solid red;
}

#latest_ad_title {
    border: 0px solid red;
    float: left;
    margin: 0;
    display: block;
    padding-top: 0px;
    padding-right: 20px;
}

.tab_on {
    width: 44px;
    height: 17px;
    background-color: #2492d6;
    border: 1px solid #195e99;
    float: left;
    margin-left: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 2px;
    padding: 2px;
    text-align: center;
    letter-spacing: -1px;
}

.tab_off {
    width: 44px;
    height: 17px;
    background-color: #fefefe;
    border: 1px dotted #ccc;
    float: left;
    margin-left: 5px;
    color: #666;
    font-size: 1.1em;
    font-weight: normal;
    border-radius: 3px;
    padding: 2px;
    text-align: center;
    overflow: hidden;
    letter-spacing: -1px;
}

.thumnail {
    width: 160px;
    height: 155px;
    border: 0px solid red;
    float: left;
    margin-bottom: 10px;
    margin-right: 16px;
    line-height: 16px;
    color: #666;
}

.thumnail a {
    color: #666;
}


.thumnail:nth-child(n + 4) {
    margin-top: 10px;
}

.thumnail .headline {
    height: 35px;
    padding-top: 12px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
}
.thumnail .headline a {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
}

.pic {
    width: 160px;
    height: 110px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #bbb;
}

.pic img {
    width: 100%;
    /*height: 140px;*/
}

/********** 우측배너광고 **********/
.contents_area_right_banner {
    width: 400px;
    height: 550px;
    border: 0px solid green;
    display: block;
    float: left;
    display: inline;
    overflow: visible;
}

#banner {
    width: 400px;
    height: 372px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 10px;
}

#banner iframe .left-arrow {
    border: 1px solid white;
}

/*********** 공지사항 ***********/
#notice {
    width: 400px;
    height: 142px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: visible;
    padding-top: 20px;
}

#notice_title {
    padding-top: 10px;
}

.notice_list {
    height: 26px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
    border-bottom: 1px dotted #999;
    color: #666;
    padding-bottom: 6px;
}

.notice_text {
    font-size: 1.2em;
}

#contents_area_2 {
    width: 1002px;
    height: 425px;
    margin: 0 auto;
    border: 0px solid red;
}

/********** 글로벌 크리에이티브 **********/
#global_creative {
    width: 548px;
    height: 393px;
    margin-right: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    float: left;
    padding-left: 40px;
    padding-top: 30px;
}

#global_creative_title {
    width: 490px;
    border: 0px solid red;
    float: left;
    margin-bottom: 0px;
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
}

/*********** 베스트 매거진 **********/
#best_magazine {
    width: 400px;
    height: 392px;
    border: 1px solid #ccc;
    overflow: visible;
    background-color: #fff;
    float: left;
    padding-top: 30px;
    float: left;
}

#thumnail1 {
    width: 162px;
    height: 155px;
    border: 0px solid red;
    display: block;
    float: left;
    margin-right: 24px;
    margin-top: 20px;
}

#thumnail2 {
    width: 162px;
    height: 155px;
    border: 0px solid red;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

#magazine_text_area {
    border: 0px solid red;
    width: 370px;
    margin-top: 180px;
}

.magazine_emp {
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 18px;
    border-bottom: 1px dotted #ccc;
    padding-top: 0px;
}

.magazine_emp_text {
    font-size: 1.2em;
    padding-left: 5px;
}

.magazine_news {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
    padding-top: 0px;
    color: #666;
}

.column_title {
    height: 33px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-top: 12px;
}

/********** 퀵 메뉴 **********/
#quick_menu {
    width: 1000px;
    height: 118px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
}

#quick_menu ul {
    text-align: center;
    overflow: hidden;
}

#quick_menu li {
    float: left;
    padding: 15px;
}

#quick_menu li.division_line {
    padding: 0;
}

#contents_area_4 {
    width: 1002px;
    height: 240px;
    margin: 0 auto;
    border: 0px solid red;
}

#quick_menu_left img {
    float: left;
}

#quick_menu_right img {
    float: right;
}

.line {
    display: inline-block;
    width: 1px;
    height: 58px;
    background: #bdbdbd;
    text-indent: -999em;
    margin-top: 30px;
}

/****** 크리에이티브 제공현황 ******/
#tv_contents {
    width: 548px;
    height: 223px;
    margin-right: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    float: left;
    padding-top: 25px;
    padding-left: 40px;
}

#theme_title {
    float: left;
}

/********** 채용정보 **********/
#recruit {
    width: 400px;
    height: 248px;
    border: 1px solid #ccc;
    overflow: visible;
    background-color: #fff;
    float: left;
}

#recruit_title {
    padding-bottom: 10px;
}

.recruit_emp {
    height: 27px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    color: #666;
}

.recruit_emp_text {
    font-size: 1.2em;
    padding-left: 5px;
}

/********** 퀵링크 영역 **********/
#quick_link {
    width: 1000px;
    height: 98px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
}

/********** 푸터 영역 ***********/
#contents_footer {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    border: 0px solid red;
    font-size: 1.2em;
    letter-spacing: -1px;
    padding-top: 10px;
}

#bottom_menu {
    width: 1000px;
    height: 44px;
    background-color: #2492d6;
    border: 1px solid #195e99;
    text-align: center;
}

#footer_text {
    text-align: center;
    line-height: 22px;
    font-size: 0.92em;
}

.footer_menu_text {
    font-size: 1.1em;
    float: left;
    color: #fff;
    margin-left: 20px;
    font-weight: 500;
    padding-top: 15px;
}

/******* 크리에이티브 제공현황 *******/
#logo_area {
    width: 300px;
    border: 0px solid red;
    margin-top: 5px;
    float: left;
    display: block;
}

#main_menu {
    width: 690px;
    border: 0px solid blue;
    float: left;
    margin: 30px 0px;
}

#main_menu a {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: -1px;
}

ul {
    list-style-type: none;
    float: left;
    display: inline;
}

#main_menu > ul {
    float: right;
}

.mainmenu {
    display: inline;
    margin-left: 23px;
}

.mainmenu:first-child {
    margin-left: 0px;
}

.tag_new_on {
    width: 34px;
    height: 13px;
    /*background-image: url(../images/index/mainframeright/new_2016.png);*/
    position: relative;
    z-index: 1000;
    /*left: -28px;*/
    /*top:12px;*/
    left: -27px;
    top: 16px;
    border: 0px solid red;
}

.tag_new_off {
    width: 34px;
    height: 13px;
    position: relative;
    left: -35px;
    top: 12px;
    border: 0px solid red;
}

.section-heading {
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000;
}

.section-heading-sub {
    font-size: 0.8em;
    font-weight: 200;
    color: #999;
    letter-spacing: 0px;
    margin-left: 5px;
}

strong {
    font-weight: 500;
    color: #333;
}

#mainFramePanel_new {
    background: #fff;
}