.header-wrap.fixed:not(.revert) .header-inner .img-logo .logo-w,
body.search-page .header-inner .img-logo .logo-w{display:none;}
.header-wrap.fixed:not(.revert) .header-inner .img-logo .logo-o,
body.search-page .header-inner .img-logo .logo-o{display:block;}
.header-wrap.fixed:not(.revert) .logo > a p {color:#344456;}
body.search-page .logo > a p {color:#344456;}
.header-wrap.fixed:not(.revert) .header-inner .gnb-icons .btn-sitemap img,
body.search-page .header-inner .gnb-icons .btn-sitemap img {filter: brightness(1) invert(0);}
.header-wrap.fixed:not(.revert) .header-inner .gnb-icons button img,
body.search-page .header-inner .gnb-icons button img{filter: brightness(1) invert(0);} 

.header-wrap.visual.fixed .header-inner .img-logo .logo-o {display: none;}
.header-wrap.visual.fixed .header-inner .img-logo .logo-w {display: block;}
.header-wrap.visual.fixed .logo > a p {color: #fff;}
.header-wrap.visual.fixed .header-inner .gnb-icons button img {filter: brightness(0) invert(1);}
.header-wrap.visual.fixed .header-inner .gnb-icons .btn-sitemap img {filter: brightness(0) invert(1);}


.header-inner {display: flex;align-items: center;justify-content: space-between;}

.logo > a {display: flex;gap: 11px;align-items: flex-start;}
.logo > a .img-logo img {width: 100%;height: 100%;object-fit: cover;}
.header-inner .img-logo .logo-w {display: block;}
.header-inner .img-logo .logo-o {display: none;}
.logo > a p {font-family: Pretendard;font-weight: 700;font-size: 28.75px;line-height: 100%;letter-spacing: 0;color: #fff;padding: 4px 0 0;transition: all .3s;}

.header-inner .gnb-icons {display: flex;align-items: center;}
.header-inner .gnb-icons .btn-link {padding: 11px 22px;border-radius: 500px;font-weight: 700;font-size: 18px;line-height: 100%;letter-spacing: 0;color: #fff;background: #C10230;backdrop-filter: blur(10px);border: 1px solid #FFFFFF1A;margin-right: 20px;}
.header-inner .gnb-icons .btn-link:before {display: none;}
.header-inner .gnb-icons button {background: none;border: none;cursor: pointer;color: #fff;display: flex;align-items: center;padding: 0;margin-right: 50px;}
.header-inner .gnb-icons button img {filter: brightness(0) invert(1);}

.header-inner .gnb-icons .btn-sitemap img {filter: brightness(0) invert(1);width: 100%;height: 100%;object-fit: cover;}

.header-inner .btn-mobile {display: none;}
.dep1 {display: none;}
.gnb-search-panel{display: none;position: fixed;top: 109px;right: 30px;width: 386px;height: 218px;;background-color: #fff;border: 1px solid #B3B3B3;border-radius: 10px;z-index: 9999;}
.gnb-search-panel.open{display: block;}
.gnb-search-panel-header{display: flex;align-items: center;gap: 8px;position: absolute;top: 30px;left: 20px;}
.gnb-search-panel-header svg{width: 28px;height: 28px;}
.gnb-search-panel-header span{color: #111;font-family: 'Pretendard', sans-serif;font-size: 22px;font-weight: 700;line-height: 100%;letter-spacing: 0.75px;}
.gnb-search-panel-close{position: absolute;top: 36px;right: 20px;width: 16px;height: 16px;background: none;border: none;cursor: pointer;}
.gnb-search-panel-close svg{width: 16px;height: 16px;}
.gnb-search-panel-line{position: absolute;top: 74px;left: 20px;width: 346px;height: 1px;background: #E5E5E5;}
.gnb-search-txt {font-weight: 700;font-size: 16px;line-height: 140%;letter-spacing: -0.02em;position: absolute;top: 92px;left: 20px;color:#111;}
.gnb-search-panel-form{display: flex;align-items: center;gap: 8px;position: absolute;top: 138px;left: 20px;}
.gnb-search-panel-input{display: flex;align-items: center;justify-content: space-between;width: 290px;height: 50px;padding: 0 15px;background: #FFF;border: 1.21px solid #01314D;border-radius: 5px;box-sizing:border-box;}
.gnb-search-panel-input input{flex: 1;border: none;outline: none;font-family: 'Pretendard', sans-serif;font-size: 14px;font-weight: 600;color: #01314D;background: transparent;}
.gnb-search-panel-input input::placeholder{color: #01314D;}
.gnb-search-panel-input svg{width: 24px;height: 24px;flex-shrink: 0;}
.gnb-search-panel-reset{width: 48px;height: 50px;background: #C10230;border: none;border-radius: 500px;cursor: pointer;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.gnb-search-panel-reset svg{width: 24px;height: 24px;}

@media (max-width: 1024px) {
	.header-inner .gnb-icons .btn-link {display: none;}
	.header-inner .gnb-icons button {margin-right: 13px;}
	.header-inner .gnb-icons .btn-sitemap {display: none;}

	.header-inner .btn-mobile {display: block;}
	.header-wrap:has(.header-inner.mob_gnb_on) {background: #fff;}
	.header-inner.mob_gnb_on .img-logo .logo-w {display: none;}
	.header-inner.mob_gnb_on .img-logo .logo-o {display: block;}
	.header-inner.mob_gnb_on .logo > a p {color: #344456;}
	.header-inner.mob_gnb_on .gnb-icons button img {filter: unset;}

	.header-inner.mob_gnb_on .mobile_gnb i {background: #192E3E;}
	.header-inner.mob_gnb_on .mobile_gnb i:nth-child(1){transform: translateY(1px) rotate(45deg);}
	.header-inner.mob_gnb_on .mobile_gnb i:nth-child(2){transform: translateX(150%);}
	.header-inner.mob_gnb_on .mobile_gnb i:nth-child(3){transform: translateY(-1px) rotate(-45deg);}


	.header-inner .mobile_gnb{position:relative;overflow:hidden;width:36px;height:60px;flex-direction: column;align-items: center;justify-content: center;display: flex;}
	.header-inner .mobile_gnb i{display:block;overflow:hidden;width:33px;height:2px;margin-top:-1px;background:#fff;transition:0.3s}
	.header-wrap.fixed:not(.revert) .header-inner .mobile_gnb i,
	body.search-page .header-inner .mobile_gnb i{background:#01314D;}
	.header-inner .mobile_gnb i:nth-child(1){transform: translateY(-9px);}
	.header-inner .mobile_gnb i:nth-child(3){transform: translateY(9px);}

	.header-inner .gnb_wrap{display:block;position:fixed;top:98px;right:-100%;width:100%;height:calc(100vh - 78px);border-top:1px solid #DCDCDC;background: url(/_res/sejongipsi/ipsi/img/common/bg-menu-mb.png)no-repeat center center;transition:right 0.3s;background-size: cover;padding: 16px;box-sizing: border-box;}
	.header-inner.mob_gnb_on .gnb_wrap {right: 0;}
	.header-inner .dep1 {display: block;}
	.header-inner .dep1 > li {display: flex;margin: 0 0 5px;}
	.header-inner .dep1 > li:last-child {margin: 0;}
	.header-inner .dep1 > li > a {max-width: 152px;width: 100%;background: #FFFFFF0D;border: 1px solid #FFFFFF26;border-radius: 5px;backdrop-filter: blur(10px);padding: 15px 10px;max-height: 77px;font-weight: 700;font-size: 18px;line-height: 140%;letter-spacing: -0.03em;color: #fff;position: relative;display: flex;gap: 20px;align-items: center;justify-content: space-between;}
	.header-inner .dep1 > li > a:after{content:"";display: inline-block;max-width: 20px;height: 20px;border-radius: 100%;background: #FFFFFF33 url(/_res/sejongipsi/ipsi/img/common/ico-arrrow-mb-on.png)no-repeat center center;background-size: auto;width: 100%;filter: brightness(0) invert(1)}
	.header-inner .dep1 > li > a.active + .dep2 {display: block;visibility: visible;opacity: 1;}
	.header-inner .dep1 > li > a.active {background: #C10230;}
	.header-inner .dep1 > li > a.active:after {background: #FFFFFF url(/_res/sejongipsi/ipsi/img/common/ico-arrrow-mb-on.png)no-repeat center center;filter: unset;}

	.dep2{display:none;top:0;left:auto;right:0;overflow:auto;width:calc(100% - 212px);height:calc(100vh - 134px);box-shadow:none;position: absolute;padding: 41px 0 0;}
	.dep2 > li a {font-weight: 600;font-size: 16px;line-height: 140%;letter-spacing: -0.03em;color: #fff;position: relative;padding: 0 10px 25px 8px;display: block;}
	.dep2 > li:last-child a {padding-bottom: 0;}
	.dep2 > li a:before {content: "";position: absolute;top: 9px;left: 0;background: #fff;width: 3px;height: 3px;border-radius: 100%;}
}

@media (max-width: 768px) {
	.logo > a .img-logo {max-width: 124px;}
	.logo > a p {font-size: 16px;}
	.header-inner .gnb-icons .btn-sitemap a {max-width: 33px;display: block;}

	.header-inner .mobile_gnb {height: 40px;}
	.header-inner .gnb_wrap {top: 82px;}

	.gnb-search-panel{top: auto;bottom: 0;right: auto;left: 0;width: 100%;height: 220px;border-radius: 10px 10px 0 0;}
	.gnb-search-panel-close{top: 32px;width: 24px;height: 24px;}
	.gnb-search-panel-close svg{width: 24px;height: 24px;}
	.gnb-search-panel-line{width: auto;right: 20px;top: 85px;}
	.gnb-search-panel-form{right: 20px;top: 146px;gap: 19px;}
	.gnb-search-panel-form form{flex: 1;overflow: hidden;}
	.gnb-search-panel-input{width: auto;flex: 1;}
	.gnb-search-txt {top:104px;}
}

/* site-map */
.sitemap-inner{display: none;position: fixed;top: 0;left: 0;z-index: 999;width: 100%;height: 100vh;background: url(../img/common/bg-sitemap.jpg) no-repeat center /cover;overflow-y: auto;box-sizing: border-box;}
.sitemap-inner > div{display: flex;height: 100%;}
.sitemap-inner > div .sitemap-banner{width: 440px;height:100%;position:relative;flex-shrink:0;background: url(../img/common/banner-sitemap.png) no-repeat center/cover;display: flex;flex-direction: column;justify-content: space-between;}
.sitemap-inner > div .sitemap-banner a {padding: 26.08px 40px;}
.sitemap-inner > div .sitemap-banner .txt-name {font-weight: 500;font-size: 50px;line-height: 120%;letter-spacing: -0.02em;text-transform: uppercase;color:#F6F6F6;padding: 40px 30px;}
.sitemap-inner > div .sitemap{position: relative;margin: 0 auto;flex: 1;display: flex;align-items: center;overflow-y: auto;padding: 100px 0;}
.sitemap-inner > div .sitemap > .sitemap-depth-box {width:100%;}
.sitemap-inner > div .sitemap-title-box{padding: 29px 80px;background-color: #003378;}
.sitemap-inner > div .sitemap-title-box p{font-size: 32px;line-height: 42px;color: #fff;font-weight: 600;}
.sitemap-inner > div .sitemap-box{padding: 0 104px 0 80px;}
.sitemap-inner > div .sitemap-box > li{display: flex;align-items: center;gap: 50px;padding: 35px 0;border-top: 1px dashed rgba(255, 255, 255, 0.2);}
.sitemap-inner > div .sitemap-box > li:first-child{padding-top: 0;border-top: 0;}
.sitemap-inner > div .sitemap-box > li:last-child{padding-bottom: 0;}
.sitemap-inner > div .sitemap-box > li > a{display: inline-block;color: #FFFFFF;font-weight: 700;font-size: 28px;line-height: 140%;letter-spacing: -0.03em;padding: 0 0 0 30px;flex-shrink:0;}
.sitemap-inner > div .sitemap-box > li > ul > li > ul {display:none;}
.sitemap-inner > div .sitemap-box > li > ul{display: flex;flex-wrap: wrap;gap: 20px 40px;}
.sitemap-inner > div .sitemap-box > li > ul > li > a{display: inline-block;color: #fff;font-weight: 500;font-size: 18px;line-height: 140%;letter-spacing: -0.03em;}
.sitemap-inner > div .btn-sitemap-close{position: absolute;top: 35px;right: 35px;width: 50px;height: 50px;background: url(../img/common/ico-sitemap-close.png) no-repeat center/contain;cursor: pointer;}
.sitemap-inner > div .btn-sitemap a{font-weight: 700;font-size: 18px;line-height: 100%;color: #222;display: flex;align-items: center;}

@media (max-width: 1660px) {
	.sitemap-inner > div .sitemap-box {padding:0 60px;}
	.sitemap-inner > div .sitemap-box > li {gap:30px;align-items:flex-start;}
	.sitemap-inner > div .sitemap-box > li > a {padding: 0 0 0 20px;font-size:24px;}
	.sitemap-inner > div .sitemap-box > li > ul {gap: 20px 30px;}
	.sitemap-inner > div .sitemap-box > li > ul > li > a {font-size:16px;}
}
@media (max-width: 1280px) {
	.sitemap-inner > div .sitemap-box {padding:0 32px;}
}