@media (min-width: 768px) {
    .partners-page .banner-box {
        background: url('../images/partners-bg.webp') no-repeat top center;
        background-size: cover;
        width: 100%;
        padding: 6.7rem 0;
    }
    .partners-page .contact-us-form-page {
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
    .partners-page .contact-us-form-page .form-content {
        width: 52.8rem;
        /* height: 51.5rem; */
        margin: auto;
    }
    .partners-page .box-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6rem;
        width: 144rem;
        margin: auto;
    }
    .partners-page .contact-us-form-page .right-box .tips-txt {
        margin-bottom: 2rem;
        font-weight: 500;
        font-size: 1.8rem;
        width: 100%;
    }
    .partners-page .banner-box img {
        width: 52.8rem;
    }
    .partners-page .banner-box aside {
        width: 101.3rem;
        text-align: left;
    }
    .partners-page .banner-box aside h1 {
        font-size: 3.6rem;
        font-weight: 700;
        line-height: normal;
        text-align: left;
    }
    .partners-page .banner-box aside p {
        text-align: left;
        margin-top: 3rem;
        font-size: 2rem;
        font-weight: 400;
        line-height: normal;
    }
    .partners-page .banner-box article h4 {
        text-align: left;
        margin-top: 6rem;
        font-size: 2.2rem;
        font-weight: 600;
    }
    .partners-page .banner-box article ul {
        display: flex;
        margin-top: 2rem;
        gap: 4rem;
    }
    .partners-page .banner-box article ul img {
        width: 4rem;
        height: 4rem;
        cursor: pointer;
    }
    .partners-page .steps-box {
        padding-bottom: 0;
    } 
    .partners-page .steps-box h2 {
        padding-bottom: 2rem;
        color: #344256;
    }
    .partners-page .sub-title {
        color: #65758B;
        font-size: 1.8rem;
        font-weight: 400;
    }
    .partners-page .steps-box ul {
        justify-content: space-between;
        width: 100rem;
        margin: 12rem auto;
        position: relative;
    }
    .partners-page .steps-box ul::before {
        content: "";
        width: 92%;
        border: 1px dashed #B7B7B7;
        position: absolute;
        top: 4rem;
        left: 4%;
    }
    .partners-page.partners-page .contact-us-form-page .form-content .right-box {
        height: auto;
    }
    .partners-page .steps-box ul li {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        z-index: 1;
    }
    .partners-page .steps-box ul img {
        width: 8rem;
        height: 8rem;
        margin: 0 auto;
    }
    .partners-page .steps-box ul li span,
    .partners-page .steps-box ul li p {
        font-weight: 700;
        font-size: 1.8rem;
        color: #65758B;
    }
    .partners-page .steps-box ul li p {
        color: #344256;
        padding-top: 1rem;
    }
    .partners-page .playace-pay-box {
        display: flex;
        width: 120rem;
        gap: 5rem;
        margin: 2rem auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .partners-page .playace-pay-box li{
        width: 21.6rem;
        height: 10.1rem;
    }
    .partners-page .playace-pay-box li img{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-content .banner-box {
        width: 100%;
        height: auto;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-content .box-content {
        width: 100%;
        height: auto;
        margin: 0 auto;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 0;
    }
    .main-content .box-content aside > h1 {
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 26.2rem;
        margin: 0 auto 2rem;
    }
    .en.main-content .box-content aside > h1 {
        line-height: normal;
        width: 100%;
        font-size: 3rem;
    }
    .main-content .box-content > img {
        display: none;
    }
    .main-content .banner-box aside {
        width: 100%;
        background: linear-gradient(359.94deg, #FFFFFF 4.58%, #CDEBFE 92.98%);
        text-align: center;
        padding: 4rem 2rem;
    }
    .main-content .banner-box article h4 {
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 2rem;
    }
    .main-content .banner-box aside p {
        color: var(--text02, #65758B);
        text-align: center;
        
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem; /* 142.857% */
    }
    .main-content .banner-box article ul {
        display: flex;
        align-items: center;
        gap: 2rem;
        justify-content: center;
        margin-top: 1rem;
    }
    .main-content .banner-box article ul img {
        width: 2.4rem;
        height: 2.4rem;
    }
    .main-content .steps-box h2 {
        padding-bottom: 1rem;
        letter-spacing: normal;
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .main-content .steps-box .sub-title {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5rem;
        color: var(--text02, #65758B);
        text-align: center;
        
        font-style: normal;
    }
    .main-content .steps-box ul {
        margin: 2rem auto 0;
        gap: 2rem;
        flex-direction: column;
        width: 33.5rem;
    }
    .main-content .steps-box ul::before {
        display: none;
    }
    .main-content .steps-box ul li {
        background: #E8F0FF;
        width: 100%;
        border-radius: 1.2rem;
        display: flex;
        flex-direction: row;
        padding: 1.2rem 1.6rem;
        gap: 1.6rem;
    }
    .main-content .steps-box ul > div {
        display: flex;
        align-items: center ;
    }
    .main-content .steps-box ul img {
        width: 4rem;
        height: 4rem;
        margin: 0;
    }
    
    .main-content .steps-box ul li span,
    .main-content .steps-box ul li p {
        padding-top: 0;
        color: var(--text01, #344256);
        
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .main-content .steps-box ul li span {
        display: block;
        text-align: left;
        padding-top: 0;
        color: var(--text02, #65758B);
        font-weight: 400;
    }
    .main-content .world-20 ul {
        gap: 1.3rem;
        flex-wrap: nowrap;
        display: flex;
        padding: 0 2rem;
        margin-top: 2rem;
        justify-content: center;
    }
    .main-content .world-20 li {
        width: 8rem;
        border-radius: 0.8rem;
    }
    .main-content .world-20 img {
        width: 100%;
    }
    .partners-page .contact-us-form-page .form-content {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .partners-page .contact-us-form-page .form-content .right-box {
        margin: 0 auto;
        display: flex;
        width: 33.5rem;
        padding: 3rem 2rem;
        flex-direction: column;
        justify-content: center;
    }
    .partners-page .contact-us-form-page .form-content .right-box p {
        font-size: 1.2rem;
        font-weight: 400;
        color: var(--text01, #344256);
        font-family: Inter;
        font-style: normal;
        line-height: normal;
    }
    .partners-page .contact-us-form-page .form-content .tips-txt {
        margin-bottom: 2rem;
        color: var(--text01, #344256);
        
        font-size: 1.4rem !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .partners-page .world-20 {
        padding: 0 0 4rem;
        width: 100%;
    }
    .partners-page .world-20 > h2 {
        font-size: 2rem;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 0;
        letter-spacing: 0;
        color: var(--text01, #344256);
        text-align: center;
        
        font-style: normal;
    }
    .partners-page .world-20 .playace-pay-box::-webkit-scrollbar {
        overflow: hidden;
    }
    .partners-page .world-20 .playace-pay-box img {
        width: 8rem;
        height: auto;
    }
}