/* main 공통 css */
#main .title_text{ color: #111; transition: color 1s; }
#main .title_text span.small{ display: inline-block; font-family: var(--Mukta); font-size: 1.4rem; font-weight: 500; padding-left: 15px; position: relative; margin-bottom: 25px; }
#main .title_text span.small::before{ content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: #111; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#main .title_text h2{ font-size: 6.5rem; font-weight: 300; line-height: 1.2769; }
#main .title_text h2 span{ font-weight: 700; letter-spacing: -0.03em; }

/* main visual */
#main .sec01 .bg{ width: 100%; height: 100vh; /* background: url("/img/main/visual_bg.jpg") no-repeat center center / cover; */ position: relative; overflow: hidden; }
#main .sec01 .bg video{ width: 100%; height: 100vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; } 
#main .sec01 .bg video.tablet{ display: none; }
#main .sec01 .bg video.moblie{ display: none; }
#main .sec01 .text{ width: 100%; position: absolute; bottom: 3%; left: 50%; z-index: 10; transform: translateX(-50%); text-align: center; }
#main .sec01 .text h2{ font-size: 12rem; font-weight: 600; color: #fff; line-height: 1.0833; margin-bottom: 50px; }
#main .sec01 .text p{ font-size: 4.2rem; font-weight: 200; color: #fff; }
#main .sec01 .text .skip{ display: inline-block; font-size: 2rem; font-weight: 500; color: #fff; transition: all 0.3s; padding: 25px 20px; position: relative; }
#main .sec01 .text .skip::before, #main .sec01 .text .skip::after{ content: "\e942"; font-family:'xeicon'; font-size: 2rem; font-weight: normal; color: #fff; font-style: normal; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); }
#main .sec01 .text .skip::after{ bottom: 0; }  

@media screen and (max-width: 1620px){
	#main .sec01 .text h2{ font-size: 10rem; margin-bottom: 25px; }
	#main .sec01 .text p{ font-size: 3rem; }
}

@media screen and (max-width: 1100px){
	#main .sec01 .bg video.pc{ display: none; }
	#main .sec01 .bg video.tablet{ display: block; }
}

@keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
    }
 .main_description {
        position: relative;
        animation: fadeInUp 1s;
    }
</style>
@media screen and (max-width: 1000px){
	/* #main .sec01 .text{ bottom: 15%; } */
	#main .sec01 .text h2{ font-size: 8rem; }
	#main .sec01 .text p{ font-size: 2.5rem; }
	#main .sec01 .text .skip{ font-size: 1.8rem; }
}

@media screen and (max-width: 700px){
	#main .sec01 .bg video.tablet{ display: none; }
	#main .sec01 .bg video.moblie{ display: block; }
	#main .sec01 .text{ bottom: 25vh; }
	#main .sec01 .text .skip{ font-size: 1.7rem; }
    .main_description P {font-size:3rem;}
	/* #main .sec01 .text .skip{ width: 140px; height: 45px; } */}
}



/* sec02 - scroll animation */
#main .sec02{ width: 100%; background-color: #000; }
#main .ani-wrap{ height: 100vh; position: relative; }
#main .ani-wrap .ani{ transition: all 0.5s; }
#main .ani-wrap .flex{ width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; }
#main .ani-wrap .ani .flex > div{ display: inline-block; position: relative; transition: all 0.5s; }
#main .ani-wrap .ani{ width: 100%; height: 100%; position: absolute; opacity: 0; transition: opacity 0.5s; }
#main .ani-wrap .ani01{ text-align: center; }
#main .ani-wrap .ani03{ text-align: right; }
#main .ani-wrap .ani span{ font-size: 9rem; font-weight: 700; color: #fff; position: absolute; opacity: 0; transition: all 0.5s; }
#main .ani-wrap .ani span:first-of-type{ margin-left: -50px; }
#main .ani-wrap .ani span:last-of-type{ margin-right: 50px; }
#main .ani-wrap .ani span.gray{ color: #999; }
#main .ani-wrap .ani figure{ display: flex; align-items: center; position: relative; }
#main .ani-wrap .ani figure::after{ content: attr(data-text); font-size: 9rem; font-weight: 700; color: #fff; line-height: 1.2222; padding-left: 20px; }
#main .ani-wrap .ani h2{ font-size: 9rem; font-weight: 700; color: #fff; line-height: 1.2222; text-align: center; }
#main .ani-wrap .ani h2::before{ content: ""; display: inline-block; width: 219px; height: 79px; background: url("/img/main/bsc_white.svg") no-repeat center center / auto; margin-bottom: -7px; }

