#top-layout {width: 100%;position:absolute;/* position: fixed; */height: 95px;top: 20px;z-index: 100;/* background: #fff; */transition: .4s;}
#top-layout:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;opacity: 0;backdrop-filter: blur(20px);transition: .4s;}

#top-layout:hover {background: #fff;height: 100px; top:0;}
#top-layout:hover .navi:before{opacity:0;}
#top-layout:hover .hd-wrap #logo a {background-image: url("/images/common/logo_c.svg");}
#top-layout:hover .hd-wrap #logo{height:100%;align-items: center;padding: 0 0 0 0px;}
#top-layout:hover #gnb-layout #gnb {/* border-bottom: 1px solid #e5e5e5; */}
#top-layout:hover #gnb-layout .depth1_ul > li > a span {color: #0e2036;}
#top-layout:hover .sch-btn a {color: #474747 !important;border-color: #474747 !important;}
#top-layout:hover .sch-btn a:hover {color: #000 !important;}
#top-layout:hover .mo .hamburger p {background: #222;}
#top-layout:hover .mo .allm-txt {color: #333;}
#top-layout:hover .hd-wrap .utile-wrap > li.sch-btn a {background: url("/images/common/khu_logo.png") no-repeat;}

#top-layout:hover .navSearch .search-btn,
#top-layout:hover .mo button.btn-allmenu{background:#2f4c8a;}
#top-layout:hover .navSearch .search-btn:hover,
#top-layout:hover .mo button.btn-allmenu:hover{background:#0577e6;}
#top-layout:hover .navSearch .search-btn i{color:#fff;}
#top-layout:hover .mo button.btn-allmenu span,
#top-layout:hover .mo button.btn-allmenu:hover span{background:#fff;}

/* 상단 고정 */
#top-layout.scrollFx {width: 100%;position: fixed;height: 100px;top: 0;}
#top-layout.scrollFx .navi {height: 100px;}
#top-layout.scrollFx .navi:before{opacity:0;}
#top-layout.scrollFx:before {opacity: 1;}
#top-layout.scrollFx .hd-wrap #logo a {background-image: url("/images/common/logo_c.svg");}
#top-layout.scrollFx .hd-wrap #logo{height:100%; align-items: center; padding: 0 0 0 45px;}
#top-layout.scrollFx #gnb-layout {height: 100px;background: rgb(255 255 255 / 60%);box-shadow: 0 0 50px rgba(0,0,0,0.1);}
#top-layout.scrollFx #gnb-layout .depth1_ul > li > a span {color: #0e2036 !important;}

#top-layout .navi {position: relative;height: 95px;}
#top-layout .navi:before{background: url("/images/common/logo_bg.svg") no-repeat left top / 100%;width:408px;height: 119px;content:"";position:absolute;left:1%;top:0;}
#top-layout .hd-wrap {}
#top-layout .hd-wrap #logo {display: flex;align-items: flex-start;transition: .4s;font-size: 0;line-height: 0;padding: 3px 0 0 45px;margin-left: 19px;}
#top-layout .hd-wrap #logo a {display: inline-block;width: 262px;height: 54px;overflow: hidden;background-image: url("/images/common/logo_c.svg");background-repeat: no-repeat;background-position: 0 0;transition: all .1s;background-size: 100%;transition: .4s;}
#top-layout .hd-wrap #logo a:hover {opacity: .8;}

#top-layout .hd-wrap .utile-wrap {z-index: 10;display: flex;gap: 16px;align-items: center;position: absolute;right: 2.5%;bottom: 0;height: 95px;}
#top-layout .hd-wrap .utile-wrap > .sch-btn {display: flex;align-items: center;justify-content: center;margin-right: 15px;}
#top-layout .hd-wrap .utile-wrap > .sch-btn a {transition: 0.3s;position: relative;background: url("/images/common/HYU_logo.png") no-repeat;background-size: 100%;width: 120px;height: 34px;font-size: 0;}

/*햄버거메뉴*/
#top-layout .hd-wrap .utile-wrap > .mo {position: relative;width: 48px;height: 48px;border-radius: 50%;background: hsla(0, 0%, 100%, .4);display: flex;align-items: center;justify-content: center;}
#top-layout .hd-wrap .utile-wrap > .mo:before {content: "";display: block;width: 100%;height: 100%;background: hsla(0, 0%, 100%, .4);mix-blend-mode: difference;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%;opacity: 0;transition: opacity .2s ease-in-out;}

