@charset "utf-8";

.mbskin {
	width:550px;
}
.mbskin .mbskin_box {
	background-color: #fff;
    border-radius: 15px;
	border:0px solid #edeaea;
    box-shadow: 30px 30px 70px rgb(0 0 0 / 10%);
}
.mbskin .mb_log_cate {
	font-weight:700;
	font-size:1.175em;
}
.mb_log_cate h2, .mb_log_cate .join {
	font-weight:700;
    border-radius: 0 15px 0 0;
}
.mb_log_cate .join:hover{
	background:#f3f3f3;
}
#mb_login #sns_login {
	background:transparent;
}
#mb_login #sns_login span {
	-webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
}
#mb_login #login_fs .frm_input, #mb_login_od_wr .frm_input {
    width: 100%;
    text-indent: 15px;
    height: 48px;
    background-color: #f1f1f1;
    border: 0px;
    border-radius: 4px;
	letter-spacing: -0.5px;
    font-size: 14px;
}
#mb_login #login_fs .frm_input:focus, #mb_login_od_wr .frm_input:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 0px !important;
}
#mb_login #login_fs .btn_submit, #mb_login_notmb .btn_submit {
    width: 100%;
    height: 48px;
    background-color: #000;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
	-webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
}
#mb_login #login_fs .btn_submit:hover, #mb_login_notmb .btn_submit:hover {
    background-color: #161616;
}
.chk_box input[type="checkbox"] + label span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 0px solid #c0c0c0;
    background-color: #eee;
	margin-right:6px;
}
#login_info .login_if_lpl a {
    display: inline-block;
    border: 1px solid #eee;
    color: #999;
    border-radius: 4px;
    padding: 2px 5px;
    line-height: 20px;
}
#mb_login_notmb, #mb_login_od_wr {
	width:550px;
	background-color: #fff;
    border-radius: 15px;
	border:0px solid #edeaea;
    box-shadow: 30px 30px 70px rgb(0 0 0 / 10%);
	margin-bottom:90px;
}
#mb_login_notmb .chk_box {
	padding:10px 0;
}