@charset "utf-8";

/* 헤더 */
.header {z-index: 999; background: #00468B;display: flex;flex-wrap: wrap;align-items: center;position: relative;height: 90px;width: 100%;}
.header-bg {display: none;position: absolute;width:100%;height: 500px;background: url('../img/header-bg.png') no-repeat center;background-size: cover;top: 90px;z-index: 1;}
.header-default-ttl {display: block;min-width: 500px;position: absolute;left: 80px;top: 30px;}
.header-default-ttl p {display: inline-block;font-size: 26px;line-height: 36px;font-weight: 500;color: #000;position: relative;padding: 25px;}
.header-default-ttl p::before {display: block; content:''; width:32px; height: 18px; background: url('../img/header-default-ttl-before.png') no-repeat center; background-size: contain; position: absolute;top: 0; left: 0;}
.header-default-ttl p .col-blue {color: #00277f;}

.header-logo{position:absolute;left: 80px;top:50%;transform:translateY(-50%);z-index: 1;}
.header-logo-link {}
.header-logo-link--active {display: none;}

/* 헤더 - 액티브 */
.header.active {background: #e6ecf9;}
.header.active .header-logo-link {display: none;}
.header.active .header-logo-link--active {display: block;}
.header.active .gnb-1depth-link {color: #01418e;}

.gnb{padding: 0 105px 0 400px;width:100%;z-index: 1;}
.gnb-1depth{display:flex;justify-content:center;flex-wrap:wrap}
.gnb-1depth-list{display:inline-block;position: relative;flex: 0 1 calc(100% / 9);}
.gnb-1depth-link {width: 100%;color: #FFF !important;padding: 0 40px;font-size: 20px;line-height: 90px;font-weight: 500;text-align: center;}
.gnb-1depth-link:hover {font-weight: 600;color:#01418e;}

.gnb-2depth {display: none;position: absolute;width: 100%;text-align: center;}
.gnb-2depth.active {display: block;}
.gnb-2depth-list {}
.gnb-2depth-link {font-size: 17px;padding: 11px 0;color: #000;font-weight: 400;width: 100%;}
.gnb-2depth-list:nth-child(1) {padding-top: 15px}
.gnb-2depth-link:hover {font-weight: 600;color: #01418E;}

.sitemap {display: block;position: absolute;right: 80px;z-index: 2;}
.sitemap-button{background-color:transparent;border:none}
.sitemap-row{display:flex;flex-wrap: wrap;gap: 5px;padding: 0 0 5px;}
.sitemap-row:nth-child(3){padding: 0 0 0;}
.sitemap-square{width:5px;height:5px;background-color:white;}
.sitemap-all {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;padding: 90px 200px;overflow-y:scroll;}
.sitemap-ttl {font-size: 80px;color: #00468B;position: absolute;top: 270px;left: -120px;font-family: 'KIMM';font-weight: 700;transform: rotate(270deg);}
.sitemap-all::-webkit-scrollbar{width:5px}
.sitemap-all::-webkit-scrollbar-thumb{background-color:#00468B;border-radius:10px}
.sitemap-all::-webkit-scrollbar-track{background-color:#d8d8d8;border-radius:10px}
.sitemap-all-1depth {display: flex;flex-wrap: wrap;gap: 20px;}
.sitemap-all-1depth-list {flex: 0 1 calc(100% / 4 - 15px);padding: 30px 40px;border-radius: 20px;border: 1px solid #e5e5e5;box-shadow: 0px 0px 15px rgb(0 0 0 / 14%);}
.sitemap-all-1depth-link {display: block;font-size: 25px;padding: 0 0 0 30px;margin: 0 0 30px;color: #00468B;font-weight: 900;transition: all 0.3s;font-family: 'KIMM';position: relative;}
.sitemap-all-1depth-list .sitemap-all-1depth-link::before {display: block;content: '';width: 25px;height: 25px; position: absolute;top: 50%;left: 0;transform: translateY(-50%)}
.sitemap-all-1depth-list:nth-child(1) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo01.png') no-repeat center;background-size: contain;}
.sitemap-all-1depth-list:nth-child(2) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo02.png') no-repeat center; background-size: contain;}
.sitemap-all-1depth-list:nth-child(3) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo03.png') no-repeat center; background-size: contain;}
.sitemap-all-1depth-list:nth-child(4) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo04.png') no-repeat center; background-size: contain;}
.sitemap-all-1depth-list:nth-child(5) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo05.png') no-repeat center; background-size: contain;}
.sitemap-all-1depth-list:nth-child(6) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo06.png') no-repeat center; background-size: contain;}
.sitemap-all-1depth-list:nth-child(7) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo07.png') no-repeat center; background-size: contain;}
.sitemap-all-1depth-list:nth-child(8) .sitemap-all-1depth-link::before {background: url('../img/sitemap-logo08.png') no-repeat center; background-size: contain;}
.sitemap-all-1depth-link.active {color: #00468B;}
.sitemap-all-2depth {}
.sitemap-all-2depth-list {padding: 0 0 15px;font-weight: 300;}
.sitemap-all-2depth-link {font-size: 18px;font-weight: 400;color: #000;padding: 0 0 0 15px;position: relative;}
.sitemap-all-2depth-link:before {display:block; content:''; width: 7px; height:2px; background: #000; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.sitemap-all-2depth-link:hover {font-weight: 700;color: #00468B;}
.sitemap-cancel{display: none;width: 35px;height: 35px;position:relative;cursor:pointer}
.sitemap-cancel::before,
.sitemap-cancel::after{content:"";position:absolute;width:100%;height: 3px;background-color: #000;top:50%;left: 5px;transform-origin:center}
.sitemap-cancel::before{transform:rotate(45deg)}
.sitemap-cancel::after{transform:rotate(-45deg)}

.sitemap-all-2depth-list a {font-size: 18px; font-weight: 400; color: #000; padding: 0 0 0 15px; position: relative;}
.sitemap-all-2depth-list a:hover { font-weight: 700;color: #00468B;}
.sitemap-all-2depth-list a:before {display:block; content:''; width: 7px; height:2px; background: #000; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}


.sitemap-all.active {display: block;background: #FFF;}
.sitemap-button.active .sitemap-row {display: none;}
.sitemap-button.active .sitemap-cancel {display: block;}

.header.active .sitemap-square {background: #00277f;}
.header-logo img {width:240px;}

@media screen and (max-width: 1800px) {
	.header-logo{left: 20px;}
	.header-logo-link--active{left: 20px;}
	.header-logo img {width: 240px;}
	.header-default-ttl {left: 30px;}

	.gnb{padding: 0 55px 0 280px;}
	.gnb-1depth-link {padding: 0 30px;}

	.sitemap {right: 20px;}
	.sitemap-all {padding: 90px 100px}
	.sitemap-all-1depth-list {flex: 0 1 calc(100% / 3 - 14px);}
	.sitemap-ttl {font-size: 60px;top: 230px;left: -110px;}
}

@media screen and (max-width: 1440px) {
	.header {height: 70px;}
	.header-bg {top: 70px;height: 400px;}
	.header-logo img {width: 200px;}

	.header-default-ttl p {font-size: 20px;line-height: 30px;padding: 20px;}
	.header-default-ttl p::before {display: block; content:''; width:32px; height: 18px; background: url('../img/header-default-ttl-before.png') no-repeat center; background-size: contain; position: absolute;top: 0; left: 0;}
	.header-default-ttl p .col-blue {color: #00277f;}

	.gnb{padding: 0 55px 0 230px;}
	.gnb-1depth-link {font-size: 18px;line-height: 70px;padding: 0 20px;}
	.gnb-2depth-link {font-size: 16px;}

	.sitemap-all {top: 0;}
	.sitemap-all-1depth-list {padding: 30px 20px;}
	.sitemap-all-1depth-link {font-size: 20px;}
	.sitemap-all-2depth-link {font-size: 16px;}
}

@media screen and (max-width: 1200px) {
	.gnb{display: none;}
}

@media screen and (max-width: 1024px) {
	.sitemap-ttl {font-size: 50px;top: 20px;left: 50%; transform:rotate(0deg); transform:translateX(-50%);}
	.sitemap-all {padding: 100px 30px 50px;}
	.sitemap-all-2depth-link {font-size: 17px;}
}

@media screen and (max-width: 768px) {
	.sitemap-ttl {font-size: 35px;}
	.sitemap-all {padding: 80px 20px;}
	.sitemap-all-1depth {gap: 20px 10px;}
	.sitemap-all-1depth-list {flex: 0 1 calc(100% / 3 - 14px);}
	.sitemap-all-1depth-link {font-size: 18px;}
	.sitemap-all-1depth-link:before {width: 20px; height:20px;}
	.sitemap-all-2depth-link {font-size: 16px;}
}

@media screen and (max-width: 640px) {
	.sitemap-ttl {left: 20px;transform: translateX(0)}
	.sitemap-all {padding: 70px 20px;}
	.sitemap-all-1depth-list {flex: 0 1 calc(100% / 2 - 5px);}
	.sitemap-all-2depth-list {padding: 0 0 10px;}
	.sitemap-all-2depth-link {font-size: 15px;}
}

@media screen and (max-width: 500px) {
	.sitemap-all-1depth-list {flex: 0 1 100%;}
}

/******************************** main ********************************/
.section01 .slide-wr{position: relative;}
.section01 .visual-slide{overflow:hidden;position: relative;height: calc(100vh - 90px);}
.section01 .visual-slide .slide-item {position: relative;height: 100%;}
.section01 .visual-slide .slide-img {
    height: 100%;
}
.section01 .visual-slide .slick-list {
    height: 100%;
}

.section01 .visual-slide .slick-list .slick-track {
    height: 100%;
}

.section01 .slick-slide > div {
    height: 100%;
}

.section01 .visual-slide .slide-img .pc-only {
    height: 100%;
}
.section01 .visual-slide .slide-img img {width: 100%;height: 100%;min-height: 310px;object-fit: cover;}
.section01 .slick-slide{display:block;float:left;height: 100%;}
.section01 .visual-slide .slick-dots{position:absolute;bottom: 260px;left: 50%;transform: translateX(-50%);}
.section01 .visual-slide .slick-dots li{display:block;float:left;background: #ffffff;width: 10px;height: 10px;border-radius: 100%;float:left;margin-right: 14px;cursor: pointer;}
.section01 .visual-slide .slick-dots li:last-child{margin-right:0;}
.section01 .visual-slide .slick-dots li.slick-active{background: #00418e;}
.section01 .visual-slide .slick-dots li button{display:none}
.section01 .visual-slide-prev {position: absolute;bottom: 260px;left: calc(50% - 120px);transform: translateX(-50% );}
.section01 .visual-slide-next {position: absolute;bottom: 260px;right: calc(50% - 120px);transform: translateX(50%);}

.section01 .slide-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 0 0 115px;text-align: center;width: 100%;}
.section01 .slide-content-text {font-family: 'GmarketSans';}
.section01 .slide-content-text.no-padding {padding: 0;}
.section01 .slide-content-ttl {font-size: 60px;line-height: 76px;color: #fff;font-weight: 700;padding: 0 0 50px;text-shadow: 0 0 20px rgb(0 0 0 / 80%);}
.section01 .slide-content-ttl.no-padding {padding: 0;}
.section01 .slide-content-txt {font-size: 33px;line-height: 40px;color: #FFF;font-weight: 500;text-shadow: 0 0 20px rgb(0 0 0 / 80%);}

.quick-link-wr {position: absolute;left: 50%;bottom: 30px;transform: translateX(-50%);padding: 40px 70px;border-radius: 20px;background: rgba(255, 255, 255, 0.6);width: calc(100% - 40px);}
.quick-link {}
.quick-link-slide-wr {position: relative;display: flex;flex-wrap: wrap;align-items: center;gap: 70px;}
.quick-link-ttl {flex: 0 1 160px;font-size: 30px;line-height: 40px;font-weight: 600;padding: 20px 0;color: #00418e;border-right: 1px solid #707070;}
.quick-link-ttl br {}
.quick-link-slide {overflow:hidden;position: relative;flex: 0 1 calc(100% - 230px);}
.quick-link-slide .slick-slide{display:block;float:left;}
.quick-link-slide-item {text-align: center;margin: 0 10px;}
.quick-link-slide-icon{padding:0 0 10px}
.quick-link-slide-icon.active {display: none;}
.quick-link-slide-text {font-size: 17px; color: #535353;font-weight: 300;}
.quick-link-slide-prev-arrow {position: absolute;top: 50%;left: 190px;transform: translateY(-50%);}
.quick-link-slide-next-arrow {position: absolute;top: 50%;right: -40px;transform: translateY(-50%);}

.quick-link-slide-item:hover .quick-link-slide-icon {display: none;}
.quick-link-slide-item:hover .quick-link-slide-text {font-weight: 700;color: #00418e;}
.quick-link-slide-item:hover .quick-link-slide-icon.active {display: block;}

@media screen and (max-width: 1440px) {
	.section01 .visual-slide{height: auto;}

	.section01 .slide-content {padding: 0 0 160px;}
	.section01 .slide-content-text.padding {padding: 0 0 100px;}
	.section01 .slide-content-ttl {font-size: 45px;line-height: 55px;padding: 0 0 50px;}
	.section01 .slide-content-txt {font-size: 20px; line-height: 30px;}

	.quick-link-wr {padding: 20px 40px;}
}

@media screen and (max-width: 1024px) {
	.section01 .slide-content {padding: 0 0 80px;}
	.section01 .slide-content-text.padding {padding: 0 0 0px;}
	.section01 .slide-content-ttl {font-size: 30px;line-height: 40px;padding: 0 0 30px;}
	.section01 .slide-content-text {padding:0px}
	.section01 .slide-content-txt {font-size: 20px; line-height: 30px;}
	.section01 .visual-slide .slick-dots{bottom: 180px}
	.section01 .visual-slide-prev {bottom: 180px;}
	.section01 .visual-slide-next {bottom: 180px;}
	
	.quick-link-slide-wr {gap: 40px;}
	.quick-link-wr {padding: 10px 40px;}
	.quick-link-ttl {flex: 0 1 130px;font-size: 26px;line-height: 36px;}
	.quick-link-slide {flex: 0 1 calc(100% - 170px);}
	.quick-link-slide-icon img {width: 50px}
	.quick-link-slide-text {font-size: 16px;}
	.quick-link-slide-prev-arrow {left: 150px;}
	.quick-link-slide-prev-arrow img {width: 15px}
	.quick-link-slide-next-arrow {right: -20px;}
	.quick-link-slide-next-arrow img {width: 15px}
}

@media screen and (max-width: 768px) {
	.section01 .slide-content-ttl {/* font-size: 24px; *//* line-height: 34px; */padding: 0 0 30px;}
	.section01 .visual-slide .slick-dots{bottom: 190px;}
	.section01 .visual-slide-prev {bottom: 190px;}
	.section01 .visual-slide-next {bottom: 190px;}
	
	.quick-link-slide-wr {gap: 30px;}
	.quick-link-wr {padding: 10px 30px;}
	.quick-link-ttl {flex: 0 1 80px;font-size: 20px;line-height: 30px;}
	.quick-link-slide {flex: 0 1 calc(100% - 110px);}
	.quick-link-slide-prev-arrow {left: 100px;}
	.quick-link-slide-next-arrow {right: -10px;}
}

@media screen and (max-width: 500px) {
	.section01 .visual-slide .slide-img img {min-height: 390px;max-height: 390px;}
	
	.section01 .slide-content {padding: 0px 0 170px;}
	.section01 .slide-content-ttl {font-size: 20px;line-height: 30px;padding: 0 0 20px;}
	.section01 .slide-content-txt {font-size: 15px; line-height: 25px;}
	.section01 .visual-slide .slick-dots{bottom: 200px;}
	.section01 .visual-slide .slick-dots li{width:8px; height:8px}
	.section01 .visual-slide-prev {bottom: 200px;}
	.section01 .visual-slide-next {bottom: 200px;}

	.quick-link-wr {bottom: 10px}
	.quick-link-ttl {flex: 0 1 100%;padding: 0 0 10px;text-align: center;border-right:none;border-bottom: 1px solid #707070;}
	.quick-link-ttl br {display:none;}
	.quick-link-slide-wr {gap: 20px;}
	.quick-link-slide {flex: 0 1 100%;}
	.quick-link-slide-icon img {width: 40px}
	.quick-link-slide-prev-arrow {left: -18px;top: 60%}
	.quick-link-slide-prev-arrow img {width: 13px}
	.quick-link-slide-next-arrow {right: -15px;top: 60%}
	.quick-link-slide-next-arrow img {width: 13px;}
}

/* section02 탭메뉴 슬라이드 */
.section02 {padding: 100px 20px;}
.section02 .wr-1400 {position: relative;}
.section02 .tab-menu {display: flex;flex-wrap: wrap;max-width: 470px;margin: 0 40px;}
.section02 .tab-menu-sns {display: flex; flex-wrap: wrap; gap: 20px;position: absolute;top: 0; right: 0;padding: 0 100px 0 0 ;}
.section02 .tab-menu-sns .sns-link {flex: 0 1 calc(100% / 5 - 16px);}
.section02 .tab-menu-item {flex: 0 1 calc(100% / 4); transition: all 0.3s;}
.section02 .tab-menu-item button {display: block;width:100%;color: #00418e;font-size: 30px;position:relative;text-align: left;}
.section02 .tab-content { display: block; visibility: hidden;/* position: absolute; */}
.section02 .tab-content.active {display: block; visibility:visible;}
.section02 .tab-content#t02, .section02 .tab-content#t03, .section02 .tab-content#t04 {position: absolute;top:40px;}

.section02 .tab-menu-item:hover button{color: #00418e;font-weight: 700;}
.section02 .tab-menu-item.active button{color: #00418e;font-weight: 700;}

.section02 .tab-menu-slide-wr {position:relative;}
.section02 .tab-menu-slide {overflow:hidden;position:relative;padding: 70px 0px;margin: 0 40px;border-bottom: 1px solid #cccccc;}
.section02 .tab-menu-slide-content {transition: all 0.2s;overflow: hidden;}
.section02 .slick-slide {display:block;float:left;margin: 0 10px;}
.section02 .tab-slide-prev {position: absolute;top: 50%;left: 0px;transform: translateY(-50%);}
.section02 .tab-slide-next {position: absolute;top: 50%;right: 0px;transform: translateY(-50%);}

.tab-menu-slide-ttl {font-size: 20px; color: #000;padding: 0 0 20px; font-weight: 500;}
.tab-menu-slide-txt {font-size: 16px;line-height: 28px;color: #000;font-weight: 300;padding: 0 0 20px;word-break: break-all;min-height: 141px;}
.tab-menu-slide-date {font-size: 16px; color: #000; line-height: 26px;font-weight: 300;}
.section02 .tab-menu-slide-txt{-webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none;  /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/}
.section02 .tab-menu-slide-content:hover .tab-menu-slide-ttl {font-weight: 700;-webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none;  /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/}


@media screen and (max-width:1024px) {
	.section02 {padding: 70px 20px;}
	.section02 .tab-menu {max-width: 400px;}
	.section02 .tab-menu-sns {gap: 10px;padding: 0 80px 0 0 ;}
	.section02 .tab-menu-sns .sns-link {flex: 0 1 calc(100% / 5 - 8px);}
	.section02 .tab-menu-sns .sns-link img {width:40px;height: 40px;}
	.section02 .tab-menu-item button {font-size: 24px}
	.section02 .tab-menu-slide {margin: 0 30px;}
	.section02 .tab-menu-slide-ttl {font-size: 18px;padding: 0 0 15px;}
	.section02 .tab-menu-slide-txt {font-size: 16px;line-height: 26px;padding: 0 0 15px;}
	.section02 .tab-menu-slide-date {font-size: 16px; line-height: 26px;}

	.section02 .tab-slide-prev img{width: 15px}
	.section02 .tab-slide-next img{width: 15px}
}

@media screen and (max-width:768px) {
	.section02 {padding: 50px 20px;}
	.section02 {padding: 50px 0}
	.section02 .tab-menu {max-width: 490px;margin: 0 auto;padding: 0 20px;}
	.section02 .tab-menu-sns {width: 100%;max-width: 320px;gap: 10px;padding: 0;left: 50%;transform: translateX(-50%);top:60px;z-index: 1;}
	.section02 .tab-menu-sns .sns-link {flex: 0 1 calc(100% / 5 - 8px); text-align: center}
	.section02 .tab-menu-sns .sns-link img {max-width:40px;max-height: 40px;}
	.section02 .tab-menu-item button {font-size: 20px;text-align: center;padding: 10px;background: #FFF;border: 1px solid #ddd;font-size: 17px;}
	.section02 .tab-menu-item:nth-child(2) button {border-right:0px;}
	.section02 .tab-menu-item:nth-child(3) button {border-right: 1px solid #ddd;}
	.section02 .tab-menu-item:nth-child(4) button {}
	.section02 .tab-menu-item button:after{display:none;}
	.section02 .tab-menu-item.active button {background: #00418e; color: #FFF;}
	
	.section02 .tab-menu-slide {padding: 80px 0px 50px;margin: 0 40px;}
	.section02 .tab-menu-slide-ttl {font-weight: 700}

	.section02 .tab-slide-prev {left: 20px;}
	.section02 .tab-slide-next {right: 20px;}
	.section02 .tab-slide-prev img{width: 12px}
	.section02 .tab-slide-next img{width: 12px}
}

@media screen and (max-width:500px) {
	.section02 .tab-menu-item {flex: 0 1 calc(100% / 3);}
	.section02 .tab-menu-item button {padding: 7px;}
	.section02 .tab-menu-slide-wr {padding: 0 10px;}
	.section02 .tab-menu-slide {padding: 100px 0px 30px;margin: 0 30px;}
	.section02 .tab-menu-sns {top: 90px;}
	.section02 .slick-slide{margin:0 5px}
}

.section03 {padding: 0 20px 100px;}
.section03 .gallery-slide-wr {position: relative;}
.section03 .gallery-slide {overflow: hidden; position: relative;}
.section03 .gallery-slide .slick-slide {display:block;float:left;margin: 0 10px;}
.section03 .gallery-slide-items {display: flex !important;flex-wrap: wrap;gap: 50px;width: 100%;overflow: hidden;}
.section03 .gallery-slide-content {flex: 0 1 calc(100% / 2 - 25px);position: relative;padding: 0 0 60px;}
.section03 .gallery-slide-content:hover .gallery-slide-content-link span {background:#00418e; color: #FFF;}
.section03 .gallery-slide-content-link {position: absolute;bottom: 0; left: 0;}
.section03 .gallery-slide-content-ttl01 {font-size: 25px; color: #00418e; padding: 0 0 40px; font-weight: 300;-webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none;  /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/}
.section03 .gallery-slide-content-ttl02 {font-size: 25px; color: #000;font-weight: 400;padding: 0 0 20px;-webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none;  /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/}
.section03 .gallery-slide-content-txt {font-size: 18px; line-height: 28px; font-weight: 300;-webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none;  /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/}
.section03 .gallery-slide-content-link {position: absolute; left: 0; bottom: 0;}
.section03 .gallery-slide-content-link span {font-size: 18px;display: block;color: #00418e;font-weight: 400;padding: 10px 20px;border: 1px solid #00418e;transition: all 0.3s;}
.section03 .gallery-slide-img {flex: 0 1 calc(100% / 2 - 25px);padding: 0 0 100px 50px;position: relative;}
.section03 .gallery-slide-img:after {display:block;content:'';position:absolute;width:90%; height:90%;background: #f6f6f6;bottom:0; left:0;z-index:-1;}
.section03 .gallery-slide-img img {width: 100%;height: 200px;max-height: 200px;object-fit: cover;}

@media screen and (max-width: 1400px) {
	.section03 .gallery-slide-content-ttl01 {font-size: 22px; padding: 0 0 30px;}
	.section03 .gallery-slide-content-ttl02 {font-size: 20px;}
	.section03 .gallery-slide-content-txt {font-size: 16px; line-height: 26px;}
}

@media screen and (max-width: 1024px) {
	.section03 {padding: 0 20px 70px;}
	.section03 .gallery-slide-content-ttl01 {font-size: 20px; padding: 0 0 30px;}
	.section03 .gallery-slide-items {gap: 30px;}
	.section03 .gallery-slide-content {flex: 0 1 calc(100% / 2 - 15px)}
	.section03 .gallery-slide-content-link span {font-size: 16px}
	.section03 .gallery-slide-img {flex: 0 1 calc(100% / 2 - 15px);padding: 0 0 60px 35px;}

	.section03 .gallery-slide-content-ttl01 {font-size: 18px; padding: 0 0 30px;}
}

@media screen and (max-width: 768px) {
	.section03 {padding: 0 20px 50px;}
	.section03 .gallery-slide-content-ttl02 {font-size: 18px;font-weight: 700;width: 100%;}
	.section03 .gallery-slide-content-txt {font-size: 14px;line-height: 25px;max-height: 200px;overflow: hidden;}
	.section03 .gallery-slide-items {gap: 20px;flex-direction:column-reverse}
	.section03 .gallery-slide-content {flex: 0 1 100%}
	.section03 .gallery-slide-content-link span {font-size: 15px}
	.section03 .gallery-slide-img {flex: 0 1 100%; padding: 0 0 50px 25px;}
}

@media screen and (max-width: 500px) {
	.section03 .gallery-slide-img {padding: 0 0 30px 15px;}
}

.section04 {padding: 50px 20px;background: url('../img/section04-bg.jpg') no-repeat center;}
.section04 .department {display: flex;flex-wrap: wrap; gap: 20px;}
.section04 .department-content {flex: 0 1 calc(50% - 10px);display: table; width: 100%;}
.section04 .department-content-ttl {font-size: 30px; padding: 0 0 20px; color: #000;font-weight: 700;color:#003b82}
.section04 .department-content-txt {font-size: 70px;font-weight: 600;letter-spacing: 10px; color: #003b82}
.section04 .department-link {flex: 0 1 calc(50% - 10px);display: flex;flex-wrap: wrap;gap: 10px;}
.section04 .department-link-item {flex: 0 1 calc(100% / 3 - 10px);position: relative;padding: 25px 20px;background: #4b75a6;width: 240px;height: 150px;}
/* .section04 .department-link-item.item01:hover {background: url('../img/department-link-item01-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item02:hover {background: url('../img/department-link-item02-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item03:hover {background: url('../img/department-link-item03-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item04:hover {background: url('../img/department-link-item04-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item05:hover {background: url('../img/department-link-item05-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item06:hover {background: url('../img/department-link-item06-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item07:hover {background: url('../img/department-link-item07-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item08:hover {background: url('../img/department-link-item08-bg-active.jpg') no-repeat left bottom;background-size: cover;}
.section04 .department-link-item.item09:hover {background: url('../img/department-link-item09-bg-active.jpg') no-repeat left bottom;background-size: cover;} */
.section04 .department-link-item:hover {background: #003b82;}
/* .section04 .department-link-item:hover .department-link-item-icon {display: none;} */
.section04 .department-link-item:hover .department-content-link-ttl {font-weight: 700;}
.section04 .department-link-item:hover .department-link-item-plus {display: none;}
.section04 .department-link-item:hover .department-link-item-plus.active {display: flex;background: #FFF;}
.section04 .department-link-item-ttl {width: 100%;font-size: 23px;color: #FFF;font-weight: 400;}
.section04 .department-link-item-icon {display: inline-block;position: absolute; left: 20px; bottom: 25px;}
.section04 .department-link-item-plus {display: flex; justify-content: center; align-items: center;position: absolute;right: 20px; bottom: 25px;width:30px;height: 30px; background: #829fc2;}
.section04 .department-link-item-plus.active {display: none;}

@media screen and (max-width: 1400px) {
	.section04 {padding: 50px 20px;}
	.section04 .department-content {flex: 0 1 calc(40% - 10px);}
	.section04 .department-link {flex: 0 1 calc(60% - 10px);}

	.section04 .department-link-item-ttl{font-size: 20px;}
}

@media screen and (max-width: 1024px) {
	.section04 {padding: 70px 20px;}
	.section04 .department-content {flex: 0 1 100%;padding: 0 0 20px;}
	.section04 .department-content-ttl {font-size: 25px;padding:0 0 10px}
	.section04 .department-content-txt {font-size: 50px;letter-spacing: normal;}
	.section04 .department-link {flex: 0 1 100%;gap: 10px;}
}

@media screen and (max-width: 768px) {
	.section04 {padding: 50px 20px;}
	.section04 .department-content {text-align: center}
	.section04 .department-content-ttl {font-size: 20px;}
	.section04 .department-content-txt {font-size: 40px;letter-spacing: normal;}

	.section04 .department-link-item {padding: 20px 15px;width: auto;height: 130px;}
	.section04 .department-link-item-ttl {font-size: 18px;}
	.section04 .department-link-item-icon {left:10px; bottom: 15px}
	.section04 .department-link-item-icon img {width:40px;}
}

@media screen and (max-width: 500px) {
	.section04 .department-content-ttl {font-size: 16px;text-align:center}
	.section04 .department-content-txt {font-size: 30px;text-align:center}
	.section04 .department-link-item-ttl {font-size: 16px;}
	.section04 .department-link-item {flex: 0 1 calc(100% / 2 - 5px);padding: 20px 15px;width: 240px;height: 130px;}
}

.section05 {width: 100%;padding: 80px 20px 230px;background: url('../img/section05-bg.jpg') no-repeat center;background-size: cover;position: relative;}
.section05 .slogan {display: flex;flex-wrap: wrap;}
.section05 .slogan-content {flex: 0 1 40%;}
.section05 .slogan-content-ttl01 {font-size: 16px; color: #00418e; font-weight: 300;padding: 0 0 30px;}
.section05 .slogan-content-ttl02 {font-size: 40px;color: #000;font-weight: 200;padding: 0 0 5px;}
.section05 .slogan-content-ttl03 {font-size: 40px;color: #000;font-weight: 700;padding: 0 0 25px;}
.section05 .slogan-content-ttl04 {font-size: 60px; color: #003b82; font-weight: 700;text-align: center;}
.section05 .slogan-slide-wr {position: relative;flex: 0 1 60%;overflow: hidden;}
.section05 .slogan-slide {overflow: hidden; position: relative;}
.section05 .slogan-slide .slick-slide {display: block; float: left;}
.section05 .slogan-slide-item {text-align: center;}
.section05 .slogan-slide-item.item01 {padding: 60px 0 0;}
.section05 .slogan-slide-item.item02 {padding: 0 0 60px;}
.section05 .slogan-slide-item.item03 {padding: 60px 0 0;}
.section05 .slogan-slide-item.item04 {padding: 0 0 60px;}
.section05 .slogan-slide-item-img {display: table;width: 100%;padding: 40px;width: 150px;height: 150px;margin: 0 auto 30px;background: rgba(255, 255, 255, 0.5);border-radius: 100%;border: 2px dotted #cdcdcd;}
.section05 .slogan-slide-item-txt {font-size: 18px; line-height: 28px; color: #000;}

.section05 .result {padding: 30px 20px;background: #194e8e;position: absolute;left: 0;bottom: 0;width: 100%;}
.section05 .result-list-slide-wr {position: relative;overflow: hidden;}
.section05 .result-list-slide {overflow: hidden;position: relative;}
.section05 .result-list-slide .slick-slide {display: block; float: left;}
.section05 .result-list-item {border-left: 1px solid rgba(255, 255, 255, 0.2);border-right: 1px solid rgba(255, 255, 255, 0.2);padding: 20px 30px;display: flex;flex-wrap: wrap;min-height: 120px;gap: 10px;}
.section05 .result-num {flex: 0 1 140px;font-size: 28px;line-height: 38px;color: #ffd800;font-weight: 700;}
.section05 .result-content {flex: 0 1 calc(100% - 150px);}
.section05 .result-content-ttl {font-size: 20px;line-height: 30px;min-height: 60px;color: #FFF;font-weight: 400;padding: 0 0 5px;}
.section05 .result-content-txt {font-size: 14px; color: rgba(255, 255, 255, 0.5);}

@media screen and (max-width: 1400px) {
	.section05 .slogan-content-ttl01 {font-size: 16px; color: #00418e; font-weight: 300;padding: 0 0 30px;}
	.section05 .slogan-content-ttl02 {font-size: 40px; color: #000; font-weight: 400;padding: 0 0 20px;}
	.section05 .slogan-content-ttl03 {font-size: 40px; color: #000; font-weight: 700;padding: 0 0 25px;}
	.section05 .slogan-content-ttl04 {font-size: 50px; color: #003b82; font-weight: 700;text-align: center;}

	.section05 .slogan-slide-item-txt {font-size: 18px; line-height: 28px;}

	.section05 .result-num {flex: 0 1 100%;font-size: 26px;line-height: 36px;}
	.section05 .result-content {flex: 0 1 100%;}
	.section05 .result-content-ttl {font-size: 20px;line-height: 30px;min-height: unset;}
	.section05 .result-content-txt {font-size: 14px;}
}

@media screen and (max-width: 1024px) {
	.section05 {padding: 70px 20px 260px;}
	.section05 .slogan-content {flex: 0 1 100%;}
	.section05 .slogan-content-ttl01 {padding: 0 0 20px;}
	.section05 .slogan-content-ttl02 {font-size: 30px; padding: 0 0 15px;}
	.section05 .slogan-content-ttl03 {font-size: 30px; padding: 0 0 20px;}
	.section05 .slogan-content-ttl04 {font-size: 45px; text-align: left;padding: 0 0 20px}
	.section05 .slogan-slide-wr {flex: 0 1 100%;}
	.section05 .slogan-slide-item-img {padding: 30px;width: 150px;height: 150px;margin: 0 auto 30px}
	.section05 .slogan-slide-item-txt {font-size: 17px; line-height: 27px;}

	.section05 .result {padding: 20px}
	.section05 .result-num {font-size: 24px;}
	.section05 .result-content-ttl {font-size: 16px;line-height: 28px;}
	.section05 .result-content-txt {font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.section05 {padding: 50px 20px 260px;}
	.section05 .slogan-content {text-align: center;}
	.section05 .slogan-content-ttl01 {padding: 0 0 10px;}
	.section05 .slogan-content-ttl02 {font-size: 20px;padding: 0 0 15px;}
	.section05 .slogan-content-ttl03 {font-size: 20px;padding: 0 0 20px;}
	.section05 .slogan-content-ttl04 {font-size: 40px;text-align: center;padding: 0 0 30px;}
	.section05 .slogan-slide-wr {flex: 0 1 100%;}
	.section05 .slogan-slide-item.item01 {padding: 0;}
	.section05 .slogan-slide-item.item02 {padding: 0;}
	.section05 .slogan-slide-item.item03 {padding: 0;}
	.section05 .slogan-slide-item.item04 {padding: 0;}

	.section05 .slogan-slide-item-img {padding: 20px;width: 130px;height: 130px;margin: 0 auto 20px}
	.section05 .slogan-slide-item-txt {font-size: 16px; line-height: 26px;}
	
	.section05 .result-num {line-height: unset;}
	.section05 .result-list-item {padding: 10px;gap: 0px;}
	.section05 .result-content-ttl {font-size: 16px;line-height: 26px;min-height: unset;}
	.section05 .result-content-txt {font-size: 14px;}
}

@media screen and (max-width: 500px) {
	.section05 {padding: 50px 20px 250px;}
	.section05 .slogan-content-ttl02 {font-size: 20px;padding: 0 0 10px;}
	.section05 .slogan-content-ttl03 {font-size: 20px;padding: 0 0 15px;}
	.section05 .slogan-content-ttl04 {font-size: 30px;text-align: center;padding: 0 0 30px;}
	.section05 .slogan-slide-wr {flex: 0 1 100%;}

	.section05 .slogan-slide-item-txt {font-size: 14px;}
	.section05 .slogan-slide-item-img {padding: 20px;width: 100px;height: 100px;margin: 0 auto 20px}

	.section05 .result {padding:10px}
	.section05 .result-num {font-size: 20px;}
	.section05 .result-content-ttl {font-size:15px;}
}

/* 검색 */
.search-box-wr {display: none;position: fixed;right: 150px;top: 400px;background: rgb(255, 255, 255);width: 480px;height: 250px;z-index: 99;border-radius: 20px;margin-top: -290px;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;}
.search-box-wr.active { display: block; }
.search-box-ttl {background: url("../img/search-logo.png") center center no-repeat #194e8e;width: 100%;height: 150px;border-radius: 20px 20px 0px 0px;position: relative;color: #FFF;font-size: 24px;line-height: 34px;padding: 0 30px;font-weight: 200;display: table; width:100%;}
.search-box-ttl .bold {font-weight: 400;}
.search-box-ttl > img { position: absolute; right: 30px; bottom: -10px; }
.search-box-con {padding: 25px 30px;}
.search-box-new h3 { position: absolute; font-size: 0px; line-height: 0; overflow: hidden; }
.search-box-new { background: rgb(255, 255, 255); overflow: hidden; border-bottom: 1px solid rgb(110, 110, 110); }
.search-box-new #sch_stx { padding-left: 20px; height: 45px; width: 80%; border: 0px; float: left; color: rgb(51, 51, 51); font-size: 15px; background: rgb(255, 255, 255); letter-spacing: -1px; }
.search-box-new #sch_stx::placeholder { color: rgb(110, 110, 110); font-weight: 500; }
.search-box-new #sch_submit { height: 46px; border: 0px; color: rgb(110, 110, 110); width: 50px; float: right; cursor: pointer; font-size: 18px; background: rgb(255, 255, 255); }
.search-box-close { display: flex; justify-content: center; align-items: center; color: rgb(255, 255, 255); font-size: 27px; border: 0px; position: absolute; top: 50%; right: -41px; transform: translateY(-50%); width: 41px; height: 83px; background: rgb(255, 255, 255); border-top-right-radius: 40px; border-bottom-right-radius: 40px; box-shadow: rgba(0, 0, 0, 0.3) 3px 0px 4px; }

@media screen and (max-width: 1832px) {
  .search { bottom: 100px; }
  .aside.active .search { bottom: 160px; }
  .gnb-depth1-link { padding: 16px 25px; font-size: 16px; }
}

@media screen and (max-width: 1440px) {
  .search-box-wr {right: 120px}
  .search { padding-top: 20px; }
}
@media screen and (max-width: 1200px) {
  .aside { display: none; left: unset; right: 0px; }
  .aside.tablet-active { display: block; padding-top: 50px; z-index: 100; }
  .aside.tablet-active .gnb-depth2 { left: unset; right: 220px; top: 130px; padding: 145px 70px 0px; }
  .aside.tablet-active.up { padding-top: 0px; }
  .aside.tablet-active.up .gnb-depth2 { top: 80px; }
  .gnb-depth2-title { margin: 0px 0px 20px; }
  .gnb-depth2-link { font-size: 16px; padding: 15px 18px 15px 0px; position: relative; }
  .search { display: none; }
}

@media screen and (max-width: 960px) {
	.search-box-wr {display: none !important;}
}

@media screen and (max-width: 768px) {
  .aside.tablet-active .aside-top { height: 180px; }
  .aside.tablet-active .aside-bot { height: calc(100vh - 210px); }
  .aside.tablet-active.up .aside-bot { height: calc(100vh - 180px); }
  .aside.tablet-active .gnb-depth2 { top: 111px; padding: 120px 50px 0px 70px; width: calc(100vw - 220px); }
  .aside.tablet-active .gnb-depth1-link { font-size: 15px; padding: 20px 25px; }
  .aside.tablet-active .gnb-depth2-title { font-size: 22px; }
  .aside.tablet-active .aside.tablet-active { font-size: 16px; }
}
@media screen and (max-width: 640px) {
  .aside.tablet-active { display: none; }
}

/******************************** footer ********************************/
/* footer */
.footer {background: #1b1b1b;}
.footer-top {border-bottom: 1px solid #323232;}
.footer-top-link {display: flex; flex-wrap: wrap;}
.footer-top-link-1depth {flex: 0 1 calc(100% / 6);border-left: 1px solid #323232;position: relative;}
.footer-top-link-1depth:last-child {border-right: 1px solid #323232;}
.footer-top-link-1depth-link {width: 100%;text-align: left;padding: 0 60px 0 40px;line-height: 60px;font-size: 18px;font-weight: 300;color: #FFF;position: relative;}
.footer-top-link-1depth-link:after {display:block;content: '';width: 17px; height: 9px;background: url('../img/arrow-top.png') no-repeat center; background-size: contain; position: absolute; top: 50%; right: 40px; transform: translateY(-50%);}
.footer-top-link-2depth {display: none;position: absolute;top: -133px;height: fit-content;width: 100%;background: #2d3134;padding: 10px;}
.footer-top-link-1depth:nth-child(1) .footer-top-link-2depth {top: -210px;}
.footer-top-link-1depth:nth-child(2) .footer-top-link-2depth {top: -49px;}
.footer-top-link-1depth:nth-child(3) .footer-top-link-2depth {top: -426px;}
.footer-top-link-1depth:nth-child(4) .footer-top-link-2depth {top: -78px;}
.footer-top-link-1depth:nth-child(6) .footer-top-link-2depth {top: -318px;}
.footer-top-link-2depth.active {display: block; z-index: 1000;}
.footer-top-link-2depth-link {display:block;padding: 5px 0;font-size: 16px;color: #FFF;transition: all 0.2s;}
.footer-top-link-2depth-link:hover {font-weight: 700}

.footer-bottom{padding: 50px 0px 50px;display: flex;flex-wrap: wrap;}
.footer-bottom-logo {flex: 0 1 20%;display: flex;align-items: center;justify-content: center;}
.footer-bottom-logo img {max-width: 200px;}

.footer-bottom-content {flex: 0 1 70%;}
.footer-bottom-content-link{padding:0 0 20px}
.footer-bottom-content-link-item {font-size: 16px;font-weight: 300;color: #FFF;display: inline-block;padding: 0 35px 0 0;}
.footer-bottom-content-link-item:hover {font-weight:500}
.footer-bottom-content-link-item:last-child {padding: 0 0 0 10px;}

.footer-bottom-content-text {font-size: 16px;font-weight: 300;color: #FFF;display: inline-block;width: 100%;}
.footer-bottom-content-text .text {padding: 0 0 10px;}
.footer-bottom-content-text .text br.mo-only{display: none;}
.footer-bottom-content-text .text a{color: #FFF; font-size: clamp(12px, 1.6vw, 16px);}
.footer-bottom-content-text .text:last-child {padding: 0;}
.footer-bottom-content-text .text span {font-size: 16px;line-height: 26px;font-weight: 300;color: #FFF;display: inline-block;padding: 0px 50px 0 0;}
.footer-bottom-content-text .text span:last-child {padding:0}
.footer-bottom-content-text .text:last-child span {padding: 10px 0 0 0;}

@media screen and (max-width: 1400px) {
	.footer-top-link-1depth-link {padding: 0 30px 0 20px;font-size: 15px;}
	.footer-top-link-1depth-link:after {width: 15px;height: 8px;right: 15px;}
	
	.footer-bottom{padding: 50px 20px;}
	.footer-bottom-logo {flex: 0 1 30%;}
	.footer-bottom-content {flex: 0 1 70%;}
	.footer-bottom-content-link{padding:0 0 30px}
	.footer-bottom-content-link-item {padding: 5px 20px 5px 0;}
	.footer-bottom-content-text .text span {padding: 0 30px 0 0;}
}

@media screen and (max-width: 1024px) {
	.footer-top-link-1depth {flex: 0 1 calc(100% / 3);}
	.footer-top-link-1depth-link:nth-child(1) {border-bottom: 1px solid #323232;line-height: 55px;}
	.footer-top-link-1depth-link:nth-child(2) {border-bottom: 1px solid #323232;}
	.footer-top-link-1depth-link:nth-child(3) {border-bottom: 1px solid #323232;}
	
	.footer-bottom-logo {flex: 0 1 100%;padding: 0 0 30px}
	.footer-bottom-content {flex: 0 1 100%;}
}

@media screen and (max-width: 768px) {

	.footer-bottom-logo {text-align: center;}
	/* .footer-bottom-logo img {width: 200px} */
	.footer-bottom{padding: 30px 20px;}
	.footer-bottom-content-link {text-align: center;}
	.footer-bottom-content-link-item {font-size: 15px;padding:0 10px;position: relative;}
	.footer-bottom-content-link-item:first-child {padding:0 10px 0 0;}
	.footer-bottom-content-link-item:after {display:block; content:''; width: 1px; height: 10px; position: absolute; top: 50%; right: -4px; transform:translateY(-50%); background: #323232;}
	.footer-bottom-content-text .text {padding: 0px 0 10px;}
	.footer-bottom-content-text .text br.mo-only{display: block;}
	/* .footer-bottom-content-text .text {text-align: center;} */
	.footer-bottom-content-text .text span {font-size: 15px;padding: 0 10px 0 0;}
}

@media screen and (max-width: 500px) {
	.footer-top-link-1depth {flex: 0 1 calc(100% / 2);}
	.footer-top-link-1depth-link:after {width: 13px;height: 7px;right: 13px;}
	.footer-top-link-1depth:nth-child(1) .footer-top-link-2depth {top: -200px;}
	.footer-top-link-1depth:nth-child(2) .footer-top-link-2depth {top: -48px;}
	.footer-top-link-1depth:nth-child(3) .footer-top-link-2depth {top: -413px;}
	.footer-top-link-1depth:nth-child(4) .footer-top-link-2depth {top: -77px;}
	.footer-top-link-2depth-link{font-size:15px;}
							 
	.footer-bottom-logo img {width: 170px}
	.footer-bottom-content-link-item {font-size: 14px; line-height: 24px}
	.footer-bottom-content-text .text span {font-size: 14px; line-height: 24px}
}

/* popup */
.popup-hide {position: fixed;top: 100px;right: 0px;width: 35px;height: 34px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;background: #01418e;color: #FFF;font-weight: 700;font-size: 20px;z-index: 1;}
html::-webkit-scrollbar{display:none}
html{-ms-overflow-style:none;scrollbar-width:none}

.popup {position: fixed;right: 30px;top: 52%;transform: translateY(-50%);padding: 30px 0 0;z-index: 1000;}
.popup .notice-btn {margin-bottom: 20px;}
.popup.active {right: calc(100% + 30px);}
.popup-hide span {display: block;background: url('../img/pop-hide-arrow.png') no-repeat center;background-size: contain;width: 100%;height: 17px;}
.popup-hide.active span {transform:rotate(180deg);}
.popup-list {}
.popup-1depth {background: rgba(255, 255, 255, 0.7);border-radius: 100%;position: relative;margin: 0 0 10px;border: 1px solid #eee;width: 80px;height: 80px;}
.popup-1depth-link {}
.popup-1depth-link.active .popup-1depth-link-item {display: none;} 
.popup-1depth-link.active .popup-1depth-link-item.active {display: block;border-radius: 100%;} 
.popup-1depth-link:hover .popup-1depth-link-item {display: none;}
.popup-1depth-link:hover .popup-1depth-link-item.active {display: block;}
.popup-1depth-link-item {}
.popup-1depth-link-item.active {display: none;}
.popup-2depth {display: none;position: absolute;top: -2px;right: -2px;background: #00418e;border-radius: 100px;padding: 1px 0;}
.popup-2depth.active {display: block;}

.popup-2depth-link {display: flex;flex-wrap: wrap;gap: 10px;justify-content: right;min-height: 80px;}
.popup-2depth.four .popup-2depth-link {width: 390px;}
.popup-2depth.five .popup-2depth-link {width: 500px;}
.popup-2depth.six .popup-2depth-link {width: 490px;}
.popup-2depth.seven .popup-2depth-link {width: 580px;}
.popup-2depth.eight .popup-2depth-link {width: 940px;}
.popup-2depth.nine .popup-2depth-link {width: 1024px;}
/* .popup-2depth.ten .popup-2depth-link {width: 1440px;} */

.popup-2depth-link-item {}
.popup-2depth-link-item-icon {}
.popup-2depth-link-item-icon img {height: 85px;}
.popup-2depth-link-item-icon.popup-2depth-link-item-icon--active {display: none;}

.popup-2depth-link-item:hover .popup-2depth-link-item-icon {display: none;}
.popup-2depth-link-item:hover .popup-2depth-link-item-icon.popup-2depth-link-item-icon--active {display: block;}

.top-button {background: #00418e;border-radius: 100%;width: 78px;}

@media screen and (max-width: 1400px) { 
	.popup {right: 10px;padding:  90px 0 0 }
	.popup-1depth {width: 80px; height: 80px;}

	.popup-2depth {top: -2px;right: -2px;}
	.popup-2depth.four .popup-2depth-link {width: 360px;}
	.popup-2depth.five .popup-2depth-link {width: 470px;}
	.popup-2depth.six .popup-2depth-link {width: 470px;}
	.popup-2depth.seven .popup-2depth-link {width: 640px;}
	.popup-2depth.eight .popup-2depth-link {width: 850px;}
	.popup-2depth.nine .popup-2depth-link {width: 924px;}
	.popup-2depth-link {min-height:unset}
	.popup-2depth-link-item-icon img {height: 80px;}

	.top-button {width: 80px; height: 80px;}
}

@media screen and (max-width: 960px) {
	.popup-hide {display:none;}
	.popup {display:none;}
}

