
.image_area,
.util_area{
    display: flex;
    height: calc(100vh - 110px - 126px);
    padding-top:126px;
}
.image_area > div{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 13.71%;
    transition: 0.5s;
}
.image_area > div::after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(18, 18, 18, 0.5);
    width:100%;
    height:100%;
    
}
.image_area > div.active::after{
    content: none;
}

.image_area > div.active{
/* .image_area > div:hover{ */
    width: 58.87%;
    z-index: 50;
    transition: 0.5s;
}
.image_area > div .text{
    color: white;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}
.image_area > div .text h1{
    font-size: 40px;
    font-weight: bold;
    transition: .5s;
}
.image_area > div .text p{
    display: none;
}

.image_area > div.active .text{
    transform: none;
    bottom: 70px;
    left: 110px;
    width: auto;
    text-align: left;
}
.image_area > div.active .text h1{
    font-size: 80px;
}
.image_area > div.active .text p{
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    white-space: nowrap;
}

.image_area #image2 img{
    transform: translateX(-360px);
}
.image_area #image3 img{
    transform: translateX(-748px);
}
.image_area #image4 img{
    transform: translateX(-514px);
}
.image_area > div img{
    width: 100%;
    transition: 0.5s;
    min-width: 1130px;
}


.image_area > div.active img{
    transform: translateX(0px) !important;
}

.eco_area > div{
    display: flex;
    height: 110px;
    background: linear-gradient(90deg, #097210 33%, #1EB1B6 100%);
    align-items: center;
    text-align: center;
    justify-content: center
}
.eco_area > div p{
    color: #fff;
    margin: 0 20px;
    font-size: 40px;
}
.eco_area > div img{
    width: auto;
    height: 62px;
}

.eco_area > div b{
    color: #EDEB5C;
    font-size: 40px;
    font-weight: bold;
}

.video_area{
    padding-top: 126px;

}
.video_area video{
    width: 100%;
    
}

.util_area img{
    width: 100%;
}

@media screen and (max-width: 1920px){

.image_area,
.util_area{
    display: flex;
    height: calc(100vh - 5.7292vw - 6.5625vw);
    padding-top:6.5625vw;
    
}
.image_area > div{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 13.71%;
    transition: 0.5s;
}
.image_area > div::after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(18, 18, 18, 0.5);
    width:100%;
    height:100%;
    
}
.image_area > div.active::after{
    content: none;
}

.image_area > div.active{
/* .image_area > div:hover{ */
    width: 58.87%;
    z-index: 50;
    transition: 0.5s;
}
.image_area > div .text{
    color: white;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.2083vw;
}
.image_area > div .text h1{
    font-size: 2.0833vw;
    font-weight: bold;
    transition: .5s;
}
.image_area > div .text p{
    display: none;
}

.image_area > div.active .text{
    transform: none;
    bottom: 3.6458vw;
    left: 5.7292vw;
    width: auto;
    text-align: left;
}
.image_area > div.active .text h1{
    font-size: 4.1667vw;
}
.image_area > div.active .text p{
    display: block;
    height: 5.2083vw;
    line-height: 5.2083vw;
    font-size: 2.0833vw;
    white-space: nowrap;
}

.image_area #image2 img{
    transform: translateX(-18.7500vw);
}
.image_area #image3 img{
    transform: translateX(-38.9583vw);
}
.image_area #image4 img{
    transform: translateX(-26.7708vw);
}
.image_area > div img{
    width: 100%;
    transition: 0.5s;
    min-width: 58.8542vw;
}


.image_area > div.active img{
    transform: translateX(0.0000vw) !important;
}

.eco_area > div{
    display: flex;
    height: 5.7292vw;
    background: linear-gradient(90deg, #097210 33%, #1EB1B6 100%);
    align-items: center;
    text-align: center;
    justify-content: center
}
.eco_area > div p{
    color: #fff;
    margin: 0 1.0417vw;
    font-size: 2.0833vw;
}
.eco_area > div img{
    width: auto;
    height: 3.2292vw;
}

.eco_area > div b{
    color: #EDEB5C;
    font-size: 2.0833vw;
    font-weight: bold;
}
.video_area{
    padding-top:6.5625vw;
}
}

.scroll-invite{
    position: fixed;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    bottom: 48px;
    align-items: center;
    animation: fadeOut 1s ease-in-out 5.5s forwards;
}
.scroll-invite p{
    font-size: 32px;
    color: white;
    margin-top: 24px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.scroll-invite .box{
    width: 48px;
    height: 80px;
    border: 3px solid white;
    border-radius: 100px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.scroll-invite .dot{
    position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: white;
            animation: scrollDot 2.5s ease-in-out 3;
}

@keyframes scrollDot {
    0% {
        top: 20px;
        opacity: 1;
    }
    70% {
        top: 50px;
        opacity: 1;
    }
    71% {
        top: 20px;
        opacity: 1;
    }
    100% {
        top: 20px;
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

.image_area_mobile{
    display: none;
}

.eco_area_mo{
    display: none;
}


@media screen and (max-width: 768px){
    .image_area{
        display: none;
    }
    .image_area_mobile{
        display: block;
    }


    .image_area_mobile {
        margin-top:11.6667vw;
    }
    .image_area_mobile img{
        width: 100%;
        height: calc(100vh - 10.0926vw - 11.6667vw);
    }
    .image_area_mobile .text{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color:#FFFFFF;
        text-align: center;
    }
    .image_area_mobile .text h1{
        font-size: 7.4074vw;
        font-weight: bold;
        margin-bottom: 4vw;
          text-shadow: 0px 0px 10px rgba(18, 18, 18, 1);
    }
    .image_area_mobile .text p{
        font-size: 3.7037vw;
    }

    .eco_area > div{
        height: 12.0926vw;
        margin-top: -1vw;
    }

    .util_area {
        height: calc(100vh - 10.0926vw - 11.6667vw);
        padding-top: 10.0926vw;
    }
    .eco_area{
        display: none;
    }
    .eco_area.eco_area_mo {
        background: linear-gradient(90deg, #097210 33%, #1EB1B6 100%);
        display: block;
        overflow: hidden;
    }

    .eco_wrapper {
        display: flex;
    }

    .eco_track {
        display: flex;
    }

    .eco_track img {
        width: 141.6667vw;
        height: auto;
        display: block;
    }

    .eco_area > div img{
        height: 5.7407vw;
        margin-right: 2vw;
    }

    @keyframes flowRolling {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
}

