.cjhetbahn-detailpage .visual-section {
    display: flex;
    flex-direction: column;
    gap: 210px;
    padding: 133px 0 152px 0;
    background-image: linear-gradient(to bottom, rgba(25, 156, 96,1), rgba(0, 103, 56,1 ));
}
.cjhetbahn-detailpage .visual-section .project-mainimg img.pc-img {
    display: block;
}
.cjhetbahn-detailpage .visual-section .project-mainimg img.m-img {
    display: none;
} 
.cjhetbahn-detailpage .visual-section .project-mainimg .sub-title-wrap {
    bottom: -2%;
}

.cjhetbahn-detailpage .overview-section {
    background-color: #fff;
}
.cjhetbahn-detailpage .overview-section .home-wrap {
    margin-bottom: 116px;
}
.cjhetbahn-detailpage .overview-section .sub-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -60px;
}
.cjhetbahn-detailpage .overview-section .sub-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 190px);
    max-width: 2000px;
}
.cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list {
    display: flex;
    align-items: flex-end;
    gap: 40px;
}
.cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list .img-title-wrap.pc {
    width: calc(80% - 20px);
}
.cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list .img-title-wrap.mobile  {
    width: calc(20% - 20px);
}

.cjhetbahn-detailpage .tone-manner-section {
    background-color: #FFFFFF;
}
.cjhetbahn-detailpage .tone-manner-section .contents-wrap ul li.red {
    width: 50%;
    background-color: #C61D24;
}
.cjhetbahn-detailpage .tone-manner-section .contents-wrap ul li.green {
    background-color: #016436;
}
.cjhetbahn-detailpage .tone-manner-section .contents-wrap ul li.beige {
    background-color: #FFF1E6;
} 

.cjhetbahn-detailpage .detailpage-section.event-section {
    background-color: #FDFEFF;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 193px;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap {
    display: flex;
    gap: 30px;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap .img-title-wrap.event2 {
    margin-top: 170px;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper {
    overflow: visible;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper .swiper-wrapper {
    transition-timing-function: linear;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper .swiper-wrapper .swiper-slide {
    width: 300px;
    aspect-ratio: 300 / 609;
    border-radius: 20px;
    outline: 4px solid rgba(16, 12, 18, 0.8); 
    outline-offset: -4px;
    overflow: hidden;
}
.cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width : 1280px) {
    .cjhetbahn-detailpage .visual-section {
        gap: 100px;
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner {
        width: calc(100% - 100px);
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list .img-title-wrap.pc {
        width: calc(75% - 20px);
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list .img-title-wrap.mobile {
        width: calc(25% - 50px);
    }

    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap {
        flex-direction: column;
        gap: 100px;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 100%;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap .img-title-wrap.event2 {
        margin-top: 0;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper .swiper-wrapper .swiper-slide {
        width: 220px;
        outline: 2px solid rgba(16, 12, 18, 0.8); 
        outline-offset: -2px;
    }
}

@media screen and (max-width : 768px) {
    .cjhetbahn-detailpage .visual-section {
        gap: 0px;
        padding: 80px 0 55px 0;
    }
    .cjhetbahn-detailpage .visual-section .project-mainimg img.pc-img {
        display: none;
    }
    .cjhetbahn-detailpage .visual-section .project-mainimg img.m-img {
        display: block;
    }
    .cjhetbahn-detailpage .overview-section .home-wrap {
        margin-bottom: 56px;
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap {
        margin-right: 0;
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner {
        width: 100%;
        gap: 12px;
        padding: 0 16px;
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list {
        position: relative;
        width: 100%;
        gap: 0;
        justify-content: flex-end;
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 48px;
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list .img-title-wrap.pc .img-area {
        margin-left: 10%;
    }
    .cjhetbahn-detailpage .overview-section .sub-wrap .inner .img-list .img-title-wrap.mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 30;
        width: 30%;
    }

    .cjhetbahn-detailpage .detailpage-section.event-section {
        padding: 100px 0 70px 0;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap {
        gap: 120px;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .pc-wrap {
        gap: 50px;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper {
        position: relative;
        width: 80%;
        overflow: hidden;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper::after { 
        position: absolute;
        left: 0;
        bottom: -3%;
        z-index: 10;
        width: 100%;
        height: 20%;
        background: linear-gradient(180deg, rgba(253, 254, 255, 0), rgba(253, 254, 255, 0.95) 70%, rgba(253, 254, 255, 1) 100%);
        content: "";
    }
  
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper .swiper-wrapper .swiper-slide {
        width: 100%;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper .swiper-wrapper {
        transition-timing-function: ease;
    }
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper .swiper-wrapper .swiper-slide {
        border-radius: 10px;
        outline: 1px solid rgba(16, 12, 18, 0.8); 
        outline-offset: -1px;
    }

}

@media screen and (max-width : 600px) {
    .cjhetbahn-detailpage .detailpage-section.event-section .contents-wrap .mobile-wrap .event-m-swiper {
        max-width: 350px;
        margin: 0 auto;
    }
}

@media screen and (max-width : 500px) {
    .cjhetbahn-detailpage .f-thumb-section {
        aspect-ratio: 390 / 600;
        min-height: 600px;
    }
    .cjhetbahn-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 55px;
    }
}

  