@charset "UTF-8";
:root {
  --accent-color: var(--Primary-500);
  --second-color: var(--Achromatic-900);
}

/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
/* button style ****************************/
.social_info_guide {
  background: #f3f3f3;
  border: 1px solid #ddd;
  margin: 0 10px 10px;
  padding: 10px 15px;
  line-height: 1.5em;
}

.bg-warning {
  margin: 0 10px 10px;
  padding: 10px 15px;
  line-height: 1.5em;
}

.bg-warning1 {
  background: #f7dfe4;
  border: 1px solid #eac3cb;
}

.bg-warning2 {
  background: #deeabf;
  border: 1px solid #bde498;
}

.bg-warning3 {
  background: #fff8dc;
  border: 1px solid #f1e4b2;
}

/* SNS LOGIN */
.login-sns {
  padding-bottom: 10px;
  margin-top: 5px;
  border-bottom: 1px solid #c1ccda;
  clear: both;
}

.login-sns h3 {
  padding-top: 10px;
  text-align: center;
  color: #777;
  font-weight: normal;
}

.sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}

.sns-icon {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.sns-icon:hover {
  color: #373f57;
  text-decoration: none;
  background: none;
}

.sns-kakao {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sns-naver {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sns-google {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.sns-icon .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
}

.sns-icon .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
}

.sns-icon .txt i {
  font-style: normal;
}

#fregisterform .social-wrap {
  margin-bottom: 50px;
}

#fregisterform .social-wrap .reg-form {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e5ef;
}

#fregisterform .social-wrap .reg-form .sns-wrap {
  /* margin: 10px 0 0;
  text-align: left */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 559px) {
  #fregisterform .social-wrap .reg-form .sns-wrap {
    gap: 10px;
  }
}
.reg-form .sns-icon {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  margin: 0 1px;
}

.reg-form .sns-icon:hover {
  text-decoration: none;
}

/* .reg-form .sns-icon .ico {
    display: block;
    background: url('./img/sns_logo.png') no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 24px
}

.reg-form .sns-icon-not .ico {
    display: block;
    background: url('./img/sns_logo_not.png') no-repeat;
    vertical-align: middle
} */
/* .reg-form .sns-icon .txt {
    position: absolute;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    overflow: hidden
} */
.reg-form .sns-icon .txt i {
  font-style: normal;
}

.sns-wrap-reg .sns-naver {
  /* border-color: #18a400; */
  /* background: #2db400 */
}

.sns-wrap-reg .sns-naver .ico {
  background-position: -29px 0;
}

.sns-wrap-reg .sns-google {
  /* border-color: #ca2c19; */
  /* background: #dd5443 */
}

.sns-wrap-reg .sns-google .ico {
  background-position: -58px 0;
}

.sns-wrap-reg .sns-facebook {
  border-color: #2e5393;
  background: #3a5897;
}

.sns-wrap-reg .sns-facebook .ico {
  background-position: 0 0;
}

.sns-wrap-reg .sns-icon {
  /* border-color: #dcdcdc */
}

.sns-wrap-reg .sns-icon-not {
  /* border-color: #8b8b8b */
}

.sns-wrap-reg .sns-naver {
  /* border-color: #18a400 */
}

.sns-wrap-reg .sns-naver .ico {
  background-position: -29px 0;
}

.sns-wrap-reg .sns-google .ico {
  background-position: -58px 0;
}

.sns-wrap-reg .sns-google {
  /* border-color: #ca2c19 */
}

.sns-wrap-reg .sns-facebook .ico {
  background-position: 0 0;
}

.sns-wrap-reg .sns-facebook {
  border-color: #2e5393;
}

.sns-wrap-reg .sns-kakao .ico {
  background-position: -87px 0;
}

.sns-wrap-reg .sns-twitter {
  border-color: #488fc9;
}

.sns-wrap-reg .sns-twitter .ico {
  background-position: -145px 0;
}

.sns-wrap-reg .sns-payco {
  border-color: #c44646;
}

.sns-wrap-reg .sns-payco .ico {
  background-position: -116px 0;
}

.sns-wrap-reg .sns-kakao {
  /* border-color: #f2df00 */
}

