@charset "UTF-8";

body {
    position: relative;
    overflow-x: hidden !important;
    background: #242424;
}

body:has(#intro.active)::-webkit-scrollbar {
    display: none;
}

.text_blend {
    mix-blend-mode: difference;
}

.section,
article {
    position: relative;
    z-index: 2;
}

/* -------------------------------*/
/* header
/* ------------------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.7vw 1.8vw;
    background: transparent;
    z-index: 99;
    transition: 0.3s;
}

header.blocked {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

header.scrolled {
    background-color: #fff;
}

header.hide {
    top: -80px;
    transition: 0.3s;
}

header .logo_box {
    width: 160px;
    cursor: pointer;
}

header nav {
    display: flex;
    gap: 1.5vw;
}

header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5vw;
}

header nav ul li {
    font-size: 0.75vw;
    letter-spacing: -0.7px;
    cursor: pointer;
}

header .ownership {
    gap: 10px;
    padding-inline: 1rem;
}

header .ownership .text {
    line-height: 17px;
}

/* -------------------------------*/
/* intro
/* ------------------------------- */
#intro {
    position: fixed;
    inset: 0;
    z-index: 5;
}

#intro .video_box {
    position: absolute;
    z-index: -1;
}

#intro .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.5vw;
    box-sizing: border-box;
}

#intro .top .text_line .split {
    font-size: 10vw;
    line-height: 9vw;
    color: #fff;
}

#intro .top .text_line:nth-child(2) .split {
    left: 30vw;
}

#intro .top .text_line:nth-child(4) .split {
    left: 10vw;
}

#intro .bottom {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    font-family: 'MoriBook';
    font-size: 0.8vw;
}

#intro .bottom .left {
    color: #fff;
}

#intro .bottom .right {
    position: relative;
    width: 9vw;
    height: 62px;
    background-color: var(--sub-color);
    border-bottom-right-radius: 20px;
    padding-inline: 1.1vw;
    letter-spacing: -1px;
    cursor: pointer;
    transition: 0.3s;
}

#intro .bottom .text_wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    overflow: hidden;
}

#intro .bottom .right .text:nth-child(1) {
    position: absolute;
    left: -102%;
    transition: 0.3s 0.1s;
}

#intro .bottom .right .text:nth-child(2) {
    position: relative;
    left: 0;
    transition: 0.3s 0.1s;
}

#intro .bottom .right:hover {
    background-color: #00FF70;
    transition: 0.3s;
}

#intro .bottom .right:hover .text:nth-child(1) {
    left: 0;
    transition: 0.3s 0.1s;
}

#intro .bottom .right:hover .text:nth-child(2) {
    left: 100%;
    transition: 0.3s 0.1s;
}

#intro .bottom .right .arrow_wrap {
    position: absolute;
    width: 20px;
    height: 15px;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    font-family: 'MoriBook';
    overflow: hidden;
}

#intro .bottom .right .arrow_wrap>.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: auto;
}

#intro .bottom .right .arrow_wrap>.arrow:nth-child(1) {
    right: 0.2vw;
    transition: 0.3s 0.1s;
}

#intro .bottom .right:hover .arrow_wrap>.arrow:nth-child(1) {
    right: -1vw;
    transition: 0.3s 0.1s;
}

#intro .bottom .right .arrow_wrap>.arrow:nth-child(2) {
    right: 1.1vw;
    transition: 0.3s 0.1s;
}

#intro .bottom .right:hover .arrow_wrap>.arrow:nth-child(2) {
    right: 0.2vw;
    transition: right 0.3s 0.1s;
}

#intro .container:after {
    position: absolute;
    content: '';
    display: block;
    inset: 0;
    z-index: -1;
    transition: 1s;
}

#intro .video_bg {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/intro/intro_hover.png) no-repeat center/100%;
    transition: 0.5s;
    opacity: 0;
}

#intro.hover .video_bg {
    opacity: 1;
    animation: videoBg 0.5s 1 cubic-bezier(0.55, 0.05, 0.675, 0.19);
}

@keyframes videoBg {
    from {
        scale: 1.3;
        rotate: 5deg;
    }

    to {
        scale: 1;
        rotate: 0deg;
    }
}

/* after intro curtain */
#introCurtain {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100vh;
    background-color: #EBEAEE;
    z-index: 9;
    transition: 0.5s ease-out;
}


/* -------------------------------*/
/* 인트로 이후 메인 section-1
/* ------------------------------- */
#section-1 {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/section-1/bg.webp) no-repeat center/cover;
}

#section-1 .car_box {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
}

#section-1 .title_text {
    position: absolute;
    display: inline-block;
    font-size: 18vw;
    overflow: hidden;
}

#section-1 .title_text.hf {
    top: 4vw;
    left: 1vw;
}

