/**************************************** member_common */

.member_form_interval {
    padding: 40px 0 10px;
    background-color: #f9f9f9;
}

.member_form_interval .box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.member_title {
    font-family: 'twayair';
    font-size: 50px;
    font-weight: 700;
}

/**************************************** member_common */

/**************************************** 로그인 시작 */

.login_wrap {
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    position: relative;
}

.joinstart_wrap {
    margin-top: 184px;
    height: auto;
    padding: 70px 0 20px 0
}

.login_img {
    position: absolute;
    top: -116px;
    right: -202px;
}

.login_wrap form {
    width: 100%;
    padding: 0 150px;
    margin: 50px 0;
}

.login_wrap form button,
.login_wrap form input[type="button"],
.login_wrap form input[type="submit"] {
    font-family: 'twayair';
    background-color: #cc1e12;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s;
    border:none;
}

.login_wrap form button:hover,
.login_wrap form input[type="submit"]:hover {
    background-color: #75120b;
}

.login_input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.login_input li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    gap: 30px;
}

.login_input li.line {
    border: 0;
}

.login_input.join2 li.pw,
.login_input.join2 li.email {
    background-color: transparent;
}
.login_input.join2 li.recommand>p {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left:0;
    font-size: 16px;
    color: #111;
}
.login_input.join2 li.recommand .pw_line_wrap {
    margin-bottom:0;
}
.notice_span {
    color: #c51d12;
    font-size: 14px;
}
.login_input li.recommand_event {
    background-color: transparent;
}

.login_input li.pw,
.login_input.join2 li.email {
    display: block;
    height: auto;
    padding: 0;
}

.login_input li.pw>p {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
    color: #aaa;
}

.login_input.join2 li.email>p {
    padding: 0 20px;
    font-size: 14px;
    color: #cc1e12;
}

.pw_line_wrap,
.email_line_wrap {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    gap: 10px;
}

.email_line_wrap .duplicate_btn {
    position: absolute;
    right: 20px;
    padding: 10px 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    background: #000;
    border: none;
    outline: none;
    transition: all 0.2s;
}

.email_line_wrap .duplicate_btn p {
    color: #fff;
    font-size: 16px;
}

.email_line_wrap .duplicate_btn:hover {
    background: #1b1933;
}

.login_label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 150px;
}

.login_label i {
    font-size: 24px;
}

.login_label p {
    font-family: 'twayair';
    font-size: 16px;
    font-weight: 500;
}

.login_input li input {
    width: 100%;
    height: 40px;
    font-size: 17px;
    outline: none;
    border: 0;
    padding-left:10px;
}

.login_input li input::placeholder {
    font-size: 0.875rem;
}

.login_bottom_wrap {
    display: flex;
    justify-content : flex-end;
}

.login_keep {
    display: flex;
    align-items: center;
}

#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%;
    padding: 25px 147px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* 211111 추가 */

#loginForm .sns_login {
    margin-top: 50px;
    padding: 0;
}
.sns_login li a .sns_login_img img {
    transition: all 0.2s;
}
.sns_login li:hover a .sns_login_img img {
    transform: scale(1.1);
}

.sns_login_wrap {
    max-width: 500px;
    position: relative;
    width: 100%;
    border-top: 1px solid #eee;
}

.sns_login_wrap .sns_login_text {
    padding: 5px 10px;
    background: #fff;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translate(-50%);
}

.sns_login_wrap .sns_login_text p {
    color: #bbb;
}

.sns_login li a {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 1px solid #e6e6e6;
    transition: 0.4s;
    border-radius: 100%;
}

/* 네이버 로그인 */
.sns_login li a.naver {
    border: none;
    overflow:hidden;
}

/* 구글 로그인 */
.sns_login li div#customBtn {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.sns_login li div#customBtn .g_id_signin {
    top: 0;
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.sns_login li #customBtn .g_id_signin iframe{
    width: 55px !important;
    height: 55px !important;
    box-sizing: border-box;
}

/**************************************** 로그인 끝 */

/**************************************** 회원가입 시작 */
.join_wrap {
    width: 100%;
    padding: 0 150px;
    margin-bottom: 70px;
}

.join_wrap li:last-child a {
    font-family: 'twayair';
    background-color: #111;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
    transition: 0.4s;
}

.join_wrap li:last-child a:hover {
    background-color: #c51d12;
}

.join_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 40px;
}

.join_txt p:nth-child(1) {
    font-family: 'twayair';
    font-size: 26px;
    font-weight: 500;
    color: #c51d12;
}

.join_txt p:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
}

.join_top {
    width: 100%;
    height: 120px;
    margin-top: 80px;
}

.join_top ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join_top ul li i {
    font-size: 50px;
    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) {
    font-family: 'twayair';
    color: #aaaaaa;
    font-weight: 700;
}

.join_process p:nth-child(2) {
    font-family: 'twayair';
    color: #aaaaaa;
    font-weight: 500;
    font-size: 26px;
}

