@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-size-adjust: none;
    font-family: 'Noto Sans KR', sans-serif;
    text-decoration: none;
    word-break: keep-all;
}

input {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

.frm-notice {
    font-size: 11px;
    color: #aeaeae;
}

.frm-notice.ok {
    color: #0d88f1;
}

.frm-notice.nok {
    color: #f00d38;
}

.container {
    padding-top: 54px;
    min-height: calc(100vh - 168px);
    min-width: 350px;
}

.container.welcome {
    min-height: calc(100vh - 54px);
}

.inner {
    max-width: 1200px;
    margin: auto;
}

.login-inner {
    max-width: 300px;
    margin: auto;
}

header {
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 9px 0;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container.login .wrapper {
    width: 30%;
    margin: 0 auto;
}

.container.register .wrapper {
    width: 35%;
    /*min-width: 375px;*/
    margin: 0 auto;
}

.logo {
    width: 89px;
    height: 35px;
}

.members {
    display: flex;
    align-items: center;
}

.line {
    margin: 0 5px;
    color: #707070;
    font-size: 14px;
    cursor: default;
}

.members a {
    color: #707070;
    font-size: 14px;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 35px;
    color: #181818;
}

.login-title h3 {
    font-size: 30px;
    color: #181818;
}

.container .title {
    margin-top: 20px;
}

.title p {
    font-size: 20px;
    margin-top: 12px;
    color: #505050;
}

.box-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.box-list .pc {
    gap: 0 10px;
}

.box-list li {
    width: calc(100% / 5);
}

.box-list li a {
    display: block;
    background-size: 100%;
}

.box-list li a.list01 {
    background-image: url('/images/pc/box01.png');
    background-repeat: no-repeat;
}
.box-list li a.list02 {
    background-image: url('/images/pc/box02.png');
    background-repeat: no-repeat;
}
.box-list li a.list03 {
    background-image: url('/images/pc/box03.png');
    background-repeat: no-repeat;
}
.box-list li a.list04 {
    background-image: url('/images/pc/box04.png');
    background-repeat: no-repeat;
}
.box-list li a.list05 {
    background-image: url('/images/pc/box05.png');
    background-repeat: no-repeat;
}

.notice {
    font-size: 14px;
    margin-top: 8px;
    color: #707070;
    display: flex;
    justify-content: right;
    align-items: center;
    letter-spacing: -1.2px;
}

.notice::before {
    content: '*';
    display: block;
}

footer {
    background-color: #ebebeb;
    padding: 28px 0 15px;
    text-align: center;
}

footer .pc img {
    width: auto;
    margin: auto;
}

.login-form form {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-top: 60px;
    min-width: 300px;
}

.login-form li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dedfdf;
    border-radius: 50px;
    padding: 0;
    width: 100%;
    min-width: 300px;
    /*padding: 13px 25px 15px;*/
}

.login-form li .icon {
    display: inherit;
    padding: 13px 0 15px 25px;
}

.login-form li input {
    width: 100%;
    border: 0;
    outline: none;
    margin-left: 15px;
    margin-right: 20px;
    padding: 13px 0 15px 0;
}

.confirm {
    width: 100%;
    border: 0;
    background-color: #fd1d5b;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 12px;
    cursor: pointer;
}

.confirm.disabled {
    background-color: #b9b9b9;
}

.forgot {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 6px;
    width: 200px;
    margin: 30px auto 0;
    text-align: center;
}

.after-login {
    display: flex;
    align-items: center;
}

.after-login p {
    font-size: 18px;
    color: #3c3c3c;
}

.after-login p b span {
    color: #fd1d5b;
    font-size: 18px;
}

.after-login button {
    font-size: 14px;
    color: #3c3c3c;
    border: 0;
    background-color: #e4e4e4;
    padding: 3px 15px 5px;
    border-radius: 50px;
    margin-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.members .before-login {
    display: flex;
    align-items: center;
}

.members.success .after-login {
    display: flex;
}

.members.success .before-login {
    display: none;
}

.pc {
    display: flex;
}

.mo {
    display: none;
}

.register-form {
    margin-top: 30px;
}

.register-form li {
    margin: 15px 0;
}

.register-form .confirm {
    margin-top: 30px;
}

.form-title {
    font-size: 14px;
    font-weight: 300;
}

.form-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    margin-top: 5px;
}

.form-input input {
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #000;
    outline: none;
    width: 100%;
    padding-bottom: 5px;
    transition: all 0.35s;
}

button.btn-chkdupid.disabled {
    background: #ffffff;
    border-color: #d5dbdb;
    color: #aab7b8;
    text-decoration: none;
    pointer-events: none;
    cursor: auto;
    user-select: none;
}

.form-input input:focus {
    caret-color: #fd1d5b;
    border-bottom: 1px solid #fd1d5b;
}

.form-input input::placeholder {
    color: #999;
}

.gender {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.gender input {
    display: none;
}

.gender label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #505050;
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #fff;
    /*transition: all 0.3s linear;*/
}

.gender input:checked + label {
    background-color: #505050;
    color: #fff;
    border: 1px solid #505050;
}

.form-input button {
    border: 1px solid #505050;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 0;
    color: #505050;
    width: 185px;
}

.title.register-title {
    margin-top: 0;
}


@media (max-width: 720px) {

    .container {
        min-height: calc(100vh - 173px);
    }

    .pc {
        display: none;
    }

    .mo {
        display: block;
    }

    .body {
        margin: 0 30px;
    }

    .inner {
        max-width: 100%;
        width: calc(100% - 10%);
    }

    header .wrapper {
        padding: 0;
    }

    .title {
        margin-top: 100px;
    }

    .login-title {
        margin-top: 0;
    }

    .title h3 {
        font-size: 26px;
    }

    .title p {
        font-size: 16px;
        width: 230px;
        margin: 12px auto;
        letter-spacing: -0.5px;
    }

    .box-list {
        flex-direction: column;
        margin-top: 15px;
    }

    .box-list li {
        width: 100%;
    }

    .box-list li a {
        display: block;
        margin: auto;
    }

    .box-list li a.list01 {
        background-image: url('/images/mo/box01.png');
        background-repeat: no-repeat;
    }
    .box-list li a.list02 {
        background-image: url('/images/mo/box02.png');
        background-repeat: no-repeat;
    }
    .box-list li a.list03 {
        background-image: url('/images/mo/box03.png');
        background-repeat: no-repeat;
    }
    .box-list li a.list04 {
        background-image: url('/images/mo/box04.png');
        background-repeat: no-repeat;
    }
    .box-list li a.list05 {
        background-image: url('/images/mo/box05.png');
        background-repeat: no-repeat;
    }

    .notice {
        font-size: 12px;
        justify-content: center;
        margin-bottom: 50px;
    }

    footer .mo img {
        width: 80%;
    }

    .login-body {
        width: 100%;
        margin: 0 30px;
    }

    .login-inner {
        min-width: 100%;
        width: 100%;
        margin-bottom: 100px;
    }

    .members a {
        letter-spacing: -0.5px;
    }

    .members.success .after-login p {
        display: none;
    }

    .logo {
        width: 79px;
    }

    .box-list .mo {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
    }
}


.warp-loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2000;
    min-height: 100vh;
    background: rgb(0, 0, 0, 0.09);
    font-size: 0
}

#mstm-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#mstm-spinner > div {
    width: 18px;
    height: 18px;
    margin: 0 2px;
    background-color: #fd1d5b;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: st-bouncedelay 1.4s infinite ease-in-out both;
    animation: st-bouncedelay 1.4s infinite ease-in-out both
}

#mstm-spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

#mstm-spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes st-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes st-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