#section-1 .title_text.num {
    right: 1vw;
    letter-spacing: -30px;
}

#section-1 .title_text.num * {
    font-family: helveticaneue;
}

#section-1 .fixed_text_box {
    position: absolute;
    top: 63%;
    left: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
    overflow: hidden;
}

#section-1 .fixed_text_box .para_box {
    position: relative;
    font-size: 2vw;
    color: #fff;
    overflow: hidden;
}

#section-1 .fixed_text_box .watch_video_1 {
    position: relative;
    display: inline-block;
    font-size: 0.75vw;
    padding-right: 12px;
    color: #fff;
    cursor: pointer;
}

#section-1 .fixed_text_box .watch_video_1.active:after {
    position: absolute;
    content: '';
    display: block;
    top: 6px;
    transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 10px;
    background: url(../images/icons/icon_play_white.svg) no-repeat center/contain;
    animation: fadeIn 1s 1 forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#section-1 .fixed_text_box .table * {
    color: #fff;
}

#section-1 .fixed_text_box .table .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    padding-top: 1vw;
}

#section-1 .fixed_text_box .table .row:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background: #393939;
}

#section-1 .fixed_text_box .table .row:last-child:after {
    background: none;
}

#section-1 .fixed_text_box .table .left {
    font-size: 1.3vw;
}

#section-1 .fixed_text_box .table .right {
    font-size: 0.75vw;
}

#section-1 .line_2 {
    position: absolute;
    top: 0;
}



/* -------------------------------*/
/* section-2
/* ------------------------------- */
#section-2 {
    width: 100%;
    height: 100vh;
    --opacity: 1;
}

#section-2 .car_box {
    width: 100%;
    height: 100%;
    background: url(../images/section-2/bg.avif) no-repeat center bottom/cover;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

#section-2:after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: var(--opacity);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

#section-2 .absolute_box {
    position: absolute;
    top: 10rem;
    right: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 490px;
    color: #fff;
    z-index: 1;
}

#section-2 .absolute_box .top_box>div:nth-child(1) {
    font-size: 2.5rem;
    margin-bottom: 10px;
    overflow: hidden;
}

#section-2 .absolute_box .top_box>div:nth-child(2) {
    font-size: 1.24rem;
}

#section-2 .audio_text {
    position: relative;
    display: inline-block;
    color: #000;
    background-color: #fff;
    padding: 10px 27px 8px 13px;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: 0.3s;
    cursor: pointer;
}

#section-2 .audio_text:after {
    position: absolute;
    top: 47%;
    right: 10px;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icons/icon_sound.svg) no-repeat center/contain;
}

#section-2 .audio_text:hover {
    background-color: var(--sub-color);
}

#section-2 .audio_text.on {
    background-color: #00FF70;
}

/* -------------------------------*/
/* section-3
/* ------------------------------- */
#section-3 {
    width: 100%;
    height: 100vh;
}

#section-3 .space_box {
    position: relative;
    z-index: 1;
}

#section-3 .car_space_top {
    width: 100%;
    height: 30vh;
    background-color: #aeaeaf;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

#section-3 .car_space_center {
    position: absolute;
    width: 100%;
    height: 30%;
    margin-top: -1px;
    background-image: linear-gradient(#aeaeaf 20%, #aeaeaf00);
}

#section-3 .car_box .sub_nav {
    position: absolute;
    top: 45%;
    left: 2rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    cursor: pointer;
}

#section-3 .car_box .sub_nav>li {
    position: relative;
    font-size: 0.9rem;
    line-height: 1rem;
    opacity: 0.6;
    transition: padding 0.3s;
}

#section-3 .car_box .sub_nav>li:hover {
    font-size: 1.4rem;
    padding-left: 3rem;
    opacity: 1;
    transition: padding 0.3s;
}

#section-3 .car_box .sub_nav>li:before,
#section-3 .car_box .sub_nav>li:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

#section-3 .car_box .sub_nav>li:before {
    left: -200px;
    width: 130px;
    height: 1px;
    border-bottom: 1px solid;
}

#section-3 .car_box .sub_nav>li:after {
    left: -35px;
    width: 6px;
    height: 6px;
    background-color: var(--sub-color);
    scale: 0;
    border-radius: 50%;
}

#section-3 .car_box .sub_nav>li:hover:before {
    left: -100px;
    transition: 0.3s;
}

#section-3 .car_box .sub_nav>li:hover:after {
    left: 35px;
    scale: 1;
    transition: 0.3s;
}

#section-3 .spec_download {
    position: absolute;
    left: 2rem;
    bottom: 160px;
}

#section-3 .text_wrap {
    top: 1px;
    left: -10px;
}