.join_process.current p:nth-child(1) {
    font-family: 'twayair';
    color: #c51d12;
    font-weight: 700;
}

.join_process.current p:nth-child(2) {
    font-family: 'twayair';
    color: #111;
    font-weight: 500;
    font-size: 26px;
}

/******************** 회원가입 약관동의 */

.member_form_interval.join1 {
    padding: 5px 250px;
}

.join1_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.join1_title.policy_title {
    align-items:flex-start;
}
.join1_title.policy_title .select_wrap {
    gap: 10px;
    display: flex;
    width: 100%;
    align-items: baseline;
}
.join1_title.policy_title select {
    margin-top: 20px;
    max-width: 125px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #757981;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
}
.join1_title p:nth-child(2) {
    font-size: 18px;
}

.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-left: 20px;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.policy_wrap li:nth-child(2) {
    padding: 30px 20px;
    height: 200px;
}

.policy_cap {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 20px;
    overflow-y: scroll;
    transform: skew(-0.1deg);
    overflow-y: hidden;
}

.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 {
    font-family: 'twayair';
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    font-weight: 500;
}

.policy_wrap input+label::before {
    content: '\2714';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #e6e6e6;
    border-radius: 100%;
    font-size: 20px;
    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;
    align-items: center;
    justify-content: space-between;
}

.policy_wrap.promo li:nth-child(1) {
    border: 0;
}

.policy_wrap.promo li:nth-child(2) {
    height: auto;
    cursor: pointer;
    padding: 0;
    padding-right: 20px;
}

.policy_wrap.promo li:nth-child(2) p {
    font-family: 'twayair';
    border: 1px solid #111;
    width: 150px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.policy_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.policy_btn a {
    font-family: 'twayair';
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50px;
}

.policy_btn a:nth-child(1) {
    background-color: #e6e6e6;
}

.policy_btn a:nth-child(2) {
    background-color: #111;
    color: #fff;
}
    .policy_btn a:nth-child(2):hover {
        background-color: #cc1e12;
    }
    
/******************** 회원가입 정보입력 */
.member_form_interval.join2 {
    padding: 5px 250px;
}

.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: 50px;
}

.captha {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_input.join2 {
    gap: 10;
    margin-bottom: 50px;
}

.login_input.join2 li {
    background-color: #fff;
    gap: 10px;
}

.login_input.join2 li a {
    font-family: 'twayair';
    width: 250px;
    height: 34px;
    background-color: #e6e6e6;
    border-radius: 50px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_input.join2 li:first-child {
    margin-bottom: 10px;
}

.login_input.join2 .login_label {
    width: 200px;
}

.login_input.join2.bottom {
    margin-bottom: 50px;
}

.login_input.join2.bottom .login_label {
    width: 260px;
}

.login_input.join2.bottom li:first-child {
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    margin-bottom: 0px
}

.join_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.join_btn a,
.join_btn button,
.join_btn input[type="button"] {
    font-family: 'twayair';
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    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: 578px;
    height: 354px;
}

.join2_pop_con>div:first-child {
    width: 84px;
    height: 84px;
    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: 35px;
}

.join2_pop_btn {
    cursor: pointer;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
}

.more_pop_con {
    padding: 30px 20px;
    height: 300px;
}
.email_auth {
    margin-top: 10px;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
}
.login_input.join2 .login_label.gender_label {
    width: 155.7px;
}
.gender_select {
    padding-left:10px;
    width: 10%;
    border: none;
    font-size:16px;
}


/******************** 회원가입 이메일 인증 */

.member_form_interval.join3 {
    padding: 70px 0 250px;
}

.member_form_interval.join3 form {
    /*background-color: #fff;*/
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #e6e6e6;*/
}

    .member_form_interval.join3 form.form_email {
        background: #fff;
        border: 1px solid #e6e6e6;
    }
        .email_address_wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}

.email_address_wrap p {
    font-size: 18px;
    font-weight: 500;
}

.email_txt {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    color : #100072;
}

.code_input {
    display: flex;
    gap: 10px;
}

.code_input li {
    width: 70px;
    height: 70px;
    background-color: #eeeeee;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code_input li input {
    width: 20px;
    font-size: 40px;
    font-weight: 700;
    outline: 0;
    color: #c51d12;
}

.email_resend {
    margin-top: 50px;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email_resend a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c51d12;
    font-size: 15px;
}

.email_resend a i {
    font-size: 20px;
}

/******************** 회원가입 가입완료 */

.member_form_interval.join4 {
    padding: 70px 0 250px;
}

.member_form_interval.join4 .join1_wrap {
    background-color: #fff;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
}

.member_form_interval.join4 .join1_wrap p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.join4_txt {
    margin-bottom: 50px;
}

.join4_timer span {
    color: #cc1e12;
}

.join4_btn {
    font-family: 'twayair';
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    background-color: #cc1e12;
    margin-top: 50px;
}


/**************************************** 회원가입 끝 */


/**************************************** 이메일/비밀번호 찾기 시작 */

.member_form_interval.join3.find {
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #f9f9f9;
}

.member_form_interval .box {
    max-width: 800px;
    width: 100%;
    margin: 120px auto;
}

    .member_form_interval .box.policy {
        max-width: 1200px;
        width: 100%;
        margin: 80px auto;
    }

.member_form_interval.find .box {
    margin: 180px auto;
}

.join_txt.find {
    margin-bottom: 20px;
}

.find_email_input li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 500px;
    height: 60px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    gap: 10px;
    margin-bottom: 20px;
}

