/* 로그인 섹션 */
.content_type03 h2 {
  margin-bottom: 25px;
}

.btn_area{
  margin-top: 7px;
}

.pwMem_area {
  font-size: 0.938rem;
  color: #999;
  margin-top: 22px;
  text-align: center;
}

.pwMem_area > span + span {
  margin-left: 15px;
  padding-left: 18px;
  background: url(common/images/divider_bar.svg) no-repeat left center;
}

/* SNS 로그인 섹션 */
.sns_login {
  margin-top: 95px;
}

.sns_login > button + button {
  margin-top: 10px;
}

.sns_login button {
  width: 100%;
  height: 48px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
}

.sns_login .kakao_login {
  background: #FEE500 url(common/images/kakao_login_icon.svg) no-repeat 15px center;
  color: #333;
}

.sns_login .naver_login {
  background: #3DB15B url(common/images/naver_login_icon.svg) no-repeat 15px center;
  color: #fff;
}