@charset "utf-8";

/*
 * 인증(로그인/회원가입) 페이지 공용 반응형 오버라이드
 * 사용법:
 * 1) body에 auth-responsive 클래스를 추가한다.
 * 2) 기존 CSS 뒤에 이 파일을 마지막으로 로드한다.
 */
body.auth-responsive,
body.auth-responsive #wrap {
    min-width: 0 !important;
    overflow-x: hidden;
}

.auth-responsive .auth-msg {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 14px 0;
}

.auth-responsive .auth-msg--error {
    background-color: #fff3f3;
    border: 1px solid #f7c9c9;
    color: #b22a2a;
}

.auth-responsive .auth-msg--notice {
    background-color: #f2f7ff;
    border: 1px solid #cdddff;
    color: #1c4ea0;
}

/* 로그인 폼과 동일한 폭 유지 */
.auth-responsive--join .login_wrap.join_wrap .area {
    width: 460px;
    margin: 0 auto;
}

.auth-responsive .login_wrap .area .ci a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.auth-responsive--join .auth-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2152;
    text-align: center;
}

.auth-responsive--join .join-form {
    margin-top: 6px;
}

/* 그룹핑 디자인 */
.auth-responsive--join .join-group {
    background: #f8faff;
    border: 1px solid #dfe6f4;
    border-radius: 10px;
    padding: 16px 14px 10px;
    margin-bottom: 12px;
}

.auth-responsive--join .join-group__title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #3a4672;
}

.auth-responsive--join .join-field {
    margin-bottom: 10px;
}

.auth-responsive--join .join-field--last {
    margin-bottom: 0;
}

.auth-responsive--join .join-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #616781;
}

/* 이메일/셀렉트 포함 입력 크기 통일 */
.auth-responsive--join .join-field input.type01,
.auth-responsive--join .join-field select.type01 {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d7dbe3;
    color: #1f2152;
    font-family: notoKr, sans-serif;
    font-size: 16px;
    margin-bottom: 0 !important;
    background-color: #fff;
}

.auth-responsive--join .join-field select.type01 {
    padding-right: 36px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7b8198 50%), linear-gradient(135deg, #7b8198 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.auth-responsive--join .join-field select.type01::-ms-expand {
    display: none;
}

.auth-responsive--join .join-submit {
    margin-top: 16px;
}

.auth-responsive--join .join-links {
    margin-bottom: 24px !important;
}

.auth-responsive--join .join-links li a {
    border-left: 0 !important;
}

@media screen and (max-width: 1024px) {
    .auth-responsive .login_wrap .area,
    .auth-responsive .join_wrap .area,
    .auth-responsive .member_join_wrap .area {
        width: min(460px, calc(100% - 48px)) !important;
        margin: 0 auto !important;
    }

    .auth-responsive .btm_ntc {
        margin-top: 96px !important;
    }

    .auth-responsive .btm_ntc .area {
        width: min(540px, calc(100% - 48px)) !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 767px) {
    .auth-responsive .login_wrap .area,
    .auth-responsive .join_wrap .area,
    .auth-responsive .member_join_wrap .area {
        width: calc(100% - 32px) !important;
        margin: 0 auto !important;
    }

    .auth-responsive--join .auth-title {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .auth-responsive--join .join-group {
        padding: 14px 12px 10px;
        margin-bottom: 10px;
    }

    .auth-responsive--join .join-group__title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .auth-responsive--join .join-label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .auth-responsive--join .join-field input.type01,
    .auth-responsive--join .join-field select.type01 {
        height: 44px;
        font-size: 15px;
    }

    .auth-responsive .login_wrap .area .ci {
        height: 130px !important;
    }

    .auth-responsive .login_wrap .area .ci a {
        top: 44px !important;
        width: 176px !important;
        height: 41px !important;
        margin-left: -88px !important;
        background-size: 176px auto !important;
    }

    .auth-responsive .login_wrap .area input[type='text'].type01,
    .auth-responsive .login_wrap .area input[type='password'].type01 {
        height: 48px !important;
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }

    .auth-responsive .btn_login input,
    .auth-responsive .login_wrap .area a.btn_full02 {
        height: 54px !important;
        line-height: 54px !important;
        font-size: 18px !important;
        margin: 14px 0 12px !important;
    }

    .auth-responsive .login_wrap .area ul {
        margin-bottom: 26px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        row-gap: 8px;
    }

    .auth-responsive .login_wrap .area ul li a {
        font-size: 13px !important;
        padding: 0 10px !important;
    }

    .auth-responsive .btm_ntc {
        margin: 56px 0 16px !important;
    }

    .auth-responsive .btm_ntc .area {
        width: calc(100% - 32px) !important;
        margin: 0 auto !important;
    }

    .auth-responsive .btm_ntc .area .wng_txt {
        margin-top: 18px !important;
        margin-bottom: 14px !important;
        padding-left: 52px !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
        word-break: keep-all;
    }

    .auth-responsive .btm_ntc .area .wng_txt br {
        display: none;
    }

    .auth-responsive .btm_ntc .area .btn_box a {
        width: 100% !important;
        max-width: 220px;
    }
}

@media screen and (max-width: 480px) {
    .auth-responsive .login_wrap .area,
    .auth-responsive .join_wrap .area,
    .auth-responsive .member_join_wrap .area,
    .auth-responsive .btm_ntc .area {
        width: calc(100% - 24px) !important;
    }

    .auth-responsive--join .auth-title {
        font-size: 19px;
    }

    .auth-responsive .login_wrap .area .ci {
        height: 116px !important;
    }

    .auth-responsive .login_wrap .area .ci a {
        top: 40px !important;
        width: 160px !important;
        height: 37px !important;
        margin-left: -80px !important;
        background-size: 160px auto !important;
    }

    .auth-responsive .login_wrap .area ul li a {
        padding: 0 8px !important;
        font-size: 12px !important;
    }

    .auth-responsive .btm_ntc .area .wng_txt {
        padding-left: 48px !important;
    }
}

/* 로고 링크 중앙 정렬 강제 */
.auth-responsive .login_wrap .area .ci {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.auth-responsive .login_wrap .area .ci a {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    background-position: center center !important;
}
