﻿@charset "utf-8";

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

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

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

.col_headline { padding: 0 0 40px;}
.line_box { border-top: 2px solid #222; padding: 40px 0;}
.line_box .comlay { background: url(../bg/bg_line_cen.png) repeat-y 66.8% 0;}
.line_box > .col03 { background: url(../bg/bg_line_col03.png) repeat-y 26px 0;}
.wid1100 { width: 1080px; margin-left: -40px;}

/* 상단 네비게이션 */
.top_nav { font-size: 11px; background: #f3f3f3;}
.top_nav a { color: #222;}
.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:after { content: ""; display: block; clear: both;}
.top_nav .tn_left li { padding-left: 6px; margin-left: 6px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.top_nav .tn_left li:first-child { background: none; padding-left: 0; margin-left: 0;}
.top_nav .tn_left li a, .top_nav .tn_left li span { display: block; height: 30px; line-height: 29px;}
.top_nav .tn_left li a:hover { text-decoration: underline;}

.top_nav .tn_right { float: right;}
.top_nav .tn_right:after { content: ""; display: block; clear: both;}
.top_nav .tn_right li { padding-left: 6px; margin-left: 6px; 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: 30px; line-height: 29px;}
.top_nav .tn_right li a:hover { text-decoration: underline;}

/* 날짜 */
.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; min-height: 118px;}
#header > div { padding: 0;}
.head_top { position: relative;}
.head_top > div h1 { position: absolute; left: 0; top:15px; width: 350px;}
.head_top > div h1 b { display: table-cell; width: 350px; height: 90px; vertical-align: middle; text-align: left;}
.head_top > div:after { content: ""; display: block; clear: both;}
.head_top > div .head_ban { margin: 18px 0;}

.search_box { position: relative; float: right;}
.search_box:after { content: ""; display: block; clear: both;}
.search_box > div { float: left;}
.search_wrap { position: relative; margin-top: 40px; border: 1px solid #dedede; overflow: hidden;}
.search_wrap input[type=text] { width: 170px; padding: 9px 15px 10px; margin-right: 32px; font-size: 13px; border: 0;}
.search_wrap .i_label { left: 10px; top:10px; font-size: 13px; color: #c9c9c9;}
.search_wrap .btn_search { position: absolute; right: 0; top: -1px; width:35px; height: 35px; background: #fff;}
.search_wrap .btn_search > span { display: block; width: 18px; height: 18px; background: @main_color@; margin-left: 5px; transition: .3s all ease;}
.search_wrap .btn_search > span > span { position: relative; top: -1px; left: -1px; display: block; width: 20px; height: 20px; background: url(../btn/btn_search.png) no-repeat 0 center; text-indent: -9999em;}
.search_wrap .btn_search:hover > span { background-color: @over_main_color@;}
.search_box .weather_box { position: relative; top: 40px; right: 20px; z-index: 2;}
.search_box .head_ban { position: relative; z-index: 3;}

.head_cen { position: relative; z-index: 120; border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; background: #fff;}

#gnb { position: relative; text-align: center; height: 71px; margin-left: -15px;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { float: left; display: block;}
#gnb > li:first-child { background: none;}
#gnb > li > a { position: relative; display: block; height: 71px; line-height: 69px; font-size: 16px; padding: 0 15px; color: #000; font-weight: bold; margin-right: -1px; z-index: 1;}
#gnb > li > a > span { position: relative; display: block;}
#gnb > li > a > span:after { position: absolute; left: 50%; top: -1px; margin-left: 0; content: ""; display: block; width: 0; height: 3px; background: @main_color@; transition: all .3s ease;}

#gnb > li > a.on, #gnb > li > a.active { color: @main_color@;}
#gnb > li > a.on > span:after, #gnb > li > a.active > span:after { left: 0; width: 100%;}

#gnb > li > ul { position: absolute; left: 0; top: 71px; border: 1px solid #dedede; border-top: 0; background: #fff; z-index: 3; box-shadow: 1px 1px 0 rgba(0,0,0,.05); padding: 0 10px;}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block;}
#gnb > li > ul li:first-child { background: none;}
#gnb > li > ul li a { position: relative; display: block; height: 55px; line-height: 53px; color: #767676; font-size: 15px; padding: 0 10px; font-weight: bold;}
/* #gnb > li > ul li a:hover > span:after { position: absolute; left: 0; top: 0; content: ""; display: block; width: 100%; height: 100%; background: @main_color@; opacity: .1;} */
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { color: @sub_color@;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 0; height: inherit; text-align: left; width: 500px; padding: 0;}
#gnb.vertical > li > ul li { float: none; display: block; background: none; text-align: left; border: 0;}
#gnb.vertical > li > ul li:first-child { padding-left: 0; margin-left: 0;}
#gnb.vertical > li > ul li a { display:block; height: 45px; line-height: 43px; padding: 0;}
#gnb.vertical > li > ul li:first-child a { border-top: 0;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 10px 0 15px;}
#gnb.vertical > li > ul li a:hover, #gnb > li > ul li a.active { color: @sub_color@;}

/* Footer */
#footer {}
#footer .wrapper > div { max-width: @wrap_width@px;}
.foot_top { background: #f4f4f4;}

.foot_wrap { position: relative; padding: 22px 0 30px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; top: 25px; display: table; margin-right: 40px; text-align: center;}
.foot_wrap h6 b { display: table-cell; vertical-align: middle; text-align: center;}
.foot_wrap > div { padding-left: 210px;}

.foot_nav { padding: 17px 0 19px; 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: 12px; margin: 0 14px 0 12px; color: #ccc;}
.foot_nav > ul li:first-child:before { visibility: hidden;}
.foot_nav > ul li a { font-size: 13px; color: #666;}
.foot_nav > ul li a:hover { text-decoration: underline;}

.foot_con > p { font-size: 11px; color: @txt_sub_color@; letter-spacing: 0;}
.foot_con > p * { font-style: normal; font-weight: normal; color: @medium@; margin-right: 10px; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 25px;}


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

.page_tit { position:relative; font-size: 26px; padding-bottom: 17px; line-height: 1.2; margin-left: -2px; border-bottom: 1px solid @border_main_color@; margin-bottom: 20px;}

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

.line_wrap { margin: 0 0 20px; background: url(../bg/bg_linewrap.png) repeat-y 699px 0; border-bottom: 1px solid #dedede;}
.line_wrap02 { padding: 20px 0 0; background: url(../bg/bg_linewrap.png) repeat-y 299px 0;}
.bg_wrap { padding: 0 0 20px; background: url(../bg/bg_bgwrap.png) repeat-y right 0; margin-bottom: 20px;}
hr.line { display: block; outline: none; padding: 0; margin: 0; height: 1px; border: none; background: #dedede; width: 699px;}

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