/* SNS by COLOR */
/* .sns-wrap-over .sns-naver {
    background: url('./img/sns_naver_s.png') no-repeat
}

.sns-wrap-over .sns-google {
    background: url('./img/sns_gp_s.png') no-repeat
}

.sns-wrap-over .sns-facebook {
    background: url('./img/sns_fb_s.png') no-repeat
}

.sns-wrap-over .sns-twitter {
    background: url('./img/sns_twitter_s.png') no-repeat
}

.sns-wrap-over .sns-payco {
    background: url('./img/sns_payco_s.png') no-repeat
}

.sns-wrap-over .sns-kakao {
    background: url('./img/sns_kakao_s.png') no-repeat
}
*/
.reg-form .sns-icon.social_link {
  border-color: #373f57;
}

.reg-form .sns-icon.social_link.sns-icon-not {
  border-color: #e1e5ef;
  -webkit-filter: grayscale(1) opacity(0.7);
          filter: grayscale(1) opacity(0.7);
}

.reg-form .sns-icon.social_link.sns-icon-not:hover {
  border-color: #373f57;
  -webkit-filter: unset;
          filter: unset;
}

.social-login-loading {
  width: 100%;
  height: auto;
  text-align: center;
}

.social-login-loading p {
  display: inline-block;
  margin-top: 10px;
  padding: 40px 0 0;
  line-height: 30px;
}

/* 아웃로그인 */
#sns_outlogin .sns-icon {
  overflow: hidden;
  margin: 0 1px;
}

#sns_outlogin .sns-icon .txt {
  position: absolute;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
}

#sns_outlogin .sns-icon .ico {
  width: 30px;
  height: 30px;
}

/*로그인 */
#sns_login {
  margin: 10px 0 60px;
  padding: 0;
  border: none;
}

#sns_login h3 {
  padding: 20px 10px 10px 40px;
  text-align: center;
  color: #0090ff;
}

#sns_login .sns-icon,
.sns-icon.social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 20px;
  width: 100%;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  font-size: 16px;
  font-weight: 600;
}

#sns_login .sns-icon:active {
  background-color: #E0E5EF;
}

@media (hover: hover) and (pointer: fine) {
  #sns_login .sns-icon:hover {
    background-color: #E0E5EF;
  }
}
#sns_login .txt:hover {
  /* background: rgba(0, 0, 0, 0.07) */
}

/*회원가입 */
#sns_register {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}

#sns_register h2 {
  text-align: left;
  padding: 15px 20px;
  border-bottom: 1px solid #dbdbdb;
  background: #f8f8f8;
}

#sns_register .sns-wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#sns_register .sns-wrap {
  display: inline-block;
  margin: 18px 0 15px;
  vertical-align: top;
}

#sns_register .sns-icon {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 210px;
  margin: 0 3px 5px;
  padding-left: 40px;
  text-align: left;
  color: #fff;
  border-radius: 2px;
  float: left;
}

#sns_register .sns-icon:nth-child(3n+1) {
  clear: both;
}

#sns_register .sns-naver {
  background-color: #1fc800;
  background-position: 5px 5px;
  border-bottom: 1px solid #1ea505;
}

#sns_register .sns-kakao {
  background-color: #ffeb00;
  background-position: 5px 5px;
  border-bottom: 1px solid #e2c10a;
}

#sns_register .sns-kakao {
  color: #3c1e1e;
}

#sns_register .sns-facebook {
  background-color: #3b579d;
  background-position: 5px 5px;
  border-bottom: 1px solid #28458f;
}

#sns_register .sns-google {
  background-color: #db4a3a;
  background-position: 5px 5px;
  border-bottom: 1px solid #c03121;
}

#sns_register .sns-twitter {
  background-color: #1ea1f2;
  background-position: 5px 5px;
  border-bottom: 1px solid #1e82c0;
}

#sns_register .sns-payco {
  background-color: #df0b00;
  background-position: 5px 5px;
  border-bottom: 1px solid #9d0800;
}

#sns_register .txt {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-weight: bold;
}

#sns_register .txt:hover {
  background: rgba(0, 0, 0, 0.07);
}

/*기존 계정에 연결하기*/
/* Styles for Accordion */
.mbskin .toggle {
  position: relative;
  display: block;
  border: 1px solid #c6cacc;
  margin-top: -1px;
  background-color: #fcfcfc;
}

