﻿@charset "utf-8";
/* 폰트적용 */
@import "fonts.css";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/**
* OLYM Cascading Style Sheets
* File Name : default.css
* Description : 기본 스타일시트
* Author : Web business Team / Choi Hyun Mi
* Email : desingtj@olym.co.kr
* Copyright(c) 2021 OLYM Communications. All Rights Reserved.
*/

/* 기본설정 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; line-height: 1.4em; font-family: "Noto Sans Korean", "Malgun Gothic",sans-serif; word-wrap: break-word; -webkit-text-size-adjust: none; letter-spacing: 0; }

ol, ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
form, fieldset { border: 0; }
address, caption, em { font-weight: normal; font-style: normal; }
img { border: 0; margin: 0; padding: 0; }
a { text-decoration: none; }
a:link, a:visited, a:hover, a:active { text-decoration: none !important; }

#wrap a { transition: all 0.3s ease; }
#wrap a:hover { transition: all 0.3s ease; }

/* 숨김영역 */
hr, legend, .skip, caption { position: absolute; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; top: -10000px;  }

/* 웹접근성 추가 23.05.09 */
#accessibility a {position:fixed;top:-99px;left:0;background:#333;color:#fff;width:100%;padding:20px 0;text-align: center;text-decoration:none;z-index:999; transition: none;}
#accessibility a:hover,#accessibility a:focus,#accessibility a:active {position:fixed;display:block;top:0; font-size:1.6em; color: #fff; background: #1d60a7; font-weight: bold; z-index: 10000000;}


/* float 속성 초기화 */
.space { display: block; clear: both; float: none; width: 100%; height: 0; line-height: 0 !important; font-size: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden; }
.clearfix { display: block; }
.clearfix:after { display: block; clear: both; content: "."; visibility: hidden; height: 0; }
* html .clearfix { height: 1%; }

/* Layout */
html, body { height: 100%;}