#main .ani-wrap .ani.up{ opacity: 0; z-index: 1; }
#main .ani-wrap .ani.up .flex > div{ transform: translateY(50%); }
#main .ani-wrap .ani.down{ opacity: 0; z-index: 1; }
#main .ani-wrap .ani.down .flex > div{ transform: translateY(-50%); }
#main .ani-wrap .ani04.down { opacity: 1; }
#main .ani-wrap .ani.active{ opacity: 1; z-index: 5; }
#main .ani-wrap .ani.active .flex > div{ transform: translateY(0); }
#main .ani-wrap .ani.active span{ opacity: 1; }
#main .ani-wrap .ani.active span:first-of-type{  margin-left: 0; transition-delay: 0.3s; }
#main .ani-wrap .ani.active span:last-of-type{ margin-right: 0; transition-delay: 0.5s; }

#main .ani-wrap .ani01 .flex > div{ margin-left: 240px; }
#main .ani-wrap .ani01 span.white{ bottom: -50px; right: 24px; }
#main .ani-wrap .ani01 span.gray{ top: 50%; left: -240px; transform: translateY(-50%); }
#main .ani-wrap .ani02 .flex{ justify-content: flex-start; }
#main .ani-wrap .ani02 .flex > div{ margin-left: 200px; }
#main .ani-wrap .ani02 span.white{ top: 40%; left: -200px; transform: translateY(-50%); transition-delay: 0.4s; }
#main .ani-wrap .ani02 span.gray{ top: 40%; right: -245px; transform: translateY(-50%); transition-delay: 0.2s; } 
#main .ani-wrap .ani03 .flex > div{ margin-left: 24%; margin-top: 10%; }
#main .ani-wrap .ani03 span.white{ top: 33%; left: -115px; transform: translateY(-50%); }
#main .ani-wrap .ani03 span.gray{ top: 33%; right: -165px; transform: translateY(-50%); }

@media screen and (max-width: 1400px){
	#main .ani-wrap .ani span{ font-size: 7rem; }
	
	#main .ani-wrap .ani01 span.gray{ left: -190px; }
	#main .ani-wrap .ani01 span.white{ bottom: -40px; right: 50px; }
	#main .ani-wrap .ani02 span.white{ left: -150px; }
	#main .ani-wrap .ani02 span.gray{ right: -170px; }
	#main .ani-wrap .ani03 span.white{ left: -90px; }
	#main .ani-wrap .ani03 span.gray{ right: -110px; }
	
	#main .ani-wrap .ani h2{ font-size: 6rem; }
	#main .ani-wrap .ani h2::before{ width: 164px; height: 60px; }
}

@media screen and (max-width: 1000px){
	#main .ani-wrap .ani span{ font-size: 6rem; }
	#main .ani-wrap .ani01 .flex > div{ margin-left: 160px; }
	#main .ani-wrap .ani01 span.gray{ left: -160px; }
	#main .ani-wrap .ani02 .flex > div{ margin: 0 140px 0 130px; }
	#main .ani-wrap .ani02 span.white{ left: -130px; }
	#main .ani-wrap .ani02 span.gray{ right: -140px; }
	#main .ani-wrap .ani03 .flex{ justify-content: flex-end; }
	#main .ani-wrap .ani03 .flex > div{ margin: 0 90px 0 75px; }
	#main .ani-wrap .ani03 span.white{ left: -75px; }
	#main .ani-wrap .ani03 span.gray{ right: -90px; }

	#main .ani-wrap .ani h2{ font-size: 5rem; }
	#main .ani-wrap .ani h2::before{ width: 137px; height: 50px; }
}

@media screen and (max-width: 600px){
	#main .ani-wrap .ani01 .flex > div{ margin-left: 0; }
	#main .ani-wrap .ani01 span.gray{ top: 0; left: 0; }
	
	#main .ani-wrap .ani02 .flex > div{ margin: 0 50px; }
	#main .ani-wrap .ani02 span.white{ top: 0; left: -50px; }
	#main .ani-wrap .ani02 span.gray{ top: 100%; right: -50px; }
}

