@charset "utf-8";
span {
  display: inline-block;
}
ul {
  padding-inline-start: 0px;
}
.f_txt {
  vertical-align: middle;
}
.header_line {
  background-color: #7266ba;
  padding: 0 40px 0 20px;
  /* position : fixed; */
  left: 0;
  right: 0;
  height: 200px ; 
  z-index: 100;
  width: 100%;
}
.logo_wrap {
  height: 70px;
  width: 200px;
  float: left;
  line-height: 70px;
}
/* img.banner {
  height: 200px !important; 
  width: 1024px !important; 
} */
div.banner {
  display: flex;
  justify-content: center;
}
.content-page {
  margin-left: 0px;
  padding: 0 15px 30px 15px;
}
.singup_type_wrap {
  text-align: center;
}
.font_b9 {
  font-weight: 900;
}
.font_b6 {
  font-weight: 600;
}
.dis_non {
  display: none;
}

.main_menu > li {
  margin-right: 3rem;
}
.main_menu > li,
.main_btn > li {
  float: left;
}
.main_btn button {
  color: #7266ba;
  font-weight: 600;
}
.main_btn1 {
  padding: 0rem 1rem;
}
.main_btn2 {
  padding: 0rem 1.4rem;
}

.header_txt a {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}

.text_need {
  color: red !important;
}
.singup-cn {
  display: none;
}
.content {
  margin-bottom: 0px;
  clear:both;
}
/* 아이디 찾기 비밀번호 재설정 */
.card-tit,
.card-tit h4 {
  margin: 0px 0;
  font-weight: 900;
}
.s_bt_line {
  width: 100%;
  height: 1px;
  background: #ced4da;
}
/* 회원로그인 */
.signup_btnchan {
  color: #7266ba;
  background-color: #f1f5f7;
  font-weight: 900;
}
@media (min-width: 800px) {
  .pb_12 {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .logo_wrap {
    width: 120px;
  }
  .header_line {
    padding: 0 10px 0 20px;
  }
  .logo img {
    width: 120px;
  }
  .main_btn1 {
    padding: 0rem 0.7rem;
  }
  .main_btn2 {
    padding: 0rem 0.9rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 475px) {
  .singup_type_wrap {
    text-align: left;
  }
  .p-4 {
    padding: 1.25rem !important;
  }
}
.comment-out {
  display: none !important;
}