.tabArea {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .tabArea {
    max-width: 1000px;
    margin: auto;
  }
}
.tabArea::-webkit-scrollbar {
  width: 0px;
  height: 0;
  display: none;
}
.tabArea::-webkit-scrollbar-track {
  background: transparent;
}
.tabArea::-webkit-scrollbar-thumb {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .tabArea {
    padding-bottom: 24px;
  }
}
.tabArea .tabAreaBox {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 390px) {
  .tabArea .tabAreaBox {
    border-bottom: 1px solid rgba(var(--color-rgb-white), 0.2);
  }
}
.tabArea .tabAreaBox .tabUnderline {
  width: 1px;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  border-radius: 4px;
  background-color: var(--color-orange-1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}
@media screen and (min-width: 390px) {
  .tabArea .tabAreaBox .tabUnderline {
    bottom: -2px;
  }
}
.tabArea .tabAreaBox .tabItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tabArea .tabAreaBox .tabItemBox .tabItem {
  font-size: 15px;
  line-height: 22px;
  color: var(--color-gray-7);
  padding: 0 16px 9px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid rgba(var(--color-rgb-white), 0.2);
}
@media screen and (min-width: 390px) {
  .tabArea .tabAreaBox .tabItemBox .tabItem {
    padding: 0 16px 8px;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .tabArea .tabAreaBox .tabItemBox .tabItem {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 12px 0;
    margin-right: 32px;
  }
}
.tabArea .tabAreaBox .tabItemBox .tabItem:hover {
  color: var(--color-white);
}
.tabArea .tabAreaBox .tabItemBox .tabItem.activeFirst {
  color: var(--color-white);
}
.tabArea .tabAreaBox .tabItemBox .tabItem.active {
  color: var(--color-white);
}

input[name=tabItem],
input#tabTvIntro1:checked ~ .toggleArea#tvIntro2,
input#tabTvIntro1:checked ~ .toggleArea#tvIntro3,
input#tabTvIntro1:checked ~ .toggleArea#tvIntro4,
input#tabTvIntro2:checked ~ .toggleArea#tvIntro1,
input#tabTvIntro2:checked ~ .toggleArea#tvIntro3,
input#tabTvIntro2:checked ~ .toggleArea#tvIntro4,
input#tabTvIntro3:checked ~ .toggleArea#tvIntro1,
input#tabTvIntro3:checked ~ .toggleArea#tvIntro2,
input#tabTvIntro3:checked ~ .toggleArea#tvIntro4,
input#tabTvIntro4:checked ~ .toggleArea#tvIntro1,
input#tabTvIntro4:checked ~ .toggleArea#tvIntro2,
input#tabTvIntro4:checked ~ .toggleArea#tvIntro3 {
  display: none;
}

input#tabTvIntro1:checked ~ .toggleArea#tvIntro1,
input#tabTvIntro2:checked ~ .toggleArea#tvIntro2,
input#tabTvIntro3:checked ~ .toggleArea#tvIntro3,
input#tabTvIntro4:checked ~ .toggleArea#tvIntro4 {
  display: block;
}