/* .sec03 */
.box-shadow{  }
#main .sec03{ position: relative;  }
#main .sec03::before{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -10; background: #fff; transition: all 1s; }
#main .sec03 .section-wrap{ width: 100%; position: relative; padding-top: 145px; }
#main .sec03 .flex-box{ display: flex; justify-content: space-between; }
#main .sec03 .sticky-box{ position: relative; z-index: 20; }
#main .sec03 .title_text{ position: sticky; top: 150px; left: 0; padding-bottom: calc(100vh - 250px); }
#main .sec03 .list-box{ width: calc(100% - 720px); padding-bottom: 400px }
#main .sec03 .list-box ul{ display: flex; flex-wrap: wrap; justify-content: flex-end; }
#main .sec03 .list-box ul li{ width: calc((100% - 60px) / 2); border-radius: 50px 0 50px 0; overflow: hidden; margin-bottom: 60px; position: relative; }
#main .sec03 .list-box ul li:nth-of-type(odd){ margin-right: 60px; top: 120px; }
#main .sec03 .list-box ul li:last-of-type{ margin-right: 0; top: 0; }
#main .sec03 .list-box ul li::before{ content: attr(data-index); font-family: var(--Montserrat); font-style: italic; font-size: 15rem; font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 0.75; position: absolute; bottom: 0; right: 10px; opacity: 0.1; transition: all 1s; }
#main .sec03 .list-box ul li img{ width: 100%; }
#main .sec03 .list-box ul li > p{ width: 100%; position: absolute; bottom: 0; left: 0; font-size: 2.8rem; font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1.4285; padding: 0 40px 32px; }

#main .sec03 .list-box ul li .hover{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; padding: 15px; opacity: 0; transition: 0.5s; }
#main .sec03 .list-box ul li .hover::before{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background: linear-gradient(to top, #1f295e, #3f579e); border-radius: 50px 0 50px 0; opacity: 0.85; transform-origin: left; transform: scaleX(0); transition: 0.5s; }
#main .sec03 .list-box ul li .hover button{ width: 60px; height: 60px; border: none; background-color: #fff; border-radius: 50%; position: absolute; top: 15px; right: 15px; opacity: 0; transform: translateX(-30px); transition: 0.5s; }
#main .sec03 .list-box ul li .hover button i{ font-size: 1.8rem; color: #1f295e; }
#main .sec03 .list-box ul li .hover .text{ width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; opacity: 0; transform: translateY(50px); transition: 0.5s; }
#main .sec03 .list-box ul li .hover .text h4{ font-size: 3.2rem; font-weight: 700; color: #fff; margin-bottom: 17px; }
#main .sec03 .list-box ul li .hover .text p{ font-size: 1.7rem; font-weight: 700; color: #fff; line-height: 1.7647; opacity: 0.75; }
#main .sec03 .list-box ul li .hover a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

/* .sec03 hover effect */
#main .sec03 .list-box ul li:hover::before{ opacity: 0; }
#main .sec03 .list-box ul li:hover > p{ opacity: 0; }
#main .sec03 .list-box ul li:hover .hover{ opacity: 1; }
#main .sec03 .list-box ul li:hover .hover::before{ transform: scaleX(1); }
#main .sec03 .list-box ul li:hover .hover button{ opacity: 1; transform: translateX(0); transition-delay: 0.2s; }
#main .sec03 .list-box ul li:hover .hover .text{ opacity: 1; transform: translateY(0); transition-delay: 0.2s; }

/* sec03 - black */
#main .sec03.black::before{ background: #000; }
#main .sec03.black .title_text{ color: #fff; }
#main .sec03.black .title_text span.small::before{ background-color: #fff; }

@media screen and (max-width: 1600px){
	#main .title_text h2{ font-size: 5rem; }
	#main .sec03 .list-box{ width: calc(100% - 600px); }
	#main .sec03 .list-box ul li::before{ font-size: 13rem; }
	#main .sec03 .list-box ul li > p{ font-size: 2.3rem; }
	#main .sec03 .list-box ul li .hover .text h4{ font-size: 2.5rem; }
}  

 @media screen and (max-width: 1400px){
	#main .sec03 .list-box{ width: calc(100% - 500px); }
	
}

@media screen and (max-width: 1300px){
	#main .sec03 .list-box ul li .hover button{ width: 50px; height: 50px; }
}

@media screen and (max-width: 1250px){
	#main .sec03 .title_text::before{ display: none; }
	#main .sec03.black .title_text::before{ display: none; }
	#main .sec03 .section-wrap{ padding-top: 40px; height: auto; }
	#main .sec03 .flex-box{ flex-direction: column; }
	#main .sec03 .list-box{ width: 100%; padding-bottom: 0; }
	#main .sec03 .title_text{ padding-bottom: 60px; height: auto; }
	#main .sec03 .list-box ul{ width: 90%; margin: 0 auto; }
}