.mbskin .toggle .toggle-title {
  padding: 13px 15px;
  line-height: 20px;
}

.mbskin .toggle .title-name {
  display: block;
}

.mbskin .toggle .toggle-inner {
  padding: 15px;
  line-height: 1.5em;
  display: none;
  background: #fff;
  border-top: 1px solid #e2e2e2;
}

.mbskin .toggle .toggle-inner div {
  max-width: 100%;
}

.mbskin .right_i {
  position: absolute;
  font-size: 0.92em;
  top: 10px;
  right: 10px;
  padding: 0 10px 0 0;
  border-radius: 3px;
  display: inline-block;
  z-index: 2;
  background: #3497d9;
  color: #fff;
  border-bottom-color: #1977b5;
  cursor: pointer;
}

.mbskin .toggle .toggle-title .right_i i {
  background: url("./img/plus_minus.png") 0 -24px no-repeat;
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.mbskin .toggle .toggle-title.active .right_i i {
  background: url("./img/plus_minus.png") 0 0 no-repeat;
}

.mbskin .all_agree {
  position: relative;
  display: block;
  margin-bottom: 6px;
  background: #fff;
  border: 1px solid #c6cacc;
  border-top: 0;
  padding: 13px 15px;
  line-height: 20px;
}

#register_member .sns_tbl {
  background: #fff;
  margin: 10px 0;
  border: 1px solid #c6cacc;
}

.sns_tbl table {
  border: 0;
}

.sns_tbl caption {
  padding: 0 20px;
  line-height: 45px;
  font-size: 1.083em;
  border-bottom: 1px solid #e2e2e2;
  color: #253dbe;
  background: #fcfcfc;
}

.sns_tbl th {
  width: 100px;
  text-align: right;
  padding: 10px;
}

.sns_tbl td {
  padding: 10px;
}

.sns_tbl .email_msg {
  color: #777;
  margin: 5px 0 0;
}

#fregisterform .btn_confirm {
  text-align: center;
  margin: 20px 0;
}

#fregisterform .btn_confirm .btn_submit {
  height: 45px;
  padding: 0 30px;
  font-weight: bold;
  font-size: 1.083em;
}

#fregisterform .btn_confirm .btn_cancel {
  line-height: 45px;
  height: 45px;
  padding: 0 30px;
  font-weight: bold;
  font-size: 1.083em;
}

#sns-link-pnl .connect-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #383838;
  cursor: pointer;
  font-size: 15px;
}

#sns-link-pnl .connect-close:hover {
  color: #ff5191;
}

#sns-link-pnl .connect-close .fa {
  margin: 0 0 0 1px;
}

#sns-link-pnl .connect-close .txt {
  position: absolute;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

#sns-link-pnl #login_fs {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

#sns-link-pnl #login_fs label {
  display: block;
  display: block;
  font-size: 0.93em;
  color: #7a7a7a;
  margin: 5px 0;
}

#sns-link-pnl #login_fs .lg_id,
#sns-link-pnl #login_fs .lg_pw {
  width: 100%;
  margin-bottom: 5px;
}

#sns-link-pnl #login_id,
#sns-link-pnl #login_pw {
  width: 100%;
}

#sns-link-pnl #login_fs .login_submit {
  width: 100%;
  height: 44px;
  font-size: 1.167em;
  margin: 10px auto 0;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

#sns-link-pnl .connect-fg {
  height: 320px;
  text-align: left;
}

#sns-link-pnl .login_fs {
  margin: 0 auto;
  width: 260px;
}

#sns-link-pnl .connect-fg .connect-desc {
  margin: 0 0 10px;
  padding: 15px;
  border: 1px solid #d6e9c6;
  background: #dff0d8;
  color: #3c763d;
}

#sns-link-pnl .connect-fg .connect-title {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.667em;
  font-weight: bold;
  text-align: center;
}

.mbskin .member_connect:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.mbskin .member_connect {
  margin-top: 80px;
  background: #d9d9d9;
  border-radius: 3px;
  padding: 10px;
  text-align: left;
}

.mbskin .member_connect .strong {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 10px;
}

.mbskin .member_connect button {
  color: #fff;
  border: 0;
  padding: 6px 20px 7px;
  border: 1px solid #6446e7;
  font-weight: bold;
  background: #6f50e7;
  border-radius: 3px;
  font-size: 0.91em;
}

