﻿@charset "utf-8";

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

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

.wrapper { position: relative; width: 100%; min-width: 1080px;}
.wrapper > div { position: relative; max-width: 1000px; margin: 0 auto; padding: 0 40px;}
.wrapper > div:after { content: ""; display: block; clear: both;}

.col_headline { padding: 0 0 40px;}
.line_box { border-top: 2px solid #222; padding: 40px 0;}
.line_box .comlay { background: url(../bg/bg_line_cen.png) repeat-y 66.8% 0;}
.line_box > .col03 { background: url(../bg/bg_line_col03.png) repeat-y 26px 0;}
.wid1100 { width: 1080px; margin-left: -40px;}

/* 상단 네비게이션 */
.top_nav { font-size: 11px; border-bottom: 1px solid #eee;}
.top_nav > div { display: flex; justify-content: space-between;}
.top_nav a { color: #222;}

.top_nav .tn_left { display: flex; margin: 10px 0;}
.top_nav .tn_left li { padding-left: 6px; margin-left: 6px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.top_nav .tn_left li:first-child { background: none; padding-left: 0; margin-left: 0;}
.top_nav .tn_left li a { display: block; height: 30px; line-height: 29px; white-space: nowrap;}
.top_nav .tn_left li a:hover { text-decoration: underline;}

/* Search */
.search_box { position: absolute; right: 30px; top: 0; height: 50px; overflow: hidden; padding-left: 40px;}
.search_con { position: absolute; width: 250px; height: 36px; padding: 7px 0 7px 7px; z-index: 10; background: #f0f0f0; border-left: 1px solid #eee; border-right: 1px solid #eee;}
.search_con:after { content: ""; display: block; clear: both;}
.search_con input { border: 0; font-size: 13px; padding: 7px 10px 8px; height: 20px; width: 170px;}
.search_con .i_label { top: 17px; left: 17px; font-size: 13px; color: #bbb;}
.search_box .btn_search_submit { position: absolute; right: 30px; top: 7px; display: block; width: 37px; height: 35px; text-indent: -9999px; background: #222 url(../btn/btn_search_collap.png?220321) no-repeat -1px -6px;}
.search_box .head_search::placeholder { color: #000;}

.search_box .btn_search_close { position: absolute; right: 0; top: 3px; display: block; width: 25px; height: 45px; text-indent: -9999px; background: url(../btn/btn_search.png?220321) 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.png?220321) no-repeat 0 1px; z-index: 12; transition: none;}

/* 날짜 */
.today_txt { float: left; font-size: 15px; text-align: right; color: #222; margin-bottom: -3px; font-size: 11px; margin: 9px 4px 0 7px;}

/* Header */
#header { z-index: 100; min-height: 150px;}
#header > div { padding: 0;}
.head_top { position: relative;}
.head_top > div h1 { position: absolute; left: 50%; top: 0; width: 400px; margin-left: -200px;}
.head_top > div h1 b { display: table-cell; width: 400px; height: 150px; vertical-align: middle; text-align: center;}

.head_cen { position: relative; z-index: 120; border-bottom: 2px solid #eee; border-top: 1px solid #eee; background: #fff;}

#gnb { display: flex; justify-content: center; position: relative; text-align: center; height: 71px; margin-left: -15px; font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif;}
#gnb > li { display: block;}
#gnb > li:first-child { background: none;}
#gnb > li > a { position: relative; display: block; height: 71px; line-height: 69px; font-size: 17px; padding: 0 15px; color: #000; font-weight: bold; margin-right: -1px; z-index: 1;}
#gnb > li > a > span { position: relative; display: block; letter-spacing: 0;}
#gnb > li > a > span:after { position: absolute; left: 50%; top: -1px; margin-left: 0; content: ""; display: block; width: 0; height: 3px; background: #123373; transition: all .3s ease;}

#gnb > li > a.on, #gnb > li > a.active { color: #123373;}
#gnb > li > a.on > span:after, #gnb > li > a.active > span:after { left: 0; width: 100%;}

#gnb > li > ul { position: absolute; left: 0; top: 71px; border: 1px solid #dedede; border-top: 0; background: #fff; z-index: 3; box-shadow: 1px 1px 0 rgba(0,0,0,.05); padding: 0 10px;}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block;}
#gnb > li > ul li:first-child { background: none;}
#gnb > li > ul li a { position: relative; display: block; height: 55px; line-height: 53px; color: #767676; font-size: 15px; padding: 0 10px; font-weight: bold;}
/* #gnb > li > ul li a:hover > span:after { position: absolute; left: 0; top: 0; content: ""; display: block; width: 100%; height: 100%; background: #123373; opacity: .1;} */
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { color: #4f84cd;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 0; height: inherit; text-align: left; width: 500px; padding: 0;}
#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: 45px; line-height: 43px; padding: 0;}
#gnb.vertical > li > ul li:first-child a { border-top: 0;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 10px 0 15px;}
#gnb.vertical > li > ul li a:hover, #gnb > li > ul li a.active { color: #4f84cd;}

/* Footer */
#footer .wrapper > div { max-width: 1000px;}
.foot_top { background: #f4f4f4;}

.foot_wrap { position: relative; padding: 22px 0 30px; font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif; letter-spacing: 0;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; top: 25px; 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: 185px;}

.foot_nav { padding: 17px 0 19px; height: 18px; font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif; letter-spacing: 0;}
.foot_nav > ul { position: relative; text-align: center;}
.foot_nav > ul li { display: inline-block;}
.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 { visibility: hidden;}
.foot_nav > ul li a { font-size: 13px; color: #666;}
.foot_nav > ul li a:hover { text-decoration: underline;}

.foot_con > p { font-size: 12px; color: #666; line-height: 1.7; letter-spacing: 0;}
.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;}

/* Content */
#container { position: relative;}
#container > div { padding: 35px 0 70px;}

.main_top_wrap { min-width: 1080px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif; letter-spacing: 0;}

.page_tit { position:relative; font-size: 26px; padding-bottom: 17px; line-height: 1.2; margin-left: -2px; border-bottom: 1px solid #dedede; margin-bottom: 20px;}

.btn_mobile { position: relative; text-align: center; padding: 15px 0;}
.aside_box { position: relative; padding-left: 20px;}

.line_wrap { margin: 0 0 20px; background: url(../bg/bg_linewrap.png) repeat-y 699px 0; border-bottom: 1px solid #dedede;}
.line_wrap02 { padding: 20px 0 0; background: url(../bg/bg_linewrap.png) repeat-y 299px 0;}
.bg_wrap { padding: 0 0 20px; background: url(../bg/bg_bgwrap.png) repeat-y right 0; margin-bottom: 20px;}
hr.line { display: block; outline: none; padding: 0; margin: 0; height: 1px; border: none; background: #dedede; width: 699px;}

.scroll-in01, .scroll-in02 { z-index: 10;}

.arv_013 .relate_list li a b { font-weight: bold !important; font-size: 15px !important;}