/**************************************** member_common */

.member_form_interval {
    padding: 50px 20px 50px;
    background-color: #f9f9f9;
}

.member_form_interval .box {
    width: 100%;
    margin: 0 auto;
}

.member_title {
    font-family: 'twayair';
    font-size: 2.250em;
    font-weight: 700;
}

/**************************************** member_common */

/**************************************** 로그인 시작 */

.login_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 50px 20px;
}

.login_box form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.login_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.login_btn input {
    font-family: 'twayair';
    background-color: #cc1e12;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    font-size: 1.125em;
    font-weight: 500;
    border:none;
}

.login_btn button, .login_btn input[type="submit"] {
    font-family: 'twayair';
    background-color: #cc1e12;
    width: 80%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    font-size: 1.125em;
    font-weight: 500;
    border: none;
}

.login_btn button:hover, .login_btn input[type="submit"]:hover {
    background-color: #75120b;
}

.login_input li {
    display: flex;
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    gap: 10px;
    margin-top: 10px;
}

.login_input li.line {
    border: 0;
}

.login_input.join2 li.pw {
    background-color: transparent;
}

.login_input.join2 li.recommand > p{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 0.875em;
    color: #111;
}

.login_input li.pw {
    display: block;
    height: auto;
    padding: 0;
}

.login_input li.pw>p {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
}

.login_input.join2 li.pw {
    background-color: transparent;
}

.login_input li.pw {
    display: block;
    height: auto;
    padding: 0;
}

.login_input li.pw>p {
    margin-bottom: 20px;
    font-size: 0.875em;
    color: #aaa;
}

.pw_line_wrap {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 10px;
    gap: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.login_input.join2 {
    flex-direction: column;
}

.login_label {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100px;
}

.login_label i {
    font-size: 18px;
}

.login_label p {
    font-family: 'twayair';
    font-size: 0.875em;
    font-weight: 500;
}

.login_input li input {
    width: 100%;
    height: 30px;
    font-size: 0.875em;
    outline: none;
    border: 0;
    padding-left:10px;
}

.login_bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.login_keep {
    display: flex;
    align-items: center;
}
.login_input.join2 li .email_line_wrap {
    position: relative;
}

.duplicate_btn {
    font-family: 'twayair';
    width: 120px;
    height: 34px;
    background-color: #e6e6e6;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:auto;
}

#keep_login {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#keep_login+label {
    transform: skew(-0.1deg);
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#keep_login+label::before {
    content: '\2714';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e6e6e6;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
}

#keep_login:checked+label {
    color: #cc1e12;
}

#keep_login:checked+label::before {
    content: '\2714';
    background-color: #cc1e12;
}

.login_join {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login_join li a {
    color: #aaaaaa;
}

.login_join .margin {
    width: 1px;
    height: 12px;
    background-color: #e6e6e6;
}

.login_join li:last-child a {
    color: #cc1e12;
}

.sns_login {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sns_login li a {
    display: flex;
    padding: 10px 30px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    transition: 0.4s;
}

.sns_login li p {
    font-family: 'twayair';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.125em;
    border-left: 1px solid #e6e6e6;
}

/* 구글 로그인 */
.sns_login #customBtn {
    position: relative;
    overflow: hidden;
}

.sns_login #customBtn .g_id_signin {
    position: absolute;
    transform: scale(1.5);
    z-index: 2;
    opacity: 0;
}

.sns_login li.join_sns_txt p {
    font-size: 1em;
    font-weight: 500;
    border: 0;
}

.sns_login_img {
    width: 50px;
    display: flex;
    justify-content: flex-start;
}

/**************************************** 로그인 끝 */


/**************************************** 회원가입 시작 */

.join_wrap {
    width: 100%;
    margin: 30px 0;
}

.join_wrap li:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
}

.join_wrap li:last-child a {
    font-family: 'twayair';
    background-color: #111;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
    transition: 0.4s;
}

.join_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 30px;
}

.join_txt p:nth-child(1) {
    font-family: 'twayair';
    font-size: 1.500em;
    line-height: 24px;
    font-weight: 500;
    color: #c51d12;
    text-align: center;
}

.join_txt p:nth-child(2) {
    font-size: 1.125em;
    font-weight: 500;
}

.join_top {
    width: 100%;
    margin-top: 60px;
    padding: 30px 20px;
}

.join_top ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join_top ul li i {
    font-size: 18px;
    font-weight: bold;
    color: #aaaaaa;
}

