@charset "utf-8";

.mo {display: none;}

/* m-visual */
.m-visual {padding: 0;}
.m-visual .visual {width: 100%; height: 970px; position: relative; }
.m-visual .visual .swiper-wrapper {transition-timing-function: ease-out;}
.m-visual .visual .swiper-wrapper .swiper-slide {position: relative;}
.m-visual .visual .swiper-wrapper .swiper-slide.slide02 .backdrop,
.m-visual .visual .swiper-wrapper .swiper-slide.slide03 .backdrop {width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; transition: all 2s ease;}
.m-visual .visual .swiper-wrapper .slide02 .backdrop {background-image: url(../images/main/m-visual02.jpg);}
.m-visual .visual .swiper-wrapper .slide03 .backdrop {background-image: url(../images/main/m-visual03.jpg);} 
.m-visual .visual .swiper-wrapper .swiper-slide-active .backdrop {transform: scale(1.1);}
.m-visual .visual .swiper-wrapper .swiper-slide.slide01 .backdrop {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1;}
.m-visual .visual .swiper-wrapper .swiper-slide-active.slide01 .backdrop {transform: none;}
.m-visual .visual .swiper-wrapper .swiper-slide.slide01 .backdrop video {width: 100%; height: 100%; object-fit: cover;}
.m-visual .visual .swiper-wrapper .swiper-slide .container {width: 100%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.m-visual .visual .swiper-wrapper .swiper-slide .container p {position: absolute; top: 260px; left: 15px; font-size: 30px; line-height: 1.6; color: #fff; font-weight: 500; width: 100%; opacity: 0; transition: all 1.2s ease .1s;}
.m-visual .visual .swiper-wrapper .swiper-slide .container h2 {position: absolute; top: 335px; left: 15px; font-size: 72px; line-height: 1.167; color: #fff; font-weight: 700;  width: 100%; opacity: 0; transition: all 1.2s ease .5s; font-family: 'Montserrat';}
.m-visual .visual .swiper-wrapper .swiper-slide .container span {display: block; position: absolute; left: 15px; top: 530px; font-size: 26px; line-height: 1.6; color: #fff; opacity: 0; transition: all 1.2s ease .9s;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .container p {top: 300px; opacity: 1;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .container h2 {top: 375px; opacity: 1;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .container span {top: 570px; opacity: 1;}

.controls {max-width: 1650px; width: 100%; position: absolute; top: 690px; left: 50%; transform: translateX(-50%); z-index: 5; padding: 0 15px;}
.controls .visual-pagination {width: 100%; max-width: 170px; display: flex; justify-content: space-between; margin-left: 5px;}
.swiper-pagination-bullets {align-items: center; display: flex; justify-content: space-between;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 !important;}
.controls .swiper-pagination-bullet {position: relative; width: 50px; height: 6px; border-radius: 0; background-color: rgba(255,255,255, .3); opacity: 1; margin: 0;}
.controls .swiper-pagination-bullet::after {position: absolute; content:''; width: 0%; height: 100%; top: 0; left: 0; background-color: #008cd6;}
.controls .swiper-pagination-bullet.swiper-pagination-bullet-active::after {animation: bar 6.5s ease-out forwards;}

@keyframes bar {
	0% {width: 0%;}
	100% {width: 100%;}
}

.scroll {position: absolute; z-index: 1; bottom: 105px; right: 50px; width: 17px; height: 129px; background: url(../images/main/scroll.png) 50% 50% no-repeat;background-size: auto; animation: bounce 1.3s ease infinite;}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
  
    40% {
      transform: translateY(-10px);
    }
  
    60% {
      transform: translateY(-5px);
    }
}


/* 공통 */
.section-header h3 {position: relative; display: inline-block; font-size: 62px; padding-right: 30px; font-weight: 700; color: #000; font-family: 'Montserrat';}
.section-header h3::after {position: absolute; content: ''; width: 8px; height: 8px; border-radius: 50%; background-color: #008cd6; bottom: 10px; right: 0;}
.section-header.ty2 h3 {color: #fff;}
.section-header p {font-size: 22px; color: rgba(255,255,255, .7); line-height: 1.727; margin-top: 35px;}


/* sec2 */
.sec2 {width: 100%; padding: 170px 0 180px; background: url(../images/main/bg_sec2.jpg) 50% 50% no-repeat; background-size: cover;}
.sec2 .product {width: 100%; display: flex; gap: 100px;}
.sec2 .product .info {max-width: 480px; width: 100%;}
.sec2 .product .info_txt {margin-top: 55px; display: none;}
.sec2 .product .info_txt h4 {font-size: 36px; font-weight: 700; color: #008cd6; align-items: center; display: flex;}
.sec2 .product .info_txt h4 a {display: inline-block; margin-left: 20px; color: #222; font-weight: 200; transition: all .2s linear;/*  font-size: 45px; */ max-width: 19px; width: 100%;}
.sec2 .product .info_txt h4 a:hover {transform: rotate(90deg);}
.sec2 .product .info_txt h4 a img {display: block;}
.sec2 .product .info_txt p {font-size: 18px; color: #666; line-height: 1.77; margin-top: 20px;}
.sec2 .product .info_tab {margin-top: 50px;}
.sec2 .product .info_tab ul {display: flex; flex-wrap: wrap; background-color: #fff; border-radius: 10px;}
.sec2 .product .info_tab ul li {width: 50%;}
.sec2 .product .info_tab ul li:nth-of-type(3) a,
.sec2 .product .info_tab ul li:nth-of-type(4) a,
.sec2 .product .info_tab ul li:nth-of-type(5) a,
.sec2 .product .info_tab ul li:nth-of-type(6) a {border-top: 0}
.sec2 .product .info_tab ul li a {width: 100%; display: block; padding: 30px 10px; transition: all .2s linear;  border: 1px solid #ddd; min-height: 200px;}
.sec2 .product .info_tab ul li:nth-of-type(1) a {border-radius: 10px 0 0 0;}
.sec2 .product .info_tab ul li:nth-of-type(2) a {border-radius: 0px 10px 0 0;}
.sec2 .product .info_tab ul li:nth-of-type(3) a {border-radius: 0px;}
.sec2 .product .info_tab ul li:nth-of-type(4) a {border-radius: 0px;}
.sec2 .product .info_tab ul li:nth-of-type(5) a {border-radius: 0px 0 0 10px;}
.sec2 .product .info_tab ul li:nth-of-type(6) a {border-radius: 0px 0px 10px 0;}
.sec2 .product .info_tab ul li:nth-of-type(2) a,
.sec2 .product .info_tab ul li:nth-of-type(4) a,
.sec2 .product .info_tab ul li:nth-of-type(6) a  {border-left:0}
.sec2 .product .info_tab ul li a .ico {width: 57px; height: 57px; margin: 0 auto; background: url() 50% 50% no-repeat; background-size: auto;}
.sec2 .product .info_tab ul li:nth-of-type(1) a .ico {background-image: url(../images/main/ico_sec201.png);}
.sec2 .product .info_tab ul li:nth-of-type(2) a .ico {background-image: url(../images/main/ico_sec202.png);}
.sec2 .product .info_tab ul li:nth-of-type(3) a .ico {background-image: url(../images/main/ico_sec203.png);}
.sec2 .product .info_tab ul li:nth-of-type(4) a .ico {background-image: url(../images/main/ico_sec204.png);}
.sec2 .product .info_tab ul li:nth-of-type(5) a .ico {background-image: url(../images/main/ico_sec205.png);}
.sec2 .product .info_tab ul li:nth-of-type(6) a .ico {background-image: url(../images/main/ico_sec206.png);}
.sec2 .product .info_tab ul li a strong {display: block; text-align: center; margin-top: 20px; font-size: 16px; font-weight: 600; color: #222; transition: all .2s linear; line-height: 1.2;}
.sec2 .product .info_tab ul li a strong.fz16 {font-size: 16px;}

.sec2 .product .info_tab ul li.active {border-color: #008cd6 !important;}
.sec2 .product .info_tab ul li.active a {background-color: #008cd6; box-shadow: 0px 14px 16px 0px rgba(125, 125, 125, 0.2);}
.sec2 .product .info_tab ul li.active a strong {color: #fff;}
.sec2 .product .info_tab ul li:nth-of-type(1).active a .ico {background-image: url(../images/main/ico_sec201_on.png);}
.sec2 .product .info_tab ul li:nth-of-type(2).active a .ico {background-image: url(../images/main/ico_sec202_on.png);}
.sec2 .product .info_tab ul li:nth-of-type(3).active a .ico {background-image: url(../images/main/ico_sec203_on.png);}
.sec2 .product .info_tab ul li:nth-of-type(4).active a .ico {background-image: url(../images/main/ico_sec204_on.png);}
.sec2 .product .info_tab ul li:nth-of-type(5).active a .ico {background-image: url(../images/main/ico_sec205_on.png);}
.sec2 .product .info_tab ul li:nth-of-type(6).active a .ico {background-image: url(../images/main/ico_sec206_on.png);}

.sec2 .product .img-box {width: 1%; flex: 1 1 auto; border-radius: 10px; overflow: hidden;}
.sec2 .product .img-box figure {width: 100%; display: none;}
.sec2 .product .img-box figure img {max-width: 100%; display: block; margin: 0 auto;}
.sec2 .product .img-box #pd-1 {display: block;}

.sec2 .product .img-box .pd-img.show {display: block;}

.sec2 .product .info_txt#txt1 {display: block;}
.sec2 .product .info_txt.show {display: block;}


/* sec3 */
.sec3 {width: 100%; padding-top: 160px; height: 100dvh; background: url(../images/main/bg_sec3.jpg) 50% 50% no-repeat; background-size: cover; overflow: hidden;}
.sec3 .inner {width: 100%; display: flex;}
.sec3 .inner .section-header {max-width: 660px; width: 100%; padding-top: 65px;}
.sec3 .inner .section-header > div a {position: relative; display: block; margin-top: 55px; max-width: 190px; width: 100%; line-height: 60px; border-radius: 50px; background-color: rgba(255,255,255, .2); font-size: 18px; font-weight: 600; color: #fff; font-family: 'Montserrat'; padding-left: 25px; z-index: 3;}
.sec3 .inner .section-header > div a::before {position: absolute; content: ''; width: 8px; height: 8px; top: 50%; right: 31px; transform: translateY(-50%); background: url(../images/main/ico_arrow.png) 50% 50% no-repeat; background-size: auto; z-index: 2;}
.sec3 .inner .section-header > div a::after {position: absolute; content: ''; width: 30px; height: 30px; border-radius: 50%; background-color: #008cd6; top: 50%; right: 20px; transform: translateY(-50%); z-index: 1; transition: all .3s ease-out;}
.sec3 .inner .section-header > div a:hover::after {width: 100%; height: 100%; right: 0; border-radius: 50px; z-index: -1;}
.sec3 .inner .scroll-box {width: 1%; flex: 1 1 auto;}
.sec3 .inner .scroll-box.mo-scroll {display: none;}
.sec3 .inner .scroll-box .box-wrap {width: calc(100% + 78px); display: flex; margin: 0 -39px;}
.sec3 .inner .scroll-box .box-wrap .box {width: 50%; padding: 0 39px;}
.sec3 .inner .scroll-box .box-wrap .box ~ .box {margin-top: 235px;}
.sec3 .inner .scroll-box .box-wrap .box .img-box {position: relative; width: 100%; height: 540px; border-radius: 10px; overflow: hidden; padding: 50px 50px 80px; display: flex; flex-direction: column; justify-content: flex-end; background: url() 50% 50% no-repeat; background-size: cover;}
.sec3 .inner .scroll-box .box-wrap .box .img-box ~ .img-box {margin-top: 80px;}
.sec3 .inner .scroll-box .box-wrap .box .img-box.img01 {background-image: url(../images/main/img_sec301.jpg);}
.sec3 .inner .scroll-box .box-wrap .box .img-box.img02 {background-image: url(../images/main/img_sec302.jpg);}
.sec3 .inner .scroll-box .box-wrap .box .img-box.img03 {background-image: url(../images/main/img_sec303.jpg);}
.sec3 .inner .scroll-box .box-wrap .box .img-box::before {position: absolute; content: ''; width: 100%; height: 100%; background-color: rgba(0, 140, 214, .8); z-index: 2; top: 0; left: 0; opacity: 0; transition: all .3s linear;}
.sec3 .inner .scroll-box .box-wrap .box .img-box::after {position: absolute; content: ''; width: 77px; height: 67px; background: url() 50% 50% no-repeat; background-size: auto; top: 50px; right: 45px; z-index: 3; opacity: 0; transition: all .3s linear;}
.sec3 .inner .scroll-box .box-wrap .box .img-box.img-box.img01::after {background-image: url(../images/main/ico_sec301.png);}
.sec3 .inner .scroll-box .box-wrap .box .img-box.img-box.img02::after {background-image: url(../images/main/ico_sec302.png);}
.sec3 .inner .scroll-box .box-wrap .box .img-box.img-box.img03::after {background-image: url(../images/main/ico_sec303.png);}
.sec3 .inner .scroll-box .box-wrap .box .img-box img {max-width: 100%; display: block; margin: 0 auto;}
.sec3 .inner .scroll-box .box-wrap .box .img-box h5 {position: relative; font-size: 40px; font-weight: 700; color: #fff; z-index: 3;}
.sec3 .inner .scroll-box .box-wrap .box .img-box:hover::before,
.sec3 .inner .scroll-box .box-wrap .box .img-box:hover::after {opacity: 1;}

/* sec4 */
.sec4 {padding: 165px 0 145px;}
.sec4 .section-header {position: relative;}
.sec4 .section-header p {color: #666;}
.sec4 .gallery {width: calc(100% + 60px); height: calc(100% + 60px); margin: 25px -30px 0; padding: 30px;}
.sec4 .gallery a {display: block; width: 100%; overflow: hidden; transition: all .2s linear; border-radius: 10px;}
.sec4 .gallery a * {transition: all .2s linear;}
.sec4 .gallery .pic {position: relative; height: 0; padding-bottom: 67%; overflow: hidden; border-radius: 10px 10px 0 0;}
.sec4 .gallery .pic::before {position: absolute; content: ''; width: 100%; height: 100%; background-color: transparent; border: 1px solid #008cd6; opacity: 0; z-index: 2; transition: all .2s linear; border-radius: 10px 10px 0 0;}
.sec4 .gallery .pic img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100% !important; height: 100% !important; max-width: 100%; min-height: 100%; object-fit: cover;}
.sec4 .gallery .txt {width: 100%; min-height: 148px; height: 100%; display: flex; justify-content: center; border: 1px solid #ddd; border-top: 0; border-radius: 0 0 10px 10px; flex-direction: column; padding: 0 35px;}
.sec4 .gallery .txt h5 {font-size: 22px; font-weight: 700; color: #222; line-height: 1.63; display: -webkit-box; word-wrap:break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; /* height: 72px; */ text-align: center;}
.sec4 .gallery .txt span {display: block; font-size: 16px; color: #666; margin-top: 20px;}

.sec4 .gallery a:hover {box-shadow: 0px 14px 16px 0px rgba(125, 125, 125, 0.2);}
.sec4 .gallery a:hover .pic::before {opacity: 1;}
.sec4 .gallery a:hover .txt {border-color: #008cd6; background-color: #008cd6;}
.sec4 .gallery a:hover .txt h5 {color: #fff;}
.sec4 .gallery a:hover .txt span {color: #fff;}

.sec4 .gall-navi {position: absolute; top: 55px; right: 0; width: 130px; display: flex; gap: 10px;}
.sec4 .gall-navi .gall-btns {width: 60px; height: 60px; border-radius: 50%; border: 1px solid #ddd; transition: all .2s linear; cursor: pointer; background: url() 50% 50% no-repeat; background-size: auto}
.sec4 .gall-navi .gall-prev {background-image: url(../images/main/ico_prev.png);}
.sec4 .gall-navi .gall-next {background-image: url(../images/main/ico_next.png);}
.sec4 .gall-navi .gall-prev:hover {background-color: #008cd6; border-color: #008cd6; background-image: url(../images/main/ico_prev_on.png);}
.sec4 .gall-navi .gall-next:hover {background-color: #008cd6; border-color: #008cd6; background-image: url(../images/main/ico_next_on.png);}

.sec4 .none {width: 100%; min-height: 200px; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #666;}

/* sec5 */
.sec5 {width: 100%; padding: 130px 0; background: url(../images/main/bg_sec5.jpg) 50% 50% no-repeat; background-size: cover;}
.sec5 .section-header p {color: #fff;}
.sec5 > .container {display: flex; align-items: center; justify-content: space-between;}
.sec5 .more {position: relative; width: 240px; height: 240px; border-radius: 50%; background: url(../images/main/ico_arrow_b.png) 50% 50% no-repeat; background-size: auto; background-color: #008cd6; transition: all .3s linear;}
.sec5 .more::after {position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: url(../images/main/ico_txt.png) 50% 50% no-repeat; background-size: auto; animation: loop 10s linear infinite}
.sec5 .more:hover {transform: scale(1.1);}

@keyframes loop {
  100% {transform:rotate(360deg);}
}

