@charset "UTF-8";

/* 공통 */
.pc {display: block;}
.mob {display: none;}
section {background: #fff;}
.title {margin-bottom: 100px; text-align: center;}
.title h2 {font-size: var(--fs55); font-weight: 800; line-height: 1.27;}
.title h2 span {color: var(--c1); font-weight: 800;}
.title .label {font-size: var(--fs22); color: var(--c1); margin-bottom: 20px; font-weight: 700;}
.title .text {font-size: var(--fs18); line-height: 1.67; color: #4b4b4b; margin-top: 30px;}

@media all and (max-width: 1024px){
.pc {display: none;}
.mob {display: block;}
.title {margin-bottom: 60px;}
}
@media all and (max-width: 650px){
.title h2 {font-size: var(--fs36);}
.title .label { margin-bottom: 15px;}
.title .text br {display: none; margin-bottom: 20px;}
}



#visual {width: 100%; position: relative; }
#visual .scroll-box {position: relative; width: 100%;height: auto; margin-top: 90px;}
#visual .bg {width: 100%; height: auto;}
#visual .bg video { width: 100%; height: auto; position: relative; object-fit: cover;}
#visual .scroll-down {position: absolute; left: 50%; bottom: 160px; transform: translate(-50%, 0); z-index: 3; text-align: center;}
#visual .scroll-down p {font-size: var(--fs16); font-weight: 700; margin-top: 20px; color: #fff;}
#visual .mob-video {display: none;}
@media all and (max-width: 1024px){
#visual .scroll-box {margin-top: 60px;}
#visual .scroll-down {bottom: 40px;}
}
@media all and (max-width: 650px){
#visual .pc-video {display: none;} 
#visual .mob-video {display: block;}
#visual .scroll-down {bottom: 60px;}
}



#section1 {background: #fff;}
#section1 .section-spacing {padding-top: 230px; padding-bottom: 200px; }
#section1 .advantage-box {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
#section1 .box {padding: 52px 0; border-radius: 20px; box-shadow: 0 0 35px rgba(173, 173, 173, 0.2);}
#section1 .box .img-box {display: flex; align-items: center; justify-content: center; height: 70px; margin-bottom: 30px;}
#section1 .box .txt-box {text-align: center;}
#section1 .box .txt-box h6 {font-size: var(--fs26); font-weight: 700; margin-bottom: 20px; line-height: 1.2; letter-spacing: -0.025em;}
#section1 .box .txt-box p {font-size: var(--fs18); color: #888; line-height: 1.33;}
@media all and (max-width: 1024px){
#section1 .section-spacing {padding-top: 120px; padding-bottom: 120px; }
#section1 .box {padding: 40px 0; }
#section1 .box .img-box {margin-bottom: 20px;}
#section1 .box .txt-box h6 {margin-bottom: 15px;}
}
@media all and (max-width: 900px){
#section1 .advantage-box { grid-template-columns: repeat(2, 1fr); }
}
@media all and (max-width: 650px){
#section1 .advantage-box { grid-template-columns: repeat(1, 1fr); }
#section1 .box .txt-box h6 {font-size: var(--fs24);}
}


#text-ani .flow-text { display: flex; flex: 0 0 auto; white-space: nowrap;  overflow: hidden; transition: 0.3s; font-size: 16rem; font-weight: bold; 
}
#text-ani .flow-wrap { font-weight: 900; font-size: 16rem; line-height: 100%; padding-right: 1.4881vw; color: var(--c1); letter-spacing: -0.025em; font-family: 'Mont';
}
#text-ani .Left {animation: textLoop 30s linear infinite;}

#text-ani .Right {animation: textLoopRight 30s linear infinite;}
#text-ani .stroke {color: white; -webkit-text-stroke: 2px var(--c1);}

.marquee { padding: 30px 0; overflow: hidden; white-space: nowrap; display: flex; position: relative; background: var(--c1); }
.marquee-wrapper { display: flex; width: max-content; animation: marquee-slide 30s linear infinite; }
.mar_ch { display: flex; flex-shrink: 0; white-space: nowrap; }
.mar_ch span { padding-left: 3em; font-size: 4rem; color: #fff; font-weight: 700; font-family: 'Mont'; }

@media all and (max-width: 768px){
#text-ani .flow-wrap { font-weight: 900; font-size: 8rem; line-height: 100%; padding-right: 1.4881vw; color: var(--c1); letter-spacing: -0.025em; font-family: 'Mont';
}
.marquee { padding: 15px 0;}
.mar_ch span { padding-left: 1.5em; font-size: 2rem;  }
}


.slide-box {position: relative;}
.swiper-slide {text-align: center;}
.swiper-slide img {width: 100%;}
.swiper-product-prev, .swiper-product-next {position: absolute; top: 50%; transform: translate(0,-50%); border: none; z-index: 9; background: transparent; border: none; opacity: 0.39; transition: transform 0.4s ease, opacity 0.3s ease;  transform: translate(0, -50%) scale(0.625);}
.swiper-product-prev:hover,
.swiper-product-next:hover {opacity: 0.39;transform: translate(0, -50%) scale(1);}
.swiper-product-next {right: -90px;}
.swiper-product-prev {left: -90px;}
#section2 .section-spacing { padding-top: 285px; padding-bottom: 200px; border-bottom: 1px solid #d6d6d6;}
#section2 .swiper-slide p {font-size: var(--fs24); font-weight: 700; margin-top: 35px;}
#section3 .section-spacing { padding: 200px 0;}

