@charset "UTF-8";
/*
    [ index.scss ]
*/
/*
    abstract.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap");
.service-ss .section--main .section__content .store, .service-ss .section--main .section__title h3 {
  opacity: 0;
  transform: translateY(40px);
}

.service-ss .section--main.section--on .section__content .store, .service-ss .section--main.section--on .section__title h3 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s, transform 0.25s;
}

/*
    [ _reset.scss ]
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body {
  font-size: 0;
}

fieldset, img {
  border: 0 none;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea, button {
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

a {
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  overflow: hidden;
  left: -9999px;
  width: 0.01em;
  height: 0.01em;
  font-size: 0.01em;
  line-height: 0.01em;
}

.skip {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

button {
  outline: none;
}

input {
  appearance: none;
}
input::-ms-clear {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  appearance: none;
}

/*
    fonts.scss
*/
html[lang=ko] {
  font-family: "Noto Sans KR", "-apple-system", "BlinkMacSystemFont", "AppleSDGothicNeo-Regular", "Malgun Gothic", "맑은 고딕", "dotum", "돋움", "sans-serif";
}
html[lang=en] {
  font-family: "Noto Sans", "Arial", "Helvetica", "sans-serif";
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border-radius: 83px;
  border: solid 2px #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: normal;
  height: 40px;
  line-height: 36px;
  outline: none;
  padding-left: 16px;
  padding-right: 56px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-family: "Noto Sans", "Arial", "Helvetica", "sans-serif";
}
.nice-select:hover, .nice-select.open {
  color: #9778FF;
  border-color: #9778FF;
}
.nice-select:hover:after, .nice-select.open:after {
  border-color: #9778FF;
}
.nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: white;
  color: #fff;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-20px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover):not(.nice-select.open), .nice-select .list.nice-select.open .option:not(:hover):not(.nice-select.open) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 16px;
  padding-right: 27px;
  color: #A1A1AA;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.nice-select.open, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #F4F4F5;
}
.nice-select .option.selected {
  color: #000;
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #fff;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    layout.scss
*/
.service-ss {
  position: relative;
  width: 100%;
  background-color: #000;
}
.service-ss .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background-color: #000;
}
.service-ss .header__wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 1156px;
  height: 100%;
  margin: 0 auto;
}
.service-ss .header__logo {
  width: 128px;
  height: 20px;
}
.service-ss .header__logo a {
  display: block;
}
.service-ss .header__logo a img {
  width: auto;
  height: 20px;
}
.service-ss .header .gnb {
  margin-left: 7px;
}
.service-ss .header .gnb ul {
  display: flex;
}
.service-ss .header .gnb__item {
  height: 25px;
  margin-left: 40px;
}
.service-ss .header .gnb__item a {
  display: block;
  height: 100%;
  transition: color 0.15s;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}
.service-ss .header .gnb__item a:hover, .service-ss .header .gnb__item a.nice-select.open {
  color: #9778FF;
}
.service-ss .header .gnb__item a .text span {
  font-family: "Noto Sans", "Arial", "Helvetica", "sans-serif";
}
.service-ss .header .gnb__item--on a {
  color: #9778FF;
}
.service-ss .header__social {
  position: absolute;
  right: 129px;
  top: 50%;
  transform: translateY(-50%);
}
.service-ss .header__social li {
  display: inline-block;
  margin-right: 24px;
}
.service-ss .header__social li:last-of-type {
  margin-right: 0;
}
.service-ss .header__social .link-social {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}
.service-ss .header__social .link-social .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-repeat: no-repeat;
}
.service-ss .header__social .link-social .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
}
.service-ss .header__social .link-social:hover .icon:after, .service-ss .header__social .link-social.nice-select.open .icon:after {
  opacity: 1;
}
.service-ss .header__social .link-social--x .icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-social-x.svg");
}
.service-ss .header__social .link-social--x .icon:after {
  background-image: url("../images/icon-social-x-on.svg");
}
.service-ss .header__social .link-social--insta .icon {
  width: 26px;
  height: 26px;
  background-image: url("../images/icon-social-insta.svg");
}
.service-ss .header__social .link-social--insta .icon:after {
  background-image: url("../images/icon-social-insta-on.svg");
}
.service-ss .header__social .link-social--yt .icon {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon-social-youtube.svg");
}
.service-ss .header__social .link-social--yt .icon:after {
  background-image: url("../images/icon-social-youtube-on.svg");
}
.service-ss .header__lang {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service-ss .footer {
  position: relative;
  z-index: 100;
  background-color: #000;
}
.service-ss .footer .footer__wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 1156px;
  height: 54px;
  padding: 32px 0;
  margin: 0 auto;
}
.service-ss .footer__logo {
  display: flex;
  align-items: flex-end;
}
.service-ss .footer__logo h2 img {
  height: 23px;
}
.service-ss .footer__logo h1 {
  margin-left: 36px;
}
.service-ss .footer__logo h1 img {
  height: 23px;
}
.service-ss .footer__copyright {
  margin-left: 48px;
  color: #A1A1AA;
  font-size: 13px;
  font-weight: 400;
}
.service-ss .footer__copyright a {
  color: #A1A1AA;
}
.service-ss .footer__social {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service-ss .footer__social .link-social {
  width: 24px;
  height: 24px;
  margin-right: 22px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  transition: background-color 0.2s;
  background-color: #fff;
}
.service-ss .footer__social .link-social:last-of-type {
  margin-right: 0;
}
.service-ss .footer__social .link-social--x {
  mask-image: url("../images/icon-social-x.svg");
}
.service-ss .footer__social .link-social--insta {
  mask-image: url("../images/icon-social-insta.svg");
}
.service-ss .footer__social .link-social--youtube {
  mask-image: url("../images/icon-social-youtube.svg");
}
.service-ss .footer__social .link-social:hover, .service-ss .footer__social .link-social.nice-select.open {
  background-color: #8E8AF7;
}
.service-ss--fixed {
  overflow: hidden;
  height: 100%;
}

/*
    modal
*/
.modal {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.2s;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .modal__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.2s, transform 0.2s;
}
.modal--alert .alert {
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.modal--alert .alert__msg {
  padding: 24px 0;
  color: #27272A;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.22px;
  text-align: center;
}
.modal--alert .alert__btn-area {
  padding-top: 16px;
  text-align: center;
}
.modal--alert .alert__btn-area .btn-confirm {
  width: 320px;
  height: 56px;
  padding: 0 16px;
  border-radius: 155px;
  transition: background-color 0.25s;
  background: #704DE3;
}
.modal--alert .alert__btn-area .btn-confirm .text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.modal--alert .alert__btn-area .btn-confirm:hover, .modal--alert .alert__btn-area .btn-confirm.nice-select.open {
  background-color: #9577FA;
}
.modal--alert .alert__btn-area .btn-confirm:active {
  background-color: #573CB1;
}
.modal--alert .alert__btn-area .btn-confirm:disabled {
  cursor: default;
  background-color: #E4E4E7;
}
.modal--alert .alert__btn-area .btn-confirm:disabled .text {
  color: #A1A1AA;
}
.modal--event {
  background-color: #0F0C12;
}
.modal--event .event {
  position: relative;
  width: 1150px;
  height: 647px;
}
.modal--event .event .event-slide .slick-list {
  width: 1150px;
  height: 647px;
}
.modal--event .event .event-slide .slick-list .event-slide__item {
  overflow: hidden;
  width: 1150px;
  height: 647px;
  border-radius: 40px;
}
.modal--event .event .event-slide .slick-list .event-slide__item img {
  width: 100%;
  object-fit: cover;
}
.modal--event .event .event-slide .slick-arrow {
  position: absolute;
  top: 295px;
  width: 70px;
  height: 70px;
  background: url("../images/btn-slide-arrow-right.svg") center no-repeat;
  background-size: contain;
}
.modal--event .event .event-slide .slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/btn-slide-arrow-right-on-pink.svg") center no-repeat;
  background-size: contain;
}
.modal--event .event .event-slide .slick-arrow:hover:after, .modal--event .event .event-slide .slick-arrow.nice-select.open:after {
  opacity: 1;
}
.modal--event .event .event-slide .slick-arrow.slick-prev {
  left: -95px;
  transform: rotate(180deg);
}
.modal--event .event .event-slide .slick-arrow.slick-next {
  right: -95px;
}
.modal--event .event .btn-close-modal {
  position: absolute;
  top: -81px;
  right: 11px;
  width: 70px;
  height: 70px;
  background: url("../images/btn-event-modal-close.svg") center no-repeat;
  background-size: contain;
}
.modal--event .event .btn-close-modal:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/btn-event-modal-close-on.svg") center no-repeat;
  background-size: contain;
}
.modal--event .event .btn-close-modal:hover:after, .modal--event .event .btn-close-modal.nice-select.open:after {
  opacity: 1;
}
.modal--on {
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
}
.modal--on .modal__container {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}

