.bannerzaim {
    border-radius: 30px;
    border: 1px solid #E2E8EB;
    background-color: #F7F9FA;
    position: relative;
    padding: 65px 74px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bannerzaim-title {
    color: #082A32;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bannerzaim-list {
    margin-top: 30px;
}

.bannerzaim-list>p {
    color: #3F3F3F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bannerzaim-list ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

.bannerzaim-list ul li>span {
    color: #3F3F3F;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
}

.bannerzaim-form-block>p {
    color: #3F3F3F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.023%;
    min-height: 26px;
}

.bannerzaim-form-block>label>input {
    padding: 20px 40px;
    border-radius: 80px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    height: 76px;
    width: 512px;
    color: #646464;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    margin-bottom: 12px;
}

.bannerzaim-form-block button {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 128.023%;
    border-radius: 80px;
    background: #4EC275;
    height: 76px;
    width: 512px;
    max-width: 100%;
}

.bannerzaim-checkbox {
    display: flex;
    align-items: center;
}

.bannerzaim-checkbox-wr {
    position: relative;
    display: flex;
    margin-right: 8px;
    align-items: center;
}

.bannerzaim-checkbox-wr input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

.bannerzaim-checkbox-text {
    color: #646464;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bannerzaim-checkbox-text a {
    text-decoration: underline;
}

.bannerzaim-checkbox-wr input+svg path {
    opacity: 0;
}

.bannerzaim-checkbox-wr input:checked+svg path {
    opacity: 1;
}

.bannerzaim-info {
    width: 512px;
    max-width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 76px;
    bottom: 18px;
    align-items: center;
}

.bannerzaim-info-svg {
    margin-left: 10px;
    position: relative;
}

.bannerzaim-info-text {
    color: #3F3F3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}

.bannerzaim-info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.90);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    top: 0;
    left: 0;
}

.bannerzaim {
    padding: 49px 74px;
}

.bannerzaim-list ul li {
    align-items: center;
}

.bannerzaim-checkbox-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

@media (max-width: 1280px) {
    .bannerzaim-title {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }
    .bannerzaim-list {
        margin-top: 22px;
    }
    .bannerzaim-list>p {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .bannerzaim-list ul li>span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        padding-left: 12px;
    }
    .bannerzaim-list ul li {
        align-items: center;
    }
    .bannerzaim-list ul li>svg {
        width: 17px;
        height: 17px;
    }
    .bannerzaim-info-text {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .bannerzaim-info-svg svg {
        width: 33px;
        height: 33px;
    }
    .bannerzaim-info {
        width: 330px;
    }
    .bannerzaim-form-block>p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    .bannerzaim-form-block>label>input {
        width: 100%;
        height: 66px;
        font-size: 16px;
        padding-left: 34px;
    }
    .bannerzaim-form-block button {
        height: 66px;
        font-size: 20px;
    }
    .bannerzaim-checkbox-text {
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bannerzaim-checkbox-wr svg {
        width: 10px;
        height: 10px;
    }
    .bannerzaim-info {
        height: 72px;
        padding: 0px;
    }
}

@media (max-width: 1024px) {
    .bannerzaim {
        padding: 29px 22px;
    }
    .bannerzaim-list ul li {
        margin-top: 12px;
    }
    .bannerzaim-title {
        width: 330px;
        max-width: 100%;
    }
    .bannerzaim-form-block>label>input {
        width: 330px;
    }
    .bannerzaim-checkbox-text br {
        display: none;
    }
    .bannerzaim-info {
        right: 20px;
        bottom: 18px;
    }
}

@media (max-width: 767px) {
    .bannerzaim {
        width: 375px;
        margin: 0px auto;
        min-height: 720px;
        max-width: 100%;
    }
    .bannerzaim-form-block>p {
        min-height: -moz-fit-content;
        min-height: fit-content;
        margin-bottom: 3px;
        font-size: 13px;
    }
    .bannerzaim-form-block>label>input {
        width: 100%;
        max-width: 100%;
        height: 44px;
        padding-left: 34px;
        margin-bottom: 12px;
    }
    .bannerzaim-list>p {
        font-weight: 500;
    }
    .bannerzaim-form-block button {
        height: 44px;
        font-size: 15px;
        font-style: normal;
        width: 100%;
    }
    .bannerzaim-info {
        bottom: 11px;
        left: 50%;
        transform: translateX(-50%);
    }
}

div#thx-custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999;
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thx-custom-modal-wr {
    width: 600px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

div#thx-custom-modal-close {
    cursor: pointer;
    top: 16px;
    right: 17px;
    position: absolute;
}

.thx-custom-modal-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 8px;
}

.thx-custom-modal-title b {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.thx-custom-modal-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

@media (max-width: 767px) {
    .thx-custom-modal-wr {
        width: 100%;
    }
    .thx-custom-modal-title b {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .thx-custom-modal-title {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.652px;
    }
    .thx-custom-modal-img svg {
        width: 42px;
        height: 42px;
    }
    div#thx-custom-modal-close svg {
        width: 14px;
    }
    div#thx-custom-modal-close {
        top: 8px;
        right: 9px;
    }
    .thx-custom-modal-wr {
        border-radius: 8px;
    }
}

