@charset "UTF-8";
.cs .page_view {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 64px 0;
  position: relative;
}
.cs .page_view .comm-search {
  margin: 0 auto;
  max-width: 460px;
}
.cs .page_view .comm-search .input-box {
  width: 100%;
}
.cs .page_view .comm-search .input-box input {
  width: 100%;
  border-radius: 8px;
}
.cs .page_view .num-title ~ .comm-board {
  padding: 0;
}
.cs .page_view .heading-title-box {
  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;
}
.cs .page_view .heading-title-box.center {
  text-align: center;
}
.cs .page_view .heading-title-box .title {
  font-size: 40px;
  line-height: 60px;
}
.cs .page_view .heading-title-box p {
  font-size: 20px;
  color: var(--TVchosun-A-gray-gray600);
}
.cs .page_view .heading-title-box ~ .comm-item-box {
  margin-top: 12px;
}
.cs .page_view .banner-container {
  position: relative;
}
.cs .page_view .banner-container .banner-box {
  position: relative;
  width: 100%;
  height: 160px;
  margin-top: 20px;
  padding: 0 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 40px;
  background: linear-gradient(92deg, #001589 22.8%, #36088C 89.65%);
  color: var(--TVchosun-A-white100);
  font-size: 18px;
  mix-blend-mode: color-dodge;
  overflow: hidden;
  border-radius: 24px;
}
.cs .page_view .banner-container .banner-box .desc {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}
.cs .page_view .banner-container .banner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../res/img/content/cs_viewer_banner_bg.png") no-repeat center/cover; /* 배경 이미지 경로 */
  mix-blend-mode: color-dodge;
  z-index: 1;
}
.cs .page_view .banner-container .banner-box.cs {
  -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;
  gap: 8px;
  background: linear-gradient(92deg, #D01111 11.32%, #C20D13 88.68%);
}
.cs .page_view .banner-container .banner-box.cs .title {
  font-size: 32px;
  font-weight: 500;
  z-index: 2;
}
.cs .page_view .banner-container .banner-box.cs .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  z-index: 2;
}
.cs .page_view .banner-container .banner-box.cs .text-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  font-size: 20px;
}
.cs .page_view .banner-container .banner-box.cs .text-box p::after {
  content: "";
  width: 1px;
  height: 12px;
  background: var(--TVchosun-A-alpha-W40);
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs .page_view .banner-container .banner-box.cs .text-box p:last-child::after {
  display: none;
}
.cs .page_view .banner-container .banner-box.cs .text-box p.tel::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../res/img/ico/ico_tel_wh.png") no-repeat center/cover; /* 배경 이미지 경로 */
}
.cs .page_view .banner-container .banner-box.cs .text-box p.mail::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../res/img/ico/ico_mail_wh.png") no-repeat center/cover; /* 배경 이미지 경로 */
}
.cs .page_view .banner-container .banner-box.cs .text-box p.subtxt {
  color: var(--TVchosun-A-alpha-W60);
}
.cs .page_view .banner-container .banner-box.cs::before {
  background: url("../../res/img/content/cs_viewer_banner_cs_bg.png") no-repeat center/cover; /* 배경 이미지 경로 */
  mix-blend-mode: multiply;
}
.cs .page_view .mobile-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 128px;
  padding-top: 40px;
}
.cs .page_view .mobile-item-box .img-box {
  width: 214px;
  margin: 0 auto;
  border: 4px solid var(--TVchosun-A-gray-gray950);
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.cs .page_view .mobile-item-box .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.cs .page_view .mobile-item-box .info_box .store_group {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs .page_view .mobile-item-box .info_box .qrCode {
  width: 128px;
  height: 128px;
  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;
  background-color: var(--TVchosun-A-gray-gray300);
}
.cs .page_view .faq-list {
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
}
.cs .page_view .faq-list li {
  line-height: 22px;
}
.cs .page_view .faq-list li .question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--TVchosun-A-gray-gray300);
  min-height: 60px;
  padding: 16px 0;
  cursor: pointer;
}
.cs .page_view .faq-list li .question .type {
  min-width: 100px;
  text-align: center;
  color: var(--TVchosun-A-gray-gray500);
}
.cs .page_view .faq-list li .question .tit {
  width: calc(100% - 160px);
  padding: 0 8px;
  color: var(--TVchosun-A-gray-gray950);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs .page_view .faq-list li .question::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../res/img/ico/arrow_down.png) 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.cs .page_view .faq-list li .question:hover {
  background-color: var(--TVchosun-A-gray-gray50);
}
.cs .page_view .faq-list li.active .question {
  border-bottom: 0;
}
.cs .page_view .faq-list li.active .question .tit {
  -webkit-line-clamp: 2;
}
.cs .page_view .faq-list li.active .question::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.cs .page_view .faq-list li.active .answer {
  border-top: 1px dashed var(--TVchosun-A-alpha-B24);
}
.cs .page_view .faq-list li .answer {
  display: none;
  padding: 16px 60px 16px 108px;
  background-color: var(--TVchosun-A-gray-gray50);
  color: var(--TVchosun-A-gray-gray700);
  border-bottom: 1px solid var(--TVchosun-A-gray-gray300);
}
.cs .page_view .faq-list + .btn-group {
  padding-top: 32px;
  margin: 20px 0;
}
.cs .comm-page-title {
  margin-bottom: 0;
}
.cs .comm-board .board-view .attach-box {
  border-bottom-width: 0;
}
.cs .centerCS .title h3.cs-faq-h3 {
  font-size: 22px;
}
.cs .item-stitle .title.space-between {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs #videoReferences .policy-wrap.type1 .policy-box {
  max-height: 180px;
}
.cs #videoReferences .policy-wrap.type1 .policy-box .txt strong {
  margin-right: 4px;
}
.cs #videoReferences .policy-wrap.type1 .policy-box .txt p {
  font-size: 15px;
}