/* -------------------------------*/
/* section-4
/* ------------------------------- */
#section-4 {
    display: flex;
    height: auto;
    margin-top: 39vh;
    background-color: #F5F5F5;
    overflow: visible;
    transform: none;
}

#section-4 .mini_nav {
    position: absolute;
    top: 43vh;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 3;
}

#section-4 .mini_nav_title {
    font-size: 0.9rem;
    color: #ffffff2e;
}

#section-4 .mini_nav_list li {
    opacity: 0.4;
    font-size: 2.5rem;
    cursor: pointer;
}

#section-4 .mini_nav_list.dontTouch {
    pointer-events: none;
}

#section-4 .mini_nav_list li.on {
    opacity: 1;
}

#section-4 .pin_box {
    height: 100vh;
    z-index: 2;
    width: 50%;
}

#section-4 .sec4_wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    will-change: width;
    overflow: hidden;
}

#section-4 .inner_left {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
    transition: transform 0.5s ease-in;
}

#section-4 .inner_left>div {
    position: relative;
    width: 100%;
    height: 100vh;
    transition: 0.5s ease-in;
    filter: brightness(0.7);
}

#section-4 .inner_left .img {
    position: absolute;
    inset: 0%;
    background-size: 100vw;
    background-repeat: no-repeat;
}

#section-4 .inner_left .maniacs .img {
    background-image: url(../images/section-3/img-1.avif);
}

#section-4 .inner_left .mission .img {
    background-image: url(../images/section-3/img-2.avif);
    background-position-x: -210px;
    background-size: 75vw;
}

#section-4 .inner_left .machine .img {
    background-image: url(../images/section-3/img-3.avif);
    background-position: -300px;
    background-size: 85vw;
}

#section-4 .inner_right {
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    background-color: #F5F5F5;
    padding-top: 60rem;
    z-index: 1;
}

#section-4 .inner_right.on {
    z-index: 5;
}

#section-4 .inner_right>div {
    position: relative;
    padding: 10rem 4rem 10rem;
}

#section-4 .inner_right>div:not(:last-child):before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background-color: #0003;
}

#section-4 .inner_right .li_tit {
    font-size: 6rem;
    margin-bottom: 3vw;
}

#section-4 .inner_right .li_desc {
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 0.9;
    padding-bottom: 2.5rem;
}

#section-4 .maniacs {
    display: flex;
    flex-direction: column;
}

#section-4 .maniacs .img_ani_box {
    position: relative;
    width: 100%;
    height: 75vh;
    background: url(../images/section-3/01/img-1-00.avif);
}

#section-4 .maniacs .img_ani_box .texts {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#section-4 .maniacs .img_ani_box .texts>div {
    position: relative;
    left: -15rem;
    font-size: 15rem;
    width: 200vw;
    line-height: 0.8;
}

#section-4 .maniacs .img_ani_box .texts>div:nth-child(1),
#section-4 .maniacs .img_ani_box .texts>div:nth-child(3) {
    left: -50rem;
}

#section-4 .maniacs .images>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18rem;
    height: 26rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
}

#section-4 .maniacs .images>div.on,
.time_machine .img_ani_box>div.on {
    opacity: 1;
}

.inner_desc_box {
    display: flex;
    justify-content: space-between;
    padding-top: 2.5vw;
}

.inner_desc_box .inner_desc_tit {
    text-transform: uppercase;
    font-size: 0.9rem;
}

.inner_desc_box .inner_desc_desc {
    width: 60%;
    font-size: 1.35rem;
    font-family: 'MoriBook';
    line-height: 1.4;
    color: #4B4B4B;
}

.inner_desc_box .inner_desc_desc.bold {
    font-size: 2.5rem;
    font-family: 'MoriExtraBold';
    line-height: .9;
    text-transform: uppercase;
    color: #000;
}

.mission .sec4_slider {
    width: 90%;
    margin: 3vw 0 0;
}

