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

/* 상단 네비게이션 */
.top_nav { font-size: 12px; color: @txt_sub_color@; background: #fff; border-bottom: 1px solid #ddd;}
.top_nav > div { max-width: @body_width@px; padding: 0;}

.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 a { display: block; height: 40px; width: 30px; background: 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: -30px 0;}

.top_nav .sns_link { float: left; margin: 5px 10px 0px;}
.top_nav .sns_link:after { content: ""; display: block; clear: both;}
.top_nav .sns_link > li { float: left; margin-right: 3px;}
.top_nav .sns_link > li > a { display: block; width: 30px; height: 30px; background: url(../btn/btn_sns.png) no-repeat 0 0; text-indent: -9999em;}
.top_nav .sns_link > li > a.sl01 { background-position: 0 0;}
.top_nav .sns_link > li > a.sl02 { background-position: -30px 0;}
.top_nav .sns_link > li > a.sl03 { background-position: -60px 0;}
.top_nav .sns_link > li > a.sl04 { background-position: -90px 0;}
.top_nav .sns_link > li > a.sl05 { background-position: -120px 0;}
.top_nav .sns_link > li > a:hover { background-position-y: -30px;}

.top_nav .tn_right { float: right;}
.top_nav .tn_right:after { content: ""; display: block; clear: both;}
.top_nav .tn_right > li { padding-left: 9px; margin-left: 9px; 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: 40px; line-height: 39px; color: #464646;}
.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;}

/* 날짜와 날씨 */
.today_txt { float: left; font-size: 15px; text-align: right; color: #222; font-weight: bold; margin-bottom: -3px; margin: 8px 17px 0 10px;}
.weather_box { margin-top: 3px;}

/* Header */
#header > div { padding: 0; max-width: @body_width@px; background: transparent;}
.head_top { position: relative; border-bottom: 0;}
.head_top > div { min-height: 130px;}
.head_top > div h1 { position: absolute; left: 50%; top:3px; width: 400px; margin-left: -200px;}
.head_top > div h1 b { display: table-cell; width: 400px; height: 130px; vertical-align: middle; text-align: center;}
.head_top > div:after { content: ""; display: block; clear: both;}
.head_top > div > div { width: 300px; margin: 25px 0 0;}
.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;}
.head_cen > div { padding: 0; max-width: @body_width@px; margin-bottom: 30px; border: 1px solid #e2e2e2;}

#gnb { position: relative; text-align: center; height: 58px; border-top-width: 3px;}
#gnb:before { position: absolute; left: 50%; bottom: -3px; content: ""; display: block; width: 100%; margin-left: -50%; height: 3px; background: #222;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { float: left; display: block; margin-right: -1px;}
#gnb > li > a { display: block; height: 58px; line-height: 56px; font-size: 16px; padding: 0 17px; transition: .3s all ease; font-weight: bold;}
#gnb > li > a.on, #gnb > li > a.active { color: @main_color@;}
#gnb > li > a:first-child { border-left: 0;}

#gnb > li > ul { position: absolute; left: 0; top: 58px; background: #222; overflow: hidden;}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block;}
#gnb > li > ul li a { display: block; height: 50px; line-height: 47px;}
#gnb > li > ul li a span { display: inline-block; border-left: 1px solid #4c4f50; padding: 0 20px; color: #fff; font-size: 15px; font-weight: bold; transition: all .2s ease;}
#gnb > li > ul li:first-child a span { border-left: 0;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 1px; 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;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 50px 0 18px; border-left: 0;}

#gnb.vertical > li > ul:before { left: 42px;}
#gnb > li > ul li a:hover span, #gnb > li > ul li a.active span { transform: translateY(-1px);}
#gnb.vertical > li > ul li a:hover span, #gnb.vertical > li > ul li a.active span { transform: translateY(0); transform: translateX(2px);}

/* Search */
.search_con { position: absolute; right: 0; top: 58px; width: 268px; background: #222; z-index: 100;}
.search_con > div { position: relative; margin: 13px;}
.search_con:before { position: absolute; right: 23px; top: -8px; content: ""; display: block; width: 13px; height: 8px; background: url(../bg/bg_sub_arrow.png) repeat 0 0;}
.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: 0; top: 0; display: block; width: 58px; height: 58px; text-indent: -9999px; background: #fff url(../btn/btn_search.png) no-repeat 0 -60px; border-left: 1px solid #e2e2e2; z-index: 100; transition: .3s all ease;}
.search_box .btn_all_search.on { background-position: 0 0;}

/* Footer */
#footer > div { background: #fff; margin: 25px auto 0; border: 1px solid #e2e2e2;}

.foot_top { padding: 0 10px;}

.foot_wrap { position: relative; padding: 22px 10px 30px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { margin-bottom: 10px;}

.foot_nav { padding: 28px 0 25px; border-bottom: 3px solid #e5e5e5;}
.foot_nav > ul { position: relative;}
.foot_nav > ul:after { content: ""; display: block; clear: both;}
.foot_nav > ul li { float: left;}
.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 { display: none;}
.foot_nav > ul li a { font-size: 14px; color: #7d7d7d;}
.foot_nav > ul li a:hover { text-decoration: underline;}

.foot_con > p { font-size: 13px; color: #979796; font-weight: bold; letter-spacing: -.03em; line-height: 1.6;}
.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;}

/* pdf보기 */
.pdf_nav { position: absolute; right: 0; top: 0;}
.pdf_nav .btn_pdfnav { display: block; width: 210px; height: 58px; background: #e2e2e2 url(../btn/btn_pdf.png) no-repeat 0 0; text-indent: -9999em; /* border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; */}
.pdf_nav .btn_pdfnav.on, .pdf_nav .btn_pdfnav:hover { background-color: #247dc1; background-position: 0 -58px;}
.box_pdfnav { position: absolute; left: 0; top: 58px; width: 210px; background: #247dc1;}
.box_pdfnav li { border-top: 1px solid #4e95cb;}
.box_pdfnav li a { display: block; transition: background .3s ease; padding: 13px 20px;}
.box_pdfnav li a:hover { opacity: .9; background: #4e95cb;}
.box_pdfnav li:first-child a { background: #2554a5;}
.box_pdfnav li:first-child a:hover { background-color: #1c4997;}

/* Content */
#container { position: relative; min-height: inherit !important;}
#container > div { padding: 30px @wrap_margin_left_right@px; border: 1px solid #e2e2e2;}

.main_wrap { margin-bottom: -1px;}
.main_wrap > div { padding: 30px @wrap_margin_left_right@px; border: 1px solid #e2e2e2;}

.dark_con { background: #333; padding: 40px 0;}
.dark_con > div { background: transparent;}

.gray_con { background: #e0e0e0; padding: 40px 0;}
.gray_con > div { background: transparent;}

.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;}
.box_solo { padding: 25px 0; margin: 25px 0; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}

.scroll-in01, .scroll-in02 { z-index: 10;}
/*
.news_body_area .sub_tit { color: #a93450 !important; font-weight: bold !important; padding-left: 0 !important;}
.news_body_area .sub_tit:after { display: none !important;}
*/

.cus_002 .line.fs31 { word-break: keep-all; margin-bottom: 10px;}
.tit_set { margin-bottom: 15px;}
.tit_set.ts03 { border-bottom-color: #000 !important;}

/* login */
.login_wrap { position: relative; display: table;}
.login_wrap > div { display: table-cell;}
.login_wrap a { transition: .3s all ease;}

.login_wrap .login_top { position: relative; padding: 40px 0 35px; background: url(../bg/bg_l_line.png) no-repeat center bottom;}
.login_wrap .login_top h2 { position: relative; width: 330px; padding-left: 68px; margin: 0 auto; font-size: 40px; font-weight: normal; letter-spacing: -0.08em; color: #363636; text-align: center; background: url(../icon/icon_login.png) no-repeat 0 2px; min-height: 70px;}
.login_wrap .login_top h2 span { display: block; font-size: 14px; color: #363636; font-weight: normal;}
.login_wrap .login_top h2 b { margin-left: -3px; letter-spacing: -0.08em;}

.login_wrap .login_form { position: relative; padding: 35px 0; width: 380px; margin: 0 auto;}
.login_wrap .login_form .login_input li { position: relative; margin: 16px 0; padding-right: 32px;}
.login_wrap .login_form .login_input li .i_label { left: 15px; top: 12px; font-size: 19px; color:#bbb; line-height: 1;}
.login_wrap .login_form .login_input li .i_text { padding: 13px 15px; font-size: 19px; line-height: 0.8; height: 18px;}
.login_wrap .login_form .login_input li .i_text:focus { border-color: #2e8a17;}
.login_wrap .login_form input[type=submit] { padding: 14px 0 20px; width: 100%; color:#fff; font-size: 19px; font-weight: bold; margin: 12px 0 20px; transition: .3s all ease;}

.login_wrap .float_btn { position: relative; margin: 0 -10px;}
.login_wrap .float_btn li a { display: block; text-align: center; height: 48px; line-height: 49px; background: #dedede; font-size: 15px; margin: 0 10px;}
.login_wrap .float_btn li a:hover { background: #ccc;}

.btn_artmore { display: block; font-weight: bold; color: #000; font-size: 15px; text-align: center; border-top: 1px solid #dedede; margin-top: 14px; padding-top: 14px;}
.btn_artmore span { display: inline-block; background: url(../btn/btn_more.png) no-repeat 0 0; width: 20px; height: 12px;}
.btn_artmore:hover { color: #555;}

/* big */
.big .arl_003 .rate_list li a { font-size: 15px;}
.big .arl_003 .rate_list li a span { font-size: 20px;}
.big .arl_003 .rate_list li { margin-top: 15px;}

.big .arl_008 .recent_art { height: inherit;}
.big .arl_008 .recent_art h3 { font-size: 15px; padding: 17px 40px 0 0;}
.big .arl_008 .recent_art h3 .ics:before { top: 22px;}
.big .arl_008 .bx-controls-direction { top: 18px;}
.big .arl_008 .bx-controls-auto { top:18px;}
.big .arl_008 .lst_pop li {padding: 20px 0 22px;}
.big .arl_008 .lst_pop li a {height: inherit; font-size: 14px;}
.arl_008 .lst_pop li a:hover { opacity: .7;}

.hr_line { display: block; outline: 0; border: 0; border-top: 1px solid #dedede; margin: 20px 0;}
