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

.img--style01 {
  display: block;
}

.img--style02 {
  display: block;
  margin: auto;
}

.main-visual .items img {
  width: 100%;
}

.main-visual .mv__dots {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 21px;
  border-radius: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 80px;
  z-index: 1;
}

.main-visual .mv__dots .dot {
  position: relative;
  height: 27px;
  width: 27px;
  cursor: pointer;
}

.main-visual .mv__dots .dot::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-visual .mv__dots .dot .circle__track {
  stroke: #ccc;
  stroke-dasharray: 79;
  stroke-dashoffset: 79;
}

.main-visual .mv__dots .dot .circle__fill {
  stroke-dasharray: 79;
  stroke-dashoffset: 79;
  stroke: #fff;
}

.main-visual .mv__dots .dot.active .circle__track {
  stroke-dashoffset: 0;
}

.main-visual .mv__dots .dot.active .circle__fill {
  -webkit-animation: stroke 5s linear forwards;
  animation: stroke 5s linear forwards;
}

.main-visual .mv__dots .dot__pause {
  width: 6px;
  height: 8px;
  background-image: url(/image/main/pause_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-left: 20px;
}

.main-visual .mv__dots .dot__pause.isPause {
  background-image: url(/image/main/play_btn.png);
}

.main-visual .mv__sns {
  position: absolute;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 80px;
  z-index: 1;
}

.main-visual .mv__sns&gt;a {
  display: block;
  margin-bottom: 30px;
  padding-left: 7px;
}

.main-visual .mv__sns .mv__music {
  padding-left: 40px;
  background-image: url(/image/main/music_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  position: relative;
}

.main-visual .mv__sns .mv__music::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(/image/main/music_icon_dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual .mv__sns .mv__music.active::before {
  -webkit-animation: rolling .7s linear infinite;
  animation: rolling .7s linear infinite;
}

.main-visual .mv__sns .mv__music .music__info {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 20px;
  border-radius: 25px;
}

.main-visual .mv__sns .mv__music .music__btn {
  width: 9px;
  height: 12px;
  background-image: url(/image/main/play_btn02.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-right: 18px;
  position: relative;
}

.main-visual .mv__sns .mv__music .music__btn::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -10px;
  top: -3px;
}

.main-visual .mv__sns .mv__music .music__btn.isPause {
  background-image: url(/image/main/pause_btn02.png);
}

.main-visual .mv__sns .mv__music .music__tit {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.tit__wrap .main__tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  color: #000;
}

.main__tit02 {
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.board--style01&gt;a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0;
  border-bottom: 1px solid #e5e5e5;
}

.board--style01 .board__date {
  color: #cccccc;
  font-size: 18px;
  width: 140px;
  font-weight: 600;
}

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

.board--style01 .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/* 메인 뉴스 &amp; 트위터 &amp; 배너 */
.main__section01 {
  margin-top: 85px;
}

.main__section01&gt;.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main__section01 .section__news {
  width: 800px;
}

.main__section01 .section__twitter {
  width: 420px;
}

.main__section01 .section__twitter .tit__wrap {
  margin-bottom: 12px;
}

.main__section01 .section__banner {
  width: 100%;
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.main__section01 .section__banner .banner__live {
  width: 790px;
  position: relative;
}

.main__section01 .section__banner .banner__live::before {
  content: "";
  width: 125px;
  height: 35px;
  background-image: url(/image/main/live_marker.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.main__section01 .section__banner .banner__live .slick-dots {
  position: absolute;
  top: 13px;
  left: 140px;
}

.main__section01 .section__banner .banner__live .slick-dots li {
  display: inline;
  margin: 0 5px;
}

.main__section01 .section__banner .banner__live .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bebebe;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.main__section01 .section__banner .banner__live .slick-dots li.slick-active button {
  background-color: #fd1e6f;
}

.main__section01 .section__banner .banner__membership {
  width: 480px;
  position: relative;
}

.main__section01 .section__banner .banner__membership::before {
  content: "";
  width: 125px;
  height: 35px;
  background-image: url(/image/main/membership_marker.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.main__section01 .section__marquee {
  margin-top: 75px;
  font-size: 130px;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
  font-family: "Roboto";
  line-height: 100px;
  font-weight: 900;
}

/* 메인 MOVIE */
.main__movie {
  padding-top: 75px;
  padding-bottom: 80px;
  background-color: #f3f3f3;
}

.main__movie .inner {
  margin-top: 48px;
}

.main__movie .movie__list .items {
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.main__movie .movie__list .items::before {
  content: "";
  width: 35px;
  height: 40px;
  /* background-image: url(/image/main/video_icon.png); */
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main__movie .movie__list .items img {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  width: 380px;
}

.main__movie .movie__list .items.slick-center::before {
  content: "";
  width: 46px;
  height: 54px;
  opacity: 1;
}

.main__movie .movie__list .items.slick-center img {
  width: 480px;
  height: 268.44px;
}

.main__movie .movie__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__movie .movie__prev {
  width: 27px;
  height: 48px;
  background-image: url(/image/main/video_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -47px;
  z-index: 1;
  cursor: pointer;
}

.main__movie .movie__next {
  width: 27px;
  height: 48px;
  background-image: url(/image/main/video_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -47px;
  z-index: 1;
  cursor: pointer;
}

.main__movie .movie__singer {
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  color: #000;
}

.main__movie .movie__song {
  margin-top: 11px;
  font-size: 16px;
  color: #7a7a7a;
  text-align: center;
  line-height: 1em;
}

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

/* 메인 EVENT */
.main__event {
  padding: 84px 0 70px;
  /*margin-bottom: 20px; */
  position: relative;
  overflow: hidden;
}

.main__event .event__txt {
  position: relative;
  z-index: 3;
}

.main__event .event__tit {
  font-size: 26px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  letter-spacing: .2em;
  position: relative;
  padding-bottom: 18px;
}

.main__event .event__tit::before {
  content: "";
  width: 130px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__event .event__para01 {
  margin-top: 60px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  color: #fff;
  letter-spacing: .15em;
}

.main__event .event__para02 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: .15em;
}

.main__event .event__count {
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

.main__event .event__count&gt;div::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 40px;
}

.main__event .event__count&gt;div:last-child {
  margin-right: 0;
  padding-right: 0;
}

.main__event .event__count&gt;div:last-child::before {
  display: none;
}

.main__event .event__count .count__para01 {
  font-size: 74px;
  color: #fff;
  line-height: 1em;
  font-family: 'NanumSquareRound';
  letter-spacing: .1em;
}

.main__event .event__count .count__para02 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 1em;
  margin-top: 25px;
  letter-spacing: .2em;
}

.main__event .event__link {
  margin-top: 70px;
  border-color: #fff;
  color: #fff;
  position: relative;
  z-index: 3;
}

.main__event .event__link:hover {
  background-color: #fff;
  color: #000;
}

.main__event .event__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 2;
}

.main__event iframe {
  position: absolute;
  width: 1920px;
  height: 170%;
  top: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.btn--style01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  letter-spacing: .07em;
  font-weight: 400;
}

.btn--style01:hover {
  background-color: #000;
  color: #fff;
}

.popup__wrap {
  width: 1200px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}

.popup__wrap .popup__video {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.popup__wrap .popup__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup__wrap .popup__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  background-image: url(/image/common/popup_close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.popup__dim {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  cursor: pointer;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes rolling {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rolling {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media all and (max-width: 1340px) {
  .main__section01 .section__news {
    width: calc(100% - 480px);
  }

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

  .main__section01 .section__banner .banner__membership {
    width: 37.5%;
  }

  .popup__wrap {
    width: 90%;
  }
}</pre></body></html>