.form-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.form-section {
    margin-bottom: 30px
}

.form-multi-btn {
    margin-top: 36px
}

.form-multi-btn .radio-button-m-wrap {
    margin-bottom: 6px
}

.form-title-wrap {
    position: relative;
    background: linear-gradient(90deg, #f5f5f7 0, rgba(245, 245, 247, 0) 100%);
    margin-bottom: 15px;
    padding: 14px 24px
}

.form-title-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #e31e2c
}

.form-title-text {
    display: block;
    font-size: 17px;
    color: #383838;
    font-weight: 600
}

.form-title-subtext {
    font-size: 13px;
    padding-top: 2px
}

.form-num-list {
    list-style-type: none;
    margin-left: 28px
}

.form-num-list-item {
    counter-increment: item;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    margin-bottom: 13px
}

.form-num-list-item:before {
    content: counter(item);
    position: absolute;
    top: -4px;
    left: -28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #f5f5f7;
    color: #383838;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-check-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-bottom: 22px
}

.form-col-2,
.form-col-3 {
    display: grid;
    column-gap: 20px;
    row-gap: 10px;
    align-items: flex-end
}

.form-check-list-item {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    margin-bottom: 13px;
    margin-right: 22px
}

.form-check-list-item:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -15px;
    width: 22px;
    height: 22px;
    background-color: #e31e2c;
    background-image: url(../images/svg/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 50%
}

.form-col-2 {
    grid-template-columns: repeat(2, 1fr)
}

.form-col-3 {
    grid-template-columns: repeat(3, 1fr)
}

.form-col-2-l-s,
.form-col-m-s3 {
    align-items: flex-end;
    display: grid;
    column-gap: 20px;
    row-gap: 10px
}

.form-col-2-l-s {
    grid-template-columns: 2fr 1fr
}

.form-col-m-s3 {
    grid-template-columns: 2fr repeat(3, 1fr)
}

.form-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 10px;
    align-items: flex-end
}

.become-agent-main,
.become-agent-who-cantainer {
    display: flex
}

.become-agent-main-form {
    margin-top: 10px
}

.become-agent-main .form-col-2-l-s {
    margin: 10px 0
}

.become-agent-main-section {
    margin-top: -24px
}

.become-agent-main-lef {
    width: 42.6%;
    margin-right: 60px;
    background-image: url(../images/agent/agent-main.png);
    background-repeat: no-repeat;
    background-position: 5% 0
}

.become-agent-main-right {
    width: 47.4%;
    max-width: 724px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 56px
}

.become-agent-main-btns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    font-size: 17px
}

.become-agent-main-submit {
    width: 100%;
    max-width: 460px;
    margin-bottom: 20px
}

.become-agent-main-link {
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    color: #e31e2c
}

.become-agent-section-agent {
    background-color: #fff
}

.become-agent-who-img-wrap {
    width: 100%;
    max-width: 560px;
    max-height: 460px;
    margin-right: 60px
}

.become-agent-who-img-wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.become-agent-who-content {
    width: 100%;
    max-width: 600px
}

.become-agent-who-title {
    margin-bottom: 20px
}

.become-agent-who-title:nth-of-type(2) {
    margin-top: 26px
}

.become-agent-who-text {
    font-size: 15px
}

.become-agent-who-list {
    line-height: 24px;
    margin-top: 25px;
    margin-left: 14px
}

.become-agent-who-list-el {
    margin-bottom: 3px;
    font-size: 13px
}

.become-agent-content-wrap {
    margin: 0 auto 50px;
    max-width: 660px;
    text-align: center
}

.become-agent-content-text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px
}

.become-agent-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

.become-agent-card {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    margin: auto
}

.become-agent-card-img {
    width: 100%;
    height: 100%;
    border: none
}

.become-agent-card-img-wrap {
    background-color: #e6e6e6;
    width: 100%;
    height: 100%;
    display: block
}

.become-agent-card-img-wrap img {
    height: 100%;
    object-fit: cover
}

.become-agent-card-text {
    font-size: 17px;
    font-weight: 600;
    color: #383838
}

