.screen-title {
    margin-top: 48px;
    margin-bottom: 35px;
}

.register-input-group {
    min-height: 50px;
}

.register-input-group.row-high {
    min-height: 100px;
}

.register-input-group p {
    margin: 0;
}

#term_and_privacy {
    transform: scale(1.5);
    margin-bottom: 4px;
}

.service-and-term {
    text-decoration: underline;
}

input[type="radio"] {
    transform: scale(1.5);
}

.sk-btn-register {
    min-width: 120px;
}

.password i {
    position: absolute;
    right: 25px;
    margin-top: 10px;
    cursor: pointer;
    color: #C5C6C6;
}

@media (max-width: 767px) {
    .card {
        background-color: unset;
        border: none;
    }
}

@media (min-width: 768px) {
    .register-input-group>div {
        border: solid 2px #000000;
        border-radius: 0;
    }

    .register-input-group>div:last-child {
        border-left: none;
    }
    .register-input-group-2 {
        border-bottom: solid 2px #000000;
        border-radius: 0;
    }

}

/* ========================ZIP CODE ========================== */
.zip-code-region .t-label {
    width: 30px;
}

.zip-code-region .postal-code {
    width: 120px;
}

.zip-code-region .address1 {
    width: 150px;
    margin-top: 15px;
}

/*===================== MODAL ================================*/
.sk-delete-modal {
    padding: 10px !important;
    justify-content: center;
    border-bottom: none !important;
}

.sk-delete-body-modal {
    padding: 0 50px;
}

.sk-delete-footer-modal {
    justify-content: center;
    border-top: none !important;
}

.sk-btn-link {
    color: #ffff !important;
    cursor: pointer;
}

.sk-btn-inline {
    display: flex;
    justify-content: space-between;
}

/** Connect social **/
.connect-social {
    width: 60%;
}

.social-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.social-sns {
    margin-left: 10px;
    padding: 20px 0;
}

.social-sns:not(:last-child) {
    border-bottom: solid 1px #C5C6C6;
}

.social-sns span {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.custom-control-label::before {
    background-color: #adb5bd;
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
}

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #007bff;
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #adb5bd;
}

@media (max-width: 575.98px) {
    .connect-social {
        width: 100%;
    }
}

.box-content {
    padding-left: 10%;
    padding-right: 10%
}

.content-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-content-image {
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
}

.text-title-1 {
    margin-left: 10%;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    font-style: normal;
    color: #076e66;
}

.text-title-2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    font-style: normal;
    color: #076e66;
}

.text-title-3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    color: #666666;
    margin-bottom: 20px;
}

.text-title-4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    color: #666666;
    margin-bottom: 20px;
    width: 120%;
}

.button-image {
    width: 394px;
    height: 73px;
    border-radius: 58px;
    background: #de4a36;
    background: linear-gradient(90deg, #de4a36 0.00%, #ff7f00 100.00%);
    margin: 0 auto;
}

.text-button-image {
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 6%;
}

.banner {
    width: 100%;
    height: auto;
}