.memberContent.tvIntroContent {
  padding: 20px 16px 56px 16px;
}
@media screen and (min-width: 768px) {
  .memberContent.tvIntroContent {
    padding: 24px 46px 56px 46px;
  }
}
.memberContent.tvIntroContent .tvIntroMainKv {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .memberContent.tvIntroContent .tvIntroMainKv {
    max-width: 554px;
  }
}
@media screen and (min-width: 1200px) {
  .memberContent.tvIntroContent .tvIntroMainKv {
    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;
    max-width: 1000px;
    margin-top: 28px;
  }
}
.memberContent.tvIntroContent .tvIntroMainKv .imgArea {
  width: 100%;
  padding-bottom: 54.649122807%;
  position: relative;
  margin: 12px auto 24px;
}
@media screen and (min-width: 768px) {
  .memberContent.tvIntroContent .tvIntroMainKv .imgArea {
    margin: 24px auto;
  }
}
@media screen and (min-width: 1200px) {
  .memberContent.tvIntroContent .tvIntroMainKv .imgArea {
    width: 550px;
    padding-bottom: 311px;
  }
}
.memberContent.tvIntroContent .tvIntroMainKv .imgArea img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 1200px) {
  .memberContent.tvIntroContent .tvIntroMainKv .textArea {
    width: 412px;
    margin-right: 36px;
  }
}
.memberContent.tvIntroContent .tvIntroMainKv .textArea h1.title {
  color: var(--color-white);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .memberContent.tvIntroContent .tvIntroMainKv .textArea h1.title {
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .memberContent.tvIntroContent .tvIntroMainKv .textArea h1.title {
    text-align: left;
  }
}
.memberContent.tvIntroContent .tvIntroMainKv .textArea p {
  color: var(--color-white);
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .memberContent.tvIntroContent .tvIntroMainKv .textArea p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .memberContent.tvIntroContent .tvIntroMainKv .textArea p {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .toggleArea {
    max-width: 1000px;
    margin: auto;
  }
}
.toggleArea.hidden {
  display: none;
}
.toggleArea .toggleAreaBox:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .toggleArea .toggleAreaBox:last-child {
    margin-bottom: 0px;
  }
}
.toggleArea .toggleAreaBox {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .toggleArea .toggleAreaBox {
    margin-bottom: 46px;
  }
}
.toggleArea .noticeBox {
  min-height: auto;
  background-color: transparent;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .toggleArea .noticeBox {
    margin-top: 50px;
  }
}
.toggleArea .noticeBox .title {
  color: var(--color-white);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.toggleArea .noticeBox ol {
  margin-left: 16px;
}
.toggleArea .noticeBox ol li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 4px;
  list-style: decimal;
}
.toggleArea .noticeBox a {
  color: var(--color-white);
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggleArea .noticeBox a:hover {
  color: var(--color-gray-7);
}
.toggleArea#tvIntro1 .introBox {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .introBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .introBox .imgArea {
    width: 50%;
  }
}
.toggleArea#tvIntro1 .introBox .imgArea .imgBox {
  width: 100%;
  padding-bottom: 85.7723577236%;
  position: relative;
}
.toggleArea#tvIntro1 .introBox .imgArea .imgBox img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .introBox .textArea {
    width: 50%;
  }
}
.toggleArea#tvIntro1 .introBox .textArea h2 {
  color: var(--color-white);
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .introBox .textArea h2 {
    font-size: 19px;
    line-height: 28px;
  }
}
.toggleArea#tvIntro1 .introBox .textArea p {
  color: var(--color-white);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .introBox .textArea p {
    font-size: 15px;
    line-height: 23px;
  }
}
.toggleArea#tvIntro1 .videoBox {
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .videoBox {
    margin-bottom: 32px;
  }
}
.toggleArea#tvIntro1 .videoBox .videoArea {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  font-size: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.toggleArea#tvIntro1 .videoBox .videoArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.toggleArea#tvIntro1 .videoBox span {
  color: var(--color-gray-6);
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  margin-top: 4px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .videoBox span {
    font-size: 13px;
    line-height: 19px;
  }
}
.toggleArea#tvIntro1 .formBox {
  background: var(--color-gray-15);
  margin: 0 auto 20px;
  padding: 32px 0;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox {
    padding: 40px 0;
    margin: 0 auto 32px;
  }
}
@media screen and (min-width: 1200px) {
  .toggleArea#tvIntro1 .formBox {
    margin: 0 auto 56px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap {
  width: 270px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap {
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .toggleArea#tvIntro1 .formBox .formWrap {
    width: auto;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .title {
  color: var(--color-white);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .radioBox {
  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;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .radioBox {
    width: 330px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .radioBox .radio {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .radioBox .radio {
    margin-bottom: 0;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .radioBox .radio input {
  display: none;
}
.toggleArea#tvIntro1 .formBox .formWrap .radioBox .radio label {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .radioBox .radio label {
    font-size: 16px;
    line-height: 23px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .radioBox .radio label::before {
  margin: 0 12px 0 0;
  vertical-align: sub;
}
.toggleArea#tvIntro1 .formBox .formWrap .radioBox .radio:last-child {
  margin-bottom: 0;
}
.toggleArea#tvIntro1 .formBox .formWrap .selectBox {
  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;
  margin-top: 24px;
}
.toggleArea#tvIntro1 .formBox .formWrap .selectBox .selectWrap .edd-root {
  width: 220px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .selectBox .selectWrap .edd-root {
    width: 330px;
    font-size: 15px;
    line-height: 22px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .selectBox .selectWrap .edd-option {
  text-align: left;
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .selectBox .selectWrap:nth-child(1) {
    margin-bottom: 4px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .buttonWrap {
  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;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .buttonWrap {
    margin-top: 32px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .buttonWrap .btn {
  width: 130px;
}
.toggleArea#tvIntro1 .formBox .formWrap .answerWrap {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .answerWrap {
    margin-top: 40px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .answerWrap p {
  color: var(--color-yellow-1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .toggleArea#tvIntro1 .formBox .formWrap .answerWrap p {
    font-size: 16px;
    line-height: 23px;
  }
}
.toggleArea#tvIntro1 .formBox .formWrap .answerWrap a:hover {
  color: var(--color-yellow-1);
  text-decoration: underline;
}
.toggleArea.tvIntro {
  margin: 0 auto;
}
.toggleArea.tvIntro .infoBox {
  width: calc(100% - 32px);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-gray-15);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .infoBox {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    margin-bottom: 32px;
    margin-top: 50px;
  }
}
.toggleArea.tvIntro .infoBox .icon {
  width: 41px;
  height: 36px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .infoBox .icon {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .infoBox .textArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.toggleArea.tvIntro .infoBox .textArea .infoTitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .infoBox .textArea .infoTitle {
    font-size: 15px;
    line-height: 22px;
  }
}
.toggleArea.tvIntro .infoBox .textArea .infoContent {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  color: var(--color-gray-6);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .infoBox .textArea .infoContent {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
  }
}
.toggleArea.tvIntro .infoBox:nth-child(1) {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .infoBox:nth-child(1) {
    margin-top: 0px;
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox {
    margin-top: 32px;
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox:first-child {
  margin-top: 0;
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .introTitle {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-gray-6);
  padding-bottom: 3px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .introTitle {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox {
  margin: 8px auto;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox {
    margin: 16px auto;
    background-color: var(--color-gray-15);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .imgArea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .imgArea {
    width: calc(100% - 232px - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .imgArea {
    width: calc(100% - 450px - 70px);
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .imgArea .imgBox {
  width: 100%;
  padding-bottom: 59.748427673%;
  position: relative;
  background-color: var(--color-gray-15);
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .imgArea .imgBox {
    background-color: transparent;
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .imgArea .imgBox img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .textArea {
  background-color: var(--color-black);
  border-radius: 0 0 8px 8px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .textArea {
    width: 232px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    padding: 0;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .textArea {
    width: 450px;
    margin-right: 70px;
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .textArea .stepFlow {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-yellow-1);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .textArea .stepFlow {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 22px;
  }
}
.toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .textArea .stepContent {
  font-size: 13px;
  line-height: 20px;
  color: var(--color-white);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .toggleArea.tvIntro .tvIntroArea .tvIntroBox .stepBox .textArea .stepContent {
    font-size: 15px;
    line-height: 23px;
  }
}