@charset "utf-8";

.modal.fade .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog.modal-lg {
    max-width: none;
}
@media screen and (max-width: 767px) {
    .modal.fade .modal-dialog.modal-lg {
        margin-top: calc(138 / 750 * 100vw);
    }
}

.login-modal {
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, .5);
}
.login-modal.show-pr {
    visibility: visible;
    opacity: 1;
}

.login-modal .modal-content {
    position: relative;
    width: 880px;
    padding: 70px 90px 60px;
    box-sizing: border-box;
    background-color: #EAEDF0;
    border-radius: 8px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content {
        width: calc(670 / 750 * 100vw);
        padding: calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(48 / 750 * 100vw);
        border-radius: calc(16 / 750 * 100vw);
    }
}

.login-modal .modal-content .btn-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .btn-modal-close {
        top: calc(40 / 750 * 100vw);
        right: calc(40 / 750 * 100vw);
        width: calc(40 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
        padding: 0;
    }
}

.login-modal .modal-content .modal-body {
    width: 100%;
    margin: 0 0 30px;
    padding: 32px 0 24px;
    flex: unset;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body {
        margin-bottom: calc(48 / 750 * 100vw);
        padding: calc(50 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
        border-radius: calc(16 / 750 * 100vw);
    }
}


.login-modal .modal-content .modal-body .logo {
    display: block;
    margin: 0 auto 24px;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.333;
    color: #a59348;
}
.login-modal .modal-content .modal-body .logo span {
    line-height: 0.666;
    color: #08192d;
    font-size: 36px;
    display: block;
    letter-spacing: 0.025em;
    font-weight: 600;
    margin-top: 2px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .logo {
        position: relative;
        margin-bottom: calc(40 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .logo span {
        font-size: calc(59 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .loginModal-subHeader {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginModal-subHeader {
        margin-bottom: calc(30 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .loginModal-subHeader span {
    color: #508EC4;
}

.login-modal .modal-content .modal-body .loginModal-header {
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginModal-header {
        margin-bottom: calc(24 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper {
    margin: 0 auto;
    padding: 0 100px 24px;
    border-bottom: 1px solid #C7CCD1;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper {
        padding: 0 calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .textBox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 3px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper .textBox-wrapper {
        gap: calc(12 / 750 * 100vw);
        margin-bottom: calc(16 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .login-textBox {
    width: 100%;
    height: 42px;
    padding: 10px 12px 11px;
    font-size: 15px;
    letter-spacing: .05em;
    box-sizing: border-box;
    border: 1px solid #C7CCD1;
}
.login-modal .modal-content .modal-body .loginForm-wrapper .login-textBox::placeholder {
    color: #ABB0B4;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper .login-textBox {
        height: calc(84 / 750 * 100vw);
        padding: calc(19 / 750 * 100vw) calc(21 / 750 * 100vw) calc(24 / 750 * 100vw);
        font-size: calc(30 / 750 * 100vw) !important;
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .link-forgot {
    margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper .link-forgot {
        margin-bottom: calc(32 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .link-forgot a {
    font-size: 12px;
    letter-spacing: .05em;
    text-decoration: underline;
}
.login-modal .modal-content .modal-body .loginForm-wrapper .link-forgot a:hover {
    color: #A8ADAB;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper .link-forgot a {
        font-size: calc(24 / 750 * 100vw);
        line-height: 1.41em;
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .main_btn {
    width: 100%;
    margin: 0 0 12px;
    background-color: #508EC4;
    border-color: #508EC4;
    background-image: url("../img/ico_right_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    -webkit-background-size: 6px;
    background-size: 6px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.login-modal .modal-content .modal-body .loginForm-wrapper .main_btn:hover {
    color: #508EC4;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper .main_btn {
        padding: calc(16 / 750 * 100vw);
        margin-bottom: calc(30 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
        line-height: calc(40 / 28 * 1em);
        background-position: right calc(40 / 750 * 100vw) top 50%;
        -webkit-background-size: calc(10 / 750 * 100vw);
        background-size: calc(10 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper label {
    position: relative;
    padding: 0 0 0 22px;
    font-size: 12px;
    letter-spacing: .05em;
    cursor: pointer;
}
.login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #C7CCD1;
    transition: all .3s;
}
.login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper label:has(input:checked):before {
    width: 10px;
    height: 18px;
    border-top: none;
    border-right: 1px solid #508EC4;
    border-bottom: 1px solid #508EC4;
    border-left: none;
    transform: translateX(3px) translateY(-3px) rotate(40deg);
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper label {
        width: calc(347 / 750 * 100vw);
        padding-left: calc(44 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
    }
    .login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper label:before {
        width: calc(32 / 750 * 100vw);
        height: calc(32 / 750 * 100vw);
    }
    .login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper label:has(input:checked):before {
        width: calc(20 / 750 * 100vw);
        height: calc(36 / 750 * 100vw);
        transform: translateX(calc(6 / 750 * 100vw)) translateY(calc(-6 / 750 * 100vw)) rotate(40deg);
    }
}

.login-modal .modal-content .modal-body .loginForm-wrapper .loginModal-checkBox-wrapper label input[type="checkbox"] {
    appearance: none;
    width: 0;
    height: 0;
}

.login-modal .modal-content .modal-body .link-entry {
    padding: 20px 0 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .link-entry {
        padding-top: calc(32 / 750 * 100vw);
    }
}

.login-modal .modal-content .modal-body .link-entry a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #0A1D33;
    text-decoration: underline;
}
.login-modal .modal-content .modal-body .link-entry a:hover {
    color: #A8ADAB;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .modal-body .link-entry a {
        font-size: calc(28 / 750 * 100vw);
    }
}

.login-modal .modal-content .otherLoginBtn-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .otherLoginBtn-wrapper {
        flex-direction: column;
        align-items: center;
        gap: calc(20 / 750 * 100vw);
    }
}

.login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn {
    width: 280px;
    margin: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 1.21em;
    background-color: #ffffff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    -webkit-background-size: 6px;
    background-size: 6px;
}
.login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn.agency {
    color: #E73B3C;
    background-image: url("../img/ico_right_arrow_agency.svg");
    border-color: #E73B3C;
}
.login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn.agency:hover {
    color: #ffffff;
    background-color: #E73B3C;
}
.login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn.press {
    color: #16331F;
    background-image: url("../img/ico_right_arrow_press.svg");
    border-color: #16331F;
}
.login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn.press:hover {
    color: #ffffff;
    background-color: #16331F;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn {
        width: calc(510 / 750 * 100vw);
        padding: calc(12 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
    }
}

.login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn span {
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .login-modal .modal-content .otherLoginBtn-wrapper .otherLoginBtn span {
        font-size: calc(26 / 750 * 100vw);
    }
}
