/* default [START] */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}

/* Firefox  */
input[type='number'] {
    -moz-appearance: textfield;
}

.container {
    max-width: 1400px;
}

*,
pre,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-size: 14px;
    color: #475467;
    word-break: keep-all;
}

.login-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.login-container .right-bg {
    flex: 1;
}

.login-container .left-bg {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100vh;
}

p {
    color: #b3b3b3;
    font-weight: 300;
    word-break: keep-all;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    word-break: keep-all;
}

a:hover {
    text-decoration: none;
}


/* .logo {
    position: absolute;
    left: 32px;
    top: 32px;
}

.logo img {
    max-width: 150px;
    max-height: 32px;
} */

.left-login-info {
    margin: 0 auto;
    max-width: 22.5rem;
    word-break: keep-all;
}

.ml-auto,
.mx-auto {
    margin-left: 11.5rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

#frm_find_id>.form-group,
#frm_find_password>.form-group,
.find-btn {
    max-width: 360px;
    margin: 0 auto;
}

.half,
.half .container>.row {
    height: 100vh;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.btn {
    color: #ffffff;
    max-width: 360px;
    height: 3rem;
    border-radius: 8px;
    border: 1px solid var(--Brand-600, #7F56D9);
    background: var(--Brand-600, #7F56D9);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-size: 1rem;
}

.btn:disabled,
.btn[disabled] {
    border: none;
    background: var(--Gray-200, #EAECF0);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Gray-400, #98A2B3);
}


.front-login-title {
    color: var(--Gray-900, #101828);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.375rem;
}

.front-login-explan {
    color: var(--Gray-600, #475467);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.text-purple {
    color: #8831F6;
}

.email,
.password,
.branch-id {
    color: var(--Gray-700, #344054);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.form-control {
    border-radius: 0.5rem;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    padding: 0.625rem 0.875rem;
    height: 2.75rem;
}

.form-control:focus,
.form-control:active {
    border: 1px solid var(--Brand-300, #D0D5DD);
    box-shadow: 0 0 0 4px rgba(127, 86, 217, 0.3);
    outline: none;
    transition: all 0.5s;
}

.bg {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    border-radius: 80px 0px 0px 80px !important;
}

.sakura-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.half .right-bg {
    border-radius: 80px 0px 0px 80px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.10) 79.24%), url('/img/front/login-right-section.png'), lightgray 50% / cover no-repeat;
    /* background-position: center !important; */
    background-position: 10px 10px;
}

.half .contents,
.half .bg {
    width: 50%;
}

.half .contents .form-control,
.half .bg .form-control {
    width: 360px;
    height: 44px;
    line-height: 24px;
    color: var(--Gray-900, #101828);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus,
.name-input:active,
.name-input:focus,
.phone-number-input:active,
.phone-number-input:focus,
.certification_number-input:active,
.certification_number-input:focus {
    outline: none;
    border: 1px solid var(--Brand-300, #D6BBFB);
    box-shadow: 0px 0px 0px 4px rgba(158, 119, 237, 0.24), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: all 0.5s;
}

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    display: inline-block;
    color: var(--Brand-600, #7F56D9);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}

.half .btn {
    font-size: 1rem;
    font-weight: 600;
    max-width: 25.625rem;
}

.half .forgot-pass {
    color: var(--Brand-600, #7F56D9);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    text-decoration: none;
}

.control {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.control .caption {
    position: relative;
    top: -.1rem;
    color: var(--Gray-700, #344054);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    border-radius: 2px;
    max-width: 16px;
}

.control--radio .control__indicator {
    border-radius: 50%;
    max-width: 16px;
}

.control input:checked~.control__indicator {
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-image: url('/img/front/checkbox-on.png');
    background-position: center !important;
    border: none;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-image: url('/img/front/checkbox-on.png');
    background-position: center !important;
    border: none;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control input:checked~.control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #E0E5F2;
}

.control--checkbox input:disabled:checked~.control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

.id-password {
    float: right;
}

.footer-logo img {
    max-width: 3.5rem;
}

/* .footer-logo {
    position: absolute;
    left: 32px;
    bottom: 32px;
}

.footer-logo img {
    max-width: 55px;
} */

.pc {
    display: inline-block;
}

.mobile {
    display: none;
}

.where-to-use-partners-explan {
    display: inline-block;
    color: var(--Gray-600, #475467);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 24px;
}

.sign-up {
    color: var(--Brand-700, #6941C6);
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.pulse:hover,
.pulse:focus,
.pulse:active {
    color: #fff;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.pulse {
    --color: #6941C6;
    --hover: #D6BBFB;
}

.to-right-underline {
    position: relative;
}

.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0px;
    height: 2px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.3s;
    opacity: 0;
    background-color: #D6BBFB;
}

.to-right-underline:hover:after {
    width: 100%;
    opacity: 1;
}

.warning-message {
    color: var(--Error-500, #F04438);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 0.375rem;
}

.find-your-id-password {
    width: 100%;
    /* max-width: 360px; */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.find-your-id-password>.row {
    margin: 0;
}

.find-your-id-password>.row>.col-sm-12 {
    padding: 0;
}

.find-your-id-password-title {
    color: var(--Gray-900, #101828);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

.find-your-id-password-title-explan {
    color: var(--Gray-600, #475467);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0;
}

.key {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.key img {
    max-width: 56px;
    max-height: 56px;
}

.tabs {
    margin-top: 32px !important;
    width: 100%;
    margin: 0 auto;
}

.tab-btns {
    max-width: 360px;
    margin: 0 auto;
}

.tab-item {
    width: calc(100%/2);
    border-bottom: 1px solid var(--Gray-200, #EAECF0);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: var(--Gray-400, #98A2B3);
    display: block;
    float: left;
    transition: all 0.2s ease;
    padding: 12px 4px;
    margin-bottom: 0;
}

.tab-item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

#find_password_content {
    display: none;
}

input:checked+.tab-item {
    color: var(--Gray-900, #101828);
    border-bottom: 2px solid var(--Gray-900, #101828);
}

.name,
.phone-number {
    color: var(--Gray-700, #344054);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    width: 6.25rem;
}

.name,
.first>.phone-number {
    margin-top: 1.5rem;
}

.name-input,
.phone-number-input,
.certification_number-input {
    border-radius: 0.5rem;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    height: 2.75rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 100%;
    margin: 0 auto;
}

.name-input::placeholder,
.phone-number-input::placeholder,
.certification_number-input::placeholder {
    font-style: normal;
    font-weight: 300;
}

.position {
    position: relative;
}

.time-group {
    position: absolute;
    top: 30%;
    right: 4%;
}

.first>.name,
.first>.phone-number {
    width: 100%;
}

.first>.phone-number-input {
    max-width: 15.188rem;
    display: inline-block;
}

.btn-send {
    padding: 0.625 1rem;
    justify-content: center;
    align-items: center;
    margin-left: 1%;
}

.go-to-login-btn {
    color: var(--Gray-600, #475467);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 0.625rem 0 0 0;
    margin: 0.75rem auto;
    max-width: 8rem;
}

.go-to-login-btn a {
    color: var(--Gray-600, #475467);
}

.go-to-login-btn img {
    max-width: 20px;
    max-height: 20px;
}

.time-explan-group {
    margin-top: 6px;
}


.time-over {
    color: var(--Error-500, #F04438);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}

.login-password-group {
    position: relative;
}

.show-pw {
    position: absolute;
    top: 28%;
    right: 4%;
    /* background-color: #fff; */
}

.show-pw i {
    color: #98A2B3 !important;
}

.login-email-group {
    position: relative;
}

.alert-circle-group {
    position: absolute;
    top: 24%;
    right: 4%;
}

.alert-circle-group img {
    max-width: 16px;
    max-height: 16px;
}

.phone-number-auth-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.phone-number-input {
    flex: 1;
}

.btn-send {
    flex: 0.4;
    margin-left: 0.5rem;
}

.front-login-btn {
    border-radius: 0.5rem;
    border: 1px solid var(--Brand-600, #7F56D9);
    background: var(--Brand-600, #7F56D9);
    color: var(--Base-White, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    transition: all 0.7s;
}

.front-login-btn:hover {
    border-radius: 0.5rem;
    border: 1px solid var(--Brand-700, #6941C6);
    background: var(--Brand-700, #6941C6);
    outline: none;
    color: #FFF !important;
}

.front-login-btn:focus,
.front-login-btn:active {
    border-radius: 0.5rem;
    border: 1px solid var(--Brand-700, #53389E);
    background: var(--Brand-800, #53389E);
    outline: none;
}

.front-login-btn:disabled {
    border-radius: 0.5rem;
    border: 1px solid var(--Brand-700, #EAECF0);
    background: var(--Gray-200, #EAECF0);
    color: var(--Gray-400, #98A2B3);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    transition: all 0.7s;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.half .pc {
    display: block;
}

.half .mobile {
    display: none;
}

@media (max-width: 1199.98px) {

    .half .contents,
    .half .bg {
        width: 100%;
        min-height: 100vh;
    }
}

@media (max-width: 599px) {

    .footer-logo {
        display: none;
    }

    .half .contents,
    .half .bg {
        width: 100%;
        padding: 0 1rem;
    }

    .half .bg {
        display: none;
    }

    .half .contents .form-control,
    .half .bg .form-control {
        width: 100%;
        max-width: 410px !important;
    }

    .logo {
        left: 5vh;
        top: 5vh;
    }

    .logo img {
        max-width: 187.5px !important;
        max-height: 40px !important;
    }

    .left-login-info {
        width: 100%;
    }

    .footer-logo.login {
        display: none;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .first>.phone-number-input {
        display: inline-block;
    }

    .btn-send {
        max-width: 123px !important;
    }

    .find-your-id-password-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        transition: all ease 2s 0s;
    }

    .find-your-id-password-title-explan {
        margin-top: 0px;
        transition: all ease 2s 0s;
    }

    .login-container .left-bg {
        justify-content: center;
        gap: 2rem;
        padding: 0 1rem;
    }

    .half .pc {
        display: none;
    }

    .half .mobile {
        display: block;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 320px) {
    .find-your-id-password {
        margin-top: 50px;
    }

    .btn-send {
        flex: 1;
    }

    .half,
    .half .container>.row {
        min-height: 43rem;
    }
}