html { color: #444; letter-spacing: -0.03em; min-width: 320px; }
body { font-size: 15px; word-break: keep-all; }
#wrap { width: 100%; min-width: 1400px; }
.wrap_box { width: 1400px; margin: 0 auto; position: relative; }

/********* header *********/
#header { height: 120px;  }
/* gnb */
.gnb_wrap{background:#22374D; width: 100%; height: 40px;position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 99999;}
#gnb {background:#22374D; width: 100%; max-width: 1920px; margin: 0 auto; height: 100%;}
.gnb_left > ul > li { float: left; }
.gnb_left > ul > li a { width: 140px; text-align: center; display: block; color: #fff; font-size:16px; font-weight: 500; line-height: 40px; background:#22374D; border-left: 1px solid rgba(255,255,255,0.1); }
.gnb_left > ul > li:first-child a { border-left: none; }
.gnb_left > ul > li.on a { border-left: none; background:#008547; color:#fff; }
.gnb_left .top_red { border-left: none; background: url("/images/com/bg_top_red.png") no-repeat right center; background-size: cover; padding-left: 24px; box-sizing: border-box; width: fit-content; padding-right: 30px; text-align: left; }
.gnb_left .top_red i { vertical-align: top; font-size: 0; display: inline-block; background: rgba(255, 255, 255, 0.2); width: 1px; height: 16px; text-indent: -9999px; margin: 12px 10px 0 10px; }
.gnb_left .top_red li{ display: inline-block; vertical-align: top ; position: relative; padding: 0 4px; }
.gnb_left .top_red li:first-child{padding-left: 0; }
.gnb_left .top_red li::before{ content: " "; vertical-align: top; font-size: 0; display: inline-block; background: #fff; width: 1px; height: 16px; text-indent: -9999px; position: absolute; left:-1px; top: 13px; }
.gnb_left .top_red li:first-child:before{ content: ""; display: none; }
.gnb_left .top_red li a{background: none; width: auto; border: none;}
.gnb_left .top_red li:last-child a {font-weight: bold;}

.gnb_right { float: right; margin-right:50px }
.gnb_right > ul > li { float: left; }
.gnb_right > ul > li a { width: 140px; text-align: center; display: block; color: #fff; font-weight: 500; line-height: 40px; }
.gnb_right > ul > li a img{ vertical-align: sub}
.gnb_right .top_kakao { border-left: none; background: #fddb00; color: #3b1e1e; }
.gnb_right .top_kakao img { margin: 8px 7px 0 0; vertical-align: top; }
.gnb_right .top_remote{ padding-right:5px; width: 150px}
.gnb_right .top_remote img{margin-right:10px;}
.gnb_right .top_sitemap { background: #5c93a7; }
.gnb_right .top_sitemap img { margin: 13px 13px 0 0; vertical-align: top; }
.gnb_right .top_popup { background:#008547; }
.gnb_right .top_popup img { margin: 13px 0 0 10px; vertical-align: top; }

/* lnb_box */
.lnb_box { padding: 0 10px; position: fixed; width: 100%; top: 40px; height: 80px; z-index: 5000; overflow: hidden; box-sizing: border-box; background-color: #fff; border-bottom: 1px solid #e5e5e5; transition: 0.5s all ease; left: 50%; transform: translateX(-50%); }
.lnb_box h1 { position: absolute; top: 18px; left: 43px; }
.lnb_box .r_lnb{ display:flex; align-items: center; width:auto; height:50px; position: absolute; right: 50px; top:15px;}
.lnb_box .whyscu { font-family: "Pretandard", sans-serif; background: #0C688F; width: 96px; height: 38px;line-height: 38px; border-radius: 4px; text-align: center; margin-right: 7px;}
.lnb_box .whyscu a { color: #ffffff; font-size: 20px; font-weight: 700}
.lnb_box .r_lnb .bta_myapply{ height: 38px; font-size: 20px; border-radius: 10px; display: inline-block; vertical-align: middle}
.lnb_box .r_lnb .bta_myapply .bt_jiwon{width:150px; background:#BB003A; height: 38px; color:#fff; display: inline-block; text-align: center; line-height: 38px; font-size: 20px; vertical-align: middle;font-family: "Seoul Cyber"; border-radius: 4px; margin-right: 4px}
.lnb_box .r_lnb .bta_myapply .bt_login{width: 100px; height: 38px; background:#FFFFFF; display: inline-block; text-align: center; line-height: 38px; font-size: 20px; vertical-align: middle; font-family: "Seoul Cyber"; border-radius: 4px; color: #000; border: 1px solid #D1D4D6; box-sizing: border-box}
.lnb_box .r_lnb .bta_myapply .bt_login img{vertical-align: middle; margin-right: 5px;}
.lnb_box .r_lnb .smap{display:inline-block; width:24px; height:16px; border-top:#000 solid 2px; border-bottom:#000 solid 2px; position: relative; vertical-align: middle; margin-left:55px}
.lnb_box .r_lnb .smap span{display:block; position: absolute; width: 100%; height: 2px; background: #000; top:50%; margin-top: -1px;}
/* .lnb_box.fixed{position: fixed; left: 0; top: 40px; width: 100%; box-shadow: 0px 4px 12px 0px #00000033;} */

#header .lnb_box.on { height: 0; background: #FFFFFF url("/images/com/bg_lnb_box.gif") repeat-x left -21px; }

#lnb { position: relative; background-color: #fff; }

#lnb > ul { padding-left: 17%; }
#lnb > ul > li { float: left; }
#lnb > ul > li:last-child {display: none}
#lnb > ul > li > a { position: relative; padding: 30px 40px; display: block; color: #000; font-size: 21px; font-family: "Seoul Cyber"; font-weight: 600; transform: skew(-0.001deg); height:80px; box-sizing: border-box; }
#lnb > ul > li > a:after { position: absolute; top: 76px; left: 0; width: 100%; display: block; content: ""; height: 3px; background: #06495c; transform: scale(0, 1); transition: all 0.3s ease; }
#lnb > ul > li > a:hover { color: #06495c; }
#lnb > ul > li > a:hover::after { transform: scale(1, 1); }


/*GNB2차메뉴*/
#lnb .sub_nav { display: none; position: absolute; width: 90%; left: 5%;}

.lnb_box.on #lnb .sub_nav.on { display: flex;}
#lnb .sub_nav h2 { width: 150px; font-size: 21px; color: #000;  font-family: "Seoul Cyber"; font-weight: 600; transform: skew(-0.001deg); padding-top:47px;}
#lnb .sub_nav .lst { padding-top: 35px; width: calc(100% - 484px); overflow: hidden; display: flex; flex-wrap: wrap; row-gap: 24px}
#lnb .sub_nav .lst > li { width: 20%; padding: 15px 25px; box-sizing: border-box; border-left: 1px solid #006A8B; }

#lnb .sub_nav#sub_nav_03_new .lst > li { width: 25%; padding: 15px; }

#lnb .sub_nav#sub_nav_04_old .lst > li { width: 25%; padding: 15px;}


/* #lnb .sub_nav#sub_nav_05_depart .lst > li {border-bottom: 1px solid #c2d1da;} */
/* #lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(1) { border-bottom: 1px solid #c2d1da;}
#lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(2) { border-bottom: 1px solid #c2d1da;}
#lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(3) { border-bottom: 1px solid #c2d1da;}
#lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(4) { border-bottom: 1px solid #c2d1da;}
#lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(5) { border-bottom: 1px solid #c2d1da;} */
/* #lnb .sub_nav#sub_nav_05_depart .lst > li:last-child {border-right: 1px solid #c2d1da; border-bottom: none;} */


/* 230913 음악대학 추가로 주석처리 */
/*#lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(8) { width: 40%; }*/ /*미래융합인재학부 */
#lnb .sub_nav#sub_nav_05_my .lst > li { width: 25%; }
#lnb .sub_nav .lst > li > ul > li + li { padding-top: 3px; }

/* #lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(8) > ul > li.tnav > a { text-align: center;} */
/* #lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(8) > ul > li > ul > li { width: 50%; float: left; text-align: left;} */
#lnb .sub_nav .lst > li > ul > li > ul > li > a { color: #525252; display: inline-block; box-sizing: border-box; margin-left: 8px; position: relative; font-weight: 500; transition: 0.5s all ease; width: 100%;}
#lnb .sub_nav .lst > li > ul > li > ul > li + li { padding-top: 5px; }
/* #lnb .sub_nav#sub_nav_05_depart .lst > li:nth-child(8) > ul > li > ul > li:nth-child(2) { padding-top: 0;} */
#lnb .sub_nav .lst > li > ul > li li > a::before { display: inline-block; content: ""; background-color: #06495c; width: 3px; height: 3px; border-radius: 100%; position: absolute; left: -8px; top: 8px; }
#lnb .sub_nav .lst > li > ul > li > ul > li > a:hover { color: #1a7b95; }
#lnb .sub_nav .lst .tnav > a { font-weight: 700; font-size: 18px; color: #006A8B; padding-bottom: 10px; height: auto; display: block; margin-left: 0; }
#lnb .sub_nav .lst .tnav > a::before { display: none; }
#lnb .sub_nav .lst .tnav > a:hover { color: #1a7b95; font-weight: 700; }

.lnb_box .lnb_banner{ display: none; }
.lnb_box.on .lnb_banner { display: block; position: absolute; right: 5%; top: 130px; width: 334px; height: 206px; }
.lnb_box .gnb_close{ display: none; }
.lnb_box.on .gnb_close{ display: block; }

.lnb_box .lnb_banner2 { display: none;}
.lnb_box.on .lnb_banner2 { position: absolute; right: calc(5% + 334px); width: 47%; height: 206px; top: 130px; background: #fee954 url(../images/2024/main/bg_timegnb.png) center left no-repeat; border-radius: 0 0 0 50px;}

.aside{display: none;}
.aside.on{display: block;}
.aside_bg{display: none;}
.aside_bg.on{display: block;}



.lnb_box.on .gnb_close { opacity: 1; }
.lnb_box .gnb_close { position: absolute; bottom: 0; right: 0; width: 50px; height: 50px; overflow: hidden; text-indent: -999px; background: #0d2447 url("../images/com/lnb_close.png") no-repeat center; opacity: 0; transform: 0.6s all ease; }

.lnb_box .btn_nav { overflow: hidden; display: none; width: 64px; height: 64px; box-sizing: border-box; -webkit-box-sizing: border-box; background: url("/images/com/m_nav.png") no-repeat center / 25px; float: right; text-indent: -9999px; }

/* 모바일오른쪽메뉴 */
.aside_bg { background: rgba(0, 0, 0, 0.6); position: fixed; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; z-index: 6000; transition: 0.4s all ease; pointer-events: none; }
.aside_bg.on { opacity: 1; z-index: 99999999; }/*z6000*/

.aside { display: none; z-index: 15; position: fixed; width: 90%; max-width: 332px; top: 0; bottom: 0; background-color: #fff; transition: right 0.35s ease; -webkit-transition: right 0.35s ease; }
.aside.rnb_wrap { right: -90%; z-index: 9000; display: block; background: #F3F5F9 }
.aside.rnb_wrap.on { right: 0; z-index: 999999999;}/*z수정*/

.aside.rnb_wrap .rnb{display: none; }
.aside.rnb_wrap.on .rnb{display: block; }

.rnb .ahead { height: 60px; position: relative; z-index: 1; background-color: #e4264e; }
.rnb .ahead h1 { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.2em; letter-spacing: -0.04em; position: absolute; top: 50%; transform: translate(0, -50%); left: 16px; }

.rnb .ahead .login_info { position: absolute; left: 81px; top: 50%; transform: translate(0, -50%); }
.rnb .ahead .login_info a { display: inline-block; vertical-align: middle; border: 1px solid #fff; padding: 10px 12px; line-height: 1.2em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-radius: 19px; }
.rnb .ahead .login_info a + a { margin-left: 2px; }
.rnb .ahead .login_info a em { color: #fff; font-weight: 500; font-size: 14px; line-height: 1.2em; letter-spacing: -0.04em; }
.rnb .ahead .login_info a em:after { content: "\00a0"; display: inline-block; margin-left: 7px; width: 16px; height: 16px; vertical-align: middle; position: relative; top: -1px; }
.rnb .ahead .login_info .btn_home em:after { background: url("../images/com/icon_m_as1.png") no-repeat center / cover; }
.rnb .ahead .login_info .btn_login em:after { background: url("../images/com/icon_m_as2.png") no-repeat center / cover; }

.rnb .ahead .nav_close {display: flex; align-items: center; position: absolute; right: 0; top: 0;height: 100%;}
.rnb .ahead .nav_close span{ display: inline-block; width: 30px; height: 30px;  background: url("/images/com/icon_m_as_close.png") no-repeat center / 40%;  }
.rnb .ahead .nav_close:before { content: "닫기";color: #FFFFFF; }

.rnb .qlink { background-color: #0b3d4d; position: relative; z-index: 1; }
.rnb .qlink:after { content: ""; display: block; clear: both; }
.rnb .qlink > li { box-sizing: border-box; -webkit-box-sizing: border-box; float: left; width: 33.333%; }
.rnb .qlink > li + li { border-left: 1px solid rgba(255, 255, 255, 0.2); }
.rnb .qlink a { display: block; padding: 10px 5px; height: 80px; white-space: nowrap; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; }
.rnb .qlink a em { font-size: 13px; letter-spacing: -0.04em; font-weight: 500; color: #fff; }
.rnb .qlink a:before { content: ""; display: block; margin: 0 auto; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: 70%; }
.rnb .qlink .ico1:before { background-image: url("/images/com/icon_m_as3.png"); }
.rnb .qlink .ico2:before { background-image: url("/images/com/icon_m_as4.png"); }
.rnb .qlink .ico3:before { background-image: url("/images/com/icon_m_as5.png"); }

.rnb .nav { display: flex; height: 100% }
.depth1 { width: 120px; height: 100%; white-space: nowrap }
.depth1 li { padding: 20px 16px; } 
.depth1 li.on { background-color: #006A8B }
.depth1 li.on a { color: #fff;  } 
.depth1 li a { color: #000000; font-size: 14px;}
.depth1 > .whyscu { position: absolute; bottom: 0; width: 117px; background: #DA0A1F; text-align: center; box-sizing: border-box;}
.depth1 > .whyscu a {color: #fff;}
.depth2 { width: 100%; padding: 0 16px; background: #FFFFFF; box-shadow: -2px 0px 8px 0px #0000000D; overflow-y: auto; height: calc(100vh - 140px);}
.depth2 > li > a { position: relative; display: inline-block; width: 100%; color: #000; font-size: 14px;font-weight: 700; padding: 16px 0; border-bottom: 1px solid #D1D4D6;}
.depth2 > li.on > a::after {transform: rotate(-180deg); top: 34%; border-color: #006A8B transparent transparent transparent;} 
.depth2 > li > a::after { content: ""; position: absolute; right: 0; top: 50%;border-width: 5px;border-style: solid;border-color: #D1D4D6 transparent transparent transparent;}
.depth2 > li.on > a { border-bottom-color: #006A8B; color: #006A8B; }
.depth3 { padding: 5px 12px; display: none }
.depth3 li a {display: inline-block; width: 100%; color: #000; font-size: 13px; padding: 8px 0; }

.mbg { display: none; opacity: 0; visibility: hidden; position: fixed; left: -100px; right: -100px; bottom: -100px; top: -100px; z-index: 12; background-color: rgba(0, 0, 0, 0.6); transition: visibility 0s ease 0.1s, opacity 0.2s ease; -webkit-transition: visibility 0s ease 0.1s, opacity 0.2s ease; }
.off .mbg { opacity: 1; visibility: visible; transition-delay: 0s; -webkit-transition-delay: 0s; }
.off .wrap { width: 100%; transition: margin-left 0.35s ease-out, margin-right 0.35s ease-out; -webkit-transition: margin-left 0.35s ease-out, margin-right 0.35s ease-out; }
.off .wrap, .rnbOn .wrap { position: fixed; }
.rnbOn { overflow: hidden; }
.rnbOn .wrap { margin-left: -265px; }
.rnbOn .rnb_wrap { right: 0; }

.drop_location { position: absolute; left: -1px; top: 59px; width: 100%; background-color: #fff; z-index: 4000; display: none; border: 1px solid #ebebeb; border-top: none; }
.drop_location li a { color: #666; display: block; transition: all 0.3 ease; padding: 6px 10px; border-top: 1px solid #ebebeb; }
.drop_location li a:hover { background-color: #f8f8f8; }

/********* footer *********/
#footer * { box-sizing: border-box; }
#footer { background-color: #333;}

.fnb_box { /*border-top: 1px solid #d0d0d0;padding: 0 10%; height: 70px; */ border-bottom: 1px solid #444; width: 100%; max-width: 1956px; margin: auto; display: flex; align-items: center;justify-content: space-between; padding: 0 32px;}
.fo_menu {padding: 20px 0;}
.fo_menu > ul  { display: flex; }
.fo_menu > ul > li > a { font-size: 14px; color: #fff; line-height: 26px; margin-right: 20px; }

.fo_link { position: relative; z-index: 500; }
.fo_link input { width: 100%; box-sizing: border-box; height: 66px; border: none; border-top: none; color: #fff; padding: 0 35px 0 20px; text-align: left; background: #333 url("/images/com/icon_fo_ar.png") no-repeat right 5px center; cursor: pointer; font-size: 14px; }
.fo_link input.on { background-image: url("/images/com/lnb_close.png"); background-size: 11px;}

.fo_link > ul { position: absolute; bottom: 66px; z-index: 405; border: 1px solid #d1d1d1; border-bottom: 0; background: #333; width: 100%; box-sizing: border-box; padding: 10px 0; }
.fo_link > ul > li > a { display: block; font-size: 14px; line-height: 34px; padding: 0 0 0 20px; color: #fff; }
.fo_link > ul > li > a:hover { background: #eee; color: #444; }

.fo_box { padding: 40px 32px 50px; width: 100%; margin: auto; max-width:1956px; /*display: flex; align-items: flex-end; justify-content: space-between;*/ }
/* .fo_box h1 {width: 20%; } */
.fo_box .top {display: flex; gap: 30px;}
.fo_box .top address {font-size: 14px; font-weight: 300; color: #9c9c9c; line-height: 1.5;}
.fo_box .fo_copy {  /*width: 50%;*/ margin-top: 30px; }
.fo_box .fo_copy .bottom {display: flex; align-items: center; justify-content: space-between; margin-top: 30px;}
.fo_box .fo_copy>* {font-size: 14px; color:#9c9c9c; font-weight: 300; line-height: 1.5;}
.fo_box .fo_copy p {margin-top: 30px;}

.fo_ban { padding-top: 5px; display: flex;}
.fo_ban > li { padding-right: 12px; height: 32px;}
.fo_ban > li img {height: 100%;}
/* .fo_box .fo_sns { float: right; width: 30%; } */
.fo_box .fo_sns > ul { display: flex; }
.fo_box .fo_sns > ul > li {  width: 30px; margin-right: 10px;}
.fo_box .fo_sns > ul > li img {width: 100%;}

/********* footer의 메뉴 재정의 *********/
#footer .wrap_block {max-width: 1920px; margin: 0 auto; }
#footer .cont_depart .depart_new .dp_item {flex: 1; border-radius:8px; display: block; height: 120px; padding:30px 0 0 30px}
#footer .cont_depart .depart_new .dp_item .desc { color: #fff; font-size: 18px; letter-spacing: -0.04em; height:30px; margin-bottom: 5px; line-height: 30px; border-radius:15px 15px 15px 0; padding:0 20px 0 15px; display: inline-block}
#footer .cont_depart .depart_new .dp_item .title { color: #fff; font-family: "Pretendard", sans-serif; transform: rotate(-0.03deg); font-weight: 600; font-size: 25px; letter-spacing: -0.04em; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
#footer .cont_depart .depart_list { display: flex; width: 100%; flex-wrap: wrap; justify-content: center }
#footer .cont_depart .depart_list .dp_list {position: relative; background:#fff; width: calc(100% / 7 - 5px); flex-shrink: 1 }
#footer .cont_depart .depart_list .img_list{ background: #F5F5F5; display: flex; align-items: center; justify-content: center }
#footer .cont_depart .depart_list .img_list img {width: 90%; height: auto}
#footer .cont_depart .depart_list .dp_list::after {content: ""; position: absolute; top: 15px; right: -1px; background: #fff; width: 3px; height: 20px}
#footer .cont_depart .depart_list .dp_list:last-child::after {opacity: 0}
#footer .cont_depart .depart_list .dp_list .list_title { font-family: "Pretendard", sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -0.04em; margin-bottom: 15px; color: #FFFFFF; height: 52px; background: #0B567D; text-align: center; line-height: 52px; }
#footer .cont_depart .depart_list .dp_list  ul { padding: 0 }
#footer .cont_depart .depart_list .dp_list  ul  li { position: relative; padding: 7px 0; display: flex; width: 100%; flex-wrap: wrap;}
#footer .cont_depart .depart_list .dp_list  ul  li  a { color: #666; font-size: 13px; letter-spacing: -0.04em; line-height:1.2; display: block; width: fit-content; position: relative; width: auto; padding-right: 0; white-space: nowrap;}
#footer .cont_depart .depart_list .dp_list ul li a:hover { text-decoration: underline }
#footer .cont_depart { padding: 0; background: none;}
#footer .cont_depart .depart_list .dp_list{ background: #F3F5F9; }
#footer .cont_depart .depart_list .dp_list img { display: none }
#footer .cont_depart .depart_list {flex-wrap: nowrap;}
#footer .cont_depart .depart_list .dp_list { width: 100%;}
#footer .cont_depart .depart_list .dp_list .list_title { text-align: center }
#footer .cont_depart .depart_list .dp_list ul { padding-bottom: 15px; }
#footer .list-major {width: fit-content; margin: 0 auto}
#footer .cont_depart .depart_list .dp_list:last-child .list-major { padding-right: 30px }

#footer .cont_depart .depart_list .dp_list:nth-of-type(6)::after,
#footer .cont_depart .depart_list .dp_list:nth-of-type(7)::after,
#footer .cont_depart .depart_list .dp_list:nth-of-type(12)::after {opacity: 1;}
#footer .cont_depart .wrap_box {max-width: 1920px; width: 100%; margin: 0 auto 50px; padding: 0 16px 0 10px}
#footer .cont_depart .depart_list .dp_list .new {position: relative; background-position: left}
#footer .cont_depart .depart_list .dp_list:nth-of-type(1),
#footer .cont_depart .depart_list .dp_list:nth-of-type(3),
#footer .cont_depart .depart_list .dp_list:nth-of-type(7) {width: auto;}
#footer .cont_depart .depart_list .dp_list:nth-of-type(1) .list_title,
#footer .cont_depart .depart_list .dp_list:nth-of-type(1) .list_major,
#footer .cont_depart .depart_list .dp_list:nth-of-type(7) .list_title, 
#footer .cont_depart .depart_list .dp_list:nth-of-type(7) .list_major { padding: 0 20px }
#footer .cont_depart .depart_list .dp_list:nth-of-type(3) .list_title,
#footer .cont_depart .depart_list .dp_list:nth-of-type(3) .list_major { padding: 0 35px }
#footer .new_de { width: 27px; height: 15px; background: url(/images/2024/icon_new_s.png) center no-repeat; position: absolute; left:-10px; top:-9px; background-size:contain; font-size: 1px; color: transparent;}
#footer .re_de { width: 27px; height: 15px; background: url(/images/2024/icon_re_s.png) center no-repeat; position: absolute; left:-10px; top:-9px; background-size:contain; font-size: 1px; color: transparent;}

/* quick_wrapper */
.quick_wrapper { width: 99%; max-width:1760px; position: fixed;bottom: 0; left: 50%; transform: translate(-50%, 0); z-index: 400;}
.quick_wrapper .box_quick {width: 70px; position: absolute; right: 0; z-index: 400; bottom: 0;}
.quick_wrapper .quick_item { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; width: 100%;  box-sizing: border-box; font-size: 13px; font-weight: 600;margin-bottom: 8px; border-radius: 50%; }
.quick_wrapper .quick_item p { font-family: "Pretendard", sans-serif; }
.quick_wrapper .quick_item.item1 { background: #C70032; box-shadow: 4px 4px 10px 0px #00000026; color: #ffffff; height: 132px; border-radius: 35px; font-size: 16px; font-weight: 700; gap: 8px; line-height: 25.6px; text-align: center }
.quick_wrapper .quick_item.item1 p { line-height: 25.6px }
.quick_wrapper .quick_item.item1 .icon { background: url(/images/2024/icon_floating1.svg) no-repeat center / cover; width: 28px; height: 24px; display: block;}
.quick_wrapper .quick_item.item1_2 .icon { background: url(/images/2024/icon_floating1.svg) no-repeat center / cover; width: 28px; height: 24px; display: block;}
.quick_wrapper .quick_item.item2 { background: #F8D409; box-shadow: 4px 4px 10px 0px #00000026; height: 70px; color: #371D1E}
.quick_wrapper .quick_item.item2 .icon { background: url(/images/2024/icon_floating2.svg) no-repeat center / cover; width: 24px; height: 24px; display: block; }
.quick_wrapper .quick_item.item3 { background: #FFFFFF; box-shadow: 4px 4px 10px 0px #00000026; height: 70px; }
.quick_wrapper .quick_item.item3 a,
.quick_wrapper .quick_item.quick_totop a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: #2C2F32 }
.quick_wrapper .quick_item.item3 .icon { background: url(/images/2024/icon_floating3.svg) no-repeat center / cover; width: 24px; height: 24px; display: block; }
.quick_wrapper .quick_item.quick_totop { background: #FFFFFF; box-shadow: 4px 4px 10px 0px #00000026; height: 70px; }
.quick_wrapper .quick_totop .icon { background: url(/images/2024/icon_floating4.svg) no-repeat center / cover; width: 20px; height: 20px; display: block; }


/* depart */
.fdp{background: #fff; width:100% !important; border-top:#eee solid 1px; }
.fdp .wrap_block{width:100%}
.depart_line {overflow: hidden; padding-top: 50px;}
.depart_line .f-tit { width: 100%; margin: auto; padding-bottom: 20px; text-align: center; background-image:url(/images/2024/line.png); background-repeat: repeat-x; background-position: top 13px left;}
.depart_line .f-tit p {font-size: 22px; font-weight: bold; display: inline-block; background: #fff; width: fit-content; padding: 0 12px; }
.depart_links { display: flex; justify-content: center; margin: 50px auto; margin-top: 0; width:100%; padding:0 40px}
.depart_links .link_box {padding:0 4px; width:calc(100% / 11); border-right: 1px solid #e4e4e4; box-sizing: border-box;}
.depart_links .link_box:last-child {border: none;}
.depart_links .link_box i img{width:100%; vertical-align: bottom;}
.depart_links .link_box .focus { display: block; color: #fff; font-size:16px; font-family:"Seoul Cyber"; font-weight:600; transform: skew(-0.03deg); letter-spacing: -0.04em; line-height:1; text-align: center; width:100.1%; padding:15px 0; margin: 15px 0; background:#106692; box-sizing: border-box; margin-top: 0; }
.depart_links .link_box:nth-child(2n) .focus {background:#0B567D}
.depart_links .link_box > ul > li > a { display: block; color: #666; font-size: 16px; padding:6px 0 0 5px; line-height: 1.5em;}
.depart_links .link_box > ul > li > a:hover { color: #000; text-decoration: underline;}
.depart_links .link_box > ul > li > a>span {position: relative;}
#footer .new_de { width: 27px; height: 15px; background: url(/images/2024/icon_new_s.svg) center no-repeat; position: absolute; left: auto; right: -30px; top: 0; /*transform: translate(100%,-85%);*/ background-size:contain; font-size: 1px; color: transparent;}
#footer .re_de { width: 27px; height: 15px; background: url(/images/2024/icon_re_s.svg) center no-repeat; position: absolute; left: auto; right: -30px; top: 0; /*transform: translate(100%,-85%);*/ background-size:contain; font-size: 1px; color: transparent;}

.depart-area {width: 88%; margin: auto;}


@media all and (max-width: 1800px) {
    #lnb > ul { padding-left: 20%; }

  #lnb > ul > li > a {padding: 30px 17px 0 17px;}
}


  @media all and (max-width: 1740px) {
    #lnb > ul { padding-left: 20%; }
    .lnb_box.on .lnb_banner2 {  }

  }
@media all and (max-width: 1680px) {
  #wrap {   min-width: 100%; }
  .wrap_box { width: 88%;}
  .quick_wrapper { width: 99%; }

  .gnb_left > ul > li a { width: 120px; }
  .gnb_right > ul > li a { width: 120px; }

  /* #lnb > ul { padding-left: 18%; } */
  /* .lnb_box { padding: 0 30px; } */
  .lnb_box h1 {left: 60px;}
  #lnb .sub_nav {width: 95%; left: 2%;}
  .lnb_box .r_lnb .smap {margin-left: 40px;}
  .lnb_box.on .lnb_banner {right: 1%;}
  .lnb_box.on .lnb_banner2 { right: calc(1% + 334px); width: 53%;}
  #lnb .sub_nav .lst > li {padding: 15px;}
  #lnb .sub_nav .lst > li > ul > li > ul > li > a { font-size: 14px;}
  #lnb > ul > li > a {   padding: 30px 20px;   font-size: 19px; }

  .depart_links .link_box .focus {font-size: 14px;}
  .depart_links .link_box > ul > li > a {font-size: 14px;}
  
  #footer .cont_depart .depart_list .dp_list .list_title { font-size: 15px }
  #footer .cont_depart .depart_list .dp_list ul li a { font-size: 12px }

}

@media all and (max-width: 1580px){
  #lnb .sub_nav .lst .tnav > a {font-size: 16px;}
  .lnb_box.on .lnb_banner2 { background: none; width: 0;}
  #footer .cont_depart .depart_list { flex-wrap: wrap }
  #footer .cont_depart .depart_list .dp_list:nth-of-type(6)::after { display: none }
  #footer .cont_depart .depart_list .dp_list:nth-child(1),
  #footer .cont_depart .depart_list .dp_list:nth-child(6),
  #footer .cont_depart .depart_list .dp_list { width: calc(100% / 6) }
  #footer .cont_depart .depart_list .dp_list:nth-of-type(n + 7){ width: calc(100% / 7) }
  #footer .new_de,
  #footer .re_de { left: auto; right: -30px; top: 0}
  #footer .cont_depart .depart_list .dp_list:nth-of-type(1),
  #footer .cont_depart .depart_list .dp_list:nth-of-type(3)  {width: calc(100% / 6);}
  #footer .cont_depart .depart_list .dp_list .list_title { font-size: 16px; }
  #footer .cont_depart .depart_list .dp_list ul li a { font-size: 15px; }
}

@media all and (max-width: 1460px) {
  .gnb_right {margin-right: 0;}
  .gnb_right > ul > li a {font-size: 14px;}
  .gnb_left > ul > li a {   width: 95px; font-size: 14px;}
  /* .lnb_box {   padding: 0 40px; } */
  #lnb > ul > li > a {   padding: 30px 15px;   font-size: 19px; }
  #lnb .sub_nav {   width: 100%;   left: 0; }
  .lnb_box .gnb_close {   width: 40px;   height: 40px;   background-size: 20px; }
  .lnb_box h1 {left: 45px; top:21px;}
  .lnb_box h1 img { height: 35px;}
  
  .lnb_box .r_lnb {right: 35px;}
  .lnb_box .r_lnb .smap {margin-left: 35px;}

  #lnb .sub_nav h2 {width: 25%;}
  #lnb .sub_nav .lst {width: 75%;}
  .lnb_box.on .lnb_banner { width: 250px; left: 0; top: 180px;}
  #lnb .sub_nav .lst .tnav > a {font-size: 18px;}
  #lnb .sub_nav .lst > li > ul > li > ul > li > a { font-size: 16px;}

  .depart_links {flex-wrap: wrap; justify-content: start; gap: 20px 0; padding:0 25px}
  .depart_links .link_box {border: none; width: calc(100% / 4);}
}

@media all and (max-width: 1400px) {
  #lnb > ul > li > a {padding: 30px 7px;}
}
@media all and (max-width: 1330px) {
  #footer .cont_depart .depart_list .dp_list::after { display: block; }
}
@media all and (max-width: 1260px) {
  /* #header .lnb_box.on {height: 80px;}
  .lnb_box.on .gnb_close { display: none; } */
  .quick_wrapper { display: none; }

  .wrap_box { width: 90%; }
  #header { height: 136px; }
  #gnb { height: 72px; }
  .gnb_left {width: 75%; float: left; height: 72px;}
  .gnb_left > ul > li {   width: calc(100%/3); margin-top: 36px;}
  .gnb_left > ul > li a {   width: auto;   padding: 0;   font-size: 12px;   line-height: 36px; }
  .gnb_left .top_kakao img {   margin: 8px 3px 0 0; }
  .gnb_left > ul > li:nth-child(4),   .gnb_left > ul > li:nth-child(5),   .gnb_left > ul > li:nth-child(7) {   display: none; }
  .gnb_left > ul > li:last-child { width: 100%; margin: 0; position: absolute;}
  .gnb_left .top_red {background: none; background-color: #ea1212; width: 100%; text-align: center;}
  .gnb_right {width: 25%; margin-right: 0; height: 72px; float: right;}
  .gnb_right > ul > li { width: 50%; margin-top: 36px; }
  .gnb_right > ul > li:first-child {display: none;}
  /* .gnb_right > ul > li:last-child {display: none;} */
  .gnb_right > ul > li a {line-height: 36px; width: 100%;}
  .gnb_right .top_kakao {font-size: 13px;}

  .gnb_left .top_red li::before {width: 1px; left: -2px; top: 11px;}


  .lnb_box {   height: 64px;   padding: 0; top: 72px;}
  .lnb_box.fixed {top: 72px;}

  .lnb_box h1 {   top: 17px;   left: 20px; }
  .lnb_box h1 img {   height: 30px; }
  .lnb_box .btn_nav {  display: block; }
  .lnb_box .r_lnb{display:none;}
  
   #lnb {   display: none; }

  .fo_box .fo_copy>* {font-size: 13px;}
  .fo_menu > ul > li > a {font-size: 13px;}
  .fo_link input {font-size: 13px;}
  .fo_box {   padding: 40px 0 30px; }
  
  
}

@media all and (max-width: 1230px) {
    #footer .cont_depart .depart_list .dp_list:nth-of-type(5)::after, #footer .cont_depart .depart_list .dp_list:nth-of-type(10)::after {opacity: 1}
}

@media all and (max-width: 1060px) {
  .fo_box .fo_copy {   font-size: 13px;   line-height: 1.6em; }
  .fo_menu > ul > li > a {   font-size: 12px; letter-spacing: -0.04em;}
  .fo_link input {font-size: 12px;}

  .fo_menu > ul > li:nth-child(1),
  .fo_menu > ul > li:nth-child(2),
  .fo_menu > ul > li:nth-child(3),
  .fo_menu > ul > li:nth-child(5) {display: none;}


  .gnb_right > ul > li:nth-child(2) {width: calc(100% - 50px);}
  .gnb_right > ul > li:last-child {width: 50px;}
  .gnb_right > ul > li:last-child span {display: none;}
  .gnb_right .top_popup {height: 36px;}
  .gnb_right .top_popup img {margin: 12px 0 0 3px;}


  .depart_links .link_box > ul > li > a .new_de {width: 27px; height: 15px;}
}

@media all and (max-width: 1024px) {
  #footer .cont_depart .depart_list { flex-wrap: wrap; justify-content: flex-start; gap: 5px; }
  #footer .cont_depart .depart_list .dp_list { width: calc(100% / 3 - 4px) !important; }
  #footer .cont_depart .depart_list .dp_list::after {display: none;}
  
  #footer .cont_depart .depart_list .dp_list .list_title { font-size: 18px }
  #footer .cont_depart .depart_list .dp_list ul li a { font-size: 17px }
}


@media all and (max-width: 1000px) {
    #footer .fdp {padding-bottom: 56px;}
    #footer .cont_depart .depart_list .dp_list img { display: block; width: 100%; height: auto }
    #footer .cont_depart .depart_list .dp_list > ul {padding: 0 15px}
    #footer .cont_depart .depart_list .dp_list li{position: relative; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; align-items: center}
    #footer .cont_depart .depart_list .dp_list li a {width: auto}
    #footer .cont_depart .depart_list .dp_list .new {background-image: none; background-color: #7674B4; width: auto; height: 18px; border-radius: 50%; font-size: 9px; font-style: normal; color: #fff; font-weight: 700; text-align: center;padding: 0 6px; line-height: 18px}
}

@media all and (max-width: 800px) {
  .fo_box {align-items: center; justify-content: center; flex-direction: column; text-align: center; gap: 20px;}
  .fo_box .top {flex-direction: column;}
  .fo_box .fo_copy .fo_ban {display: none;}
  .fo_box .fo_copy .bottom {justify-content: center;}

  .gnb_right .top_kakao {font-size: 12px;}
}

@media all and (max-width: 780px) {
  .depart-area {width: 100%;}
  .depart_line {width: 100%; margin: auto;}
  .depart_line .f-tit {background-position: top 10px left;}
  .depart_line .f-tit p {font-size: 18px;}
  .depart_links .link_box {width: calc(100%/3);}
  
  #footer .cont_depart .depart_list .dp_list:nth-child(5), 
  #footer .cont_depart .depart_list .dp_list:nth-child(7), 
  #footer .cont_depart .depart_list .dp_list:nth-child(13),
  #footer .cont_depart .depart_list .dp_list { width: calc(100% / 2 - 3px) !important; }
  #footer .cont_depart .depart_list .dp_list .list_title { padding-left:10%; text-align: left}
  #footer .cont_depart .depart_list .dp_list .list-major { width: auto; margin: 0; padding-left: 10%; padding-right: 5%; }
  #footer .cont_depart .depart_list .dp_list ul li { word-break: break-all }
  #footer .cont_depart .depart_list .dp_list ul li a { font-size: 16px; }
}

@media all and (max-width: 630px) {
  .gnb_right .top_kakao {height: 36px;}
  .gnb_right .top_kakao span { display: none;}
  .gnb_right .top_kakao img {margin: 8px 0 0 0;}
}

@media all and (max-width: 500px){
  .fnb_box {justify-content: center;}
  .fo_menu > ul {gap: 20px;}
  .fo_menu > ul > li > a {margin: 0;}
  .fo_link {display: none;}

  .depart_line .f-tit p {font-size: 16px;}
  .depart_links .link_box {width: calc(100%/2);}
}

@media all and (max-width: 400px) {
  .gnb_right > ul > li:nth-child(2) {width: 50%;}
  .gnb_right > ul > li:last-child {width: 50%;}
}

@media (max-width: 365px) {
  #footer .cont_depart .depart_list .dp_list ul li a { font-size: 14px }
}


.inner-1920 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}