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

/* Header */
#header { z-index: 100;}
.head_top { position: relative; height: 120px;}
.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: 120px; 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;}
.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;}

.util_wrap { position: relative; padding: 10px 0;}
.util_wrap:after { content: ""; display: block; clear: both;}
.util_wrap ul:after { content: ""; display: block; clear: both;}
.util_wrap ul li { float: left;}

.util_box { float: right;}
.util_box:after { content: ""; display: block; clear: both;}
.util_nav { float: left; margin: 6px 0 0;}
.util_nav li:before { content: "/"; margin-left: 6px; color: #ddd;}
.util_nav li:first-child:before { display: none;}
.util_nav li a { color: #4a4a4a; font-size: 12px; margin-left: 6px;}
.util_nav li a:hover { color: @main_color@; border-bottom: 1px solid @main_color@;}

.date_wrap { float: left;}
.date_wrap:after { content: ""; display: block; clear: both;}
.date_wrap .weather_box { float: left;}
.date_wrap .today_txt { float: left; font-size: 15px !important; color: #000; margin: 7px 10px 0 0; letter-spacing: -0.02em;}

.search_box { float: left;}
.search_box:after { content: ""; display: block; clear: both;}
.search_box .sns_nav { float: right; margin-right: 13px; margin-top: 1px;}
.search_box .sns_nav li { margin-left: 3px;}
.search_box .sns_nav li a { transition: .3s all ease;}
.search_box .sns_nav li a:hover { opacity: .85;}

.search_wrap { position: relative; float: right; margin-left: 15px;}
.search_wrap input[type=text] { width: 145px; padding: 6px 10px 7px; margin-right: 32px; border: 1px solid #b2b2b2; border-radius: 15px 0 0 15px; font-size: 13px;}
.search_wrap .i_label { left: 10px; top:8px; font-size: 13px; color: #c9c9c9;}
.search_wrap .btn_search { position: absolute; right: 0; top:0; width:33px; height: 31px; background: #b2b2b2 url(../btn/btn_search.png) no-repeat -2px -2px; text-indent: -9999px; border-radius: 0 15px 15px 0; transition: .3s all ease;}
.search_wrap .btn_search:hover { opacity: 0.85;}

.head_cen { position: relative; z-index: 120; border-bottom: 3px solid @main_color@;}

#gnb { position: relative; text-align: center; height: 49px;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { float: left; display: block;}
#gnb > li > a { display: block; height: 49px; line-height: 47px; font-size: 17px; padding: 0 13px; transition: .3s all ease; color: #000; font-weight: bold;}
#gnb > li:first-child > a { padding-left: 0;}
#gnb > li > a.on, #gnb > li > a.active { color: @main_color@;}

#gnb > li > ul { position: absolute; left: 0; top: 49px; border: 3px solid @main_color@; border-top: 0; background: #fff url(../bg/bg_gnb_sub.png) repeat-x 0 0; border-radius: 0 0 13px 13px;}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block; border-left: 1px solid #dedede;}
#gnb > li > ul li:first-child { border-left: 0;}
#gnb > li > ul li a { display: block; height: 42px; line-height: 40px; color: #767676; font-size: 15px; padding: 0 12px; font-weight: bold;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { color: @main_color@;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 1px; height: inherit; text-align: left; width: 900px;}
#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: 40px; line-height: 38px; padding: 0; border-top: 1px solid #eaeaea;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 30px 0 13px;}
#gnb.vertical > li > ul li a:hover, #gnb > li > ul li a.active { color: @main_color@;}

/* Footer */
#footer { border-top: 1px solid #dedede;}
#footer .wrapper > div { max-width: @wrap_width@px;}
.foot_top { border-bottom: 1px solid #dedede; margin-bottom: 1px;}
.foot_bot { border-top: 4px solid #f0f0f0;}

.foot_wrap { position: relative; padding: 15px 0 20px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; top: 20px; 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: 176px;}

.foot_nav { padding: 10px 0 12px;}
.foot_nav:after { content: ""; display: block; clear: both;}
.foot_nav > ul { position: relative; float: left;}
.foot_nav > ul:after { content: ""; display: block; clear: both;}
.foot_nav > ul li { float: left;}
.foot_nav > ul li:before { content: "/"; font-size: 12px; margin: 0 8px; color: #dedede;}
.foot_nav > ul li:first-child { margin-left: -20px;}
.foot_nav > ul li:first-child:before { visibility: hidden;}
.foot_nav > ul li a { font-size: 12px; color: #222;}
.foot_nav > ul li a:hover { text-decoration: underline;}

.update_date { float: right; margin-top: 1px;}
.update_date:after { content: ""; display: block; clear: both;}
.update_date dt { float: left; font-weight: bold; color: @main_color@; margin-right: 5px;}
.update_date dd { float: left; letter-spacing: 0;}

.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: 20px;}

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

.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: 15px 0;}
.aside_box { position: relative; padding: 0 13px 0 7px;}
.border_box { border: 1px solid #dedede; padding: 15px;}

.headline { margin-bottom: 20px;}
.line_wrap { padding: 20px 0; border-top: 1px solid #dedede; background: url(../bg/bg_linewrap.png) repeat-y 689px 0;}
.bg_wrap { padding: 20px 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; background: url(../bg/bg_bgwrap.png) repeat-y right 0; margin-bottom: 20px;}

.scroll-in { z-index: 10;}
