/**
	mypage skin css
*/

.mypage .mypagemain li {display: block;margin: 0px; clear: both; margin-bottom: 15px;}
.mypage .mypagemain li>span {float: left;width: 25%;text-align: right;padding-right: 20px;margin-top: 5px;color: #000;font-weight: bold;}
.mypage .mypagemain li {min-height:25px;}

.mypage .scrapbtn {font-size:10px;}

.mypage .askpassword li {display: block;margin: 0px; clear: both; margin-bottom: 15px;}
.mypage .askpassword li>span {float: left;width: 25%;text-align: right;padding-right: 20px;margin-top: 5px;color: #000;font-weight: bold;}

.mypage .member_modify li {display: block;margin: 0px; clear: both; margin-bottom: 15px;}
.mypage .member_modify li>span {float: left;width: 25%;text-align: right;padding-right: 20px;margin-top: 5px;color: #000;font-weight: bold;}
.mypage .member_modify textarea {width:500px; }

.mypage .table-top {overflow: hidden;padding-bottom: 10px;}
.mypage .table-top input{margin-bottom: 0;margin-top: 0;}
.mypage .table-top li{float: left;text-align: center;padding-right: 5px;}

.mypage .nav {margin-bottom:20px;}

/**
 * 비회원 본인확인 css
 */

.joinList {
    padding: 30px;
    border-top: 3px solid #005f9d;
    border-bottom: 3px solid #005f9d;
}
.joinList dl {
    margin-bottom: 40px;
}
.joinList dl dt {
    margin-bottom: 20px;
}
.joinList dl dt p {
    margin-top: 7px;
}
.btnCenter {
    text-align: center;
}

#phoneAuth {
    position: relative;
    padding-left: 145px;
    background: url('/assets/images/join_phoneAuthImg.gif') no-repeat 15px 10px;
}
#phoneAuth dd .phoneAuthArea {
    position: relative;
    width: 420px;
    background: #efefef;
}
#phoneAuth dd .phoneAuthArea ul {
    position: relative;
    padding: 20px;
}
#phoneAuth dd .phoneAuthArea li {
    overflow: hidden;
    width: 100%;
    margin: 3px 0;
    zoom: 1;
}

#phoneAuth dd .phoneAuthArea li em {
   width: 75px;
    float: left;
    margin: 0 20px 0 0;
}



