﻿@charset "utf-8";

@import "reset_cache.css";
@import "module_cache.css";
@import "company_cache.css";

/* Common Layout */
.body_wrap { position: relative; min-width: 1200px; overflow: hidden;}

.wrapper { position: relative; width: 100%; min-width: 1200px;}
.wrapper > div { position: relative; max-width: 1160px; margin: 0 auto; padding: 0 20px;}
.wrapper > div:after { content: ""; display: block; clear: both;}

/* 유틸 네비게이션 */
.util_nav { position: absolute; right: 0; top: 43px;}
.util_nav:after { content: ""; display: block; clear: both;}
.util_nav li { float: left; margin-left: 5px;}
.util_nav li a { display: block; height: 28px; border: 1px solid #b9bdbf; background: #d5dadc; color: #000; font-size: 12px; border-radius: 3px; line-height: 27px; padding: 0 5px; transition: background .3s ease;}
.util_nav a:hover { background: #c2c9cc;}

/* 날짜 */
.today_txt { float: left; font-size: 15px; text-align: right; color: #222; margin-bottom: -3px; font-size: 11px; margin: 9px 4px 0 7px;}

/* Header */
#header { z-index: 100;}
.head_top { position: relative; border-bottom: 5px solid #12407a; background: #fff; height: 100px; padding-top: 20px;}
.head_top > div h1 { position: relative; float: left; display: table; margin-right: 30px; z-index: 2;}
.head_top > div h1 b { display: table-cell; height: 100px; vertical-align: middle; text-align: left;}

@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }

#gnb { position: relative;  height: 40px; padding-top: 40px; font-family: 'GmarketSansBold', sans-serif;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { position: relative; float: left; display: block;}
#gnb > li:first-child { background: none;}
#gnb > li > a { position: relative; display: block; height: 40px; line-height: 40px; font-size: 20px; padding: 0 12px; color: #222; margin-right: -1px; z-index: 1; transition: color .3s ease; border: 1px solid transparent;}
#gnb > li > a b { font-weight: normal;}
#gnb > li > a br { display: none;}
#gnb > li > a > span { position: relative; display: block; letter-spacing: -0.02em;}
#gnb > li > a:hover { color: #0468be;}
#gnb > li > a.on, #gnb > li > a.active { color: #05b2d4;}

/*
#gnb > li.btn_more { margin-left: 22px;}
#gnb > li.btn_more > a { text-indent: -9999em; background: url(../btn/btn_more.png) no-repeat 0 0;}
#gnb > li.btn_more > a.on { background-position: 0 -60px;}
*/
#gnb > li.btn_more > a.on { background: #0468be; color: #fff; border-radius: 5px; border: 1px solid #025399;}

#gnb > li > ul { position: absolute; left: -180px; top: 55px; border-top: 0; background: #0468be; width: 480px; z-index: 120; box-shadow: 4px 4px 0 rgba(0,0,0,.2); border: 1px solid #709ec6;}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; width: 33.3333%;}
#gnb > li > ul li:first-child { background: none;}
#gnb > li > ul li a { position: relative; display: block; height: 55px; line-height: 55px; color: #fff; font-size: 15px; padding: 0 10px; font-size: 17px; border: 1px solid #709ec6; margin: -1px 0 0 -1px;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { background-color: #025399;}

/* Search */
.search_con { position: absolute; right: 340px; top: 85px; width: 268px; background: #0468be; z-index: 120; box-shadow: 4px 4px 0 rgba(0,0,0,.2);}
.search_con > div { position: relative; margin: 13px;}
.search_con > div:after { content: ""; display: block; clear: both;}
.search_con input { float: left; border: 0; font-size: 15px; padding: 9px 10px 11px; height: 17px; width: 186px;}
.search_box .btn_search { position: absolute; right: 0; top: 0; width: 38px; height: 37px; background:url(../btn/btn_search_w.png) no-repeat -5px -72px; text-indent: -9999px;}
.head_search::placeholder { color: #999;}

.search_box .btn_all_search { position: absolute; right: 340px; top: 28px; display: block; width: 58px; height: 58px; text-indent: -9999px; background: url(../btn/btn_search.png) no-repeat 0 -60px; z-index: 100;}
.search_box .btn_all_search.on { background-position: 0 0;}

/* Footer */
#footer { background: #fff; border-top: 1px solid #ddd;}
#footer .wrapper > div { max-width: 1160px;}
.foot_top { border-bottom: 1px solid #ddd;}
.foot_bot { border-top: 1px solid #aaa;}

.foot_wrap { position: relative; padding: 30px 0 40px;}
.foot_wrap h6 { display: inline-block; margin-bottom: 20px; text-align: center;}

.w_sns_link .sns_link { display: inline-block; margin-left: 40px;}
.w_sns_link .sns_link li { display: inline-block; margin: 0 10px;}
.w_sns_link .sns_link li a { display: block; transition: all .3s ease;}
.w_sns_link .sns_link li a:hover { transform: translateY(-2px);}

.foot_nav { padding: 20px 0 22px; height: 18px;}
.foot_nav > ul { position: relative; text-align: center;}
.foot_nav > ul li { display: inline-block;}
.foot_nav > ul li:before { position: relative; top: -1px; content: "/"; font-size: 14px; margin: 0 14px 0 12px; color: #bbb;}
.foot_nav > ul li:first-child:before { visibility: hidden;}
.foot_nav > ul li a { font-size: 14px; font-weight: bold;}
.foot_nav > ul li a:hover { text-decoration: underline;}

.foot_con > p { font-size: 13px; text-align: center; line-height: 1.7;}
.foot_con > p * { font-style: normal; font-weight: normal; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 25px;}

/* Content */
#container { position: relative;}
#container > div { padding: 35px 0;}

.section_page { position: relative;}
.section_page > div { padding: 35px 0 70px;}

.main_con { padding: 45px 0;}
.main_con.bg_gray { background: #f6f6f6; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;}

.page_tit { position:relative; font-size: 26px; padding-bottom: 17px; line-height: 1.2; margin-left: -2px; border-bottom: 1px solid #dedede; margin-bottom: 20px; font-family: 'GmarketSansBold', sans-serif; font-weight: normal; letter-spacing: -0.02em;}

.btn_mobile { position: relative; text-align: center; padding: 15px 0;}
.sublay { background: url(../bg/bg_linewrap.png) repeat-y 800px 0;}
.line { background: url(../bg/bg_linewrap.png) repeat-y 515px 0;}
.aside_box { position: relative; padding-left: 60px;}

.scroll-in01, .scroll-in02 { z-index: 10;}

.tit_set h2 a { font-family: 'GmarketSansBold', sans-serif; font-weight: normal; letter-spacing: -0.02em;}

.bg_broardcast { background: #0468be url(../bg/bg_broadcast.png?200805) no-repeat center top; background-size: cover;}
.bg_broardcast > div { padding: 35px 0;}
.bg_gray { background: #e4e4e4;}

.bg_world { background: url(../bg/bg_world.png) no-repeat center top; background-size: cover;}
.bg_world > div { padding: 35px 0;}

.border_hr { border: 0; outline: 0; border-top: 1px solid #ddd; display: block;}