#top-layout {width: 100%;position: fixed;height: 100px;top: 0;z-index: 100;transition: .4s;font-family: 'SBAggro';border-bottom: 1px solid rgb(255,255,255,.3);}
#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 .header_top{z-index:10;position:relative;width:100%;/* height:auto; *//* font-size:0; *//* line-height:0; */padding-top: 30px;height: 76px;}
#top-layout .clearfix {display: block;}
#top-layout .header_top .wrap{position: relative;max-width: 1660px;width: 95%;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;padding: 12px 0 0;}
#top-layout .header_top .site_link{}
#top-layout .header_top .link_item{display:inline-block;margin-right:14px;vertical-align: top}
#top-layout .header_top .link_item .link_btn{position:relative;padding-left:18px;font-size:15px;line-height:30px;color: #fff;font-weight: 300;font-family: 'SBAggro', 'NotoKr', 'Malgun Gothic', 'ë§‘ì€ ê³ ë”•', Dotum, 'ë‹ì›€', Helvetica, AppleSDGothicNeo, sans-serif}
#top-layout .header_top .link_item .link_btn:before{content:"";display:block;position:absolute;top:calc(50% - 2px);left:0;width:4px;height:4px;border-radius:50%;background-color:#fff;opacity:.6;}
#top-layout .header_top .link_item:first-child .link_btn:before{display: none;}
#top-layout .header_top .link_item:first-child .link_btn{padding-left:0;}
#top-layout .header_top .right_area{}
#top-layout .header_top .right_area .right{display:inline-block;position:relative;margin:0 16px;vertical-align:top;}
#top-layout .header_top .right_area .right:first-child:before{display: block;position: absolute;top:9px;right:-16px;width: 1px;height: 14px;background-color: #d5d7dd;}
#top-layout .header_top .right_area .member_box .member{position:relative;font-size:15px;font-weight:300;line-height:34px;padding-left:27px;color:#fff;font-family: 'SBAggro', sans-serif}
#top-layout .header_top .right_area .member_box .member i{font-size:18px;display:block;position:absolute;top:50%;left:0;line-height:1;font-weight:normal;transform:translate(0%, -50%);}
#top-layout .header_top .right_area .language_box .lang_btn{position:relative;font-size:15px;line-height:34px;padding-left:27px;padding-right:26px;color:#757b8e;font-family: 'SBAggro', 'NotoKr', 'Malgun Gothic', 'ë§‘ì€ ê³ ë”•', Dotum, 'ë‹ì›€', Helvetica, AppleSDGothicNeo, sans-serif}
#top-layout .header_top .right_area .language_box .lang_btn:before{display:block;position:absolute;top:8px;left:0;background:url('/site/public/images/common/btn_icons.png') no-repeat -45px -55px;width:17px;height:16px;}
#top-layout .header_top .right_area .language_box .lang_btn:after{display:block;position:absolute;top:calc(50% - 4px);right:0;background:url('/site/public/images/common/btn_icons.png') no-repeat -70px -60px;width:11px;height:7px;}
#top-layout .header_top .right_area .language_box .lang_layer{display: none;position: absolute;top:42px;right:0;background-color: #fff;width: 175px;border: 1px solid #e2e3e8;border-radius: 15px;padding: 23px 37px 23px 20px;box-shadow: 8px 6px 20px 0px rgba(32, 54, 121, 0.07);}
#top-layout .header_top .right_area .language_box .lang_layer .lang_link{position:relative;padding-left:26px;font-size: 15px;line-height: 37px;color:#757b8e;}
#top-layout .header_top .right_area .language_box .lang_layer .lang_item.active .lang_link{color:#26293d;}
#top-layout .header_top .right_area .language_box .lang_layer .lang_item .lang_link:hover{color:#26293d;}
#top-layout .header_top .right_area .language_box .lang_layer .lang_link:before{opacity:0;display:block;position: absolute;top:calc(50% - 4px);left:0;background: url('/site/public/images/common/btn_icons.png') no-repeat -216px -4px;width: 13px;height: 9px;transition: opacity 250ms ease-in-out;}
#top-layout .header_top .right_area .language_box .lang_layer .lang_item.active .lang_link:before{opacity: 1}
#top-layout .header_top .right_area .language_box .lang_layer .lang_item .lang_link:hover:before{opacity: 1}
#top-layout .header_top .right_area .language_box .lang_layer .lang_close{position: absolute;top:15px;right:15px;width: 21px;height: 21px;background: url('/site/public/images/common/btn_icons.png') no-repeat -163px -1px;}

