/* em 기준 폰트 사이즈 */
/* html {
    font-size: 16px;
} */

:root { 
    scrollbar-width: none; 
}

/* ::-webkit-scrollbar {
    display: none;
} */

.brand_identity {
    font-size: 16px;
    /* height: 100vh; */
    /* overflow:hidden; */
    position: relative;
}

/* s : 첫번째 섹션 */
.new_brand_con1 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.new_brand_con1 {position: relative;}
.new_brand_con1 .img {position: absolute;}
.new_brand_con1 .img.con1{z-index: 11}
.new_brand_con1 .img.con2{z-index: 10}
/* .new_brand_con1{} */

.new_brand_con1 .img_con .img img {
    width: 100%;
}
.new_brand_con1 .img_con .img.con2 {
    width: 105%;
}

.new_brand_con1 .txt_con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12
}

.new_brand_con1 .txt_con.con1 .txt-wrap {
    overflow: hidden;
    position: absolute;
    width: auto;
    /* top: 39.5%; */
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .new_brand_con1 .txt_con.con1 .txt1 {

} */

.new_brand_con1 .txt_con.con1 .txt1 {
    font-size: 24px;
    /* font-size: 1.5rem; */
    font-size: 1.5em;
    color: #fff;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    opacity:0;
}

.new_brand_con1 .txt_con.con1 .txt2 {
    position: absolute;
    width: 100%;
    top: 33%;
    height: 300px;
}
.new_brand_con1 .txt_con.con1 .txt2 svg{
    position: absolute;
    left:50%;
    opacity:0;
    transform: translateX(-50%);
}

.new_brand_con1 .txt_con.con2 {
    width: auto;
    height: auto;
    left: 13%;
    /* 이미지 1개 노출일때 값 */
    top: 21%;
    /* 이미지 2개 노출일때 값/ 삭제해야하는 값 */
    /*top: 60.5%;*/
    opacity: 0;
}

.new_brand_con1 .txt_con.con2 .splited-text {
    opacity: 0;
}

.new_brand_con1 .txt_con.con2 .txt1 {
    font-size: 25px;
    /* font-size: 1.5625rem; */
    font-size: 1.5625em;
    font-weight: 500;
    color: #f6f6f6;
    margin-bottom: 50px;
    margin-bottom: 2em;
    line-height: 1.7;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    /* opacity:0; */
}

.new_brand_con1 .txt_con.con2 .txt2 {
    font-size: 25px;
    /* font-size: 1.5625rem; */
    font-size: 1.5625em;
    font-weight: 500;
    color: #f6f6f6;
    margin-bottom: 50px;
    margin-bottom: 2em;
    line-height: 1.7;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    /* opacity:0; */
}

.new_brand_con1 .txt_con.con2 .txt3 {
    font-size: 25px;
    /* font-size: 1.5625rem; */
    font-size: 1.5625em;
    font-weight: 500;
    color: #f6f6f6;
    margin-bottom: 50px;
    margin-bottom: 2em;
    line-height: 1.7;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    /* opacity:0; */
}

.new_brand_con1 .txt_con.con2 .txt4 {
    font-size: 25px;
    /* font-size: 1.5625rem; */
    font-size: 1.5625em;
    font-weight: 500;
    color: #FFE500;
    margin-bottom: 50px;
    margin-bottom: 2em;
    line-height: 1.7;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    /* opacity:0; */
}

.new_brand_con1 .txt_con.con2 .txt4 svg {
    display: block;
}
/* e : 첫번째 섹션 */

/* s : 두번째 섹션 */
.new_brand_con2 {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_brand_con2 .txt_con {
    position: absolute;
    white-space: nowrap;
    opacity: 0;
}

.new_brand_con2 .txt_con .txt1 {
    font-size: 24px;
    /* font-size: 1.5rem; */
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    color: #000;
}

.new_brand_con2 .txt_con .txt2 {
    font-size: 68px;
    /* font-size: 4.25rem; */
    font-size: 4.25em;
    line-height: 1;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    color: #000;
    margin: 50px 0;
    margin: 0.735em 0;
}

.new_brand_con2 .txt_con .txt3 {
    font-size: 25px;
    /* font-size: 1.5625rem; */
    font-size: 1.5625em;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    color: #000;
}

.new_brand_con2 .slide_con {
    position: absolute;
    opacity: 0;
    right: 0;
    clip-path: rect(0% 13% 100% 5%);
}
.new_brand_con2 .slide_con .swiper {
    margin-bottom: 15px;
    margin-top: 15px;
}
.new_brand_con2 .slide_con .swiper-pagination {
    overflow:hidden;
    width: 15% !important;
    top: 100%;
    position: relative;
    opacity: 0;
    border-radius: 15px;
    border: 1px solid #BFBFBF;
    background: #BFBFBF;
    padding: 2px 0;
}
.new_brand_con2 .slide_con .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #5D5D5D;
}
.new_brand_con2 .slide_con .swiper-slide {
    width:auto;
}
    /* e : 두번째 섹션 */

/* s : 세번째 섹션 */
.new_brand_con3 { 
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    position: relative;
}

.new_brand_con3 .txt_con {
    position: absolute;
    /* top: 18%;
    left: 13%; */
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new_brand_con3 .txt_con .txt1 {
    font-size: 24px;
    /* font-size: 1.5rem; */
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    color: #000;
}

.new_brand_con3 .motionBt1 {
    padding: 0 114px;
    border-radius: 50px;
    color: #000;
    margin: 47px 55px 0;
}

.new_brand_con3 .motionBt1 span:nth-child(3) {
    border-radius: 50px;
    border-color: #000;
}
/* e : 세번째 섹션 */

/* s : 네번째 섹션 */
.new_brand_con4 {
    width: 100%;
    height: 100vh;
    position: relative;
    /* padding-top: 350px; */
    padding-top: 10vw;
    padding-bottom: 200px;
}

.new_brand_con4 .txt_con .txt1 {
    font-size: 24px;
    /* font-size: 1.5rem; */
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
    color: #000;
}

.new_brand_con4 .txt_con {
    /* position: absolute; */
    /* top: 18%;
    left: 13%; */
    /* top: 25%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: relative;
    margin: 40px auto;
    text-align: center;
}

.new_brand_con4 .video_con {
    display: flex;
    gap: 45px;
    padding: 0 45px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.new_brand_con4 .video_con .video {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
}

.new_brand_con4 .video_con .video img {
    width: 100%;
}

.new_brand_con4 .video_con .video span {
    display: block;
    position: absolute;
}

/* .new_brand_con4 .video_con .video span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 3.5px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#8b2332));
    background: linear-gradient(90deg, transparent, #8b2332);
}

.new_brand_con4 .video_con .video span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 3.5px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#8b2332));
    background: linear-gradient(180deg, transparent, #8b2332);
}

.new_brand_con4 .video_con .video span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3.5px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#8b2332));
    background: linear-gradient(270deg, transparent, #8b2332);
}

.new_brand_con4 .video_con .video span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 3.5px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#8b2332));
    background: linear-gradient(360deg, transparent, #8b2332);
} */

.new_brand_con4 .video_con .video:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 20px 20px 54px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 54px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

/* .new_brand_con4 .video_con .video:hover span:nth-child(1) {
    left: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}

.new_brand_con4 .video_con .video:hover span:nth-child(2) {
    top: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.new_brand_con4 .video_con .video:hover span:nth-child(3) {
    right: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.new_brand_con4 .video_con .video:hover span:nth-child(4) {
    bottom: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
} */
/* e : 네번째 섹션 */

/* s : 스크롤바 표시 아이콘 */
.scroll_icon {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 2px;
    bottom: 0;
    margin-left: -1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 12;
}

.scroll_icon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-animation: scrollMotion 1.8s infinite ease-out;
    animation: scrollMotion 1.8s infinite ease-out;
}

@-webkit-keyframes scrollMotion {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes scrollMotion {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
} 

/* 배경이 화이트 일 때 들어가는 class */
.scroll_icon.bg_w {
    background: rgba(0, 0, 0, 0.5);
}

.scroll_icon.bg_w span {
    background: #000;
}
/* e : 스크롤바 표시 아이콘 */

@media all and (max-height: 800px) {
    /* em 기준 폰트 사이즈 */
    /* html {
        font-size: 12px;
    } */
    .brand_identity {
        font-size: 12px;
    }
}

@media all and (max-width: 1500px) {
    /* em 기준 폰트 사이즈 */
    /* html {
        font-size: 12px;
    } */
    .brand_identity {
        font-size: 12px;
    }

}

@media all and (max-width: 1280px) {
    /* em 기준 폰트 사이즈 */
    /* html {
        font-size: 10px;
    } */

    .brand_identity {
        font-size: 10px;
    }
}

@media all and (max-width: 1024px) {
    /* em 기준 폰트 사이즈 */
    /* html {
        font-size: 8.5px;
    } */
    .brand_identity {
        font-size: 8.5px;
    }
}

/* s : 모바일 */
@media all and (max-width: 981px) {
    /* em 기준 폰트 사이즈 */
    /* html {
        font-size: 10px;
    } */
    .brand_identity {
        height: 100vh;
        overflow:hidden;
        position: relative;
        font-size: 10px;
    }

    .new_brand_con1 .txt_con.con1 .txt1 {
        font-size: 15px;
        /* font-size: 1.5rem; */
        font-size: 1.5em;
        /* 이미지 1개 노출일때 값 */
        top: 43%;
        /* 이미지 2개 노출일때 값/ 삭제해야하는 값 */
        top: 21.3%;
    }

    .new_brand_con1 .txt_con.con1 .txt2 svg {
        /* width: 63.5vw; */
        transform: translateX(-50%) scale(0.2);
    }

    .new_brand_con1 .txt_con.con1 .txt2 {
        /* 이미지 1개 노출일때 값 */
        top: 51%;
        /* 이미지 2개 노출일때 값/ 삭제해야하는 값 */
        top: 26%;
    }

    .new_brand_con1 .img_con .img.con2 {
        width: 100%;
    }

    .new_brand_con1 .txt_con.con2 {
        /* 이미지 1개 노출일때 값 */
        top: 21%;
        /* 이미지 2개 노출일때 값/ 삭제해야하는 값 */
        /* top: 60.5%; */
    }

    .new_brand_con1 .txt_con.con2 .txt1 {
        font-size: 12.5px;
        /* font-size: 1.25rem; */
        font-size: 1.25em;
    }

    .new_brand_con1 .txt_con.con2 .txt2 {
        font-size: 12.5px;
        /* font-size: 1.25rem; */
        font-size: 1.25em;
    }

    .new_brand_con1 .txt_con.con2 .txt3 {
        font-size: 12.5px;
        /* font-size: 1.25rem; */
        font-size: 1.25em;
    }

    .new_brand_con1 .txt_con.con2 .txt4 {
        font-size: 12.5px;
        /* font-size: 1.25rem; */
        font-size: 1.25em;
    }
    /* e : 첫번째 섹션 */

    /* s : 두번째 섹션 */
    .new_brand_con2 {
        background-color: #fff;
        z-index: 13;
    }
    .new_brand_con2 .txt_con .txt1 {
        font-size: 15px;
        /* font-size: 1.5rem; */
        font-size: 1.5em;
    }

    .new_brand_con2 .txt_con .txt2 {
        font-size: 34px;
        /* font-size: 3.4rem; */
        font-size: 3.4em;
    }

    .new_brand_con2 .txt_con .txt3 {
        font-size: 12.5px;
        /* font-size: 1.25rem; */
        font-size: 1.25em;
    }

    .new_brand_con2 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        /* 추후 삭제 */
        left: 0 !important;
    }

    .new_brand_con2 .txt_con {
        position: relative;
        left: 13%;
        margin: 43.25px 0 58.75px;
        /* margin: 4.325rem 0 5.875rem; */
        margin: 4.325em 0 5.875em;
    }

    .new_brand_con2 .slide_con {
        min-width: 53em;
        width: 100%;
        /* bottom: 10.4em; */
        position: relative;
        bottom: unset;
    }
    .new_brand_con2 .slide_con .swiper-wrapper {
        height: 30.6em;
    }
    .new_brand_con2 .slide_con .swiper-wrapper .swiper-slide{
        /* margin-right: 1.3em !important; */
    }
    .new_brand_con2 .slide_con .swiper-wrapper img {
        height: 100%;
    }
    /* e : 두번째 섹션 */

    /* s : 세번째 섹션 */
    .new_brand_con3 .txt_con .txt1 {
        font-size: 15px;
        /* font-size: 1.5rem; */
        font-size: 1.5em;
    }

    .new_brand_con3 .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .new_brand_con3 .txt_con {
        /* top: 5%; */
        top: 21%;
    }

    .new_brand_con3 .motionBt1 {
        margin: 23.5px 0 0;
        padding: 0 57px;
        height: 32px;
        font-size: 15px;
    }

    .new_brand_con3 .motionBt1 span {
        line-height: 32px;
    }

    img.web {
        display: none;
    }
    
    img.mob {
        display: block;
        width: 80%;
        margin: 0 auto 5px;
    }
    /* e : 세번째 섹션 */

    /* s : 네번째 섹션 */
    .new_brand_con4 {
        /* padding: 135px 0 95px; */
        padding: 5% 0 95px;
        /* height: auto; */
    }

    .new_brand_con4 .txt_con {
        /* top: 5%; */
        /* top: 6%; */
        margin: 20px auto 30px;
    }

    .new_brand_con4 .txt_con .txt1 {
        font-size: 15px;
        /* font-size: 1.5rem; */
        font-size: 1.5em;
    }

    .new_brand_con4 .video_con {
        flex-direction: column;
        padding: 0 23px;
        gap: 22.5px;
    }

    .new_brand_con4 .video_con .video {
        width: 65%;
    }
    /* e : 네번째 섹션 */
}

@media all and (max-width: 768px) {
    /* s : 첫번째 섹션 */
    .new_brand_con1 .txt_con.con2 .txt4 svg {
        width: 28.5vw;
    }
    /* e : 첫번째 섹션 */
    /* s : 세번째 섹션 */
    .new_brand_con3 .motionBt1 > span:nth-child(1) {
        opacity: 0;
        top: -5px;
    }
    .new_brand_con3 .motionBt1 > span:nth-child(2) {
        opacity: 1;
        top: 0px;
    }
    .new_brand_con3 .motionBt1 span:nth-child(3) {
        border: 0;
    }
    .new_brand_con3 .motionBt1 > span:nth-child(4) {
        top: 0px;
        overflow: visible;
        border-radius: 50px;
    }
    /* e : 세번째 섹션 */
    /* s : 네번째 섹션 */
    .new_brand_con4 .video_con .video {
        width: 80%;
    }
    /* e : 네번째 섹션 */

}

@media all and (max-width: 425px) {
    /* s : 네번째 섹션 */
    .new_brand_con4 .txt_con {
        margin: calc(15vw - 5%) auto 15vw;
    }

    .new_brand_con4 .video_con .video {
        width: 100%;
    }
    /* e : 네번째 섹션 */

}
/* e : 모바일 */