.find_email_input input {
    width: 70%;
    height: 45px;
    outline: 0;
    font-size: 18px;
    border: 0;
    padding-left: 10px;
}

.birth_day {
    width: 70%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.birth_day select {
    border: 0;
    background: url(/img/selet_arrow.png) no-repeat 90% 50%;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 60px;
}

.find_btn_wrap {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.btn-find, .find_btn_wrap input {
    font-family: 'twayair';
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}


.btn-find:hover, .find_btn_wrap input:hover {
    background-color: #c51d12;
}

.find_btn_wrap a {
    font-family: 'twayair';
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    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: 500px;
    /*height: 60px;*/
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
}

.find_all_btn a {
    font-family: 'twayair';
    border: 1px solid #111;
    width: 150px;
    height: 34px;
    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: 18px;
    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 {
    height: 600px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    padding: 0 80px;
    margin-top : -35px;
}

.cert_box {
    display: flex;
    gap: 60px;
}

.cert_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cert_box li p {
    font-size: 22px;
    font-weight: 500;
}

.cert_box li a {
    font-family: 'twayair';
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
transition:0.3s;
}

.cert_box li .reset_aStyle a {
    all: unset;
    color: blue;
    text-decoration: underline;
    font-size: 90%;

}

.cert_box li a:hover{
    background-color: #c51d12;
}
.cert_box li .reset_aStyle a:hover {
    cursor: pointer;
    background-color: inherit;
}

#check_id > #p_id {
    padding: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid lightgray;
    margin-bottom: 30px;
}

.cert_img {
    width: 135px;
    height: 135px;
    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_wrap {
    margin-top:100px;
    height:auto;
    padding:30px;
    padding-top:50px;
}
.member_form_interval .otp_login_wrap {
    max-width: 545px;
    margin-top: 125px;
    padding-top:30px;
}
.otp_login_img_area {
    margin: 0 auto;
    margin-top:30px;
}
.otp_login_text {
    text-align:center;
}
.otp_login_text h3 {
    font-size:18px;
}
.otp_login_text p{
    margin-top:10px;
    color:#999;
}
.otp_input_area {
    margin-top:10px;
    display:flex;
    gap: 5%;
}
.otp_login_wrap form {
    margin-top:40px;
    padding:0;
}
.login_wrap form .otp_input_area,.otp_footer_area, .otp_header_area {
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    border-left: none;
    border-right: none;
}
.otp_header_area {
    width:100%;
    border-top:none;
}
.otp_header_area p {
    font-size:25px;
}
.otp_footer_area {
    background-color: #f7f7f7;
}
.otp_footer_area p {
    color:#a3a3a3;
    font-size:14px;
}
.otp_footer_area a {
    font-size:14px;
    color:#577ec4;
}
.otp_footer_area a:hover {
    text-decoration:underline;
}
.login_wrap form .otp_input_area input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    border: 1px solid #e7e7e7;
    padding: 10px 12px;
    height: 45px;
    font-size:20px;
    text-align:center;
}
.login_wrap form .otp_input_area input::placeholder {
    font-size: 20px;
}
.login_wrap form .otp_input_area input:focus {
    outline: 1px solid #111;
}
.otp_login_wrap form button, .otp_login_wrap form .a_btn {
    width: 30%;
    border-radius: 7.5px;
    height: 45px;
    font-size: 20px;
    margin: 20px auto;
    transition: all 0.3s;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'twayair';
    background-color: #cc1e12;
}
.otp_login_wrap form button:hover, .otp_login_wrap form .a_btn:hover {
    background-color: #e22215;
}
.login_wrap form .otp_input_area .cancel_btn {
    width: 40%;
    height: 45px;
    background-color:#111;
}
.otp_resigin_title {
    margin-top:20px;
}
.otp_resigin_text p {
    margin-top:0;
}
/****OTP 인증 끝*/

.recaptcha_copy, .recaptcha_copy a {
    font-family: 'Noto Sans KR',sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
    margin-top:30px;
    line-height:1.2;
}
.member_form_interval .login_wrap.box.login_box {
    padding: 70px 0 20px 0;
    height: auto;
}
.recaptcha_copy a {
    text-decoration: underline;
    display: inline-block;
    margin: 0 5px;
}

.grecaptcha-badge {
    visibility: hidden;
}