/* ========== Extra Extra Large ≥1400px ========== */
@media (max-width: 1400px) {}

/* ========== Extra Large ≥1200px ========== */
@media (max-width: 1200px) {}

/* ========== Large ≥992px ========== */
@media (max-width: 992px) {
    .collaborationCostumeMainLayout {
        position: relative;
        width: 100%;
        min-height: 100dvh;
        padding: 50px 20px;
    }

    .content06TopicLayout {
        padding-top: 150px;
    }
}

/* ========== Medium ≥768px ========== */
@media (max-width: 768px) {
    .bannerLogoLayout {
        width: 100%;
        max-width: 150px;
    }

    .bannerTitleLayout {
        width: 100%;
        max-width: 450px;
    }

    .bannerDateLayout {
        position: relative;
        width: 620px;
        height: 52px;
    }

    .bannerDateLayout span {
        font-size: 13px;
    }

    .bannerMainLayout {
        position: relative;
        width: 100%;
        min-height: 100dvh;
    }

    .bannerFooterC {
        font-size: 10px;
    }

    .sectionContent03MainLayout {
        position: relative;
        width: 100%;
        min-height: 850px;
        padding: 50px 20px 40px 20px;
    }

    .content03DetailMainLayout {
        width: 650px;
        height: 310px;
    }

    .sectionContent03MainLayout {
        font-size: 14px;
    }

    .content03Character {
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 540px;
    }

    .tableContentThird,
    .tableHeaderThird,
    .tableHeaderFrist,
    .tableContentFrist {
        width: 150px;
        min-width: 150px;
    }

    .tableContentFrist {
        padding: 10px;
    }

    .tableContentFristItem {
        width: 70px;
    }

    .tableContentMainLayout {
        font-size: 18px;
        line-height: 16px;
    }

    .tableContentThird_content {
        font-size: 14px;
        line-height: 16px;
    }

    .collabPackMainLayout {
        padding: 50px 30px;
    }

    .collabCostumeTitle {
        width: 100%;
        max-width: 480px;
    }

    .collabCostumeItems02 {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 100px;
        transform: translateY(-185%);
        width: 100px;
        height: 88px;
    }

    .collabCostumeDetail_item {
        width: 120px;
        min-width: 120px;
    }

    .collabCostumeDetail_content {
        padding: 40px 40px;
    }

    .content04Img {
        width: 100%;
        max-width: 400px;
        height: 200px;
        border: 3px solid #268aff;
    }

    .content04Footer {
        font-size: 14px;
    }

    .content04Footer {
        width: 100%;
        max-width: 650px;
        height: 40px;
    }

    .content04FooterTopic {
        width: 100px;
    }

    .content04MainLayout {
        font-size: 14px;
        line-height: 20px;
    }

    .content04MainLayout {
        padding: 50px 20px;
    }

    .sectionContent04MainLayout {
        padding: 50px 20px;
    }

    .collabCostumeDetail_header {
        font-size: 14px;
        line-height: 17px;
    }

    .collabCostumeDetail_itemImgText {
        height: 30px;
        font-size: 13px;
    }

    .content04Footer {
        font-size: 12px;
    }

    .content05TopicImg {
        width: 400px;
        height: 250px;
    }

    .content05TopicMainLayout {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .h5,
    h5 {
        font-size: 16px;
    }

    .content05Mission_topic span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .missionDetail_img {
        width: 400px;
        height: 250px;
        border: 3px solid #0b7c36;
    }

    .content05Mission_detail {
        align-items: center;
    }

    .sectionContent05MainLayout {
        padding: 50px 20px;
    }

    .h6,
    h6 {
        font-size: 12px;
    }

    .content06TopicLayout {
        padding-top: 70px;
    }

    .sectionContent06MainLayout {
        position: relative;
        width: 100%;
        min-height: 100dvh;
        padding: 50px 20px;
    }
}

/* ========== Small ≥576px ========== */
@media (max-width: 576px) {
    .bannerMainLayout {
        position: relative;
        width: 100%;
        min-height: 100dvh;
        padding: 130px 20px;
    }

    .bannerLogoLayout {
        width: 100%;
        max-width: 100px;
    }

    .bannerTitleLayout {
        width: 100%;
        max-width: 350px;
    }

    .bannerDateLayout {
        position: relative;
        width: 450px;
        height: 38px;
    }

    .bannerDateLayout span {
        font-size: 12px;
    }

    .sectionContent02MainLayout {
        font-size: 14px;
    }

    .content03Title {
        width: 100%;
        max-width: 400px;
    }

    .content03DetailMainLayout {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0px;
        justify-content: center;

        background: transparent;
    }

    .content03Character {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        width: 100%;
    }

    .content03DetailNote {
        padding: 10px 10px;
        background: #000;
    }

    .sectionContent03MainLayout {
        min-height: 750px;
    }

    .tableHeaderMainLayout {
        display: none;
    }

    .tableContentMainLayout {
        flex-direction: column;
    }

    .tableContentSecond {
        min-height: 150px;
        padding: 20px;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }


    .tableHeaderThird,
    .tableHeaderFrist,
    .tableContentFrist {
        width: 100%;
        min-width: 100%;
        min-height: 150px;
    }

    .tableContentThird {
        width: 100%;
        min-width: 100%;
        min-height: 80px;
    }

    .tableContentThird_content {
        font-size: 14px;
        line-height: 16px;
        min-height: 80px;
    }

    .collabCostumeTopic {
        position: relative;
        z-index: 2;
        width: 450px;
        height: 500px;
    }

    .collabCostumeItems {
        width: 187px;
        height: 186px;
    }

    .collabCostumeItems02 {
        top: 50%;
        right: 90px;
        transform: translateY(-185%);
        width: 70px;
        height: 63px;
    }

    .tableContentThird.third {
        justify-content: start;
        padding: 0px;
        min-height: 80px;
        background: #062713;
        border-right: 1px solid transparent;
        border-left: 1px solid #1d5433;
    }

    .content05Mission_topic span {
        color: #fff;
        font-size: 14px;
        line-height: 19px;
    }

    .missionDetail_img {
        width: 350px;
        height: 200px;
        border: 3px solid #0b7c36;
    }

    .content05TopicImg {
        width: 350px;
        height: 200px;
    }

    .content06TopicLayout {
        padding-top: 40px;
    }

    .content04Footer {
        height: 100%;
        min-height: 40px;
    }
}

@media (max-width: 450px) {
    .bannerDateLayout {
        position: relative;
        width: 350px;
        height: 45px;
    }

    .sectionContent03MainLayout {
        min-height: 680px;
    }

    .missionDetail_img {
        width: 300px;
        height: 200px;
        border: 3px solid #0b7c36;
    }

    .content05TopicImg {
        width: 300px;
        height: 200px;
    }

    .content06TopicLayout {
        padding-top: 50px;
        min-height: 100px;
    }
}

@media (max-width: 400px) {
    .bannerDateLayout {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 45px;
    }
}