@charset "UTF-8";
/* 공통 */
body.stopscroll{
    position: relative; width:100%; height:100vh; overflow: hidden;
}

.container{
    position:relative; max-width: 74vw; margin:0 9vw 0 17vw;
}
.section .title > * {
    text-shadow: 0 0 0.2em rgba(0,0,0,0.16);
}
.title{    
    color:#fff;
}
.h2{
    display: inline-block; position:relative;    
    color:inherit; font-family: 'Poppins','Pretendard Variable', sans-serif; font-size: 6rem; font-weight: 800;    
}
.h2.bigger{
    font-size: 9.7rem;
}
.h3{
    font-size: 1.8rem!important; font-weight: 600; font-family: 'Poppins', sans-serif;
    color:inherit;
}
.section_3 .container .col div{
    background: var(--primary);
    height:300px; width:100%;
}
.wrap{
    min-height: 80vh;
}

.main_visual{
    overflow:hidden; position:absolute; width:100%; height:100vh; top: 0 !important;
}
.main_visual > video{
    width:100%; height:100%;
    object-fit: cover; object-position: center;
}
/* 인트로 */
/* .intro_wrap{
    width:100%; height:100vh; overflow: hidden; position: absolute;
} */
.intro {
    position:absolute; display: flex; align-items: center; align-content: center; justify-content: center; flex-wrap: wrap; width:100%; height: 100vh;
    background-color: #111; 
    z-index: 1030;            
}
.intro span {
    color: #FFF; font-size: 80px; font-family: 'Poppins', sans-serif; font-weight: 700;
    -webkit-animation: titleShow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) both;
            animation: titleShow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}

.intro .first span:nth-child(1) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
}
.intro .first span:nth-child(2) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}
.intro .first span:nth-child(3) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
}
.intro .second span:nth-child(1) {    
    -webkit-animation: titleShowSecond 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) both;
            animation: titleShowSecond 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) both;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; 
}
.intro .third span:nth-child(1){
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.intro .third span:nth-child(2) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
}
.intro .third span:nth-child(3){
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
}
.intro .third span:nth-child(4) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
}
.intro .third span:nth-child(5) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
}
.intro .third span:nth-child(6) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}


@-webkit-keyframes titleShow {
    0% {
        opacity: 0;
        color:#FFF;
    }
    33%, 66% {
        opacity: 1;
        color:#F6202A;
    }
    100% {
        opacity: 0.7;
        color:#FFF;
    }
}
@keyframes titleShow {
    0% {
        opacity: 0;
        color:#FFF;
    }
    33%, 66% {
        opacity: 1;
        color:#F6202A;
    }
    100% {
        opacity: 0.7;
        color:#FFF;
    }
}
@-webkit-keyframes titleShowSecond {
    0% {
        opacity: 0;
        color:#FFF;
    }
    33%, 66% {
        opacity: 1;
        color:#F6202A;
    }
    100% {
        opacity: 0.7;
        color:#F6202A;
    }
}
@keyframes titleShowSecond {
    0% {
        opacity: 0;
        color:#FFF;
    }
    33%, 66% {
        opacity: 1;
        color:#F6202A;
    }
    100% {
        opacity: 0.7;
        color:#F6202A;
    }
}
.idx_pg{
    overflow: hidden;
}

