@charset "UTF-8";
/* ---------------회원가입, 로그인 타이틀--------------- */
.join_title_box {
  margin-bottom: 50px;
}

.join_title_box .join_title {
  font-size: 40px;
  text-align: center;
}

.join_title_box .join_desc {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  color: #999;
}

/* ---------------회원가입, 로그인 타이틀 end--------------- */
/* 

*/
/* ---------------회원가입--------------- */
.join_legend {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  font-size: 18px;
  background-color: #f2ecff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.join_fieldset:not(:nth-of-type(1)) {
  margin-top: 30px;
}

.joinbox:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.joinbox .left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 40px;
}

.joinbox .left label {
  font-size: 18px;
}

.joinbox .right {
  float: right;
  width: calc(100% - 120px);
}

.joinbox .right.required .inner .text_input, .joinbox .right.required .inner select {
  border-color: #ed1c24;
}

.joinbox .right.required .req {
  display: block;
}

.joinbox .right .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 40px;
}

.joinbox .right .inner .email_middle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  color: #999;
}

.joinbox .right .inner .text_input, .joinbox .right .inner select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 0 15px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.joinbox .right .inner .text_input.short, .joinbox .right .inner select.short {
  width: calc(50% - 20px);
}

.joinbox .right .inner .text_input.email_back_input, .joinbox .right .inner select.email_back_input {
  display: none;
}

.joinbox .right .inner .text_input.email_back_select, .joinbox .right .inner select.email_back_select {
  color: #999;
}

.joinbox .right .req {
  display: none;
  text-align: right;
  margin-top: 3px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.joinbox .right .check {
  display: block;
  text-align: right;
  font-weight: 500;
  margin-top: 3px;
  font-size: 14px;
}

.joinbox .right .check.pass {
  color: #5959f7;
}

.joinbox .right .check.fail {
  color: #ed1c24;
}

.withdraw_btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  color: #666;
}

.withdraw_btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 0;
  height: 1px;
  background-color: #666;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.button_wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button_wrap .common_btn {
  width: 180px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  display: block;
  margin: 0 12px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.button_wrap .common_btn.can_btn {
  border-color: #9f9f9f;
  color: #999;
}

.button_wrap .common_btn.sub_btn {
  border-color: #5959f7;
  background-color: #5959f7;
  color: #FFF;
}

/* ---------------회원가입 end--------------- */
/* 

*/
/* ---------------이용약관--------------- */
.termsbox {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #DDD;
}

.termsbox:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.termsbox .top {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  border-bottom: 1px solid #DDD;
}

.termsbox .top .terms_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}

.termsbox .content {
  font-size: 14px;
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  height: 150px;
  overflow-y: auto;
}

.termsbox .checkwrap {
  position: absolute;
  right: 15px;
  top: 15px;
}

.checkwrap label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.checkwrap .join_terms_check + label::after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.checkwrap .join_terms_check + label::before {
  content: '\f00c';
  opacity: 0;
  z-index: 1;
  position: absolute;
  right: 4px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  font-size: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.checkwrap .join_terms_check:checked + label::after {
  background-color: #5959f7;
  border-color: #5959f7;
}

.checkwrap .join_terms_check:checked + label::before {
  opacity: 1;
}

.all_checkbox {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #f2ecff;
}

.all_checkbox .checkwrap label {
  font-size: 16px;
}

/* ---------------이용약관 end--------------- */
/* 

*/
/* ---------------회원가입 완료--------------- */
.join_result_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  border-radius: 10px;
  background-color: #f2ecff;
}

.join_result_box .circle {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #d5d5fd;
  background-color: #FFF;
  margin: 0 auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.join_result_box .circle img {
  display: block;
  max-width: 80px;
}

.join_result_box .result_tit {
  text-align: center;
  font-size: 30px;
}

.join_result_box .result_desc {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}

.join_result_box .button_wrap {
  margin-top: 30px;
}

/* ---------------회원가입 완료 end--------------- */
/* 

*/
/* ---------------로그인--------------- */
.login_logo img {
  display: block;
  width: 170px;
  height: auto;
  margin: 0 auto;
}

.login_desc a {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.login_desc a::before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #d5d5fd;
}

.loginbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e0e0fe;
}

.loginbox:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.loginbox label {
  display: block;
  font-size: 18px;
}

.loginbox .text_input {
  display: block;
  width: 100%;
  height: 45px;
}