.mbskin .member_connect button:hover {
  background: #6446e7;
}

html.remodal-is-locked {
  overflow-y: scroll !important;
}

@media only screen and (min-width: 641px) {
  #sns-link-pnl.remodal {
    max-width: 400px;
    padding: 50px;
  }
}
.register-wrap {
  position: relative;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 80 - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  padding: 0 16px;
}
@media screen and (max-width: 929px) {
  .register-wrap {
    width: 100%;
  }
}

.title-bar {
  margin: auto;
  max-width: 1300px;
  padding: 20px;
}

.title-bar > div > span {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #585858;
  padding-left: 10px;
}

.register-wrap p,
.register-wrap input,
.register-wrap span,
.register-wrap button,
.register-wrap div {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.register-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  max-width: 340px;
  gap: 40px;
}

.register-wrap .register-info-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.register-wrap h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--Achromatic-1000);
  text-align: center;
  margin-bottom: 30px;
}

.register-wrap h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: var(--Achromatic-900);
  text-align: center;
}

.register-wrap .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: var(--Achromatic-900);
}

.register-info-form .info-form-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-form-con .info-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.info-form-con .info-form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
.info-form-con .info-form div p {
  font-size: 15px;
  font-weight: 500;
  color: var(--Achromatic-900);
  line-height: 1.4em;
}

.info-form-con .info-form > div > div {
  width: 100%;
  height: 44px;
  outline: none;
  border-radius: 8px;
  border: 2px solid transparent;
  margin: 0;
  padding: 0 10px 0 12px;
  color: var(--Achromatic-900);
  background-color: var(--Achromatic-50);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .info-form-con .info-form > div > div:hover {
    border-color: var(--Primary-200);
  }
}

.info-form-con .info-form > div > div > input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: inherit;
}

.info-form-con .info-form > div > div > input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: var(--Achromatic-500);
}

.info-form-con .info-form > div > div > input::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: var(--Achromatic-500);
}

.info-form-con .info-form > div > div > input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: var(--Achromatic-500);
}

.info-form-con .info-form > div > div > input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: var(--Achromatic-500);
}

.info-form-con .info-form > div > div > input::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: var(--Achromatic-500);
}

.active {
  outline: none !important;
  border-color: var(--Primary-500) !important;
}

.info-form-con .info-form > div > div > input:focus {
  /* outline: 1px solid #5e38c9; */
  outline: none;
  border: none;
}

.register-info-form .agree-form-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.agree-form-con .agree-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.agree-form-con .agree-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.agree-form-con .agree-form .term-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.agree-form-con .agree-form .term-label p {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-700);
}
.agree-form-con .agree-form .term-label .term-view {
  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;
  text-align: center;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
  background-color: transparent;
  color: var(--Achromatic-900);
  gap: 4px;
  padding: 0 10px;
  min-height: 34px;
  border-radius: 6px;
  gap: 0;
  color: var(--Achromatic-500);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .agree-form-con .agree-form .term-label .term-view:hover {
    background-color: var(--Achromatic-50);
    color: var(--Achromatic-900);
  }
}
.agree-form-con .agree-form .term-label .term-view.disabled {
  opacity: 0.3;
  background-color: transparent;
  color: var(--Achromatic-900);
}

.agree-form-con .agree-form > div > input,
.agree-all > input {
  display: none;
}

.agree-form-con .agree-form > div > input + label,
.agree-all > input + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #bbc1d0;
  border-radius: 5px;
  position: relative;
}

.agree-form-con .agree-form > div > input + label.cb-a,
.agree-all > input + label.cb-a {
  position: relative;
  border: none;
  width: auto;
  height: auto;
  border: none;
}
.agree-form-con .agree-form > div > input + label.cb-a .check-img,
.agree-all > input + label.cb-a .check-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background-color: var(--Achromatic-100);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#agree:checked + label,
#agree2:checked + label,
#chk_all:checked + label {
  border: 2px solid #373f57;
}
#agree:checked + label .check,
#agree2:checked + label .check,
#chk_all:checked + label .check {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/img/airlit/icons/check_purple.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
#agree:checked + label .check-img,
#agree2:checked + label .check-img,
#chk_all:checked + label .check-img {
  background-color: #5e38c9;
}
#agree:checked + label .check-img img,
#agree2:checked + label .check-img img,
#chk_all:checked + label .check-img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#agree:checked + label.cb-a,
#agree2:checked + label.cb-a,
#chk_all:checked + label.cb-a {
  position: relative;
  border: none;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
