@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
@media (max-width: 768px) {
  .container {
    background: #2b184b url("../img/common/img_common_bg_m.png") repeat center center;
  }
}

section.playground-main-bg {
  background: url("../img/common/img_common_bg.png") no-repeat center bottom;
}
@media (max-width: 768px) {
  section.playground-main-bg {
    background: url("../img/common/img_common_bg_cloud_m.png") no-repeat center bottom/100% auto;
  }
}

section.playground-visual .visual-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section.playground-visual .visual-box .bg-box {
  width: 100%;
  display: flex;
  height: 280px;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/playground/img_playground_visual.jpg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.playground-visual .visual-box .bg-box {
    background: url("../img/playground/img_playground_visual_m.png") no-repeat center/cover;
    height: 200px;
  }
}
section.playground-visual .visual-box .bg-box img {
  object-fit: cover;
  width: 100%;
}
section.playground-visual .visual-box .info-box {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  max-width: 1120px;
  margin: 0 auto;
  width: calc(100% - 16px);
}
@media (max-width: 768px) {
  section.playground-visual .visual-box .info-box {
    bottom: 30px;
    left: 24px;
    right: 24px;
    width: auto;
  }
}
section.playground-visual .visual-box .info-box.vertical-center {
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.playground-visual .visual-box .info-box .label-box {
  padding-bottom: 16px;
}
section.playground-visual .visual-box .info-box .label-box .label-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #8a5bd0;
  padding: 0 8px 0 6px;
  height: 27px;
}
section.playground-visual .visual-box .info-box .label-box .label-item .ic {
  margin-right: 2px;
}
section.playground-visual .visual-box .info-box .label-box .label-item .ic.ic-playground {
  background: url("../img/playground/ic_page_label_playground.svg") no-repeat center/cover;
  width: 14px;
  height: 14px;
}
section.playground-visual .visual-box .info-box .label-box .label-item .label-txt {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #fff;
}
section.playground-visual .visual-box .info-box .subject-box {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #fff;
}
@media (max-width: 768px) {
  section.playground-visual .visual-box .info-box .subject-box {
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.04em;
  }
}
section.playground-visual .visual-box .info-box .con-box {
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.playground-visual .visual-box .info-box .con-box {
    padding-top: 8px;
    font-size: 13px;
    letter-spacing: -0.04em;
  }
}

