@charset "UTF-8"; 



/* html { height: 100%; overflow: hidden; } */
body { height: 100%; overflow: hidden; } 


/*---------- common ----------*/
.more {float: right;width: 100%;max-width: 150px;height: 45px;background: transparent;overflow: hidden;margin-top: -45px;transition: all .3s;} 
#section4.section .more {float: unset;margin: 45px auto 0;} 
.more a {justify-content: center;align-items: center;padding: 11px 0;font-weight: 300;background: transparent;border: 1px solid #cac9c9;border-radius: 22.5px;transition: all .3s;}
.more a i {font-size: 20px;margin-left: 20px;transition: all .3s;} 

.more2 {align-self: flex-end;width: 100%;max-width: 53px;height: 53px;overflow: hidden;transition: all .3s;}
.more2 a {display: block;width: 100%;height: 100%;border: 1px solid #fff;border-radius: 50%;transition: all .3s;}
.more2 a i {display: block;font-size: 20px;text-align: center;width: 100%;height: 100%;line-height: 51px;transition: all .3s;} 

.section .content_area, footer .content_area {position: relative;max-width: 1720px;height: 100%;margin: 0 auto;} 
.section .content_area .txt {margin: 0 0 40px 20px;} 
.section .content_area .txt:after {content: "";display: block;clear: both;} 
.section .content_area .txt h2 {font-family: 'Pretendard',sans-serif;font-size: 48px;font-weight: 800;transition: transform 700ms ease-in-out, opacity 700ms ease 0s;} 
.section .content_area .txt > span {font-size: 24px;font-weight: 500;line-height: 1.4;} 
#section4.section .content_area .txt > span {display: block;margin-bottom: 5px;} 
.section .content_area .txt h2 span {display: block;font-family: "Montserrat", sans-serif;font-size: 30px;}
.section .content_area .txt h2 font {display: block;}c
.section .content_area .txt p {font-size: 20px;color: #666;margin-bottom: 55px;} 

/* hover */
.more:hover a {background: var(--main-color);}
.more:hover a, .more:hover a i{color: #fff; transition: all .3s;}
.more2:hover a {background: #fff; transition: all .3s;}
.more2:hover a i{color: var(--main-color); transition: all .3s;}

/* ani */
@keyframes btn_more1 { 
0% {transform: translateX(50%);} 
100% {transform: translateX(100%);}
}
@keyframes btn_more2 { 
0% {transform: translateX(-50%);}
100% {transform: translateX(0%);}
}


/*---------- swiper ----------*/
.swiper { width: 100%; height: 100%; -ms-overflow-style: none; touch-action: pan-y; } 
.swiper::-webkit-scrollbar { display: none; width: 0 !important; } 
.swiper-slide { /* Center slide text vertically */
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; /* display: flex; */
display: block; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } 
.mySwiper .swiper-slide { overflow: hidden; position: relative; } 
.mySwiper .slide_bg { width: 100%; height: 100vh; } 


/*---------- scroll event ----------*/
/* fade out -> in */
.o_in.s_event { opacity: 0; transform: translateY(0%); transition-duration: 2s; } 
.o_in.active { opacity: 1; transform: translateX(0%); transition-duration: 2s; } 

/* down -> up */
.u_down.s_event { opacity: 0; transform: translateY(-15%); transition-duration: 1s; } 
.u_down.active { opacity: 1; transform: translateX(0); transition-duration: 1s; } 

/* up -> down */
.d_up.s_event { opacity: 0; transform: translateY(15%); transition-duration: 1s; } 
.d_up.active { opacity: 1; transform: translateX(0%); transition-duration: 1s; } 

/* left -> right */
.l_right.s_event { opacity: 0; transform: translateX(-15%); transition-duration: 1s; } 
.l_right.s_event.active { opacity: 1; transform: translateX(0%); transition-duration: 1s; } 

/* right -> left */
.r_left.s_event { opacity: 0; transform: translateX(15%); transition-duration: 1s; } 
.r_left.s_event.active { opacity: 1; transform: translateX(0%); transition-duration: 1s; } 

/* ------------- */
.td_100 { transition-delay: 100ms; } 
.td_200 { transition-delay: 200ms; } 
.td_300 { transition-delay: 300ms; } 
.td_400 { transition-delay: 400ms; } 
.td_500 { transition-delay: 500ms; } 
.td_600 { transition-delay: 600ms; } 
.td_700 { transition-delay: 700ms; } 


/*---------- section1 ----------*/
#section1 .mySwiper .swiper-slide .slide_bg {height: 100vh;overflow: hidden;background-repeat: no-repeat;background-size: cover;background-position: top center;} 
#section1 .mySwiper .swiper-slide .visual_wrap {position: absolute;top: 48vh;left: 0;right: 0;width: 100%;max-width: 1600px;margin: 0 auto;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box {text-align: center;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box {font-weight: 600;color: #fff;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 68px;font-weight: 800;line-height: 1.3;letter-spacing: -2px;margin-bottom: 10px;overflow: hidden;} 
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box p {font-family: "Comfortaa", sans-serif;font-size: 48px;font-weight: 300;letter-spacing: -1px;} 
#section1 .mySwiper .swiper-slide .slider_1 { background-image: url(../img/main_visual1.jpg); } 
#section1 .mySwiper .swiper-slide .slider_2 { background-image: url(../img/main_visual2.jpg); } 
#section1 .mySwiper .swiper-slide .slider_3 { background-image: url(../img/main_visual3.jpg); } 
#section1 .mySwiper .swiper-slide .slider_4 { background-image: url(../img/main_visual4.jpg); } 
#section1 .mySwiper .swiper-slide .slider_5 { background-image: url(../img/main_visual5.jpg); } 
#section1 .mySwiper .swiper-slide .slider_6 { background-image: url(../img/main_visual6.jpg); } 
#section1 .mySwiper .swiper-slide.swiper-slide-active .slide_bg { animation: zoom_in 4500ms; transition: transform 4500ms ease-in-out, opacity 1500ms ease 0s; } 
#section1 .mySwiper .swiper-slide.swiper-slide-active .visual_wrap .visual_txt_box .title_box h2 { animation: t_opacity 2800ms; transition: transform 2800ms ease-in-out, opacity 2800ms ease 0s; animation-delay: 0.4s } 
#section1 .mySwiper .swiper-slide.swiper-slide-active .visual_wrap .visual_txt_box .title_box p { animation: t_top 1500ms; transition: transform 1500ms ease-in-out, opacity 1500ms ease 0s; animation-delay: 0s } 

@keyframes zoom_in { 
0% { transform: scale(1.2); } 
100% { transform: scale(1) rotate(0.003deg); } 
}

@keyframes t_top { 
0% { opacity: 0; transform: translateY(50px); } 
100% { opacity: 1; transform: translateY(0%); } 
}

@keyframes t_opacity { 
0% { opacity: 0; filter: blur(7px); } 
100% { opacity: 1; filter: blur(0); } 
}

@-webkit-keyframes LoadingBar { 
from { width: 0px; } 
to { width: 80px; } 
}

@keyframes LoadingBar { 
from { background: rgb(255 255 255 / 50%); } 
to { background: #fff; } 
}

/* control_wrap */
.control_wrap {position: absolute;bottom: 12vh;left: 0;right: 0;width: 100%;max-width: 1600px;height: 54px;text-align: center;z-index: 1;margin: 0 auto;} 

/* arrow_box */
.control_wrap .arrow_box {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 11 !important;-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);font-size: 0;} 
.control_wrap .arrow_box div {position: relative;display: inline-block;top: 50%;margin-top: 0;transform: translateY(-50%);transition: all .3s;} 
.control_wrap .arrow_box div:after {position: absolute;top: 50%;left: 50%;font-size: 30px;color: #fff;transform: translate(-50%, -50%);} 
.swiper-button-next:after, .swiper-button-prev:after {font-family: 'xeicon' !important;}
.swiper-button-prev:after {content: "\e93b" !important;}
.swiper-button-next:after {content: "\e93e" !important;}
.control_wrap .arrow_box .mv-button-prev {left: 0;margin-right: 100px;} 
.control_wrap .arrow_box .mv-button-next {right: 0;z-index: 14;text-align: right;} 

/* 정지재생 */
.slide_btn {position:absolute;top: 0;left: 50%;width: 54px;height: 54px;text-align: center;transform: translateX(-50%);cursor: pointer;border: 1px solid rgb(255 255 255 / 66%);border-radius: 50%;z-index: 100;} 
.slide_btn span { display: none; } 
.slide_btn span.on { display: inline-block; } 
.slide_btn i {color: #fff;font-size: 22px;font-weight: 100;line-height: 54px;} 
.mySwiper .swiper-slide .slide_btn::after {content:"";display: block;width: 130px;height: 2px;background-color: red;left: 30px;top: 6px;opacity: 1;position: absolute;} 
.mySwiper .swiper-slide.swiper-slide-active .slide_btn::after {animation:LoadingBar 5s both;animation-delay: 0.3s;left: 30px;top: 6px;height: 2px;background: rgb(255 255 255 / 70%);position: absolute;} 


/*---------- section2 ----------*/
#section2.section .content_area {flex-direction: column;padding: 80px 0 130px;} 

.proSwiper .swiper-slide {max-width: 419px;height: 522px;border-radius: 30px;overflow: hidden;}
.proSwiper .swiper-slide .wrap {position: relative;width: 100%;height: 100%;transform-style: preserve-3d;transition: transform 0.8s;}
.proSwiper .swiper-slide .wrap > div {position: absolute;top: 0;left: 0;flex-direction: column;width: 100%;height: 100%;-webkit-backface-visibility: hidden; /* Safari */backface-visibility: hidden;letter-spacing: -.5px;}
.proSwiper .swiper-slide .wrap > div h3 {font-size: 34px;font-weight: 500;}
.proSwiper .swiper-slide .front {background: #eaeaea;padding: 40px;}
.proSwiper .swiper-slide .front img {display: block;width: 100%;max-width: 328px;height: auto;margin: 0 auto;object-fit: contain;}
.proSwiper .swiper-slide .front h3 {text-align: center;}
.proSwiper .swiper-slide .back {background: var(--main-color);padding: 85px 40px 35px;color: #fff;transform: rotateY(180deg);}
.proSwiper .swiper-slide .back h3 {padding-bottom: 15px;border-bottom: 1px solid #fff;}
.proSwiper .swiper-slide .back span {font-size: 28px;font-weight: 500;}
.proSwiper .swiper-slide .back span strong {display: block;font-size: 38px;margin-top: 20px;}
.proSwiper .swiper-slide .back .list li {position: relative;padding-left: 10px;margin-bottom: 10px;font-size: 16px;line-height: 1.4;}
.proSwiper .swiper-slide .back .list li:before {content:"";display: block;position: absolute;top: 9px;left: 0;width: 4px;height: 4px;background: #fff;border-radius: 50%;}
/**/
.proSwiper .swiper-slide:hover .wrap {transform: rotateY(180deg);}


/*---------- section3 ----------*/
#section3.section .content_area {padding: 130px 0 170px;} 
#section3.section .content_area > div {width: 50%;}  

#section3.section .content_area .left {margin-right: 15px;} 


/*---------- section4 ----------*/
#section4.section .content_area {padding: 0 0 130px;} 
#section4.section .content_area .txt {text-align: center;margin: 0 auto 55px;} 

.video_slide {position: relative;} 
.reviewSwiper .swiper-slide {max-width: 419px;}
.reviewSwiper .swiper-slide .img {position: relative; border-radius: 20px; overflow: hidden;}
.reviewSwiper .swiper-slide .img img {width:100%; height:auto; transition: all .5s;}
.reviewSwiper .swiper-slide .img img:nth-child(1) {height: 247px;}
.reviewSwiper .swiper-slide .img img.youtube_ico {position: absolute;width:50px;top: 45%;left: 50%;transform: translate(-50%, -50%);padding: 5px;z-index: 1;}
.reviewSwiper .swiper-slide h3 {font-size: 22px;font-weight: 300;line-height: 1.4;text-align: center;padding-top: 20px;transition: all .3s;}

/* control_wrap */
.video_slide .control_wrap {position: absolute;bottom: 50%;left: 0;right: 0;width: 100%;max-width: 1860px;height: 54px;text-align: center;z-index: 0;margin: 0 auto;transform: translateY(-50%);} 

/* arrow_box */
.video_slide .control_wrap .arrow_box div {width: 100%;max-width: 54px;height: 100%;border-radius: 50%;background: #f3f3f3;} 
.video_slide .control_wrap .arrow_box div:after {position: absolute;top: 50%;left: 50%;font-size: 22px;color: initial;transform: translate(-50%, -50%);} 
.video_slide .control_wrap .swiper-button-prev:after {content: "\e906" !important;}
.video_slide .control_wrap .swiper-button-next:after {content: "\e907" !important;;}
.video_slide .control_wrap .arrow_box .video-button-prev {left: calc(-54px + -20px);} 
.video_slide .control_wrap .arrow_box .video-button-next {right: calc(-54px + -20px);} 
/**/
.video_slide .reviewSwiper .swiper-slide:hover img:nth-child(1) {transform: scale(1.1);transition: all .5s;}
.video_slide .reviewSwiper .swiper-slide:hover h3 {text-decoration: 1px solid #000 underline;\: 4px;transition: all .3s;}






/*---------- respon ----------*/
@media (max-width: 1860px) {
#section4.section .content_area {width: 96%;}
.video_slide:not(.review)  {width: 88vw;margin: 0 auto;}
}

@media (max-width: 1720px) {
.section .content_area, footer .content_area, .control_wrap, #section1 .mySwiper .swiper-slide .visual_wrap {width: 96%;}

.proSwiper .swiper-slide, .reviewSwiper .swiper-slide {max-width: 100%;}
.proSwiper .swiper-slide .wrap > div  h3 {font-size: 30px;}
.proSwiper .swiper-slide .back span strong {font-size: 34px;margin-top: 10px;}
.proSwiper .swiper-slide .back span {font-size: 24px;}
    
footer .content_area {flex-direction: column;}
}  

@media (max-width: 1600px) {
#section1 .mySwiper .swiper-slide .slide_bg {background-position: center;}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 50px;}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box p {font-size: 35px;}

.video_slide.review {width: 88vw;margin: 0 auto;}
}

@media all and (max-width: 1300px) {
.section .content_area .txt h2 span {font-size: 25px;}
.section .content_area .txt p br {display: none;} 
.section .content_area .txt > span {font-size: 20px;} 

#section2.section .content_area {flex-direction: column;padding: 80px 0 0;} 

#section3.section .content_area {flex-direction: column;padding: 170px 0;} 
#section3.section .content_area > div {width: 100%;} 
#section3.section .content_area > div.right {margin-top: 100px;} 

.video_slide:not(.review) , .video_slide.review {width: 85vw;}
}

@media all and (max-width: 1023px) { 
.section, .fp-tableCell {height: auto !important;} 
.section .content_area .txt h2 {font-size: 40px;} 

#section1 .mySwiper .swiper-slide.slide1 .slide_bg {background-position: center right 25%;}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 40px;margin-top: 10px;}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box p {font-size: 30px;} 
.control_wrap {height: 44px;}
.control_wrap .arrow_box div:after {font-size: 20px;} 
.slide_btn {width: 44px;height: 44px;}
.slide_btn i {line-height: 44px;}
#section1 .cursor_circle {bottom: -18px;left: calc(50% - 67px);width: 134px;height: 134px;} 
#section1 .cursor_circle:after {width: 134px;height: 134px;}

.proSwiper .swiper-slide {height: 450px;}
.proSwiper .swiper-slide .front img {max-width: 270px;}
.proSwiper .swiper-slide .back {padding: 65px 25px 25px;}
.proSwiper .swiper-slide .wrap > div  h3 {font-size: 25px;}
.proSwiper .swiper-slide .back span strong {font-size: 30px;}
.proSwiper .swiper-slide .back span {font-size: 20px;}

#section3.section .content_area {padding: 130px 0;} 
    
.video_slide:not(.review) , .video_slide.review {width: 80vw;}
.reviewSwiper .swiper-slide h3 {font-size: 20px;}
}

@media all and (max-width: 767px) {
.section .content_area .txt, #section4.section .content_area .txt {margin: 0 0 30px 0px;} 
.section .content_area .txt h2 {font-size: 30px;} 
.section .content_area .txt h2 span {font-size: 20px;}
.section .content_area .txt > span {font-size: 16px;} 
#section4.section .content_area .txt > span {display: inline-block;margin-bottom: 0;} 
.section .content_area .txt p {font-size: 18px;margin-bottom: 35px;} 
.more {max-width: fit-content;} 
#section4.section .more {float: right;margin: -45px 0 0;} 
.more a {font-size: 14px;padding: 11px 15px;} 
.more2 {max-width: 45px;height: 45px;}
.more2 a i {font-size: 18px;line-height: 43px;} 

#section1 .mySwiper .swiper-slide .slide_bg {filter: brightness(0.7);}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 30px;}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box p {font-size: 20px;letter-spacing: 0;} 

.proSwiper .swiper-slide {height: 400px;}
.proSwiper .swiper-slide .back {padding: 50px 25px 25px;}
.proSwiper .swiper-slide .wrap > div  h3 {font-size: 20px;}
.proSwiper .swiper-slide .back span strong {font-size: 25px;}
.proSwiper .swiper-slide .back span {font-size: 15px;}

#section3.section .content_area {padding: 100px 0;} 

#section4.section .content_area .txt {text-align: inherit;}
.video_slide:not(.review) , .video_slide.review {width: 100%;}
.video_slide .control_wrap {display: none;} 
.reviewSwiper .swiper-slide .img img:nth-child(1) {height: 400px;object-fit: cover;}
.reviewSwiper .swiper-slide h3 {font-size: 18px;}
.reviewSwiper .swiper-slide .img img.youtube_ico {width: 80px;}

.foot_sec:before {width: 44vw;height: 44vw;} 
}

@media all and (max-width: 479px) {
.section .content_area .txt h2 {font-size: 25px;} 
.section .content_area .txt h2 span {font-size: 18px;}
.section .content_area .txt > span {font-size: 14px;} 
.section .content_area .txt p {font-size: 16px;} 
.more a {font-size: 12px;padding: 11px;} 
.more a span {display: none;} 
.more a i {margin-left: 0;}

#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h2 {font-size: 25px;}
#section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box p {font-size: 15px;} 
#section1 .cursor_circle {bottom: -18px;left: calc(50% - 57px);width: 114px;height: 114px;} 
#section1 .cursor_circle .wrap img {width: 20px;} 
#section1 .cursor_circle:after {width: 114px;height: 114px;} 

.reviewSwiper .swiper-slide h3 {font-size: 16px;}
}