@charset "UTF-8";
/* 최대 화면 크기 설정 */
/* 전역 스위치: 딱 1번만 선언 */
/* 
모바일에서만 vw를 사용할 경우 vw함수만 사용해도 무방
pc와 모바일 둘다 vw를 사용할경우 pc에서는 vw함수를
모바일에서는 vw-mo함수를 사용
*/
.blind {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.blind.focusable:active, .blind.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

/* 리뉴얼 메인 */
html {
  font-size: 20px;
}

.renewal-main-content {
  overflow: hidden;
}
.renewal-main-content * {
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  line-height: 1.4;
  color: #000;
}
.renewal-main-content img {
  max-width: 100%;
}
.renewal-main-content .section-inner {
  max-width: 72rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.renewal-main-content .main-section .section-title .badge {
  display: inline-block;
  line-height: 1.44;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 0.8rem;
  color: #666;
}
.renewal-main-content .main-section .section-title .badge + .title {
  margin-top: 1.2rem;
}
.renewal-main-content .main-section .section-title .title {
  font-weight: normal;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 2.2rem;
  line-height: 1.4;
  color: #333;
}
.renewal-main-content .main-section .section-title .title.large {
  font-size: 3.5rem;
  color: #000;
}
.renewal-main-content .main-section .section-title .sub-text {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.1rem;
  color: #333;
}
.renewal-main-content .hero-section .swiper-slide {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.renewal-main-content .hero-section .video-cover {
  width: 100%;
  height: 56.25vw;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.renewal-main-content .hero-section .video-cover.play .video-thumbnail {
  opacity: 0;
  visibility: hidden;
}
.renewal-main-content .hero-section .video-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.renewal-main-content .hero-section .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.renewal-main-content .hero-section iframe {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.renewal-main-content .hero-section .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  position: absolute;
  bottom: 1.65rem;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.renewal-main-content .hero-section .swiper-pagination .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
}
.renewal-main-content .hero-section .swiper-pagination .item.swiper-pagination-bullet-active {
  background-color: transparent;
}
.renewal-main-content .hero-section .swiper-pagination .item.swiper-pagination-bullet-active .number {
  color: #11e6d8;
}
.renewal-main-content .hero-section .swiper-pagination .item.swiper-pagination-bullet-active .progress {
  display: block;
}
.renewal-main-content .hero-section .swiper-pagination .number {
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 0.8rem;
  color: #fff;
}
.renewal-main-content .hero-section .swiper-pagination .progress {
  display: none;
  width: 4.05rem;
  height: 2px;
  background-color: #fff;
}
.renewal-main-content .hero-section .swiper-pagination .progress span {
  display: block;
  background-color: #11e6d8;
  width: 0%;
  height: 100%;
}
.renewal-main-content .event-section {
  padding: 6rem 0;
}
.renewal-main-content .event-section * {
  letter-spacing: -0.025em;
}
.renewal-main-content .event-section .event-box {
  height: 33.7rem;
  overflow: hidden;
  border-radius: 1.4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.renewal-main-content .event-section .event-box + .event-box {
  margin-top: 2rem;
}
.renewal-main-content .event-section .event-box.box-1 {
  background-image: url("../images/main_new/img-event-01-bg.png");
}
.renewal-main-content .event-section .event-box.box-1 .logo {
  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;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
}
.renewal-main-content .event-section .event-box.box-1 .title-area {
  position: absolute;
  top: 6rem;
  right: 2.9rem;
}
.renewal-main-content .event-section .event-box.box-1 .title-area img {
  width: 24.45rem;
}
.renewal-main-content .event-section .event-box.box-1 .btn-group {
  position: absolute;
  bottom: 6rem;
  right: 5.5rem;
  margin-top: 0;
}
.renewal-main-content .event-section .event-box.box-1 .btn-item {
  color: #30d5ca;
}
.renewal-main-content .event-section .event-box.box-1 .btn-item::after {
  background-image: url("../images/main_new/icon-arrow-event-01.png");
}
.renewal-main-content .event-section .event-box.box-2 {
  background-color: #76e4ff;
}
.renewal-main-content .event-section .event-box.box-2 .btn-item {
  color: #76e4ff;
}
.renewal-main-content .event-section .event-box.box-2 .btn-item::after {
  background-image: url("../images/main_new/icon-arrow-event-02.png");
}
.renewal-main-content .event-section .event-box.box-2 .object img {
  width: 31.9rem;
}
.renewal-main-content .event-section .event-box.box-3 {
  background-color: #fff563;
}
.renewal-main-content .event-section .event-box.box-3 .box-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.renewal-main-content .event-section .event-box.box-3 .btn-item {
  color: #fff563;
}
.renewal-main-content .event-section .event-box.box-3 .btn-item::after {
  background-image: url("../images/main_new/icon-arrow-event-03.png");
}
.renewal-main-content .event-section .event-box.box-3 .object {
  left: 2.9rem;
  right: auto;
}
.renewal-main-content .event-section .event-box.box-3 .object img {
  width: 34.45rem;
}
.renewal-main-content .event-section .event-box.comming-soon .box-inner {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding: 2.4rem 2rem 0;
}
.renewal-main-content .event-section .event-box.comming-soon .object {
  position: relative;
  right: 0;
  left: 0;
  max-width: 23rem;
  top: -1rem;
  margin: 0 auto;
}
.renewal-main-content .event-section .event-box.comming-soon .object img {
  width: 100%;
}
.renewal-main-content .event-section .event-box .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.5rem 2.9rem;
}
.renewal-main-content .event-section .event-box .title-area {
  text-align: center;
  z-index: 2;
}
.renewal-main-content .event-section .event-box .title-area .sub-title {
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 1.3rem;
  color: #333;
}
.renewal-main-content .event-section .event-box .title-area .title {
  margin-top: 0.8rem;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 2.8rem;
  color: #333;
}
.renewal-main-content .event-section .event-box .title-area .sub-text {
  margin-top: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
}
.renewal-main-content .event-section .event-box .title-area .sub-text strong {
  font-weight: 700;
  color: #333;
}
.renewal-main-content .event-section .event-box .title-area .etc-text {
  margin-top: 0.4rem;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1rem;
}
.renewal-main-content .event-section .event-box .btn-group {
  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;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.renewal-main-content .event-section .event-box .btn-item {
  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;
  width: 9rem;
  height: 2.3rem;
  border-radius: 5rem;
  background-color: #333;
  font-weight: 700;
  font-size: 1rem;
}
.renewal-main-content .event-section .event-box .btn-item::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.renewal-main-content .event-section .event-box .btn-item.bg-none {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}
.renewal-main-content .event-section .event-box .btn-item.bg-none::after {
  background-image: url("../images/main_new/icon-arrow-event-bk.png");
}
.renewal-main-content .event-section .event-box .object {
  position: absolute;
  z-index: 1;
  right: 0;
}
.renewal-main-content .intro-section {
  position: relative;
  padding-top: 8rem;
  overflow: hidden;
}
.renewal-main-content .intro-section .section-title {
  position: relative;
  z-index: 2;
}
.renewal-main-content .intro-section .intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 10rem;
}
.renewal-main-content .intro-section .intro-container .thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 24rem;
}
.renewal-main-content .intro-section .intro-container .intro-text {
  margin-top: 12.5rem;
}
.renewal-main-content .intro-section .intro-container .text-area {
  font-weight: 300;
  font-size: 1.6rem;
}
.renewal-main-content .intro-section .intro-container .text-area + .text-area {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #e5e5e5;
}
.renewal-main-content .intro-section .intro-container .text-area:last-child {
  font-weight: 500;
}
.renewal-main-content .intro-section .intro-container .text-area span {
  font-weight: 400;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
}
.renewal-main-content .intro-section .y-logo-content {
  position: absolute;
  width: 55rem;
  height: 62.05rem;
  top: 0;
  left: 50%;
  margin-left: -7rem;
}
.renewal-main-content .intro-section .y-logo-content .title-logo {
  position: absolute;
  top: 22.65rem;
  left: 20.5rem;
  width: 18.55rem;
}
.renewal-main-content .intro-section .y-logo-content .logo {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}
.renewal-main-content .intro-section .y-logo-content .logo-01 {
  left: 0;
  top: -2.95rem;
}
.renewal-main-content .intro-section .y-logo-content .logo-02 {
  right: -8.85rem;
  top: -2.95rem;
}
.renewal-main-content .intro-section .y-logo-content .logo-03 {
  left: 9.5rem;
  bottom: 0;
}
.renewal-main-content .service-section {
  padding-top: 10rem;
}
.renewal-main-content .service-section .section-inner {
  max-width: 54rem;
}
.renewal-main-content .service-section .section-title {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  color: #333;
}
.renewal-main-content .service-section .service-list {
  margin-top: 6rem;
}
@media (hover: hover) {
  .renewal-main-content .service-section .service-list-item:hover .thumbnail img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .renewal-main-content .service-section .service-list-item:hover .title::after {
    -webkit-animation: resetLine 0.7s ease-out both;
            animation: resetLine 0.7s ease-out both;
  }
  @-webkit-keyframes resetLine {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes resetLine {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}
.renewal-main-content .service-section .service-list-item:active .thumbnail img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.renewal-main-content .service-section .service-list-item:active .title::after {
  -webkit-animation: resetLine 0.7s ease-out both;
          animation: resetLine 0.7s ease-out both;
}
@-webkit-keyframes resetLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes resetLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.renewal-main-content .service-section .service-list-item + .service-list-item {
  margin-top: 4rem;
}
.renewal-main-content .service-section .service-list-item a {
  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;
}
.renewal-main-content .service-section .service-list-item:nth-child(odd) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.renewal-main-content .service-section .service-list-item:nth-child(even) .text-area {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.renewal-main-content .service-section .service-list-item:nth-child(even) .text,
.renewal-main-content .service-section .service-list-item:nth-child(even) .title {
  text-align: right;
}
.renewal-main-content .service-section .service-list-item .thumbnail {
  max-width: 32rem;
  width: 100%;
  overflow: hidden;
}
.renewal-main-content .service-section .service-list-item .thumbnail img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.renewal-main-content .service-section .service-list-item .text-area {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renewal-main-content .service-section .service-list-item .text {
  font-weight: 500;
  font-size: 1rem;
}
.renewal-main-content .service-section .service-list-item .title {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  z-index: 2;
  font-weight: 400;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 1.7rem;
}
.renewal-main-content .service-section .service-list-item .title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.65rem;
  z-index: -1;
  background-color: #11e6d8;
}
.renewal-main-content .service-section .service-list-item .btn-more {
  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;
  gap: 0.4rem;
  width: 7.1rem;
  height: 2.15rem;
  margin-top: 2rem;
  border: 1px solid #000;
  border-radius: 5rem;
  font-weight: 500;
  font-size: 0.8rem;
}
.renewal-main-content .service-section .service-list-item .btn-more::after {
  -webkit-animation: moveArrow 1s infinite linear alternate;
          animation: moveArrow 1s infinite linear alternate;
  display: block;
  content: "";
  width: 1.55rem;
  height: 0.75rem;
  background: url("../images/icon/icon-arrow-right-31x15.png") no-repeat 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}
.renewal-main-content .colabo-section {
  padding-top: 10rem;
  position: relative;
}
.renewal-main-content .colabo-section .section-inner {
  position: relative;
  padding-bottom: 23.85rem;
}
.renewal-main-content .colabo-section .project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (hover: hover) {
  .renewal-main-content .colabo-section .project-list .list-item:hover .thumbnail img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.renewal-main-content .colabo-section .project-list .list-item a {
  display: block;
}
.renewal-main-content .colabo-section .project-list .list-item .thumbnail {
  overflow: hidden;
  width: 18rem;
}
.renewal-main-content .colabo-section .project-list .list-item .thumbnail img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.renewal-main-content .colabo-section .project-list .list-item .name {
  margin-top: 0.75rem;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 0.8rem;
}
.renewal-main-content .download-section {
  padding-top: 10rem;
}
.renewal-main-content .download-section .section-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.renewal-main-content .download-section .section-title-wrap .download-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
.renewal-main-content .download-section .section-title-wrap .download-area .btn-item {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  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;
  width: 9rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #000;
}
.renewal-main-content .download-section .section-title-wrap .download-area .btn-item:hover {
  border-bottom-color: #11e6d8;
}
.renewal-main-content .download-section .section-title-wrap .download-area .btn-item .text {
  font-weight: 600;
  font-size: 0.9rem;
}
.renewal-main-content .download-section .section-title-wrap .download-area .btn-item .icon {
  display: block;
  width: 0.85rem;
  height: 0.75rem;
  background: url("../images/icon/icon-arrow-right-17x15.png") no-repeat 0 0;
  background-size: cover;
}
.renewal-main-content .download-section .flow-list {
  z-index: 1;
  position: relative;
  margin-top: 5.5rem;
}
.renewal-main-content .download-section .flow-list + .flow-list {
  margin-top: 0.8rem;
}
@media (hover: hover) {
  .renewal-main-content .download-section .flow-list-01 .flow-list-item:hover {
    margin-top: -1.35rem;
    width: 29rem;
  }
  .renewal-main-content .download-section .flow-list-01 .flow-list-item:hover.square {
    margin-top: -1.5rem;
    width: 16.5rem;
  }
}
.renewal-main-content .download-section .flow-list-02 {
  z-index: 2;
}
@media (hover: hover) {
  .renewal-main-content .download-section .flow-list-02 .flow-list-item:hover {
    margin-bottom: -1.35rem;
    width: 29rem;
  }
  .renewal-main-content .download-section .flow-list-02 .flow-list-item:hover.square {
    margin-bottom: -1.5rem;
    width: 16.5rem;
  }
}
.renewal-main-content .download-section .js-marquee-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.renewal-main-content .download-section .flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.renewal-main-content .download-section .flow-list-item {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.65rem;
  margin-right: 0.8rem;
}
.renewal-main-content .download-section .flow-list-item::before {
  display: block;
  content: "Digitalgoods";
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  padding: 0.3rem 0.6rem;
  border-radius: 5rem;
  background-color: #ff5853;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 0.5rem;
  color: #fff;
}
.renewal-main-content .download-section .flow-list-item.square {
  width: 15rem;
}
.renewal-main-content .download-section .flow-list-item.font::before {
  display: none;
}
.renewal-main-content .y-box-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
  height: 100dvh;
}
.renewal-main-content .y-box-section .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renewal-main-content .y-box-section .download-area {
  margin-top: 4rem;
}
.renewal-main-content .y-box-section .download-area .down-item {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  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;
  width: 14rem;
  height: 3.2rem;
  padding: 0 1.6rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.4rem;
}
.renewal-main-content .y-box-section .download-area .down-item + .down-item {
  margin-top: 0.8rem;
}
@media (hover: hover) {
  .renewal-main-content .y-box-section .download-area .down-item:hover {
    border-color: #11e6d8;
  }
}
.renewal-main-content .y-box-section .download-area .down-item.google .logo {
  width: 6.8rem;
}
.renewal-main-content .y-box-section .download-area .down-item.app .logo {
  width: 6rem;
}
.renewal-main-content .y-box-section .download-area .down-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icon/icon-down-bk-24x24.png") no-repeat 0 0;
  background-size: cover;
}
.renewal-main-content .y-box-section .y-box-container {
  -webkit-transition: background 1s;
  transition: background 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  position: relative;
  width: 42rem;
  height: 33.2rem;
  padding-top: 1.3rem;
  padding-bottom: 3.2rem;
  background-color: #f8f8f8;
}
.renewal-main-content .y-box-section .y-box-container.index-01 {
  background-color: #f8f8f8;
}
.renewal-main-content .y-box-section .y-box-container.index-02 {
  background-color: #eafafa;
}
.renewal-main-content .y-box-section .y-box-container.index-03 {
  background-color: #f8f8f8;
}
.renewal-main-content .y-box-section .text-container {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.renewal-main-content .y-box-section .text-container .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  width: 2.4rem;
}
.renewal-main-content .y-box-section .text-container .paging-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #999;
}
.renewal-main-content .y-box-section .text-container .paging-item.active {
  width: 1rem;
  border-radius: 5rem;
  background-color: #11e6d8;
}
.renewal-main-content .y-box-section .text-container .text-area {
  min-width: 8.9rem;
  margin-top: 1.6rem;
}
.renewal-main-content .y-box-section .text-container .text-item {
  display: none;
  text-align: right;
  white-space: nowrap;
}
.renewal-main-content .y-box-section .text-container .text-item.active {
  display: block;
}
.renewal-main-content .y-box-section .text-container .text-item .title {
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 1.3rem;
  color: #333;
}
.renewal-main-content .y-box-section .text-container .text-item .sub-text {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #333;
}
.renewal-main-content .y-box-section .card-container {
  position: relative;
  width: 13rem;
  height: 26.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 12px 12px 12px 0px rgba(0, 0, 0, 0.1490196078), 1px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 12px 12px 12px 0px rgba(0, 0, 0, 0.1490196078), 1px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
}
.renewal-main-content .y-box-section .card-item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}
.renewal-main-content .y-box-section .card-item:nth-child(1) {
  z-index: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.renewal-main-content .y-box-section .card-item:nth-child(2) {
  z-index: 2;
}
.renewal-main-content .y-box-section .card-item:nth-child(3) {
  z-index: 3;
}
.renewal-main-content .footer-section {
  padding: 4rem 0;
  background-color: #11e6d8;
}
.renewal-main-content .footer-section .typo-content {
  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;
}
.renewal-main-content .footer-section .typo-content .title {
  opacity: 0.5;
  text-align: center;
  line-height: 1;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 9.37vw;
  color: #fff;
}
@media (min-width: 1921px) {
  .renewal-main-content .footer-section .typo-content .title {
    font-size: 9rem;
  }
}
.renewal-main-content .footer-section .typo-content .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.renewal-main-content .footer-section .typo-content .sns-item {
  width: 3.2rem;
}
.renewal-main-content .footer-section .typo-content .sns-item a {
  display: block;
}
.renewal-main-content .footer-section .info-content {
  max-width: 72rem;
  padding: 2rem 1rem 0;
  margin: 4rem auto 0;
  border-top: 1px solid rgba(60, 59, 59, 0.2);
}
.renewal-main-content .footer-section .info-content .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renewal-main-content .footer-section .info-content .info-area .item {
  position: relative;
  font-size: 0.7rem;
}
.renewal-main-content .footer-section .info-content .info-area .item + .item::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.7rem;
  background-color: rgba(60, 59, 59, 0.3);
}
.renewal-main-content .footer-section .info-content .copyright {
  margin-top: 0.4rem;
  font-size: 0.7rem;
}

@media (max-width: 1004px) {
  .renewal-main-content .section-inner {
    padding: 0 1rem;
  }
  .renewal-main-content .main-section .section-title .badge {
    font-size: 0.6rem;
  }
  .renewal-main-content .main-section .section-title .badge + .title {
    margin-top: 0.8rem;
  }
  .renewal-main-content .main-section .section-title .title {
    font-size: 1.3rem;
  }
  .renewal-main-content .main-section .section-title .title.large {
    font-size: 1.7rem;
  }
  .renewal-main-content .main-section .section-title .sub-text {
    margin-top: 0.4rem;
    font-size: 0.8rem;
  }
  .renewal-main-content .hero-section .video-cover {
    width: 100%;
    height: 56.25vw;
  }
  .renewal-main-content .hero-section .swiper-pagination {
    gap: 1.2rem;
    bottom: 1.2rem;
  }
  .renewal-main-content .hero-section .swiper-pagination .item {
    gap: 1.2rem;
  }
  .renewal-main-content .hero-section .swiper-pagination .number {
    font-size: 0.6rem;
  }
  .renewal-main-content .hero-section .swiper-pagination .progress {
    display: none;
    width: 4rem;
    height: 2px;
  }
  .renewal-main-content .event-section {
    padding: 2.4rem 0 2rem;
  }
  .renewal-main-content .event-section .event-box {
    border-radius: 1.4rem;
  }
  .renewal-main-content .event-section .event-box + .event-box {
    margin-top: 2rem;
  }
  .renewal-main-content .event-section .event-box.box-1 {
    height: 30.3rem;
    background-image: url("../images/main_new/img-event-01-bg-mo.png");
    background-position: 50% 50%;
  }
  .renewal-main-content .event-section .event-box.box-1 .logo {
    top: 1.6rem;
    left: 1rem;
    right: 1rem;
  }
  .renewal-main-content .event-section .event-box.box-1 .logo .logo-01 {
    width: 4.6rem;
  }
  .renewal-main-content .event-section .event-box.box-1 .logo .logo-02 {
    width: 6.05rem;
  }
  .renewal-main-content .event-section .event-box.box-1 .title-area {
    position: absolute;
    top: 4.2rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15.15rem;
  }
  .renewal-main-content .event-section .event-box.box-1 .title-area img {
    width: 100%;
  }
  .renewal-main-content .event-section .event-box.box-1 .btn-group {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    margin-top: 0;
  }
  .renewal-main-content .event-section .event-box.box-1 .btn-item::after {
    background-image: url("../images/main_new/icon-arrow-event-01-mo.png");
  }
  .renewal-main-content .event-section .event-box.box-2 {
    height: 26.6rem;
    background-color: #76e4ff;
  }
  .renewal-main-content .event-section .event-box.box-2 .btn-item {
    color: #76e4ff;
  }
  .renewal-main-content .event-section .event-box.box-2 .btn-item::after {
    background-image: url("../images/main_new/icon-arrow-event-02-mo.png");
  }
  .renewal-main-content .event-section .event-box.box-3 {
    height: 28.6rem;
    background-color: #fff563;
  }
  .renewal-main-content .event-section .event-box.box-3 .box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .renewal-main-content .event-section .event-box.box-3 .btn-item {
    color: #fff563;
  }
  .renewal-main-content .event-section .event-box.box-3 .btn-item::after {
    background-image: url("../images/main_new/icon-arrow-event-03-mo.png");
  }
  .renewal-main-content .event-section .event-box.box-3 .object {
    left: 2.9rem;
    right: auto;
  }
  .renewal-main-content .event-section .event-box.comming-soon {
    height: 17.8rem !important;
  }
  .renewal-main-content .event-section .event-box.comming-soon .box-inner {
    padding: 1.6rem 0 0 0;
  }
  .renewal-main-content .event-section .event-box.comming-soon .object {
    top: 0;
    left: 0 !important;
  }
  .renewal-main-content .event-section .event-box .box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6rem 0 0 0;
  }
  .renewal-main-content .event-section .event-box .title-area {
    width: 100%;
    padding: 0 1rem;
  }
  .renewal-main-content .event-section .event-box .title-area .sub-title {
    font-size: 0.7rem;
  }
  .renewal-main-content .event-section .event-box .title-area .title {
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
  .renewal-main-content .event-section .event-box .title-area .sub-text {
    margin-top: 0.6rem;
    line-height: 1.4;
    font-size: 0.7rem;
  }
  .renewal-main-content .event-section .event-box .title-area .etc-text {
    margin-top: 0.2rem;
    line-height: 1.4;
    font-size: 0.7rem;
  }
  .renewal-main-content .event-section .event-box .btn-group {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
  .renewal-main-content .event-section .event-box .btn-item {
    width: 100%;
    height: 1.9rem;
    border-radius: 5rem;
    font-size: 0.7rem;
    gap: 0.4rem;
  }
  .renewal-main-content .event-section .event-box .btn-item::after {
    width: 1.5rem;
    height: 0.35rem;
  }
  .renewal-main-content .event-section .event-box .btn-item.bg-none::after {
    background-image: url("../images/main_new/icon-arrow-event-bk-mo.png");
  }
  .renewal-main-content .event-section .event-box .object {
    position: static;
    margin: 0 auto;
  }
  .renewal-main-content .event-section .event-box .object img {
    width: 100% !important;
    max-width: 16.75rem !important;
  }
  .renewal-main-content .intro-section {
    padding-top: 4rem;
  }
  .renewal-main-content .intro-section .intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1rem;
    margin-top: 16.5rem;
  }
  .renewal-main-content .intro-section .intro-container .thumbnail {
    max-width: 100%;
  }
  .renewal-main-content .intro-section .intro-container .intro-text {
    margin-top: 0;
  }
  .renewal-main-content .intro-section .intro-container .text-area {
    font-size: 0.9rem;
  }
  .renewal-main-content .intro-section .intro-container .text-area + .text-area {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
  .renewal-main-content .intro-section .y-logo-content {
    position: absolute;
    top: 5.2rem;
    width: 25.1rem;
    height: 25.6rem;
    left: 50%;
    margin-left: -6.375rem;
  }
  .renewal-main-content .intro-section .y-logo-content .title-logo {
    position: absolute;
    top: 10.65rem;
    left: 8.5rem;
    width: 6.4rem;
  }
  .renewal-main-content .intro-section .y-logo-content .logo-01 {
    left: 0;
    top: 0;
    width: 10.5rem;
  }
  .renewal-main-content .intro-section .y-logo-content .logo-02 {
    left: 10.5rem;
    top: 0;
    width: 14.6rem;
  }
  .renewal-main-content .intro-section .y-logo-content .logo-03 {
    left: 3.7rem;
    bottom: 0;
    width: 8.55rem;
  }
  .renewal-main-content .service-section {
    padding-top: 6rem;
  }
  .renewal-main-content .service-section .section-title {
    font-size: 1.2rem;
  }
  .renewal-main-content .service-section .service-list {
    margin-top: 4rem;
  }
  .renewal-main-content .service-section .service-list-item + .service-list-item {
    margin-top: 4rem;
  }
  .renewal-main-content .service-section .service-list-item a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
  }
  .renewal-main-content .service-section .service-list-item .thumbnail {
    max-width: 100%;
  }
  .renewal-main-content .service-section .service-list-item .text-area {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .renewal-main-content .service-section .service-list-item .text {
    text-align: left !important;
    font-size: 0.75rem;
  }
  .renewal-main-content .service-section .service-list-item .title {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    text-align: left !important;
  }
  .renewal-main-content .service-section .service-list-item .title::after {
    height: 0.65rem;
    z-index: -1;
  }
  .renewal-main-content .service-section .service-list-item .btn-more {
    gap: 0.4rem;
    width: 6.75rem;
    height: 2.05rem;
    margin-top: 1.2rem;
    font-size: 0.7rem;
  }
  .renewal-main-content .service-section .service-list-item .btn-more::after {
    width: 1.25rem;
    height: 0.6rem;
  }
  .renewal-main-content .colabo-section {
    padding-top: 6rem;
  }
  .renewal-main-content .colabo-section .section-inner {
    padding-bottom: 0;
  }
  .renewal-main-content .colabo-section .project-list {
    max-width: 24rem;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    position: static;
    z-index: 2;
  }
  .renewal-main-content .colabo-section .project-list .list-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .renewal-main-content .colabo-section .project-list .list-item .thumbnail {
    width: 11rem;
  }
  .renewal-main-content .colabo-section .project-list .list-item .name {
    margin-top: 0.8rem;
    font-size: 0.7rem;
  }
  .renewal-main-content .download-section {
    padding-top: 6rem;
  }
  .renewal-main-content .download-section .section-title-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
    gap: 3.2rem;
  }
  .renewal-main-content .download-section .section-title-wrap .download-area {
    gap: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .renewal-main-content .download-section .section-title-wrap .download-area .btn-item {
    width: 9rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #000;
  }
  .renewal-main-content .download-section .section-title-wrap .download-area .btn-item .text {
    font-size: 0.8rem;
  }
  .renewal-main-content .download-section .section-title-wrap .download-area .btn-item .icon {
    width: 0.85rem;
    height: 0.75rem;
  }
  .renewal-main-content .download-section .flow-list {
    margin-top: 3.2rem;
  }
  .renewal-main-content .download-section .flow-list + .flow-list {
    margin-top: 0.4rem;
  }
  .renewal-main-content .download-section .flow-list-item {
    width: 13.35rem;
    margin-right: 0.4rem;
  }
  .renewal-main-content .download-section .flow-list-item::before {
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.5rem;
  }
  .renewal-main-content .download-section .flow-list-item.square {
    width: 7.5rem;
  }
  .renewal-main-content .y-box-section {
    height: auto;
    padding: 6rem 0;
  }
  .renewal-main-content .y-box-section .section-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .renewal-main-content .y-box-section .download-area {
    margin-top: 1.6rem;
  }
  .renewal-main-content .y-box-section .download-area .down-item {
    width: 10rem;
    height: 2.3rem;
    padding: 0 1.1rem;
  }
  .renewal-main-content .y-box-section .download-area .down-item + .down-item {
    margin-top: 0.6rem;
  }
  .renewal-main-content .y-box-section .download-area .down-item.google .logo {
    width: 4.8rem;
  }
  .renewal-main-content .y-box-section .download-area .down-item.app .logo {
    width: 4.2rem;
  }
  .renewal-main-content .y-box-section .download-area .down-item .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .renewal-main-content .y-box-section .y-box-slider-wrapper {
    width: 100%;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .renewal-main-content .y-box-section .swiper-container {
    width: 100vw;
  }
  .renewal-main-content .y-box-section .swiper-slide {
    padding: 2.8rem 1.4rem;
    background-color: #f8f8f8;
  }
  .renewal-main-content .y-box-section .swiper-slide .thumbnail {
    width: 7.5rem;
    margin: 0 auto;
    border-radius: 0.8rem;
    overflow: hidden;
    -webkit-box-shadow: 12px 12px 12px 0px rgba(0, 0, 0, 0.1490196078), 1px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 12px 12px 12px 0px rgba(0, 0, 0, 0.1490196078), 1px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .renewal-main-content .y-box-section .swiper-slide .thumbnail img {
    width: 100%;
  }
  .renewal-main-content .y-box-section .swiper-slide .paging {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.8rem;
  }
  .renewal-main-content .y-box-section .swiper-slide .text-area {
    margin-top: 0.8rem;
    text-align: center;
  }
  .renewal-main-content .y-box-section .swiper-slide .title {
    font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
    font-size: 0.9rem;
    color: #333;
  }
  .renewal-main-content .y-box-section .swiper-slide .sub-text {
    margin-top: 0.4rem;
    font-size: 0.7rem;
    color: #333;
  }
  .renewal-main-content .y-box-section .text-container {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .renewal-main-content .y-box-section .paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
    width: 2.4rem;
  }
  .renewal-main-content .y-box-section .paging-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #999;
  }
  .renewal-main-content .y-box-section .paging-item.active {
    width: 1rem;
    border-radius: 5rem;
    background-color: #11e6d8;
  }
  .renewal-main-content .y-box-section .paging-item .text-area {
    min-width: 8.9rem;
    margin-top: 1.6rem;
  }
  .renewal-main-content .y-box-section .paging-item .text-item {
    display: none;
    text-align: right;
    white-space: nowrap;
  }
  .renewal-main-content .y-box-section .paging-item .text-item.active {
    display: block;
  }
  .renewal-main-content .y-box-section .paging-item .text-item .title {
    font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
    font-size: 1.3rem;
    color: #333;
  }
  .renewal-main-content .y-box-section .paging-item .text-item .sub-text {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: #333;
  }
  .renewal-main-content .y-box-section .card-container {
    position: relative;
    width: 13rem;
    height: 26.8rem;
  }
  .renewal-main-content .y-box-section .card-item {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    will-change: clip-path;
  }
  .renewal-main-content .y-box-section .card-item:nth-child(1) {
    z-index: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .renewal-main-content .y-box-section .card-item:nth-child(2) {
    z-index: 2;
  }
  .renewal-main-content .y-box-section .card-item:nth-child(3) {
    z-index: 3;
  }
  .renewal-main-content .footer-section {
    padding: 4rem 0 2rem;
  }
  .renewal-main-content .footer-section .typo-content {
    padding: 0 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .renewal-main-content .footer-section .typo-content .title {
    width: 100%;
    text-align: left;
    font-size: 3.6rem;
  }
  .renewal-main-content .footer-section .typo-content .sns-list {
    gap: 0.8rem;
    margin-top: 3rem;
  }
  .renewal-main-content .footer-section .typo-content .sns-item {
    width: 2.6rem;
  }
  .renewal-main-content .footer-section .info-content {
    padding: 1.6rem 1rem 0;
    margin: 3rem auto 0;
  }
  .renewal-main-content .footer-section .info-content .info-area {
    gap: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .renewal-main-content .footer-section .info-content .info-area .item {
    font-size: 0.7rem;
  }
  .renewal-main-content .footer-section .info-content .info-area .item + .item::before {
    display: none;
  }
  .renewal-main-content .footer-section .info-content .copyright {
    margin-top: 0.4rem;
    font-size: 0.7rem;
  }
}
.fixed-ai-banner {
  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;
  position: fixed;
  top: 4.65rem;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3.15rem;
  background-color: #11e6d8;
}
.fixed-ai-banner a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 1004px) {
  .fixed-ai-banner {
    top: 3rem;
    height: 2.5rem;
  }
  .fixed-ai-banner a {
    font-size: 0.9rem;
  }
}
html {
  font-size: 20px;
}
@media (max-width: 1440px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1004px) {
  html {
    font-size: 20px;
  }
}

.section-inner {
  max-width: 72rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.digital-list-page-content {
  padding: 7.9rem 0 8rem;
  border-bottom: 1px solid #ebebeb;
}
.digital-list-page-content img {
  max-width: 100%;
}
.digital-list-page-content * {
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  line-height: 1.4;
  color: #000;
  word-break: keep-all;
}
.digital-list-page-content .section-title .type {
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 1.2rem;
  line-height: 1;
  color: #11e6d8;
}
.digital-list-page-content .section-title .title {
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  margin-top: 3rem;
  line-height: 1.44;
  font-weight: normal;
  font-size: 3rem;
  color: #333;
}
.digital-list-page-content .goods-list-container {
  margin-top: 8rem;
}
.digital-list-page-content .goods-list-container .total {
  line-height: 1;
  font-weight: 600;
  font-size: 0.8rem;
}
.digital-list-page-content .goods-list-container .total span {
  color: #11e6d8;
}
.digital-list-page-content .goods-list-container .goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.2rem;
}
.digital-list-page-content .goods-list-container .goods-list-item {
  width: calc(25% - 1.5rem);
}
@media (hover: hover) {
  .digital-list-page-content .goods-list-container .goods-list-item:hover a {
    -webkit-transform: translateY(-7px) !important;
            transform: translateY(-7px) !important;
  }
  .digital-list-page-content .goods-list-container .goods-list-item:hover .thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.digital-list-page-content .goods-list-container .goods-list-item a {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  display: block;
}
.digital-list-page-content .goods-list-container .thumbnail {
  overflow: hidden;
}
.digital-list-page-content .goods-list-container .thumbnail img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.digital-list-page-content .goods-list-container .title {
  margin-top: 0.8rem;
  line-height: 1.2;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 1rem;
}
.digital-list-page-content .goods-list-container .name {
  margin-top: 0.4rem;
  line-height: 1.2;
  font-size: 0.8rem;
}

@media (max-width: 1004px) {
  .digital-list-page-content {
    padding: 3.2rem 0 3rem;
  }
  .digital-list-page-content .section-title .type {
    font-size: 0.8rem;
  }
  .digital-list-page-content .section-title .title {
    margin-top: 1.8rem;
    font-size: 1.7rem;
  }
  .digital-list-page-content .goods-list-container {
    margin-top: 3.2rem;
  }
  .digital-list-page-content .goods-list-container .total {
    font-size: 0.7rem;
  }
  .digital-list-page-content .goods-list-container .goods-list {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 2rem;
    margin-top: 0.8rem;
  }
  .digital-list-page-content .goods-list-container .goods-list-item {
    width: calc(50% - 0.5rem);
  }
  .digital-list-page-content .goods-list-container .title {
    margin-top: 0.8rem;
    font-size: 0.7rem;
  }
  .digital-list-page-content .goods-list-container .name {
    margin-top: 0.4rem;
    font-size: 0.6rem;
  }
}
@media (max-width: 1260px) {
  html.event-10th {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  html.event-10th {
    font-size: 20px;
  }
}

.kty-10th-event-content {
  overflow: hidden;
}
.kty-10th-event-content * {
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: #333;
  word-break: keep-all;
}
.kty-10th-event-content img {
  max-width: 100%;
}
.kty-10th-event-content .section-inner {
  max-width: 72rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.kty-10th-event-content .hero-section {
  height: 57.6rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
  background-image: url("../images/10th-event/detail-page/img-hero-bg-pc.jpg");
}
.kty-10th-event-content .hero-section .date-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kty-10th-event-content .hero-section .date-group .date-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 0.2rem 1rem 0.2rem 0.25rem;
  border-radius: 2.5rem;
  background-color: #19bdd4;
}
.kty-10th-event-content .hero-section .date-group .date-item .type {
  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;
  width: 5.3rem;
  height: 1.8rem;
  border-radius: 2.5rem;
  background-color: #fff;
  text-align: center;
  color: #19bdd4;
  font-weight: 800;
  font-size: 0.9rem;
}
.kty-10th-event-content .hero-section .date-group .date-item .value {
  font-size: 0.9rem;
  color: #fff;
  white-space: nowrap;
}
.kty-10th-event-content .section-wrapper {
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto;
  background-image: url("../images/10th-event/detail-page/img-content-bg.jpg");
}
.kty-10th-event-content .video-section .video-box {
  position: relative;
  padding: 3.1rem 8.5rem;
  max-width: 66rem;
  margin: 0 auto;
  background-image: url("../images/10th-event/detail-page/img-video-bg-pc.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
  border-radius: 2.5rem;
  -webkit-box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px -3px 2px 0px rgba(0, 199, 186, 0.2) inset;
          box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px -3px 2px 0px rgba(0, 199, 186, 0.2) inset;
}
.kty-10th-event-content .video-section .btn-apply-wrap {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.kty-10th-event-content .video-section .btn-apply-wrap.fix {
  opacity: 1;
  visibility: visible;
}
.kty-10th-event-content .video-section .btn-apply-wrap .btn-apply {
  position: fixed;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
.kty-10th-event-content .video-section .btn-apply-wrap a {
  display: block;
}
.kty-10th-event-content .video-section .btn-apply-wrap img {
  display: block;
  width: 6.85rem;
}
.kty-10th-event-content .video-section .object-area img {
  position: absolute;
  z-index: 2;
}
.kty-10th-event-content .video-section .object-area .object-01 {
  top: 2.75rem;
  left: 3.55rem;
}
.kty-10th-event-content .video-section .object-area .object-02 {
  top: -2.35rem;
  right: 1.95rem;
}
.kty-10th-event-content .video-section .object-area .object-03 {
  bottom: 6.75rem;
  left: -2.6rem;
}
.kty-10th-event-content .video-section .object-area .object-04 {
  top: 10.3rem;
  right: 4.9rem;
}
.kty-10th-event-content .video-section .object-area .object-05 {
  top: 26.1rem;
  right: -1.5rem;
}
.kty-10th-event-content .video-section .object-area .object-06 {
  bottom: -4.5rem;
  right: -4.45rem;
}
.kty-10th-event-content .video-section .box-title img {
  display: block;
  margin: 0 auto;
}
.kty-10th-event-content .video-section .video-container {
  position: relative;
  overflow: hidden;
  margin-top: 1.75rem;
  border: 0.75rem solid #fff;
}
.kty-10th-event-content .video-section .video-container a {
  display: block;
}
.kty-10th-event-content .video-section .video-thumbnail-link {
  position: relative;
}
.kty-10th-event-content .video-section .video-thumbnail-link > img {
  display: block;
  width: 100%;
}
.kty-10th-event-content .video-section .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 1rem;
  background: rgba(255, 0, 0, 0.72);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.kty-10th-event-content .video-section .video-play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  border-top: 0.65rem solid transparent;
  border-bottom: 0.65rem solid transparent;
  border-left: 1rem solid #fff;
  transform: translate(-50%, -50%);
}
.kty-10th-event-content .video-section .video-thumbnail-link:hover .video-play-button,
.kty-10th-event-content .video-section .video-thumbnail-link:focus-visible .video-play-button {
  background: rgba(255, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.06);
}
.kty-10th-event-content .video-section .sub-text {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.2rem;
}
.kty-10th-event-content .lineup-section {
  margin-top: 5.9rem;
}
.kty-10th-event-content .lineup-section .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kty-10th-event-content .lineup-section .lineup-list-pc {
  margin-top: 3rem;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.8rem;
  max-width: 71rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item {
  position: relative;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item img {
  position: absolute;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(1) {
  width: 34.65rem;
  height: 23.9rem;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(1) img {
  width: 100%;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(2) {
  width: 34.65rem;
  height: 24.1rem;
  top: -0.5rem;
  left: 0.9rem;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(2) img {
  width: 35.4rem;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(3) {
  width: 34.7rem;
  height: 24.7rem;
  top: 0.15rem;
  left: 0.2rem;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(3) img {
  width: 34.75rem;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(4) {
  width: 34.65rem;
  height: 24.1rem;
  left: 1.2rem;
  top: -0.5rem;
}
.kty-10th-event-content .lineup-section .lineup-list-pc .list-item:nth-child(4) img {
  width: 36.8rem;
}
.kty-10th-event-content .join-section {
  margin-top: 3.6rem;
}
.kty-10th-event-content .join-section .section-title {
  text-align: center;
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  line-height: 1.5;
  font-size: 3.2rem;
}
.kty-10th-event-content .join-section .join-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 2.4rem;
  padding: 2.3rem 2.5rem 1.75rem;
  -webkit-box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px -3px 2px 0px rgba(0, 199, 186, 0.2) inset;
          box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px -3px 2px 0px rgba(0, 199, 186, 0.2) inset;
  border-radius: 2.5rem;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("../images/10th-event/detail-page/img-join-bg-pc.png");
}
@media (max-width: 1260px) {
  .kty-10th-event-content .join-section .join-box-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.kty-10th-event-content .join-section .join-box-container .join-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item {
  text-align: center;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item:nth-child(2) {
  padding-left: 3.1rem;
  padding-right: 1.6rem;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item:nth-child(3) .dot::after {
  display: none;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .title-area .title {
  font-family: "Y Spotlight App", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 1.1rem;
}
@media (max-width: 1260px) {
  .kty-10th-event-content .join-section .join-box-container .join-list-item .title-area .title {
    font-size: 0.9rem;
  }
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .object {
  margin: 0.6rem auto 0;
  width: 9.05rem;
  height: 9.6rem;
  position: relative;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .object img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 auto;
  max-width: none;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .dot {
  margin: 0.5rem auto 0;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1260px) {
  .kty-10th-event-content .join-section .join-box-container .join-list-item .dot {
    margin-top: 20px;
  }
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .dot::after {
  display: block;
  content: "";
  width: 14.8rem;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/10th-event/detail-page/img-dashed-line.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: cover;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .step-wrapper {
  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;
  height: 14.7rem;
  margin-top: 0.9rem;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .step-area {
  position: relative;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .step {
  font-weight: 800;
  font-size: 1rem;
  color: #000;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .text {
  color: #000;
  margin-top: 0.3rem;
  font-size: 1rem;
}
@media (max-width: 1260px) {
  .kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .text {
    font-size: 0.8rem;
  }
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .text-img {
  margin-top: 0.5rem;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .text-img img {
  width: 10.55rem;
  margin: 0 auto;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .hash {
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14.9rem;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .btn-area .btn-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  padding: 0 1.2rem;
  height: 2.3rem;
  border-radius: 5rem;
  background-color: #333;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 1260px) {
  .kty-10th-event-content .join-section .join-box-container .join-list-item .btn-area .btn-item {
    font-size: 0.8rem;
  }
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .btn-area .btn-item.point {
  background-color: #fd8162;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .btn-area .btn-item.arrow::after {
  background-image: url("../images/10th-event/detail-page/icon-arrow-w-16x16.png");
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .btn-area .btn-item.copy::after {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/10th-event/detail-page/icon-copy-w-24x24.png");
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .btn-area .btn-item::after {
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.kty-10th-event-content .join-section .join-box-container .join-list-item .guide-text {
  margin-top: 0.5rem;
  font-size: 0.775rem;
  color: #707070;
}
.kty-10th-event-content .guide-section {
  padding: 4.5rem 0;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.kty-10th-event-content .guide-section .section-title {
  font-weight: 700;
  font-size: 1.3rem;
}
.kty-10th-event-content .guide-section .accordion-container {
  margin-top: 1.8rem;
}
.kty-10th-event-content .guide-section .accordion-list {
  border-bottom: 1px solid #ddd;
}
.kty-10th-event-content .guide-section .accordion-list:first-child {
  border-top: 1px solid #ddd;
}
.kty-10th-event-content .guide-section .accordion-list.active .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background-image: url("../images/10th-event/detail-page/icon-arrow-up-32x32.png");
}
.kty-10th-event-content .guide-section .accordion-header {
  padding: 1.2rem 3.5rem 1.2rem 0;
}
.kty-10th-event-content .guide-section .accordion-header::after {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  right: 1.2rem;
  background-image: url("../images/10th-event/detail-page/icon-arrow-down-32x32.png");
}
.kty-10th-event-content .guide-section .accordion-header .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.kty-10th-event-content .guide-section .accordion-header .title-area .number {
  width: 1.3rem;
  font-weight: 700;
  font-size: 1rem;
  color: #58c9bf;
}
.kty-10th-event-content .guide-section .accordion-header .title-area .title {
  font-weight: 700;
  font-size: 1rem;
}
.kty-10th-event-content .guide-section .accordion-body {
  padding: 0 2rem 1.6rem 2.2rem;
}
.kty-10th-event-content .guide-section .accordion-body .normal-text {
  line-height: 2;
  font-weight: 300;
  font-size: 0.8rem;
}
.kty-10th-event-content .guide-section .accordion-body .guide-list + .normal-text {
  margin-top: 0.4rem;
}
.kty-10th-event-content .guide-section .accordion-body .guide-list li {
  position: relative;
  line-height: 2;
  font-weight: 300;
  font-size: 0.8rem;
  padding-left: 0.45rem;
}
.kty-10th-event-content .guide-section .accordion-body .guide-list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #333;
}
.kty-10th-event-content .guide-section .etc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-top: 1.4rem;
}
.kty-10th-event-content .guide-section .etc-area .type {
  font-weight: 700;
  font-size: 1rem;
  color: #58c9bf;
}
.kty-10th-event-content .guide-section .etc-area .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.kty-10th-event-content .guide-section .etc-area .value strong {
  font-weight: 700;
  font-size: 0.8rem;
  color: #666;
}
.kty-10th-event-content .guide-section .etc-area .value div {
  font-size: 0.8rem;
  color: #666;
}

@media (max-width: 1440px) {
  .kty-10th-event-content .hero-section {
    height: 64rem;
  }
}
@media (max-width: 1004px) {
  .kty-10th-event-content .pc-show {
    display: none !important;
  }
  .kty-10th-event-content .mobile-show {
    display: block !important;
  }
  .kty-10th-event-content .hero-section {
    aspect-ratio: 1125/2069;
    background-image: url("../images/10th-event/detail-page/img-hero-bg-mo.jpg");
    background-size: cover;
    height: auto;
  }
  .kty-10th-event-content .hero-section .date-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    top: 145vw;
  }
  .kty-10th-event-content .hero-section .date-group .date-item {
    width: 100%;
    gap: 0.6rem;
    padding: 0.2rem 1rem 0.2rem 0.25rem;
    border-radius: 2.5rem;
  }
  .kty-10th-event-content .hero-section .date-group .date-item .type {
    width: 4.3rem;
    height: 1.6rem;
    font-size: 0.7rem;
  }
  .kty-10th-event-content .hero-section .date-group .date-item .value {
    font-size: 0.8rem;
  }
  .kty-10th-event-content .section-wrapper {
    padding-bottom: 3.4rem;
    background-image: url("../images/10th-event/detail-page/img-content-bg-mo.jpg");
  }
  .kty-10th-event-content .video-section .video-box {
    padding: 1.5rem 1rem;
    border-radius: 1.2rem;
    -webkit-box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px -3px 2px 0px rgba(0, 199, 186, 0.2) inset;
            box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px -3px 2px 0px rgba(0, 199, 186, 0.2) inset;
  }
  .kty-10th-event-content .video-section .btn-apply-wrap img {
    width: 8.9rem;
  }
  .kty-10th-event-content .video-section .object-area .object-01 {
    width: 2.3rem;
    top: 2rem;
    left: -0.55rem;
  }
  .kty-10th-event-content .video-section .object-area .object-02 {
    width: 1.7rem;
    top: -1.3rem;
    right: 1.5rem;
  }
  .kty-10th-event-content .video-section .object-area .object-03 {
    display: none;
  }
  .kty-10th-event-content .video-section .object-area .object-04 {
    width: 1.4rem;
    top: 6.15rem;
    right: -0.7rem;
  }
  .kty-10th-event-content .video-section .object-area .object-05 {
    width: 1rem;
    top: auto;
    bottom: 4.45rem;
    right: auto;
    left: 3.75rem;
  }
  .kty-10th-event-content .video-section .object-area .object-06 {
    width: 4.3rem;
    bottom: -2.2rem;
    right: 0.35rem;
  }
  .kty-10th-event-content .video-section .box-title img {
    width: 14.75rem;
  }
  .kty-10th-event-content .video-section .video-container {
    margin-top: 1.5rem;
    border: 0.25rem solid #fff;
  }
  .kty-10th-event-content .video-section .video-play-button {
    width: 3.5rem;
    height: 2.45rem;
    border-radius: 0.7rem;
  }
  .kty-10th-event-content .video-section .video-play-button::before {
    border-top-width: 0.45rem;
    border-bottom-width: 0.45rem;
    border-left-width: 0.7rem;
  }
  .kty-10th-event-content .video-section .sub-text {
    margin-top: 0.9rem;
    font-size: 0.8rem;
  }
  .kty-10th-event-content .lineup-section {
    margin-top: 4rem;
  }
  .kty-10th-event-content .lineup-section .section-title img {
    display: block;
    width: 17.4rem;
    margin: 0 auto;
  }
  .kty-10th-event-content .lineup-section .lineup-list-mo {
    margin-top: 1.8rem;
  }
  .kty-10th-event-content .lineup-section .lineup-slider {
    max-width: 17.6rem;
    margin: 0 auto;
  }
  .kty-10th-event-content .lineup-section .lineup-slider .swiper-slide img {
    width: 100%;
  }
  .kty-10th-event-content .lineup-section .lineup-slider .swiper-pagination {
    position: static;
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.85rem;
  }
  .kty-10th-event-content .lineup-section .lineup-slider .swiper-pagination-bullet {
    opacity: 1;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    margin: 0;
  }
  .kty-10th-event-content .lineup-section .lineup-slider .swiper-pagination-bullet::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
  }
  .kty-10th-event-content .lineup-section .lineup-slider .swiper-pagination-bullet-active {
    border-color: #fff;
  }
  .kty-10th-event-content .join-section {
    margin-top: 3.6rem;
  }
  .kty-10th-event-content .join-section .section-title {
    font-size: 1.6rem;
  }
  .kty-10th-event-content .join-section .join-box-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 1.9rem;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: none;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list {
    -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: 2rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item {
    width: 100%;
    max-width: 16.75rem;
    text-align: center;
    padding: 1.2rem !important;
    text-align: center;
    border-radius: 1.2rem;
    -webkit-box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px 2px 1px 0px rgba(0, 199, 186, 0.2) inset;
            box-shadow: 4px 7px 7px 0px #56b9a9, 1.5px 4px 4px 0px rgba(255, 255, 255, 0.5019607843) inset, -2px 2px 1px 0px rgba(0, 199, 186, 0.2) inset;
    background-image: url("../images/10th-event/detail-page/img-join-mo-bg.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: 0 0;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item:nth-child(1) .title-area .image {
    width: 3.4rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item:nth-child(2) .title-area .image {
    width: 5.8rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item:nth-child(3) {
    padding-bottom: 3rem !important;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item:nth-child(3) .title-area .image {
    width: 7.75rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .title-area {
    gap: 0.2rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .title-area .title {
    font-size: 1.2rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .object {
    width: auto;
    height: auto;
    margin: 0.4rem auto 0;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .object img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 6rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .dot {
    display: none !important;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .step-wrapper {
    margin-top: 0.7rem;
    height: auto;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .step {
    font-size: 0.9rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .text {
    margin-top: 0.2rem;
    font-size: 0.7rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .text-img {
    margin-top: 0.2rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .text-img img {
    width: 13.55rem;
    margin: 0 auto;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .step-area .hash {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin: 0.2rem auto 0;
    width: 13.55rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .btn-group {
    margin-top: 0.9rem;
    gap: 0.5rem;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .btn-area .btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
    width: 100%;
    padding: 0 1.2rem;
    height: 2rem;
    border-radius: 5rem;
    background-color: #333;
    font-size: 0.7rem;
    color: #fff;
  }
  .kty-10th-event-content .join-section .join-box-container .join-list-item .guide-text {
    margin-top: 0;
    font-size: 0.6rem;
  }
  .kty-10th-event-content .join-section .join-box-container .gift-box {
    margin: -2.1rem auto 0;
    max-width: 16.75rem;
  }
  .kty-10th-event-content .guide-section {
    padding: 3.5rem 0;
  }
  .kty-10th-event-content .guide-section .section-title {
    font-size: 1rem;
  }
  .kty-10th-event-content .guide-section .accordion-container {
    margin-top: 1.4rem;
  }
  .kty-10th-event-content .guide-section .accordion-header {
    padding: 0.9rem 2rem 0.9rem 0;
  }
  .kty-10th-event-content .guide-section .accordion-header::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.4rem;
  }
  .kty-10th-event-content .guide-section .accordion-header .title-area {
    gap: 0.4rem;
  }
  .kty-10th-event-content .guide-section .accordion-header .title-area .number {
    width: 1.2rem;
    font-size: 0.9rem;
  }
  .kty-10th-event-content .guide-section .accordion-header .title-area .title {
    font-size: 0.9rem;
  }
  .kty-10th-event-content .guide-section .accordion-body {
    padding: 0 0 1.3rem 0;
  }
  .kty-10th-event-content .guide-section .accordion-body .normal-text {
    line-height: 2;
    font-size: 0.7rem;
  }
  .kty-10th-event-content .guide-section .accordion-body .guide-list + .normal-text {
    margin-top: 0.3rem;
  }
  .kty-10th-event-content .guide-section .accordion-body .guide-list li {
    font-size: 0.7rem;
    padding-left: 0.4rem;
  }
  .kty-10th-event-content .guide-section .accordion-body .guide-list li::before {
    top: 0.6rem;
    width: 0.1rem;
    height: 0.1rem;
  }
  .kty-10th-event-content .guide-section .etc-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
  .kty-10th-event-content .guide-section .etc-area .type {
    font-size: 0.8rem;
  }
  .kty-10th-event-content .guide-section .etc-area .value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.1rem;
  }
  .kty-10th-event-content .guide-section .etc-area .value strong {
    font-weight: 700;
    font-size: 0.8rem;
    color: #666;
  }
  .kty-10th-event-content .guide-section .etc-area .value div {
    font-size: 0.8rem;
    color: #666;
  }
}