<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mv {
  position: relative;
}

.mv .mv__slide {
  width: calc(100% - 120px);
  position: relative;
}

.mv .mv__slide:hover .slide__prev,
.mv .mv__slide:hover .slide__next {
  opacity: 1;
}

.mv .mv__slide .slide__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.mv .mv__slide .slide__next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.mv .mv__slide .slide__thumb {
  position: absolute;
  width: 125px;
  height: 125px;
  bottom: 85px;
  right: 0;
  overflow: hidden;
  cursor: pointer;
}

.mv .mv__slide .slide__thumb&gt;img {
  -webkit-transform: scale(2.3) translateY(13px);
  transform: scale(2.3) translateY(13px);
}

.mv .mv__slide .slide__nav {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#5055a4), to(#ea018b));
  background: linear-gradient(to right, #5055a4, #ea018b);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mv .mv__slide .slide__nav .nav__inner {
  max-width: 1640px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mv .mv__slide .slide__nav .nav__music {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv .mv__slide .slide__nav .nav__music .music__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 17px 40px 18px 0;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__album {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__song .song__para01 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Noto Sans KR';
  color: #fff;
  line-height: 1em;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__song .song__para02 {
  line-height: 1em;
  color: #fff;
  font-family: 'Noto Sans KR';
  font-size: 13px;
  font-weight: 300;
  margin-top: 9px;
  width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 18px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span {
  display: block;
  width: 2px;
  height: 0px;
  margin-right: 1px;
  background-color: #fff;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span:nth-child(1) {
  height: 12px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span:nth-child(2) {
  height: 7px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span:nth-child(3) {
  height: 4px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span:nth-child(4) {
  height: 16px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span:nth-child(5) {
  height: 13px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span:nth-child(6) {
  height: 7px;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion span:last-child {
  margin-right: 0;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span {
  -webkit-animation: stereo 2.5s infinite;
  animation: stereo 2.5s infinite;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span:nth-child(2) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span:nth-child(4) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span:nth-child(5) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span:nth-child(6) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.mv .mv__slide .slide__nav .nav__music .music__info .info__motion.active span:last-child {
  margin-right: 0;
}

.mv .mv__slide .slide__nav .nav__music .music__control {
  width: 100px;
  border-left: 1px solid rgba(0, 0, 0, .2);
  border-right: 1px solid rgba(0, 0, 0, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mv .mv__slide .slide__nav .nav__music .music__control .control__btn {
  cursor: pointer;
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/image/main/pause_icon.png);
}

.mv .mv__slide .slide__nav .nav__music .music__control .control__btn.isPause {
  background-image: url(/image/main/play_icon.png);
}


.mv .mv__slide .slide__nav .nav__inner .nav__news:first-child {
  padding-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, .2);
}

.mv .mv__slide .slide__nav .nav__inner .nav__news:last-child {
  padding-left: 25px;
}

.mv .mv__slide .slide__nav .nav__news {
  width: 50%;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.mv .mv__slide .slide__nav .nav__news .news__tit {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-right: 45px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.mv .mv__slide .slide__nav .nav__news .news__list {
  width: 100%;
}

.mv .mv__slide .slide__nav .nav__news .news__list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv .mv__slide .slide__nav .nav__news .news__list .list__tit {
  color: #fff;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  width: 390px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mv .mv__slide .slide__nav .nav__news .news__list .list__date {
  color: #fff;
  font-size: 13px;
  margin-left: auto;
}

.mv .mv__slide .slide__nav .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 35px;
}

.mv .mv__slide .slide__nav .nav__menu&gt;a {
  margin: 0 22px;
  text-align: center;
}

.mv .mv__slide .slide__nav .nav__menu&gt;a p {
  position: relative;
  font-size: 17px;
  color: #fff;
  display: inline-block;
}

.mv .mv__slide .slide__nav .nav__menu&gt;a.active p {
  font-weight: 700;
}

.mv .mv__slide .slide__nav .nav__menu&gt;a.active p::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -10px;
  top: -3px;
}

.mv .mv__slide .items {
  overflow: hidden;
}

.mv .mv__slide .items img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.mv .mv__slide .items.slick-active img {
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
}

.mv .mv__side {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 120px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mv .mv__side .side__pager p {
  font-size: 15px;
  color: #acacac;
  font-weight: 700;
  position: relative;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  padding-bottom: 20px;
  cursor: pointer;
}

.mv .mv__side .side__pager p::before {
  content: "";
  width: 1px;
  height: 0;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.mv .mv__side .side__pager p.active {
  color: #000;
  padding-bottom: 120px;
}

.mv .mv__side .side__pager p.active::before {
  height: 100px;
}

.mv .mv__side .side__sns {
  margin-top: 140px;
}

.mv .mv__side .side__sns&gt;a {
  margin-bottom: 25px;
  display: block;
  opacity: 0.3;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.mv .mv__side .side__sns&gt;a:hover {
  opacity: 1;
}

.mv .mv__side .side__sns&gt;a:last-child {
  margin-bottom: 0;
}

.mv .mv__side .side__scroll {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 90px;
  color: #acacac;
  font-weight: 600;
}

.mv.artist .mv__side {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mv.artist .artist__name {
  position: absolute;
  width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 55px;
  z-index: 1;
}

.mv.artist .artist__name span {
  position: relative;
  font-size: 80px;
  font-weight: 700;
  color: #222;
  line-height: 1em;
}

.mv.artist .artist__name span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ef287c;
  position: absolute;
  right: -12px;
  top: 5px;
  border-radius: 50%;
}

.mv.artist .mv__slide .slide__nav.active {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: lnbMotion .7s forwards;
  animation: lnbMotion .7s forwards;
}

@-webkit-keyframes lnbMotion {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes lnbMotion {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.mv.artist .mv__slide {
  padding-top: 100px;
}

.main__section01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
}

.main__section01 .section01__news {
  width: 50%;
  padding-right: 30px;
}

.main__section01 .section01__media {
  width: 50%;
  padding-left: 30px;
}

.main__section01 .section01__media iframe {
  width: 100%;
  height: 320px;
}

.main__section02 {
  background-image: url(/image/main/section02_bg.png);
  background-repeat: no-repeat;
  background-position: -20px -90px;
  background-color: #fef0f9;
  padding: 100px 0 155px;
}

.main__section02&gt;.inner {
  overflow: hidden;
}

.main__section02 .section02__album {
  height: 385px;
  position: relative;
}

.main__section02 .album__current {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}

.main__section02 .album__current .current__album {
  position: relative;
  z-index: 1;
  width: 325px;
  height: 325px;
  -webkit-box-shadow: 2px 21px 28px -13px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 21px 28px -13px rgba(0, 0, 0, 0.4);
}

.main__section02 .album__current .current__cd {
  position: absolute;
  z-index: 0;
  top: 41%;
  width: 310px;
  height: 310px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-box-shadow: 2px 21px 28px -13px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 21px 28px -13px rgba(0, 0, 0, 0.4);
}

.main__section02 .album__current .current__cd.active {
  left: 100px;
}

.main__section02 .album__current p {
  font-size: 15px;
  margin-top: 40px;
  text-align: center;
  font-family: 'Noto Sans KR';
  color: #222;
}

.main__section02 .album__list .slick-list {
  width: 100%;
  padding: 72px 0;
  margin-left: 430px;
}

.main__section02 .album__list .items {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 17px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  width: 180px;
  height: 180px;
}

.main__section02 .album__list .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
}

.main__section02 .album__list .slick-dots li {
  display: inline;
  margin: 0 5px;
}

.main__section02 .album__list .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f8b7d7;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.main__section02 .album__list .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #faf0fa;
  border: 2px solid #f03785;
}

.main__tit {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  line-height: 1em;
  margin-bottom: 35px;
}

.main__tit span {
  color: #f04a91;
}

.tab--style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.tab--style01&gt;p {
  font-size: 30px;
  font-weight: 700;
  color: #ccc;
  margin-right: 25px;
  cursor: pointer;
  line-height: 1em;
}

.tab--style01&gt;p:last-child {
  margin-right: 0;
}

.tab--style01&gt;p.active {
  color: #000;
  position: relative;
  font-size: 35px;
}

.tab--style01&gt;p.active::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ef287c;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
}

.board--style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.board--style01&gt;a {
  display: block;
  width: 255px;
}

.board--style01 .list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 37px;
}

.board--style01 .list__top .top__cate {
  border: 1px solid #fac3da;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  color: #ef287c;
  border-radius: 5px;
  padding: 5px 15px;
}

.board--style01 .list__top img {
  margin: 0 0 0 auto;
}

.board--style01 .list__tit {
  line-height: 1.4em;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  white-space: normal;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 35px;
  font-family: 'Noto Sans KR';
}

.board--style01 .list__cont {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 1.4em;
  white-space: normal;
  height: 4.2em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Noto Sans KR';
}

.board--style01 .list__date {
  font-size: 13px;
  font-weight: 500;
  color: #acacac;
  margin-top: 45px;
}

@-webkit-keyframes stereo {
  0% {
    height: 5px;
  }

  50% {
    height: 18px;
  }

  100% {
    height: 3px;
  }
}

@keyframes stereo {
  0% {
    height: 5px;
  }

  50% {
    height: 18px;
  }

  100% {
    height: 3px;
  }
}

@media all and (max-width: 1840px) {
  .mv .mv__slide .slide__nav .nav__inner {
    max-width: 100%;
    margin: 0 25px;
  }

  .mv .mv__slide .slide__nav .nav__news .news__list .list__date {
    display: none;
  }
}

@media all and (max-width: 1450px) {
  .mv .mv__side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
  }

  .mv .mv__side .side__sns {
    margin-top: 25px;
  }

  .mv .mv__side .side__scroll {
    margin-top: 45px;
  }

  .mv .mv__side .side__pager p.active {
    padding-bottom: 90px;
  }

  .mv .mv__side .side__pager p.active::before {
    height: 70px;
  }

  .mv .mv__slide .slide__nav .nav__news .news__list .list__tit {
    max-width: 300px;
  }

  .mv.artist .artist__name {
    width: 100%;
    padding-left: 3.9063%;
  }
}</pre></body></html>