.mbskin .mbskin_box > .txt {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #5C5C5C;
	padding:35px 0 23px;
	word-break:keep-all;
}
.register {
	padding:0 8px;
}
.border-box {
	background: #FFFFFF !important; 
	border: 1px solid #6F6E6E !important; 
	border-radius: 8px !important;
	padding:20px !important;
}
#fregister section {
	border:none;
	position:relative;
	margin:0;
}
#fregister section:not(:last-child) {
	margin-bottom:15px;
}
#fregister h2 {
	font-weight: 400;
	font-size: 14px;
	color: #908E8E;
	padding:0 0 0 24px;
	border:none;
	line-height:20px;
	white-space: nowrap;
}
.fregister_agree {
	position:relative;
	top:unset;
	right:unset;
	text-align:left;
}
.fregister_agree input[type="checkbox"] + label span {
	position: absolute;
    top:1px;
    left: 0;
	right:unset;
    width: 18px;
    height: 18px;
	display:block;
}

#fregister .toggle{
	display:none;
	padding:0;
    font-size: 12px;
	margin-top:5px;
}
#fregister textarea {
	padding: 10px;
	border:1px solid #d8dbdf;
}
#fregister_private table td {
	padding:3px;
}
.more_btn {
	display:inline-block;
	font-weight: 500;
	font-size: 10px;
	color: #6285FF;
	text-align:left;
	margin-left:24px;
}
.more_btn i {
	display:inline-block;
	width:7px;
	height:6px;
	background-image:url(../../../../../../img/line_bottom_arrow.svg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


#fregister_chkall#fregister_chkall {
	margin-top:12px;
	line-height:1 !important;
}
#fregister_chkall#fregister_chkall.border-box {
	padding:10px 20px  !important;
}
#fregister_chkall#fregister_chkall.border-box label {
	display:block;
	font-weight: 400;
	font-size: 15px;
	color: #7AA7FF;
	text-align:left;
	padding-left:24px;
}
#fregister_chkall#fregister_chkall.border-box span {
	left:20px;
	top:50%;
	transform:translateY(-50%);
}


.other_login {
	padding-top:0;
}
.other_login p::before {
	content:none !important;
}

.register .btn_confirm .btn_submit {
	float: unset;
	width:205px;
	margin-left:auto;
	margin-right:auto;
}
