.story_section1 {
    margin: 120px 0 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story_sec1_logo {
    width: 364px;
    height: 157px;
    margin: 35px 0 53px;
}

.story_sec1_info {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 30px;
}

.story_sec1_list {
    display: flex;
    margin-top: 135px;
}

.story_sec1_item {
    padding: 12px 0 9px;
    width: 417px;
    border-left: 1px solid #D9D9D9;
    padding-left: 26px;
}

.story_sec1_item:last-child {
    width: auto;
}

.story_sec1_item_head {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: #2C2C2C;
    line-height: 35px;
}

.story_sec1_item_head strong {
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 700;
    color: #2C2C2C;
    line-height: 50px;
    margin-bottom: 6px;
}

.story_sec1_item_contents {
    margin-top: 31px;
    font-size: 17px;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 30px;
}

.story_sec1_item_contents strong {
    font-weight: 700;
    color: #08975D;
}

.story_section2 {
    margin-bottom: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story_sec2_list {
    padding: 0 90px;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.story_sec2_item {
    position: relative;
    display: flex;
}

.story_sec2_item_contents1 {
    position: absolute;
    left: 90px;
    top: 90px;
}

.story_sec2_item_head {
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 55px;
}

.story_sec2_item_desc {
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    margin: 26px 0 32px;
}

.story_sec2_item_desc_mo {
    display: none;
}

.story_sec2_item_desc2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.story_sec2_item_desc2_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.story_sec2_item_desc2_list img {
    width: 101px;
    height: 101px;
}

.story_sec2_item_bg {
    width: 100%;
}

.story_sec2_item_mo {
    display: none;
}

.story_sec2_item_contents2 {
    position: absolute;
    left: 62%;
    bottom: 11.2%;
    width: 610px;
}

.story_sec2_item_contents2 .story_sec2_item_desc {
    margin-bottom: 0;
}

.story_section3 {
    margin-bottom: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story_sec3_video {
    margin: 35px 0 195px;
    width: auto;
    height: 511px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

.interview_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.story_sec3_ceo {
    width: 100%;
    display: flex;
    padding: 0 310px;
    gap: 110px;
    justify-content: center;
}

.story_sec3_ceo_img {
    width: 550px;
    height: 400px;
}

.story_sec3_qna {
    flex: 1;
}

.story_sec3_qna_q {
    font-size: 36px;
    font-weight: 500;
    color: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid #d0d0d0;
    cursor: pointer;
    transition: color 0.35s cubic-bezier(.22,1,.36,1);
    padding-bottom: 25px;
}

.story_sec3_qna_icon {
    width: 13px;
    display: flex;
}

.story_sec3_qna_icon img {
    width: 100%;
}

.story_sec3_qna_item.active .story_sec3_qna_q {
    color: #2C2C2C;
    border-top: 1px solid #2C2C2C;
}

.story_sec3_qna_open {
    display: none;
}

.story_sec3_qna_item.active .story_sec3_qna_open {
    display: block;
}

.story_sec3_qna_item.active .story_sec3_qna_close {
    display: none;
}

.story_sec3_qna_a {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    border-bottom: 1px solid #2C2C2C;
    transition: height 0.6s cubic-bezier(.22,1,.36,1), opacity 0.25s cubic-bezier(.22,1,.36,1), transform 0.6s cubic-bezier(.22,1,.36,1);
}

.story_sec3_qna_a_inner {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 35px;
}

.story_sec3_qna_a_inner_mo {
    display: none;
}

.story_sec3_qna_item.active .story_sec3_qna_a {
    opacity: 1;
    transform: translateY(0);
}

.story_sec3_qna_q br {
    display: none;
}

@media (min-width: 1921px) {
    .story_sec2_list,
    .story_sec3_ceo {
        padding: 0 15.8%;
    }
}

@media (max-width: 767px) {
    .gnb {
        background-color: rgba(8, 151, 93, 0.7);
    }

    .gnb_1depth > a,
    .gnb .gnb_1depth a {
        color: #FFF !important;
    }

    .depth_toggle::before,
    .depth_toggle::after {
        background-color: #FFF !important;
    }

    .mobile_menu_btn.active span {
        background-color: #fff !important;
    }

    .header_shop_btn img {
        content: url("/images/header_shop_btn_mo_white.png");
    }
    
    .main_background_img {
        content: url("/images/story_main_mo.png");
        width: 100%;
        height: auto;
    }

    .story_section1 {
        margin: 65px 0 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .story_sec1_logo {
        margin: 30px 0;
        width: 123px;
        height: 53px;
    }

    .story_sec1_info {
        font-size: 13px;
        line-height: 23px;
    }
    
    .story_sec1_list {
        margin-top: 70px;
        flex-direction: column;
        align-items: center;
    }

    .story_sec1_item {
        width: auto;
        border-left: none;
        border-bottom: 1px solid #D9D9D9;
        padding: 30px 0;
        min-width: 160%;
    }

    .story_sec2_item {
        display: none;
    }

    .story_sec1_item:first-child {
        padding-top: 0;
    }

    .story_sec1_item:last-child {
        border-bottom: none;
    }

    .story_sec1_item_head {
        align-items: center;
        font-size: 13px;
        color: #A6A6A6;
        font-size: 500;
        line-height: 16px;
    }

    .story_sec1_item_head strong {
        font-size: 22px;
        line-height: 36px;
    }

    .story_sec1_item_contents {
        text-align: center;
        font-size: 13px;
        line-height: 23px;
        margin-top: 16px;
    }

    .story_sec1_item_contents strong {
        color: #08975D;
    }

    .story_section2 {
        margin-bottom: 120px;
    }

    .story_sec2_list {
        padding: 0 30px;
        margin-top: 20px;
        gap: 20px;
    }

    .story_sec2_item_mo {
        display: flex;
        flex-direction: column;
    }

    .story_sec2_item_top {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .story_sec2_item_contents1 {
        width: 100%;
        position: static;
        background-image: url("/images/company_story1_mo_bottom.png");
        padding: 30px 0;
        border-radius: 0 0 10px 10px;
    }

    .story_sec2_item_contents2 {
        width: 100%;
        position: static;
        background-image: url("/images/company_story2_mo_bottom.png");
        padding: 30px 0 37px 0;
        border-radius: 0 0 10px 10px;
    }

    .story_sec2_item_head {
        text-align: center;
        font-size: 17px;
        line-height: 24px;
    }

    .story_sec2_item_desc {
        display: none;
    }

    .story_sec2_item_desc_mo {
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        color: #FFFFFF;
        font-weight: 500;
        margin-top: 20px;
    }

    .story_sec2_item_desc2 {
        justify-content: center;
        margin-top: 20px;
    }

    .story_sec2_item_desc2_list img {
        width: 63px;
        height: 63px;
    }

    .story_sec2_item_desc2_list {
        font-size: 12px;
        line-height: 30px;
    }

    .story_section3{
        margin-bottom: 150px;
    }

    .story_sec3_video {
        padding: 0 30px;
        height: auto;
        border-radius: 12px;
        margin: 15px 0 65px;
    }

    .interview_video {
        border-radius: 12px;
        background-image: url("/images/interview_thumbnail_mo.png");
        background-position: center center;
        background-size: cover;
    }

    .story_sec3_ceo_img {
        display: none;
    }

    .story_sec3_ceo {
        padding: 0 30px;
    }

    .story_sec3_qna_q {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        justify-content: center;
    }

    .story_sec3_qna_icon {
        position: absolute;
        right: 30px;
        display: flex;
        align-items: center;
    }

    .story_sec3_qna_a_inner {
        display: none;
    }

    .story_sec3_qna_a_inner_mo {
        display: block;
        font-size: 13px;
        line-height: 23px;
        text-align: center;
        padding-bottom: 15px;
    }

    .story_sec3_qna_q br {
        display: inline;
    }

    .story_sec3_qna_item:last-child .story_sec3_qna_q {
        border-bottom: 1px solid #d0d0d0;
    }

    .story_sec3_qna_item:last-child.active .story_sec3_qna_q {
        border-bottom: none;
    }
}