html[lang=en] .modal--artist .artist-detail__item .btn-area .link-preorder--ios {
  background: url("../images/btn-detail-preorder-ios-en.svg") no-repeat;
}
html[lang=en] .modal--artist .artist-detail__item .btn-area .link-preorder--aos {
  background: url("../images/btn-detail-preorder-aos-en.svg") no-repeat;
}
html[lang=en] .modal--artist .artist-detail__item .btn-area .link-download--ios {
  background: url("../images/btn-detail-download-ios-en.svg") no-repeat;
}
html[lang=en] .modal--artist .artist-detail__item .btn-area .link-download--aos {
  background: url("../images/btn-detail-download-aos-en.svg") no-repeat;
}
html[lang=ja] .modal--artist .artist-detail__item .btn-area .link-preorder--ios {
  background: url("../images/btn-detail-preorder-ios-ja.svg") no-repeat;
}
html[lang=ja] .modal--artist .artist-detail__item .btn-area .link-preorder--aos {
  background: url("../images/btn-detail-preorder-aos-ja.svg") no-repeat;
}
html[lang=ja] .modal--artist .artist-detail__item .btn-area .link-download--ios {
  background: url("../images/btn-detail-download-ios-ja.svg") no-repeat;
}
html[lang=ja] .modal--artist .artist-detail__item .btn-area .link-download--aos {
  background: url("../images/btn-detail-download-aos-ja.svg") no-repeat;
}