@media screen and (max-width: 800px){
	#main .title_text h2{ font-size: 4rem; }  
	#main .sec03 .list-box ul{ width: 95%; }
	#main .sec03 .list-box ul li{ width: calc((100% - 30px) / 2); }
	#main .sec03 .list-box ul li:nth-of-type(odd){ margin-right: 30px; }
	#main .sec03 .list-box ul li:last-of-type{ margin-right: 0; }
}

@media screen and (max-width: 700px){
	#main .sec03 .list-box ul{ width: 100%; }
}

@media screen and (max-width: 650px){
	#main .sec03 .list-box ul{ width: 90%; }
	#main .sec03 .list-box ul li{ width: 100%; }
	#main .sec03 .list-box{ margin-top: 0; }
	#main .sec03 .list-box ul li:nth-of-type(odd){ top: 0; margin-right: 0; }
}


/* sec04 */
#main .sec04{ padding: 0px 0 200px; overflow: hidden; position: relative; z-index: 25; }
#main .sec04 > div{ position: relative; }
#main .sec04 .flex-box{ width: 100%; display: flex; justify-content: space-between; }
#main .sec04 .title_text{ width: 565px; box-shadow: 35px 0 100px 100px #fff; position: relative; z-index: 10; }
#main .sec04 .logo-rolling{ width: 100%; position: absolute; top: 50%; left: 565px; transform: translateY(-50%); overflow: hidden; }
#main .sec04 .logo-rolling ul li figure{ display: flex; justify-content: center; align-items: center; width: 280px; height: 100px; background-color: #f3f3f3; border-radius: 50px; overflow: hidden; }
#main .sec04 .logo-wrap{ display: flex; }
#main .sec04 .logo-wrap.left{ margin-top: 20px; }
#main .sec04 .logo-wrap ul{ display: flex; }
#main .sec04 .logo-wrap ul li{ margin-right: 20px; }

/* 왼쪽으로 롤링 */
#main .sec04 .logo-wrap.left ul.origin{ animation: 30s linear 0s infinite normal forwards running origin_left; }
#main .sec04 .logo-wrap.left ul.clone{ animation: 30s linear 0s infinite normal none running clone_left; }

@keyframes origin_left{
	0%{ transform: translateX(0); }
	50%{ transform: translateX(-100%); }
	50.01%{ transform: translateX(100%) }
	100%{ transform: translateX(0); }
}

@keyframes clone_left{
	0%{ transform: translateX(0); }
	100%{ transform: translateX(-200%) }
}

/* 오른쪽으로 롤링 */
#main .sec04 .logo-wrap.right ul.origin{ animation: 30s linear 0s infinite normal forwards running origin_right; }
#main .sec04 .logo-wrap.right ul.clone{ animation: 30s linear 0s infinite normal none running clone_right; }

@keyframes origin_right{
	0%{ transform: translateX(0); }
	50%{ transform: translateX(100%); }
	50.01%{ transform: translateX(-100%); }
	100%{ transform: translateX(0); }
}

@keyframes clone_right{
	0%{ transform: translateX(-200%) }
	100%{ transform: translateX(0); }
}

@media screen and (min-width: 1921px){
	#main .sec04 .logo-rolling{ width: calc(100% - 565px); }
}

@media screen and (max-width: 1600px){
	#main .sec04 .title_text{ width: 450px; }
	#main .sec04 .logo-rolling{ left: 470px; }
}

@media screen and (max-width: 1200px){
	#main .sec04{ padding: 100px 0; }
	#main .sec04 > div.w1600 { padding: 0; }
	#main .sec04 .title_text{ width: 100%; box-shadow: none; padding: 0 20px; padding-bottom: 60px; }
	#main .sec04 .flex-box{ flex-direction: column; }
	#main .sec04 .logo-rolling{ position: static; transform: translateY(0); }
}


/* sec05 */
#main .sec05{ background-color: #f1f1f1; padding: 115px 0 150px; overflow: hidden; }
#main .sec05 .flex-box{ display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; }
#main .sec05 .title-box h2{ font-family: var(--Mukta); font-size: 11rem; font-weight: 600; color: #111; line-height: 1.1; }
#main .sec05 .title-box p{ font-size: 2rem; font-weight: 300; color: #222; line-height: 1.65; }
#main .sec05 .flex-box a{ display: flex; justify-content: space-between; align-items: center; width: 180px; height: 50px; padding: 0 25px; background-color: #fff; border-radius: 25px; font-size: 1.7rem; font-weight: 500; color: #333; text-transform: uppercase; margin-bottom: 7px; transition: all 0.3s; }
#main .sec05 .flex-box a:hover{ background: var(--blue); color: #fff; }