.mission .img_box {
    width: 100%;
    height: 60vh;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.mission .slide-1 .img_box {
    background-image: url(../images/section-3/02/img-2-01.jpg);
}

.mission .slide-2 .img_box {
    background-image: url(../images/section-3/02/img-2-02.jpg);
}

.mission .slide-3 .img_box {
    background-image: url(../images/section-3/02/img-2-03.jpg);
}

/* mission cursor */
.mission .box_cursor {
    position: fixed;
    width: 100px;
    height: 40px;
    z-index: 2;
    pointer-events: none;
}

.mission .box_cursor.cursorActive:before {
    transform: scaleX(1);
    transition: 0.3s;
}

.mission .box_cursor:before {
    position: absolute;
    top: -50%;
    left: -50%;
    content: '<　DRAG　>';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #FF4B2C;
    font-size: 0.9rem;
    padding: 0 7px 5px;
    transform: scaleX(0);
    transition: 0.3s;
}

.time_machine .img_ani_box {
    position: relative;
    width: 100%;
    height: 60vh;
}

.time_machine .img_ani_box>div {
    position: absolute;
    inset: 0;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position-x: center;
    opacity: 0;
}

.time_machine .fir_box .img_ani_box .img-1 {
    background-image: url(../images/section-3/03/03-1/img-3-01-1.jpg);
}

.time_machine .fir_box .img_ani_box .img-2 {
    background-image: url(../images/section-3/03/03-1/img-3-01-2.jpg);
}

.time_machine .fir_box .img_ani_box .img-3 {
    background-image: url(../images/section-3/03/03-1/img-3-01-3.jpg);
}

.time_machine .fir_box .img_ani_box .img-4 {
    background-image: url(../images/section-3/03/03-1/img-3-01-4.jpg);
}

.time_machine .sec_box {
    margin-top: 10vw;
}

.time_machine .sec_box .img_ani_box .img-1 {
    background-image: url(../images/section-3/03/03-2/img-3-02-1.jpg);
}

.time_machine .sec_box .img_ani_box .img-2 {
    background-image: url(../images/section-3/03/03-2/img-3-02-2.jpg);
}

.time_machine .sec_box .img_ani_box .img-3 {
    background-image: url(../images/section-3/03/03-2/img-3-02-3.jpg);
}

.time_machine .sec_box .img_ani_box .img-4 {
    background-image: url(../images/section-3/03/03-2/img-3-02-4.jpg);
}

.time_machine .thir_box .img_ani_box .img-1 {
    background-image: url(../images/section-3/03/03-3/img-3-03-1.jpg);
}

.time_machine .thir_box .img_ani_box .img-2 {
    background-image: url(../images/section-3/03/03-3/img-3-03-2.jpg);
}

.time_machine .thir_box .img_ani_box .img-3 {
    background-image: url(../images/section-3/03/03-3/img-3-03-3.jpg);
}

.time_machine .thir_box .img_ani_box .img-4 {
    background-image: url(../images/section-3/03/03-3/img-3-03-4.jpg);
}

.time_machine .inner_desc_box {
    justify-content: unset;
    gap: 25%;
}

.time_machine .li_tit.alone {
    text-transform: uppercase;
    margin-top: 8vw;
    line-height: 0.9;
}

.time_machine .thir_box {
    margin-top: 5vw;
}

#section-5 {
    background-color: #EBEBED;
}

#section-5 .container {
    padding: 3rem 1.6rem 0;
}

#section-5 .split_line_wrap {
    position: relative;
    z-index: 3;
}

#section-5 .split {
    font-size: 12rem;
    color: #202020;
}

#section-5 .text_line * {
    line-height: 0.9;
}

#section-5 .text_line.line_2 {
    margin-left: 13rem;
}

#section-5 .text_line.line_3,
#section-5 .text_line.line_4 {
    display: inline-block;
}

#section-5 .text_line.line_4 {
    margin-left: 17rem;
}

#section-5 .text_line.line_5 {
    margin-left: 33rem;
}

#section-5 .text_line.line_5 .num {
    margin-left: 2.5rem;
}

#section-5 .text_line.line_5 .num * {
    font-family: 'helveticaneue';
    color: var(--sub-color);
}

#section-5 .line_ani {
    position: absolute;
    top: 423px;
    left: 580px;
    width: 200px;
    height: 100px;
    z-index: 3;
}

#section-5 .line_ani>div {
    position: absolute;
    transform-origin: center center;
}

#section-5 .line_ani .row {
    top: 50%;
    width: 200px;
    height: 1px;
    border-bottom: 1px solid;
}

#section-5 .line_ani .column {
    left: 50%;
    width: 1px;
    height: 100px;
    border-right: 1px solid;
}

#section-5 .line_ani .dot {
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: var(--sub-color);
    border-radius: 50%;
    opacity: 0;
}

#section-5 .cutton {
    position: absolute;
    top: 450px;
    width: 100%;
    height: 30vh;
    background-image: linear-gradient(#ebebed, #fff0);
    z-index: 2;
}

#section-5 .car_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/section-4/bg.avif) no-repeat center/contain;
    margin-top: -20rem;
    z-index: 1;
}

/* footer */
footer {
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 70vh;
    background-color: #242424;
    padding: 2rem 2rem 0 1rem;
    z-index: 0;
}

footer>div {
    display: flex;
    justify-content: space-between;
}

footer .footer_top {
    color: #4C4C4C;
    font-size: 0.9rem;
}

footer .footer_bottom {
    height: 20rem;
    color: #525252;
    font-size: 21.6rem;
}