.story-top {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.story-top>img {
    max-width: 452px;
    width: 45%;
}

.top-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}

.story-top>.top-div>img {
    max-width: 57px;
    width: 100%;
}

.story-top>.top-div>.p16 {
    word-break: keep-all;
}

.black-page {
    background: url('../../img/founded/success/black-bg.png');
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.black-page .black-div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.black-div>.w>span {
    color: #FFEA9D;
}

.mo-br {
    display: none;
}

.green-page {
    background: #00693E;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    overflow: hidden;
}

.green-tit {
    position: sticky;
    text-align: center;
}

.real-story {
    width: 100%;
}

.pc-swiper {
    left: 0 !important;
}

.pc-swiper>.swiper-wrapper>.swiper-slide {
    height: 100% !important;
}

.pc-swiper .swiper-slide {
    background: transparent !important;
}

.pc-swiper>.swiper-wrapper>.swiper-slide>.story-wrapper>.story-wrap:first-child>svg {
    margin-left: -2px;
}

.pc-swiper>.swiper-wrapper>.swiper-slide>.story-wrapper>.story-wrap:last-child>svg {
    margin-right: -2px;
}

.story-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1050px !important;
}

.story-wrap {
    display: flex;  
    align-items: end;
    height: 326px;
}

.story-wrap>img {
    width: 400px !important;
    height: 100%;
}

.story-wrap .story-div {
    box-sizing: border-box;
    padding: 30px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 600px;
    height: 100%;
}

.story-wrap .story-div>.tit {
    display: flex;
    gap: 8px;
    align-items: center;
}

.story-wrap .story-div>.tit>img {
    width: 42px;
}

.story-wrap>.story-div>.m-tit {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
    background: #00693E;
}

.story-wrap>.story-div>.content {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    text-align: left;
    padding: 0 !important;
}

.left-img {
    border-radius: 30px 0 0 30px;
}

.right-img {
    border-radius: 0 30px 30px 0;
}

.left-div {
    border-radius: 30px 0 0 30px;
}

.right-div {
    border-radius: 0 30px 30px 0;
}

.real-story-swiper {
    display: none;
    width: 100%;
}

.video-page {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px;
}

.video-container {
    display: flex;
    gap: 40px;
    width: 100%;
}

.thumb-wrapper {
    width: 26%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 615px;
    overflow-y: scroll;
}

.thumb-wrapper>img {
    width: 100%;
    border-radius: 32px;
}

.thumb-tab {
    opacity: 0.3;
    cursor: pointer;
}

.opacity {
    opacity: 1;
}

.youtube {
    width: 74%;
}

iframe {
    border-radius: 32px;
}

.white-page {
    background: #FFF;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px;
}

/* 리스트 */
.box-container {
    width: 100%;
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
}

.box {
    width: calc(25% - 15px);
}
/* 
.box-img {
    height: 400px;
} */

.popup-content {
    background: #FFF;
    position: relative;
    padding: 60px 48px 20px;
    flex-direction: column;
}

.close-popup {
    position: absolute !important;
    top: 0;
    right: 0 !important;
}
.popup-title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #999;
}

.popup-content>.popup-img {
    margin-top: 40px;
}

/* 04/05 */
.cloud-page {
    position: relative;
}
.cloud {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}


 /* 04/08 */
#popup .popup-detail {
    width: 100%;
}
.popup-detail img {
    width: 100%;
}
#popup {
    background: #FFF;
}

@media(min-width: 1920px) {
    .box {
        width: calc(20% - 16px);
    }
    /* .box-img {
        height: 350px;
    } */
}

@media(max-width: 1319px) {
    .box-container {
        display: flex;
        width: 1080px;
        margin: 0 auto;
    }
    .box {
        width: calc(33% - 12px);
    }
    /* .box-img {
        height: 350px;
    } */
}
@media(max-width: 1179px) {
    .story-wrapper {
        width: 920px !important;
    }
    
    .story-wrap {
        height: 370px;
    }

    .story-wrap>img {
        width: 350px !important;
        height: 100%;
    }
    
    .story-wrap>.story-div {
        width: 500px;
    }

    .thumb-wrapper {
        height: 500px;
    }
    iframe {
        height: 500px;
    }
    .box-container {
        width: 100%;
        padding: 0 16px;
    }
}

