@charset "utf-8";
/* Common CSS */
/* CSS 적용순서 : 아이디 > 태그와 클래스 > 클래스 > 태그
/* CSS 선택자 선언순서 : Type Selector, Layout Selector, Class Selector, Etc */
/* CSS 속성 선언순서 : display, position, float/clear, overflow, width/height, margin/padding, border, background, color/font, align, etc */
/* Layout CSS */

#wrapper {position:relative; width:100%; min-width:1000px; min-height:100%;}
#header_wrap {width:100%; *min-width:1000px; height:123px;border-bottom: 1px solid #7da566;}

#header {position:relative; width:1000px; max-width:100%; margin:0 auto;}
#header h1 {height:68px; border-bottom:1px solid #ccc; }
#header h1 img {padding-top:15px;} 
#header:after {content:""; display:block; clear:both;}

#gnb {display:inline-block; *display:inline; *zoom:1; position:absolute; top:18px; right:0px; overflow:hidden;}
#gnb .lnbLogin:after {display:block; content:""; clear:both;}
#gnb li {float:left; line-height:32px;}
#gnb li.txt {font-size:13px;}
#gnb li.txt .name {color:#008fc3;}
.education {position:absolute; top:22px; color:#0072bc; left:165px; font-size:17px; font-family:"NanumGothicBold";}

#lnb_wrap {position:relative; overflow:hidden;  width:100%; height:54px;}
#lnb_wrap:after {cotent:""; display:table; clear:both;}
#lnb {width:auto; float:right; margin-right:20px;} 
#lnb ul {float:right;}
#lnb li {display:inline; float:left; height:54px;padding-left:50px; } /*width:120px;*/
#lnb li a {
	display:block;
	height:54px; 	
	line-height:54px;
	text-align:right;
	font-weight:bold !important;
	font-family:'NanumSquareRound'; 
	font-size:16px !important;
	color:#101010;
}

#lnb li:hover a {color:#0ea3b5;}


/* Container 영역 */
#container {width:100%;}
.container_main {height:100%; max-height:560px}

