@font-face {
    font-family: 'Enter Sansman';
    src: url('../../../../font/entsans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	padding-bottom:120px;
}





.sec_1 .container {
  padding: 0 0 30px;
  background: #fff;
}
.sec_1 .container .text_area .tit {
  color: #313b46;
  font-size: 20px;
  font-weight: 500;
}
.sec_1 .container .text_area .tit span {
  position: relative;
  z-index: 1;
}
.sec_1 .container .text_area .tit span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 10px;
  background: #4e75fd;
  opacity: .5;
  z-index: -1;
  transition: 0.3s;
  animation: width 0.5s 0.8s both;
}
@keyframes width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}




.required, textarea.required {
	background-image: none !important;
}

.mbskin {
  width: 96%;
  max-width: 360px;
  background: #f9fbff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 30px 20px;
  margin:0 auto ;
}
.mbskin .mbskin_box {
	background:none;
	border:none;
}

/*로그인, 회원가입 박스*/
.mb_log_cate {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
}
.mb_log_cate a,
.mb_log_cate .join {
  border: 1px solid #b6c6ff;
  border-radius: 11px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  padding: 12px 0;
  width:100%;
  background:none;
  color:#5C5C5C;
}
.mb_log_cate .on {
  background: #b6c6ff;
}


.frm_input{
	background: #FFFFFF;
	border: 1px solid #6F6E6E;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	padding:10px 16px;
	color: #6F6E6E;
}
.frm_input::placeholder{
	color:#908E8E;
}

/*제출 버튼*/
.btn_submit {
	display: block;
    background: #7AA7FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin: 50px 0 0 0;
    margin-bottom: 0;
	font-weight: 500 !important;
	font-size: 16px !important;
	width:100%;
}
.btn_submit:hover {
	background:#7AA7FF;
}


/*소셜 로그인*/
.other_login {
	padding-top:11px;
}
.other_login p {
	font-weight: 400 !important;
	font-size: 12px !important;
	color: #767474 !important;
	padding-bottom:11px !important;
	text-align:left !important;
	height:unset !important;
	line-height:1 !important;
	background:none !important;
	margin-bottom:0 !important;
}
#fregisterform p:before {
	content:none;
}
#mb_login #sns_login {
	background :none;
	padding :0;
	border:none;
}
#mb_login #sns_login .txt {
	display:none;
}
#mb_login #sns_login .sns-icon {
	width:24px !important;
	height:24px!important;
}
#sns_login .sns-icon {
	padding-left:0 !important;
	border-radius:3px !important;
}
#sns_login .sns-naver,
#sns_login .sns-kakao {

	background-position:center !important;
	background-size:100%;
}



#info_sec {
	display:none;
}