.report-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.report-box li {
  width: 100%;
}
.report-box li > a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../res/img/ico/arrow_black.png) 50% 50% no-repeat;
  position: absolute;
  right: 20px;
}
.report-box li .flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 32px;
}
.report-box li > a, .report-box li > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 1px solid var(--TVchosun-A-alpha-B12);
  background: var(--TVchosun-A-gray-gray50);
  border-radius: 24px;
  width: 100%;
  padding: 20px;
  min-height: 90px;
}
.report-box li > a .img-box, .report-box li > div .img-box {
  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: 60px;
  height: 60px;
}
.report-box li > a .img-box img, .report-box li > div .img-box img {
  width: auto;
}
.report-box li > a .txt-box p, .report-box li > div .txt-box p {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.report-box li > a .txt-box span, .report-box li > div .txt-box span {
  font-size: 17px;
  font-weight: 500;
  color: var(--TVchosun-A-gray-gray500);
}
.report-box li > a .title-box, .report-box li > div .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 500;
}
.report-box li > a .title-box.fs_sm, .report-box li > div .title-box.fs_sm {
  font-size: 20px;
}
.report-box li > a .title-box img, .report-box li > div .title-box img {
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.report-box li > a .link-box, .report-box li > div .link-box {
  padding: 0 24px;
}
.report-box li > a .link-box .more, .report-box li > div .link-box .more {
  padding-right: 20px;
  background: url(../../res/img/ico/arrow_black.png) right 0 top 50% no-repeat;
  text-decoration: underline;
  text-underline-position: under;
}
.report-box li > a .info-box, .report-box li > div .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-A-gray-gray700);
}
.report-box li > a .info-box p, .report-box li > div .info-box p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0 20px;
}
.report-box li > a .info-box p strong, .report-box li > div .info-box p strong {
  font-weight: 500;
}
.report-box li > a .info-box p + p::before, .report-box li > div .info-box p + p::before {
  content: "";
  width: 1px;
  height: 12px;
  background: var(--TVchosun-A-gray-gray950);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.report-box li > a .info-box p:first-child, .report-box li > div .info-box p:first-child {
  padding-left: 0;
}
.report-box li > a .info-box p:last-child, .report-box li > div .info-box p:last-child {
  padding-right: 0;
}
.report-box + .item-stitle {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .cs .page_view {
    padding: 0 16px 40px 16px;
  }
  .cs .page_view .banner-container .banner-box {
    padding: 36px 24px;
    height: 100%;
    gap: 24px;
  }
  .cs .page_view .banner-container .banner-box .desc {
    font-size: 26px;
  }
  .cs .page_view .banner-container .banner-box .img-box {
    min-width: 150px;
  }
  .cs .page_view .banner-container .banner-box .img-box img {
    width: 100%;
    height: 100%;
  }
  .cs .page_view .banner-container .banner-box.cs .title {
    font-size: 26px;
  }
  .cs .page_view .banner-container .banner-box.cs .text-box p {
    font-size: 18px;
  }
  .cs .page_view .heading-title-box {
    gap: 12px;
  }
  .cs .page_view .heading-title-box .title {
    font-size: 32px;
    line-height: normal;
  }
  .cs .page_view .heading-title-box p {
    font-size: 18px;
  }
  .cs .page_view .mobile-item-box {
    gap: 40px;
  }
  .cs .page_view .faq-list {
    margin-top: 10px;
  }
  .cs .page_view .faq-list li .question .type {
    font-size: 16px;
  }
  .cs .page_view .faq-list li .question .tit {
    font-size: 16px;
  }
  .cs .comm-page-title {
    display: none;
  }
  .cs .comm-tab {
    padding: 0;
  }
  .cs .comm-tab + .comm-board {
    margin-top: 0;
  }
  .cs .page-search + .comm-board {
    padding-top: 0;
  }
  .report-box {
    gap: 12px;
  }
  .report-box li > a, .report-box li > div {
    border-radius: 16px;
    padding: 16px;
  }
  .report-box li > a .img-box, .report-box li > div .img-box {
    width: 40px;
    height: 40px;
  }
  .report-box li > a .txt-box p, .report-box li > div .txt-box p {
    font-size: 18px;
  }
  .report-box li > a .txt-box span, .report-box li > div .txt-box span {
    font-size: 16px;
  }
  .report-box li > a::before {
    right: 16px;
  }
}
@media screen and (max-width: 960px) {
  .cs .page_view .mobile-item-box {
    gap: 40px;
  }
  .cs .page_view .mobile-item-box .info_box {
    gap: 8px;
  }
  .cs .page_view .mobile-item-box .info_box .qrCode {
    width: 100px;
    height: 100px;
  }
  .cs .page_view .mobile-item-box .info_box .store_group a {
    height: 48px;
  }
  .cs .page_view .mobile-item-box .info_box .store_group a img {
    height: 100%;
  }
  .report-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report-box li {
    width: 100%;
  }
  .report-box li .flex-between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 620px) {
  .cs .page_view .banner-container {
    margin-top: 24px;
  }
  .cs .page_view .banner-container .desc {
    font-size: 18px;
    font-weight: 500;
  }
  .cs .page_view .banner-container .banner-box {
    padding: 0;
    height: 84px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 16px;
  }
  .cs .page_view .banner-container .banner-box .img-box {
    max-width: 126px;
    min-width: auto;
  }
  .cs .page_view .banner-container .banner-box .img-box img {
    width: 100%;
    height: 100%;
  }
  .cs .page_view .banner-container .banner-box.cs .text-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
    padding: 0 20px;
  }
  .cs .page_view .banner-container .banner-box.cs .text-box p {
    width: 100%;
    font-size: 16px;
  }
  .cs .page_view .banner-container .banner-box.cs .text-box p.tel::before {
    background-size: 18px;
  }
  .cs .page_view .banner-container .banner-box.cs .text-box p.mail::before {
    background-size: 20px;
  }
  .cs .page_view .banner-container .banner-box.cs .text-box p.subtxt {
    font-size: 18px;
    color: var(--TVchosun-A-white100);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cs .page_view .gray-border-box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs .page_view .mobile-item-box {
    -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;
  }
  .cs .page_view .mobile-item-box .info_box {
    -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;
    gap: 16px;
  }
  .cs .page_view .mobile-item-box .info_box .qrCode {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100px;
    height: 100px;
  }
  .cs .page_view .mobile-item-box .info_box .store_group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 4px;
  }
  .cs .page_view .mobile-item-box .info_box .store_group a img {
    height: 100%;
  }
  .cs .page_view .heading-title-box {
    gap: 12px;
  }
  .cs .page_view .heading-title-box .title {
    font-size: 24px;
    line-height: normal;
  }
  .cs .page_view .heading-title-box p {
    font-size: 15px;
  }
  .cs .page_view .faq-list li .question .type {
    display: none;
    font-size: 15px;
  }
  .cs .page_view .faq-list li .question .tit {
    font-size: 15px;
    width: calc(100% - 48px);
  }
  .cs .page_view .faq-list li .question::before {
    width: 48px;
  }
  .cs .page_view .faq-list li .answer {
    padding: 12px;
  }
  .cs .comm-board .board-view .attach-box {
    border-bottom-width: 1px;
  }
  .cs .btn-group .btn {
    width: auto;
    font-weight: 400;
  }
  .cs #videoReferences .policy-wrap.type1 .policy-box {
    max-height: 100%;
  }
  .cs #videoReferences .btn-group .btn {
    width: 100%;
  }
  .report-box li {
    width: 100%;
  }
  .report-box li > a .txt-box p, .report-box li > div .txt-box p {
    font-size: 17px;
  }
  .report-box li > a .txt-box span, .report-box li > div .txt-box span {
    font-size: 15px;
  }
  .report-box li > a .link-box, .report-box li > div .link-box {
    padding: 0;
  }
  .report-box li > a .link-box .more, .report-box li > div .link-box .more {
    background-size: 6px;
  }
  .report-box li > a::before {
    right: 16px;
  }
  .report-box li .flex-between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    padding: 28px;
  }
  .report-box li .flex-between > .title-box, .report-box li .flex-between > .info-box {
    width: 100%;
  }
  .report-box li .flex-between .title-box strong {
    font-size: 16px;
  }
  .report-box li .flex-between .title-box p {
    font-size: 16px;
    font-weight: 400;
  }
  .report-box li .flex-between .info-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .report-box li .flex-between .info-box p {
    width: 100%;
    padding: 0;
  }
  .report-box li .flex-between .info-box p::before {
    display: none;
  }
  .report-box + .comm-line {
    background-color: transparent;
  }
  .cs .page_view .comm-search {
    max-width: 100%;
  }
}