/*
    page-index.scss
*/
@keyframes scrollDown {
  70% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@keyframes starTwinkle {
  0% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.8;
  }
}
.service-ss {
  width: 100%;
  margin: 0 auto;
}
.service-ss .page {
  overflow: hidden;
  min-width: 1540px;
}
.service-ss .page__bg {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 0;
  max-width: 2560px;
  width: 100%;
  height: 100vh;
  transform: translateX(-50%);
  background-color: #000;
}
.service-ss .page__bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 100;
  transition: opacity 0.5s;
  background: url("../images/bg-page.jpg") center no-repeat;
  background-size: cover;
}
.service-ss .page__bg span.hide {
  opacity: 0;
}
.service-ss .page__bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.service-ss .container {
  position: relative;
  background: url("../images/bg-container.jpg") center var(--sectionMainHeight) no-repeat;
}
.service-ss .container__bg {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: var(--sectionMainHeight);
  width: 100%;
  width: 2560px;
  height: 4440px;
  transform: translateX(-50%);
}
.service-ss .container__bg .star1,
.service-ss .container__bg .star2,
.service-ss .container__bg .star-big1,
.service-ss .container__bg .star-big2,
.service-ss .container__bg .shooting-star {
  opacity: 0;
}
.service-ss .container__bg #startfield {
  width: 100%;
  height: 100%;
}
.service-ss .container__bg .bg-star {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.service-ss .container__bg .bg-star--1 {
  left: 1913px;
  top: 161px;
  width: 160px;
  height: 152px;
  animation: starTwinkle 13s infinite ease-in-out;
  background-image: url("../images/bg-container-star1.png");
}
.service-ss .container__bg .bg-star--2 {
  left: 468px;
  top: 1380px;
  width: 146px;
  height: 138px;
  animation: starTwinkle 13s infinite ease-in-out;
  background-image: url("../images/bg-container-star2.png");
}
.service-ss .container__bg .bg-star--3 {
  left: 1833px;
  top: 3288px;
  width: 194px;
  height: 184px;
  animation: starTwinkle 13s infinite ease-in-out;
  background-image: url("../images/bg-container-star3.png");
}
.service-ss .container__bg .bg-star--4 {
  left: 430px;
  top: 3990px;
  width: 97px;
  height: 92px;
  animation: starTwinkle 10s infinite ease-in-out;
  background-image: url("../images/bg-container-star4.png");
}
.service-ss .container__bg .bg-star--5 {
  left: 541px;
  top: 4046px;
  width: 158px;
  height: 150px;
  animation: starTwinkle 15s infinite ease-in-out;
  background-image: url("../images/bg-container-star5.png");
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service-ss .container__bg .circle-wrap--type1 {
  position: absolute;
  top: 946px;
  left: 253px;
  width: 411px;
  height: 380px;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big {
  position: absolute;
  left: 42px;
  top: 16px;
  width: 360px;
  height: 360px;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 354px;
  height: 354px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 290px;
  margin: -145px 0 0 -145px;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item > span {
  display: block;
  width: 40px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item--1 {
  animation: rotate 18s linear infinite;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item--1 > span {
  background-image: url("../images/bg-planet-purple.png");
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item--2 {
  animation: rotate 15s linear infinite;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item--2 > span {
  background-image: url("../images/icon-planet3.svg");
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item--3 {
  animation: rotate 13s linear infinite;
}
.service-ss .container__bg .circle-wrap--type1 .circle-big .circle-item--3 > span {
  background-image: url("../images/icon-planet2.svg");
}
.service-ss .container__bg .circle-wrap--type1 .circle-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
}
.service-ss .container__bg .circle-wrap--type1 .circle-small:before {
  content: "";
  position: absolute;
  width: 194px;
  height: 194px;
  border: 3px solid rgba(110, 89, 242, 0.3);
  border-radius: 50%;
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 164px;
  height: 164px;
  margin: -82px 0 0 -82px;
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item > span {
  display: block;
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item--1 {
  animation: rotate 8s linear infinite;
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item--1 > span {
  background-image: url("../images/bg-planet-purple.png");
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item--2 {
  animation: rotate 13s linear infinite;
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item--2 > span {
  background-image: url("../images/icon-planet2.svg");
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item--3 {
  animation: rotate 10s linear infinite;
}
.service-ss .container__bg .circle-wrap--type1 .circle-small .circle-item--3 > span {
  background-image: url("../images/icon-planet3.svg");
}
.service-ss .container__bg .circle-wrap--type2 {
  position: absolute;
  top: 1930px;
  right: 0;
  width: 630px;
  height: 650px;
}
.service-ss .container__bg .circle-wrap--type2 .circle-big {
  position: absolute;
  left: 150px;
  top: 0;
  width: 648px;
  height: 648px;
}
.service-ss .container__bg .circle-wrap--type2 .circle-big:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 642px;
  height: 642px;
  border: 3px solid rgba(110, 89, 242, 0.3);
  border-radius: 50%;
}
.service-ss .container__bg .circle-wrap--type2 .circle-big .circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 510px;
  height: 510px;
  margin: -255px 0 0 -255px;
}
.service-ss .container__bg .circle-wrap--type2 .circle-big .circle-item > span {
  display: block;
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-ss .container__bg .circle-wrap--type2 .circle-big .circle-item--1 {
  animation: rotate 18s linear infinite;
}
.service-ss .container__bg .circle-wrap--type2 .circle-big .circle-item--1 > span {
  background-image: url("../images/icon-planet4.svg");
}
.service-ss .container__bg .circle-wrap--type2 .circle-big .circle-item--2 {
  animation: rotate 15s linear infinite;
}
.service-ss .container__bg .circle-wrap--type2 .circle-big .circle-item--2 > span {
  background-image: url("../images/icon-planet5.svg");
}
.service-ss .container__bg .circle-wrap--type2 .circle-small {
  position: absolute;
  top: 277px;
  left: 0;
  width: 249px;
  height: 242px;
}
.service-ss .container__bg .circle-wrap--type2 .circle-small:before {
  content: "";
  position: absolute;
  width: 245px;
  height: 238px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.service-ss .container__bg .circle-wrap--type2 .circle-small .circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 224px;
  height: 198px;
  margin: -99px 0 0 -112px;
}
.service-ss .container__bg .circle-wrap--type2 .circle-small .circle-item > span {
  display: block;
  width: 39px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-ss .container__bg .circle-wrap--type2 .circle-small .circle-item--1 {
  animation: rotate 18s linear infinite;
}
.service-ss .container__bg .circle-wrap--type2 .circle-small .circle-item--1 > span {
  background-image: url("../images/icon-planet6.svg");
}
.service-ss .container__bg .circle-wrap--type2 .circle-small .circle-item--2 {
  animation: rotate 15s linear infinite;
}
.service-ss .container__bg .circle-wrap--type2 .circle-small .circle-item--2 > span {
  background-image: url("../images/icon-planet5.svg");
}
.service-ss .container__bg .circle-wrap--type3 {
  position: absolute;
  top: 2797px;
  left: 0;
  width: 662px;
  height: 695px;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big {
  position: relative;
  width: 518px;
  height: 518px;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big:before {
  content: "";
  position: absolute;
  width: 512px;
  height: 512px;
  border: 3px solid rgba(110, 89, 242, 0.3);
  border-radius: 50%;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 402px;
  height: 402px;
  margin: -201px 0 0 -201px;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item > span {
  display: block;
  width: 39px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item--1 {
  animation: rotate 15s linear infinite;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item--1 > span {
  background-image: url("../images/icon-planet6.svg");
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item--2 {
  animation: rotate 13s linear infinite;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item--2 > span {
  background-image: url("../images/icon-planet8.svg");
  background-size: 16.7px auto;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item--3 {
  animation: rotate 18s linear infinite;
}
.service-ss .container__bg .circle-wrap--type3 .circle-big .circle-item--3 > span {
  background-image: url("../images/icon-planet5.svg");
}
.service-ss .content {
  position: relative;
  z-index: 1;
}
.service-ss .section {
  position: relative;
  min-height: 992px;
  height: 100vh;
}
.service-ss .section__wrap {
  box-sizing: border-box;
  min-width: 1200px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.service-ss .section--main {
  position: relative;
}
.service-ss .section--main .section__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}
.service-ss .section--main .bg-scroll {
  position: absolute;
  left: 50%;
  bottom: 13%;
  width: 48px;
  height: 48px;
  opacity: 1;
  transform: translateX(-50%);
  transition: opacity 0.25s;
}
.service-ss .section--main .bg-scroll .icon-scroll {
  display: block;
  position: relative;
  top: 0;
  width: 48px;
  height: 48px;
  animation: 2s scrollDown 0.25s infinite;
  background: url("../images/icon-arrow-down.svg") no-repeat;
}
.service-ss .section--main .bg-scroll--hide {
  opacity: 0;
}
.service-ss .section--main .bg-scroll--hide .icon-scroll {
  animation: none;
}
.service-ss .section--main .section__title {
  text-align: center;
}
.service-ss .section--main .section__title h3 img {
  width: auto;
  height: 103px;
}
.service-ss .section--main .section__content {
  padding-top: 207px;
}
.service-ss .section--main .section__content .store__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 638px;
  height: 191px;
  margin: 0 auto;
}
.service-ss .section--main .section__content .store__list .link-store {
  display: block;
  position: relative;
  width: 310px;
  height: 80px;
  transform: translateY(0);
  transition: transform 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-ss .section--main .section__content .store__list .link-store .qr {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 88px;
  width: 116px;
  height: 130px;
  padding: 9px;
  opacity: 0;
  height: 0;
  transform: translateX(-50%);
  transition: opacity 0.2s, height 0.2s;
  background: url("../images/bg-store-qr.svg") center no-repeat;
  background-size: 100% auto;
}
.service-ss .section--main .section__content .store__list .link-store .qr img {
  width: 100%;
  height: auto;
}
.service-ss .section--main .section__content .store__list .link-store .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.service-ss .section--main .section__content .store__list .link-store:hover .qr, .service-ss .section--main .section__content .store__list .link-store.nice-select.open .qr {
  opacity: 1;
  height: 130px;
}
.service-ss .section--main .section__content .store__list .link-store:hover .bg, .service-ss .section--main .section__content .store__list .link-store.nice-select.open .bg {
  opacity: 1;
}
.service-ss .section--main .section__content .store__list .link-store[disabled] {
  transform: translateY(0);
  cursor: default;
}
.service-ss .section--main .section__content .store__list .link-store[disabled] .qr {
  opacity: 0 !important;
  height: 0 !important;
}
.service-ss .section--main .section__content .store__list .link-store[disabled] .bg {
  opacity: 0 !important;
}
.service-ss .section--main .section__content .store__list .link-store--ios {
  background-image: url("../images/btn-store-ios.svg");
}
.service-ss .section--main .section__content .store__list .link-store--aos {
  background-image: url("../images/btn-store-aos.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.service-ss .section--main .section__content .store__list .link-store--ss {
  background-image: url("../images/ko/btn-store-ss-ko.svg");
}
.service-ss .section--main .section__content .store__list .link-store--ss .bg {
  background-image: url("../images/ko/btn-store-ss-ko-on.svg");
}
.service-ss .section--main .section__content .store__list .link-store--go {
  background-image: url("../images/ko/btn-store-go-ko.svg");
}
.service-ss .section--main .section__content .store__list .link-store--go .bg {
  background-image: url("../images/ko/btn-store-go-ko-on.svg");
}
.service-ss .section--main .section__content .store__list .link-store--go[disabled] {
  background-image: url("../images/ko/btn-store-go-ko-disabled.svg") !important;
}
.service-ss .section--main .section__content .store__list .link-store--coming {
  background-image: url("../images/btn-store-coming.svg");
}
.service-ss .section--main.section--on .section__content .store {
  transition-delay: 0.5s;
}
.service-ss .section--game {
  height: 1080px;
}
.service-ss .section--game .section__wrap {
  padding-top: 53px;
}
.service-ss .section--game .section__title {
  padding-top: 100px;
  text-align: center;
}
.service-ss .section--game .section__title h4 {
  height: 64px;
}
.service-ss .section--game .section__title h4 img {
  width: auto;
  height: 56px;
}
.service-ss .section--game .section__content {
  padding-top: 35px;
}
.service-ss .section--game .section__content .game-info__desc {
  position: relative;
  height: 35px;
  padding-bottom: 39px;
}
.service-ss .section--game .section__content .game-info__desc-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s, transform 0.2s;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: center;
}
.service-ss .section--game .section__content .game-info__desc-item--on {
  opacity: 1;
  transform: translateY(0);
}
.service-ss .section--game .section__content .game-info__slide {
  position: relative;
  width: 1344px;
  height: 540px;
  margin: 0 auto;
}
.service-ss .section--game .section__content .game-info__slide .slick-list {
  width: 1198px;
  height: 532px;
  margin: 0 auto;
  border-radius: 40px;
}
.service-ss .section--game .section__content .game-info__slide .slick-slide {
  overflow: hidden;
  box-sizing: border-box;
  width: 1196px;
  height: 532px;
  padding: 0 20px;
}
.service-ss .section--game .section__content .game-info__slide .slick-slide .img {
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #581C6A;
}
.service-ss .section--game .section__content .game-info__slide .slick-slide .img img {
  width: 100%;
  height: auto;
}
.service-ss .section--game .section__content .game-info__slide .slick-arrow {
  position: absolute;
  top: 233px;
  width: 70px;
  height: 70px;
  background: url("../images/btn-slide-arrow-right.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--game .section__content .game-info__slide .slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/btn-slide-arrow-right-on-purple.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--game .section__content .game-info__slide .slick-arrow:hover:after, .service-ss .section--game .section__content .game-info__slide .slick-arrow.nice-select.open:after {
  opacity: 1;
}
.service-ss .section--game .section__content .game-info__slide .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.service-ss .section--game .section__content .game-info__slide .slick-arrow.slick-next {
  right: 0;
}
.service-ss .section--game .section__content .game-info__slide .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 41px;
}
.service-ss .section--game .section__content .game-info__slide .slick-dots li {
  position: relative;
  width: 33px;
  height: 32px;
  margin-right: 16px;
  cursor: pointer;
  background: url("../images/bu-pagination-purple.svg") no-repeat;
  background-size: contain;
}
.service-ss .section--game .section__content .game-info__slide .slick-dots li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/bu-pagination-purple-on.svg") no-repeat;
  background-size: contain;
}
.service-ss .section--game .section__content .game-info__slide .slick-dots li:last-of-type {
  margin-right: 0;
}
.service-ss .section--game .section__content .game-info__slide .slick-dots li:hover:before, .service-ss .section--game .section__content .game-info__slide .slick-dots li.nice-select.open:before {
  opacity: 1;
}
.service-ss .section--game .section__content .game-info__slide .slick-dots li.slick-active:before {
  opacity: 1 !important;
}
.service-ss .section--series {
  height: 1080px;
}
.service-ss .section--series .section__title {
  padding-top: 23px;
  text-align: center;
}
.service-ss .section--series .section__title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  height: 93px;
}
.service-ss .section--series .section__title h4 img {
  width: auto;
  height: 56px;
}
.service-ss .section--series .section__content {
  margin-top: 36px;
}
.service-ss .section--series .section__content .series {
  box-sizing: border-box;
  position: relative;
  width: 1392px;
  height: 700px;
  padding-right: 156px;
  margin: 0 auto;
}
.service-ss .section--series .section__content .series .agency {
  position: absolute;
  right: 0;
  top: 102px;
  width: 120px;
  height: 376px;
}
.service-ss .section--series .section__content .series .agency .slick-list {
  padding: 0 !important;
}
.service-ss .section--series .section__content .series .agency .slick-list .slick-slide .btn-agency {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}
.service-ss .section--series .section__content .series .agency .slick-list .slick-slide .btn-agency .img {
  overflow: hidden;
  display: block;
  width: 120px;
  height: 120px;
  opacity: 0.5;
  transform: scale(0.58);
  border-radius: 20px;
  transition: opacity 0.2s, transform 0.2s;
  background-color: #000;
}
.service-ss .section--series .section__content .series .agency .slick-list .slick-slide .btn-agency .img img {
  width: 100%;
  height: auto;
}
.service-ss .section--series .section__content .series .agency .slick-list .slick-slide.slick-center .btn-agency .img {
  opacity: 1;
  transform: scale(1);
}
.service-ss .section--series .section__content .series .agency .slick-arrow {
  position: relative;
  width: 100%;
  height: 60px;
  background: url("../images/btn-slide-arrow-bottom.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--series .section__content .series .agency .slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/btn-slide-arrow-bottom-on.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--series .section__content .series .agency .slick-arrow:hover:after, .service-ss .section--series .section__content .series .agency .slick-arrow.nice-select.open:after {
  opacity: 1;
}
.service-ss .section--series .section__content .series .agency .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.service-ss .section--series .section__content .series .agency .slick-arrow.slick-next {
  right: 0;
}
.service-ss .section--series .section__content .series .artist {
  position: relative;
}
.service-ss .section--series .section__content .series .artist__agency {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 1236px;
  padding-top: 580px;
  opacity: 0;
  margin: 0 auto;
  transform: translateY(70px);
}
.service-ss .section--series .section__content .series .artist__agency.on {
  position: relative;
  z-index: 10;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s linear, transform 0.2s;
}
.service-ss .section--series .section__content .series .artist__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 1236px;
  height: 580px;
  opacity: 0;
  transform: translateY(100px);
}
.service-ss .section--series .section__content .series .artist__info.on {
  z-index: 10;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s linear, transform 0.3s;
}
.service-ss .section--series .section__content .series .artist__info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 480px;
  margin: 0 auto;
}
.service-ss .section--series .section__content .series .artist__info ul li {
  width: 270px;
  height: 360px;
  margin: -5px -5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.service-ss .section--series .section__content .series .artist__info ul[data-number="5"] li {
  width: 250px;
  height: 333px;
  margin: 0 -12px;
}
.service-ss .section--series .section__content .series .artist__info ul[data-number="6"] li {
  width: 200px;
  height: 266px;
}
.service-ss .section--series .section__content .series .artist__info ul[data-number="7"], .service-ss .section--series .section__content .series .artist__info ul[data-number="8"] {
  width: 60%;
}
.service-ss .section--series .section__content .series .artist__info ul[data-number="7"] li, .service-ss .section--series .section__content .series .artist__info ul[data-number="8"] li {
  width: 180px;
  height: 240px;
}
.service-ss .section--series .section__content .series .artist__info ul[data-number="9"], .service-ss .section--series .section__content .series .artist__info ul[data-number="10"] {
  width: 80%;
}
.service-ss .section--series .section__content .series .artist__info ul[data-number="9"] li, .service-ss .section--series .section__content .series .artist__info ul[data-number="10"] li {
  width: 180px;
  height: 240px;
}
.service-ss .section--series .section__content .series .artist__info .name {
  display: block;
  width: 100%;
  padding-top: 19px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.4px;
  text-align: center;
  font-family: "Noto Sans", "Arial", "Helvetica", "sans-serif";
}
.service-ss .section--series .section__content .series .artist__info[data-artist=shinee] .name {
  height: 58px;
  font-size: 0;
  background: url("../images/series/ssm/text-name-shinee.svg") center no-repeat;
}
.service-ss .section--series .section__content .series .artist__list {
  padding-top: 13px;
  text-align: center;
}
.service-ss .section--series .section__content .series .artist__list .btn-artist {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0;
  transform: scale(0.8);
  transition: transform 0.2s;
  will-change: transform;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 4px);
}
.service-ss .section--series .section__content .series .artist__list .btn-artist:before {
  content: "";
  overflow: hidden;
  display: block;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  will-change: opacity;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 4px);
}
.service-ss .section--series .section__content .series .artist__list .btn-artist:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.2s, transform 0.2s linear;
  will-change: opacity, transform;
  background-position: center;
  background-size: cover;
}
.service-ss .section--series .section__content .series .artist__list .btn-artist:hover:before, .service-ss .section--series .section__content .series .artist__list .btn-artist.nice-select.open:before {
  opacity: 1;
}
.service-ss .section--series .section__content .series .artist__list .btn-artist.on {
  transform: scale(1);
}
.service-ss .section--series .section__content .series .artist__list .btn-artist.on:before {
  opacity: 1;
}
.service-ss .section--series .section__content .series .artist__list .btn-artist.on:after {
  opacity: 1;
  transform: scale(1);
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=shinee] {
  background-image: url("../images/series/ssm/btn-artist-shinee.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=shinee]:before {
  background-image: url("../images/series/ssm/btn-artist-shinee-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=shinee] li[data-member=ONEW] {
  background-image: url("../images/series/ssm/img-shinee-ONEW.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=shinee] li[data-member=KEY] {
  background-image: url("../images/series/ssm/img-shinee-KEY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=shinee] li[data-member=MINHO] {
  background-image: url("../images/series/ssm/img-shinee-MINHO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=shinee] li[data-member=TAEMIN] {
  background-image: url("../images/series/ssm/img-shinee-TAEMIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=redvelvet] {
  background-image: url("../images/series/ssm/btn-artist-redvelvet.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=redvelvet]:before {
  background-image: url("../images/series/ssm/btn-artist-redvelvet-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=redvelvet] li[data-member=IRENE] {
  background-image: url("../images/series/ssm/img-redvelvet-IRENE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=redvelvet] li[data-member=SEULGI] {
  background-image: url("../images/series/ssm/img-redvelvet-SEULGI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=redvelvet] li[data-member=WENDY] {
  background-image: url("../images/series/ssm/img-redvelvet-WENDY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=redvelvet] li[data-member=JOY] {
  background-image: url("../images/series/ssm/img-redvelvet-JOY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=redvelvet] li[data-member=YERI] {
  background-image: url("../images/series/ssm/img-redvelvet-YERI.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nct127] {
  background-image: url("../images/series/ssm/btn-artist-nct127.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nct127]:before {
  background-image: url("../images/series/ssm/btn-artist-nct127-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=TAEYONG] {
  background-image: url("../images/series/ssm/img-nct127-TAEYONG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=JOHNNY] {
  background-image: url("../images/series/ssm/img-nct127-JOHNNY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=YUTA] {
  background-image: url("../images/series/ssm/img-nct127-YUTA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=DOYOUNG] {
  background-image: url("../images/series/ssm/img-nct127-DOYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=JAEHYUN] {
  background-image: url("../images/series/ssm/img-nct127-JAEHYUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=JUNGWOO] {
  background-image: url("../images/series/ssm/img-nct127-JUNGWOO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=MARK] {
  background-image: url("../images/series/ssm/img-nct127-MARK.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nct127] li[data-member=HAECHAN] {
  background-image: url("../images/series/ssm/img-nct127-HAECHAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nctdream] {
  background-image: url("../images/series/ssm/btn-artist-nctdream.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nctdream]:before {
  background-image: url("../images/series/ssm/btn-artist-nctdream-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctdream] li[data-member=MARK] {
  background-image: url("../images/series/ssm/img-nctdream-MARK.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctdream] li[data-member=RENJUN] {
  background-image: url("../images/series/ssm/img-nctdream-RENJUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctdream] li[data-member=JENO] {
  background-image: url("../images/series/ssm/img-nctdream-JENO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctdream] li[data-member=HAECHAN] {
  background-image: url("../images/series/ssm/img-nctdream-HAECHAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctdream] li[data-member=JAEMIN] {
  background-image: url("../images/series/ssm/img-nctdream-JAEMIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctdream] li[data-member=CHENLE] {
  background-image: url("../images/series/ssm/img-nctdream-CHENLE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctdream] li[data-member=JISUNG] {
  background-image: url("../images/series/ssm/img-nctdream-JISUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=aespa] {
  background-image: url("../images/series/ssm/btn-artist-aespa.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=aespa]:before {
  background-image: url("../images/series/ssm/btn-artist-aespa-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=aespa] li[data-member=KARINA] {
  background-image: url("../images/series/ssm/img-aespa-KARINA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=aespa] li[data-member=GISELLE] {
  background-image: url("../images/series/ssm/img-aespa-GISELLE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=aespa] li[data-member=WINTER] {
  background-image: url("../images/series/ssm/img-aespa-WINTER.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=aespa] li[data-member=NINGNING] {
  background-image: url("../images/series/ssm/img-aespa-NINGNING.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=riize] {
  background-image: url("../images/series/ssm/btn-artist-riize.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=riize]:before {
  background-image: url("../images/series/ssm/btn-artist-riize-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=riize] li[data-member=SHOTARO] {
  background-image: url("../images/series/ssm/img-riize-SHOTARO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=riize] li[data-member=EUNSEOK] {
  background-image: url("../images/series/ssm/img-riize-EUNSEOK.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=riize] li[data-member=SUNGCHAN] {
  background-image: url("../images/series/ssm/img-riize-SUNGCHAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=riize] li[data-member=WONBIN] {
  background-image: url("../images/series/ssm/img-riize-WONBIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=riize] li[data-member=SOHEE] {
  background-image: url("../images/series/ssm/img-riize-SOHEE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=riize] li[data-member=ANTON] {
  background-image: url("../images/series/ssm/img-riize-ANTON.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nctwish] {
  background-image: url("../images/series/ssm/btn-artist-nctwish.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nctwish]:before {
  background-image: url("../images/series/ssm/btn-artist-nctwish-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctwish] li[data-member=SION] {
  background-image: url("../images/series/ssm/img-nctwish-SION.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctwish] li[data-member=RIKU] {
  background-image: url("../images/series/ssm/img-nctwish-RIKU.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctwish] li[data-member=YUSHI] {
  background-image: url("../images/series/ssm/img-nctwish-YUSHI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctwish] li[data-member=JAEHEE] {
  background-image: url("../images/series/ssm/img-nctwish-JAEHEE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctwish] li[data-member=RYO] {
  background-image: url("../images/series/ssm/img-nctwish-RYO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nctwish] li[data-member=SAKUYA] {
  background-image: url("../images/series/ssm/img-nctwish-SAKUYA.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssm] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssm.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=hearts2hearts] {
  background-image: url("../images/series/ssm/btn-artist-hearts2hearts.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=hearts2hearts]:before {
  background-image: url("../images/series/ssm/btn-artist-hearts2hearts-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=CARMEN] {
  background-image: url("../images/series/ssm/img-hearts2hearts-CARMEN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=JIWOO] {
  background-image: url("../images/series/ssm/img-hearts2hearts-JIWOO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=YUHA] {
  background-image: url("../images/series/ssm/img-hearts2hearts-YUHA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=STELLA] {
  background-image: url("../images/series/ssm/img-hearts2hearts-STELLA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=JUUN] {
  background-image: url("../images/series/ssm/img-hearts2hearts-JUUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=A-NA] {
  background-image: url("../images/series/ssm/img-hearts2hearts-A-NA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=IAN] {
  background-image: url("../images/series/ssm/img-hearts2hearts-IAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=hearts2hearts] li[data-member=YE-ON] {
  background-image: url("../images/series/ssm/img-hearts2hearts-YE-ON.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssj] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssj.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=day6] {
  background-image: url("../images/series/ssj/btn-artist-day6.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=day6]:before {
  background-image: url("../images/series/ssj/btn-artist-day6-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=day6] li[data-member=SUNGJIN] {
  background-image: url("../images/series/ssj/img-day6-SUNGJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=day6] li[data-member=YOUNG-K] {
  background-image: url("../images/series/ssj/img-day6-YOUNG-K.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=day6] li[data-member=WONPIL] {
  background-image: url("../images/series/ssj/img-day6-WONPIL.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=day6] li[data-member=DOWOON] {
  background-image: url("../images/series/ssj/img-day6-DOWOON.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssj] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssj.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=twice] {
  background-image: url("../images/series/ssj/btn-artist-twice.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=twice]:before {
  background-image: url("../images/series/ssj/btn-artist-twice-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=NAYEON] {
  background-image: url("../images/series/ssj/img-twice-NAYEON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=JEONGYEON] {
  background-image: url("../images/series/ssj/img-twice-JEONGYEON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=MOMO] {
  background-image: url("../images/series/ssj/img-twice-MOMO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=SANA] {
  background-image: url("../images/series/ssj/img-twice-SANA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=JIHYO] {
  background-image: url("../images/series/ssj/img-twice-JIHYO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=MINA] {
  background-image: url("../images/series/ssj/img-twice-MINA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=DAHYUN] {
  background-image: url("../images/series/ssj/img-twice-DAHYUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=CHAEYOUNG] {
  background-image: url("../images/series/ssj/img-twice-CHAEYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=twice] li[data-member=TZUYU] {
  background-image: url("../images/series/ssj/img-twice-TZUYU.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssj] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssj.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=straykids] {
  background-image: url("../images/series/ssj/btn-artist-straykids.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=straykids]:before {
  background-image: url("../images/series/ssj/btn-artist-straykids-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=BANG-CHAN] {
  background-image: url("../images/series/ssj/img-straykids-BANG-CHAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=LEE-KNOW] {
  background-image: url("../images/series/ssj/img-straykids-LEE-KNOW.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=CHANGBIN] {
  background-image: url("../images/series/ssj/img-straykids-CHANGBIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=HYUNJIN] {
  background-image: url("../images/series/ssj/img-straykids-HYUNJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=HAN] {
  background-image: url("../images/series/ssj/img-straykids-HAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=FELIX] {
  background-image: url("../images/series/ssj/img-straykids-FELIX.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=SEUNGMIN] {
  background-image: url("../images/series/ssj/img-straykids-SEUNGMIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=straykids] li[data-member=I-N] {
  background-image: url("../images/series/ssj/img-straykids-I-N.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssj] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssj.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=itzy] {
  background-image: url("../images/series/ssj/btn-artist-itzy.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=itzy]:before {
  background-image: url("../images/series/ssj/btn-artist-itzy-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=itzy] li[data-member=YEJI] {
  background-image: url("../images/series/ssj/img-itzy-YEJI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=itzy] li[data-member=LIA] {
  background-image: url("../images/series/ssj/img-itzy-LIA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=itzy] li[data-member=RYUJIN] {
  background-image: url("../images/series/ssj/img-itzy-RYUJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=itzy] li[data-member=CHAERYEONG] {
  background-image: url("../images/series/ssj/img-itzy-CHAERYEONG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=itzy] li[data-member=YUNA] {
  background-image: url("../images/series/ssj/img-itzy-YUNA.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssj] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssj.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nmixx] {
  background-image: url("../images/series/ssj/btn-artist-nmixx.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=nmixx]:before {
  background-image: url("../images/series/ssj/btn-artist-nmixx-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nmixx] li[data-member=LILY] {
  background-image: url("../images/series/ssj/img-nmixx-LILY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nmixx] li[data-member=HAEWON] {
  background-image: url("../images/series/ssj/img-nmixx-HAEWON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nmixx] li[data-member=SULLYOON] {
  background-image: url("../images/series/ssj/img-nmixx-SULLYOON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nmixx] li[data-member=BAE] {
  background-image: url("../images/series/ssj/img-nmixx-BAE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nmixx] li[data-member=JIWOO] {
  background-image: url("../images/series/ssj/img-nmixx-JIWOO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=nmixx] li[data-member=KYUJIN] {
  background-image: url("../images/series/ssj/img-nmixx-KYUJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssj] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssj.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=kickflip] {
  background-image: url("../images/series/ssj/btn-artist-kickflip.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=kickflip]:before {
  background-image: url("../images/series/ssj/btn-artist-kickflip-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kickflip] li[data-member=KYEHOON] {
  background-image: url("../images/series/ssj/img-kickflip-KYEHOON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kickflip] li[data-member=AMARU] {
  background-image: url("../images/series/ssj/img-kickflip-AMARU.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kickflip] li[data-member=DONGHWA] {
  background-image: url("../images/series/ssj/img-kickflip-DONGHWA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kickflip] li[data-member=JUWANG] {
  background-image: url("../images/series/ssj/img-kickflip-JUWANG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kickflip] li[data-member=MINJE] {
  background-image: url("../images/series/ssj/img-kickflip-MINJE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kickflip] li[data-member=KEIJU] {
  background-image: url("../images/series/ssj/img-kickflip-KEIJU.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kickflip] li[data-member=DONGHYEON] {
  background-image: url("../images/series/ssj/img-kickflip-DONGHYEON.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sss] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sss.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=monstax] {
  background-image: url("../images/series/sss/btn-artist-monstax.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=monstax]:before {
  background-image: url("../images/series/sss/btn-artist-monstax-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=monstax] li[data-member=SHOWNU] {
  background-image: url("../images/series/sss/img-monstax-SHOWNU.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=monstax] li[data-member=MINHYUK] {
  background-image: url("../images/series/sss/img-monstax-MINHYUK.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=monstax] li[data-member=KIHYUN] {
  background-image: url("../images/series/sss/img-monstax-KIHYUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=monstax] li[data-member=HYUNGWON] {
  background-image: url("../images/series/sss/img-monstax-HYUNGWON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=monstax] li[data-member=JOOHONEY] {
  background-image: url("../images/series/sss/img-monstax-JOOHONEY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=monstax] li[data-member=I-M] {
  background-image: url("../images/series/sss/img-monstax-I-M.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sss] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sss.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=wjsn] {
  background-image: url("../images/series/sss/btn-artist-wjsn.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=wjsn]:before {
  background-image: url("../images/series/sss/btn-artist-wjsn-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=EXY] {
  background-image: url("../images/series/sss/img-wjsn-EXY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=SEOLA] {
  background-image: url("../images/series/sss/img-wjsn-SEOLA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=BONA] {
  background-image: url("../images/series/sss/img-wjsn-BONA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=SOOBIN] {
  background-image: url("../images/series/sss/img-wjsn-SOOBIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=LUDA] {
  background-image: url("../images/series/sss/img-wjsn-LUDA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=DAWON] {
  background-image: url("../images/series/sss/img-wjsn-DAWON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=EUNSEO] {
  background-image: url("../images/series/sss/img-wjsn-EUNSEO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=YEOREUM] {
  background-image: url("../images/series/sss/img-wjsn-YEOREUM.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=DAYOUNG] {
  background-image: url("../images/series/sss/img-wjsn-DAYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=wjsn] li[data-member=YEONJUNG] {
  background-image: url("../images/series/sss/img-wjsn-YEONJUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sss] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sss.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=crayity] {
  background-image: url("../images/series/sss/btn-artist-crayity.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=crayity]:before {
  background-image: url("../images/series/sss/btn-artist-crayity-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=SERIM] {
  background-image: url("../images/series/sss/img-crayity-SERIM.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=ALLEN] {
  background-image: url("../images/series/sss/img-crayity-ALLEN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=JUNGMO] {
  background-image: url("../images/series/sss/img-crayity-JUNGMO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=WOOBIN] {
  background-image: url("../images/series/sss/img-crayity-WOOBIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=WONJIN] {
  background-image: url("../images/series/sss/img-crayity-WONJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=MINHEE] {
  background-image: url("../images/series/sss/img-crayity-MINHEE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=HYEONGJUN] {
  background-image: url("../images/series/sss/img-crayity-HYEONGJUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=TAEYOUNG] {
  background-image: url("../images/series/sss/img-crayity-TAEYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=crayity] li[data-member=SEONGMIN] {
  background-image: url("../images/series/sss/img-crayity-SEONGMIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sss] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sss.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=ive] {
  background-image: url("../images/series/sss/btn-artist-ive.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=ive]:before {
  background-image: url("../images/series/sss/btn-artist-ive-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=ive] li[data-member=ANYUJIN] {
  background-image: url("../images/series/sss/img-ive-ANYUJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=ive] li[data-member=GAEUL] {
  background-image: url("../images/series/sss/img-ive-GAEUL.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=ive] li[data-member=REI] {
  background-image: url("../images/series/sss/img-ive-REI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=ive] li[data-member=JANGWONYOUNG] {
  background-image: url("../images/series/sss/img-ive-JANGWONYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=ive] li[data-member=LIZ] {
  background-image: url("../images/series/sss/img-ive-LIZ.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=ive] li[data-member=LEESEO] {
  background-image: url("../images/series/sss/img-ive-LEESEO.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sss] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sss.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=kiiikiii] {
  background-image: url("../images/series/sss/btn-artist-kiiikiii.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=kiiikiii]:before {
  background-image: url("../images/series/sss/btn-artist-kiiikiii-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kiiikiii] li[data-member=JIYU] {
  background-image: url("../images/series/sss/img-kiiikiii-JIYU.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kiiikiii] li[data-member=LEESOL] {
  background-image: url("../images/series/sss/img-kiiikiii-LEESOL.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kiiikiii] li[data-member=SUI] {
  background-image: url("../images/series/sss/img-kiiikiii-SUI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kiiikiii] li[data-member=HAUM] {
  background-image: url("../images/series/sss/img-kiiikiii-HAUM.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kiiikiii] li[data-member=KYAN] {
  background-image: url("../images/series/sss/img-kiiikiii-KYAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssat] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssat.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=attez1] {
  background-image: url("../images/series/ssat/btn-artist-attez1.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=attez1]:before {
  background-image: url("../images/series/ssat/btn-artist-attez1-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=HONGJOONG] {
  background-image: url("../images/series/ssat/img-attez1-HONGJOONG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=SEONGHWA] {
  background-image: url("../images/series/ssat/img-attez1-SEONGHWA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=YUNHO] {
  background-image: url("../images/series/ssat/img-attez1-YUNHO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=YEOSANG] {
  background-image: url("../images/series/ssat/img-attez1-YEOSANG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=SAN] {
  background-image: url("../images/series/ssat/img-attez1-SAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=MINGI] {
  background-image: url("../images/series/ssat/img-attez1-MINGI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=WOOYOUNG] {
  background-image: url("../images/series/ssat/img-attez1-WOOYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez1] li[data-member=JONGHO] {
  background-image: url("../images/series/ssat/img-attez1-JONGHO.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssat] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssat.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=attez2] {
  background-image: url("../images/series/ssat/btn-artist-attez2.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=attez2]:before {
  background-image: url("../images/series/ssat/btn-artist-attez2-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=HONGJOONG] {
  background-image: url("../images/series/ssat/img-attez2-HONGJOONG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=SEONGHWA] {
  background-image: url("../images/series/ssat/img-attez2-SEONGHWA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=YUNHO] {
  background-image: url("../images/series/ssat/img-attez2-YUNHO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=YEOSANG] {
  background-image: url("../images/series/ssat/img-attez2-YEOSANG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=SAN] {
  background-image: url("../images/series/ssat/img-attez2-SAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=MINGI] {
  background-image: url("../images/series/ssat/img-attez2-MINGI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=WOOYOUNG] {
  background-image: url("../images/series/ssat/img-attez2-WOOYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez2] li[data-member=JONGHO] {
  background-image: url("../images/series/ssat/img-attez2-JONGHO.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=ssat] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-ssat.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=attez3] {
  background-image: url("../images/series/ssat/btn-artist-attez3.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=attez3]:before {
  background-image: url("../images/series/ssat/btn-artist-attez3-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=HONGJOONG] {
  background-image: url("../images/series/ssat/img-attez3-HONGJOONG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=SEONGHWA] {
  background-image: url("../images/series/ssat/img-attez3-SEONGHWA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=YUNHO] {
  background-image: url("../images/series/ssat/img-attez3-YUNHO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=YEOSANG] {
  background-image: url("../images/series/ssat/img-attez3-YEOSANG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=SAN] {
  background-image: url("../images/series/ssat/img-attez3-SAN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=MINGI] {
  background-image: url("../images/series/ssat/img-attez3-MINGI.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=WOOYOUNG] {
  background-image: url("../images/series/ssat/img-attez3-WOOYOUNG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=attez3] li[data-member=JONGHO] {
  background-image: url("../images/series/ssat/img-attez3-JONGHO.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sssc] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sssc.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=stayc1] {
  background-image: url("../images/series/sssc/btn-artist-stayc1.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=stayc1]:before {
  background-image: url("../images/series/sssc/btn-artist-stayc1-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc1] li[data-member=SUMIN] {
  background-image: url("../images/series/sssc/img-stayc1-SUMIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc1] li[data-member=SIEUN] {
  background-image: url("../images/series/sssc/img-stayc1-SIEUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc1] li[data-member=ISA] {
  background-image: url("../images/series/sssc/img-stayc1-ISA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc1] li[data-member=SEEUN] {
  background-image: url("../images/series/sssc/img-stayc1-SEEUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc1] li[data-member=YOON] {
  background-image: url("../images/series/sssc/img-stayc1-YOON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc1] li[data-member=J] {
  background-image: url("../images/series/sssc/img-stayc1-J.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sssc] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sssc.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=stayc2] {
  background-image: url("../images/series/sssc/btn-artist-stayc2.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=stayc2]:before {
  background-image: url("../images/series/sssc/btn-artist-stayc2-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc2] li[data-member=SUMIN] {
  background-image: url("../images/series/sssc/img-stayc2-SUMIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc2] li[data-member=SIEUN] {
  background-image: url("../images/series/sssc/img-stayc2-SIEUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc2] li[data-member=ISA] {
  background-image: url("../images/series/sssc/img-stayc2-ISA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc2] li[data-member=SEEUN] {
  background-image: url("../images/series/sssc/img-stayc2-SEEUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc2] li[data-member=YOON] {
  background-image: url("../images/series/sssc/img-stayc2-YOON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc2] li[data-member=J] {
  background-image: url("../images/series/sssc/img-stayc2-J.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sssc] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sssc.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=stayc3] {
  background-image: url("../images/series/sssc/btn-artist-stayc3.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=stayc3]:before {
  background-image: url("../images/series/sssc/btn-artist-stayc3-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc3] li[data-member=SUMIN] {
  background-image: url("../images/series/sssc/img-stayc3-SUMIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc3] li[data-member=SIEUN] {
  background-image: url("../images/series/sssc/img-stayc3-SIEUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc3] li[data-member=ISA] {
  background-image: url("../images/series/sssc/img-stayc3-ISA.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc3] li[data-member=SEEUN] {
  background-image: url("../images/series/sssc/img-stayc3-SEEUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc3] li[data-member=YOON] {
  background-image: url("../images/series/sssc/img-stayc3-YOON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=stayc3] li[data-member=J] {
  background-image: url("../images/series/sssc/img-stayc3-J.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sswo] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sswo.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=zb1] {
  background-image: url("../images/series/sswo/btn-artist-zb1.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=zb1]:before {
  background-image: url("../images/series/sswo/btn-artist-zb1-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=SUNGHANBIN] {
  background-image: url("../images/series/sswo/img-zb1-SUNGHANBIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=KIMJIWOONG] {
  background-image: url("../images/series/sswo/img-zb1-KIMJIWOONG.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=ZHANGHAO] {
  background-image: url("../images/series/sswo/img-zb1-ZHANGHAO.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=SEOKMATTHEW] {
  background-image: url("../images/series/sswo/img-zb1-SEOKMATTHEW.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=KIMTAERAE] {
  background-image: url("../images/series/sswo/img-zb1-KIMTAERAE.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=RICKY] {
  background-image: url("../images/series/sswo/img-zb1-RICKY.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=KIMGYUVIN] {
  background-image: url("../images/series/sswo/img-zb1-KIMGYUVIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=PARKGUNWOOK] {
  background-image: url("../images/series/sswo/img-zb1-PARKGUNWOOK.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=zb1] li[data-member=HANYUJIN] {
  background-image: url("../images/series/sswo/img-zb1-HANYUJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__agency[data-agency=sswo] .btn-artist:after {
  background-image: url("../images/series/btn-artist-on-sswo.svg");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=kep1er] {
  background-image: url("../images/series/sswo/btn-artist-kep1er.png");
}
.service-ss .section--series .section__content .series .artist .artist__list .btn-artist[data-value=kep1er]:before {
  background-image: url("../images/series/sswo/btn-artist-kep1er-on.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kep1er] li[data-member=YUJIN] {
  background-image: url("../images/series/sswo/img-kep1er-YUJIN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kep1er] li[data-member=XIAOTING] {
  background-image: url("../images/series/sswo/img-kep1er-XIAOTING.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kep1er] li[data-member=CHAEHYUN] {
  background-image: url("../images/series/sswo/img-kep1er-CHAEHYUN.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kep1er] li[data-member=DAYEON] {
  background-image: url("../images/series/sswo/img-kep1er-DAYEON.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kep1er] li[data-member=HIKARU] {
  background-image: url("../images/series/sswo/img-kep1er-HIKARU.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kep1er] li[data-member=HUENINGBAHIYYIH] {
  background-image: url("../images/series/sswo/img-kep1er-HUENINGBAHIYYIH.png");
}
.service-ss .section--series .section__content .series .artist .artist__info[data-artist=kep1er] li[data-member=YOUNGEUN] {
  background-image: url("../images/series/sswo/img-kep1er-YOUNGEUN.png");
}
.service-ss .section--event {
  height: 1080px;
}
.service-ss .section--event .section__title {
  padding-top: 2px;
  text-align: center;
}
.service-ss .section--event .section__title h4 {
  height: 64px;
  padding-top: 100px;
}
.service-ss .section--event .section__title h4 img {
  width: auto;
  height: 56px;
}
.service-ss .section--event .section__title p {
  padding-top: 35px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: center;
}
.service-ss .section--event .section__content .event {
  padding-top: 40px;
}
.service-ss .section--event .section__content .event__slide {
  position: relative;
  width: 1328px;
  height: 602px;
  margin: 0 auto;
  opacity: 0;
}
.service-ss .section--event .section__content .event__slide .slick-list {
  width: 1140px;
  height: 530px;
  margin: 0 auto;
}
.service-ss .section--event .section__content .event__slide .event__slide-item {
  width: 1140px;
  height: 530px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item .grid {
  position: relative;
  width: 100%;
  height: 100%;
}
.service-ss .section--event .section__content .event__slide .event__slide-item .grid .btn-img {
  overflow: hidden;
  position: absolute;
  border-radius: 32px;
  opacity: 0;
  transform: translateY(30px);
}
.service-ss .section--event .section__content .event__slide .event__slide-item .grid .btn-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: transform 0.15s linear;
}
.service-ss .section--event .section__content .event__slide .event__slide-item .grid .btn-img:hover img, .service-ss .section--event .section__content .event__slide .event__slide-item .grid .btn-img.nice-select.open img {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.service-ss .section--event .section__content .event__slide .event__slide-item--1 .btn-img[data-index="0"] {
  left: 0;
  bottom: 0;
  width: 273px;
  height: 203px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--1 .btn-img[data-index="1"] {
  left: 288.5px;
  bottom: 0;
  width: 321px;
  height: 385px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--1 .btn-img[data-index="2"] {
  left: 624.5px;
  bottom: 0;
  width: 251px;
  height: 485px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--1 .btn-img[data-index="3"] {
  right: 0;
  bottom: 0;
  width: 251px;
  height: 155px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--1 .btn-img[data-index="4"] {
  left: 0;
  bottom: 217px;
  width: 273px;
  height: 203px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--1 .btn-img[data-index="5"] {
  right: 0;
  bottom: 170px;
  width: 251px;
  height: 360px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--2 .btn-img[data-index="6"] {
  left: 0;
  bottom: 0;
  width: 251px;
  height: 265px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--2 .btn-img[data-index="7"] {
  left: 265.5px;
  bottom: 0;
  width: 324px;
  height: 190px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--2 .btn-img[data-index="8"] {
  left: 604.5px;
  bottom: 0;
  width: 271px;
  height: 300px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--2 .btn-img[data-index="9"] {
  right: 0;
  bottom: 0;
  width: 251px;
  height: 370px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--2 .btn-img[data-index="10"] {
  left: 0;
  bottom: 281px;
  width: 251px;
  height: 190px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--2 .btn-img[data-index="11"] {
  left: 265.5px;
  bottom: 206px;
  width: 324px;
  height: 190px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--2 .btn-img[data-index="12"] {
  right: 0;
  bottom: 386px;
  width: 251px;
  height: 145px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--3 .btn-img[data-index="13"] {
  left: 0;
  bottom: 0;
  width: 311px;
  height: 530px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--3 .btn-img[data-index="14"] {
  left: 325.5px;
  bottom: 0;
  width: 334px;
  height: 220px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--3 .btn-img[data-index="15"] {
  left: 674.5px;
  bottom: 0;
  width: 221px;
  height: 301px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--3 .btn-img[data-index="16"] {
  right: 0;
  bottom: 0;
  width: 231px;
  height: 280px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--3 .btn-img[data-index="17"] {
  left: 326px;
  bottom: 236px;
  width: 158px;
  height: 152px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--3 .btn-img[data-index="18"] {
  left: 500px;
  bottom: 236px;
  width: 158px;
  height: 152px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item--3 .btn-img[data-index="19"] {
  left: 674.5px;
  bottom: 324px;
  width: 221px;
  height: 130px;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s, transform 0.3s;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img:nth-of-type(1) {
  transition-delay: 0.15s;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img:nth-of-type(2) {
  transition-delay: 0.2s;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img:nth-of-type(3) {
  transition-delay: 0.25s;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img:nth-of-type(4) {
  transition-delay: 0.3s;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img:nth-of-type(5) {
  transition-delay: 0.35s;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img:nth-of-type(6) {
  transition-delay: 0.4s;
}
.service-ss .section--event .section__content .event__slide .event__slide-item.slick-current .grid .btn-img:nth-of-type(7) {
  transition-delay: 0.45s;
}
.service-ss .section--event .section__content .event__slide .slick-arrow {
  position: absolute;
  top: 230px;
  width: 70px;
  height: 70px;
  background: url("../images/btn-slide-arrow-right.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--event .section__content .event__slide .slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/btn-slide-arrow-right-on-pink.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--event .section__content .event__slide .slick-arrow:hover:after, .service-ss .section--event .section__content .event__slide .slick-arrow.nice-select.open:after {
  opacity: 1;
}
.service-ss .section--event .section__content .event__slide .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.service-ss .section--event .section__content .event__slide .slick-arrow.slick-next {
  right: 0;
}
.service-ss .section--event .section__content .event__slide .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 41px;
}
.service-ss .section--event .section__content .event__slide .slick-dots li {
  position: relative;
  width: 33px;
  height: 32px;
  margin-right: 16px;
  cursor: pointer;
  background: url("../images/bu-pagination-pink.svg") no-repeat;
  background-size: contain;
}
.service-ss .section--event .section__content .event__slide .slick-dots li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/bu-pagination-pink-on.svg") no-repeat;
  background-size: contain;
}
.service-ss .section--event .section__content .event__slide .slick-dots li:last-of-type {
  margin-right: 0;
}
.service-ss .section--event .section__content .event__slide .slick-dots li:hover:before, .service-ss .section--event .section__content .event__slide .slick-dots li.nice-select.open:before {
  opacity: 1;
}
.service-ss .section--event .section__content .event__slide .slick-dots li.slick-active:before {
  opacity: 1 !important;
}
.service-ss .section--event .section__content .event__slide--on {
  opacity: 1;
}
.service-ss .section--event .section__content .event__btn-area {
  padding-top: 41px;
  text-align: center;
}
.service-ss .section--event .section__content .event__btn-area .btn-ss-store {
  display: inline-block;
  position: relative;
  width: 374px;
  height: 70px;
  background: url("../images/ko/btn-store-ss-l-ko.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--event .section__content .event__btn-area .btn-ss-store .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/ko/btn-store-ss-l-ko-on.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--event .section__content .event__btn-area .btn-ss-store:hover .bg, .service-ss .section--event .section__content .event__btn-area .btn-ss-store.nice-select.open .bg {
  opacity: 1;
}
.service-ss .section--ssgo {
  box-sizing: border-box;
  height: 1060px;
  padding-top: 157px;
}
.service-ss .section--ssgo .section__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1348px;
  height: 722px;
  padding-top: 26px;
  margin: 0 auto;
}
.service-ss .section--ssgo .section__title {
  width: 500px;
  padding-top: 61px;
}
.service-ss .section--ssgo .section__title h4 img {
  width: auto;
  height: 58px;
}
.service-ss .section--ssgo .section__title .desc-list {
  position: relative;
  height: 422px;
}
.service-ss .section--ssgo .section__title .desc-list__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(50px);
}
.service-ss .section--ssgo .section__title .desc-list__item .subtitle {
  padding-top: 40px;
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.service-ss .section--ssgo .section__title .desc-list__item .desc {
  padding-top: 36px;
  color: #D4D4D8;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
.service-ss .section--ssgo .section__title .desc-list__item:nth-of-type(3) .subtitle {
  font-size: 41px;
}
.service-ss .section--ssgo .section__title .desc-list__item:nth-of-type(5) .subtitle {
  font-size: 40px;
}
.service-ss .section--ssgo .section__title .desc-list__item--on {
  position: relative;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition: opacity 0.3s linear, transform 0.3s;
}
.service-ss .section--ssgo .section__title .btn-area .btn-go {
  display: inline-block;
  position: relative;
  width: 349px;
  height: 70px;
  background: url("../images/ko/btn-store-go-l-ko.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--ssgo .section__title .btn-area .btn-go .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/ko/btn-store-go-l-ko-on.svg") center no-repeat;
  background-size: contain;
}
.service-ss .section--ssgo .section__title .btn-area .btn-go:hover .bg, .service-ss .section--ssgo .section__title .btn-area .btn-go.nice-select.open .bg {
  opacity: 1;
}
.service-ss .section--ssgo .section__title .btn-area .btn-go--coming {
  width: 343px !important;
  background-image: url("../images/btn-store-coming.svg") !important;
}
.service-ss .section--ssgo .section__title .btn-area .btn-go--coming .bg {
  display: none;
}
.service-ss .section--ssgo .section__content {
  width: 737px;
  height: 722px;
}
.service-ss .section--ssgo .section__content .ssgo__slide {
  overflow: hidden;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-wrapper {
  width: 720px;
  height: 729px;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-slide {
  position: relative;
  width: 324px;
  height: 670px;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-slide .btn-sso-slide {
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 324px;
  margin-left: -162px;
  height: auto;
  border-radius: 30px;
  transform: scale(0.737);
  transition: transform 0.2s linear;
  background-color: #000;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-slide .btn-sso-slide img {
  width: 100%;
  height: auto;
  opacity: 0.3;
  transition: opacity 0.2s linear;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-slide.swiper-slide-active .btn-sso-slide {
  transform: scale(1);
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-slide.swiper-slide-active .btn-sso-slide img {
  opacity: 1;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 19px;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 33px;
  height: 33px;
  margin-right: 12px;
  cursor: pointer;
  opacity: 1;
  background: url("../images/bu-pagination-purple.svg") no-repeat;
  background-size: contain;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  background: url("../images/bu-pagination-purple-on.svg") no-repeat;
  background-size: contain;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-pagination .swiper-pagination-bullet:hover:before, .service-ss .section--ssgo .section__content .ssgo__slide .swiper-pagination .swiper-pagination-bullet.nice-select.open:before {
  opacity: 1;
}
.service-ss .section--ssgo .section__content .ssgo__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1 !important;
}
.service-ss .section--ssgo .section__content .ssgo__slide--on {
  opacity: 1;
}
.service-ss .float-banner {
  overflow: visible;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 100%;
  max-width: 2560px;
  height: 0;
  transform: translate3d(-50%, -50%, 0);
}
.service-ss .float-banner__wrap {
  box-sizing: border-box;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 197px;
  height: 386px;
  padding: 16px 16px 24px 16px;
  border-radius: 16px;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 0.2s, transform 0.2s;
  text-align: center;
  background-color: #fff;
}
.service-ss .float-banner__icon {
  padding-top: 39px;
}
.service-ss .float-banner__icon a {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: url("../images/icon-sswo.png") center no-repeat;
  background-size: auto 100%;
}
.service-ss .float-banner__title {
  padding-top: 13px;
  color: #18181B;
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.52px;
  font-family: "Noto Sans", "Arial", "Helvetica", "sans-serif";
}
.service-ss .float-banner__desc {
  padding-top: 12px;
  color: #52525B;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.service-ss .float-banner__btn-area {
  padding-top: 39px;
}
.service-ss .float-banner__btn-area .btn-float-reg {
  display: inline-block;
  width: 165px;
  height: 50px;
  border-radius: 83px;
  background: #18181B;
}
.service-ss .float-banner__btn-area .btn-float-reg .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: -0.18px;
}
.service-ss .float-banner__btn-area .btn-float-reg .text span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 50px;
  margin-left: 8px;
  transform: translateX(0);
  transition: transform 0.2s;
  background: url("../images/icon-link.svg") center no-repeat;
  background-size: auto 24px;
}
.service-ss .float-banner__btn-area .btn-float-reg:hover .text span, .service-ss .float-banner__btn-area .btn-float-reg.nice-select.open .text span {
  transform: translateX(5px);
}
.service-ss .float-banner .btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url("../images/btn-close-float.svg") center no-repeat;
  background-size: auto 100%;
}
.service-ss .float-banner--hide .float-banner__wrap {
  opacity: 0;
  transform: translate3d(100%, -50%, 0);
}
.service-ss .btn-top-area {
  position: fixed;
  left: 0;
  bottom: 120px;
  z-index: 10;
  width: 100%;
  min-width: 1540px;
  max-width: 2560px;
  height: 0;
}
.service-ss .btn-top-area .btn-scroll-top {
  display: none;
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 58px;
  height: 68px;
  opacity: 1;
  transition: opacity 0.2s;
}
.service-ss .btn-top-area .btn-scroll-top .skip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  transform: scale(1);
  transition: transform 0.2s;
  background: url("../images/btn-scroll-top.png") center no-repeat;
  background-size: auto 100%;
}
.service-ss .btn-top-area .btn-scroll-top:hover .skip, .service-ss .btn-top-area .btn-scroll-top.nice-select.open .skip {
  transform: scale(1.1);
}
.service-ss .btn-top-area .btn-scroll-top--hide {
  opacity: 0;
}

html[lang=en] .service-ss .section--main .section__content .store__list .link-store--ss {
  background-image: url("../images/en/btn-store-ss-en.svg");
}
html[lang=en] .service-ss .section--main .section__content .store__list .link-store--ss .bg {
  background-image: url("../images/en/btn-store-ss-en-on.svg");
}
html[lang=en] .service-ss .section--main .section__content .store__list .link-store--go {
  background-image: url("../images/en/btn-store-go-en.svg");
}
html[lang=en] .service-ss .section--main .section__content .store__list .link-store--go .bg {
  background-image: url("../images/en/btn-store-go-en-on.svg");
}
html[lang=en] .service-ss .section--main .section__content .store__list .link-store--go[disabled] {
  background-image: url("../images/en/btn-store-go-en-disabled.svg") !important;
}
html[lang=en] .service-ss .section--game .section__title h4 img {
  height: 57px;
}
html[lang=en] .service-ss .section--game .section__content {
  padding-top: 40px;
}
html[lang=en] .service-ss .section--game .section__content .game-info__slide .slick-slide p {
  padding-bottom: 41px;
}
html[lang=en] .service-ss .section--series .section__title h4 img {
  height: 57px;
}
html[lang=en] .service-ss .section--event .section__title h4 img {
  height: 57px;
}
html[lang=en] .service-ss .section--event .section__title p {
  padding-top: 40px;
}
html[lang=en] .service-ss .section--event .section__content .event__btn-area .btn-ss-store {
  width: 408px;
  background-image: url("../images/en/btn-store-ss-l-en.svg");
}
html[lang=en] .service-ss .section--event .section__content .event__btn-area .btn-ss-store .bg {
  background-image: url("../images/en/btn-store-ss-l-en-on.svg");
}
html[lang=en] .service-ss .section--ssgo .section__title {
  padding-top: 65px;
}
html[lang=en] .service-ss .section--ssgo .section__title h4 img {
  width: auto;
  height: 65px;
}
html[lang=en] .service-ss .section--ssgo .section__title .desc-list {
  height: 412px;
}
html[lang=en] .service-ss .section--ssgo .section__title .desc-list__item .subtitle {
  padding-top: 33px;
  line-height: 130%;
}
html[lang=en] .service-ss .section--ssgo .section__title .desc-list__item .desc {
  padding-top: 24px;
  font-size: 24px;
}
html[lang=en] .service-ss .section--ssgo .section__title .desc-list__item:nth-of-type(1) .subtitle {
  font-size: 36px;
}
html[lang=en] .service-ss .section--ssgo .section__title .desc-list__item:nth-of-type(2) .subtitle, html[lang=en] .service-ss .section--ssgo .section__title .desc-list__item:nth-of-type(4) .subtitle {
  font-size: 45px;
}
html[lang=en] .service-ss .section--ssgo .section__title .desc-list__item:nth-of-type(3) .subtitle {
  font-size: 38px;
}
html[lang=en] .service-ss .section--ssgo .section__title .desc-list__item:nth-of-type(5) .subtitle {
  font-size: 35px;
}
html[lang=en] .service-ss .section--ssgo .section__title .btn-area .btn-go {
  width: 357px;
  background-image: url("../images/en/btn-store-go-l-en.svg");
}
html[lang=en] .service-ss .section--ssgo .section__title .btn-area .btn-go .bg {
  background-image: url("../images/en/btn-store-go-l-en-on.svg");
}
html[lang=en] .service-ss .float-banner__btn-area .btn-float-reg .text span {
  margin-left: -5px;
}