#top-layout .header_top .right_area .family_box{display:inline-block;width:161px;height:34px;background-color: transparent;border: 1px solid rgb(255,255,255,.3);border-radius:30px;margin-left:10px;}
#top-layout .header_top .right_area .family_btn{position:relative;display:inline-block;font-size:15px;font-weight: 300;line-height:34px;color:#fff;width:100%;height:100%;border: 0;background: transparent;padding:0 40px 0 22px;text-align:left;font-family: 'SBAggro', sans-serif;}
#top-layout .header_top .right_area .family_btn i{font-weight: normal; display: block; position: absolute; top: 50%; right: 20px; font-size: 20px; line-height: 1; transform: translate(0%, -50%);}

#top-layout:hover {background: #fff;}
#top-layout:hover .hd-wrap #logo > a > img.logo-w{display:none;}
#top-layout:hover .hd-wrap #logo > a > img.logo-c{display:block;}
#top-layout:hover .hd-wrap #logo > a > span{color:#444;}
#top-layout:hover .header_top .link_item .link_btn{color:#757b8e}
#top-layout:hover .header_top .link_item .link_btn:before{background:#d5d7dd;}
#top-layout:hover .header_top .right_area .member_box .member{color:#757b8e}
#top-layout:hover .nvSearch #sch_submit{color:#26293d;}
#top-layout:hover .mo button.btn-allmenu span{background:#26293d;}
#top-layout:hover .header_top .right_area .family_box{background:#f68d1d; border-color:#f68d1d;}
#top-layout:hover #gnb-layout #gnb {/*border-bottom: 1px solid #e5e5e5;*/}
#top-layout:hover #gnb-layout .depth1_ul > li > a span {color: #212121;}
#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 > .sch-btn a{background: url("/images/common/HYU_logo_c.png") no-repeat !important;}

#top-layout .nvSearch{}
#top-layout .nvSearch #hd_sch{background: transparent;height: 40px;border-radius: 40px;font-family:'Pretendard';}
#top-layout .nvSearch #hd_sch:hover #sch_stx {width: 200px;padding: 0 20px;}
#top-layout .nvSearch #hd_sch:hover{background:#eee;}
#top-layout .nvSearch #hd_sch:hover #sch_submit {background: #eee; color : #2f3640;}
#top-layout .nvSearch #sch_submit {color: #fff;float: right;width: 40px;height: 40px;font-size: 20px;border-radius: 50%;background: transparent;display: flex;justify-content: center;align-items: center;transition: 0.4s;border: 0;}
#top-layout .nvSearch #sch_stx{border:none;background: none;outline:none;float:left;padding: 0;color: #000;font-size: 16px;transition: 0.4s;line-height: 40px;width: 0px;}

