﻿@charset "utf-8";

@import "reset_cache.css";
@import "module_cache.css";
@import "company_cache.css";

/* Common Layout */
.body_wrap { position: relative; min-width: 1040px; overflow: hidden;}

.wrapper { position: relative; width: 100%; min-width: 1040px !important;}
.wrapper > div { position: relative; max-width: 980px; margin: 0 auto; padding: 0 30px;}
.wrapper > div:after { content: ""; display: block; clear: both;}

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

/* 상단 네비게이션 */
.top_nav { font-size: 11px; color: #808080;}
.top_nav > div { background: #fff; border-bottom: 1px solid #eaeaea;}
.top_nav a { color: #808080;}
.top_nav ul:after { content: ""; display: block; clear: both;}
.top_nav ul li { float: left;}
.top_nav .tn_left { float: left; border-right: 1px solid #eaeaea;}
.top_nav .tn_left li { border-left: 1px solid #eaeaea;}
.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: #808080;}
.top_nav .tn_right > li > a:hover { color: #222;}
.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 { float: left; font-size: 15px; text-align: right; color: #363636; margin-bottom: -3px; font-size: 11px; margin: 9px 4px 0 13px;}

.tlink { float: left; display: block; height: 35px; line-height: 33px; color: #808080; font-size: 13px; padding-left: 10px; padding-right: 10px; font-weight: bold; border-left: 1px solid #dedede; position: relative; z-index: 100;}
.tlink:hover { background-color: #f8f8f8; color: #222;}

/* Header */
#header { z-index: 100;}
#header > div { padding: 0; max-width: 1040px; background: #fff;}
.head_top { position: relative; padding: 0 30px; background: #fff;}
.head_top > div { min-height: 110px;}
.head_top > div h1 { position: absolute; left: 50%; top:0; width: 510px; margin-left: -255px;}
.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 { min-width: 260px; margin: 14px 0 2px; padding-bottom: 10px;}
.head_top .ht_left { float: left;}
.head_top .ht_left .com_ban { text-align: right !important;}
.head_top .ht_right { float: right;}
.head_top .ht_right .com_ban { text-align: right !important;}


.head_cen { position: relative; z-index: 120; width: 1040px !important;}

#gnb { position: relative; text-align: center; height: 45px; border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 0 20px; background: #fff;}
#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 15px; transition: .3s all ease; color: #222; font-weight: bold;}

#gnb > li > a.on, #gnb > li > a.active { color: #d22e2e;}
#gnb > li > ul { position: absolute; left: 0; top: 45px; border-top: 1px solid #dedede; background: url(../bg/bg_gnb.png) repeat-x 0 0; width: 100%; height: 47px;}
#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: #808080;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { color: #d22e2e; border-color: #d22e2e;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 0; height: inherit; background: #fff; border: 1px solid #999; 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: #d22e2e;}


/* Footer */
#footer > div { max-width: 980px; background: #fff; border-top: 2px solid #ededed;}
.foot_wrap { position: relative; padding: 25px 0 20px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; display: table; margin-right: 40px; text-align: center;}
.foot_wrap h6 b { display: table-cell; vertical-align: middle; text-align: center;}

.foot_top { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.foot_top > ul { position: relative;}
.foot_top > ul:after { content: ""; display: block; clear: both;}
.foot_top > ul li { float: left; padding-left: 7px; margin-left: 7px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.foot_top > ul li:first-child { background: none; padding-left: 0; margin-left: 0;}
.foot_top > ul li a { display: block; height: 16px; line-height: 14px; font-size: 12px; color: #222;}
.foot_top > ul li a:hover { opacity: .85;}

.foot_con { position: relative; padding-left: 180px;}

.foot_con > p { font-size: 11px; color: #808080; letter-spacing: 0;}
.foot_con > p * { font-style: normal; font-weight: normal; color: #bbb; margin-right: 10px; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 18px;}

/* 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: 17px; font-weight: bold; color: #363636; 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: 20px 0;}

/* Search */
.search_box { position: absolute; right: 28px; top: 7px; min-width: 33px; height: 31px; margin-right: 14px; overflow: hidden; background: url(../bg/bg_search_box.png) no-repeat 0 center;}
.search_con { position: absolute; left: 33px; width: 246px; border-bottom: 1px solid #000; background: #fff; z-index: 10;}
.search_con:after { content: ""; display: block; clear: both;}
.search_con input { float: left; border: 0; font-size: 13px; padding: 6px 0 8px; width: 215px;}
.search_con .i_label { top: 6px; font-size: 13px; color: #bbb;}
.search_box .btn_search_close { float: left; display: block; padding: 5px 4px 5px 11px;}
.search_box .btn_search_close > span { display: block; width: 16px; height: 17px; background: url(../btn/btn_search.png) no-repeat 0 -36px; text-indent: -9999px;}
.search_box .btn_search_close:active > span { background-position: -16px -36px;}
.search_box .btn_all_search { position: absolute; right: 0; top: 0; display: block; width: 33px; height: 18px; text-indent: -9999px; background: url(../btn/btn_search.png) no-repeat 0 0; margin-top: 6px; z-index: 12; transition: none;}
.search_box .btn_all_search:active { background-position: 0 -18px;}


.arv_005 .fix_art_top.fix { top: 47px !important; background: none !important; border: none !important;}
.arv_005 .fix_art_top.fix > div { background: #fff; border-bottom: 1px solid #dedede;}

.arv_005_01 .fix_art_top.fix { top: 47px !important; background: none !important; border: none !important;}
.arv_005_01 .fix_art_top.fix > div { background: #fff; border-bottom: 1px solid #dedede;}