.login_section__item {
  position: relative;
}

#password_eye,
#password_eye_slash {
  position: absolute;
  right: 16px;
  top: 31%;
}

.login_section__buttonWrap.-join .c_button.-pink3 {
  background: #e85892;
}

.elem-hide {
  display: none !important;
}
.c_button.-arrow:before{
  display: none;
}

input:focus {
  border: 1px solid #E62E81;
}

.single_article_question__error{
  margin-top: 5px;
}

.form-check-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #4D4D4D;
  border-radius: 4px;
  cursor: pointer;
}
.form-check-input:checked{
  background-color: transparent;
  position: relative;
}
.form-check-input:focus{
  border: 1px solid #707070;
}
.form-check-input:checked::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 5px;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}

.login_section__item.-remember{
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.form-check-label{
  line-height: 1;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #4D4D4D;
}
.login_section__itemData{
  position: relative;
}

.login_section__anchor{
  display: inline-block;
  color: #E62E81;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.login_section__anchor::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  margin-top: 1px;
}

.-login, .-join{
  display: flex;
  justify-content: center;
}
.form-check-input{
  width: 16px;
  height: 16px;
}
.form-check-input:checked::before{
  width: 15px;
  height: 7px;
  top: 30%;
  left: 61%;
  border-top: 2px solid #E64588;
  border-right: 2px solid #E64588;
}
.login_section__button{
  width: 100%;
  height: 35px;
}
.login_section__anchorGroup{
  width: 100%;
  display: flex;
  justify-content: center;
}

.member_section{
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  align-items: center;
}

.member_section__buttonWrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 0 !important;
}
.register__button{
  width: 100%;
  max-width: 380px;
  height: 38px;
}

.register__label{
  font-size: 14px;
  font-weight: 600;
  color: #FA8DBA;
  letter-spacing: 1px;
}

.member_section__content{
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.member_section__bannerWrap{
  width: 100%
}

.member_section__banner img{
  border-radius: 8px;
  margin: 0 auto;
  padding: 0;
  object-fit: cover;
}

.member_section__interestWrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  counter-reset: point;
}
.member_section__interest{
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background-color: #FFEAF4;
  align-items: center;
  justify-content: start;
  counter-increment: point;
  position: relative;
}
.member_section__interest::before{
  content: "Point" counter(point);
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #FAB4CE;
  min-width: 70px;
  position: absolute;
  left: -7px;
  top: -10px;
  transform: rotate(-15deg);
  font-family: "LearningCurve", sans-serif;
}
.interest_name{
  color: #E62E81;
  font-size: 14px;
  font-weight: 700;
  min-width: 100px;
  text-align: center;
}
.interest_content{
  font-size: 13px;
  font-weight: 500;
  color: #4D4D4D;
}
.interest_line{
  width: 0.75px;
  height: 18px;
  background-color: #FAB4CE;
}
.sectionTitleWrap {
  margin-bottom: 16px;
  width: 100%;
  max-width: 500px;
}
.sectionTitle {
  color: #E62E81;
  font-weight: 700;
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
  background: #fff;
  display: block;
  margin: 0 auto;
  width: 100px;
  position: relative;
  z-index: 2;
}

.sectionTitleLine {
  border-bottom: 1px solid #E62E81;
  transform: translateY(-9px);
}

.login_section__anchor{
  margin: 0;
}

@media screen and (max-width: 1023px) {
  #password_eye,
  #password_eye_slash {
    top: 30%;
  }
  .login_section__inner{
    width: calc(100% - 30px);
  }
  .login_section__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .login_section__itemData{
    margin-top: 10px;
  }
  .login_section__item.-remember{
    margin-top: 8px !important;
  }
  .form-check-label{
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-left: 6px;
  }
  .form-check-input{
    width: 14px;
    height: 14px;
  }
  .form-check-input:checked::before{
    width: 14px;
    height: 5px;
    top: 25%;
    left: 67%;
  }
  .login_section__button{
    max-width: 220px;
  }
  .login_section__buttonGroup{
    margin-top: 16px;
  }
  .member_section__content{
    width: calc(100% - 30px);
  }
  .login_section__anchor{
    margin-top: 10px;
    font-size: 10px;
  }
  .register__button{
    max-width: 280px;
  }
  .interest_content{
    font-size: 10px;
  }
  .interest_name{
    font-size: 12px;
    min-width: 80px;
  }
  .member_section__interest::before{
    font-size: 20px;
    top: -8px;
  }
  .member_section__banner{  
    font-size: 24px;
  }
  .member_section__content{
    gap: 12px
  }
  .member_section__interestWrap{
    gap: 10px
  }
  .register__label{
    font-size: 12px;
  }
  .sectionTitle {
    font-size: 14px;
  }
  .sectionTitleWrap {
    margin-bottom: 10px;
  }
}

.isBannerSP {
  display: none !important;
  @media screen and (max-width: 768px) {
    display: block !important;
  }
}

.isBannerPC {
  display: block !important;
  @media screen and (max-width: 768px) {
    display: none !important;
  }
}