.become-agent-card-text-wrap {
    padding: 20px 30px;
    background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .become-agent-main-lef {
        width: 47.6%;
        margin-right: 50px
    }

    .become-agent-main-right {
        width: 42.4%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .form-multi-btn {
        display: flex;
        white-space: nowrap;
        overflow-x: scroll
    }

    .become-agent-section-agent .row {
        justify-content: center
    }

    .become-agent-main {
        display: flex;
        flex-direction: column
    }

    .become-agent-main-form {
        margin-top: 10px
    }

    .become-agent-main .form-col-2-l-s {
        margin: 10px 0
    }

    .become-agent-main-section {
        margin-top: -75px
    }

    .become-agent-main-lef {
        width: 100%;
        margin-right: 0;
        height: 300px;
        margin-bottom: 0;
        background-position: 0 76%;
        background-size: cover
    }

    .become-agent-main-right {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 45px;
        margin: 0 auto
    }

    .become-agent-main-btns {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center
    }

    .become-agent-main-link,
    .become-agent-main-submit {
        font-size: 15px
    }

    .become-agent-who-cantainer {
        display: flex;
        flex-direction: column-reverse
    }

    .become-agent-who-img-wrap {
        height: 300px;
        max-width: 100%;
        margin-top: 30px;
        margin-right: 0
    }

    .become-agent-who-img-wrap img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .become-agent-who-content {
        width: 100%;
        max-width: 600px
    }

    .become-agent-who-title {
        margin-bottom: 12px
    }

    .become-agent-who-title:nth-of-type(2) {
        margin-top: 18px
    }

    .become-agent-who-list-el,
    .become-agent-who-text {
        font-size: 15px
    }

    .become-agent-who-list {
        line-height: 20px;
        margin-top: 20px;
        margin-left: 16px
    }

    .become-agent-content-wrap {
        margin: 0 auto 34px
    }

    .become-agent-content-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px
    }

    .become-agent-cards {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .become-agent-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0
    }

    .become-agent-card-img {
        height: 260px
    }

    .become-agent-card-img-wrap {
        height: 100%
    }

    .become-agent-card-text {
        font-size: 13px
    }

    .become-agent-card-text-wrap {
        padding: 18px 20px
    }
}

@media only screen and (max-width:767px) {

    .become-agent-card-text,
    .form-title-text {
        font-size: 13px
    }

    .form-title-subtext {
        font-size: 11px
    }

    .form-container {
        padding: 20px 20px 30px
    }

    .form-check-list {
        display: block;
        margin-bottom: 20px
    }

    .form-check-list-item {
        margin-right: 0;
        padding-left: 8px;
        font-size: 12.5px
    }

    .form-multi-btn {
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
        margin-top: 26px
    }

    .form-col-2,
    .form-col-2-l-s,
    .form-col-3,
    .form-col-4,
    .form-col-m-s3 {
        grid-template-columns: 1fr
    }

    .become-agent-section-customer {
        background-color: #fff;
        padding-top: 0;
        margin-bottom: -30px
    }

    .become-agent-main {
        display: flex;
        flex-direction: column
    }

    .become-agent-main-form {
        margin-top: 10px
    }

    .become-agent-main .form-col-2-l-s {
        margin: 10px 0
    }

    .become-agent-main-section {
        margin-top: -75px
    }

    .become-agent-main-lef {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        height: 190px;
        background-size: cover;
        background-position: 0 71%
    }

    .become-agent-main-right {
        width: 100%;
        padding: 30px 20px 45px;
        margin: 0 auto
    }

    .become-agent-main-btns {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center
    }

    .become-agent-main-link,
    .become-agent-main-submit {
        font-size: 15px
    }

    .become-agent-who-cantainer {
        display: flex;
        flex-direction: column-reverse
    }

    .become-agent-who-img-wrap {
        height: 300px;
        max-width: 100%;
        margin-top: 30px;
        margin-right: 0
    }

    .become-agent-who-img-wrap img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .become-agent-who-content {
        width: 100%;
        max-width: 600px;
        padding: 0 20px
    }

    .become-agent-who-title {
        margin-bottom: 12px
    }

    .become-agent-who-title:nth-of-type(2) {
        margin-top: 18px
    }

    .become-agent-who-list-el,
    .become-agent-who-text {
        font-size: 15px
    }

    .become-agent-who-list {
        line-height: 20px;
        margin-top: 20px;
        margin-left: 16px
    }

    .become-agent-content-wrap {
        margin: 0 auto 22px;
        text-align: left
    }

    .become-agent-content-text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px
    }

    .become-agent-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 32px
    }

    .become-agent-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0
    }

    .become-agent-card-img {
        width: 100%
    }

    .become-agent-card-img-wrap {
        height: 186px
    }

    .become-agent-card-text-wrap {
        background-color: #f5f5f7;
        padding: 18px 20px
    }
}

@media only screen and (max-width:450px) {
    .form-title-wrap {
        margin-left: -20px
    }

    .form-section {
        margin-bottom: 22px
    }

    .form-multi-btn {
        width: calc(100% + 60px);
        margin-left: -30px
    }

    .form-multi-btn .radio-button-m-wrap:first-child {
        margin-left: 30px
    }

    .form-multi-btn .radio-button-m-wrap:last-child {
        margin-right: 30px
    }

    .become-agent-cards {
        margin-left: -15px;
        width: calc(100% + 30px)
    }
}