﻿@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; background: #fff;}
.wrapper > div:after { content: ""; display: block; clear: both;}

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

/* 상단 네비게이션 */
.top_nav { font-size: 11px; color: @txt_sub_color@;}
.top_nav > div { border-bottom: 1px solid @border_sub_color@;}
.top_nav a { color: @txt_sub_color@;}
.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 { color: @black@;}

.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: 35px; line-height: 34px;}
.top_nav .tn_right li a:hover { color: @black@;}

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

/* Header */
#header { z-index: 100;}
#header > div { padding: 0; max-width: @body_width@px;}
.head_top { position: relative; border-bottom: 1px solid @border_main_color@; padding: 0 @wrap_margin_left_right@px;}
.head_top > div { min-height: 110px;}
.head_top > div h1 { position: absolute; left: 50%; top:0; width: 460px; margin-left: -230px;}
.head_top > div h1 b { display: table-cell; width: 460px; height: 110px; vertical-align: middle; text-align: center;}
.head_top > div:after { content: ""; display: block; clear: both;}
.head_top > div > div { width: 260px; margin: 15px 0 2px;}
.head_top .ht_left { float: left;}
.head_top .ht_left .com_ban { text-align: left !important;}
.head_top .ht_right { float: right;}
.head_top .ht_right .com_ban { text-align: right !important;}

.head_cen { position: relative; z-index: 120;}

#gnb { position: relative; text-align: center; height: 45px; border-bottom: 1px solid @border_main_color@; padding: 0 20px;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { float: left; display: block;}
#gnb > li > a { display: block; height: 45px; line-height: 44px; font-size: 15px; padding: 0 13px; transition: .3s all ease; color: @black@; font-weight: bold;}
#gnb > li:first-child { background: url(../icon/icon_line02.png) no-repeat right 17px; margin-right: 5px;}
#gnb > li:first-child > a { padding-left: 40px; padding-right: 21px; background: url(../icon/icon_all.png) no-repeat 20px center;}

#gnb > li > a.on, #gnb > li > a.active { color: @main_color@;}
#gnb > li > ul { position: absolute; left: 0; top: 45px; border-top: 1px solid @border_main_color@; background: url(../bg/bg_gnb.png) repeat-x 0 0; width: 100%; height: 47px; box-shadow: 2px 2px 4px rgba(0,0,0,.15);}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block; padding: 0 9px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
#gnb > li > ul li:first-child { background: none; padding-left: 15px;}
#gnb > li > ul li a { display: block; height: 38px; line-height: 39px; border-bottom: 3px solid transparent; color: @txt_sub_color@; font-size: 14px;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { color: @main_color@; border-color: @main_color@;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 0; height: inherit; background: #fff; border: 1px solid @border_main_color@; text-align: left; width: 900px;}
#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: inherit; line-height: 1; border-bottom: 0;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 10px 30px 12px 15px;}
#gnb.vertical > li > ul li a:hover, #gnb > li > ul li a.active { color: #fff; background: @main_color@;}

/* Footer */
#footer > div { max-width: @wrap_width@px;}
.foot_wrap { position: relative; padding: 20px 0 40px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; top: 20px; 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_wrap > div { padding-left: 190px;}

.foot_nav { position: relative; padding: 25px 0 20px; border-bottom: 1px solid #ddd; font-size: 0;}
.foot_nav:after { content: ""; display: block; clear: both;}
.foot_nav li { float: left; padding-left: 10px; margin-left: 10px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.foot_nav li:first-child { background: none; padding-left: 0; margin-left: 0;}
.foot_nav li a { display: block; height: 16px; line-height: 14px; font-size: 13px; color: #444;}
.foot_nav li a:hover { text-decoration: underline;}

.foot_con > p { font-size: 12px; color: #666; line-height: 1.7; letter-spacing: -0.04em;}
.foot_con > p * { font-style: normal; font-weight: normal; color: #666; margin-right: 10px; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 40px;}
.foot_con .update { letter-spacing: 0; color: #999;}
.foot_con .update > b { font-weight: bold;}

/* Content */
#container { margin-bottom: 10px; padding-top: 30px;}
.container_solo { clear: both; position: relative; margin: 0 -40px; padding-bottom: 0 !important;}
#container > div { padding-bottom: 60px;}

.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: 40px; top: 0; height: 45px; overflow: hidden; padding-left: 40px;}
.search_con { position: absolute; width: 255px; height: 35px; padding: 5px 0 5px 5px; z-index: 10; background: #eaeaea; border-left: 1px solid #dedede; border-right: 1px solid #dedede;}
.search_con:after { content: ""; display: block; clear: both;}
.search_con input { border: 0; font-size: 13px; padding: 7px 10px 8px; height: 20px; width: 170px;}
.search_con .i_label { top: 17px; left: 17px; font-size: 13px; color: @medium@;}
.search_box .btn_search_submit { position: absolute; right: 30px; top: 5px; display: block; width: 37px; height: 36px; text-indent: -9999px; background: #777 url(../btn/btn_search_collap.png) no-repeat -1px -6px;}
.search_box .head_search::placeholder { color: #999;}

.search_box .btn_search_close { position: absolute; right: 0; top: 0; display: block; width: 25px; height: 45px; text-indent: -9999px; background: url(../btn/btn_search.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: 45px; text-indent: -9999px; background: url(../btn/btn_search.png) no-repeat 0 -2px; z-index: 12; transition: none;}

.page_txt_link { display: inline-block; background: @main_color@; font-size: 15px; color: #fff; font-weight: bold; padding: 5px 10px 6px; border-radius: 5px; margin-left: 10px; vertical-align: middle; box-shadow: 2px 2px 5px rgba(0,0,0,.3);}