@media(min-width:1001px) {
    .section .homeSub {
        font-size: 18px;
        color: #292929;
    }

    /* blissfulComfort */
    #pageContainer .pageContent .section.blissfulComfort {
        width: 1920px;
        margin: 0 auto;
    }

    .blissfulComfort .sectionContent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1680px;
        margin: 0 auto;
        height: 100vh;
        padding: 120px 0;
    }

    .blissfulComfort .surrounBox {
        padding-bottom: 4.5vw;
        margin-right: -13px;
        width: 653px;
    }

    .blissfulComfort .blissfulComfortBg {
        width: 50vw;
        min-width: 800px;
    }

    /* introduce */
    #pageContainer .pageContent .section.introduce {
        width: 1920px;
        margin: 0 auto;
    }

    .introduce .sectionContent {
        max-width: 1440px;
        margin: 0 auto;
        height: 100vh;
        /* padding-bottom: 18.5vh; */
        align-items: flex-end;
        justify-content: space-between;
    }

    .introduce .sectionContent .surrounBox {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        max-width: 447px;
        padding-bottom: 18.5vh;
    }
    #pageContainer .pageContent .section.introduce .section{
        height: auto;
    }

    .introduce .sectionContent .surrounBox .introduceBgSub {
        width: 16.65vw;
        max-width: 320px;
        min-width: 220px;
        margin-bottom: 14vh;
    }

    .introduce .sectionContent .surrounBox .introduceBgSub img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .introduce .sectionContent .surrounBox .homeSub {
        margin-bottom: -5px;
    }

    .introduce .sectionContent .introduceBg {
        width: 42.2vw;
        min-width: 650px;
        padding-bottom: 18.5vh;
    }

    /* included */
    #pageContainer .pageContent .section.included {
        width: 1920px;
        margin: 0 auto;
    }

    .included .sectionContent {
        max-width: 1519px;
        margin: 0 auto;
        height: 100vh;
        padding: 19.4vh 0 17.9vh;
        align-items: flex-start;
        justify-content: space-between;
    }

    .included .sectionContent .surrounBox {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 481px;
    }

    .included .sectionContent .surrounBox .homeSub {
        margin-bottom: 50px;
        margin-top: -0.3vw;
    }

    .included .sectionContent .surrounBox .includedBgSub {
        width: 25vw;
        min-width: 300px;
    }

    .included .sectionContent .includedBg {
        width: 42.2vw;
        min-width: 730px;
    }

}

@media(max-width:1000px) {
    .section .homeSub {
        font-size: 15px;
        margin-bottom: 0;
        letter-spacing: 0.6px;
    }

    /* blissfulComfort */
    #pageContainer .pageContent .section.blissfulComfort {
        margin-bottom: 58px;
    }

    .blissfulComfort .blissfulComfortBg {
        height: 85.6vh;
        margin-bottom: 72px;
        width: 100%;
    }

    .blissfulComfort .blissfulComfortBg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* introduce */
    #pageContainer .pageContent .section.introduce {
        margin-bottom: 60px;
    }

    .introduce .sectionContent .surrounBox {
        margin-bottom: 43px;
        width: 100%;
    }

    .introduce .sectionContent .surrounBox .introduceBgSub {
        width: 55%;
        margin: 0 -7.3% 44px auto;
    }

    /* included */
    .included .sectionContent .surrounBox .includedBgSub {
        margin-top: 43px;
        margin-left: -7.2%;
        width: 82.5%;
        margin-bottom: 48px;
    }

}