#agree:checked + label.cb-a .check-img,
#agree2:checked + label.cb-a .check-img,
#chk_all:checked + label.cb-a .check-img {
  background-color: #5e38c9;
}
#agree:checked + label.cb-a .check-img img,
#agree2:checked + label.cb-a .check-img img,
#chk_all:checked + label.cb-a .check-img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#agree + label:hover,
#agree2 + label:hover,
#chk_all + label:hover {
  border: 2px solid #5e38c9;
}

#agree + label.cb-a:hover,
#agree2 + label.cb-a:hover,
#chk_all + label.cb-a:hover {
  border: none;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .agree-form-con .agree-form>div>input:checked,
.agree-all>input:checked {
    color: #FFF;
} */
.agree-form-con .agree-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--Achromatic-100);
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--Achromatic-900);
  word-break: keep-all;
}
.agree-form-con .agree-all label {
  cursor: pointer;
}
.agree-form-con .agree-all .agree-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.agree-form-con .point-text {
  margin-right: 3.5px;
}

.register-wrap .submit-btn > button {
  max-width: 360px;
  height: 46px;
  background: var(--Primary-500);
  border-radius: 7px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin: 0 !important;
  width: 100%;
}

.register-wrap .submit-btn > button:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background: var(--Primary-300);
}

.agree-form-con .detail_modal {
  margin-left: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: var(--Primary-500);
  text-decoration-line: underline;
  cursor: pointer;
}

.modal-wrap {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.agree-modal {
  display: none;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
  border-radius: 20px;
  padding: 44px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  -webkit-animation: fade-in 0.5s ease-out;
          animation: fade-in 0.5s ease-out;
}

.agree-modal #cf_stipulation,
.agree-modal #cf_privacy {
  display: none;
  overflow: auto;
  font-family: "Pretendard Variable";
  letter-spacing: -0.01em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
.agree-modal #cf_stipulation::-webkit-scrollbar,
.agree-modal #cf_privacy::-webkit-scrollbar {
  width: 5px;
  height: 0;
}
.agree-modal #cf_stipulation::-webkit-scrollbar-button:start:decrement, .agree-modal #cf_stipulation::-webkit-scrollbar-button:end:increment,
.agree-modal #cf_privacy::-webkit-scrollbar-button:start:decrement,
.agree-modal #cf_privacy::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
}
.agree-modal #cf_stipulation::-webkit-scrollbar-track,
.agree-modal #cf_privacy::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.agree-modal #cf_stipulation::-webkit-scrollbar-thumb,
.agree-modal #cf_privacy::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: var(--Achromatic-200);
  border-radius: 5px;
}

.agree-modal #cf_stipulation > p,
.agree-modal #cf_privacy > p {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #373f57;
  text-align: center;
}

.agree-modal #cf_stipulation > div,
.agree-modal #cf_privacy > div {
  line-height: 25px;
  padding: 0 15px;
}

.agree-modal .modal-btn {
  text-align: center;
}

.agree-modal .modal-btn > button {
  width: 160px;
  height: 46px;
  background: #4f535a;
  border-radius: 7px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  font-family: "Pretendard Variable";
}

.agree-modal .modal-btn > button:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background: #757a83;
}

.register-card {
  padding: 60px 0 120px 0;
}

#recommend_valid_card #btn_check_recommend {
  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;
  text-align: center;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
  background-color: var(--Primary-500);
  color: #fff;
  gap: 4px;
  padding: 0 14px;
  min-height: 40px;
  border-radius: 8px;
}
@media (hover: hover) and (pointer: fine) {
  #recommend_valid_card #btn_check_recommend:hover {
    background-color: var(--Primary-300);
    color: #fff;
  }
}
#recommend_valid_card #btn_check_recommend.disabled {
  opacity: 0.3;
  background-color: var(--Primary-500);
  color: #fff;
}

#register_info_card {
  display: none;
}

.custom-register-wrap {
  width: 340px;
}