.fullwrap-out {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9fafb;
    padding: 10px;
}

.member-wrap {
    position: relative;
    width: 100%;
    max-width: 360px;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    border-radius: 8px;
    padding: 15px 25px;
}

.member-wrap .logo {
    text-align: center;
    margin-bottom: 15px;
}

.member-wrap .logo .logo_img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}

.member-wrap .logo .logo_img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.member-wrap .logo .logo_text {
    font-size: 28px;
    font-weight: 600;
    font-family: 'SCDream5',Noto Sans KR,sans-serif;
}

.register-form {
}

.register-form > .reg-title {
    display: none;
}

.register-form > .register-form-input {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.register-form > .register-form-input.check_wrap {
    margin-bottom: 25px;
}

.register-form > .register-form-input > .input_text {
    width: 100%;
    border-radius: 8px;
    padding: 0 .75rem;
    height: 48px;
    border: 1px solid #e5e7eb;
}

.register-form > .register-form-input > .input_text:focus {
    border: 1px solid #6b7280;
}

.register-form > .register-form-input > .val_chk_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: .25rem .75rem;
    background-color: var(--accent);
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: -1px;
}

.register-form > .register-form-input > .check_msg {
    position: absolute;
    left: 3px;
    top: calc( 100% + 4px );
    font-size: 12px;
    color: var(--fontaccent);
}

.register-apply .apply-list .custom-checkbox-box {
    display: flex;
    width: 100%;
}

.register-apply .apply-list .custom-checkbox-box .apply-view {
    margin-left: auto;
    align-self: center;
    cursor: pointer;
}

.register-apply .apply-list + .apply-list {
    margin-top: 12px;
    padding-top: 5px;
}

.register-btn {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.register-btn .btn {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background-color: var(--accent);
    color: #fff;
    border-radius: 6px;
    font-size: 17px;
    letter-spacing: -1px;
    font-weight: 600;
}

/*
 * sns
 */
.sns-icon-wrap {
    margin-top: 25px;
}

.sns-icon-wrap > .sns-div {
    position: relative;
}

.sns-icon-wrap > .sns-div + .sns-div {
    margin-top: 8px;
}

.sns-icon-wrap > .sns-div > a {
    display: flex;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    justify-content: center;
    font-size: 17px;
    letter-spacing: -1px;
    font-weight: 600;
}

.sns-icon-wrap > .sns-div.sns-div-naver > a {
     background-color: #1ec800;
     color: #fff;
}

.sns-icon-wrap > .sns-div.sns-div-kakao > a {
     background-color: #ffeb00;
     color: #060026;
}

.sns-icon-wrap > .sns-div > a > img,
.sns-icon-wrap > .sns-div > a > span {
    align-self: center;
}

.sns-login-box {
    margin: 25px 0;
}

.sns-login-box h1 {
    position: relative;
    text-align: center;
    color: #888;
    font-size: 17px;
}

.sns-login-box h1 span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    z-index: 10;
}

.sns-login-box h1:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: calc( 50% - 1px );
    height: 1px;
    width: 100%;
    background-color: #d1d5db;
    z-index: 1;
}

@media(max-width: 768px) {
    .register-btn .btn,
    .sns-icon-wrap > .sns-div > a {
        height: 42px;
        line-height: 42px;
    }
}


.join-ok {
    margin-top: 50px;
}
.join-ok h3 {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: 500;
    letter-spacing: -2px;
}
.join-ok h3:before {
    width: 76px;
    height: 76px;
    content: "";
    background: url(/images/write_end.png) no-repeat center;
    background-size: auto 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.join-ok .join-txt {
    text-align: center;
    margin-top: 42px;
}
.join-ok .join-txt p {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.join-ok .join-txt span {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.8px;
}

/*
 * login
 */
 .login-form {
}

.login-form > .reg-title {
    display: none;
}

.login-form > .login-form-input {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.login-form > .login-form-input.check_wrap {
    margin-bottom: 25px;
}

.login-form > .login-form-input > .input_text {
    width: 100%;
    border-radius: 8px;
    padding: 0 .75rem;
    height: 48px;
    border: 1px solid #e5e7eb;
}

.login-form > .login-form-input > .input_text:focus {
    border: 1px solid #6b7280;
}

.login-fs {
    display: flex;
    justify-content: space-between !important;
    margin: 10px 0 25px 0;
}

.switch {
    display: flex;
    position: relative;
    align-items: center;
}

.switch .slider {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 16px;
    border-radius: 10px;
    background-color: #ccc;
    vertical-align: text-top;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
}

.switch .auto {
    padding: 0 5px;
    font-size: 13px;
}

.switch input {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
}

.switch input:checked + .slider {
    background-color: var(--accent);
}

.switch .slider:before {
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    content: "";
    transition: .2s;
    -webkit-transition: .2s;
}

.switch input:checked + .slider:before {
    transform: translateX(13px);
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
}

.login-fs .login_if_lpl {
    display: flex;
}

.login-fs .login_if_lpl a {
    display: flex;
    font-size: 13px;
    text-align: center;
}

.login-fs .login_if_lpl a:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 11px;
    background-color: #e5e7eb;
    margin: 0 8px;
    align-self: center;
}

.guest-login-box {
    margin: 25px 0;
}

.guest-login-box h5 {
    position: relative;
    text-align: center;
    color: #888;
    font-size: 17px;
    margin-bottom: 15px;
}

.guest-login-box h5 span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    z-index: 10;
}

.guest-login-box h5:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: calc( 50% - 1px );
    height: 1px;
    width: 100%;
    background-color: #e5e7eb;
    z-index: 1;
}