﻿@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 !important;}
.wrapper > div { position: relative; max-width: 1160px; margin: 0 auto; padding: 0 20px;}
.wrapper > div:after { content: ""; display: block; clear: both;}

.line_bg { border-top: 1px solid #dedede; background: url(../bg/bg_line_cen.png) repeat-y 58.53% 0;}
.line_bg > div { padding-top: 20px;}

/* 상단 네비게이션 */
.top_nav { font-size: 11px; color: #808080; background: #fff;}
.top_nav ul:after { content: ""; display: block; clear: both;}
.top_nav ul li { float: left;}
.top_nav .tn_left { float: left;}
.top_nav .tn_left li { padding-left: 8px; margin-right: 8px; background: url(../icon/icon_bu01.png) no-repeat 0 15px;}
.top_nav .tn_left li a { display: block; height: 35px; line-height: 34px;}
.top_nav .tn_left li a:hover { opacity: .8;}

.top_nav .tn_right { float: right;}
.top_nav .tn_right li { padding-left: 8px; margin-left: 8px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.top_nav .tn_right li:first-child { background: none;}
.top_nav .tn_right li a { display: block; height: 35px; line-height: 34px;}
.top_nav .tn_right li a > span { color: #006fbc;}
.top_nav .tn_right li a:hover { opacity: .8;}

/* 날짜와 날씨 */
.today_txt { font-size: 19px; color: #363636; margin-bottom: 10px;}
 
/* Header */
#header { z-index: 1000;}
#header > div { position: relative; padding: 0; max-width: 1200px;}

.header_cen { position: relative; width:100%; background: #006fbc;}
.header_cen > div { position: static; width: 1160px; margin: 0 auto; height: 50px;}
.header_cen > div > h1 { float: left; width: 210px; height: 50px; background: #fff; margin-left: -20px}
.header_cen > div > h1 > a { display: block; text-align: center; margin-top: 4px;}
.header_cen > div > h1 > a img { width: auto;}

#gnb { position: relative; height: 50px; float: left; margin-left: 10px;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { float: left; display: block; border-left: 1px solid #006fbc;}
#gnb > li > a { display: block; height: 50px; line-height: 48px; font-size: 14px; padding: 0 13px; transition: .3s all ease; color: #fff; font-weight: bold;}
#gnb > li > a.on, #gnb > li > a.active { background: #363636;}

#gnb > li > ul { position: absolute; left: 0; top: 50px; background: #363636; padding: 0 5px; border-radius: 0 0 10px 10px;}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block; padding: 0 7px;}
#gnb > li > ul li a { display: block; height: 50px; line-height: 47px; color: #fff;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { text-decoration: underline;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { height: inherit; text-align: left; width: 900px; padding: 7px 0 5px;}
#gnb.vertical > li > ul li { float: none; display: block; padding: 0; background:none; text-align: left;}
#gnb.vertical > li > ul li:first-child { padding-left: 0; margin-left: 0;}
#gnb.vertical > li > ul li a { display:block; height: 36px; line-height: 34px;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 30px 0 15px;}
#gnb.vertical > li > ul li a:hover span, #gnb > li > ul li a.active span { text-decoration: underline;}

#gnb > li.img_btn01 { margin-left: 35px;}
#gnb > li.img_btn01 > a { text-indent: -9999em; width: 78px; background: #ff7e00 url(../img/img_gnb01.png?180626) no-repeat center 14px;}
#gnb > li.img_btn01 > a.on, #gnb > li.img_btn01 > a.active { background-color: #e95d00;}
#gnb > li.img_btn02 { border-left: 0;}
#gnb > li.img_btn02 > a { text-indent: -9999em; width: 78px; background: #a4005b url(../img/img_gnb02.png) no-repeat center center;}
#gnb > li.img_btn02 > a.on, #gnb > li.img_btn02 > a.active { background-color: #8a004d;}

/* Footer */
#footer > div { max-width: 1160px; background: #fff; border-top: 2px solid #ededed;}
.foot_wrap { position: relative; padding: 25px 0 20px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; display: table; margin-right: 40px; margin-left: 10px; margin-top: 5px; text-align: center;}
.foot_wrap h6 b { display: table-cell; vertical-align: middle; text-align: center;}

.foot_con { position: relative; padding-left: 180px;}
.foot_con > ul { position: relative;}
.foot_con > ul:after { content: ""; display: block; clear: both;}
.foot_con > ul li { float: left; padding-left: 8px; margin-left: 8px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.foot_con > ul li:first-child { background: none; padding-left: 0; margin-left: 0;}
.foot_con > ul li a { display: block; height: 16px; line-height: 14px; font-size: 12px; color: #808080;}
.foot_con > ul li a:hover { color: #222;}
.foot_con > p { font-size: 11px; color: #808080; letter-spacing: 0; margin-top: 10px; padding-top: 10px; border-top: 1px solid #dedede;}
.foot_con > p * { font-style: normal; font-weight: normal; color: #bbb; margin-right: 10px; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 18px;}

/* Content */
#container { padding-top: 30px; padding-bottom: 30px; background: #fff;}
.container_solo { clear: both; position: relative; padding-bottom: 0 !important;}
#container > div { margin-bottom: 30px;}
.column_tit { font-size: 17px; font-weight: bold; color: #363636; line-height: 1.2; margin-top: -3px;}

.page_tit { position:relative; font-size: 26px; padding-bottom: 17px; line-height: 1.2; margin-left: -2px;}

.btn_mobile { position: relative; text-align: center; padding: 20px 0;}

/* Search */
.search_box { position: absolute; right: -20px; top: 0; height: 50px; overflow: hidden; padding-left: 40px;}
.search_con { position: absolute; width: 293px; height: 36px; padding: 7px 0 7px 7px; z-index: 10; background: #0061a5;}
.search_con:after { content: ""; display: block; clear: both;}
.search_con input { border: 0; font-size: 13px; padding: 8px 10px 10px; height: 18px; width: 206px;}
.search_con .i_label { top: 17px; left: 17px; font-size: 13px; color: #bbb;}
.search_box .btn_search_submit { position: absolute; right: 30px; top: 7px; display: block; width: 37px; height: 36px; text-indent: -9999px; background: #006fbc url(../btn/btn_search_collap.png) no-repeat -1px -6px;}

.search_box .btn_search_close { position: absolute; right: 0; top: 0; display: block; width: 25px; height: 50px; text-indent: -9999px; background: url(../btn/btn_search_collap.png) no-repeat -50px 1px; z-index: 12; transition: none;}

.search_box .btn_all_search { position: absolute; right: 0; top: 0; display: block; width: 40px; height: 50px; text-indent: -9999px; background: url(../btn/btn_search_collap.png) no-repeat 0 1px; z-index: 12; transition: none;}

/* add */
.pl20 .hdl_010 { max-height: 279px; overflow: hidden;}
.arv_005 .fix_art_top.fix { top: 50px !important;}
.p_titbox { padding: 0 10px 15px;}

/* aside lnb */
@import url('https://fonts.googleapis.com/css?family=Roboto');
.collnb > div { background: #fff;}
.aside_lnb { width: 160px !important; font-family: 'Roboto', 맑은고딕, Malgun Gothic, Apple SD Gothic Neo, 돋움, Dotum, Helvetica, Droid Sans, AppleSDGothic, Arial, sans-serif;}
.al_wrap { background: #f0f0f0; box-shadow: 4px 4px 4px rgba(0,0,0,.25);}
.al_con { padding: 20px 15px; border-top: 1px solid #006fbc;}
.al_con h2 { font-size: 16px; margin-bottom: 8px;}
.al_con hr { display: block; outline: 0; padding: 0; margin: 15px 0; border: 0; border-top: 1px solid #ccc;}
.al_con > ul > li > a { position: relative; display: block; padding: 3px 5px; padding-right: 13px; font-size: 13px; font-weight: bold; color: #6f6f6f; transition: color .3s ease;}
.al_con > ul > li > a:after { position: absolute; right: 3px; top: 50%; content: ""; display: block; width: 4px; height: 6px; background: url(../btn/btn_aside_lnb.png) no-repeat 0 0; margin-top: -3px;}
.al_con h2.en, .al_con > ul.en > li > a { letter-spacing: -.02em;}
.al_con > ul.etc > li > a { color: #222; padding: 3px 0;}
.al_con > ul.etc > li > a:after { display: none;}
.al_con > ul > li > a:hover { color: #006fbc;}