/* 롤오버시 메뉴 튀기않게 */
#top-layout{position:absolute;}
#top-layout::after{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:400px;
	background:transparent;
	z-index:1;
	opacity:0;
	pointer-events:none;
	transition:opacity .2s;
}
#top-layout.on::after{
	opacity:1;
	pointer-events:auto;
}
/* 검색 */
.navSearch{position: relative;}
.navSearch .search-btn{color: #2f4c8a;font-size:24px;width:49px;height:49px;border:none;background:#fff;border-radius:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;}

#hd_sch{position:absolute;top: 60px;right:0;width:280px;padding:10px 15px;background: #0e2036;border-radius: 15px;box-shadow: 18px 20px 30px rgb(5 119 230 / 31%);display:none;z-index:1000;}
.navSearch.open #hd_sch{display:block;animation: searchDrop .25s ease-out;}

@keyframes searchDrop{
	from{opacity:0; transform:translateY(-6px);}
	to{opacity:1; transform:translateY(0);}
}

#hd_sch input[type="text"]{width:100%;height: 30px;border-radius:10px;border:none;padding:0;background: #0e2036;color:#fff;font-size:16px;}
#hd_sch input::placeholder{color:#b7c1cc;}
#hd_sch button{position:absolute;right:22px;top:50%;font-size: 20px;transform: translateY(-50%);border: 0;background: transparent;color: #fff;}

.m-lage{position: relative;/* left:0; *//* bottom:0; */display: flex;align-items: center;z-index: 10;/* width: 120px; */gap: 1px;}
.m-lage > li{display:inline-flex;text-align:center;font-size:14px;font-weight: 600;font-family: "Chakra Petch", sans-serif;flex: 1;background: #dbe7fb;}
.m-lage > li a {display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; padding: 10px; color: #9196a3; background: #e3e5e9;}
.m-lage > li.on a{background: #d0dfff; color:#0e2036;}

/* 언어선택 */
.language {display: inline-block;height: 100%;}
.language .language-link {position: relative;height: 100%;display: flex;justify-content: center;align-items: center;}
.language .language-link> button {display: block;position: relative;padding: 0;background-color: transparent;border: none;}
.language .language-link> button span {position: relative;padding: 12.5px 17.5px;border: 1px solid #2f4c8a;border-radius: 16px;font: bold 16px / 1.2 Inter;color: #2f4c8a;font-family: "Chakra Petch", sans-serif;display: inline-flex;align-items: center;gap: 6px;}
.language .language-link.on> button span {text-decoration: none;}
.language .language-link> button span:after {font-family: 'remixicon';content: "\EA4E";display: inline-block;vertical-align: middle;}
.language .language-link> button em {font-size: 0;line-height: 0;position: absolute;left: 0;top: 0;}
.language .language-link> button em i {}
.language .language-link div {display: block;position: absolute;top: 78px;left: 0;width: 100%;z-index: 10;border-radius: 16px;background: #ebebeb;display: none;}
.language .language-link.on div {display: block;}
.language .language-link div ul {padding: 0;}
.language .language-link div ul li {}
.language .language-link div ul li a {display: block;text-align: center;font-size: 16px;transition: 0.3s;padding: 12.5px 17.5px;color: #444;font-family: "Chakra Petch", sans-serif;font-weight: 600;}
.language .language-link div ul li a:hover, 
.language .language-link div ul li a:focus {color: #2f4c8a;}

.mo button.btn-allmenu {position: relative;display: flex;align-items: center;gap: 5px;border: none;width: 49px;height: 49px;background: #fff; border-radius: 15px;justify-content: center;transition: .3s;}
.mo button.btn-allmenu> div{width: 18px; height: 14px; position: relative;}
.mo button.btn-allmenu span {position: absolute;top: 0;left: 0;width: 100%;height: 2px;border-radius: 2px;background: #2f4c8a;transition: .4s ease-in-out .3s;transition-property: width, left, top, transform;}
.mo button.btn-allmenu span:first-child {width: 10px;left: 8px;}
.mo button.btn-allmenu span:not(:first-child,:last-child) {top: 50%;transform: translateY(-50%);}
.mo button.btn-allmenu span:last-child {width: 10px;top: 100%;transform: translateY(-100%);}

#gnb-layout {position: relative;height: 95px;/*transition: all 0.3s ease-out;*/overflow: hidden;width: 100%;margin: 0;z-index: 9;}
/*#gnb-layout:before{display:block; content:""; position:absolute; top:100px; right:0; left:0; width:100%; height:1px; background:#ddd; z-index:11;}*/
#gnb-layout::before{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:24px;
	background:transparent;
	z-index:50;
}
#gnb-layout:after {display: none;content: "";position: absolute;width: 495px;height: 172px;left: calc(50% - 1036px);bottom: 0px;opacity: 0;z-index: 111;transition: all 0.3s;transition-delay: 0.3s;}
#gnb-layout #gnb {position: absolute;top: 0;left: 0;width: 100%;height: 100px;z-index: 2;border-bottom: 0;}
#gnb-layout #gnb:after, #gnb-layout #gnb:before {content: "";position: absolute;top: 100px;width: 100%;height: 100vh;z-index: 1;}
#gnb-layout #gnb:before {left: -50%;background-color: #fff;min-height: 300px;display: none;}

#gnb-layout #gnb:after {right: -50%;background-color: #fff;min-height: 400px;z-index: 2;}
#gnb-layout #gnb .layout {position: static;text-align: center;height: 100%;width: calc(100% - 300px);margin: 0;max-width: 1920px;display: flex;align-items: flex-start;}
#gnb-layout #gnb .layout:after {content: "";position: absolute;top: 100px;left: 0;width: 100%;height: 100vh;background-color: #fff;min-height: 400px;z-index: 2;visibility: visible;}
#gnb-layout .depth1_ul {display: inline-flex;height: 100%;float: none;z-index: 14;margin: 0 auto;}
#gnb-layout .depth1_ul:after {display: block;content: "";clear: both;}
#gnb-layout .depth1_ul > li {display: inline-block;margin: 0 40px;vertical-align: top;}
#gnb-layout .depth1_ul > li:last-child a:after {display: none;}
#gnb-layout .depth1_ul > li > a {position: relative;display: block;height: 100%;transition: all 0.3s;text-align: center;}
#gnb-layout .depth1_ul > li > a span {display: inline-block;height: 100%;line-height: 100px;vertical-align: middle;letter-spacing: 0;position: relative;color: #0e2036;font-size: 20px;font-family: 'OneGB';font-weight: 600;}
#gnb-layout .depth1_ul > li > a span:before {position: absolute;left: 0;bottom: 0%;width: 100%;height: 4px;background-color: #253369;content: "";opacity: 0;transition: all 0.4s;}
#gnb-layout .depth1_ul > li > a:hover span, 
#gnb-layout .depth1_ul > li > a:focus span {color: #253369;}
#gnb-layout .depth1_ul > li > a:hover span:before, 
#gnb-layout .depth1_ul > li > a:focus span:before {opacity: 1;}
#gnb-layout .depth1_ul > li.on > a span, #gnb-layout .depth1_ul > li.current > a span {color: #253369;}
#gnb-layout .depth1_ul > li.on > a span:before, #gnb-layout .depth1_ul > li.current > a span:before {opacity: 1;}

#gnb-layout .depth1_ul > li .item {border-top: 1px solid #e5e5e5;opacity: 1;position: absolute;top: 100px;left: 0;z-index: 100;width: 100%;min-height: 150px;text-align: left;background-color: #ffffff;padding: 35px 0 60px 0px;padding-left: calc(50% - 460px);padding-right: calc(50% - 740px);}
#gnb-layout .depth1_ul > li .item .gnb-title {position: absolute;top: 0;left: 0;bottom: 0;width: calc(50% - 500px);padding: 60px 40px 100px 2100px;padding-left: calc(50% - 750px);text-align: left;background-color: #f2f7ff;border-radius: 0 0 30px 0;z-index: 3;}
#gnb-layout .depth1_ul > li .item .gnb-title strong {display: block;position: relative;line-height: 1.2;font-weight: 600;color: #1c2c73;font-size: 28px;z-index: 1;margin-bottom: 10px;white-space: normal;width: 100%;word-break: break-all;}
#gnb-layout .depth1_ul > li .item .gnb-title p {position: relative;margin: 0 0 10px 0;line-height: 1.2;font-size: 24px;color: #111;font-family: "Chakra Petch", sans-serif;font-weight: 600;letter-spacing: -.5px;z-index: 1;}
#gnb-layout .depth1_ul > li .item.on {background-color: #fff;}
#gnb-layout .depth1_ul > li.current + .item {display: block !important;}
#gnb-layout .depth1_ul .depth2_ul {position: relative;top: 0;height: 100% !important;width: 100%;text-align: left;float: right;margin: 0;z-index: 3;display: flex;row-gap: 2%;column-gap: 2%;flex-wrap: wrap;}
#gnb-layout .depth1_ul .depth2_ul > li {display: block;width: 33.3333333333333333%;max-width: 280px;margin: 0 0 20px;text-align: left;line-height: 18px;}
#gnb-layout .depth1_ul .depth2_ul > li > a {display: inline-block;position: relative;min-width: 100%;padding: 12px 25px 12px 20px;min-height: 46px;box-sizing: border-box;border: 1px solid #ddd;border-radius: 12px;line-height: 1.2;color: #0e2036;font-size: 17px;letter-spacing: -0.05em;word-break: keep-all;word-wrap: break-word;font-weight: 600;transition: all 0.3s;}
#gnb-layout .depth1_ul .depth2_ul > li > a i {content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 13px; font-size: 22px; font-weight: normal; color: #555; transition: all 0.3s;}
/*#gnb-layout .depth1_ul .depth2_ul > li > a:after {content: "";display: block;position: absolute;top: 16px;right: 19px;width: 8px;height: 8px;border: solid #555;border-width: 0 2px 2px 0;transform: rotate(45deg);transition: all 0.3s;}
*/
#gnb-layout .depth1_ul .depth2_ul > li > a.on, 
#gnb-layout .depth1_ul .depth2_ul > li > a:hover, 
#gnb-layout .depth1_ul .depth2_ul > li > a:focus {text-decoration: none;background: #1c2c73;color: #fff;border: 1px solid #1c2c73;box-shadow: 2px 2px 8px 0 rgb(158 25 21 / 10%);}
#gnb-layout .depth1_ul .depth2_ul > li > a.on span em, 
#gnb-layout .depth1_ul .depth2_ul > li > a:hover span em, 
#gnb-layout .depth1_ul .depth2_ul > li > a:focus span em {color: rgb(255,255,255,.6);}
/*#gnb-layout .depth1_ul .depth2_ul > li > a[target=_blank] {padding-right: 20px;}
#gnb-layout .depth1_ul .depth2_ul > li > a[target=_blank]:after {display: none;}
#gnb-layout .depth1_ul .depth2_ul > li > a[target=_blank]:before {display: block;position: absolute;top: 20px;left: auto;right: 14px;width: 14px;height: 14px;margin-top: -7px;border: 0;transform: none;content: "";}
#gnb-layout .depth1_ul .depth2_ul > li > a.on[target=_blank]:before, 
#gnb-layout .depth1_ul .depth2_ul > li > a:hover[target=_blank]:before, 
#gnb-layout .depth1_ul .depth2_ul > li > a:focus[target=_blank]:before {background: url(/template/assets/images/target_blank_ov.png);}*/
#gnb-layout .depth1_ul .depth2_ul > li > a.on i, 
#gnb-layout .depth1_ul .depth2_ul > li > a:hover i, 
#gnb-layout .depth1_ul .depth2_ul > li > a:focus i {color:#fff;}
#gnb-layout .depth1_ul .depth2_ul > li > a.on:after, 
#gnb-layout .depth1_ul .depth2_ul > li > a:hover:after, 
#gnb-layout .depth1_ul .depth2_ul > li > a:focus:after {border: solid #fff;border-width: 0 2px 2px 0;}
#gnb-layout .depth1_ul .depth2_ul > li > a span {}
#gnb-layout .depth1_ul .depth2_ul > li > a span em {font-style: normal;font-size: 13px;color: #a9a9a9;font-weight: 300;letter-spacing: .2px;margin-top: 5px;display: block;line-height: 1.2;}
#gnb-layout .depth1_ul .depth3_ul {display: block;margin: 10px 20px 0;height: auto;transition: all 0.3s;}
#gnb-layout .depth1_ul .depth3_ul li {display: block;}
#gnb-layout .depth1_ul .depth3_ul li a {display: block;position: relative;padding: 2px 0 2px 16px;line-height: 1.2;}
#gnb-layout .depth1_ul .depth3_ul li a:before {position: absolute;top: 11px;left: 4px;width: 5px;height: 5px;border-radius: 50%;background-color: #cdd3d8;content: "";}
#gnb-layout .depth1_ul .depth3_ul li a:hover:before, 
#gnb-layout .depth1_ul .depth3_ul li a:focus:before {background: #253369;}
#gnb-layout .depth1_ul .depth3_ul li a span {display: inline-block;font-size: 16px;color: #5a5f6e;line-height: 1.5;word-break: keep-all;word-wrap: break-word;font-weight: normal;position: relative;z-index: 2;background: #fff;padding-right: 6px;}
#gnb-layout .depth1_ul .depth3_ul li a:hover span, 
#gnb-layout .depth1_ul .depth3_ul li a:focus span, 
#gnb-layout .depth1_ul .depth3_ul li .on span {color: #253369;}
#gnb-layout .depth1_ul .depth3_ul.open {display: block;}
#gnb-layout .depth1_ul .depth3_ul li a:hover:after, #gnb-layout .depth1_ul .depth3_ul li a:focus:after {background: #253369;}

#top-layout.open #gnb-layout, #top-layout.on #gnb-layout {
    border-radius: 0 0 30px 30px;
}
#top-layout.on #gnb-layout:after {opacity: 1;}

#gnb-layout.open .depth1_ul > li .depth2_ul {opacity: 1;height: 180px;transform: translateX(0);}
#top-layout.on + .gnb-bg, #top-layout.open + .gnb-bg {display: block;z-index: 99;top: 47px;}
#top-layout + .gnb-bg {display: none;position: fixed;top: 47px;left: 0;z-index: 2;width: 100%;height: 100%;background: #000;opacity: 0.5;content: "";transition: all 0.3s ease-out;}



@media (max-width: 1700px) {
	#gnb-layout .depth1_ul > li {margin: 0 30px;}
	#gnb-layout .depth1_ul {margin: 0 auto 0 7%;}
}
@media (max-width: 1600px) {
	#gnb-layout #gnb .layout {/*width:95%;*/}	
	#top-layout .hd-wrap #logo{padding-left:25px;}
	#top-layout .hd-wrap .utile-wrap {
    gap: 10px;
}
	#top-layout .hd-wrap .utile-wrap > li.sch-btn {display: none;}
	#gnb-layout .depth1_ul{}
	#gnb-layout .depth1_ul .depth2_ul {row-gap: 10px;column-gap: 10px;}
	#gnb-layout .depth1_ul .depth2_ul > li {margin: 0;}
	#gnb-layout .depth1_ul > li {margin: 0 25px;}
	#gnb-layout .depth1_ul > li > a span {font-size: 19px;}
	#gnb-layout .depth1_ul > li .item .gnb-title strong, 
	#gnb-layout .depth1_ul > li .item .gnb-title p {padding-left: 4%;}
	#gnb-layout .depth1_ul .depth3_ul li a span {font-size: 15px;}
	#gnb-layout .depth1_ul > li .item .gnb-title strong{font-size:24px;}
	#gnb-layout .depth1_ul > li .item .gnb-title p{font-size:20px;}	
}
@media (max-width: 1300px) {
	#gnb-layout .depth1_ul > li {margin:0 20px;}
    #gnb-layout .depth1_ul > li > a span {padding: 0 0px;}
    #gnb-layout .depth1_ul:after {display: none;}
	#top-layout .hd-wrap .utile-wrap > .sch-btn{display:none;}
	#gnb-layout #gnb .layout {width: calc(100% - 140px);}	
	#gnb-layout .depth1_ul > li .item {min-height: 210px;padding: 35px 0 100px 0px;padding-left: 330px;padding-right: 0;}
	#gnb-layout .depth1_ul > li .item .gnb-title {width: calc(50% - 330px);padding: 40px 10px 30px 0px;padding-left: 0;}
	#gnb-layout .depth1_ul > li .item .gnb-title strong, #gnb-layout .depth1_ul > li .item .gnb-title p {}	
	#gnb-layout .depth1_ul .depth2_ul > li > a {padding: 12px 25px 12px 20px; min-height: 40px; line-height: 1.2; font-size: 15px;}
}
@media (max-width: 1170px) {
    #gnb-layout, #top-layout, 
	#top-layout.scrollFx .navi, 
	#top-layout .navi, 
	#top-layout.sub-hd #gnb-layout, 
	#top-layout.scrollFx #gnb-layout, 	
	#gnb-layout #gnb {height:90px !important;}
    #top-layout .hd-wrap .utile-wrap {gap: 10px;height:90px;right: 4%;}	
	#gnb-layout .depth1_ul {display:none;}
	#top-layout .navi:before{display:none;}
	#gnb-layout #gnb .layout {align-items: center;}
}
@media (max-width: 1040px) {    
	#top-layout{top:10px;}
}
@media (max-width: 767px) {	
	.language .language-link> button span{display:none;}
    #gnb-layout, #top-layout, #top-layout.scrollFx .navi, 
	#top-layout .navi, 
	#top-layout.sub-hd #gnb-layout, 
	#top-layout.scrollFx #gnb-layout, 
	#gnb-layout #gnb {height:80px !important;}
	#top-layout{top:10px;}    
    
	#top-layout .hd-wrap .utile-wrap{height:80px; right: 5%; gap:10px; align-items: flex-start; padding-top: 10px;}
	#top-layout .navi:before{display:none;}
	#top-layout .hd-wrap #logo {padding: 15px 0 0 15px;}
	#top-layout .hd-wrap #logo a {width: 210px;height: 43px;}
	#top-layout.scrollFx .hd-wrap #logo{padding-left:0;}
	#gnb-layout #gnb .layout {align-items: flex-start;}

	/*#top-layout .hd-wrap #logo {padding: 3px 0 0px 20px; margin-left:2%;}
	#top-layout .hd-wrap #logo a {width: 200px;height: 45px;}
	#top-layout .navi:before {left: 2%; width: 290px; height: 80px;}
	#top-layout:hover .hd-wrap #logo,
	#top-layout.scrollFx .hd-wrap #logo {padding: 0 0 0 10px;}*/

	#top-layout:hover .hd-wrap .utile-wrap,
	#top-layout.scrollFx .hd-wrap .utile-wrap {align-items: center;padding-top:0;right: 4%;}
	.language{display:none;}
	.navSearch .search-btn,
	#top-layout .hd-wrap .utile-wrap > .mo,
	.mo button.btn-allmenu{width: 45px; height: 45px;}
    .mo .allm-txt {display: none;}
    .mo button.btn-allmenu .hamburger {width: 40px; height: 40px;}
}
@media (max-width: 400px) {
    #top-layout .hd-wrap #logo a {/* width: 240px; *//* height: 29px; */}
}



/* mobile menu */
body.modal-open {height: 100vh; overflow: hidden;}
.modal-open #top-layout .hd-wrap .utile-wrap li, 
.modal-open #top-layout .hd-wrap .utile-wrap li.box.mo {display: none;}

#mobile-menu {overflow: visible;/* height:100%; */padding: 0 !important;}
#mobile-menu .modal-dialog {transform: translate(25%, 0); margin: 0; width: 100%; max-width: 420px; min-width: 320px; float: right; height: 100%;}
#mobile-menu.in .modal-dialog, #mobile-menu.show .modal-dialog {transform: translate(0px, 0);}
#mobile-menu .modal-dialog .modal-content .modal-body {position: static;height: 100%; padding: 0; background: #fff;}
#mobile-menu .modal-dialog .modal-content {width: 100%; border-radius: 0; border: 0 none; height: 100%; margin: 0;}
#mobile-menu .modal-dialog .modal-content .topUtile {height: 71px; padding: 25px 15px; background: #3a5063;}
#mobile-menu .modal-dialog .modal-content .topUtile ul:after {display: block; clear: both; content: "";}
#mobile-menu .modal-dialog .modal-content .topUtile ul li {display: inline-block; float: left; position: relative;}
#mobile-menu .modal-dialog .modal-content .topUtile > ul > li > a, 
#mobile-menu .modal-dialog .modal-content .topUtile ul li > button {display: block; height: 100%; width: 100%; padding: 0 15px; font-size: 15px; color: #fff; line-height: 1.2;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li > a:after {display: inline-block; height: 100%; vertical-align: middle; content: "";}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan button {padding-right: 27px;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan button:after {position: absolute; right: 11px; top: 7px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 7px solid #fff; transform: rotate(180deg); content: "";}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown {padding-bottom: 20px;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown:before {display: none;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown.open {z-index: 999;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul {position: absolute; top: 35px; left: 0; width: 100%; min-width: auto;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li {display: block; width: 100%; padding: 5px 0; border-top: 1px solid #dadada;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li:first-child {border-top: none;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a {font-size: 15px;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a {padding: 3px 13px 3px; text-align: left;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a * {vertical-align: middle;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a:before {content: ""; display: inline-block; width: 20px; position: relative; height: 15px; background: url(/template/A/images/ir-language.png) no-repeat; top: 4px; margin-right: 4px;}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.ko a:before {background-position: 0 0;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.en a:before {background-position: -20px 0;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.jp a:before {background-position: -40px 0;}
#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.cn a:before {background-position: -60px 0;}

#mobile-menu .modal-dialog .modal-content .modal-body:after {display: block; content: ""; position: absolute; z-index: 0; width: 140px; background: #f5f6f8; height: 100%; top: 120px; left: 0px; z-index: 1;}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul {width: 100%; height: calc(100% - 71px); display: inline-block; position: absolute; left: 0; right: 0; margin: 0; z-index: 2;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul.show {display: block !important;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li {float: left; width: 100%; text-align: left;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a {display: block;position: relative;width: 140px;padding: 15px 20px 10px 15px;background: #f5f6f8;font-size: 16px;line-height: 1.2;box-sizing: border-box;z-index: 2;word-break: keep-all;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li:first-child > a {padding-top: 20px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li:last-child > a {padding-bottom: 20px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a:before {display: none; position: absolute; top: 50%; bottom: 0; right: 33px; width: 3px; height: 17px; background: #3a5063; transform: translateY(-50%); content: "";}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a:after {display: none; position: absolute; top: 50%; bottom: 0; right: 26px; height: 3px; width: 17px; background: #3a5063; transform: translateY(-50%); content: "";}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov:before {display: none;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a span {font-size: 18px;vertical-align: middle;line-height: 20px;color: #0e2036;font-weight: 600;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov span {color: #253369;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a span > em {display: block; letter-spacing: 0.2px; color: #888; font-style: normal; font-size: 13px; font-weight: 300; line-height: 1.2; margin-top: 5px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .on .a:before {transform: translate(0, -74%) rotate(-136deg);}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li .item {display: none;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li .item .gnb-title {display: none;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul {display: none; width: calc(100% - 140px); position: absolute; top: 0px; right: 0px; padding: 5px 0px; padding-bottom: 100px; overflow-y: scroll; overflow-x: hidden; height: 100%;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li {width: 100%; border-top: 1px solid #e5e5e5;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li:first-child {border: 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li:last-child {border-bottom: 1px solid #e5e5e5;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a {display: block; position: relative; width: 100%; padding: 12px 30px 12px 15px; word-break: keep-all;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a.ov {color: #fff;border-bottom: 2px solid #253369;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a.ov span {color: #253369;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a:after {content: "\ea4e";display: inline-flex;align-items: center;justify-content: center;color: #afafaf;position: absolute;top: 11px;right: 10px;width: 22px;height: 22px;background: #f8f8f8;font-family: 'remixicon' !important;border-radius: 8px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a.ov:after {content: "\ea78";background: #253369;color: #fff;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a[target=_blank]:after, 
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a span {color: #444;font-weight: 600;font-size: 17px;line-height: 23px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a span > em {letter-spacing: 0.2px; display: block; color: #888; font-style: normal; font-size: 13px; font-weight: 300; line-height: 1.2; margin-top: 5px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul {display: none;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li a.ov + .depth3_ul {display: block; background: #fbfbfb; padding: 10px 20px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li {padding: 4px 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a {display: block; position: relative; padding: 0px 0 0px 10px; font-size: 16px; font-weight: 400; line-height: 1.4; color: #212121;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:before {position: absolute; left: 0; top: 9px; width: 3px; height: 3px; margin-top: -1.5px; background: #b5b2b4; border-radius: 50%; content: "";}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a.ov, 
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:hover, 
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:focus {color: #253369;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:hover:before, 
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:focus:before {background: #253369;}
#mobile-menu .modal-dialog .modal-content .modal-body .gnb_info {display: none;}
#mobile-menu .modal-dialog .modal-content .modal-body .mobile-close {position: absolute; right: 10px; top: 12px; width: 45px; height: 45px; border: 0; background: #fff; border-radius: 10px;}
#mobile-menu .modal-dialog .modal-content .modal-body .mobile-close span {color: #656565; font-size: 24px;}

.modal-backdrop.in {opacity: 0.8;}

#mobile-menu .utile-wrap {display: flex; align-items: center; justify-content: flex-start; height: auto; padding: 0 15px; position: relative; flex-wrap: wrap; background: #253369;}
#mobile-menu .utile-wrap li {position: relative; height: 100%;}
#mobile-menu .utile-wrap li:last-child:after {display: none;}
#mobile-menu .utile-wrap li a {display: block; color: #fff; font-weight: normal; line-height: 1; position: relative;}
#mobile-menu .utile-wrap .site-link {margin-right: 12px; padding-right: 12px; display: flex; align-items: center; height: 70px;}
#mobile-menu .utile-wrap .site-link a {font-size: 21px; font-weight: 600; font-family: "Chakra Petch", sans-serif;}
#mobile-menu .utile-wrap .site-link:after { content: ""; width: 1px; height: 15px; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); opacity: 0.3; right: 0;}
#mobile-menu .utile-wrap .login-link {margin-right: 10px; padding-right: 10px;}
#mobile-menu .utile-wrap .login-link a {font-size: 13px;}
#mobile-menu .utile-wrap .login-link a i {opacity: .8;}
#mobile-menu .utile-wrap .login-link:after {content: ""; width: 3px; height: 3px; border-radius: 50%; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); opacity: 0.3; right: -1.5px;}
#mobile-menu .utile-wrap .language-link {position: relative; width: 60px; height: 100px;}
#mobile-menu .utile-wrap .language-link button {display: flex; align-items: center; justify-content: center; height: 100%; width: 100%;}
#mobile-menu .utile-wrap .language-link button:after{content: ""; width: 0%; height: 2px; background: #253369; position: absolute; bottom: -1px; left: 50%; opacity: 0; transition: all 0.3s;}
#mobile-menu .utile-wrap .language-link button span {display: block; font-size: 15px; color: #fff; font-weight: 500; line-height: 1; text-align: center; padding-right: 12px;}
#mobile-menu .utile-wrap .language-link button:hover:after {opacity: 1; width: 100%; left: 0;}
#mobile-menu .utile-wrap .language-link button:hover span {color: #fff; font-weight: 500;}
#mobile-menu .utile-wrap .language-link button em {font-size: 0;}
#mobile-menu .utile-wrap .language-link button em i {font-size: 0;}
#mobile-menu .utile-wrap .language-link > div {display: none; position: absolute; width: auto; padding: 10px 20px; background: #fff; top: 55px; left: 50%; transform: translate(-50%, 0); z-index: 999; border-radius: 10px; box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);}
#mobile-menu .utile-wrap .language-link > div li:last-child {border-bottom: 0px solid #ccc;}
#mobile-menu .utile-wrap .language-link > div li a {font-size: 14px; line-height: 1; padding: 5px 0; text-align: center;}
#mobile-menu .utile-wrap .language-link > div li a:hover, 
#mobile-menu .utile-wrap .language-link > div li a:active, 
#mobile-menu .utile-wrap .language-link > div li a:focus {color: #253369;}
#mobile-menu .utile-wrap .language-link.on > div {display: block;}

@media (max-width: 1279.98px) {
}
@media (max-width: 1023.98px) {
}
@media (max-width: 767px) {
    #mobile-menu .utile-wrap li {height:auto;}
}
@media (max-width: 459.98px) {
    #mobile-menu .modal-dialog {max-width:360px;}
    #mobile-menu .modal-dialog .modal-content .modal-body:after, #mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a {width: 120px;}
    #mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul {width: calc(100% - 120px);}
}