/* 스크롤고정 */
#top-layout.scrollFx {width: 100%;position: fixed;height: 100px;top: 0;background: #fff;box-shadow: 0 0 50px rgba(0,0,0,0.1);}
#top-layout.scrollFx .header_top{margin-top: -76px;}
#top-layout.scrollFx .navi {height: 100px;}
#top-layout.scrollFx:before {opacity: 1;}
#top-layout.scrollFx .hd-wrap #logo{align-items: center;}
#top-layout.scrollFx .hd-wrap #logo > a > img.logo-w{display:none;}
#top-layout.scrollFx .hd-wrap #logo > a > img.logo-c{display:block;}
#top-layout.scrollFx .hd-wrap #logo > a > span{color:#444;}
#top-layout.scrollFx #gnb-layout {min-height: 100px; height:auto;transition: all 0.3s; /*background: rgba(255, 255, 255, .9);*/ }
#top-layout.scrollFx .nvSearch #sch_submit{color:#26293d;}
#top-layout.scrollFx .mo button.btn-allmenu span{background:#26293d;}
#top-layout.scrollFx .header_top .right_area .family_box{background:#f68d1d; border-color:#f68d1d;}
#top-layout.scrollFx #gnb-layout .depth1_ul > li > a span {color: #212121 !important;}
#top-layout.scrollFx #gnb-layout #gnb{height:100px !important;}
#top-layout.scrollFx #gnb:after, #top-layout.scrollFx #gnb:before{top:100px !important;}
#top-layout.scrollFx .depth1_ul > li .item{top:100px !important;}
#top-layout.scrollFx .sch-btn a {color: #474747 !important;border-color: #474747 !important;}
#top-layout.scrollFx .sch-btn a:hover {color: #000 !important;}
#top-layout.scrollFx .mo .hamburger p {background: #222 !important;}
#top-layout.scrollFx .mo .allm-txt {color: #333 !important;}
#top-layout.scrollFx .hd-wrap .utile-wrap > .sch-btn a {background: url("/images/common/HYU_logo_c.png") no-repeat;}
#top-layout.scrollFx #gnb .layout:after{top:100px;}
#top-layout.scrollFx .depth1_ul > li > a span{line-height:100px;}

/*sub */
#top-layout.sub-hd {border-bottom: 1px solid #d0d0d0;}
#top-layout.sub-hd #gnb-layout {height: 100px;background: rgba(255, 255, 255, .7);}
#top-layout.sub-hd #gnb-layout .depth1_ul > li > a span {color: #212121 !important;}
#top-layout.sub-hd .sch-btn a {color: #474747 !important;border-color: #474747 !important;}
#top-layout.sub-hd .sch-btn a:hover {color: #000 !important;}
#top-layout.sub-hd .mo .hamburger p {background: #222 !important;}
#top-layout.sub-hd .mo .allm-txt {color: #333 !important;}