@media all and (max-width: 1024px){
.swiper-product-prev, .swiper-product-next {display: none;}
#section2 .section-spacing { padding-top: 120px; padding-bottom: 120px;}
#section3 .section-spacing { padding: 120px 0;}
}
@media all and (max-width: 650px){
#section2 .title h2 {font-size: var(--fs30);}
#section2 .swiper-slide p {font-size: var(--fs18); margin-top: 20px;}
}


#section4 {background: var(--c1);}
#section4 .title h2, #section4 .title h6 {color: #fff;}
#section4 .section-spacing {padding-top: 140px; padding-bottom: 140px;}
#section4 .procedure-box {display: grid; grid-template-columns: repeat(4, 2fr); gap: 50px 20px; }
#section4 .box {padding: 52px 0; border-radius: 20px; background: #fff;}
#section4 .box .num-box {text-align: center; margin-bottom: 30px;}
#section4 .box .img-box {display: flex; align-items: center; justify-content: center; height: 68px; margin-bottom: 30px;}
#section4 .box .txt-box {text-align: center;}
#section4 .box .txt-box h6 {font-size: var(--fs24); font-weight: 700; margin-bottom: 20px; line-height: 1.2; letter-spacing: -0.025em;}
#section4 .box .txt-box p {font-size: var(--fs18); color: #888; line-height: 1.33;}
@media all and (max-width: 1024px){
#section4 .section-spacing {padding-top: 120px; padding-bottom: 120px;}
#section4 .procedure-box {grid-template-columns: repeat(3, 3fr);}
#section4 .box {padding: 35px 0; }
}
@media all and (max-width: 768px){
 #section4 .procedure-box {grid-template-columns: repeat(2, 4fr); gap: 10px;}
 #section4 .box {padding: 25px 0;}
 #section4 .box .num-box {margin-bottom: 30px;}
 #section4 .box .img-box {margin-bottom: 15px; }
 #section4 .box .txt-box h6 {margin-bottom: 15px; font-size: var(--fs20);}
 #section4 .box .txt-box p {font-size: var(--fs14);}
}

@media all and (max-width: 650px){
    #section4 .box .img-box {height: 40px;}
    #section4 .box .num-box {margin-bottom: 20px; }
    #section4 .box .num-box img {height: auto; width: 25px; }
    #section4 .box .img-box img {width: 30%; height: auto;}
    #section4 .box .txt-box h6 {margin-bottom: 10px; font-size: var(--fs20);}
    #section4 .box .txt-box p {font-size: var(--fs14);}
   }

#section5 .section-spacing {padding: 150px 0;}
@media all and (max-width: 1024px){
#section5 .section-spacing {padding: 120px 0;}
}


#ft {background: #f8f8f8; padding: 60px 0;}
#ft .info {display: flex; justify-content: center; align-items: center;}
#ft .info p {font-size: var(--fs16); color: #4b4b4b; line-height: 1.88;}
#ft .info span {font-size: var(--fs16); color: #4b4b4b; line-height: 1.88; margin: 0 10px;}
#ft .copy {margin-top: 30px;}
#ft .copy p {font-size: var(--fs15); color: #4b4b4b;}

@media all and (max-width: 1024px){
#ft .info {flex-direction:  column;}
#ft .info span {display: none;}
}
@media all and (max-width: 650px){
#ft .info p {font-size: var(--fs15); }
#ft .info span {font-size: var(--fs15); }
#ft .copy p {font-size: var(--fs14);}
}

#main_contact {  width: 100%; z-index: 999; max-width: 1640px; width: 90%; position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 0);  opacity: 1;  transition: none; }
#main_contact .wrap {border: 1px solid #e2e2e2; padding: 20px 40px; background: #fff; position: relative; }
#main_contact.relative {position: relative !important; left: 0 !important; bottom: 0 !important; transform: translate(0, 0) !important; margin: 0 auto !important; border: 0 solid transparent !important;}
#main_contact.relative .wrap {border: 0px solid #e2e2e2; }
#main_contact #close-box {position: absolute; right: 15px; top: 15px; z-index: 5; font-size: 24px; color: var(--c1); display: none;}
#main_contact .contact-img {position: absolute; left: -90px; bottom: -1px; z-index: 9; opacity: 1; visibility: visible;}
@media all and (max-width: 1640px){
#main_contact {max-width: 1024px;}
#main_contact .wrap {padding: 20px;}
#main_contact .contact-img {display: none;}
}
@media all and (max-width: 1024px){
#main_contact {padding: 0; max-width: 400px; left: 50%; top: 43%; transform: translate(-50%, -50%); display: none;}
#main_contact .wrap {padding: 35px 25px;}
#main_contact .contact-img {display: block; position: relative; width: 60px; left: 50%; bottom: 0; transform: translate(-50%, 0);}
#main_contact #close-box {display: block;}
}


#quick-top { position: fixed; right: 20px; bottom: 20px; z-index: 77; cursor: pointer;}
@media all and (max-width: 1024px) {
    #quick-top img {width: 65px; height: 65px;}
}
#mob-contact {display: none; position: fixed; right: 20px; bottom: 90px; z-index: 77; cursor: pointer;}
@media all and (max-width: 1024px) {
    #mob-contact {display: block; }
    
}

/* 애니메이션 */
@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes textLoopRight {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes marquee-slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}