.join_process {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join_process p:nth-child(1) {
    color: #aaaaaa;
    font-weight: 700;
}

.join_process p:nth-child(2) {
    color: #aaaaaa;
    font-weight: 500;
    font-size: 1em;
    text-align: center;
}

.join_process.current p:nth-child(1) {
    color: #c51d12;
    font-weight: 700;
}

.join_process.current p:nth-child(2) {
    color: #111;
    font-weight: 500;
    font-size: 0.938em;
}

/******************** 회원가입 약관동의 */

.member_form_interval.join1 {
    padding: 50px 20px 50px;
    margin-top: 0;
}

.join1_title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.memberM_title {
    padding-left: 20px;
    margin-bottom:30px;
}

.member_form_interval.join1 form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.policy_wrap {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.policy_wrap li:nth-child(1) {
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.policy_wrap li:nth-child(2) {
    padding: 30px 20px;
    height: 200px;
}

.policy_wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.policy_wrap input+label {
    transform: skew(-0.1deg);
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 500;
}

.policy_wrap input+label::before {
    content: '\2714';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #e6e6e6;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
}

.policy_wrap input[type=checkbox]:checked+label {
    color: #cc1e12;
}

.policy_wrap input[type=checkbox]:checked+label::before {
    content: '\2714';
    background-color: #cc1e12;
}

.policy_wrap.promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
}

.policy_wrap.promo li:nth-child(1) {
    border: 0;
}

.policy_wrap.promo li:nth-child(2) {
    height: auto;
    cursor: pointer;
    padding: 0;
}

    .policy_wrap.promo li:nth-child(2) p {
        font-family: 'twayair';
        border: 1px solid #111;
        padding: 5px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width:90px;
    }

.policy_wrap .policy_cap {
    font-size: 0.875em;
    width: 100%;
    height: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

.policy_wrap .policy_cap p {
    transform: skew(0);
}

.policy_cap {
    padding: 10px;
}

.more_pop .policy_cap {
    padding: 10px 20px;
    transform: skew(-0.1deg);
}

.policy_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.policy_btn a {
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.policy_btn a:nth-child(1) {
    background-color: #e6e6e6;
}

.policy_btn a:nth-child(2) {
    background-color: #111;
    color: #fff;
}

/******************** 회원가입 정보입력 */

.member_form_interval.join2 {
    padding: 50px 20px 50px;
    margin-top: 0;
}

.member_form_interval.join2 form {
    display: flex;
    flex-direction: column;
}

.member_form_interval.join2 form .policy_wrap {
    margin-bottom: 10px;
}

.member_form_interval.join2 form .policy_wrap.promo {
    margin-bottom: 30px;
}

.captha {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_input.join2 {
    gap: 0;
    margin-bottom: 30px;
}

.login_input.join2 li {
    flex-direction: column;
    background-color: #fff;
    gap: 10px;
}

.code_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.login_input.join2 li a {
    font-family: 'twayair';
    width: 120px;
    height: 34px;
    background-color: #e6e6e6;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.login_input.join2 li:first-child {
    margin-bottom: 10px;
}

.login_input.join2 .login_label {
    width: 150px;
}

.login_input.join2.bottom {
    margin-bottom: 30px;
}

.login_input.join2.bottom .login_label {
    width: 260px;
}

/*.login_input.join2.bottom li:first-child {
    margin-bottom: 0px;
    border-bottom: 0;
}*/
.login_input.join2.bottom li.line {
    border: 1px solid #e6e6e6;
}

.mo_input {
    background-color: #f9f9f9 !important;
}

.join_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.join_btn a,
.join_btn button,
.join_btn input[type="button"] {
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
}

.join2_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.join2_pop_back {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    cursor: pointer;
}

.join2_pop_con {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 300px;
    height: 300px;
}

.join2_pop_con>div:first-child {
    width: 60px;
    height: 60px;
    background-color: #e6e6e6;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join2_pop_con div:first-child i {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
}

.join2_pop_con p {
    font-size: 20px;
}

.join2_pop_btn {
    cursor: pointer;
    width: 80px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.938rem;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
}

/******************** 회원가입 이메일 인증 */

.member_form_interval.join3 {
    padding: 50px 20px;
    margin-top: 60px;
}

.member_form_interval.join3 form {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    border: 1px solid #e6e6e6;
}

.email_address_wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.email_address_wrap p {
    font-size: 1.125em;
    font-weight: 500;
}

.email_txt {
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.code_input {
    display: flex;
    gap: 10px;
}

.code_input li {
    width: 36px;
    height: 36px;
    background-color: #eeeeee;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code_input li input {
    width: 16px;
    font-size: 1.125em;
    font-weight: 700;
    outline: 0;
    color: #c51d12;
}

.email_resend {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email_resend a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c51d12;
    font-size: 0.938em;
}

.email_resend a i {
    font-size: 20px;
}

/******************** 회원가입 가입완료 */

.member_form_interval.join4 {
    padding: 50px 20px;
    margin-top: 0;
}

.member_form_interval.join4 .join1_wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    border: 1px solid #e6e6e6;
}

.member_form_interval.join4 .join1_wrap p {
    font-weight: 500;
    text-align: center;
}

.join4_txt {
    margin-bottom: 30px;
}

.join4_timer span {
    color: #cc1e12;
}

.join4_btn {
    font-family: 'twayair';
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    border-radius: 50px;
    color: #fff;
    background-color: #cc1e12;
    margin-top: 30px;
}

/**************************************** 회원가입 끝 */


/**************************************** 이메일/비밀번호 찾기 시작 */

.member_form_interval.join3.find {
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-top: 100px;
}

.member_form_interval .box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.join_txt.find {
    margin-bottom: 20px;
}

.find_email_input {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.find_email_input li {
    display: flex;
    flex-direction: column;
    border: 1px solid #f6f6f6;
    padding: 10px;
    gap: 10px;
    margin-bottom: 20px;
}

.find_email_input li .login_label {
    width: auto;
}

.find_email_input input {
    height: 30px;
    font-size: 0.875em;
    outline: none;
    border: 0;
}

.birth_day {
    display: flex;
    gap: 10px;
    margin: auto;
}

.birth_day select {
    border: 0;
    background: url(/img/selet_arrow.png) no-repeat 90% 50%;
    font-size: 0.938em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 50px;
}

.find_btn_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.find_btn_wrap a {
    font-family: 'twayair';
    width: 80%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.find_btn_wrap a:nth-child(1) {
    background-color: #111;
    color: #fff;
}

.find_btn_wrap a:nth-child(2) {
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
}

/**************************************** 이메일/비밀번호 찾기 끝 */

/**************************************** 이메일/비밀번호 찾기 인증 및 결과 시작 */

.find_email_cert {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #e6e6e6;
}

.find_all_btn a {
    font-family: 'twayair';
    border: 1px solid #111;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email_code {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 50px;
}

.email_code_address {
    display: flex;
    gap: 10px;
}

.member_form_interval.join3 form.set_pw {
    padding: 80px 20px;
}

.login_input li.line.set_pw {
    border: 1px solid #e6e6e6;
}

.login_input.join2.set_pw {
    margin-bottom: 0;
}

.find_btn_wrap.set_pw {
    /* margin-top: 50px; */
}

/**************************************** 이메일/비밀번호 찾기 인증 및 결과 끝 */

/**************************************** 본인인증 시작 */

.cert_wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cert_box {
    display: flex;
    gap: 20px; 
}

.cert_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cert_box li p {
    font-size: 1.375em;
    font-weight: 500;
}
.find_btn_wrap input,
.cert_box li a {
    font-family: 'twayair';
    width: 110px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    border-radius: 30px;
    color: #fff;
    font-size: 1.125em;
    border:none;
}

.cert_img {
    width: 80px;
    height: 80px;
    background-color: #f6f6f6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .cert_line {
    width: 1px;
    height: 286px;
    background-color: #f6f6f6;
} */

.auth.border-color {
    border: 1px solid #cc1e12;
    color: #cc1e12;
    background: none !important;
}

/**************************************** 본인인증 끝 */

/***********OTP인증*/
.otp_login_img_area {
    margin-top:20px;
    text-align:center;
}
.otp_login_img_area img {
    width:60%
}
.otp_login_text {
    text-align: center;
}
.otp_login_text h3 {
    font-size: 14px;
}
.otp_login_text p {
    margin-top:5px;
}
.otp_login_box form {
    gap:0;
    border-bottom: none;
    margin: 20px;
}

.otp_footer_area {
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    border-left: none;
    border-right: none;
}

.otp_footer_area p {
    color: #a3a3a3;
    font-size: 14px;
}

.otp_footer_area a {
    margin-top:10px;
    font-size: 14px;
    color: #577ec4;
}

.otp_footer_area a:hover {
    text-decoration: underline;
}

/***********reCAPTCHA*/
.recaptcha_copy {
    margin-top: 10px;
}

.recaptcha_copy, .recaptcha_copy a {
    font-family: 'Noto Sans KR',sans-serif;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #bbbbbb;
    display: inline-block;
}

.recaptcha_copy p a {
    margin: 0 5px;
}
