.pagejoin_content {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.pagejoin_banner {
    background: linear-gradient(135deg, #030B24, #122964);
}

.pagejoin_banner-content {
    position: relative;
    max-width: 1280px;
    height: 777px;
    margin: 0 auto;

    padding-top: 170px;

    /* background: url(/images/affiliate-img1.png) no-repeat left 870px center;
    background-size: 510px;
    overflow: visible; */
}

.pagejoin_banner-content::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 870px;
    width: 510px;
    height: 510px;
    background-image: url(/images/affiliate-img1.png);
    background-size: contain;
}

.pagejoin_banner-titlebox {
    display: flex;
    flex-direction: column;

    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 60px;
}

.pagejoin_banner-detailbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 58px;

    margin-top: 18px;
}

.pagejoin_banner-percent {
    font-weight: bold;
    font-size: 110px;
    color: #00E0F4;
}

.pagejoin_banner-detail {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;

    width: 470px;
}

.pagejoin_banner-joinnow {
    background: linear-gradient(to right, #00E0F4, #0066FF);

    border-radius: 24px;
    display: inline-block;
    width: 240px;
    height: 56px;
    line-height: 56px;
    text-align: center;

    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF !important;

    margin-top: 105px;
    text-decoration: none !important;
}


/* =============== pagejoin_benefits =========================== */
.pagejoin_benefits {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #E9EFF5;
}

.pagejoin_benefits-content {
    max-width: 1280px;
    margin: 0 auto;

}

.pagejoin_benefits-title {
    font-weight: bold;
    font-size: 42px;
    color: #212121;
    text-align: center;

    margin-bottom: 50px;
}

.pagejoin_benefits-card1,
.pagejoin_benefits-card2 {
    border-radius: 30px;
    padding: 50px 46px;
}

.pagejoin_benefits-card2 {
    margin-top: 22px;
}

.pagejoin_benefits-card1 {
    background: url(/images/affiliate-img2.png) no-repeat right 60px center / 397px;
    background-color: #FFFFFF;
}

.pagejoin_benefits-card2 {
    background: url(/images/affiliate-img3.png) no-repeat right 60px center / 397px;
    background-color: #FFFFFF;
}


.pagejoin_benefits-card1-title,
.pagejoin_benefits-card2-title {
    height: 26px;
    margin-bottom: 50px;
}

.pagejoin_benefits-card1-row-title,
.pagejoin_benefits-card2-row-title {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
}

.pagejoin_benefits-card1-row-text,
.pagejoin_benefits-card2-row-text {
    font-weight: 300;
    font-size: 16px;
    color: #666666;

    width: 650px;
}


.pagejoin_benefits-card1-row1,
.pagejoin_benefits-card1-row2,
.pagejoin_benefits-card1-row3,
.pagejoin_benefits-card2-row1,
.pagejoin_benefits-card2-row2,
.pagejoin_benefits-card2-row3 {
    display: flex;
    flex-direction: column;
    padding-left: 88px;
}

.pagejoin_benefits-card1-row1 {
    background: url(/images/affiliate-icon1.png) no-repeat left center / 58px;
}

.pagejoin_benefits-card1-row2 {
    background: url(/images/affiliate-icon2.png) no-repeat left center / 58px;
    margin-top: 32px;
}

.pagejoin_benefits-card1-row3 {
    background: url(/images/affiliate-icon3.png) no-repeat left center / 58px;
    margin-top: 32px;
}

.pagejoin_benefits-card2-row1 {
    background: url(/images/affiliate-icon4.png) no-repeat left center / 58px;
}

.pagejoin_benefits-card2-row2 {
    background: url(/images/affiliate-icon5.png) no-repeat left center / 58px;
    margin-top: 32px;
}

.pagejoin_benefits-card2-row3 {
    background: url(/images/affiliate-icon6.png) no-repeat left center / 58px;
    margin-top: 32px;
}


/* ============= pagejoin_effective ===================== */
.pagejoin_effective {
    padding-bottom: 120px;
    background: #E9EFF5;
}

.pagejoin_effective-content {
    max-width: 1280px;
    margin: 0 auto;
}

.pagejoin_effective-title {
    font-weight: bold;
    font-size: 42px;
    color: #212121;
    text-align: center;
    margin-bottom: 50px;
}

.pagejoin_effective-card {
    position: relative;
    width: 100%;

    border-radius: 30px;

    padding: 86px 90px 76px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    background: linear-gradient(135deg, #030B24, #122964);
}

.pagejoin_effective-card-icon1 {
    position: absolute;
    top: -50px;
    right: 230px;

    width: 100px;
}

.pagejoin_effective-card-icon2 {
    position: absolute;
    top: 137px;
    left: -33px;

    width: 76px;
}

.pagejoin_effective-card-icon3 {
    position: absolute;
    bottom: -30px;
    right: -22px;

    width: 114px;
}

.pagejoin_effective-col {
    display: flex;
    flex-direction: column;
}

.pagejoin_effective-col-title {
    font-weight: 500;
    font-size: 36px;
    color: #00E0F4;
    line-height: 36px;
}

.pagejoin_effective-col-img {
    display: inline-block;
    width: 82px;

    margin-top: 58px;
}

.pagejoin_effective-col-subtitle {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;

    margin-top: 32px;
}

.pagejoin_effective-col-message {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.7;


    margin-top: 26px;
    width: 266px;
}


/* =========== pagejoin_brands ======================= */
.pagejoin_brands {
    padding-bottom: 120px;
    background: #E9EFF5;
}

.pagejoin_brands-content {
    max-width: 1280px;
    margin: 0 auto;
}

.pagejoin_brands-title {
    width: 698px;
    font-weight: bold;
    font-size: 42px;
    color: #212121;
    text-align: center;
    margin: 0 auto;
}

.pagejoin_brands-cardbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;

    margin-top: 46px;
}

.pagejoin_brands-cardbox-card {
    width: 240px;
    height: 230px;
    background: #FFFFFF;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 38px;
    padding-top: 68px;
}

.pagejoin_brands-cardbox-card-img-box {
    width: 180px;
    height: 44px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pagejoin_brands-cardbox-card-img {
    max-width: 100%;
    max-height: 100%;
}

.pagejoin_brands-cardbox-card-name {
    font-weight: 400;
    font-size: 20px;
    color: #888888;
}

/* =========== pagejoin_join ======================= */
.pagejoin_join {
    height: 400px;
    background: linear-gradient(135deg, #030B24, #122964);
}

.pagejoin_join-content {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;

    background: url(/images/affiliate-img4.png) no-repeat right center / 365px;
}

.pagejoin_join-content-title {
    width: 892px;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 54px;

    padding-top: 98px;
}

.pagejoin_join-content-joinnow {
    background: linear-gradient(to right, #00E0F4, #0066FF);

    border-radius: 24px;
    display: inline-block;
    width: 240px;
    height: 56px;
    line-height: 56px;
    text-align: center;

    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF !important;

    margin-top: 55px;
    text-decoration: none !important;
}

/* =========== pagejoin_brands ======================= */
.pagejoin_letstalk {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #E9EFF5;
}

.pagejoin_letstalk-content {
    max-width: 1280px;
    margin: 0 auto;

    max-width: 1280px;
    height: 680px;
    background: #FFFFFF;
    border-radius: 30px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 88px 70px 66px 60px;
}

.pagejoin_letstalk-content-part1,
.pagejoin_letstalk-content-part2 {
    display: flex;
    flex-direction: column;
}

.pagejoin_letstalk-content-part1-title {
    font-weight: bold;
    font-size: 42px;
    color: #212121;
}

.pagejoin_letstalk-content-part1-message {
    width: 406px;

    font-weight: 400;
    font-size: 20px;
    color: #666666;

    margin-top: 42px;
    margin-bottom: 40px;
}

.pagejoin_letstalk-content-part1-img {
    width: 447px;
}

.pagejoin_letstalk-content-part2-label {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
}

.pagejoin_letstalk-content-part2-input {
    width: 500px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DFE7EE;

    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 27px;

    font-weight: 400;
    font-size: 20px;
    color: #666666;
}

.pagejoin_letstalk-content-part2-textarea {
    width: 500px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DFE7EE;

    padding: 1em;

    font-weight: 400;
    font-size: 20px;
    color: #666666;
}

.pagejoin_letstalk-content-part2-submit {
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;

    background: linear-gradient(to right, #00E0F4, #0066FF);

    border-radius: 24px;
    display: inline-block;
    width: 260px;
    height: 56px;
    line-height: 56px;
    text-align: center;

    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF !important;

    text-decoration: none !important;

    cursor: pointer;
    outline: none;
    border: none;
}

.pagejoin_letstalk-content-part2 form {
    display: flex;
    flex-direction: column;
}

/* mobile */
@media screen and (max-width: 768px) {
    .pagejoin_banner-content {
        padding: 24px;
        padding-top: 42px;
    }

    .pagejoin_banner-titlebox {
        font-size: 24px;
        line-height: unset;
        text-align: center;
    }

    .pagejoin_banner-detailbox {
        flex-direction: column;
        text-align: center;
    }

    .pagejoin_banner-content::before {
        top: unset;
        bottom: 0;
        left: unset;
        right: 0;

        width: 210px;
        height: 210px;
    }

    .pagejoin_banner-detail {
        width: 100%;
    }

    .pagejoin_banner-joinnow {
        width: 100%;
    }

    /* ===================================== */
    .pagejoin_benefits {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pagejoin_benefits-card1,
    .pagejoin_benefits-card2 {
        padding: 24px;
        background: #fff;
    }

    .pagejoin_benefits-card1-row-text,
    .pagejoin_benefits-card2-row-text {
        width: 100%;
    }

    /* ===================================== */
    .pagejoin_effective-col {
        align-items: center;
        text-align: center;
    }
    .pagejoin_effective {
        padding-bottom: 60px;
    }

    .pagejoin_effective-card {
        padding: 24px;
        flex-direction: column;
        row-gap: 48px;
    }

    .pagejoin_effective-card-icon1 {
        right: 54px;
    }

    .pagejoin_effective-card-icon2 {
        /* left: unset;
    right: 0; */
        /* top: 416px; */
        display: none;
    }

    .pagejoin_effective-col-img {
        margin-top: 24px;
    }

    /* ============================= */
    .pagejoin_brands {
        padding-bottom: 60px;
    }

    .pagejoin_brands-title {
        width: 100%;
    }

    .pagejoin_brands-cardbox {
        flex-direction: column;
        row-gap: 24px;
    }

    .pagejoin_brands-cardbox-card {
        width: 100%;
    }

    /* ===================================== */
    .pagejoin_join-content {
        padding: 24px;
        background: url(/images/affiliate-img4.png) no-repeat right bottom/ 248px;
    }

    .pagejoin_join-content-joinnow {
        width: 100%;
    }

    .pagejoin_join-content-title {
        width: 100%;
        font-size: 24px;
        padding-top: 54px;
        text-align: center;
        line-height: unset;
    }


    /* ====================================== */
    .pagejoin_letstalk {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pagejoin_letstalk-content {
        flex-direction: column;
        height: auto;
        padding-left: 24px;
        padding-right: 24px;
    }


    .pagejoin_letstalk-content-part2-input,
    .pagejoin_letstalk-content-part2-textarea {
        width: 100%;
    }

    .pagejoin_letstalk-content-part1-img {
        width: 100%;
    }

    .pagejoin_letstalk-content-part1-message {
        width: 100%;
    }

}