#top-layout .navi {position: relative;height: 100px;}
#top-layout .hd-wrap {height: 100%;}
/*#top-layout .hd-wrap #logo {position:relative;display: flex;align-items: center;height: 100%;transition: .4s;font-size: 0;line-height: 0;}
#top-layout .hd-wrap #logo a {position:relative;display: inline-block;width: 213px;height: 56px;overflow: hidden;background-image: url("/images/common/logo_w.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 #logo {position:relative;display: flex;align-items: center;height: 100%;transition: .4s;font-size: 0;line-height: 0;transition:30ms;}
#top-layout .hd-wrap #logo > a{display:flex;align-items: flex-end;gap: 20px;}
#top-layout .hd-wrap #logo > a > img{max-width: 213px;width: 100%;transition:30ms;}
#top-layout .hd-wrap #logo > a > img.logo-w{display:block;}
#top-layout .hd-wrap #logo > a > img.logo-c{display:none;}
#top-layout .hd-wrap #logo > a > span{font-size:24px;color:#fff;font-weight:500;line-height: 1;padding-bottom: 10px;transition:30ms;font-family: 'SBAggro';}

#top-layout .hd-wrap .utile-wrap {z-index: 10;display: flex;gap: 10px;align-items: center;height: 100%;}
#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_w.png") no-repeat;background-size: 100%;width: 120px;height: 34px;font-size: 0;}

#top-layout .hd-wrap .utile-wrap > .mo {display: flex;position: relative;width: 48px;height: 48px;border-radius: 50%;background: transparent;/*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;}

.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: #fff;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: 30px;height: 30px;justify-content: center;transition: .3s;background: transparent;}
.mo button.btn-allmenu> div{width: 19px;height: 19px;position: relative;}
.mo button.btn-allmenu span {position: absolute;top: 0;left: 0;width: 100%;height: 2px;background: #fff;transition: .4s ease-in-out .3s;transition-property: width, left, top, transform;}
.mo button.btn-allmenu span:first-child {left: 0;}
.mo button.btn-allmenu span:not(:first-child,:last-child) {top: 50%;transform: translateY(-50%);width: 12px;}
.mo button.btn-allmenu span:last-child {top: 100%;transform: translateY(-100%);}

#gnb-layout {position: relative;height: 100px;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: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: 300px;z-index: 2;}
#gnb-layout #gnb .layout {position: static;text-align: center;height: 100%;/* width: calc(100% - 300px); */margin: 0;max-width: 1660px;display: flex;align-items: center;width: 95%;margin: 0 auto;justify-content: space-between;}
#gnb-layout #gnb .layout:after {content: "";position: absolute;top: 100px;left: 0;width: 100%;height: 100vh;background-color: #fff;min-height: 300px;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; color:#fff;}
#gnb-layout .depth1_ul > li > a span {display: inline-block;height: 100%;line-height: 100px;vertical-align: middle;letter-spacing: 0;position: relative;font-size: 22px;font-weight: 300;}
#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: 200px;text-align: left;background-color: #fff;padding: 40px 0 60px 0px;padding-left: calc(50% - 400px);padding-right: calc(50% - 730px);}
#gnb-layout .depth1_ul > li .item .gnb-title {position: absolute;top: 0;left: 0;bottom: 0;width: calc(50% - 500px);padding: 50px 10px 100px 2100px;padding-left: calc(50% - 750px);text-align: right;z-index: 3;}
#gnb-layout .depth1_ul > li .item .gnb-title strong {display: block;position: relative;line-height: 1.2;font-weight: 500;color: #f68d1d;font-size: 32px;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: 10px;column-gap: 30px;flex-wrap: wrap;}
#gnb-layout .depth1_ul .depth2_ul > li {display: block;width: 33.3333333333333333%;max-width: 320px;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: 15px 25px 12px 20px;min-height: 46px;box-sizing: border-box;border: 1px solid #d5d7dd;border-radius: 10px;line-height: 1.2;color: #333;font-size: 18px;letter-spacing: -0.05em;word-break: keep-all;word-wrap: break-word;font-weight: 300;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: #253369;color: #fff;border: 1px solid #253369;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: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 13px;line-height: 1.2;}
#gnb-layout .depth1_ul .depth3_ul li a:before {position: absolute;top: 11px;left: 4px;width: 3px;height: 3px;border-radius: 50%;background-color: #222;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: #444;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 {}
#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;}
	/*#top-layout .hd-wrap #logo a {width: 370px;margin: 0;height: 44px;}*/
	#gnb-layout .depth1_ul {/* margin: 0 auto 0 11%; */}
}
@media (max-width: 1600px) {
	#top-layout .hd-wrap #logo > a > span{font-size:21px;padding:0;}
	#top-layout .hd-wrap #logo > a {align-items: center;}
	#gnb-layout #gnb .layout {/*width:95%;*/}	
	#top-layout .hd-wrap .utile-wrap {gap: 20px;}
	#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;}	
	#gnb-layout .depth1_ul {display:none;}
}
@media (max-width: 980px) {    
}
@media (max-width: 767px) {	
	#top-layout .nvSearch{display:none;}
	#top-layout .hd-wrap #logo > a > span {font-size: 16px;line-height: 1.1;padding-top: 5px;}
	.language .language-link> button span{display:none;}
	#top-layout.scrollFx #gnb-layout #gnb{height:80px !important;}
	#top-layout .hd-wrap #logo > a > img {max-width: 160px;}
    #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 .hd-wrap .utile-wrap {height:80px;}
	#top-layout .hd-wrap #logo a {width: 220px;height: 39px;}
    #top-layout .hd-wrap .utile-wrap > li.sch-btn {display: none;}
    #top-layout .hd-wrap .utile-wrap > li.mo {width: 40px;}
    .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%;padding: 0;}
#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: #212121;font-weight: 600;font-family: 'Paperlogy';}
#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: 0;}
#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;font-family: 'Paperlogy';}
#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: 500;}
#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;font-weight: 300;}
#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);}
}