@charset "utf-8";
@import url('/css/reset.css'); /* 폰트와 기초값 */

.mbskin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    text-align: center;
    margin: 0;
}

.mbskin .mbskin_box {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

#mb_login h1 {
    position: relative;
    font-size: 20px;
    text-align: center;
    line-height: inherit;
    padding-top: 30px;
}

.mbskin h1 {
    margin: 0;
}

#mb_login #login_fs .frm_input {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #ddd;
}

#mb_login #login_fs .btn_submit {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    background: #3c24ca;
}


@media screen and (max-width: 640px){
    .mbskin{width: calc(100% - 40px);}
}

/* 아이디찾기 */
.red {color: #f00}
.find_wrap{}
.find_wrap .tit{background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; font-size: 18px; font-weight: 600;}
.find_wrap .tit .tit_2 {font-size: 16px; margin-left: 10px; color: #999; font-weight: 500}
.find_wrap .top{margin: 20px 10px; display: flex; align-items: center; border-bottom: 2px solid #000;}
.find_wrap .top input{border: none; font-size: 14px; height: 60px; line-height: 60px; padding: 0 10px; width: calc(100% - 80px);}
.find_wrap .top button{width: 80px; height: 35px; line-height: 35px; color: #fff; background: #000; font-size: 12px; font-weight: 600; border: none; cursor: pointer; border-radius: 50px;}
.find_wrap table{width: calc(100% - 10px); margin: auto; font-size: 14px; text-align: center;}
.find_wrap table th{background: #f7f7f7; color: #666; font-weight: 500; padding: 15px 10px;}
.find_wrap table td{border-bottom: 1px solid #eee; padding: 15px 10px; white-space: break-spaces; word-break: break-all!important;}
.find_wrap table td:nth-child(1){width: 30%;}
.find_wrap table td:nth-child(2){width: 20%;}
.find_wrap table td:nth-child(3){width: 20%;}
.find_wrap table td:nth-child(4){width: 5%;}
.find_wrap table td:nth-child(5){width: 20%;}
.find_wrap table td:nth-child(6){width: 5%;}
.find_wrap table .select{cursor: pointer; font-size: 12px; color: #fff; background: #AA78BF; padding: 5px 10px; display: inline-block;}

@media screen and (max-width: 640px){
    .find_wrap table{font-size: 12px;}
    .find_wrap table th{padding: 15px 5px;}
    .find_wrap table td{padding: 15px 5px;}
}