.login_btn,
.find_check_btn,
.find_pw_btn {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 5px !important;
  background-color: #efefef;
  text-align: center;
  font-size: 25px;
  color: #666;
  cursor: default;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.login_btn.active,
.find_check_btn.active,
.find_pw_btn.active {
  cursor: pointer;
  background-color: #5959f7;
  color: #FFF;
}

.find_pw_btn {
  display: none;
  background-color: #5959f7;
  color: #FFF;
  margin-top: 10px;
}

.find_check_btn,
.find_pw_btn {
  cursor: pointer;
}

.etcbox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.etcbox .left label {
  cursor: pointer;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.etcbox .left .id_save_check + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  margin-right: 3px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.etcbox .left .id_save_check + label::after {
  content: '\f00c';
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 4px;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  font-size: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.etcbox .left .id_save_check:checked + label::before {
  background-color: #5959f7;
  border-color: #5959f7;
}

.etcbox .left .id_save_check:checked + label::after {
  opacity: 1;
}

.etcbox .right .find_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.etcbox .right .find_btn:not(:nth-of-type(1)) {
  margin-left: 15px;
}

.etcbox .right .find_btn:not(:nth-of-type(1))::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666;
  pointer-events: none;
  cursor: default;
}

/* ---------------로그인 end--------------- */
/* 

*/
/* ---------------아이디 찾기, 비밀번호 찾기--------------- */
.find_top {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
}

.find_top .find_list li {
  float: left;
  width: 50%;
}

.find_top .find_list li .find_top_btn {
  display: block;
  background-color: #efefef;
  color: #999;
  font-size: 16px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.find_top .find_list li .find_top_btn.active {
  font-weight: 700;
  background-color: #5959f7;
  color: #FFF;
}

.resultbox {
  text-align: center;
  font-size: 18px;
  line-height: 130%;
}

.find_check_box {
  display: none;
}

/* ---------------아이디 찾기, 비밀번호 찾기 end--------------- */
/* 

*/
/* ---------------media screen--------------- */
@media screen and (min-width: 991.1px) {
  .withdraw_btn:hover::before {
    width: 100%;
  }
  .button_wrap .common_btn.can_btn:hover {
    background-color: #9f9f9f;
    color: #FFF;
  }
  .button_wrap .common_btn.sub_btn:hover {
    background-color: transparent;
    color: #5959f7;
  }
  .button_wrap .find_check_btn:hover {
    background-color: #d8d8d8;
  }
  .checkwrap label:hover {
    color: #5959f7;
  }
  .etcbox .left label:hover {
    color: #5959f7;
  }
  .etcbox .right .find_btn:hover {
    color: #5959f7;
  }
  .find_list li .find_top_btn:hover {
    background-color: #d8d8d8;
    color: #666;
  }
}

@media screen and (max-width: 1100px) {
  .join_title_box {
    margin-bottom: 40px;
  }
  .join_title_box .join_title {
    font-size: 35px;
  }
  .join_title_box .join_desc {
    margin-top: 25px;
    font-size: 16px;
  }
  .join_legend {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .join_fieldset:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .joinbox:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .joinbox .left label {
    font-size: 16px;
  }
  .joinbox .right .inner .email_middle {
    font-size: 16px;
  }
  .joinbox .right .inner .text_input, .joinbox .right .inner select {
    font-size: 15px;
  }
  .joinbox .right .req {
    font-size: 13px;
  }
  .joinbox .right .check {
    font-size: 13px;
  }
  .button_wrap {
    margin-top: 40px;
  }
  .button_wrap .common_btn {
    width: 150px;
    height: 40px;
    line-height: 38px;
    margin: 0 10px;
    font-size: 14px;
  }
  .join_result_box {
    padding: 60px 0;
  }
  .join_result_box .circle {
    width: 150px;
    height: 150px;
  }
  .join_result_box .circle img {
    max-width: 65px;
  }
  .join_result_box .result_tit {
    font-size: 25px;
  }
  .login_logo img {
    width: 155px;
  }
  .login_desc a {
    font-size: 16px;
  }
  .loginbox label {
    font-size: 16px;
  }
  .loginbox .text_input {
    height: 40px;
  }
  .login_btn,
  .find_check_btn,
  .find_pw_btn {
    height: 50px;
    line-height: 50px;
    font-size: 23px;
  }
  .find_top {
    margin-bottom: 40px;
  }
  .find_top .find_list li .find_top_btn {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .join_title_box {
    margin-bottom: 30px;
  }
  .join_title_box .join_title {
    font-size: 30px;
  }
  .join_title_box .join_desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .join_legend {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .join_fieldset:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .joinbox:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .joinbox .left {
    width: 100px;
  }
  .joinbox .left label {
    font-size: 14px;
  }
  .joinbox .right {
    width: calc(100% - 100px);
  }
  .joinbox .right .inner .email_middle {
    font-size: 14px;
  }
  .joinbox .right .inner .text_input, .joinbox .right .inner select {
    font-size: 14px;
    padding: 0 10px;
  }
  .joinbox .right .inner .text_input.short, .joinbox .right .inner select.short {
    width: calc(50% - 10px);
  }
  .withdraw_btn {
    font-size: 14px;
    margin-top: 15px;
  }
  .button_wrap {
    margin-top: 30px;
  }
  .termsbox .top {
    height: 40px;
    padding: 0 10px;
  }
  .termsbox .top .terms_tit {
    font-size: 15px;
  }
  .termsbox .content {
    font-size: 13px;
    line-height: 130%;
    padding: 10px;
    height: 130px;
  }
  .termsbox .checkwrap {
    right: 10px;
    top: 10px;
  }
  .checkwrap label {
    font-size: 13px;
  }
  .all_checkbox {
    height: 45px;
  }
  .all_checkbox .checkwrap label {
    font-size: 14px;
  }
  .join_result_box {
    padding: 50px 0;
  }
  .join_result_box .circle {
    width: 130px;
    height: 130px;
  }
  .join_result_box .circle img {
    display: block;
    max-width: 55px;
  }
  .join_result_box .result_tit {
    font-size: 22px;
  }
  .join_result_box .result_desc {
    font-size: 15px;
  }
  .login_logo img {
    width: 140px;
  }
  .login_desc a {
    margin-left: 3px;
    font-size: 14px;
  }
  .loginbox:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .loginbox label {
    font-size: 15px;
  }
  .login_btn,
  .find_check_btn,
  .find_pw_btn {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .etcbox {
    margin-top: 15px;
  }
  .find_top {
    margin-bottom: 30px;
  }
  .find_top .find_list li .find_top_btn {
    font-size: 14px;
  }
  .resultbox {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .join_title_box .join_title {
    font-size: 25px;
  }
  .join_title_box .join_desc {
    margin-top: 15px;
  }
  .join_legend {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .join_fieldset:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .joinbox:not(:nth-of-type(1)) {
    margin-top: 7px;
  }
  .joinbox .left {
    width: 90px;
  }
  .joinbox .left label {
    font-size: 13px;
  }
  .joinbox .right {
    width: calc(100% - 90px);
  }
  .joinbox .right .inner .email_middle {
    font-size: 13px;
  }
  .joinbox .right .inner .text_input, .joinbox .right .inner select {
    font-size: 13px;
    padding: 0 7px;
  }
  .withdraw_btn {
    font-size: 13px;
  }
  .button_wrap .common_btn {
    width: 110px;
    height: 35px;
    line-height: 33px;
    margin: 0 7px;
    font-size: 13px;
  }
  .termsbox .top .terms_tit {
    font-size: 14px;
  }
  .termsbox .checkwrap {
    position: unset;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #DDD;
  }
  .join_result_box {
    padding: 35px 0;
  }
  .join_result_box .circle {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
  .join_result_box .circle img {
    display: block;
    max-width: 50px;
  }
  .join_result_box .result_tit {
    font-size: 20px;
  }
  .join_result_box .result_desc {
    font-size: 14px;
  }
  .login_logo img {
    width: 120px;
  }
  .loginbox label {
    font-size: 14px;
  }
  .loginbox .text_input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .loginbox .text_input:-ms-input-placeholder {
    font-size: 15px;
  }
  .loginbox .text_input::-ms-input-placeholder {
    font-size: 15px;
  }
  .loginbox .text_input::placeholder {
    font-size: 15px;
  }
  .login_btn,
  .find_check_btn,
  .find_pw_btn {
    font-size: 16px;
  }
  .etcbox {
    margin-top: 10px;
  }
  .resultbox {
    font-size: 15px;
  }
}

/* ---------------media screen end--------------- */
