﻿@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;}

.line_bg { background: url(../bg/bg_line_cen.png) repeat-y 40.6% 0;}

/* 상단 네비게이션 */
.top_nav { font-size: 11px; color: @txt_sub_color@; background: #f3f3f3;}
.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 { border-left: 1px solid #f3f3f3;}
.top_nav .tn_left li:first-child { border-left: 0;}
.top_nav .tn_left li a { display: block; height: 35px; width: 34px; background: #fff url(../btn/btn_tn_left.png) no-repeat 0 0; text-indent: -9999px;}
.top_nav .tn_left li a.tl01 { background-position: 0 0;}
.top_nav .tn_left li a.tl02 { background-position: -34px 0;}

.top_nav .tn_right { float: right;}
.top_nav .tn_right:after { content: ""; display: block; clear: both;}
.top_nav .tn_right > li { padding-left: 7px; margin-left: 7px; 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; color: @txt_sub_color@;}
.top_nav .tn_right > li > a:hover { color: @black@;}
.top_nav .tn_right > li > a.icon_login { padding-right: 18px; background: url(../btn/btn_login.png) no-repeat right center;}

.member_collap { position: relative;}
.member_collap .icon_member { position: relative; display: block; padding-left: 16px; background: url(../bg/bg_collap.png) no-repeat 0 12px; height: 35px; line-height: 34px; z-index: 1001;}
.member_collap .icon_member span { display: block; padding-right: 10px; background: url(../icon/icon_collap.png) no-repeat right 0; transition: .3s all ease;}
.member_collap .icon_member.on span { background-position: right -35px;}
.member_collap .icon_member:hover { color: #000;}
.member_collap ul { position: absolute; left: -9px; top: 19px; background: #fff; z-index: 1000; width: 66px; height: 62px; padding: 23px 10px 0; background: url(../bg/bg_collap.png) no-repeat 0 -20px;}
.member_collap ul li { float: none;}
.member_collap ul li a { display: block; height: 22px; line-height: 21px; text-align: center;}
.member_collap ul li a:hover { background: #ededed;}

/* 날짜와 날씨 */
.today_txt { font-size: 16px; font-weight: bold; text-align: right; color: @txt_main_color@; margin: 9px 4px 5px 13px;}

/* Header */
#header { z-index: 100;}
#header > div { padding: 0; max-width: @body_width@px;}
.head_top { position: relative; padding: 0 @wrap_margin_left_right@px;}
.head_top > div { min-height: 160px;}
.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: 160px; vertical-align: middle; text-align: center;}
.head_top > div:after { content: ""; display: block; clear: both;}
.head_top > div > div { width: 260px; margin: 14px 0 2px; padding-bottom: 10px;}
.head_top .ht_left { float: left; width: 220px;}
.head_top .ht_left .com_ban { text-align: right !important;}
.head_top .ht_left .dot_list li { margin-bottom: 7px;}
.head_top .ht_left .dot_list li a { font-size: 13px;}
.head_top .ht_right { float: right; padding-top: 12px;}
.head_top .ht_right .com_ban { text-align: right !important;}
.head_top .ht_right .weather_box { width: 260px; margin-bottom: 12px;}

.log_info { font-size: 0; text-align: right;}
.log_info li { position: relative; font-size: 13px; font-weight: bold; display: inline-block; margin-left: 6px;}
.log_info li a { background-color: #fefc15; border: 1px solid #fefc15; padding: 0 4px; height: 24px; height: 24px; line-height: 24px; display: block; box-shadow: 2px 2px 0 rgba(0,0,0,.2); transition: all .2s ease;}
.log_info li a:hover { background-color: #fff; border-color: #f0f0f0;}

.head_cen { position: relative; z-index: 120; background: #4b4b4b;}
.head_cen > div { position: relative;}

#gnb { text-align: center; height: 55px; font-size: 0;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { display: inline-block; margin-right: -1px;}
#gnb > li > a { display: block; height: 55px; line-height: 53px; font-size: 14px; padding: 0 35px; transition: .3s all ease; font-size: 15px; font-weight: bold; color: #fff;}
#gnb > li > a.on, #gnb > li > a.active { background: #333; color: #fff;}

#gnb > li > ul { position: absolute; left: 0; top: 55px; background: #fff; width: 100%; box-shadow: 0 0 15px rgba(0,0,0,.35)}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block; padding: 0 20px; font-size: 14px; background: url(../bg/bg_sub_line.png) no-repeat 0 center;}
#gnb > li > ul li:first-child { background: none;}
#gnb > li > ul li a { display: block; height: 55px; line-height: 53px; transition: background .3s ease;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { background: #eaeaea;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 0; height: inherit; background: #fff; 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: 45px; line-height: 43px;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 30px 0 20px;}

/* Footer */
#footer { border-top: 1px solid @border_main_color@;}
#footer > div { max-width: @wrap_width@px;}
.foot_wrap { position: relative; padding: 35px 0 30px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; top: 27px; 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 { text-align: center;}

.foot_con > ul { position: relative; margin-top: 10px;}
.foot_con > ul:after { content: ""; display: block; clear: both;}
.foot_con > ul li { display: inline-block; padding: 0 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: @txt_sub_color@;}
.foot_con > ul li a:hover { color: @black@;}
.foot_con > p { font-size: 12px; color: #666; letter-spacing: 0; margin-top: 5px; line-height: 1.5;}
.foot_con > p * { font-style: normal; font-weight: normal; color: #666; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 33px;}

.foot_sns { font-size: 0; text-align: center;}
.foot_sns > li { display: inline-block; margin: 0 10px 20px;}

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

.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: relative; width: @body_width@;}
.search_con { position: absolute; left: 0; top: 0; width: 100%; background: #777; z-index: 10;}
.search_con > div { position: relative; margin: 30px auto; width: 468px; height: 36px; border: 2px solid #fff;}
.search_con > div:after { content: ""; display: block; clear: both;}
.search_con input { float: left; border: 0; font-size: 15px; padding: 9px 13px 11px; width: 400px; background: transparent; color: #fff;}
.search_con .i_label { top: 10px; left: 13px; font-size: 15px; color: #fff;}
.search_box .btn_search { position: absolute; right: 0; top: 0; width: 43px; height: 36px; background:url(../btn/btn_search.png) no-repeat 0 -1px; text-indent: -9999px;}

.search_box .btn_all_search { position: absolute; right: 0; top: -55px; display: block; width: 40px; height: 55px; text-indent: -9999px; background: #777 url(../btn/btn_search_collap.png) no-repeat 0 3px; z-index: 100; transition: .3s all ease;}
.search_box .btn_all_search:active { background-color: #777;}
.search_box .btn_all_search.on { background-position: -40px 3px; background-color: #777;}

.hdl_018 .slide_wrap { max-height: inherit !important;}

.arl_041 { position: relative; margin-bottom: -14px;}

.arl_041 .dot_list li { margin-bottom: 13px;}
.arl_041 .dot_list li a { position: relative; display: block; font-size: 15px; font-weight: bold; padding-left: 10px; line-height: 1.4;}
.arl_041 .dot_list li a:before { content: "\00b7"; display: block; position: absolute; left: 0; top:0;}
.arl_041 .dot_list li a:hover { opacity: .75;}
.arl_041 .bg_dotted { background: url(/data/skin/content/1/arl_041//images/bg_dotted.png) repeat-y 0 0;}