@import url("./common.css");


.member_page .btn_comm:not(.point_btn):not(.btn_default):hover {
    background-color: #a1a1a1;
}

/* tab_info */
.tab_info li {
    display: inline-block;
}

.tab_info li.tab_list.active {
    background-color: transparent;
}

.tab_info a {
    display: block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 35px;
    border-bottom: 1px solid #000;
}

/* tab_info_content */
.member_page .easy_certify {
    overflow: hidden;
    margin-top: 15px;
}

.member_page .id_search,
.member_page .pwd_search {
    float: left;
    width: 49%;
    padding: 20px;
    border: 1px solid #d5d9df;
}

.member_page .id_search {
    margin-right: 1%;
}

.member_page .pwd_search {
    margin-left: 1%;
}

.member_page .tit_search {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

.member_page .box_type {
    margin: 25px 0 20px;
}

.member_page .box_inner .label_txt {
    float: left;
    width: 30%;
    margin-top: 11px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.member_page .box_sub {
    overflow: hidden;
    position: relative;
    width: 70%;
    margin-bottom: 15px;
}

.member_page .txt_placeholder {
    display: none;
}

/* verification code */
.member_page .box_auth .tf_comm {
	border: none;
    background-color: #eceff2;
    font-size: 13px;
	color: #c5c5c5;
}

.member_page .msg_auth.txt_placeholder {
    color: #c5c5c5;
}

.member_page .msg_phone:not(.txt_placeholder),
.member_page .msg_auth:not(.txt_placeholder) {
    display: none;
    padding-top: 5px;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #ff1a40;
}

.member_page .msg_phone.txt_placeholder,
.member_page .msg_auth.txt_placeholder {
    display: block;
}

.member_page .auth_time {
	display: none;
    padding-top: 5px;
    font-size: 11px;
    color: #ff1a40;
}

.member_page .btn_authnum,
.member_page .btn_submit {
    width: 100%;
    margin-top: 6px;
    font-size: 13px;
}

/* use_realcheck */
.member_page .hard_certify {
    margin-top: 15px;
}

.member_page .box_search_type {
    margin: 30px 0 20px 0;
}

.member_page .wrap_check {
    overflow: hidden;
    border: 1px solid #e3e3e3;
    font-size: 0;
    word-break: keep-all;
}

.member_page .tit_check {
    padding: 20px 0 10px 25px;
    background-color: #f3f3f3;
    font-weight: 700;
    font-size: 22px;
    color: #282830;
    letter-spacing: -0.05em;
}

.member_page .id_find,
.member_page .pwd_find {
    display: inline-block;
    width: 50%;
    padding: 30px 25px;
    vertical-align: top;
}

.member_page .pwd_find {
    border-left: 1px solid #e3e3e3;
}

.member_page .tit_search_id,
.member_page .tit_search_pwd {
    margin-bottom: 10px;
    font-size: 16px;
    color: #282830;
}

.member_page .msg_desc {
    margin-bottom: 20px;
    font-size: 12px;
}

.member_page .btn_check {
    width: 40%;
    background-color: #ed5749;
    font-size: 14px;
    vertical-align: top;
}

.member_page .id_find .btn_check {
    display: block;
    margin: 0 auto;
}

.member_page .box_find .label_txt {
    display: inline-block;
    width: 13%;
    margin-top: 11px;
    margin-right: 1%;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}

.member_page .box_id_find {
    display: inline-block;
    position: relative;
    width: 45%;
    margin-right: 1%;
    vertical-align: top;
}

/***** media_queries start *****/
@media screen and (max-width: 1199px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    .member_page .id_search,
    .member_page .pwd_search {
        width: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .member_page .pwd_search {
        margin-top: 15px;
    }

    .member_page .box_inner .label_txt {
        width: 25%;
        font-size: 12px;
    }

    .member_page .box_sub {
        width: 75%;
    }

    .member_page .tf_comm {
        padding: 0 10px;
    }

    .member_page .txt_placeholder {
        left: 0;
        padding: 0 10px;
        font-size: 12px;
    }

    /* use_realcheck */
    .member_page .tit_check {
        padding-left: 15px;
    }

    .member_page .id_find,
    .member_page .pwd_find {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .member_page .pwd_find {
        border-top: 1px solid #e3e3e3;
        border-left: 0;
    }

    .member_page .box_find .label_txt {
        width: 19%;
    }

    .member_page .box_id_find {
        width: 80%;
        margin: 0;
    }

    .member_page .btn_check {
        width: 100%;
    }

    .member_page .pwd_find .btn_check {
        margin-top: 20px;
    }
}
/***** media_queries end *****/