#main .sec05 .blog-wrap{ overflow: hidden; }
#main .sec05 .blog-wrap .slick-list{ margin-right: -50px; }
#main .sec05 .blog-wrap .slick-slide{ margin-right: 50px; }
#main .sec05 .blog{ border-radius: 20px; overflow: hidden; position: relative; }
#main .sec05 .blog figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 60%; }
#main .sec05 .blog figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#main .sec05 .blog .text{ display: flex; flex-direction: column; height: 155px; background-color: #fff; padding: 27px 40px 0; margin-top: -5px; position: relative; }
#main .sec05 .blog .text h3{ width: 100%; font-size: 2rem; font-weight: 600; color: #333; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px; }
#main .sec05 .blog .text p{ width: calc(100% - 70px); font-size: 1.7rem; font-weight: 300; color: #555; line-height: 1.4705; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#main .sec05 .blog .text button{ width: 60px; height: 60px; border: none; border-radius: 50%; background-color: #000; font-size: 1.8rem; color: #fff; position: absolute; bottom: 20px; right: 20px; opacity: 0; transform: translateX(-20px); transition: all 0.5s; }
#main .sec05 .blog a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

#main .sec05 .blog:hover button{ opacity: 1; transform: translateX(0); }

@media screen and (max-width: 1600px){
	#main .sec05 .title-box h2{ font-size: 8rem; }
	#main .sec05 .title-box p{ font-size: 1.8rem; }
	#main .sec05 .flex-box{ margin-bottom: 30px; }
	#main .sec05 .flex-box a{ width: 155px; height: 45px; padding: 0 20px; }
	#main .sec05 .blog-wrap .slick-list{ margin-right: -30px; }
	#main .sec05 .blog-wrap .slick-slide{ margin-right: 30px; }
}

@media screen and (max-width: 1400px){
	#main .sec05 .blog .text button{ width: 50px; height: 50px; }
	#main .sec05 .blog .text p{ width: calc(100% - 65px); }
}

@media screen and (max-width: 1200px){
	#main .sec05{ padding: 83px 0 100px; }
}

@media screen and (max-width: 800px){
	#main .sec05 .flex-box{ flex-direction: column; margin-bottom: 10px; }
	#main .sec05 .title-box{ width: 100%; margin-bottom: 30px; }
	#main .sec05 .title-box h2{ font-size: 6.5rem; }
}

/* sec06 */
#main .sec06{ padding: 160px 0 180px; }
#main .sec06 h2{ font-size: 4.8rem; font-weight: 300; color: #111; text-align: center; line-height: 1.7; }
#main .sec06 h2 span{ font-size: 6.2rem; font-weight: 700; } 
#main .sec06 h2 span.img{ display: inline-block; width: 165px; height: 59px; background: url("/img/main/bsc_black.svg") no-repeat center center / auto; margin-bottom: -7px; margin-right: -11px; }
#main .sec06 a{ display: flex; justify-content: space-between; align-items: center; width: 320px; height: 80px; border-radius: 40px; background-color: #000; font-size: 2rem; font-weight: 700; color: #fff; padding: 0 55px; margin: 0 auto; margin-top: 40px; transition: all 0.3s; }
#main .sec06 a:hover{ background: var(--blue); color: #fff; }
#main .sec06 a span{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border: 1px solid #fff; border-radius: 50%; }
#main .sec06 a span i{ font-size: 1.8rem; }

@media screen and (max-width: 1600px){
	#main .sec06 h2{ font-size: 4rem; }
	#main .sec06 h2 span{ font-size: 5rem; }
	#main .sec06 h2 span.img{ width: 138px; height: 50px; }
	#main .sec06 a{ width: 280px; height: 70px; padding: 0 40px; font-size: 1.8rem; }
	#main .sec06 a span i{ font-size: 1.5rem; }
}

@media screen and (max-width: 1200px){
	#main .sec06{ padding: 120px 0 140px; }
	#main .sec06 h2{ font-size: 3.5rem; }
	#main .sec06 h2 span{ font-size: 4.5rem; }
	#main .sec06 h2 span.img{ width: 124px; height: 45px; }
	#main .sec06 a{ width: 250px; height: 65px; padding: 0 35px; }
	#main .sec06 a span{ width: 30px; height: 30px; }
}

@media screen and (max-width: 800px){
	#main .sec06 h2{ font-size: 3rem; }
	#main .sec06 h2 span{ font-size: 4rem; }
	#main .sec06 h2 span.img{ width: 110px; height: 40px; }
}