section.playground-home-banner {
  padding-top: 80px;
}
@media (max-width: 768px) {
  section.playground-home-banner {
    padding-top: 40px;
  }
}
section.playground-home-banner .banner-list {
  display: flex;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list {
    flex-direction: column;
  }
}
section.playground-home-banner .banner-list .banner-item {
  width: 100%;
}
section.playground-home-banner .banner-list .banner-item + .banner-item {
  margin-left: 20px;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item + .banner-item {
    margin: 60px 0 0 0;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-head-box {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-head-box {
    padding-bottom: 18px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-head-box .sub-box {
  color: #807594;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-head-box .sub-box {
    padding-bottom: 8px;
    font-size: 13px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-head-box .tit-box {
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-head-box .tit-box {
    font-size: 17px;
    letter-spacing: -0.04em;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view {
  display: block;
  border: 1px solid #6C5099;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view {
    border-radius: 8px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .img-box {
  display: flex;
  aspect-ratio: 550/460;
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .img-box.banner-1 {
  background: url("../img/playground/img_playground_main_banner1.png") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .img-box.banner-1 {
    background: url("../img/playground/img_playground_main_banner1_m.png") no-repeat center/cover;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .img-box.banner-2 {
  background: url("../img/playground/img_playground_main_banner2.png") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .img-box.banner-2 {
    background: url("../img/playground/img_playground_main_banner2_m.png") no-repeat center/cover;
  }
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .img-box {
    width: 100%;
    aspect-ratio: 328/400;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box {
  padding: 40px 30px 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .label-box {
  background-color: #8a5bd0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  height: 28px;
  padding: 0 16px 0 14px;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .label-box {
    height: 24px;
    padding: 0 12px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .label-box .ic.ic-label {
  margin-right: 3px;
  background: url("../img/playground/img_playground_main_banner_label.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .label-box .ic.ic-label {
    width: 12px;
    height: 12px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .label-box .txt {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .label-box .txt {
    font-size: 11px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .subject-box {
  padding-top: 16px;
  text-align: center;
  font-family: "MuseumClassic";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .subject-box {
    padding-top: 14px;
    font-size: 18px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .link-box {
  width: 100%;
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .link-box {
    padding-top: 20px;
  }
}
section.playground-home-banner .banner-list .banner-item .banner-body-box .banner-view .info-box .link-box .link-txt {
  border-radius: 10px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #573f8c;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.05em;
	width: 310px;
}

section.playground-home-song {
  padding-top: 80px;
}
@media (max-width: 768px) {
  section.playground-home-song {
    padding-top: 60px;
  }
}
section.playground-home-song .song-head-box {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.playground-home-song .song-head-box {
    padding-bottom: 18px;
  }
}
section.playground-home-song .song-head-box .sub-box {
  color: #807594;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.playground-home-song .song-head-box .sub-box {
    padding-bottom: 8px;
    font-size: 13px;
  }
}
section.playground-home-song .song-head-box .tit-box {
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.playground-home-song .song-head-box .tit-box {
    font-size: 17px;
    letter-spacing: -0.04em;
  }
}
section.playground-home-song .song-body-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(67, 42, 128, 0.6) 0%, rgba(83, 56, 117, 0.6) 100%), #382061;
  padding: 60px 80px;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box {
    padding: 30px 20px 158px;
    flex-direction: column;
    position: relative;
  }
}
section.playground-home-song .song-body-box .img-box {
  max-width: 430px;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .img-box {
    padding-top: 30px;
    order: 2;
  }
}
section.playground-home-song .song-body-box .img-box img {
  max-width: 100%;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box {
    order: 1;
  }
}
section.playground-home-song .song-body-box .info-box .head-box {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .head-box {
    flex-direction: column;
    justify-content: center;
  }
}
section.playground-home-song .song-body-box .info-box .head-box .ic.ic-song {
  background: url(../img/playground/ic_playground_previous_song.svg) no-repeat center/cover;
  width: 40px;
  height: 40px;
}
section.playground-home-song .song-body-box .info-box .head-box .head-txt-box {
  display: inline-flex;
  align-items: center;
  padding-left: 16px;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .head-box .head-txt-box {
    display: block;
    text-align: center;
    padding: 14px 0 0 0;
  }
}
section.playground-home-song .song-body-box .info-box .head-box .head-txt-box .main-box {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .head-box .head-txt-box .main-box {
    font-size: 17px;
  }
}
section.playground-home-song .song-body-box .info-box .head-box .head-txt-box .sub-box {
  padding-left: 4px;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #807594;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .head-box .head-txt-box .sub-box {
    padding: 5px 0 0 0;
    font-size: 15px;
  }
}
section.playground-home-song .song-body-box .info-box .body-box .body-txt-box {
  color: #bfb8d1;
  font-size: 26px;
  line-height: 160%;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .body-box .body-txt-box {
    font-size: 15px;
    text-align: center;
  }
}
section.playground-home-song .song-body-box .info-box .body-box .body-txt-box b {
  color: #fff;
}
section.playground-home-song .song-body-box .info-box .foot-box {
  padding-top: 40px;
  display: flex;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .foot-box {
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
  }
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn {
  width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .foot-box .foot-btn {
    width: 100%;
    height: 44px;
  }
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn + .foot-btn {
  margin-left: 10px;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .foot-box .foot-btn + .foot-btn {
    margin: 10px 0 0 0;
  }
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn.type-1 {
  background-color: #f6f4f9;
  color: #4f2d82;
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn.type-2 {
  background-color: #573f8c;
  color: #fff;
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn .txt {
  padding-top: 2px;
  font-size: 16px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .foot-box .foot-btn .txt {
    font-size: 15px;
  }
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn .ic {
  margin-left: 6px;
}
@media (max-width: 768px) {
  section.playground-home-song .song-body-box .info-box .foot-box .foot-btn .ic {
    margin-left: 8px;
  }
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn .ic.ic-play1 {
  background: url("../img/playground/ic_play1.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
section.playground-home-song .song-body-box .info-box .foot-box .foot-btn .ic.ic-play2 {
  background: url("../img/playground/ic_play2.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
}

section.playground-home-contents {
  padding: 100px 0 160px;
}
@media (max-width: 768px) {
  section.playground-home-contents {
    padding: 60px 0 80px;
  }
}
section.playground-home-contents .tit-box {
  color: #fff;
  padding-bottom: 24px;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 600;
}
@media (max-width: 768px) {
  section.playground-home-contents .tit-box {
    font-size: 17px;
    padding-bottom: 12px;
  }
}
section.playground-home-contents .contents-filter-list {
  overflow: hidden;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-filter-list {
    margin: 0 -16px;
  }
}
section.playground-home-contents .contents-filter-list .filter-list {
  display: flex;
  white-space: nowrap;
  overflow-y: auto;
  border-bottom: 1px solid #453166;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-filter-list .filter-list {
    padding: 0 16px;
  }
}
section.playground-home-contents .contents-filter-list .filter-list .filter-box + .filter-box {
  margin-left: 28px;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-filter-list .filter-list .filter-box + .filter-box {
    margin-left: 16px;
  }
}
section.playground-home-contents .contents-filter-list .filter-list .filter-box label {
  cursor: pointer;
  display: inline-flex;
}
section.playground-home-contents .contents-filter-list .filter-list .filter-box label input[type=radio] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
section.playground-home-contents .contents-filter-list .filter-list .filter-box label input[type=radio]:checked ~ .label-txt {
  color: #fff;
}
section.playground-home-contents .contents-filter-list .filter-list .filter-box label input[type=radio]:checked ~ .label-txt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}
section.playground-home-contents .contents-filter-list .filter-list .filter-box label .label-txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #807594;
  font-weight: 500;
  letter-spacing: -0.02em;
  height: 64px;
  font-size: 18px;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-filter-list .filter-list .filter-box label .label-txt {
    font-size: 15px;
    height: 50px;
  }
}
section.playground-home-contents .contents-item-list {
  padding-top: 30px;
}
section.playground-home-contents .contents-item-list.more-active .list-more-box {
  display: none;
}
section.playground-home-contents .contents-item-list.more-active .list-wrap ul li:nth-child(n+7) {
  display: block !important;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list.more-active .list-wrap ul li:nth-child(n+5) {
    display: block !important;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul {
  margin: -40px 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul {
    margin: -15px 0;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li {
  width: 50%;
  margin: 40px 0;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li {
    width: 100%;
    margin: 15px 0;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap {
  display: flex;
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .view-box {
  position: relative;
  aspect-ratio: 1/1;
  width: 220px;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .view-box {
    width: 140px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .view-box .img-box {
  display: flex;
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .view-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box {
  padding-top: 46px;
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box {
    padding-top: 20px;
    padding-left: 16px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box {
  padding-bottom: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box {
    padding-bottom: 14px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box .label-box {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4f2d82;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.03em;
  border-radius: 6px;
  height: 22px;
  padding: 0 8px;
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box .label-box.bg-event {
  background-color: #EFD6C0;
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box .label-box.bg-goods {
  background-color: #D7CBFF;
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box .label-box.bg-contents {
  background-color: #dbb9ec;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box .label-box {
    padding: 0 6px;
    font-size: 10px;
    height: 20px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box .head-txt {
  padding-left: 8px;
  color: #cfc5e5;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .head-box .head-txt {
    font-size: 12px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box {
    padding-bottom: 12px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic {
  margin-right: 10px;
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-event {
  background: url("../img/playground/ic_label_event.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-event {
    width: 18px;
    height: 18px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-goods {
  background: url("../img/playground/ic_label_goods.svg") no-repeat center/cover;
  width: 21px;
  height: 21px;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-goods {
    width: 18px;
    height: 18px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-contents {
  width: 20px;
  height: 20px;
  background: url("../img/playground/ic_label_contents.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-contents {
    width: 18px;
    height: 18px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-play3 {
  width: 20px;
  height: 20px;
  background: url("../img/playground/ic_play3.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .ic.ic-play3 {
    width: 18px;
    height: 18px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .txt {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .subject-box .txt {
    font-size: 16px;
  }
}
section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .con-box {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #dfdcea;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-wrap ul li .item-wrap .info-box .body-box .con-box {
    font-size: 13px;
  }
}
section.playground-home-contents .contents-item-list .list-more-box {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-more-box {
    padding-top: 40px;
  }
}
section.playground-home-contents .contents-item-list .list-more-box .list-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  background: #2c194c;
  width: 300px;
  border: 1px solid rgba(208, 182, 228, 0.2);
}
@media (max-width: 768px) {
  section.playground-home-contents .contents-item-list .list-more-box .list-more-btn {
    width: 600px;
  }
}

article.page-nav-history {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
}
article.page-nav-history .nav-list {
  display: flex;
  align-items: center;
}
article.page-nav-history .nav-list .nav-item {
  position: relative;
  opacity: 0.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.page-nav-history .nav-list .nav-item + .nav-item {
  margin-left: 25px;
}
article.page-nav-history .nav-list .nav-item + .nav-item:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/playground/ic_page_nav_history_arrow.svg") no-repeat center/cover;
  width: 17px;
  height: 17px;
}
article.page-nav-history .nav-list .nav-item:last-child {
  opacity: 1;
}
article.page-nav-history .nav-list .nav-item .ic.ic-playground {
  width: 16px;
  height: 16px;
  background: url("../img/playground/ic_playground_mark.svg") no-repeat center/cover;
  margin-right: 4px;
}
article.page-nav-history .nav-list .nav-item .txt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
}

section.playground-page-visual .visual-box {
  width: 100%;
  position: relative;
}
section.playground-page-visual .visual-box .view-box {
  width: 100%;
  display: flex;
  aspect-ratio: 360/200;
  max-width: 1920px;
  margin: 0 auto;
  max-height: 260px;
}
section.playground-page-visual .visual-box .view-box img {
  object-fit: cover;
  width: 100%;
}
section.playground-page-visual .visual-box .info-box {
  top: 42px;
  position: absolute;
  left: 16px;
  right: 16px;
  max-width: 1180px;
}
section.playground-page-visual .visual-box .info-box .label-box {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background-color: #6649a5;
}
section.playground-page-visual .visual-box .info-box .label-box .txt {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
section.playground-page-visual .visual-box .info-box .label-box .ic.ic-playground {
  width: 16px;
  height: 16px;
  background: url("../img/playground/ic_playground_mark.svg") no-repeat center/cover;
}
section.playground-page-visual .visual-box .info-box .subject-box {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #fff;
}
section.playground-page-visual .visual-box .info-box .con-box {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.04em;
}

section.playground-previous-episode .tit-box {
  padding: 40px 0 24px;
}
section.playground-previous-episode .tit-box .ic-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
section.playground-previous-episode .tit-box .ic-box .ic.ic-episode {
  background: url("../img/playground/ic_playground_previous_episode.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
}
section.playground-previous-episode .tit-box .tit-txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
section.playground-previous-episode .list-box {
  max-width: 500px;
  margin: 0 auto;
}
section.playground-previous-episode .list-box .list-item {
  background-color: #382061;
  border-radius: 10px;
  padding: 16px;
  display: block;
  border: 1px solid #6C5099;
}
section.playground-previous-episode .list-box .list-item + .list-item {
  margin-top: 16px;
}
section.playground-previous-episode .list-box .list-item .img-box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: flex;
}
section.playground-previous-episode .list-box .list-item .img-box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/playground/ic_playground_video_play.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
}
section.playground-previous-episode .list-box .list-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.playground-previous-episode .list-box .list-item .info-box {
  padding-top: 16px;
}
section.playground-previous-episode .list-box .list-item .info-box .subject-box {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff;
}
section.playground-previous-episode .list-box .list-item .info-box .con-box {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #c0b9d2;
}
section.playground-previous-episode .list-more-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 24px 0 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
section.playground-previous-episode .list-more-box .list-more-btn {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
}

section.playground-previous-song {
  padding-bottom: 80px;
}
section.playground-previous-song .tit-box {
  padding: 20px 0 24px;
}
section.playground-previous-song .tit-box .ic-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
section.playground-previous-song .tit-box .ic-box .ic.ic-song {
  background: url("../img/playground/ic_playground_previous_song.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
}
section.playground-previous-song .tit-box .tit-txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
section.playground-previous-song .tit-box .sub-txt {
  padding-top: 6px;
  color: #807594;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.04em;
}
section.playground-previous-song .song-intro-box .intro-txt-box {
  padding-bottom: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: #fff;
}
section.playground-previous-song .song-intro-box .intro-txt-box b {
  font-weight: 600;
}
section.playground-previous-song .song-intro-box .intro-view-box {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}
section.playground-previous-song .song-intro-box .intro-view-box img {
  max-width: 100%;
}
section.playground-previous-song .song-intro-box .intro-menu-box {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box {
  display: flex;
  width: 100%;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box + .menu-box {
  margin-top: 16px;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn {
  border-radius: 8px;
  height: 42px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #573f8c;
  color: #fff;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn.big {
  height: 52px;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn.type-white {
  background-color: #fff;
  color: #4F2D82;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn + .menu-btn {
  margin-left: 10px;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn .ic {
  margin-left: 6px;
  width: 16px;
  height: 16px;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn .ic.ic-play1 {
  background: url("../img/playground/ic_playground_previous_play1.svg") no-repeat center/cover;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn .ic.ic-play2 {
  background: url("../img/playground/ic_playground_previous_play2.svg") no-repeat center/cover;
}
section.playground-previous-song .song-intro-box .intro-menu-box .menu-box .menu-btn .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
section.playground-last-contents {
  padding: 80px 0 160px;
}
@media (max-width: 768px) {
  section.playground-last-contents {
    padding: 50px 0 120px;
  }
}
section.playground-last-contents .contents-wrap {
  margin: 0 auto;
  max-width: 1120px;
  width: calc(100% - 50px);
  position: relative;
}
section.playground-last-contents .contents-head {
  padding: 252px 0 26px;
  background: #f3ebe0 url("../img/playground/img_playground_last_top_bg.png") no-repeat center top/100% auto;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-head {
    background: #f3ebe0;
    padding-top: 0;
  }
  section.playground-last-contents .contents-head:before {
    display: block;
    content: "";
    aspect-ratio: 310/367;
    background: #f3ebe0 url("../img/playground/img_playground_last_top_bg_m.png") no-repeat center/cover;
    width: 100%;
  }
}
section.playground-last-contents .contents-head .tip-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-head .tip-box {
    margin-top: -80px;
  }
}
section.playground-last-contents .contents-head .tip-box .ic.ic-tip {
  background: url("../img/playground/img_playground_last_top_tip.png") no-repeat center/cover;
  width: 404px;
  height: 180px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-head .tip-box .ic.ic-tip {
    background: url("../img/playground/img_playground_last_top_tip_m.png") no-repeat center/cover;
    max-width: 400px;
    aspect-ratio: 310/168;
    width: 100%;
    height: auto;
  }
}
section.playground-last-contents .contents-head .tit-box {
  padding: 11px 0 6px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-head .tit-box {
    padding: 16px 0 17px;
  }
}
section.playground-last-contents .contents-head .tit-box .ic.ic-tit {
  background: url("../img/playground/img_playground_last_top_tit.svg") no-repeat center/cover;
  width: 404px;
  aspect-ratio: 404/254;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-head .tit-box .ic.ic-tit {
    width: 225px;
  }
}
section.playground-last-contents .contents-head .img-box {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
section.playground-last-contents .contents-head .img-box .ic.ic-img {
  background: url("../img/playground/img_playground_last_top_img.png") no-repeat center/cover;
  width: 570px;
  aspect-ratio: 570/425;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-head .img-box .ic.ic-img {
    width: 291px;
  }
}
section.playground-last-contents .contents-body {
  background-color: #4b266a;
}
section.playground-last-contents .contents-body .video-group-box {
  padding-bottom: 52px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .video-group-box {
    padding-bottom: 37px;
  }
}
section.playground-last-contents .contents-body .video-group-box .video-box {
  max-width: 552px;
  position: relative;
  margin: 0 auto 0;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #C398E4;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .video-group-box .video-box {
    width: calc(100% - 36px);
  }
}
section.playground-last-contents .contents-body .video-group-box .video-box:before {
  content: "";
  z-index: 10;
  position: absolute;
  left: -124px;
  bottom: 90px;
  background: url("../img/playground/img_playground_last_body_mark1.svg") no-repeat center/cover;
  width: 134px;
  height: 54px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .video-group-box .video-box:before {
    display: none;
  }
}
section.playground-last-contents .contents-body .video-group-box .video-box:after {
  content: "";
  z-index: 10;
  position: absolute;
  right: -114px;
  top: 80px;
  background: url("../img/playground/img_playground_last_body_mark2.svg") no-repeat center/cover;
  width: 130px;
  height: 61px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .video-group-box .video-box:after {
    display: none;
  }
}
section.playground-last-contents .contents-body .video-group-box .video-box .video-wrap {
  display: flex;
  margin-top: -60px;
  aspect-ratio: 552/323;
  padding: 11px;
  background: #1C0E28;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .video-group-box .video-box .video-wrap {
    padding: 6px;
  }
}
section.playground-last-contents .contents-body .video-group-box .video-box .video-wrap video, section.playground-last-contents .contents-body .video-group-box .video-box .video-wrap iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.playground-last-contents .contents-body .video-group-box .more-btn-box {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .video-group-box .more-btn-box {
    padding-top: 25px;
  }
}
section.playground-last-contents .contents-body .video-group-box .more-btn-box .more-btn {
  background: url("../img/playground/img_playground_last_more.png") no-repeat center/cover;
  width: 188px;
  height: 38px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .video-group-box .more-btn-box .more-btn {
    background: url("../img/playground/img_playground_last_more_m.png") no-repeat center/cover;
    width: 270px;
    height: 47px;
  }
}
section.playground-last-contents .contents-body .exp-group-box {
  padding: 32px 0 0;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box {
    background-color: #4b266a;
    padding: 0;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-tit-box {
  display: flex;
  justify-content: center;
  padding-bottom: 53px;
}
section.playground-last-contents .contents-body .exp-group-box .exp-tit-box .tit-img {
  background: url("../img/playground/img_playground_last_exp_tit.svg") no-repeat center/cover;
  width: 542px;
  aspect-ratio: 542/111;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-tit-box .tit-img {
    background: url("../img/playground/img_playground_last_exp_tit_m.svg") no-repeat center/cover;
    width: 259px;
    aspect-ratio: 259/144;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-visual-box {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
}
section.playground-last-contents .contents-body .exp-group-box .exp-visual-box .visual-img {
  background: url("../img/playground/img_playground_last_exp_visual.png") no-repeat center/cover;
  width: 522px;
  aspect-ratio: 522/313;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-visual-box .visual-img {
    background: url("../img/playground/img_playground_last_exp_visual_m.png") no-repeat center/cover;
    width: calc(100% - 60px);
    max-width: 300px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box {
  position: relative;
  background-color: #41205b;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box {
    background-color: #4b266a;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box:after {
  content: "";
  position: absolute;
  background: url("../img/playground/img_playground_last_exp_circle.svg") top center;
  left: 0;
  right: 0;
  top: -324px;
  aspect-ratio: 1120/996;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box:after {
    display: none;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box {
  padding-top: 30px;
  position: relative;
  z-index: 11;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box {
    padding-top: 51px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-tit-box {
  display: flex;
  justify-content: center;
  padding-bottom: 23px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-tit-box {
    padding-bottom: 18px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-tit-box .tit-img {
  background: url("../img/playground/img_playground_last_exp_schedule_tit.svg") no-repeat center/cover;
  width: 256px;
  aspect-ratio: 256/85;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-tit-box .tit-img {
    width: 198px;
    aspect-ratio: 198/65;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-con-box {
  display: flex;
  justify-content: center;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-con-box .con-img {
  background: url("../img/playground/img_playground_last_exp_schedule_con.png") no-repeat center/cover;
  width: 373px;
  aspect-ratio: 373/272;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-con-box .con-img {
    background: url("../img/playground/img_playground_last_exp_schedule_con_m.png") no-repeat center/cover;
    aspect-ratio: 277/261;
    width: calc(100% - 40px);
    max-width: 400px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-note-box {
  padding-top: 26px;
  text-align: center;
  color: rgba(215, 193, 239, 0.8);
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-note-box {
    padding-top: 20px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-note-box b {
  color: #F4EBFF;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-note-box .subject-box {
  font-size: 13px;
  line-height: 240%;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-note-box .subject-box {
    font-size: 12px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-note-box .con-box {
  font-size: 11px;
  line-height: 22px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-note-box .con-box {
    font-size: 10px;
    line-height: 20px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box {
  padding-top: 26px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box .schedule-btn {
  width: 152px;
  height: 38px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box .schedule-btn {
    width: 270px;
    height: 47px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box .schedule-btn.apply {
  background: url("../img/playground/img_playground_last_exp_apply_btn.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box .schedule-btn.apply {
    background: url("../img/playground/img_playground_last_exp_apply_btn_m.svg") no-repeat center/cover;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box .schedule-btn.search {
  background: url("../img/playground/img_playground_last_exp_search_btn.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-btn-box .schedule-btn.search {
    background: url("../img/playground/img_playground_last_exp_search_btn_m.svg") no-repeat center/cover;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-warning-box {
  display: flex;
  justify-content: center;
  padding-top: 26px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-warning-box {
    padding-top: 21px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-warning-box .warning-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-warning-box .warning-btn .ic.ic-info {
  margin-right: 4px;
  background: url("../img/playground/ic_info.png") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-warning-box .warning-btn .warning-txt {
  color: #F5F1FF;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.04em;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-line-box {
  padding: 44px 0 33px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-line-box {
    padding: 42px 0 32px;
    width: calc(100% - 46px);
    margin: 0 auto;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-schedule-box .schedule-line-box .schedule-line {
  background: url("../img/playground/img_playground_last_exp_line.svg") no-repeat center/cover;
  height: 6px;
  max-width: 450px;
  margin: 0 auto;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-tit-box {
  display: flex;
  justify-content: center;
  padding-bottom: 37px;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-tit-box .tit-img {
  background: url("../img/playground/img_playground_last_exp_process_tit.svg") no-repeat center/cover;
  width: 206px;
  height: 29px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-tit-box .tit-img {
    width: 220px;
    height: 28px;
  }
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box .list-box {
  max-width: 406px;
  display: flex;
  gap: 28px;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box .list-box .list-item .img-box {
  border-radius: 50%;
  width: 116px;
  aspect-ratio: 1/1;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box .list-box .list-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box .list-box .list-item .info-box {
  padding-top: 14px;
  text-align: center;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box .list-box .list-item .info-box .subject-box {
  color: #EAE3FB;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box .list-box .list-item .info-box .con-box {
  padding-top: 7px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #EAE3FB;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-con-box .con-img {
  background: url("../img/playground/img_playground_last_exp_process_con.png") no-repeat center/cover;
  width: 406px;
  aspect-ratio: 406/205;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-tip-box {
  display: flex;
  justify-content: center;
}
section.playground-last-contents .contents-body .exp-group-box .exp-circle-box .exp-process-box .process-tip-box .tip-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  background-color: #F1E7DB;
  border-radius: 29px;
  padding: 0 16px;
  font-size: 10px;
  letter-spacing: -0.04em;
  color: #3F2059;
  font-weight: 700;
}
section.playground-last-contents .contents-foot {
  padding: 85px 0;
  background-color: #f3ebe0;
}
section.playground-last-contents .contents-foot .mobile-feature-box {
  display: none;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .mobile-feature-box {
    display: block;
    order: 3;
    padding-top: 43px;
  }
}
section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list {
  display: flex;
  flex-flow: row wrap;
  margin: -12px -25px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list {
    margin: -9px -22px;
  }
}
section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list .item-box {
  margin: 12px 25px;
  width: calc(33.33% - 50px);
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list .item-box {
    text-align: center;
    margin: 9px 22px;
    width: calc(33.33% - 44px);
  }
}
section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list .item-box .img-box {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list .item-box .img-box {
    margin: 0 auto;
    width: 66px;
    height: 66px;
  }
}
section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list .item-box .img-box img {
  width: 100%;
}
section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list .item-box .desc-box {
  padding-top: 12px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #644087;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .mobile-feature-box .info-feature-list .item-list .item-box .desc-box {
    padding-top: 7px;
    font-size: 11px;
  }
}
section.playground-last-contents .contents-foot .guide-tit-box {
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-tit-box {
    padding-bottom: 40px;
  }
}
section.playground-last-contents .contents-foot .guide-tit-box .img-box {
  max-width: 602px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-tit-box .img-box {
    max-width: 310px;
  }
}
section.playground-last-contents .contents-foot .guide-tit-box .img-box img {
  width: 100%;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-tit-box .img-box img.web {
    display: none;
  }
}
section.playground-last-contents .contents-foot .guide-tit-box .img-box img.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-tit-box .img-box img.mobile {
    display: block;
  }
}
section.playground-last-contents .contents-foot .guide-list-box {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box {
    padding: 0 38px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-line-box {
  padding: 70px 0;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-line-box {
    padding: 50px 0;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-line-box .img-box {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-line-box .img-box {
    margin: 0 -38px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-line-box .img-box img {
  max-width: 100%;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box {
  display: flex;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box {
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box.type-reverse .view-box {
  order: 1;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box.type-reverse .view-box {
    order: 2;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box.type-reverse .info-box {
  order: 2;
  padding-left: 58px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box.type-reverse .info-box {
    padding: 0;
    order: 1;
  }
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box.type-reverse .mobile-link-box {
    order: 4;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .mobile-link-box {
  display: none;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .mobile-link-box {
    order: 4;
    padding-top: 35px;
    display: block;
  }
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .mobile-link-box .mobile-link-btn {
    max-width: 300px;
    margin: 0 auto;
  }
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .mobile-link-box .mobile-link-btn img {
    width: 100%;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box {
  width: 350px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box {
    width: 100%;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-prev,
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-next {
  background: url("../img/playground/ic_swiper_prev.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin: 0;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-prev,
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-next {
    left: 10px;
    width: 34px;
    height: 34px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-prev:after,
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-next:after {
  display: none;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-next {
  background: url("../img/playground/ic_swiper_next.svg") no-repeat center/cover;
  left: auto;
  right: 18px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .swiper-button-next {
    right: 10px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-visual-box {
  display: flex;
  position: relative;
  border-radius: 8px;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-visual-box .view-txt-box {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-list-box {
  padding-top: 9px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-list-box {
    padding-top: 8px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-list-box .list-wrap {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  flex-flow: row wrap;
  gap: 7px;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-list-box .list-wrap .view-item {
  aspect-ratio: 1/1;
  border-radius: 6px;
  border: 1.5px solid transparent;
  display: inline-flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-list-box .list-wrap .view-item {
    border-radius: 4px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-list-box .list-wrap .view-item.active {
  border: 1.5px solid #9D5BD1;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .view-box .view-list-box .list-wrap .view-item img {
  width: 100%;
  height: 100%;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box {
  flex: 1;
  min-width: 0;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-tit-box {
  max-width: 243px;
  display: flex;
  padding-bottom: 23px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-tit-box {
    max-width: 100%;
    justify-content: center;
    padding: 0 12px 29px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-tit-box img {
  width: 100%;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-tit-box img.web {
    display: none;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-tit-box img.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-tit-box img.mobile {
    display: block;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-link-box {
  padding-top: 20px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-link-box {
    display: none;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-link-box .info-link-btn {
  max-width: 179px;
  display: flex;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-link-box .info-link-btn img {
  max-width: 100%;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list {
  max-width: 218px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list {
    display: none;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list .item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-flow: row wrap;
  gap: 14px 30px;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list .item-list .item-box {
    text-align: center;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list .item-list .item-box .img-box {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list .item-list .item-box .img-box {
    margin: 0 auto;
    width: 66px;
    height: 66px;
  }
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list .item-list .item-box .img-box img {
  width: 100%;
}
section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list .item-list .item-box .desc-box {
  padding-top: 7px;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #644087;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  section.playground-last-contents .contents-foot .guide-list-box .guide-item-box .info-box .info-feature-list .item-list .item-box .desc-box {
    font-size: 12px;
  }
}
section.playground-detail {
  padding: 80px 0 160px;
}
section.playground-detail .detail-wrap {
  max-width: 1120px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
section.playground-detail .detail-wrap .detail-contents {
  display: flex;
}
section.playground-detail .detail-wrap .detail-contents img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  section.playground-detail .detail-wrap .detail-contents img.web {
    display: none;
  }
}
section.playground-detail .detail-wrap .detail-contents img.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.playground-detail .detail-wrap .detail-contents img.mobile {
    display: block;
  }
}