.idx_pg .section{
    overflow: hidden; position:relative; width:100%; height:100vh; z-index: 0; padding:90px 0;    
}
.section_1 .container{
    height: 100%;
}
.section_1 .title{
    position:absolute; left:0; padding:0 40px 0 20px; top:50%; transform: translateY(-50%);
    color:#fff;
}
.title .description{
    font-size: 2rem; margin-top:1.2rem;
}
.btn_more_wrap{
    display: block; position: absolute; top:0; right:0; width:11.8rem; height:11.8rem; transform: translate(50%, -50%);
    color:#fff;       
    z-index: 10;
}
.btn_center{
    display: flex; justify-content: center; align-items: center; position:absolute; width:100%; height:100%; top:50%; left:50%; transform: translate(-50%, -50%);
    z-index: 1000;
}
.btn_arrow{
    display: flex; justify-content: center; align-items: center; width:100%; height:100%;
    color:#fff; font-size: 2.5rem; font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.btn_hover{
    position:absolute; left:50%; top:50%; transform: translate(-50%,-50%);
    opacity: 0; color:#fff;
    font-size: 1.6rem; font-weight: 600; font-family: 'Pretendard Variable', sans-serif;
    transition: all 0.2s ease-in-out;
}
.btn_center:hover .btn_hover{
    opacity: 1;
}
.btn_center:hover .btn_arrow{
    opacity: 0;
}
.btn_more{
    width:11.8rem; height:11.8rem; background-color: #fff;
    background: url(../img/btn_circle.png) no-repeat; background-size: cover;
    animation: btn_circle 10s linear infinite; 
}
.section_dark .btn_more{
    background-image: url(../img/btn_circle_dark.png);
}
.section_dark .btn_arrow{
    color:#222;
}
.section_dark .btn_hover{
    color:#222;
}
.section_dark .title > *{
    text-shadow: none;
}
@keyframes btn_circle{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.section_2to3_ex{
    overflow: hidden; position:relative; height:1000vh;
}
.section_2{
    height: 100vh; position: absolute!important; top:0; z-index: 1000;
    transition: background-color 0.2s ease-in-out;
    background-color: #111;
}
.section_2 .container{
    height:100vh; z-index: 1000;
}
.section_2.section_dark{
    background-color: #fff;
}
.section_2.section_dark .h3{
    color:#222;
}
.section_2.section_dark .title{
    color: #222;
}
.section_2 .title{
    color: #fff;
}
.section_2 .h3{
    color:#fff;
}
.section_2 .title{
    position:absolute; bottom:15rem;
}
.section_2 .title_2{
    position:absolute; right:0;
    text-align: right; color: white;
}

.section_2 .center_text .bigger{
    position:absolute;
}
.section_2 .bigger.red span{
    color:#F6202A
}
.section_2 .bigger.left{
    left:20%; top:30%;
}
.section_2 .bigger.right{
    right:20%; top:65%;
}
.section_2 .cube{
    position:absolute; top:50%; left:50%; margin-left: -685px; margin-top: -538px;
    display: block;  z-index: -1;
}

/* section 3 */
/* .section_3_fixed_container{
    position:fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; 
    z-index: 1000;
} */
.section_3_1 .container, .section_3_2 .container{
    padding: 90px 0;
}
.section_3_1 .title .h2, .section_3_2 .title .h2{
    display: -webkit-box;
}
.section_3_1, .section_3_2{
    position: absolute!important; top:0; width:100%; height:100vh;
    padding-top:0!important; padding-bottom: 0!important; z-index: 999;
}
.section_3_1 .pf_slide .swiper-slide, .section_3_2 .pf_slide .swiper-slide{
    position: relative; height:100vh;
}
.section_3_1 .pf_slide .swiper-slide .container, .section_3_2 .pf_slide .swiper-slide .container{
    position: absolute; height:100%; z-index: 1000; 
}
.section_3_1 .slide_text, .section_3_2 .slide_text{
    display: flex; flex-direction: column; justify-content: flex-end;
    height:100%;
}
.section_3_1 > .h3, .section_3_2 > .h3{
    position: absolute; top: 90px; width:100%; padding:0 9vw 0 17vw; z-index: 1000;    
    color:#fff;
}
.section_3_1 > .h3 .btn_more_wrap, .section_3_2 > .h3 .btn_more_wrap{
    right:9vw;
}
.section_3_1 .pf_slide .swiper-slide img, .section_3_2, .pf_slide .swiper-slide img{
   width:100%; height:100%; object-fit: cover; object-position: center;    
}
.section_3_1 .portfolio_feature{
    display: flex; margin:0 -15px;
}
.section_3_1 .portfolio_feature li{
    padding:0 15px;
    color:#F1F4F9;
}
.section_3_1 .portfolio_feature span{
    color:#8995A1;
}
.section_3_1 .slide_link, .section_3_2 .slide_link{
    color:#8995A1;
}
.section_3_1 .dimmed, .section_3_2 .dimmed{
    position: absolute; width:100%; height:100%; bottom:0; z-index: 0;
    background: linear-gradient(to top, #000, rgba(0,0,0,0));
}
.section_3_2{
    position: fixed !important;
}

.slide_text{
    /* position:absolute; bottom:30%; */
    color:#fff;
}
.slide_text .title .sub_title{
    margin:2rem 0 3.2rem;
    font-size: 2.4rem; font-weight: 300;
}
.slide_text .title_2{
    width:calc(100% - 130px);
}
.section_3_1 .portfolio_feature{
    font-size: 1.6rem;
}
.pf_slide_controls{
    display: flex; align-items: center; position:absolute; right:18rem; bottom: 90px;
    color: #fff; font-size: 1.6rem; font-weight: 300; color:rgba(255,255,255,0.6)
}
.pf_slide_controls .swiper-pagination-current{
    font-size: 2.4rem;  color:rgba(255,255,255,1);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next{
    right:auto; left:0;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: '';
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
}
.section_3_1 .swiper-pagination, .section_3_2 .swiper-pagination{
    position: relative;
}
.section_3_1 .swiper-button-next, .section_3_1 .swiper-button-prev, .section_3_2 .swiper-button-next, .section_3_2 .swiper-button-prev{
    position: relative; bottom:0; top:auto; padding:1rem; box-sizing: content-box;
}

/* SECTION 3_2 */
.section_3_2{
    padding: 0 !important;
}
/* .section_3_2{    
    min-height:100vh;
    background-color: #111;    
}
.marvel_pf_item{
    display: block; position: relative; overflow: hidden; max-height: 430px;
}
.marvel_pf_item > img{
    width:100%;
    object-fit: cover; object-position: center;
}
.section_3_2 .pf_overlay{
    display: flex; position: absolute; top:0; left:0; width:100%; height: 100%; justify-content: center; align-items: center;    
    background-color: rgba(246,32,42,0.73); text-align: center;
    font-size: 1.8rem; font-weight: 700; color:#fff; opacity: 0;
    transition: opacity 0.2s ease-in-out;    
}
.section_3_2 .marvel_pf_link:hover .pf_overlay{
    opacity: 1;
}
.marvel_pf_link{
    display: block;
}
.section_3_2 .marvel_pf_link .pf_title{
    color:#fff;
}

.marvel_pf_wrap{
    position: absolute; width:calc(83vw - 20px); left:20px; padding-right: 40px;
} */
/* .marvel_pf_wrap::-webkit-scrollbar {
    display: none;
} */
/* .marvel_pf{
    display: flex; align-items: center; margin-top: 15vh;    
}
.marvel_pf > li{
    flex-shrink: 0; max-width:430px; margin-right: 5rem;
}

.marvel_pf > li:nth-child(2){
    transform: translateY(-20%);
}
.marvel_pf > li:nth-child(4){
    transform: translateY(10%);
}
.marvel_pf > li:nth-child(4){
    transform: translateY(10%);
}
.marvel_pf > li:nth-child(5){
    transform: translateY(-20%);
} */

.pf_title{
    margin-top: 2rem;
    font-size: 1.8rem;
}
.section .portfolio_video_wrap{
	position:relative; top:0; left:0; height:auto; padding-top:100%;

}
.section .portfolio_video_wrap iframe{
    position:absolute; width:100vw; height:100vh; top:0; left:0; object-fit: cover;
} 
/* section4, 5*/
.section_bg_img{
    position: absolute; width:100%; height:100vh; object-fit: cover; object-position:center top;
}

.section_4 .container, .section_5 .container{
    height:100vh; position: absolute; top:0;
}
.section_4 .title, .section_5 .title{
    position: absolute; left: 0; top: 50%; padding: 0 40px 0 20px; transform: translate(0px, -50%);
}
.section_4, .section_5, .section_6{
    padding-top: 0!important; padding-bottom: 0!important;
}
.section_4, .section_5{
    height: 200vh !important;
}
/* section6 */
.section_6 {
    display: flex; padding-left: 14rem!important;
}
.section_6 .accor{
    display: block; position: relative; width:100%; height:100%;    
    transition: all 0.3s ease-in-out;
}
.section_6 .accor.off{
    width:15%; white-space: nowrap;
}
.accor.off .dimmed{  
    background-color: rgba(0,0,0,0.4);
}
.accor.off .title .description, .accor.off .title .h3, .accor.off .btn_more_wrap{
    display: none; 
}
.accor.off .title{
    display: flex; align-items: center; padding:0;
    left:50%; top:50%; transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.accor .title .h2.bigger{
    /* white-space: nowrap; */
    transition: all 0.3s ease-in-out;
}
.accor.off .title .h2.bigger{
    margin-bottom: 0;
    font-size: 2.1rem; font-weight: 700;
    transform: rotate(-90deg);
}
.accor .dimmed{
    position: absolute; width:100%; height:100%; z-index: 1;
    background-color: rgba(255,0,11,0.7);
    transition: all 0.3s ease-in-out;
}

    
.section_6 .btn_arrow{
    color:#fff;
}
.section_6 .btn_hover{
    color:#fff;
}
.section_6 .btn_more{
    background-image: url(../img/btn_circle.png);
}
.section_6 .title{
    position:absolute; bottom:0; padding:6.5rem 9.2rem;
    z-index: 1000;
}

.ft .a_link a{
    cursor: pointer;
}

@media (max-width: 1600px) {
    .container{
        max-width: 78vw; margin:0 9vw 0 17vw;
    }
    .h2{
        font-size: 4rem;
    }
    .h2.bigger{
        font-size: 7rem;
    }
    .section_2 .cube{
        width:1000px; margin-left:calc(-500px + 7rem); margin-top: -390px;
    }
} 
/*반응형 max 1400 xl*/
@media (max-width: 1400px) {
    .container{
        margin:0 9vw 0 13vw;
    }
    .pf_slide_controls{
        right:9vw;
    }
    .container_3_1, .container_3_2{
        padding:0 9vw 0 13vw;
    }
    .section_3_1 > .h3, .section_3_2 > .h3{
        padding:0 9vw 0 13vw;
    }
    .marvel_pf_wrap{
        width: calc(87vw - 20px);
    }
    .marvel_pf > li{
        max-width:380px;
        margin-right: 4rem;
    }
    .marvel_pf_item{
        max-height: 380px;
    }
    .section_6 {
        padding-left: 10rem!important;
    }
}
/* @media (max-width: 1400px) and (min-height: 1000px) {
    .marvel_pf{
        margin-top: 30vh;
    }
} */
@media all and (min-width: 991px) and (max-aspect-ratio:5/3.3) {
    .marvel_pf{
        margin-top: 25vh;
    }
}
@media all and (min-width: 991px) and (min-aspect-ratio:5/3.29) {
    
}
/*반응형 max 1200 xl*/
@media (max-width: 1199.98px) {
    .container{
        max-width: 73vw;
    }
    .h2.bigger {
        font-size: 6rem;
    }
    .section_2 .center_text .bigger.left{
        left:40%; 
    }
    .section_2 .center_text .bigger.right{
    }
    .intro span{
        font-size: 5rem;
    }
    .section_6 .accor.off{
        width:30%
    }
    
    .marvel_pf > li {
        max-width: 250px;
        margin-right: 4rem;
    }
} 


/*반응형 max 992px lg*/
@media (max-width: 991.98px) {    
    .idx_pg .container{
        max-width: 740px;
    }
    .idx_pg .section{
        padding: calc(30px + 50px) 0 30px;
    }
    .container{
        max-width: 100%; margin:0 auto;
    }
    .h2.bigger {
        font-size: 5.5rem;
    }
    .h2{
        font-size: 3rem;
    }
    .h3{
        font-size: 1.7rem!important;
    }
    .title .description{
        font-size: 1.6rem;
    }
    .btn_more_wrap{
        width:8rem; height:8rem;
    }
    .btn_more{
        width:8rem; height:8rem;
    }
    .section_2 .title{
        bottom:23vh;
    }
    .section_2 .center_text .bigger.left{
        left:50%; 
    }
    .section_2 .center_text .bigger.right{
        right:50%
    }
    .section_2 .title_2{
        right:40px;
    } 
    .section_2 .cube{
        width:800px; margin-left:-400px; margin-top: calc(-315px + 50px);
    }
    .section_3_1 .pf_slide .swiper-slide .container, .section_3_2 .pf_slide .swiper-slide .container{
        max-width: 100%; padding:0; padding:90px 60px;
    }
    .section_3_1 .swiper-button-next img, .section_3_1 .swiper-button-prev img, .section_3_2 .swiper-button-next img, .section_3_2 .swiper-button-prev img{
        width:13px;
    }
    .section_3_1 .swiper-button-prev, .section_3_2 .swiper-button-prev{
        margin-left: auto;
    }
    .section_3_1 > .h3, .section_3_2 > .h3{
        padding:0 60px;
    }
    .section_3_1 > .h3 .btn_more_wrap, .section_3_2 > .h3 .btn_more_wrap{
        right:0;
        transform: translate(-50%, -30%);
    }
    .marvel_pf > li{
        max-width:300px;
    }
    .section_6 {
        padding-left: 0!important;
    }
} 




/*반응형 max 767px md*/
@media (max-width: 767.98px) {
    html{
        font-size: 9.5px;
    }
    .idx_pg .title{
        padding-left: 40px; padding-right: 40px;
    }
    .section_1 .btn_more_wrap{
        right:40px;
    }
    .h2.bigger{
        font-size: 4.5rem;
    }
    .h2{
        font-size: 2.8rem;
    }
    .h3{
        font-size: 1.6rem!important;
    }
    .idx_pg .container {
        max-width: 100%;
    }
    .section_2 .cube{
        margin-left:-50%; margin-top: calc(-50% + 50px);
    }
    .section_2 .title_1{
        padding-right: 2rem;
    }
    .section_2 .title_2{
        padding-left: 2rem;
    }
    .marvel_pf{
        transform: translateY(5%);
    }
    .section_3 .pf_slide_controls{
        position:relative; right:auto; left:0; padding:0 60px;
    }
    .section_3 .pf_slide_controls .swiper-pagination-fraction{
        width:auto;
    }
    .section_3_1 .pf_slide .swiper-slide .container, .section_3_2 .pf_slide .swiper-slide .container{
        padding:90px 20px;
    }
    .section_3_1 > .h3, .section_3_2 > .h3{
        padding: 0 50px;
    }
    .section_3_1 .title, .section_3_2 .title{
        margin-bottom: 50px;
    }
    .slide_text .title_2{
        width:100%;
    }
    .section_3_1 .portfolio_feature{
        flex-wrap: wrap;
    }
    .marvel_pf > li{
        max-width:280px; margin-right: 3rem;
    }
    .section_6 .accor.off{
        width:100%; height:30%;
    }
    .accor.off .title .h2.bigger{
        transform: rotate(0);
    }
    .section_6{
        flex-direction: column;
    }    
    .marvel_pf_item{
        max-height: 40vh;   
    }
} 

/*반응형 max 576px sm*/
@media (max-width: 575.98px) {
    .idx_pg .title{
        padding-left: 0; padding-right: 0;
    }
    /* .section_3_1_ex, .section_3_2_ex, .section_4, .section_5, .section_6{
        height:250vh;
    } */
    .section_2 .title_1{
        padding-right: 20px;
    }
    .section_2 .title_2{
        padding-left: 20px;
    }
    .section_3_1 > .h3, .section_3_2 > .h3{
        padding:0 20px;
    }
    .btn_more_wrap{
        right: 20px;
    }
    .section_3_1 .btn_more_wrap, .section_3_2 .btn_more_wrap{
        transform: translate(0, -30%)!important;
        right: 20px !important;;
    }
    .section_1 .title{
        width:calc(100% - 8rem); left:20px;
    }
    .section_2 .center_text .bigger.left{
        left:30px;
    }
    .section_2 .center_text .bigger.right{
        right:30px;
    }
    .section_3 .pf_slide_controls{
        bottom:100px; padding:0 20px 0 30px;
    }
    .section_3_1 .portfolio_feature{
        margin:0 -10px;
    }
    .section_3_1 .portfolio_feature li{
        padding:0 10px;
    }
    .slide_text .title .sub_title{
        margin:1.5rem 0 2.4rem;
        font-size: 1.7rem;
    }
    .intro span{
        font-size: 4rem;
    }
    .section_4 .title, .section_5 .title, .section_6 .title {
        padding-left:20px; padding-right: 20px;
    }
    .section_3_2 .title{
        padding-right: 20px;
    }
    .marvel_pf > li{
        max-width:220px; margin-right: 3rem;
    }
    .pf_slide_controls{
        right:2rem;
    }
}

@media (max-width:380px) {
	
}



