<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.main-visual .mv__dots {
  display: none;
}

.main-visual .mv__sns {
  left: 3%;
}

.main-visual .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 25px;
}

.main-visual .slick-dots li {
  display: inline;
  margin: 0 10px;
}

.main-visual .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.main-visual .slick-dots li.slick-active button {
  background-color: #fd1e6f;
}

.main__section01 .section__banner {
  margin-top: 45px;
}

.main__section01 .section__marquee {
  margin-top: 40px;
}

.main__movie .inner {
  margin-left: 40px;
  margin-right: 40px;
}

.main__movie .movie__list .items img {
  width: 330px;
}

.main__movie .movie__list .items.slick-center img {
  width: 400px;
  height: 223.69px;
}

.main__movie .movie__next,
.main__movie .movie__prev {
  width: 20px;
  height: 35px;
}

.main__movie .movie__next {
  right: -35px;
}

.main__movie .movie__prev {
  left: -35px;
}

.main__event {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main__event iframe {
  display: none;
}

/* 타블렛 세로 */
@media all and (max-width: 1024px) {
  .main__section01 .section__news {
    width: calc(70% - 60px);
  }

  .board--style01&gt;a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }

  .board--style01 .board__date {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
  }

  .board--style01 .board__date span {
    font-size: 13px;
  }

  .board--style01 .board__tit {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 16px;
  }

  .main__section01 .section__twitter {
    width: 30%;
  }

  .main__section01 .section__banner .banner__membership::before,
  .main__section01 .section__banner .banner__live::before {
    width: 90px;
    height: 25px;
  }

  .main__section01 .section__banner .banner__live .slick-dots {
    top: 9px;
    left: 110px;
  }

  .main__section01 .section__banner .banner__live .slick-dots li {
    margin: 0 3px;
  }

  .main__section01 .section__banner .banner__live .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width: 768px) {
  .main__movie .movie__list .items.slick-center img {
    width: 330px;
    height: 184.55px;
  }

  .main__movie .movie__list .items img {
    width: 250px;
  }

  .main__movie .movie__list .items {
    margin: 0 5px;
  }

  .main__event .event__tit {
    font-size: 20px;
  }

  .main__event {
    padding: 45px 0;
    margin-bottom: 10px;
  }

  .main__event .event__tit::before {
    width: 100px;
  }

  .main__event .event__para01 {
    font-size: 25px;
    margin-top: 30px;
  }

  .main__event .event__para02 {
    font-size: 16px;
    margin-top: 15px;
  }

  .main__event .event__count {
    margin-top: 45px;
  }

  .main__event .event__count .count__para01 {
    font-size: 40px;
  }

  .main__event .event__count .count__para02 {
    font-size: 13px;
    margin-top: 15px;
  }

  .main__event .event__count&gt;div {
    padding-right: 20px;
    margin-right: 13px;
    position: relative;
  }

  .main__event .event__count&gt;div::before {
    top: 17px;
  }
}

/* 모바일 상세 */
@media all and (max-width: 640px) {
  .main-visual .mv__sns&gt;a {
    margin-bottom: 15px;
    width: 18px;
    padding-left: 0;
  }

  .main-visual .mv__sns {
    bottom: 50px;
  }

  .main-visual .mv__sns .mv__music {
    padding-left: 30px;
    background-size: 25px 25px;
    height: 25px;
  }

  .main-visual .mv__sns .mv__music::before {
    width: 25px;
    height: 25px;
  }

  .main-visual .mv__sns .mv__music .music__info {
    padding: 1px 10px;
  }

  .main-visual .mv__sns .mv__music .music__btn {
    width: 5px;
    height: 8px;
  }

  .main-visual .mv__sns .mv__music .music__btn::before {
    height: 12px;
    top: -1px;
  }

  .main-visual .mv__sns .mv__music .music__tit {
    width: 170px;
    font-size: 12px;
  }

  .main-visual .slick-dots {
    bottom: 20px;
  }

  .main-visual .slick-dots li {
    margin: 0 5px;
  }

  .main-visual .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .main__section01 {
    margin-top: 45px;
  }

  .tit__wrap {
    margin-bottom: 15px;
  }

  .tit__wrap a {
    width: 40px;
  }

  .tit__wrap .main__tit {
    font-size: 25px;
  }

  .main__section01 .section__news {
    width: 100%;
  }

  .main__section01 .section__twitter {
    width: 100%;
    margin-top: 45px;
  }

  .main__section01 .section__twitter img {
    width: 100%;
  }

  .main__section01 .section__banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__section01 .section__banner .banner__live {
    width: 100%;
  }

  .main__section01 .section__banner .banner__membership {
    width: 100%;
    margin-top: 15px;
  }

  .main__section01 .section__banner .banner__membership img {
    width: 100%;
  }

  .main__section01 .section__marquee {
    font-size: 70px;
    line-height: 55px;
  }

  .main__movie {
    padding: 45px 0;
  }

  .main__tit02 {
    font-size: 25px;
  }

  .main__movie .inner {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .main__movie .movie__next,
  .main__movie .movie__prev {
    width: 12px;
    height: 23px;
  }

  .main__movie .movie__prev {
    left: -18px;
  }

  .main__movie .movie__next {
    right: -18px;
  }

  .main__movie .movie__list .items {
    margin: 0 5px;
  }

  .main__movie .movie__list .items.slick-center img {
    width: 180px;
    height: 100.66px;
  }

  .main__movie .movie__list .items img {
    width: 140px;
  }

  .main__movie .movie__list .items::before {
    width: 15px;
    height: 18px;
  }

  .main__movie .movie__list .items.slick-center::before {
    width: 22px;
    height: 26px;
  }

  .main__movie .movie__singer {
    font-size: 16px;
  }

  .main__movie .movie__song {
    font-size: 14px;
    margin-top: 7px;
  }

  .main__movie .movie__link {
    margin-top: 25px;
  }

  .btn--style01 {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }

  .main__event .event__tit {
    font-size: 16px;
    padding-bottom: 14px;
  }

  .main__event .event__tit::before {
    width: 80px;
  }

  .main__event .event__para01 {
    font-size: 6vw;
    margin-top: 20px;
  }

  .main__event .event__para02 {
    font-size: 3vw;
    margin-top: 12px;
  }

  .main__event .event__count {
    margin-top: 30px;
  }

  .main__event .event__count .count__para01 {
    font-size: 30px;
  }

  .main__event .event__count .count__para02 {
    font-size: 2vw;
    margin-top: 15px;
  }

  .main__event .event__count&gt;div {
    padding-right: 20px;
    margin-right: 13px;
    position: relative;
  }

  .main__event .event__count&gt;div::before {
    top: 15px;
    width: 3px;
    height: 3px;
  }

  .main__event .event__count&gt;div {
    padding-right: 15px;
    margin-right: 10px;
  }

  .main__event .event__link {
    margin-top: 25px;
  }

  .popup__wrap .popup__close {
    width: 20px;
    height: 20px;
    top: -30px;
  }
}

/* 모바일 가로 */</pre></body></html>