@media(max-width: 1000px) {
    .real-story {
        display: none;
    }
    .real-story-swiper {
        display: block;
    }
    .plus-div {
        width: 100%;
    }
    .story-wrap {
        height: 800px;
        flex-direction: column;
    }
    .sub-slide-container2 .swiper-slide {
        height: auto;
    }
    .story-wrap>img {
        width: 100% !important;
        border-radius: 32px 32px 0 0;
    }
    .story-wrap .story-div {
        width: 100%;
        border-radius: 0 0 32px 32px;
    }
    .sub-slide-container2 .swiper-slide {
        display: flex;
        background: transparent;
        align-items: end;
    }
    .story-wrap .story-div>.tit>.p32 {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    
    .story-wrap>.story-div>.m-tit {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
    }
    
    .story-wrap>.story-div>.content {
        font-size: 14px;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.35px;
    }
    /* .box-img {
        height: 300px;
    } */
    .swiper-slide>svg {
        width: 50px;
        height: 60px;
        margin-left: -2px;
    }
}

@media(max-width: 900px) {
    .story-top {
        gap: 50px;
    }
    .story-top>.top-div>.s48 {
        font-size: 32px;
        line-height: 42px;
    }
    .story-wrapper {
        width: 920px !important;
    }
    .video-container {
        flex-direction: column-reverse;
    }
    .thumb-wrapper {
        flex-direction: row;
        height: auto;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .thumb-wrapper, .youtube {
        width: 100%;
    }
    .thumb-wrapper>img {
        width: 45%;
        border-radius: 16px;
    }
    iframe {
        border-radius: 16px;
    }
    /* .box-img {
        height: 250px;
    } */
}
@media(max-width: 768px) {
    .story-top {
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    .story-top>img {
        width: 100%;
    }
    .top-div {
        width: 100%;
    }
    .mo-br {
        display: block;
    }
    iframe {
        height: 400px;
    }
    .story-wrap {
        height: 700px;
    }
    .story-wrap .story-div {
        padding: 16px;
    }
    .story-wrap>.story-div>.m-tit {
        padding: 4px 8px;
    }
    .story-wrap .story-div>.tit>img {
        width: 34px;
    }
    .green-tit, .green-tit>.p40 {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
        letter-spacing: -0.8px;
    }
    .green-tit>span {
        display: block;
    }
    .box-container {
        gap: 20px 10px;
    }
    .box {
        width: calc(50% - 5px);
    }
    /* .box-img {
        height: 320px;
    } */
    .popup .popup-content {
        padding: 30px 16px 20px;
        justify-content: start;
    }

}
@media(max-width: 650px) {
    .story-wrap {
        height: 730px;
    }
}
@media(max-width: 600px) {
    .video-page {
        gap: 40px;
    }
    iframe {
        height: 350px;
    }
    .green-tit, .green-tit>.p40 {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    /* .box-img {
        height: 250px;
    } */
    .popup-title {
        font-size: 28px;
        line-height: 38px; /* 135.714% */
        letter-spacing: -0.7px;
    }
    .swiper-slide>svg {
        width: 40px;
        height: 50px;
    }
}
@media(max-width: 480px) {
    .story-top {
        gap: 30px;
    }
    .no-br {
        display: none;
    }
    .black-page .black-div .s40 {
        font-size: 24px;
        line-height: 34px; /* 141.667% */
        letter-spacing: -0.6px;
    }
    .black-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .black-page .black-div>.p18 {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
    }
    .thumb-wrapper>img {
        border-radius: 8px;
    }
    iframe {
        height: 300px;
        border-radius: 8px;
    }
    .story-wrap {
        height: 650px;
    }
    /* .box-img {
        height: 200px;
    } */
}
@media(max-width: 440px) {
    iframe {
        height: 250px;
    }
    /* .box-img {
        height: 170px;
    } */
    .swiper-slide>svg {
        width: 30px;
        height: 40px;
        margin-left: -5px;
    }
}
@media(max-width: 400px) {
    iframe {
        height: 200px;
    }
    .story-wrap {
        height: 700px;
    }
    /* .box-img {
        height: 160px;
    } */
    .black-page .black-div>.p18 {
        font-size: 14px;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.35px;
    }
}
@media(max-width: 380px) {
    .story-wrap {
        height: 730px;
    }
}