@charset "utf-8";

/* main.css */
/* section 만 제공 */
/* main.css */

/* Owl Carousel */
.owl-stage-outer {position:relative;overflow:hidden;}
.owl-stage {position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-item {min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
/* .owl-nav {position:absolute;top:50%;left: 50%;transform: translate(-50%, -50%);width:100%} */
.owl-dots {display: flex;justify-content: center;align-items: center;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 100%;}
.owl-dot {z-index:11;}
.owl-dot span {display: block;width: 8px;height: 8px;background: #c5c5c5;border-radius: 100%;margin: 0 5px; transition: all 0.3s;}
.owl-dot.active span {background: #d47a00;width: 20px;border-radius: 20px;}




/* section01 */
#section01 {transition-delay:1s;position: relative;height: 100vh;}
#section01 .swiper-container{width:100%;height:100%}
#section01 .swiper-slide .bg{position:absolute;left:50%;top:0;width:100%;height:100%;transform:scale(1.3,1.3);transition-delay:1s;background-size:cover!important;background-repeat:no-repeat;transform:translateX(-50%);}
#section01 .swiper-button-next{width: 36px; height: 36px; background-image:url('../img/fp-next.png');right:10px;background-size: contain;}
#section01 .swiper-button-prev{width: 36px; height: 36px; background-image:url('../img/fp-prev.png');left:10px;background-size: contain;}
#section01 .swiper-button-next::after,
#section01 .swiper-button-prev::after{display: none;}
#section01 .slogan .t2:before{content:'';top: clamp(-10px,2vw,-20px);left:50%;transform: translate(-50%, -50%);width:22px;height:1px;background:#fff;position:absolute}
#section01 .swiper-slide .bg.bg01{background:url('../img/section01_01_bg.jpg')no-repeat center;background-size: cover;}
#section01 .swiper-slide .bg.bg02{background:url('../img/section01_02_bg.jpg')no-repeat center;background-size: cover;}
#section01 .swiper-slide .bg.bg03{background:url('../img/section01_03_bg.jpg')no-repeat center;background-size: cover;}

#section01 .txt_box{position: absolute;margin: 0 auto;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#section01 .slogan{position:relative;color:#fff;text-align:center;}
#section01 .slogan .icon{ font-size:4em; transform:translateY(1em); opacity:0}
#section01 .slogan .t0{font-size:1.250em;transform:translateY(1em);opacity:0;letter-spacing: 1px;font-weight: 600;text-shadow: 0 0 5px #6e6e6e;}
#section01 .slogan .t1{font-size: clamp(14px,2vw,17px);font-weight: 400;letter-spacing: 0.5px;word-spacing: 2px;transform:translateY(1em);opacity:0;text-shadow: 0 0 5px #6e6e6e;font-family: 'Pretendard';}
#section01 .slogan .t2{transform:translateY(1em);opacity:0;margin-top: 1em;text-shadow: 0px 0 5px #767676;font-weight: 700;font-size: clamp(18px,2.8vw,50px);}
#section01 .slogan .t2 span {color: #00fff6;}
#section01 .slogan .line{ position:relative; margin:1em 0 2em 0}
#section01 .slogan .line:before,
#section01 .slogan .line:after{ content:""; position:absolute; height:2px; background:#fff; width:0; opacity:0}
#section01 .slogan .line:before{ left:50%;}
#section01 .slogan .line:after{ right:50%;}

#section01 .swiper-slide-active .bg,
#section01 .swiper-slide-duplicate-active .bg{transform: translateX(-50%);transition-duration:3s;transition-delay:0;/* transition-timing-function:ease-in-out */}
#section01 .swiper-slide-active .slogan .icon{ transform:translateY(0); opacity:1; transition-duration:1s}
#section01 .swiper-slide-active .slogan .t0{ transform:translateY(0); opacity:1; transition-duration:1s}
#section01 .swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition-duration:1s; transition-delay:.5s}
#section01 .swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition-duration:1s; transition-delay:1s}
#section01 .swiper-slide-active .slogan .line:before,
#section01 .swiper-slide-active .slogan .line:after{ width:2em; opacity:1; transition-duration:2s; transition-delay:.5s}

#section01 .ani-first .bg{transform:scale(1.1,1.1);transition-duration:3s;transition-delay:0;/* transition-timing-function:ease-in-out */}
#section01 .ani-first .slogan .icon{ transform:translateY(0); opacity:1; transition-duration:1s}
#section01 .ani-first .slogan .t0{ transform:translateY(0); opacity:1; transition-duration:1s}
#section01 .ani-first .slogan .t1{ transform:translateY(0); opacity:1; transition-duration:1s; transition-delay:.5s}
#section01 .ani-first .slogan .t2{ transform:translateY(0); opacity:1; transition-duration:1s; transition-delay:1s}
#section01 .ani-first .slogan .line:before,
#section01 .ani-first .slogan .line:after{ width:2em; opacity:1; transition-duration:2s; transition-delay:.5s}

#section01 .swiper-button-next {position: absolute;top: 50%;left: 90%;transform: translateX(-50%);}
#section01 .swiper-button-prev {position: absolute;top: 50%;left: 10%;transform: translateX(-50%);}
#section01 .swiper-pagination {position: absolute;top: 48%;left: 50%;transform: translateX(-50%);width: 500px;display: flex;flex-wrap: wrap;height: 7px;}
#section01 .swiper-pagination .swiper-pagination-bullet{flex:0 1 calc(100% / 3);border-radius:0;height: 7px;}
#section01 .swiper-pagination .swiper-pagination-bullet-active{background:#FFF}
#section01 .current-slide {position: absolute;top: 48.5%;left: calc(50% - 280px);transform: translate(-50%, -50%);z-index: 10;font-size: 20px;color: #FFF;font-weight: 700;}
#playPauseButton {position: absolute;top: 48.5%;right: calc(50% - 290px);transform: translate(-50%, -50%);z-index: 10;color: #FFF;font-weight: 700;}











#section01 {}
#section01 .fp-prev {background: url(../img/fp-prev.png) no-repeat center;position: absolute;content: '';transform: translate(-50%, -50%);z-index: 999;width: 32px;height: 57px;right: unset;left: 15%;background-size: contain;top: 50%;cursor: pointer;}
#section01 .fp-next {background: url(../img/fp-next.png) no-repeat center;position: absolute;content: '';top: 50%;left: 85%;transform: translate(-50%, -50%);z-index: 999;width: 32px;height: 57px;background-size: contain;cursor: pointer;}
#section01 .fp-tableCell {}
#section01 .main__title01 {font-size: clamp(14px, 3vw, 17px);color: #fff;font-weight: 300;position: absolute;text-align: center;top: 38%;left: 50%;transform: translate(-50%, -50%);margin: 0 auto;padding-bottom: 40px;font-family: 'Pretendard';letter-spacing: 1px;}
#section01 .main__title01 .mo-only{display: none;}
#section01 .main__title01:before{content:'';position:absolute;width:26px;height:2px;background:#fff;bottom:0;left:50%;transform:translate(-50%,-50%)}
#section01 .main__title02 {font-size: clamp(24px, 3vw, 50px);line-height: 1.2em;color: #fff;text-align: center;position: absolute;top: 42%;left: 50%;transform: translate(-50%, 20%);margin: 0 auto;text-align: center;text-shadow: 0 0 20px #000000bb;}
#section01 .main__list {display: flex; flex-wrap: wrap; gap: 20px;}
#section01 .main__item {flex: 0 1 calc(100% / 3 - 14px);text-align: center;padding: 20px;background: rgba(0, 0, 0, 0.6);border-radius: 10px;position: relative; transition: all 0.2s; border: 2px solid transparent;}
#section01 .main__item:hover {border: 2px solid #fff;}
#section01 .main__item-img {padding: 0 0 20px;}
#section01 .main__item-img img {width: 100%; object-fit: cover;}
#section01 .main__item-ttl {font-size: clamp(16px, 2vw, 20px);color: #FFF;padding: 0 0 5px;}
#section01 .main__item-txt {font-size: clamp(13px, 2vw, 16px);color: #FFF;}
#section01 .slide:nth-child(1){height: calc(100vh);background: url('../img/section01_01_bg.jpg') no-repeat center;background-size: cover;display: table;position: relative;}
#section01 .slide:nth-child(2){height: calc(100vh);background: url('../img/section01_02_bg.jpg') no-repeat center;background-size: cover;display: table;position: relative;}
#section01 .slide:nth-child(3){height: calc(100vh);background: url('../img/section01_03_bg.jpg') no-repeat center;background-size: cover;display: table;position: relative;}
.fp-slidesNav ul li .active{background:#fff;width:100%;height:100%}

.main-scroll-icon{position: absolute;bottom: 40px;left:0;width:100%;text-align: center;z-index: 1;}
.main-scroll-icon .wide-box{text-align: right; text-align: center;}
.main-scroll-icon .scroll-icon{position:relative;width: 18px;height: 32px;border:2px solid #fff;-webkit-border-radius:30px;border-radius:30px;display: inline-block;vertical-align: middle;}
.main-scroll-icon .scroll-icon:before{position:absolute;content:"";left:3px;top:5px;width:8px;height:8px;background-color:#fff;opacity:0;-webkit-border-radius:50%;border-radius:50%;animation:mouseScroll 1.5s infinite}
.main-scroll-icon .scroll-txt{font-size: 15px;color: #fff;display: inline-block;vertical-align: middle;margin-bottom: 8px;}

@keyframes mouseScroll {
  0% { opacity:1; transform: translateY(-3px) }
  100% {opacity:0; transform: translateY(3px)}
}


@media screen and (max-width:1024px) {
	.main-scroll-icon {bottom:50px;}
}

@media screen and (max-width:768px) {
	.main-scroll-icon {display:none;}
}
.bar_wrap{position:absolute;bottom:clamp(8em,18vw,16em);left:50%;transform:translateX(-50%);z-index:10}
.bar_wrap>p{font-size:22px;color:white;font-weight:bold;text-align:center}
.bar{width:clamp(200px,32vw,460px);height:3px;background:#00000036;position:relative}
.back{display:inline-block;width:0;height:100%;background:#ffffff70;position:absolute;top:0;left:0}

.animation{animation: 5s start linear;}
@keyframes start {
  0% {
    width:0%
  }
  100% {
    width:100%
  }
}


@media screen and (max-width: 1400px) {
	#section01 .main__title02 img {max-width: 500px;}
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width: 1024px) {
  #section01 .slogan{}
  #section01 .swiper-button-next,
  #section01 .swiper-button-prev{height: 32px; width: 32px;}
	#section01 .fp-tableCell {}
	#section01 .fp-prev {left: 10%;}
	#section01 .fp-next {left: 90%;}
}

@media screen and (max-width: 960px) {
	#section01 {}
	#section01 .fp-tableCell {height: auto !important;}
  #section01 .main__title01{top: 42%;}
  #section01 .main__title02{top: 50%;}
	#section01 .main__title02 img {max-width: 400px;}
	#section01 .main__list {gap: 10px;}
	#section01 .main__item {flex: 0 1 calc(100% / 3 - 7px);}
}

@media screen and (max-width: 768px) {
	#section01 .main__title02 img {max-width: 300px;}
	#section01 .fp-tableCell {}
	#section01 .main__item {flex: 0 1 calc(100% / 2 - 5px);}
	#section01 .fp-prev{width:20px;height:50px}
	#section01 .fp-next{width:20px;height:50px}
  #section01 .swiper-button-next, #section01 .swiper-button-prev{top: calc(50% + 30px); width: 30px; height: 30px;}
  #section01 .txt_box{top: calc(50% + 30px);}
}

@media screen and (max-width: 500px) {
	#section01 .main__list {gap: 10px 5px;}
	#section01 .main__title02 img {max-width: 240px;}
  #section01 .main__title02 br{display: block;}
	#section01 .main__item {padding: 0;flex: 0 1 calc(100%);display: flex;flex-wrap: wrap;border-radius: 10px;overflow: hidden;align-items: stretch;}
	#section01 .main__item-ttl {font-weight: 500;}
	#section01 .main__item-img {flex: 0 1 calc(100% / 2);padding: 0;}
	#section01 .main__item-img img {  width: 100%; height: 100%;}
	#section01 .main__item-con {flex: 0 1 calc(100% / 2);padding: 30px 20px;}
	#section01 .fp-tableCell {}
  #section01 .main__title01:before{bottom: 30%;}

  #section01 .swiper-button-next, #section01 .swiper-button-prev{width: 26px; height: 26px;}

  .bar_wrap{bottom: clamp(4em,2vw,8em);}
}

@media screen and (max-width: 375px) {
	#section01 .main__item-img {flex:0 1 calc(100%);padding: 0;}
	#section01 .main__item-con {flex:0 1 calc(100%); padding: 15px 10px;}
}
@media screen and (max-width:1400px) {
	#section01 .main__title-wr {width: 100%;padding: 0px 0 0 220px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 0;}
}

@media screen and (max-width:1200px) {
	#section01 .main__visual {padding: 70px 0 0;}
}

@media screen and (max-width:1024px) {
	#section01 .main__title-wr {padding: 0 20px;text-align:center;}
}

@media screen and (max-width:960px) {
	#section01 {}
	#section01 .fp-tableCell {/* height:600px !important; */}
	#section01 .main__visual {min-height: unset; height:600px;}
}

@media screen and (max-width:768px) {
	#section01 {height: 500px !important}
	#section01 .fp-tableCell {height:500px !important;}
	#section01 .main__visual {min-height: unset; height:500px;}

	#section01 .main__visual-dots {right: 25px;}
	#section01 .main__visual-dots .swiper-pagination-bullet {width:10px;height:10px;margin: 0 0 20px;}
	#section01 .main__visual-prev {/* top: calc(50% - 75px); */right: 35px;/* width: 15px; */height: 12px;}
	#section01 .main__visual-next {/* top: calc(50% + 70px); */right: 9px;/* width: 15px; */height: 12px;}
}

@media screen and (max-width:500px) {
	#section01 {height: 400px !important}
	#section01 .fp-tableCell {height:400px !important;}
	#section01 .main__visual {min-height: unset; height:400px;}
	#section01 .main__visual .bg.bg01 {background: url('../img/main-visual01-new.jpg') no-repeat center right -30px;background-size: cover;}
	#section01 .main__visual .bg.bg02 {background: no-repeat center right -30px;background-size: cover;}
	#section01 .main__visual .bg.bg03 {background: url('../img/main-visual02.jpg') no-repeat center right -30px;background-size: cover;}
	#section01 .main__title01 .ttl.ttl--02::before {height:1px;}
  #section01 .main__title01{top: 48%;width: 100%;}
  #section01 .main__title01 .mo-only{display: block;}
	#section01 .main__title02 {top: 52%;font-size: clamp(16px, 3vw, 18px);width: 100%;}
	#section01 .main__title03 {font-size: 20px;line-height: 30px;}
}

/* 스크롤아이콘 */

/* section02 */
#section02 {height: calc(100vh - 80px);background: url('../img/section02_bg01.jpg') no-repeat center;background-size: cover;display: table;}
#section02.a{background: url('../img/section02_bg01.jpg');background-size: cover;transition: all 0.3s;}
#section02.b{background: url('../img/section02_bg02.jpg');background-size: cover;transition: all 0.3s;}
#section02.c{background: url('../img/section02_bg03.jpg');background-size: cover;transition: all 0.3s;}
#section02:before{content:'';position:absolute;top:50%;left:0;width: 34%;height:100%;background:#00000020;transform:translate(0%,-50%)}

#section02 {padding: 80px 120px 20px;height: calc(100vh - 80px);display: table;width: 100%;}
#section02 .fp-tableCell{display:flex;flex-wrap:wrap;align-items:center;z-index: 1;}
#section02 .txt-con {line-height: 1.8em;}
#section02 .txt-con .tit {font-family: 'GmarketSans';font-size: clamp(20px, 3vw,50px);font-weight: 900;margin-bottom: 26px;}
#section02 .txt-con .sub-tit {font-size: clamp(18px, 2vw, 34px);font-weight: 900;}
#section02 .txt-con .sub-tit span {color: #2579bf;}
#section02 .txt-con .txt {font-size: clamp(18px, 2vw, 22px);font-weight: 500;margin: 30px 0;}
#section02 .link {font-size: clamp(18px, 2vw, 22px);font-weight: 600;margin: 30px 0;margin-right: 20px;}
#section02 .list {display: flex;flex-wrap: wrap;}
#section02 .list li a {display: flex;gap: 18px;align-items: center;flex-direction: column;}
#section02 .list li {display: flex;align-items: center;flex: 0 1 calc(38% / 3);padding: 36px 0;border: 1px solid #bbb;margin: 2px;gap: 16px;justify-content: center;}
#section02 .list li:hover{background-color: #2376bd;color: #fff;}
#section02 .list li:hover a{color: #fff;}
#section02 a{display:flex;align-items:center;}
#section02{padding: 0 20px 100px;overflow:hidden;display: flex;flex-wrap:wrap;align-items: center;gap: 80px;}
#section02 .tab-con{display:flex;flex-wrap:wrap;gap:60px;align-items:center;height:100%;}
#section02 .tab-wr{display:block;float:left;flex: 0 1 calc(20% - 30px);display: flex;flex-wrap: wrap;justify-content: center;height: 100%;}
#section02 .tab-wr .tit{font-size: clamp(22px,4vw,35px);font-family:'GmarketSans';font-weight:900;color:#fff}
#section02 .tab-list{padding-top: 50px;height: 100%;}
#section02 .tab-list-item{cursor:pointer;text-align: center;font-size: clamp(13.5px,1.8vw,22px);color: #ffffff;padding: 10px clamp(10px,2vw,15px);/* border-radius:35px; */margin: 0 0 18px;transition:all .2s;border: 1px solid;font-weight: 500;}
#section02 .tab-list-item:last-child{margin:0px}
#section02 .tab-list-item.active{color: #000;background: #fff;border: 1px solid #fff;font-weight: 500;}
#section02 .tab-list-item:hover{/* color: #000; */}
#section02 .tab-list-item.active>p{display:inline-block;font-weight: 500;}
#section02 .tab-list-item:hover>p{/* border-bottom:1px solid #fff; */display:inline-block}
#section02 .tab-content{display:block;float:left;flex: 0 1 calc(80% - 30px);position:relative;height: 100%;}
#section02 .tab-content-item{display:none}
#section02 .tab-content-item.active{display:block;height: 100%;}
#section02 .tab-content-item.active .left-con{display:flex;flex-wrap:wrap;flex-direction:column;font-family:'GmarketSans';align-items: flex-start;}
#section02 .tab-content-item.active .left-con .tit{font-size: clamp(22px,4vw,35px);color:#fff;font-weight:100}
#section02 .tab-content-item.active .left-con .txt{font-size: clamp(24px,5vw,50px);line-height:1.2em;font-weight:900;color:#fff;padding: clamp(12px,2vw,38px) 0 clamp(20px,2vw,30px);}
#section02 .tab-content-item.active .left-con .button{width: clamp(120px,14vw,180px);background: #0000006b;text-align:center;padding: clamp(8px,2vw,18px) 0;border-radius:40px;color: #ffffff8c;font-size: 14px;transition: all 0.3s;}
#section02 .tab-content-item.active .left-con a:hover .button {letter-spacing: .05em;}
#section02 .tab-content-item .list-link{display:block;width:100%;text-align:right;padding:0 0 40px;position:absolute}
#section02 .list{display:flex;flex-wrap:wrap;gap:20px;padding-top:80px}
#section02 .list-item{flex:0 1 calc(100% / 2 - 10px);padding:50px;border:1px solid #cdcdcd;transition:all .2s}
#section02 .list-item:hover{background:#f6f6f6}
#section02 .list-item .ttl{display:inline-block;font-size:22px;color:#070000;padding:0 0 20px;max-width:373px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#section02 .list-item .txt{font-family:'Noto Sans KR';color:#525252;margin:0 0 35px;max-width:380px;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
#section02 .list-item .date{font-family:'Noto Sans KR';color:#525252}

@media screen and (max-width:2500px) {
  #section02:before{width: 32%;}
}

@media screen and (max-width:2400px) {
  #section02:before{width: 31%;}
}

@media screen and (max-width:2300px) {
  #section02:before{width: 30%;}
}

@media screen and (max-width:2100px) {
  #section02:before{width: 29%}
}

@media screen and (max-width:2000px) {
  #section02:before{width: 28%}
}

@media screen and (max-width:1900px) {
  #section02:before{width: 27%}
}

@media screen and (max-width:1800px) {
  #section02:before{width: 26%}
}

@media screen and (max-width:1700px) {
  #section02:before{width: 24%;}
}

@media screen and (max-width:1700px) {
  #section02:before{width: 24%;}
}

@media screen and (max-width:1600px) {
  #section02:before{width: 23%;}
}

@media screen and (max-width:1500px) {
  #section02:before{width: 22%;}
}

@media screen and (max-width:1400px) {
  #section02:before{width: 20%;}
  #section02 .tab-con{}
}


@media screen and (max-width:1200px) {
  #section02:before{display: none;}
  #section02 .tab-list{display: flex;align-items: center;gap: 10px;}
  #section02 .tab-list-item{width: clamp(120px,17vw,140px);margin: 0;}
  #section02 .tab-wr{flex-direction: column;}
  #section02 .tab-con{/* flex-direction: column; */align-items: flex-start;/* justify-content: flex-start; */}
}
@media screen and (max-width:1024px) {
  #section02 .tab-con{gap: 30px;}
}
@media screen and (max-width:960px) {
  #section02{height: auto !important;padding: 100px 20px 100px;}
  #section02 .tab-con{justify-content: left;}
  #section02 .tab-content{flex: 100%;}
  #section02 .tab-content-item.active .left-con .tit{text-align: left;}
  #section02 .tab-content-item.active .left-con .txt{text-align: left;}
  #section02 a{justify-content: left;}
  #section02 .fp-tableCell{height: auto !important;}
}
@media screen and (max-width:768px) {
  #section02{padding: 60px 20px;}
}

@media screen and (max-width:500px) {
  #section02 .tab-list-item{width: clamp(72px,28vw,100px);}
}


/* section03 */
#section03 {height: calc(100vh - 80px);background: url('../img/section03_bg.jpg') no-repeat center;background-size: cover;display: table;}
#section03 .txt-con {line-height: 1.8em;color: #fff;}
#section03 .txt-con .tit {font-family: 'GmarketSans';font-size: clamp(20px, 3vw,50px);font-weight: 900;margin-bottom: 26px;line-height: 1.2em;color: #fff;}
#section03 .txt-con .sub-tit {font-size: clamp(18px, 2vw, 34px);font-weight: 900;text-align: left;padding: 0;}
#section03 .txt-con .sub-tit span {color: #0080e4;}
#section03 .txt-con .txt {font-size: clamp(18px, 2vw, 22px);font-weight: 500;margin: 30px 0;}
#section03 a {align-items: center;color: #fff;}
#section03 .link {font-size: clamp(18px, 2vw, 22px);font-weight: 600;margin: 30px 0;margin-right: 20px;}
#section03 .half {height: 100%;display: flex;flex-wrap: wrap;align-items: center;padding: 0 20px;}
#section03 .intro {height: 100%;display: flex;align-items: center;}
#section03 .left {height: 100%;flex: 0 1 50%;\: 16%;display: flex;flex-direction: column;justify-content: center;width: 100%;}
#section03 .left a {display: flex;}
#section03 .half .right{max-width: 650px;flex: 0 1 50%;display: flex;flex-direction: column;justify-content: center;width: 100%;/* height: 100%; */height: clamp(20px,50vw,600px);}
#section03 .half .right .img{transition: all 0.3s;background: url('../img/section03_bg01.jpg') no-repeat center;background-size: cover;width: 100%;height: 100%;}
#section03 .right .img.a{transition: all 0.3s;background: url('../img/section03_bg01.jpg') no-repeat center;background-size: cover;}
#section03 .right .img.b{transition: all 0.3s;background: url('../img/section03_bg02.jpg') no-repeat center;background-size: cover;}
#section03 .right .img.c{transition: all 0.3s;background: url('../img/section03_bg03.jpg') no-repeat center;background-size: cover;}
#section03 .left .top__con{}
#section03 .left .top__con .text{}
#section03 .left .top__con .text .tit{font-family:'GmarketSans';font-size: clamp(24px,2.5vw,40px);font-weight:900;color:#457fc1;padding: 0 0 clamp(10px,2vw,20px);}
#section03 .left .top__con .text .txt{font-size: clamp(22px,2.5vw,35px);font-weight: 700;line-height:1.6em;padding: 0 0 clamp(10px,2vw,20px);}
#section03 .left .top__con .text .txt span{font-weight: 700;}
#section03 .left .mid__con{}
#section03 .left .mid__con a{color:#6a6a6a;font-size:17px;font-weight:500;padding:50px 0 30px}
#section03 .left .btm__con{}
#section03 .left .btm__con ul{display:flex;flex-wrap:wrap;/* flex-direction: column; */position: relative;}
#section03 .left .btm__con ul li:nth-child(1){background: #1e87f4;}
#section03 .left .btm__con ul li{transition: all 0.5s;height: 200px;width:105px;display:flex;justify-content:center;align-items:center;position: relative;}
#section03 .left .btm__con ul li .text{text-align:center;font-size: clamp(18px,1.6vw,25px);font-weight:900}
#section03 .left .btm__con ul li .text .num{color:#ffffff50;font-weight: 500;}
#section03 .left .btm__con ul li .text .txt{padding:12px 10px 0;color:#fff;font-size: clamp(16px,2vw,20px);}
#section03 .left .btm__con ul li:nth-child(2){background:#2167af}
#section03 .left .btm__con ul li:nth-child(3){background:#283956}
#section03 .left .btm__con ul li:hover{margin-right: clamp(200px,19vw,300px);}
#section03 .left .btm__con ul li .hover__txt{position:absolute;top:50%;left: clamp(268px,14.6vw,268px);transform:translate(-50%,-50%);display:none;width: clamp(180px,46vw,300px);padding:0 0 0 20px}
#section03 .left .btm__con ul li:hover .hover__txt{display:block}
#section03 .left .btm__con ul li .hover__txt .tit{font-size: clamp(16px,2vw,20px);color:#939393}
#section03 .left .btm__con ul li .hover__txt .txt{color:#000;padding:0;font-size: clamp(20px,2vw,26px);}
#section03 .left .btm__con ul li .hover__txt .text{text-align:left}
#section03 .left .btm__con ul li .hover__txt:before{left:0;top:50%;transform:translate(-50%,-50%);content:'';width:25px;height:2px;background:#1e87f4;position:absolute}
#section03 .left .btm__con ul li:hover:before{content:'';position:absolute;top:50%;right:0;transform:translate(0%,-50%);width:25px;height:2px;background:#fff}


@media screen and (max-width:1800px) {
}

@media screen and (max-width:1400px) {
}

@media screen and (max-width:1200px) {
  #section03 .left .btm__con ul{flex-direction: column;}
  #section03 .left .btm__con ul li{height: 100px;}
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:960px) {
  #section03{height: auto !important;}
  #section03 .fp-tableCell{height: auto !important;}
  #section03 .half{flex-direction: column;padding: 60px 20px;}
  #section03 .left{padding: 0 0 20px;}
  #section03 .half .right{width: 100%;max-width: none;}
  #section03 .half .right .img{height: 300px;}
  #section03 .left .btm__con ul{flex-direction: row;}
  #section03 .left .btm__con ul li:hover{margin-right: 220px;}
  #section03 .left .btm__con ul li .hover__txt{left: 268px;}
}

@media screen and (max-width:768px) {
  #section03 .half{padding: 40px 20px;}
  #section03 .half .right .img{height: 250px;}
  #section03 .left .btm__con ul{        flex-direction: column;}
  #section03 .left .btm__con ul li .hover__txt{left: clamp(130px,44vw,263px);}
  
}

@media screen and (max-width:500px) {
  #section03 .left .btm__con ul li:hover:before{display: none;}
  #section03 .left .btm__con ul li .hover__txt:before{display: none;}
  #section03 .left .btm__con ul li .hover__txt .tit{text-align: center;font-size: 20px;}
  #section03 .left .btm__con ul li .hover__txt .txt{text-align: center;font-size: 22px;}

  #section03 .left .top__con .text .tit{text-align: center;}
  #section03 .left .top__con .text .txt{text-align: center;}
  #section03 .half .right .img{border-radius: 10px;}
  #section03 .left .btm__con ul{flex-direction: row;}
  #section03 .left .btm__con ul li{flex: 0 1 calc(100% / 3);height: 80px;margin-bottom: 60px;}
  #section03 .left .btm__con ul li:hover{margin: 0;position: static;}
  #section03 .left .btm__con ul li .hover__txt{left: 50%;botto,: -1570px;botto,: -1570px;botto,: -1470px;botto,: -1170px;botto,: -1070px;botto,: -870px;botto,: -470px;botto,: -270px;botto,: -170px;botto,: -160px;botto,: -140px;botto,: -130px;botto,: -120px;botto,: -100px;botto,: -80px;botto,: -120px;botto,: -140px;botto,: -150px;botto,: -180px;botto,: -200px;botto,: -210px;botto,: -230px;botto,: -240px;botto,: -250px;botto,: -290px;botto,: -300px;botto,: -320px;botto,: -330px;botto,: -340px;botto,: -350px;botto,: -390px;botto,: -400px;botto,: -410px;botto,: -410p;botto,: -410;botto,: -400;botto,: -390;botto,: -360;botto,: -350;botto,: -340;botto,: -330;botto,: -320;botto,: -310;botto,: -280;botto,: -270;botto,: -260;botto,: -240;botto,: -230;botto,: -220;botto,: -200;botto,: -180;botto,: -170;botto,: -160;botto,: -150;botto,: -140;botto,: -130;botto,: -120;botto,: -110;botto,: -100;botto,: -90;botto,: -80;botto,: -70;botto,: -60;botto,: -50;botto,: -40;botto,: -30;botto,: -20;botto,: -10;botto,: 0;bottom: -28px;top: auto;padding: 0;}
}


/* section04 */
#section04 {min-height: 100vh;background: url('../img/section04_bg.jpg') no-repeat center;background-size: cover;/* padding: 150px 0px 0px; */}
#section04 .btm__con a:nth-child(1) li {background: url('../img/section04_img01.png') no-repeat center;background-size: cover;border-radius: 18px;}
#section04 .btm__con a:nth-child(2) li {background: url('../img/section04_img02.png') no-repeat center;background-size: cover;}
#section04 .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
#section04 .section04{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;padding: 160px 0 0;}
#section04 .top__con{text-align:center;color:#fff;padding: 0 20px 40px;}
#section04 .top__con .tit{font-size: clamp(30px,2.3vw,42px);font-weight: 800;padding: 0 0 10px;font-family: 'GmarketSans';}
#section04 .top__con .txt{font-family: Pretendard;font-size: clamp(14px,2vw,22px);font-weight: 300;}
#section04 .btm__con a li{width:540px;height:300px;border-radius: 18px;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow: hidden;}
#section04 .btm__con a:nth-child(1) li .img img{width:50px;height:50px;position:relative;z-index:1}
#section04 .btm__con a:nth-child(2) li .img img{width: 49px;height:50px;position:relative;z-index:1}
#section04 .btm__con a{position:relative;overflow: hidden;border-radius: 18px;}
#section04 .btm__con a li p:nth-child(1){position:absolute;right:6%;top:6%;color:#6a6a6a;font-size:17px;font-weight:500;z-index: 1;}
#section04 .btm__con a:hover li p:nth-child(1){top:10%;right:10%;color:#000}
#section04 .btm__con a li:hover{transition: all 0.5s;transform: scale(1.2, 1.2);}
#section04 .btm__con a li:hover p{font-size: 14px;}
#section04 .btm__con a li p:last-child{color:#fff;z-index: 1;font-size: clamp(16px,2vw,20px);padding: 10px 0 0;}
#section04 .btm__con a li:hover p:last-child{font-size: clamp(14px,2vw,16px);}
#section04 .btm__con{display:flex;gap:clamp(30px,5vw,70px);padding:0 20px}
#section04 .btm__con a li::after{content:'';position:absolute;width:100%;height:100%;background:#00000060;}
#section04 .btm__con a li:hover:after{display:none}
#section04 .btm__con a li .img{padding:26px;background:#00000070;border-radius:100%}





@media screen and (max-width:1400px) {
  #section04 .btm__con a li{width:440px;height:240px;}
}

@media screen and (max-width:1200px) {
  #section04 .btm__con a li{width:320px;height:180px}
}

@media screen and (max-width:960px) {
  #section04{height: auto !important;min-height: auto;}
  #section04 .section04{padding: 60px 0;}
  #section04 .fp-tableCell{height: auto !important;gap: 0;}
}

@media screen and (max-width:768px) {
  #section04 .btm__con{flex-direction: column;}
  #section04 .btm__con a li{width: 300px;}
  #section04 .btm__con a li .img{padding: 12px;}
  #section04 .btm__con a:nth-child(1) li .img img{width: 30px;height:30px;}
  #section04 .btm__con a:nth-child(2) li .img img{width:29px;height:30px;}
}

@media screen and (max-width:500px) {
  #section04{/* padding: 30px 0; */}
  #section04 .btm__con a li{width: 240px;height: 140px;}

}




.search__modal {display: none;justify-content: center;align-items: center;width:100%;height:100%;position: fixed;top:0;left:0;z-index: 119;background: rgba(0,0,0,0.5);}
.search__modal.active {display:flex;}
.search {width:100%;text-align:center;position:absolute;bottom:120px;transition:all .3s}

.all-search {transition:all .3s;color:#fff;font-size:20px;width:44px;height:44px;border:2px solid #fff;border-radius:10px}
.all-search:hover {background:#fff;color:#456089}
.search-box-wr{display:block;position:relative;position:fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background:#fff;width:480px;height:280px;border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.4)}
.search__modal-exit {position: absolute;width: 60px;height: 60px;top: 0px;right: 0px;font-size: 30px;font-weight: 300;background: #000;color: #FFF;text-align: center;z-index: 1;border-top-right-radius: 18px;}
.search__modal-exit span {width: 30px;height: 3px;background: #FFF;display: block;margin: 0 auto;}
.search__modal-exit span:nth-child(1) {margin: 0px auto 5px;transform: rotate(45deg);position: absolute;top: 50%;left: 15px;}
.search__modal-exit span:nth-child(2) {margin: 0px auto 5px;transform: rotate(-45deg);top: 50%;position: absolute;left: 15px;}
.search-box-ttl {background: url("../img/search-logo.png") center center no-repeat #272c8f;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 > img {position:absolute;right:30px;bottom:-10px}
.search-box-con {padding:20px 30px}
.search-box-new h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.search-box-new {background:#fff;overflow:hidden;border-bottom:1px solid #6e6e6e}
.search-box-new #sch_stx {padding-left:20px;height:45px;width:80%;border:0;border-right:0;float:left;color:#333;font-size:15px;background:#fff;letter-spacing:-1px}
.search-box-new #sch_stx::placeholder {color:#6e6e6e;font-weight:500}
.search-box-new #sch_submit {height:46px;border:0;color:#6e6e6e;width:50px;float:right;cursor:pointer;font-size:18px;background:#fff}


/* Footer */
#footer {}
.footer {padding: 50px 0;}
.footer .gnb__line {/* bottom: 20px; *//* background: #e5e5e5; *//* height: 2px; *//* width: 100%; *//* max-width: 1700px; */}
.footer .gnb__line:before {background: #e5e5e5;}
.footer .gnb__line:after {background: #e5e5e5;}
.footer__content {/* padding: 0 50px; */}
.footer__logo {text-align: left;padding: 0 0px 30px;}
.footer__con {display: flex;flex-wrap: wrap;padding: 0;gap: 20px;width: 100%;position: relative;}
.footer__info {flex: 0 1 calc(40% - 10px);color: #a8a8a8;}
.footer__info-con {padding: 0 0 15px;margin: 0 0 15px;text-align: left;position: relative;display: flex;align-items: flex-end;}
.footer__info-con img{flex:0 1 calc(20%)}
.footer__info-ttl {font-size: clamp(16px, 1.6vw, 20px);padding: 0px 0 clamp(10px,2vw,30px);color: #e0e0e070;font-weight: 700;}
.footer__info-list{}
.footer__info-addr {font-size: clamp(14px, 1.6vw, 16px); line-height: 1.6em;}
.footer__info-tel {display: inline-block;font-size: clamp(14px, 1.6vw, 16px); line-height: 1.6em; padding: 0 10px 0 0; position: relative;}
.footer__info-tel::after {display: block;content:'';width: 1px;height: 70%;background: #4c4c4c;position: absolute;top: 50%;right: -4px;transform: translateY(-50%);}
.footer__info-tel span {}
.footer__info-tel a{color:#a8a8a8}
.footer__info-fax {display: inline-block;font-size: clamp(14px, 2vw, 16px); line-height: 1.6em;padding: 0 0 0 10px;}
.footer__info-fax span {}
.footer__info-link__list {display: flex;flex-wrap: wrap;gap: 20px;width: 100%;max-width: 320px;padding: 0 0 20px;}
.footer__info-link__item {flex: 0 1 calc(100% / 2 - 10px);padding: 10px 0;border: 1px solid #f2f2f2;text-align: center;}
.footer__info-link__item img {}
.footer__info-copyright {font-size: clamp(14px, 1.6vw, 16px);font-weight: 500;color: #e0e0e040;}
.footer__info-ip {font-size: clamp(14px, 1.6vw, 15px);font-weight: 600;padding: 0 0 10px;color: #e0e0e070;}

.footer__sitemap {flex: 0 1 calc(60% - 10px);}
.footer__sitemap-menu {display: flex; flex-wrap: wrap; gap: 20px;}
.footer__sitemap-menu.one {}
.footer__sitemap-menu.two {}
.footer__sitemap-menu.three {}
.footer__sitemap-menu.four {}
.footer__sitemap-menu.five {}
.footer__sitemap-menu.six {}
.footer__sitemap-menu.seven {}
.footer__sitemap-1depth{flex: 0 1 calc(100% / 5 - 25px);}
.footer__sitemap-menu.one .footer__sitemap-1depth {flex: 0 1 calc(100%);}
.footer__sitemap-menu.two .footer__sitemap-1depth {flex: 0 1 calc(100% / 2 - 10px);}
.footer__sitemap-menu.three .footer__sitemap-1depth {flex: 0 1 calc(100% / 3 - 14px);}
.footer__sitemap-menu.four .footer__sitemap-1depth {flex: 0 1 calc(100% / 4 - 15px);}
.footer__sitemap-menu.five .footer__sitemap-1depth {flex: 0 1 calc(100% / 5 - 16px);}
.footer__sitemap-menu.six .footer__sitemap-1depth {flex: 0 1 calc(100% / 6 - 17px);}
.footer__sitemap-menu.seven .footer__sitemap-1depth {flex: 0 1 calc(100% / 7 - 18px);}
.footer__sitemap-1depth__link {font-size: clamp(16px, 2vw, 24px);color: #cfcfcf;padding: 0 0 30px;display: block;font-weight: 500;}
.footer__sitemap-1depth__link a {font-size: clamp(16px, 2vw, 24px);color: #cfcfcf;padding: 0 0 30px;display: block;font-weight: 500;}
.footer__sitemap-2depth {}
.footer__sitemap-2depth__link {display: block;font-size: clamp(14px, 1.5vw, 18px);color: #a8a8a8;padding: 0 0 10px;}
.footer__sitemap-2depth__link:hover {color: #e0e0e096;font-weight: 900;transition: all 0.3s cubic-bezier(0, 0, 0, 0.98);}
.footer__sitemap-2depth__link:last-child {padding: 0;}
.footer__con:before{position:absolute;content:'';top:50%;left: 56%;width:1px;height:100%;background:#b9b9b938;transform:translate(-50%,-50%)}

.footer__info-con:before{content:'';position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%);width:100%;height:1px;background:#b9b9b935}
/*sub_footer*/
.footer__sub .footer__info-addr {font-size: 14px;line-height: 1.6em;}
.footer__sub .footer__sitemap-2depth__link {display: block;font-size: 14px;color: #4c4c4c;padding: 0 0 6px;}
.footer__sub .footer__info-link__item img {width: 100px;}
.footer__sub .footer__sitemap-1depth__link a {font-size: clamp(16px, 2vw, 18px);color: #000;padding: 0 0 14px;display: block;}
.footer__sub .footer__info-ttl {font-size: 16px;padding: 0 0 8px;}
.footer__sub .footer__logo {text-align: left;padding: 0px 0px 16px;}
.footer__sub .footer__logo img{width: 200px;}
.footer__sub .footer__info-tel {display: inline-block;font-size: 14px;line-height: 1.6em;padding: 0 10px 0 0;position: relative;}
.footer__sub .footer__info-copyright {font-size: 12px;}
.footer__info__menu{display:flex;padding:4px 0;color: #e0e0e070;font-weight:700;font-size: clamp(14px,2vw,16px);}
.footer__info__menu .tit{flex: 0 1 calc(30%);}
.footer__info__menu .txt{flex: 0 1 calc(70%);}
.footer_inner{flex: 0 1 calc(80%);}
.footer__info__menu .txt{color: #e0e0e070;font-weight:500}


@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {
	.footer__sitemap-menu {gap: 10px;}

  .footer__info-con{}
  .footer__info-con img{padding: 0 0 20px;}
}
@media screen and (max-width: 1200px) {

  .footer__info-con img{width: 100px;}
}
@media screen and (max-width: 1024px) {
	.footer__content {/* padding: 0 40px; */}
  .footer__info-con img{width: auto;}

}

@media screen and (max-width: 1024px) {
	.footer {border-top: 1px solid #b9b9b9}
	.footer__content {/* padding: 0 20px; */}
	.footer__con {gap: 30px;}
  .footer__con:before{display: none;}
	.footer__info {flex: 0 1 100%;display: flex;flex-wrap: wrap;}
	.footer__sitemap {flex: 0 1 100%}
	.footer__sitemap-menu {gap: 0px;line-height: 1.6em;}
  .footer__sitemap-1depth{flex: 0 1 calc(100% / 5 - 0px);}
	.footer__sitemap-menu.six .footer__sitemap-1depth {flex:0 1 100%;border-bottom: 1px solid #333;}
	.footer__sitemap-menu.six .footer__sitemap-1depth:last-child {border:0px;}
	.footer__sitemap-1depth__link {padding: 10px 50px 10px 10px;display: block;position: relative;width: 100%;text-align: left;}
	.footer__sitemap-2depth {display:none;}
	.footer__sitemap-1depth.active .footer__sitemap-2depth {display:block;padding: 10px 20px;}
	.footer__sitemap-2depth__link {padding: 0 0 10px}

	.footer__info-con img {flex: none;display: flex;}
	.footer__info-con {flex: 0 1 calc(100%);}
	.footer__info-link__list {flex: 0 1 100%;max-width: unset;}
	.footer__info-link__item{max-width: 200px;}
	.footer__info-copyright {flex: 0 1 100%}
	.footer__sitemap-1depth__link{padding: 10px 20px 10px 10px;}
}

@media screen and (max-width: 768px) {
  .footer__con{gap: 0;}
	.footer {padding: 30px 0px;}
	.footer__info {gap: 10px;}
	.footer__info-con {flex: 100%;align-items: flex-start;flex-direction: column-reverse;}
	.footer__info-link__list {gap: 10px;}
	.footer__info-link__item {flex: 0 1 calc(100% / 2 - 5px)}

  .footer__sitemap-1depth__link{padding: 10px;}

  .footer__info-con img {width:120px;}

  .footer_inner{flex: 100%;width: 100%;}
}

@media screen and (max-width: 640px) {
	.footer__logo img {width:200px;}
	.footer__info-addr{min-height:46px;}
	.footer__info-tel {display: block;}
	.footer__info-tel:after {display:none;}
	.footer__info-fax {display: block;padding:0;}
}

@media screen and (max-width: 500px) {
  .footer__info-con img {width:100px;}
  .footer__sitemap-1depth{flex: 0 1 calc(100% / 5 - 0px);}
}

@media screen and (max-width: 412px) {
  .footer__sitemap-1depth{flex: 0 1 calc(100% / 3 - 0px);}
  .footer__sitemap-1depth__link{text-align: center;}
}

#header:hover .sitemap .go_eng a{color: #000;}

.sitemap .go_eng a{color: #FFF; font-family: 'Montserrat';font-weight: 900;}
.fp-viewing-sec01 #gnb #gnb_1dul{display: none;}

.fp-viewing-sec01 .sitemap .go_eng a{color: #FFF;}
.fp-viewing-sec02 .sitemap .go_eng a{color: #FFF;}
.fp-viewing-sec03 .sitemap .go_eng a{color: #000;}
.fp-viewing-sec04 .sitemap .go_eng a{color: #fff;}
#header.header--active .sitemap .go_eng a{color: #000;}
