﻿@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 !important;}
.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 { 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@; 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: @main_color@;}
.top_nav .tn_right li a:hover { opacity: .8;}

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

.header_cen { position: relative; width:100%; background: @main_color@;}
.header_cen > div { position: static; width: 980px; margin: 0 auto; height: 70px;}
.header_cen > div > h1 { float: left; width: 240px; height: 70px; background: #fff; margin-left: -@wrap_margin_left_right@px}
.header_cen > div > h1 > a { display: block; text-align: center; margin-top: 2px;}
.header_cen > div > h1 > a img { height: 67px; width: auto;}
#header-sticky-wrapper.is-sticky .header_cen { box-shadow: 0 0 8px rgba(0,0,0,.15); opacity: .97;}

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

#gnb > li > ul { position: absolute; left: 0; top: 70px; background: #222; padding: 0 5px;}
#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: 70px; line-height: 68px; 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;}

/* Footer */
#footer > div { max-width: @wrap_width@px; background: #fff; border-top: 2px solid @border_sub_color@;}
.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;}

.btn_inc { position: absolute; right: -15px; top: 15px;}

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

.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;}
/* .line_top { border-top: 1px solid @main_color@; padding-top: 2px;} */

/* Search */
.search_box { position: absolute; right: -@wrap_margin_left_right@px; top: 10px; height: 50px; overflow: hidden; padding-left: 40px;}
.search_con { position: absolute; width: 293px; height: 36px; padding: 7px 0 7px 7px; z-index: 10; background: @over_main_color@;}
.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: @medium@;}
.search_box .btn_search_submit { position: absolute; right: 30px; top: 7px; display: block; width: 37px; height: 36px; text-indent: -9999px; background: @main_color@ 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: 70px !important;}

/* 광고안내 */
.ad_wrap:after { content: ""; display: block; clear: both;}
.ad_wrap > div { float: left; width: 230px;}
.ad_wrap > div:first-child { width: 510px; margin-right: 20px;}

.ad_img_wrap { border: 1px solid #dedede; background: url(../bg/bg_browser.jpg) no-repeat 0 0; padding-top: 20px; border-radius: 7px; overflow: hidden;}
.ad_img_wrap img { width: 100%;}
.ad_info h3 { font-size: 18px; padding-top: 3px; margin-bottom: 13px;}
.ad_info .bnr { position: relative; top: -2px; font-family: Roboto, sans-serif; display: inline-block; width: 26px; height: 26px; line-height: 25px; border: 1px solid #dedede; text-align: center; margin-right: 5px; color: #fff;}
.ad_info .bnr.bnrc01 { background-color: #ff7c7c; border-color: #d23737;}
.ad_info .bnr.bnrc02 { background-color: #7cb7ff; border-color: #3889ec;}
.ad_info .bnr.bnrc03 { background-color: #aad57c; border-color: #88b45a;}
.ad_info .bnr.bnrc04 { background-color: #ffc07c; border-color: #e19849;}
.ad_info .bnr.bnrc05 { background-color: #e68fff; border-color: #d860fa;}
.ad_info dl { border: 1px solid #ddd; margin-bottom: 10px;}
.ad_info dt { background: #777; color: #fff;}
.ad_info .box_size dt { background: #777;}
.ad_info dt:after { content: ""; display: block; clear: both;}
.ad_info dt b { float: left; display: block; height: 40px; line-height: 37px; padding-left: 47px; font-size: 16px;}
.ad_info dt span { float: right; margin-top: 13px; margin-right: 10px; color: #c7c7c7;}
.ad_info dt b.ai01 { background: url(../icon/icon_price.png) no-repeat 10px center;}
.ad_info dt b.ai02 { background: url(../icon/icon_size.png) no-repeat 10px center;}
.ad_info dd { padding: 10px; font-size: 15px; font-weight: bold; line-height: 1.75;}

.p_color { color: #ff7c7c; display: block;}

.img_contact { border: 2px solid #ddd; padding: 20px 0 20px 16px;}
.ad_top_txt { background: #f7c3b7; border: 1px solid #f69983; font-weight: bold; border-radius: 3px; padding: 10px 0; text-align: center; margin-bottom: 15px; color: #cc3816;}

.ad_price { border: 2px solid #ccc;}
.ad_price th { background: #00a4b0; border: 1px solid #dedede; color: #fff;}
.ad_price td { border: 1px solid #dedede;}
.ad_price th, .ad_price td { padding: 10px; text-align: center; font-size: 14px;}
.ad_price .bb02, .ad_price thead tr { border-bottom: 2px solid #ccc;}
.ad_price tbody th { background: #f7f7f7; color: #222;}