#login {
  z-index: 0;
}
#login .inner-wrap {
  padding: 65px 0;
}
#login .logo-login {
  width: 225px;
  height: 40px;
  margin: 0 auto;
  background: url(../img/logo-big.png) no-repeat center/100% auto;
}
#login .logo-login a {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.comm-form li + li {
  margin-top: 25px;
}
.comm-form .label-name {
  display: block;
  padding: 0 0 8px 8px;
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 400;
}
.comm-form .label-button {
  display: block;
  width: 100%;
  line-height: 56px;
  border-radius: 8px;
  border: 1px solid var(--TVchosun-A-gray-gray800, #262626);
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.comm-form .label-button.completed {
  border-color: var(--TVchosun-A-gray-gray300, #D4D4D4);
  color: var(--TVchosun-A-gray-gray300, #D4D4D4);
  pointer-events: none;
}
.comm-form .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
}
.comm-form .flex-box label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.comm-form .flex-box .label-button {
  width: 154px;
}
.comm-form .flex-box .label-button.type-mini {
  width: 100px;
}
.comm-form .flex-box .timer {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  color: var(--TVchosun-A-gray-gray700, #404040);
  font-size: 15px;
  font-weight: 400;
}
.comm-form label {
  display: block;
  width: 100%;
  height: 100%;
}
.comm-form label.completed input[type=text] {
  border-color: var(--TVchosun-gray-gray300, #D4D4D4) !important;
}
.comm-form label.completed + .timer {
  color: var(--TVchosun-gray-gray400, #A3A3A3);
}
.comm-form input[type=text], .comm-form input[type=password], .comm-form input[type=number] {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  border-radius: 8px;
  border: 1px solid var(--TVchosun-A-gray-gray400, #A3A3A3);
  background: var(--TVchosun-input-defaultBG, #FFF);
}
.comm-form input[type=text]::-webkit-input-placeholder, .comm-form input[type=password]::-webkit-input-placeholder, .comm-form input[type=number]::-webkit-input-placeholder {
  color: var(--TVchosun-input-placeholder, #A3A3A3);
  font-weight: 400;
  font-size: 17px;
}
.comm-form input[type=text]::-moz-placeholder, .comm-form input[type=password]::-moz-placeholder, .comm-form input[type=number]::-moz-placeholder {
  color: var(--TVchosun-input-placeholder, #A3A3A3);
  font-weight: 400;
  font-size: 17px;
}
.comm-form input[type=text]:-ms-input-placeholder, .comm-form input[type=password]:-ms-input-placeholder, .comm-form input[type=number]:-ms-input-placeholder {
  color: var(--TVchosun-input-placeholder, #A3A3A3);
  font-weight: 400;
  font-size: 17px;
}
.comm-form input[type=text]::-ms-input-placeholder, .comm-form input[type=password]::-ms-input-placeholder, .comm-form input[type=number]::-ms-input-placeholder {
  color: var(--TVchosun-input-placeholder, #A3A3A3);
  font-weight: 400;
  font-size: 17px;
}
.comm-form input[type=text]::placeholder, .comm-form input[type=password]::placeholder, .comm-form input[type=number]::placeholder {
  color: var(--TVchosun-input-placeholder, #A3A3A3);
  font-weight: 400;
  font-size: 17px;
}
.comm-form input[type=text]:focus, .comm-form input[type=password]:focus, .comm-form input[type=number]:focus {
  border-color: var(--TVchosun-A-gray-gray700, #404040);
}
.comm-form input[type=text]:disabled, .comm-form input[type=password]:disabled, .comm-form input[type=number]:disabled {
  color: #0A0A0A;
  -webkit-text-fill-color: #0A0A0A;
}
.comm-form + .title-bottom {
  margin-top: 65px;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}
.comm-form .checkbox {
  margin-top: 40px;
}
.comm-form .checkbox label {
  width: 275px;
}
.comm-form .completed input[type=text], .comm-form .completed input[type=password], .comm-form .completed input[type=number] {
  border: 1px solid var(--TVchosun-A-gray-gray300, #D4D4D4);
  background: var(--TVchosun-input-disabledBG, #F5F5F5);
}
.comm-form .completed .timer {
  color: var(--TVchosun-A-gray-gray400, #A3A3A3);
}
.comm-form .info {
  margin-top: 8px;
}
.comm-form .info + .info {
  margin-top: 0;
}
.comm-form .info.warning {
  display: none;
}
.comm-form .info.warning p {
  color: var(--TVchosun-A-red-red600, var(--TVchosun-A-red-red600, #E41E26));
}
.comm-form .info.warning p.col-b {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
}
.comm-form .info.col-gray p {
  color: var(--TVchosun-gray-gray500, #737373);
}
.comm-form .info p {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}
.comm-form .info p b {
  display: inline-block;
  font-weight: 500;
}
.comm-form .warning .info.warning {
  display: block !important;
}
.comm-form .warning .info.normal {
  display: none !important;
}
.comm-form .warning input[type=text], .comm-form .warning input[type=password], .comm-form .warning input[type=number] {
  border-color: var(--TVchosun-A-red-red600, var(--TVchosun-A-red-red600, #E41E26)) !important; /* color:var(--TVchosun-A-gray-gray400, #A3A3A3); */
}
.comm-radio {
  position: relative;
}
.comm-radio input[type=radio] {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 56px;
  cursor: pointer;
}
.comm-radio input[type=radio] + label {
  display: block;
  position: relative;
  z-index: 1;
  width: 275px;
  line-height: 56px;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--TVchosun-A-gray-gray300, #D4D4D4);
  color: var(--TVchosun-A-gray-gray300, #D4D4D4);
  font-size: 17px;
  font-weight: 700;
}
.comm-radio input[type=radio]:checked:disabled {
  background: transparent;
}
.comm-radio input[type=radio]:checked + label {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  border: 1px solid var(--TVchosun-A-gray-gray800, #262626);
}
.comm-checkbox.big label {
  font-size: 22px;
  font-weight: 500;
}
.comm-checkbox.mini input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.comm-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 5px;
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
.comm-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: var(--border-radius-2xs, 4px);
  border: 1px solid var(--TVchosun-A-gray-gray400, #A3A3A3);
  background: var(--colors-base-white, #FFF);
  cursor: pointer;
}
.comm-checkbox input[type=checkbox]:checked {
  border-color: #e41e26;
  background: #e41e26 url(../img/ico_select.png) no-repeat center/14px auto;
}
.comm-agree + .comm-agree {
  margin-top: 20px;
}
.comm-agree .contents {
  margin-top: 12px;
  padding: 20px 10px 20px 20px;
  border-radius: var(--border-radius-md, 12px);
  background: var(--TVchosun-A-gray-gray100, #F5F5F5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm-agree .inner-box {
  overflow-y: auto;
  overflow-y: scroll;
  height: 120px;
}
.comm-agree .inner-box::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.comm-agree .inner-box::-webkit-scrollbar-thumb {
  background-color: var(--TVchosun-A-gray-gray400, #A3A3A3);
  border-radius: 4px;
}
.comm-agree .inner-box::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.22);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .comm-agree .inner-box {
    scrollbar-face-color: var(--TVchosun-A-gray-gray400, #A3A3A3);
    scrollbar-3dlight-color: #f0efea;
    scrollbar-shadow-color: #f0efea;
    scrollbar-track-color: #f0efea;
    scrollbar-highlight-color: #f0efea;
    scrollbar-darkshadow-color: #f0efea;
  }
}
.comm-agree .inner-box::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.comm-agree .inner-box strong {
  display: block;
  margin-bottom: 15px;
}
.comm-agree .inner-box strong, .comm-agree .inner-box dt, .comm-agree .inner-box dd {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}
.comm-agree .inner-box.agreement {
  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;
  font-size: 15px;
}
.comm-agree .inner-box.agreement .htitle {
  font-size: 17px;
  margin-bottom: 0;
  height: auto;
}
.comm-agree .inner-box.agreement .txt {
  color: var(--TVchosun-A-gray-gray600);
}
.comm-agree .inner-box.agreement .txt .title {
  margin-bottom: 20px;
  color: var(--TVchosun-A-gray-gray950);
}
.comm-agree .inner-box.agreement .txt .sub-title {
  margin-bottom: 10px;
  color: var(--TVchosun-A-gray-gray950);
  font-weight: 500;
}
.comm-agree .inner-box.agreement .txt .inner-title {
  margin: 10px 0;
  color: var(--TVchosun-A-gray-gray950);
  font-size: 14px;
  font-weight: 500;
}
.comm-agree .inner-box.agreement .txt .inner-txt {
  padding-left: 12px;
  font-size: 14px;
  margin: 8px 0;
}
.comm-agree .inner-box.agreement .txt .sub-info {
  font-size: 13px;
}
.comm-agree .inner-box.agreement .txt .content-table {
  margin-top: 8px;
}
.comm-agree .inner-box.agreement .txt .content-table th, .comm-agree .inner-box.agreement .txt .content-table td {
  height: 48px;
}
.comm-agree .inner-box.agreement .txt .content-table th {
  font-size: 14px;
  padding: 10px 8px;
}
.comm-agree .inner-box.agreement .txt .content-table td {
  font-size: 14px;
  padding: 10px 8px;
}
.comm-agree .inner-box.agreement .txt .content-table td p {
  font-size: 13px;
}
.comm-agree .inner-box.agreement .txt .content-table td p + p {
  margin-top: 2px;
}
.comm-agree .inner-box.agreement .txt .content-table + .sub-info {
  margin-top: 8px;
}
.comm-agree .inner-box.agreement .txt .content-table .ta_l {
  text-align: left;
}
.comm-button {
  margin-top: 50px;
}
.comm-button .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.comm-button .flex-box a + a {
  margin-top: 0;
}
.comm-button .flex-box.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comm-button a, .comm-button button {
  display: block;
  width: 100%;
  border-radius: 8px;
  line-height: 56px;
  color: var(--TVchosun-white100, #FFF);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.comm-button a + a, .comm-button a button, .comm-button button + a, .comm-button button button {
  margin-top: 15px;
}
.comm-button a.bor-r, .comm-button button.bor-r {
  border: 1px solid var(--TVchosun-A-red-red600, #E41E26);
  color: var(--TVchosun-A-red-red600, #E41E26);
}
.comm-button a.col-w, .comm-button button.col-w {
  border: 1px solid var(--TVchosun-A-gray-gray400, #A3A3A3);
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
}
.comm-button a.col-r, .comm-button button.col-r {
  background: var(--TVchosun-A-red-red100, #FEE2E2);
}
.comm-button a.col-r.active, .comm-button button.col-r.active {
  background: var(--TVchosun-A-red-red600, #E41E26);
}
.comm-button a.col-r.w120, .comm-button button.col-r.w120 {
  width: 120px;
}
.comm-button a.bor-n, .comm-button button.bor-n {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 500;
  text-decoration-line: underline;
}
.comm-popup {
  -webkit-transition-property: margin-top, right, opacity, visibility;
  transition-property: margin-top, right, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -100px;
  z-index: 31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  background-color: rgb(194, 194, 194);
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.comm-popup.open {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.comm-popup.type-mini {
  width: 360px;
  border-radius: 24px;
  background: var(--colors-base-white, #FFF);
  -webkit-box-shadow: 0px 8px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 50px -12px rgba(0, 0, 0, 0.25);
}
.comm-popup.type-mini .inner-wrap {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm-popup.type-mini .title-box .title {
  display: block;
  line-height: 50px;
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.comm-popup.type-mini .title-box p {
  padding: 12px 0;
  color: var(--TVchosun-A-gray-gray600, #525252);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.comm-popup.type-mini .account-info {
  width: 310px;
  margin: 12px auto 0;
  padding: 23px 0;
  border-radius: 12px;
  background: var(--TVchosun-A-gray-gray50, #FAFAFA);
}
.comm-popup.type-mini .account-info .ico-kakao, .comm-popup.type-mini .account-info .ico-naver, .comm-popup.type-mini .account-info .ico-google, .comm-popup.type-mini .account-info .ico-apple {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comm-popup.type-mini .account-info p {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.comm-popup.type-mini .button-box {
  margin-top: 28px;
}
.comm-popup.type-mini .button-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comm-popup.type-mini .button-box .flex-box a, .comm-popup.type-mini .button-box .flex-box button {
  width: 152px;
}
.comm-popup.type-mini .button-box a, .comm-popup.type-mini .button-box button {
  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: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.comm-popup.type-mini .button-box .col-w {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  border: 1px solid var(--TVchosun-A-gray-gray400, #A3A3A3);
}
.comm-popup.type-mini .button-box .col-b {
  color: var(--TVchosun-A-white100, var(--colors-base-white, #FFF));
  background: var(--TVchosun-A-gray-gray950, #0A0A0A);
}

.account-info .ico-kakao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.account-info .ico-kakao::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../img/ico_account-kakao.png);
}
.account-info .ico-naver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.account-info .ico-naver::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../img/ico_account-naver.png);
}
.account-info .ico-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.account-info .ico-google::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../img/ico_account-google.png);
}
.account-info .ico-apple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.account-info .ico-apple::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../img/ico_account-apple.png);
}

#backbg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
#backbg.open {
  opacity: 0.7;
}

.notscroll {
  height: 100%;
  overflow: hidden;
}

.login br.mo {
  display: none;
}
.login .show-mo {
  display: none;
}
.login .inner-wrap {
  width: 560px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.login .title-top {
  margin-bottom: 40px;
}
.login .title-top h2 {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 65px;
}
.login .title-top h3 {
  color: var(--TVchosun-A-gray-gray700, var(--TVchosun-A-gray-gray700, #404040));
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.login .title-top h3 b {
  font-weight: 700;
}
.login .title-bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.login .title-bottom strong {
  font-size: 22px;
  font-weight: 700;
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
}
.login .info-box {
  margin-top: 40px;
}
.login .info-box li + li {
  margin-top: 3px;
}
.login .info-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--TVchosun-A-gray-gray500, var(--TVchosun-A-gray-gray500, #737373));
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
.login .info-box p::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3px;
  height: 3px;
  margin: 8px 15px 7px 7px;
  background-color: var(--TVchosun-A-gray-gray400, #A3A3A3);
  border-radius: 50%;
}
.login .ico-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.login .ico-sns::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.login .ico-sns.kakao::before {
  background-image: url(../img/ico_kakao-mini.png);
}
.login .ico-sns.tvchosun::before {
  background-image: url(../img/ico_tvchosun-mini.png);
}
.login .ico-sns.google::before {
  background-image: url(../img/ico/ico_google-small.png);
  width: 24px;
  height: 24px;
}
.login .ico-sns.naver::before {
  background-image: url(../img/ico/ico_naver-small.png);
  width: 24px;
  height: 24px;
}
.login .ico-sns.apple::before {
  background-image: url(../img/ico/ico_apple-small.png);
  width: 24px;
  height: 24px;
}
.login .type-border {
  border-top: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.login .type-border .text-box {
  padding: 40px 0;
}
.login .type-border .text-box p {
  color: var(--TVchosun-A-gray-gray950, var(--TVchosun-A-gray-gray950, #0A0A0A));
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
.login .type-border .text-box p + p {
  margin-top: 20px;
}
.login .type-border .text-box b {
  display: inline-block;
  font-weight: 700;
}
.login .type-border .bg-box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-radius: 24px;
  background: var(--TVchosun-A-gray-gray100, #F5F5F5);
}
.login .type-border .bg-box p {
  color: var(--TVchosun-A-gray-gray950, var(--TVchosun-A-gray-gray950, #0A0A0A));
  font-size: 20px;
  font-weight: 500;
}

.membership-type li {
  height: 140px;
  border-radius: 25px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  background: var(--TVchosun-white100, #FFF);
}
.membership-type li + li {
  margin-top: 20px;
}
.membership-type li:hover {
  border-color: var(--TVchosun-A-gray-gray950, #0A0A0A);
}
.membership-type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 32px;
}
.membership-type .img-box {
  width: 100px;
  height: 100px;
}
.membership-type .img-box img {
  display: block;
  width: 100%;
}
.membership-type .text-box strong {
  color: var(--TVchosun-A-gray-gray950, var(--TVchosun-A-gray-gray950, #0A0A0A));
  font-size: 22px;
  font-weight: 700;
}
.membership-type .text-box p {
  margin-top: 5px;
  color: var(--TVchosun-A-gray-gray700, var(--TVchosun-A-gray-gray700, #404040));
  font-size: 17px;
  font-weight: 400;
}
.membership-type .info {
  margin-top: 40px;
}
.membership-type .info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: var(--TVchosun-A-gray-gray500, var(--TVchosun-A-gray-gray500, #737373));
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}
.membership-type .info p + p {
  margin-top: 8px;
}
.membership-type .info p::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3px;
  height: 3px;
  margin: 10px 7px 0 7px;
  background-color: var(--TVchosun-A-gray-gray400, #A3A3A3);
}

.login-box {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  background: var(--TVchosun-white100, #FFF);
}
.login-box li {
  display: grid;
  grid-template-columns: 120px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-box li + li {
  margin-top: 15px;
}
.login-box .label {
  display: block;
  color: var(--TVchosun-A-gray-gray700, #404040);
  font-size: 17px;
  font-weight: 400;
}
.login-box p {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 500;
}

.certifify-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certifify-box li {
  width: 270px;
  height: 270px;
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  background: var(--TVchosun-white100, #FFF);
}
.certifify-box li:hover {
  border-color: var(--TVchosun-A-gray-gray950, #0A0A0A);
}
.certifify-box a {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.certifify-box .img-box {
  width: 100px;
  height: 100px;
}
.certifify-box .img-box img {
  display: block;
  width: 100%;
}
.certifify-box p {
  margin-top: 25px;
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 22px;
  font-weight: 500;
}

.login-sub {
  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;
  margin-top: 20px;
}
.login-sub .find-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-sub .find-box a {
  display: block;
  position: relative;
  color: var(--TVchosun-A-gray-gray500, #737373);
  font-size: 15px;
  font-weight: 400;
}
.login-sub .find-box a + a {
  margin-left: 24px;
}
.login-sub .find-box a + a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -12px;
  width: 1px;
  height: 8px;
  background: var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}

.login-simple {
  margin-top: 60px;
}
.login-simple strong {
  display: block;
  position: relative;
  color: var(--TVchosun-A-gray-gray700, #404040);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.login-simple strong::before, .login-simple strong::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 205px;
  height: 1px;
  background: var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.login-simple strong::before {
  left: 0;
}
.login-simple strong::after {
  right: 0;
}
.login-simple ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.login-simple li {
  position: relative;
}
.login-simple .tooltip {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  width: 110px;
  height: 50px;
  border-radius: 8px;
  background: var(--TVchosun-A-white100, #FFF);
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.06), 0px 2px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.06), 0px 2px 6px -1px rgba(0, 0, 0, 0.1);
}
.login-simple .tooltip::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  width: 15px;
  height: 9px;
  background: url(../img/img_tooltip.png) no-repeat center/100% auto;
}
.login-simple .tooltip p {
  color: var(--TVchosun-A-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 500;
}
.login-simple a {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.login-simple a.kakao {
  background-image: url(../img/ico_kakao.png);
}
.login-simple a.naver {
  background-image: url(../img/ico_naver.png);
}
.login-simple a.google {
  background-image: url(../img/ico_google.png);
}
.login-simple a.apple {
  background-image: url(../img/ico_apple.png);
}

.login-restricition {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 20px;
  gap: 20px;
}
.login-restricition .img-box {
  width: 100px;
  height: 100px;
}
.login-restricition .img-box img {
  display: block;
  width: 100%;
}
.login-restricition p {
  color: var(--TVchosun-A-gray-gray950, var(--TVchosun-A-gray-gray950, #0A0A0A));
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
.login-restricition p b {
  display: inline-block;
  color: var(--TVchosun-A-red-red600, var(--TVchosun-A-gray-gray950, #E41E26));
  font-weight: 500;
}
.login-restricition strong {
  display: block;
  color: var(--TVchosun-A-gray-gray950, var(--TVchosun-A-gray-gray950, #0A0A0A));
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  #login .inner-wrap {
    padding: 24px 0;
  }
  #login .logo-login {
    width: 160px;
  }
  .mobile-version .login .header .header-wrap > .headerM .page-prev {
    display: none;
  }
  .comm-radio input[type=radio] + label {
    height: 46px;
    line-height: 46px;
  }
  .login br.pc {
    display: none;
  }
  .login br.mo {
    display: block;
  }
  .login .show-pc {
    display: none !important;
  }
  .login .show-mo {
    display: block !important;
  }
  .login .show-mo h4 {
    margin-top: 50px;
    color: var(--TVchosun-gray-gray700, #404040);
    font-size: 16px;
    font-weight: 400;
  }
  .login .title-top {
    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;
    padding: 28px 0;
    margin-bottom: 0;
  }
  .login .title-top h2 {
    display: none;
  }
  .login .title-top h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--TVchosun-A-gray-gray950);
  }
  .login .title-top h3 .subtxt {
    font-weight: 400;
    color: var(--TVchosun-A-gray-gray700);
    margin-top: 12px;
    font-size: 18px;
  }
  .login .title-top h3 .subtxt b {
    color: var(--TVchosun-A-gray-gray950);
  }
  .login .title-bottom {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
  .login .title-bottom.type-wide {
    margin-top: 22px;
  }
  .login .title-bottom strong {
    font-size: 18px;
  }
  .login .type-border .text-box p {
    font-size: 16px;
  }
  .login .type-border .bg-box {
    border-radius: 16px;
  }
  .login .type-border .bg-box p {
    font-size: 18px;
  }
  .login .info-box p {
    font-size: 16px;
  }
  .membership-type li {
    height: 120px;
  }
  .membership-type .img-box {
    width: 92px;
    height: 92px;
  }
  .membership-type .text-box strong {
    font-size: 20px;
  }
  .membership-type .text-box p {
    font-size: 16px;
  }
  .membership-type .info {
    margin-top: 36px;
  }
  .membership-type .info p {
    font-size: 16px;
  }
  .certifify-box .img-box {
    width: 92px;
    height: 92px;
  }
  .certifify-box p {
    font-size: 20px;
    margin-top: 12px;
  }
  .comm-checkbox label {
    font-size: 16px;
  }
  .comm-checkbox.big label {
    font-size: 18px;
  }
  .comm-form .label-name {
    font-size: 16px;
  }
  .comm-form .label-button {
    font-size: 16px;
  }
  .login-box {
    padding: 28px;
    border-radius: 16px;
  }
  .login-box .label {
    font-size: 16px;
  }
  .login-box p {
    font-size: 18px;
  }
  .comm-button a, .comm-button button {
    font-size: 16px;
  }
  .comm-button a.bor-n, .comm-button button.bor-n {
    font-size: 16px;
  }
  .login-restricition strong, .login-restricition p {
    font-size: 16px;
  }
  .comm-popup.type-mini .title-box .title {
    font-size: 18px;
  }
  .comm-popup.type-mini .title-box p {
    font-size: 17px;
  }
  .comm-popup.type-mini .button-box {
    margin-top: 16px;
  }
  .comm-popup.type-mini .button-box button {
    font-size: 16px;
  }
}
@media screen and (max-width: 620px) {
  .login .inner-wrap {
    padding: 0 16px 40px 16px;
    width: 100%;
    max-width: 560px;
  }
  .login .title-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .login .title-top h3 {
    text-align: left;
  }
  .login .title-top h3 .subtxt {
    margin-top: 36px;
    font-size: 16px;
  }
  .login .type-border .text-box p {
    font-size: 15px;
  }
  .login .info-box p {
    font-size: 15px;
  }
  .login .info-box + .comm-button {
    margin-top: 32px;
  }
  .membership-type a {
    padding: 20px 16px;
  }
  .membership-type .img-box {
    width: 80px;
    height: 80px;
  }
  .membership-type .text-box strong {
    font-size: 17px;
  }
  .membership-type .text-box p {
    font-size: 15px;
  }
  .membership-type .info p {
    font-size: 15px;
  }
  .certifify-box {
    gap: 16px;
  }
  .certifify-box li {
    width: 100%;
    height: 200px;
  }
  .certifify-box .img-box {
    width: 80px;
    height: 80px;
  }
  .certifify-box p {
    font-size: 17px;
    margin-top: 8px;
  }
  .comm-checkbox label {
    font-size: 15px;
  }
  .comm-checkbox.big label {
    font-size: 17px;
  }
  .comm-agree .inner-box strong, .comm-agree .inner-box dt, .comm-agree .inner-box dd {
    font-size: 14px;
  }
  .comm-form .flex-box:has(.comm-checkbox) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .comm-form .flex-box .label-button {
    width: 104px;
  }
  .comm-form .flex-box .label-button.type-mini {
    width: 90px;
  }
  .comm-form input[type=text], .comm-form input[type=password], .comm-form input[type=number] {
    border-radius: 6px;
  }
  .comm-form .label-name {
    font-size: 15px;
  }
  .comm-form .label-button {
    font-size: 15px;
  }
  .comm-form .info p {
    font-size: 12px;
  }
  .comm-form .comm-radio {
    width: 100%;
  }
  .comm-form .comm-radio input[type=radio] + label {
    width: 100%;
    font-size: 15px;
  }
  .login-box li {
    grid-template-columns: auto;
    gap: 4px;
  }
  .login-box li + li {
    margin-top: 32px;
  }
  .login-box .label {
    font-size: 15px;
  }
  .login-box p {
    font-size: 16px;
  }
  .comm-button a, .comm-button button {
    font-size: 15px;
  }
  .comm-button a.bor-r, .comm-button button.bor-r {
    font-size: 15px;
  }
  .login-simple strong::before, .login-simple strong::after {
    width: 30%;
  }
  .login-sub .find-box a {
    font-size: 14px;
    color: var(--TVchosun-A-gray-gray500, var(--TVchosun-A-gray-gray500, #737373));
  }
  .login-restricition strong, .login-restricition p {
    font-size: 15px;
  }
  .type-border .text-box p {
    font-size: 15px;
  }
  .comm-popup.type-mini .inner-wrap {
    padding: 16px;
  }
  .comm-popup.type-mini .title-box .title {
    font-size: 16px;
  }
  .comm-popup.type-mini .title-box p {
    font-size: 15px;
  }
  .comm-popup.type-mini .button-box .flex-box {
    gap: 8px;
  }
  .comm-popup.type-mini .button-box .flex-box button {
    width: 100%;
  }
  .comm-popup.type-mini .button-box button {
    font-size: 15px;
    width: 100%;
  }
}