/*-----Main Visual-----*/
.slide {position:relative; margin:0; overflow:hidden; font-family:'NanumSquareRound'; }
.panel {width:800%;}
.panel:after {content:""; display:block; clear:both;}
.panel>li {width:12.5%; height:670px; float:left; background-repeat:no-repeat; background-size:100% 100%; position:relative;}
.panel>li:nth-of-type(1) {background:url('/images/main/main_vs_2023_1.jpg') center center no-repeat;}
.panel>li .mainvisual-1 {position:relative; width:1000px; height:670px; margin:0 auto; }
.main-tit {margin-top:30px; width:352px; height:75px; font-weight:800; color:#fff;  text-align:center; font-size:28px; line-height:64px; background:url(../images/main/main_tit.png) center center no-repeat;}
.main1-txt {height:611px; background:url('/images/main/main_v1_cont.png') center 20px no-repeat; font-family:'NanumSquareRound'; font-weight:bold; color:#fff;  text-align:center; font-size:17px; line-height:24px;}
.mvtxt-1 {position:absolute; top:23.2%; left:3.4%;}
.mvtxt-2 {position:absolute; top:20.5%; left:47.5%;}
.mvtxt-3 {position:absolute; top:23.8%; right:3.2%;}
.mvtxt-4 {position:absolute; bottom:25.2%; right:23.7%;}
.mvtxt-5 {position:absolute; bottom:25.2%; left:24.5%;}
.panel>li:nth-of-type(2) {background:url('/images/main/main_vs_2023_2.jpg') center center no-repeat;}
.main-cont h4 {padding:30px 0 20px 0; color:#fff; font-size:36px; text-align:center; font-weight:700;}
.main-conbox1 {padding:5px 10px; font-size:18px; color:#fff; background-color:#2d485e; border:1px solid #888; text-align:center; line-height:28px; opacity:0.8;}

.main-conbox2 {overflow:hidden; margin-top:70px;}
.main-conbox2:after {content:""; display:block; clear:both;}
.main-conbox2 ul {float:right; margin-right:20px; border-top:2px solid #f9f9f9; border-bottom:2px solid #f9f9f9;}
.main-conbox2 li {padding:20px 0; margin-left:20px; float:left; font-size:24px; font-weight:600; color:#fff; text-align:left; line-height:36px;}
.main-conbox2 li:first-child  {margin-left:0;}

.main-conbox3  {position:absolute; bottom:15%; right:2%;}
.main-conbox3 dl {overflow:hidden; margin-bottom:20px; padding-bottom:10px; font-weight:700; border-bottom:1px dotted #8dabd3;}
.main-conbox3 dl:after {content:""; display:block; clear:both;}
.main-conbox3 dt {float:left; padding:5px 20px; border-radius:30px; font-size:18px; color:#fff; background-color:#003471;}
.main-conbox3 dd {float:left; line-height:30px; margin-left:30px; font-size:20px; color:#fff;}

.panel>li:nth-of-type(3) {background:url('/images/main/main_vs_2023_3.jpg') center center no-repeat;}
.panel>li:nth-of-type(4) {background:url('/images/main/main_v4.jpg') center center no-repeat;}
.panel>li:nth-of-type(5) {background:url('/images/main/main_v5.jpg') center center no-repeat;}
.panel>li:nth-of-type(6) {background:url('/images/main/main_v6.jpg') center center no-repeat;}
.dot:after {content:""; display:block; clear:both;}
.dot {position:absolute; left:50%; bottom:5%; transform:translateX(-50%);}
.dot>li {float:left; width:8px; height:8px; border-radius:50%; background-color:#fff; margin-left:6px; margin-right:6px; text-indent:-9999px; cursor:pointer;}
.dot>li.on {background-color:#5e9ac7;}
.prev {position:absolute; width:38px; height:38px;  top:50%; transform:translateY(-50%); left:3%; cursor:pointer;}
.next {position:absolute; width:38px; height:38px;  top:50%; transform:translateY(-50%); right:3%; cursor:pointer;}



/* Footer 영역 */
#footer_wrap {width:100%; height:100px; border-top:1px solid #f5f5f5;}
#footer {position:relative; overflow:hidden; width:1240px; max-width:100%; margin:0 auto; padding:15px 20px 15px 20px;}
h1.logo_footer {float:left; margin-top:10px;}
#footer .addr {float:left; display:inline; padding:10px 0px 0 30px;}
#footer .addr ul {overflow:hidden; display:inline-block; *display:inline; *zoom:1;}
#footer .addr ul li {margin-bottom:5px; padding:0 10px 0 8px; /*background:url('/images/common/footer_bar.gif') right 2px no-repeat;*/}
#footer .addr ul li span {font-family:"NanumGothicBold";}
#footer .privacy {float:right; padding-top:10px;}
#footer .privacy li {float:left; color:#999999;}
#footer .privacy li a {font-size:13px; font-weight:bold; color:#999999; font-family:"NanumSquareRound";}
#footer .privacy li a:hover {font-weight:bold;  color:#444444;}



/* Popup */
#pop_wrapper {position:relative; width:100%;}
#pop_header {position:relative; width:100%; height:51px; background:url('/images/common/bg_pop_header.gif') center top no-repeat; background-color:#1D46ED;}
#pop_header h2 {padding:10px 0 0 20px; font-family:"NanumGothicBold"; font-size:18px; color:#fff;}
#pop_header .pop_logo {position:absolute; top:5px; right:20px; display:inline-block; *display:inline; *zoom:1;}
#pop_body {width:auto; padding:20px;}
#lp_wrapper {display:none;}

.board_list_type3 {border-top:2px solid #0b486b; border-bottom:1px solid #ccc;}
.board_list_type3 thead th {height:50px; background-color:#f3f6f7; border-left:1px solid #ccc; border-bottom:1px solid #ccc; font-family:"NotoSansMedium"; font-size:16px; color:#0b486b; text-align:center;word-break: break-all;}
.board_list_type3 thead th:first-child {border-left:0;}
.board_list_type3 tbody tr td {height:50px; padding:10px 15px; border-left:1px solid #ccc; border-top:1px solid #ccc; font-size:15px; line-height:20px; color:#666; text-align:center;word-break: break-all;}
.board_list_type3 tbody tr:first-child td {border-top:0;}
.board_list_type3 tbody tr td:first-child {border-left:0;}
.board_list_type3 tbody tr td.tit {text-align:left;}
.board_list_type3 tbody tr td a {color:#666;}
.board_list_type3 tbody tr td a:hover {color:#0b486b;}

/* 2차 메뉴*/
.sub_menu_wrap {position: relative; border-bottom: 1px solid #96adc1; font-family:"NanumGothic";}
.sub_menu {position: relative; height: 45px; vertical-align: top; width: 1200px; margin: 0 auto; text-align: center;}
.sub_menu .lnb {position: relative; margin: 0 auto; display: inline-block;}
.sub_menu .lnb::after {content:".";height:0;font-size:0;visibility:hidden;display:block;clear:both;}
.sub_menu .lnb li {float: left;border-left: 1px solid #96adc1;}
.sub_menu .lnb li:last-child {border-right:1px solid #96adc1;}
.sub_menu .lnb a {display: block;position: relative;padding:0 44px;line-height: 45px;color: #666; font-size: 16px; font-weight:500;}
.sub_menu .lnb li:hover a, .sub_menu .lnb .on a {color: #1e3b7f;  font-weight:600;}
.sub_menu .lnb .on a:after {content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background:#1e3b7f;}