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

/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
/* button style ****************************/
.mbskin {
  padding: 0 16px;
}
.mbskin .width-con {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 340px;
  min-height: calc(100vh - 70px);
  padding: 40px 0 60px;
}
.mbskin .width-con.term-agree-con {
  padding-bottom: 170px;
}
.mbskin h3 {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 40px;
}
.mbskin h5 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--Achromatic-900);
  margin-bottom: 10px;
}
.mbskin label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
  outline: 0 !important;
  border: 0 !important;
  cursor: pointer;
}
.mbskin label p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
.mbskin label .check-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-radius: 999px;
  background: var(--Achromatic-100);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mbskin label .check-img img {
  width: 18px;
}
.mbskin label.term-label {
  cursor: auto;
  margin-top: 10px;
}
.mbskin label.term-label p {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-700);
}
.mbskin label.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) {
  .mbskin label.term-label .term-view:hover {
    background-color: var(--Achromatic-50);
    color: var(--Achromatic-900);
  }
}
.mbskin label.term-label .term-view.disabled {
  opacity: 0.3;
  background-color: transparent;
  color: var(--Achromatic-900);
}
.mbskin input:checked + label .check {
  background: var(--Primary-500);
}
.mbskin input:checked + label .check img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.mbskin input:checked + label .check-img {
  background-color: #5e38c9;
}
.mbskin input:checked + label .check-img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.mbskin .account-info-wrap {
  color: var(--Achromatic-900);
  margin-bottom: 40px;
}
.mbskin .account-info-wrap label {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
}
.mbskin .account-info-wrap input[type=text],
.mbskin .account-info-wrap input[type=password] {
  margin: 10px 0 0;
  padding: 13px 12px;
  height: 44px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  background: var(--Achromatic-50) !important;
  border-radius: 8px;
  border: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  font-family: "Pretendard Variable", Pretendard;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .mbskin .account-info-wrap input[type=text]:hover,
  .mbskin .account-info-wrap input[type=password]:hover {
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #5e38c9;
            box-shadow: inset 0 0 0 1px #5e38c9;
  }
}
.mbskin .account-info-wrap input[type=text]:focus,
.mbskin .account-info-wrap input[type=password]:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #5e38c9;
          box-shadow: inset 0 0 0 1px #5e38c9;
}
.mbskin .account-info-wrap input::-webkit-input-placeholder {
  font-family: "Pretendard Variable", Pretendard;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-500);
}
.mbskin .account-info-wrap input::-moz-placeholder {
  font-family: "Pretendard Variable", Pretendard;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-500);
}
.mbskin .account-info-wrap input:-ms-input-placeholder {
  font-family: "Pretendard Variable", Pretendard;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-500);
}
.mbskin .account-info-wrap input::-ms-input-placeholder {
  font-family: "Pretendard Variable", Pretendard;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-500);
}
.mbskin .account-info-wrap input::placeholder {
  font-family: "Pretendard Variable", Pretendard;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-500);
}
.mbskin .account-info-wrap .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.mbskin .account-info-wrap .input-wrap .input-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mbskin .account-info-wrap .input-wrap .btn_frmline {
  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: 6px;
  padding: 0 16px;
  min-height: 44px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: -0.01em;
}
@media (hover: hover) and (pointer: fine) {
  .mbskin .account-info-wrap .input-wrap .btn_frmline:hover {
    background-color: var(--Primary-600);
    color: #fff;
  }
}
.mbskin .account-info-wrap .input-wrap .btn_frmline.disabled {
  opacity: 0.3;
  background-color: var(--Primary-500);
  color: #fff;
}
.mbskin .account-info-wrap .frm_info {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
}
.mbskin .account-info-wrap ul {
  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;
}
.mbskin .account-info-wrap ul.personal-setting {
  gap: 10px;
}

.term-view-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}
.term-view-modal .term-view-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: var(--Achromatic-0);
  border-radius: 20px;
}
.term-view-modal .term-view-wrap .term-view-content {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Achromatic-900);
}
.term-view-modal .term-view-wrap .term-view-content h5 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  text-align: center;
}
.term-view-modal .term-view-wrap .term-view-content .table-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--Achromatic-100);
}
.term-view-modal .term-view-wrap .term-view-content .table-wrap table {
  width: 100%;
  border-spacing: 0;
}
.term-view-modal .term-view-wrap .term-view-content .table-wrap table th, .term-view-modal .term-view-wrap .term-view-content .table-wrap table td {
  padding: 12px;
  color: var(--Achromatic-900);
  border-bottom: 1px solid var(--Achromatic-100);
  border-right: 1px solid var(--Achromatic-100);
}
.term-view-modal .term-view-wrap .term-view-content .table-wrap table th:last-child, .term-view-modal .term-view-wrap .term-view-content .table-wrap table td:last-child {
  border-right: 0;
}
.term-view-modal .term-view-wrap .term-view-content .table-wrap table th {
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  background-color: var(--Achromatic-50);
}
.term-view-modal .term-view-wrap .term-view-content .table-wrap table td {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--Achromatic-900);
  padding: 16px;
}
.term-view-modal .term-view-wrap .term-view-content .table-wrap table tr:last-child td {
  border-bottom: 0;
}
.term-view-modal#private_term_view .term-view-wrap {
  margin-top: 60px;
  max-width: 700px;
}

#fregister_chkall {
  border-bottom: 1px solid var(--Achromatic-100);
}
#fregister_chkall label {
  padding: 10px 0;
}

.btn_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.btn_confirm .btn_submit {
  width: 100%;
  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;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (hover: hover) and (pointer: fine) {
  .btn_confirm .btn_submit:hover {
    background-color: var(--Primary-300);
    color: #fff;
  }
}
.btn_confirm .btn_submit.disabled {
  opacity: 0.3;
  background-color: var(--Primary-500);
  color: #fff;
}
.btn_confirm .btn_submit.disabled {
  background-color: var(--Primary-800);
  color: var(--Achromatic-0);
  opacity: 0.3;
}
.btn_confirm .btn_cancel {
  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(--Achromatic-50);
  color: var(--Achromatic-900);
  gap: 4px;
  padding: 0 14px;
  min-height: 40px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.01em;
  border: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn_confirm .btn_cancel:hover {
    background-color: var(--Achromatic-100);
    color: var(--Achromatic-900);
  }
}
.btn_confirm .btn_cancel.disabled {
  opacity: 0.3;
  background-color: var(--Achromatic-50);
  color: var(--Achromatic-900);
}