/* 기본박스 */

.mbskin {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 10px;
}

.mbskin:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg)
}

.mbskin .mbskin_box {
    border: 1px solid #dddddd;
    background: #fff
}

.mbskin .frm_input {
    width: 100%
}

.mbskin .btn_submit {
    width: 100%;
    margin: 10px 0 0;
    height: 45px;
    font-weight: bold;
    font-size: 1.25em
}

.mbskin h1 {
    margin: 60px 0 30px;
    font-size: 2em
}


/* 아이디/비밀번호 찾기 */

#find_info #mb_hp_label {
    display: inline-block;
    margin-left: 10px
}

#find_info p {
    line-height: 2em
}

#find_info #mb_email {
    margin: 10px 0
}


/* 회원 비번확인 */

#mb_confirm {}

#mb_confirm h1 {
    margin: 60px 0 30px;
    font-size: 2em
}

#mb_confirm p {
    padding: 0 20px 40px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.083em;
    line-height: 1.4em;
    color: #656565
}

#mb_confirm p strong {
    display: block;
    color: var(--default-color);
    font-size: 1.167em;
    margin: 0 0 5px
}

#mb_confirm fieldset {
    padding: 50px;
    text-align: left;
    width: 60%;
    margin: 0 auto;
}

#mb_confirm fieldset .frm_input {
    background-color: #fff !important
}

#mb_confirm label {
    letter-spacing: 0
}

#mb_confirm_id {
    display: block;
    margin: 5px 0 10px;
    font-weight: bold
}

#mb_confirm .confirm_id {
    font-size: 0.92em;
    color: #666
}


/* 비밀글 비번확인 */

#pw_confirm h1 {
    margin: 60px 20px 30px;
    font-size: 2em
}

#pw_confirm p {
    padding: 0 20px 40px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.083em;
    line-height: 1.4em;
    color: #656565
}

#pw_confirm p strong {
    display: block;
    color: var(--default-color);
    font-size: 1.167em;
    margin: 0 0 5px
}

#pw_confirm fieldset {
    padding: 50px;
    text-align: center
}

#pw_confirm fieldset .frm_input {
    background-color: #fff !important
}

#pw_confirm label {
    letter-spacing: 0
}

#pw_confirm_id {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold
}