/* 섹션 공통 */
html {
  scroll-behavior: smooth;
}

/* base.css 에서 선언된 overflow-x 때문에 스크롤중 stuck 걸림 */ /* 모든 요소가 표시될땐 문제 안되는데 현재 몇몇 섹션만 오픈시 문제되어 아래와 같이 오버라이드 */
.wrapper {
  overflow: initial;
}

.popup-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.95);
  z-index: 20;
  opacity: 0;
}

.jpn .txt-section .desc *,
.chn .txt-section .desc * {
  white-space: normal !important;
}

/* Mobile First */
.together .album-detail {
  padding: 0;
  background: #fff;
  background-size: cover;
}

.together .album-detail.final .txt-section-release {
  padding-top: 154px;
}

.album-detail > * {
  max-width: unset;
}

.txt-section {
  display: block;
  position: relative;
  width: 100%;
}

/* .txt-section *, .txt-section .regular * { font-family: "Camber-R"; letter-spacing: -0.01em; } */
.txt-section i,
.txt-section i * {
  font-style: italic;
}

.txt-section .bold,
.txt-section .bold * {
  font-family: "Camber-SB";
  letter-spacing: -0.01em;
}

.txt-section .desc,
.txt-section .desc * {
  font-family: "NotoSansCJKkr-R";
}

.txt-section .desc b,
.txt-section .desc b * {
  font-family: "NotoSansCJKkr-M";
}

.txt-section .title,
.txt-section .title * {
  font-family: "MVB-SolanoGothicMVB-B", "NotoSansCJKkr";
}

.jpn .txt-section .desc *,
.chn .txt-section .desc * {
  white-space: normal !important;
}

.txt-section > .con {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.txt-section-title {
  text-align: center;
}

/* Back button */
.album-detail .btn-list {
  background: none;
}

.album-detail .btn-list span {
  background: #fff;
}

.album-detail .btn-list span::after {
  border: 2px solid #fff;
  border-width: 0px 0px 2px 2px;
}

@media screen and (max-width: 768px) {
  .txt-section > .con {
    padding: 0 5.09vw;
  }

  .album-detail .btn-list {
    top: 20.11vw;
  }

  .album-detail .btn-list span {
    display: block;
    margin-left: 2.73vw;
  }

  .pc {
    display: none;
  }

  .mb {
    display: block;
  }
}

.contents-bg {
  background: url(../../../images/txt/discography/together/ui/bg-pc-1.jpg);
  background-size: cover;
}

/* ALBUM PREVIEW */
.txt-section.preview {
  padding: calc(374 / 1920 * 100vw) 0 0;
}

.txt-section.preview .txt-section-title img {
  width: calc(374 / 1920 * 100%);
}

.txt-section.preview .preview-video {
  position: relative;
  width: calc(1010 / 1920 * 100%);
  margin: calc(20 / 1920 * 100vw) auto 0;
}

.txt-section.preview .preview-video .preview-yt-video {
  position: relative;
}

.txt-section.preview .preview-video .preview-yt-video::after {
  content: "";
  display: block;
  padding-bottom: calc(9 / 16 * 100%);
}

.txt-section.preview .preview-video .preview-yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-section.preview .preview-video .preview-yt-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-section.preview .preview-video .preview-yt-video-cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt-section.preview .preview-video .preview-yt-video-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  display: block;
}

.txt-section.preview .preview-video .preview-yt-video-cover:hover::before {
  background-color: transparent;
}

.txt-section.preview .preview-video .preview-yt-video-cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  content: "";
  display: block;
  width: calc(104 / 1920 * 100vw);
  height: calc(104 / 1920 * 100vw);
  background: url("./../../../images/btn-play.png") no-repeat center/contain;
  border-radius: 100%;
  border: 2px solid #fff;
  cursor: pointer;
}

.txt-section.preview .preview-video .preview-yt-video-cover.playing {
  display: none;
}

@media screen and (max-width: 768px) {
  .txt-section.preview {
    padding: calc(160 / 370 * 100vw) 0 0;
  }

  .txt-section.preview .preview-video {
    position: relative;
    width: 100%;
    margin-top: calc(10 / 370 * 100vw);
  }

  .txt-section.preview .txt-section-title img {
    width: calc(187 / 330 * 100%);
  }

  .txt-section.preview .preview-video .preview-yt-video-cover::after {
    width: calc(64 / 370 * 100vw);
    height: calc(64 / 370 * 100vw);
  }
}

/* TRACK LIST */
.txt-section.tracklist {
  padding: calc(374 / 1920 * 100vw) 0 0;
}

.txt-section.tracklist .txt-section-title img {
  width: calc(240 / 1920 * 100%);
}

.txt-section.tracklist .tracklist-video {
  position: relative;
  width: calc(514 / 1920 * 100%);
  margin: calc(20 / 1920 * 100vw) auto 0;
}

.txt-section.tracklist .tracklist-video::after {
  content: "";
  display: block;
  padding-bottom: calc(16 / 9 * 100%);
}

.txt-section.tracklist .tracklist-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .contents-bg {
    background: url(../../../images/txt/discography/together/ui/bg-mo-1.jpg) top
      center/100%;
  }

  .txt-section.tracklist {
    padding: calc(160 / 370 * 100vw) 0 0;
  }

  .txt-section.tracklist .txt-section-title img {
    width: calc(120 / 330 * 100%);
  }

  .txt-section.tracklist .tracklist-video {
    width: 100%;
    margin-top: calc(10 / 370 * 100vw);
  }
}

/* SCHEDULE */
.txt-section.schedule {
  padding: calc(374 / 1920 * 100vw) 0 0;
}

.txt-section.schedule .txt-section-title img {
  width: calc(540 / 1920 * 100%);
}

.txt-section.schedule .schedule-video {
  position: relative;
  width: calc(514 / 1920 * 100%);
  margin: calc(20 / 1920 * 100vw) auto 0;
}

.txt-section.schedule .schedule-video::after {
  content: "";
  display: block;
  padding-bottom: calc(16 / 9 * 100%);
}

.txt-section.schedule .schedule-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .together .album-detail {
    background: url(../../../images/txt/discography/together/ui/bg-mo-1.jpg) top
      center/100% no-repeat;
  }

  .txt-section.schedule {
    padding: calc(160 / 370 * 100vw) 0 0;
  }

  .txt-section.schedule .txt-section-title img {
    width: calc(270 / 330 * 100%);
  }

  .txt-section.schedule .schedule-video {
    width: 100%;
    margin-top: calc(10 / 370 * 100vw);
  }
}

.together .album-detail .bottom.rows ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.together .album-detail .album-video {
  padding: 0;
  margin-top: 10vw;
  z-index: 3;
}

.together .album-detail .bottom.rows ul {
  padding: 4.8vw 0 0;
}

.together .album-detail .bottom.rows ul::after {
  display: none;
}

.together .album-detail .bottom.rows ul li.taller {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 49%;
}

.together .album-detail .bottom.rows ul li.taller::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(9 / 1920 * 100vw);
  left: 0;
  bottom: 0;
  background: url(../../../images/txt/discography/together/ui/video-line.png);
}

.together .album-detail .bottom.rows ul li.taller.no-line::after,
.together .album-detail .bottom.rows ul li.taller:last-child::after {
  content: none;
}

.together .album-detail .slide-wrap > ul > li .contents-sub {
  padding-bottom: 0;
  color: #fff;
  text-transform: none;
}

.together .album-detail .bottom.rows ul li > button {
  display: inline-block;
  padding: 5px 0;
}

.together .album-detail .bottom.rows ul li.active button h3,
.together .album-detail .bottom.rows ul li button:hover h3 {
  font-family: "Camber-SB";
}

.together .album-detail .bottom.rows ul li button h3 {
  font-family: "Camber-R";
}

.together .album-detail .bottom.rows ul li.first {
  flex: 1 1 auto;
  width: 100%;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.together .album-detail .bottom.rows ul li.first::after {
}

.together .album-detail .bottom.rows ul li.first > button {
  display: inline-block;
}

.together .album-detail .bottom.rows ul li.start {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 0;
  text-align: right;
}

.together .album-detail .bottom.rows ul li.end {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 0;
  text-align: left;
}

.together .album-detail .bottom.rows ul li.end::after {
  /* content: ''; */
  position: absolute;
  width: 100%;
  left: 0; /* border-bottom: 1px solid #D4CFBE; */
}

.together .album-detail .bottom.rows ul li.col-3 {
  flex: 0 0 auto;
  width: 33.33333%;
  padding-left: 0;
  text-align: center;
}

.together .album-detail .bottom.rows ul li.col-3.tr {
  text-align: right;
}

.together .album-detail .bottom.rows ul li.col-3.tl {
  text-align: left;
}

.together .album-detail .bottom.rows ul li.block {
  flex: 0 0 auto;
  width: 100%;
}

.together .album-detail .bottom.rows ul li.block:nth-child(2),
.together .album-detail .bottom.rows ul li.block:nth-child(3) {
  flex: 0 0 auto;
  width: 50%;
}

.together .album-detail .bottom.rows ul li.block:last-child {
  border-bottom: 0;
}

.together .album-detail .bottom.rows ul li.block.active {
  opacity: 1;
}

.together .album-detail .bottom ul li .contents-sub {
  /* font-size: 1.11vw; font-weight: bold; color: #e12141; padding: 0 2.08vw; */
  line-height: 1.3;
  text-transform: none;
}

.together .album-detail .album-video .slide-wrap > ul {
  overflow: visible;
}

.together .album-detail .bottom ul li.active .contents-sub {
  color: #fff;
}

.together .album-detail .album-video .slide-wrap > ul > li {
  margin-bottom: 5.28vw;
}

.together .album-detail .album-video .slide-wrap > ul > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .together .album-detail .album-video .slide-wrap > ul > li {
    margin-bottom: 24vw;
  }
}

/* PHOTO */
.txt-section.concept-photo {
  padding-top: calc(200 / 1920 * 100vw);
}

.txt-section.concept-photo .txt-section-title img {
  margin: 0 auto;
  width: calc(148 / 1920 * 100vw);
}

.txt-section.concept-photo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.txt-section.concept-photo .photo-depth1 {
  display: none;
  width: calc(1010 / 1920 * 100%);
  margin: calc(190 / 1920 * 100vw) auto 0;
}

.txt-section.concept-photo .photo-depth1.active {
  display: block;
}

.txt-section.concept-photo .photo-depth1 .list picture {
  display: block;
}

.txt-section.concept-photo .photo-depth1 .list li picture img {
  width: 100%;
}

.txt-section.concept-photo .photo-depth1 .list li:nth-child(2) {
  padding-left: calc(80 / 1010 * 100%);
  margin-top: calc(25 / 1920 * 100vw);
}

.txt-section.concept-photo .photo-depth1 .list li:nth-child(3) {
  padding-left: calc(343 / 1010 * 100%);
  margin-top: calc(6 / 1920 * 100vw);
}

.txt-section.concept-photo .photo-depth1 .list li:nth-child(4) {
  padding-left: calc(188 / 1010 * 100%);
  margin-top: calc(41 / 1920 * 100vw);
}

.txt-section.concept-photo .photo-depth1 .list li:nth-child(1) picture {
  cursor: pointer;
  width: calc(666 / 1010 * 100%);
}

.txt-section.concept-photo .photo-depth1 .list li:nth-child(2) picture {
  cursor: pointer;
  width: calc(666 / 930 * 100%);
}

.txt-section.concept-photo .photo-depth1 .list li:nth-child(3) picture {
  cursor: pointer;
  width: calc(668 / 667 * 100%);
}

.txt-section.concept-photo .photo-depth1 .list li:nth-child(4) picture {
  cursor: pointer;
  width: calc(669 / 822 * 100%);
}

.txt-section.concept-photo .photo-depth2 {
  max-width: calc(512 / 1920 * 100%);
  margin: calc(20 / 1920 * 100vw) auto 0;
}

.txt-section.concept-photo .photo-depth2 .list li {
  position: relative;
}

.txt-section.concept-photo .photo-depth2 .list li .btn-close-photo-depth2 {
  position: absolute;
  top: 1.25%;
  right: 2%;
  width: 8%;
  height: 6%;
  cursor: pointer;
}

.txt-section.concept-photo .photo-depth2 .list li img {
  width: 100%;
}

.txt-section.concept-photo .photo-depth2 .list li .btn {
  position: absolute;
}

.txt-section.concept-photo .photo-depth2 .list li .btn.btn1 {
  top: 50%;
  left: 7%;
  width: 11%;
  height: 4%;
}

.txt-section.concept-photo .photo-depth2 .list li .btn.btn2 {
  top: 50%;
  left: 23%;
  width: 12%;
  height: 4%;
}

.txt-section.concept-photo .photo-depth2 .list li .btn.btn3 {
  top: 50%;
  left: 41%;
  width: 13%;
  height: 4%;
}

.txt-section.concept-photo .photo-depth2 .list .btn.btn4 {
  top: 50%;
  left: 60%;
  width: 12%;
  height: 4%;
}

.txt-section.concept-photo .photo-depth2 .list .btn.btn5 {
  top: 50%;
  left: 77%;
  width: 16%;
  height: 3.5%;
}

.txt-section.concept-photo .photo-depth2 .list .btn.btn6 {
  top: 53.5%;
  left: 62%;
  width: 31%;
  height: 3%;
}

.txt-section.concept-photo .photo-depth2 .list li {
  display: none;
}

.txt-section.concept-photo .photo-depth2 .list li.active {
  display: block;
}

.txt-section.concept-photo .photo-depth2 .list li .mo-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .txt-section.concept-photo {
    padding-top: calc(120 / 370 * 100vw);
  }

  .txt-section.concept-photo .txt-section-title img {
    width: calc(74 / 370 * 100%);
  }

  .txt-section.concept-photo .photo-depth1 {
    width: 100%;
  }

  .txt-section.concept-photo .photo-depth1 .list li:nth-child(n) {
    padding: 0;
    margin-top: calc(30 / 370 * 100vw);
  }

  .txt-section.concept-photo .photo-depth1 .list li:nth-child(n) picture {
    width: 100%;
  }

  .txt-section.concept-photo .photo-depth2 {
    max-width: 100%;
    margin-top: calc(11 / 370 * 100vw);
  }

  .txt-section.concept-photo .photo-depth2 .list li .btn.btn6 {
    top: 55.5%;
  }

  .txt-section.concept-photo .photo-depth2 .list li .mo-img {
    display: block;
    width: 100%;
  }

  .txt-section.concept-photo .photo-depth2 .list li .pc-img {
    display: none;
  }
}

/* PHOTO POPUP */
.txt-section.concept-photo .photo-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(22, 22, 22, 0.95);
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

.txt-section.concept-photo .photo-popup.active {
  display: flex;
}

.txt-section.concept-photo .photo-popup .picture {
  display: none;
  width: 900px;
  max-width: 90%;
  margin: auto;
}

.txt-section.concept-photo .photo-popup .picture img {
  /* max-height: 75vh; */
  width: 100%;
}

.txt-section.concept-photo .photo-popup .vertical .picture {
  max-width: 420px;
}

.txt-section.concept-photo .photo-popup .picture.active {
  display: block;
}

.txt-section.concept-photo .photo-popup .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
  width: 900px;
  max-width: 90%;
  margin: 0 auto 16px;
}

.txt-section.concept-photo .photo-popup .btn-download,
.txt-section.concept-photo .photo-popup .btn-close-popup {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.txt-section.concept-photo .photo-popup .btn-download {
  background: url(./../../../images/btn_down_pop.png) center/100% no-repeat;
}

.txt-section.concept-photo .photo-popup .btn-close-popup {
  background: url(./../../../images/btn_close_pop.png) center/100% no-repeat;
}

.txt-section.concept-photo .photo-popup .photo-popup-swiper {
  width: 100%;
  max-width: 1080px;
}

.txt-section.concept-photo .photo-popup-swiper .swiper-wrap {
  position: relative;
}

.txt-section.concept-photo .photo-popup .photo-popup-swiper .picture {
  display: block;
}

.txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-prev,
.txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-next {
  display: block;
  width: max(1.563vw, 1.1875vw);
  height: max(2.563vw, 2.1875vw);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}

.txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-prev {
  background: url(../../../../txt/images/txt/arrow-prev.png) no-repeat
    center/contain;
  left: 0;
}

.txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-next {
  background: url(../../../../txt/images/txt/arrow-next.png) no-repeat
    center/contain;
  right: 0;
}

@media screen and (max-width: 768px) {
  .txt-section.concept-photo .photo-popup-swiper .swiper-wrapper {
    align-items: center;
  }

  .txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-prev,
  .txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-next {
    top: 55%;
    width: 4.314vw;
    height: 8.314vw;
    z-index: 10;
  }

  .txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-prev {
    left: 7.314vw;
  }

  .txt-section.concept-photo .photo-popup-swiper .btn-photo-popup-next {
    right: 7.314vw;
  }

  .txt-section.concept-photo .photo-swiper-text-box {
    margin-top: 4.831vw;
  }

  .txt-section.concept-photo .photo-popup .btn-download,
  .txt-section.concept-photo .photo-popup .btn-close-popup {
    width: 10.9375vw;
    height: 10.9375vw;
    flex: 0 0 10.9375vw;
    background-size: contain;
  }

  .txt-section.concept-photo .photo-popup .vertical .picture {
    max-width: 500px;
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .together .album-detail {
    /*padding-top: calc(63/1920 * 100vw);*/
    padding-top: 0;
  }

  .txt-section .title {
    font-size: 5.56vw !important;
  }

  .together .album-detail .album-video {
    margin-top: 0;
    padding-bottom: 0;
  }

  .together .album-detail .album-video .slide-wrap > ul > li::before {
    display: none;
  }

  .together .album-detail .bottom.rows ul li.taller {
    padding: 12px 0;
  }

  .together .album-detail .album-video .slide-wrap > ul > li {
    margin-bottom: 0;
  }

  .together .album-detail .bottom.rows ul li.taller > button {
    /* font-size: 1.11vw; font-weight: bold; color: #e12141; padding: 0 2.08vw; */
  }

  .together .album-detail .bottom.rows ul li.taller.col-3 > button {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .together .album-detail .bottom ul li .contents-sub {
    font-size: 20px;
  }

  .together .album-detail .album-video::before {
    width: 1524px;
    height: 931px;
    position: absolute;
    top: -160px;
    left: -195px;
  }
}

.together .album-detail .album-video .bottom.rows ul::after {
  background: none;
}

.together .album-detail .bottom.rows {
  width: 76%;
  margin: auto;
}

.together .album-detail .bottom.rows ul li.block {
  width: 100%;
}

.together .album-detail .bottom.rows ul li.start {
  width: 50%;
  text-align: center;
}

.together .album-detail .bottom.rows ul li.end {
  width: 50%;
  text-align: center;
}

.together .album-detail .bottom.rows ul li button {
  margin: auto;
}

.together .album-detail .bottom.rows ul li button .contents-sub {
  /* font-family: "Camber-SR"; */
  color: #fff;
  text-shadow: none;
  text-transform: none;
}

/* Album info */
.together .album-detail .album-info {
  padding: calc(285 / 1920 * 100vw) 0 calc(374 / 1920 * 100vw);
  background: url(../../../images/txt/discography/together/ui/bg-top-pc.png);
  background-size: cover;
}

.together .album-detail .album-info .con .intro {
  display: flex;
  gap: calc(40 / 1920 * 100vw);
  width: calc(1010 / 1920 * 100%);
  margin: auto;
}

.together .album-detail .album-info .con .intro .cover {
  width: 50%;
  flex-shrink: 0;
}

.together .album-detail .album-info .con .intro .cover .cover-img img {
  width: 100%;
}

.together .album-detail .album-info .con .intro .info {
  padding-top: calc(10 / 1920 * 100vw);
}

.together .album-detail .album-info .con .intro .info .type {
  margin-bottom: calc(20 / 1920 * 100vw);
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: calc(22 / 1920 * 100vw);
  font-weight: bold;
  text-transform: uppercase;
}

.together .album-detail .album-info .con .intro .info .name {
  margin-bottom: calc(50 / 1920 * 100vw);
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: calc(53 / 1920 * 100vw);
  line-height: calc(45 / 1920 * 100vw);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: calc(-2 / 1920 * 100vw);
}

.together .album-detail .album-info .con .intro .info .desc {
  font-family: "sandoll-gothicneo2", sans-serif;
  font-size: calc(14 / 1920 * 100vw);
  line-height: calc(22 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
  .together .album-detail .album-info {
    padding: calc(100 / 370 * 100vw) 0 calc(120 / 370 * 100vw);
  }

  .together .album-detail .album-info .con .intro {
    display: block;
    width: 100%;
  }

  .together .album-detail .album-info .con .intro .cover {
    width: 100%;
    margin-bottom: calc(30 / 370 * 100vw);
  }

  .together .album-detail .album-info .con .intro .info {
    padding-left: calc(20 / 370 * 100vw);
  }
  .together .album-detail .album-info .con .intro .info .type {
    margin-bottom: calc(19 / 370 * 100vw);
    font-size: calc(15.5 / 370 * 100vw);
  }

  .together .album-detail .album-info .con .intro .info .name {
    margin-bottom: calc(30 / 370 * 100vw);
    font-size: calc(46 / 370 * 100vw);
    line-height: calc(46 / 370 * 100vw);
    letter-spacing: calc(-2 / 370 * 100vw);
  }

  .together .album-detail .album-info .con .intro .info .desc {
    font-size: calc(15 / 370 * 100vw);
    line-height: calc(21 / 370 * 100vw);
  }
}

/* Vidoe */
.txt-section.music-video {
  padding-top: calc(200 / 1920 * 100vw);
}

.txt-section.music-video .txt-section-title {
  margin-bottom: calc(20 / 1920 * 100vw);
}

.txt-section.music-video .txt-section-title img {
  margin: 0 auto;
  width: calc(134 / 1920 * 100vw);
}

.txt-section.music-video .video .con .album-video {
  position: relative;
  width: calc(1010 / 1920 * 100%);
  margin: 0 auto;
}

.txt-section.music-video .video .con .album-video .slide-wrap {
  margin-top: 0;
}

.txt-section.music-video .video .con .album-video .slide-wrap ul {
  width: 100%;
}

.album-detail .album-video .slide-wrap > ul > li .contents-obj {
  min-height: calc(569 / 1920 * 100vw);
  height: auto;
}

.album-detail .album-video .slide-wrap > ul > li .contents-sub {
  font-family: "acumin-pro-condensed", sans-serif;
  color: #000;
  font-size: calc(17 / 370 * 100vw);
  line-height: calc(16 / 370 * 100vw);
}

.txt-section.music-video .video .con .album-video .slide-wrap .bottom {
  width: 100%;
}

.txt-section.music-video
  .video
  .con
  .album-video
  .slide-wrap
  .bottom
  .contents-sub {
  font-family: "acumin-pro-condensed", sans-serif;
  color: #000;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(21 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
  .txt-section.music-video {
    padding-top: calc(100 / 370 * 100vw);
  }

  .txt-section.music-video .video .con .album-video {
    width: 100%;
  }

  .txt-section.music-video .txt-section-title img {
    width: calc(68 / 370 * 100%);
  }

  .album-detail .album-video .slide-wrap > ul > li .contents-obj {
    height: calc(190 / 370 * 100vw);
  }

  .album-detail .album-video .slide-wrap > ul > li .contents-sub {
    margin-bottom: calc(10 / 370 * 100vw);
    padding-top: calc(10 / 370 * 100vw);
  }
}

/* Solo Track */
.txt-section.solotrack {
  padding: calc(200 / 1920 * 100vw) 0 calc(394 / 1920 * 100vw);
}

.txt-section.solotrack .txt-section-title img {
  margin: 0 auto;
  width: calc(279 / 1920 * 100vw);
}

.txt-section.solotrack img {
  max-width: 100%;
  height: auto;
  display: block;
}

.txt-section.solotrack .photo-depth1 {
  display: none;
  width: calc(1010 / 1920 * 100%);
  margin: calc(190 / 1920 * 100vw) auto 0;
}

.txt-section.solotrack .photo-depth1.active {
  display: block;
}

.txt-section.solotrack .photo-depth1 .list picture {
  display: block;
}

.txt-section.solotrack .photo-depth1 .list li picture img {
  width: 100%;
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(1) {
  padding-left: calc(233 / 1010 * 100%);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(2) {
  padding-left: calc(350 / 1010 * 100%);
  margin-top: calc(-5 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(3) {
  padding-left: calc(133 / 1010 * 100%);
  margin-top: calc(15 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(4) {
  display: flex;
  justify-content: flex-end;
  padding-right: calc(157 / 1010 * 100%);
  margin-top: calc(-15 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(5) {
  display: flex;
  justify-content: flex-end;
  padding-right: calc(341 / 1010 * 100%);
  margin-top: calc(22 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(1) picture {
  cursor: pointer;
  width: calc(182 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(2) picture {
  cursor: pointer;
  width: calc(149 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(3) picture {
  cursor: pointer;
  width: calc(191 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(4) picture {
  cursor: pointer;
  width: calc(191 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth1 .list li:nth-child(5) picture {
  cursor: pointer;
  width: calc(223 / 1920 * 100vw);
}

.txt-section.solotrack .photo-depth2 {
  max-width: calc(512 / 1920 * 100%);
  margin: calc(20 / 1920 * 100vw) auto 0;
}

.txt-section.solotrack .photo-depth2 .list li {
  position: relative;
}

.txt-section.solotrack .photo-depth2 .list li .btn-close-photo-depth2 {
  position: absolute;
  top: 1.25%;
  right: 2%;
  width: 8%;
  height: 6%;
  cursor: pointer;
}

.txt-section.solotrack .photo-depth2 .list li img {
  width: 100%;
}

.txt-section.solotrack .photo-depth2 .list li .btn {
  position: absolute;
}

.txt-section.solotrack .photo-depth2 .list li .btn.btn1 {
  top: 10%;
  left: 3%;
  width: 94%;
  height: 37%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(1) .btn.btn2 {
  top: 50%;
  left: 3%;
  width: 31%;
  height: 14%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(1) .btn.btn3 {
  top: 57%;
  left: 38%;
  width: 30%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(1) .btn.btn4 {
  top: 72%;
  left: 13.5%;
  width: 21%;
  height: 22%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(1) .btn.btn5 {
  top: 75%;
  right: 3%;
  width: 21%;
  height: 22%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(2) .btn.btn2 {
  top: 49.5%;
  right: 3%;
  width: 32%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(2) .btn.btn3 {
  top: 66%;
  left: 23.5%;
  width: 32%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(2) .btn.btn4 {
  bottom: 2.5%;
  left: 2.5%;
  width: 32%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(2) .btn.btn5 {
  bottom: 2.5%;
  right: 3%;
  width: 31%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(3) .btn.btn2 {
  top: 49.5%;
  left: 3%;
  width: 32%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(3) .btn.btn3 {
  top: 57.5%;
  right: 18.5%;
  width: 32%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(3) .btn.btn4 {
  top: 66.5%;
  left: 23.5%;
  width: 21%;
  height: 22.5%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(3) .btn.btn5 {
  bottom: 2.5%;
  right: 3%;
  width: 21%;
  height: 22.5%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(4) .btn.btn2 {
  top: 49.5%;
  left: 3%;
  width: 21%;
  height: 22.5%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(4) .btn.btn3 {
  top: 74.5%;
  left: 23.5%;
  width: 36%;
  height: 15.5%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(4) .btn.btn4 {
  top: 57%;
    right: 23.5%;
    width: 32%;
    height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(4) .btn.btn5 {
  bottom: 2.5%;
  right: 3%;
  width: 21%;
  height: 22.5%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(5) .btn.btn2 {
  top: 49.5%;
  left: 3%;
  width: 32%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(5) .btn.btn3 {
  top: 66%;
  left: 23.5%;
  width: 31%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(5) .btn.btn4 {
  top: 82.5%;
  left: 3%;
  width: 32%;
  height: 15%;
}

.txt-section.solotrack .photo-depth2 .list li:nth-child(5) .btn.btn5 {
  bottom: 2.5%;
  right: 3%;
  width: 31%;
  height: 15.5%;
}
.txt-section.solotrack .photo-depth2 .list li {
  display: none;
}

.txt-section.solotrack .photo-depth2 .list li.active {
  display: block;
}

.txt-section.solotrack .photo-depth2 .list li .mo-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .txt-section.solotrack {
    padding: calc(159 / 370 * 100vw) 0 calc(246 / 370 * 100vw);
  }

  .txt-section.solotrack .txt-section-title img {
    width: calc(134 / 370 * 100%);
  }

  .txt-section.solotrack .photo-depth1 {
    width: 100%;
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(1) {
    padding-left: calc(80 / 370 * 100%);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(2) {
    padding-left: calc(149 / 370 * 100%);
    margin-top: calc(2 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(3) {
    padding-left: calc(37 / 370 * 100%);
    margin-top: calc(4 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(4) {
    padding-right: calc(32 / 370 * 100%);
    margin-top: calc(9 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(5) {
    padding-right: calc(96 / 370 * 100%);
    margin-top: calc(11 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(1) picture {
    cursor: pointer;
    width: calc(132 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(2) picture {
    cursor: pointer;
    width: calc(108 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(3) picture {
    cursor: pointer;
    width: calc(138 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(4) picture {
    cursor: pointer;
    width: calc(138 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth1 .list li:nth-child(5) picture {
    cursor: pointer;
    width: calc(162 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth2 {
    max-width: 100%;
    margin-top: calc(11 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-depth2 .list li .btn.btn6 {
    top: 55.5%;
  }

  .txt-section.solotrack .photo-depth2 .list li .mo-img {
    display: block;
    width: 100%;
  }

  .txt-section.solotrack .photo-depth2 .list li .pc-img {
    display: none;
  }
}

/* PHOTO POPUP */
.txt-section.solotrack .photo-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(22, 22, 22, 0.95);
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

.txt-section.solotrack .photo-popup.active {
  display: flex;
}

.txt-section.solotrack .photo-popup .yt-video-container {
  position: relative;
  width: 900px;
  max-width: 100%;
  height: 506px;
}

.txt-section.solotrack .yt-video-container .yt-video::after {
  content: "";
  display: block;
  padding-bottom: calc(9 / 16 * 100%);
}

.txt-section.solotrack .yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-section.solotrack .yt-video-container .btn-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.txt-section.solotrack .yt-video-container .btn-play img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt-section.solotrack .yt-video-container .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  display: block;
}

.txt-section.solotrack .yt-video-container .btn-play:hover::before {
  background-color: transparent;
}

.txt-section.solotrack .yt-video-container .btn-play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  content: "";
  display: block;
  width: calc(104 / 1920 * 100vw);
  height: calc(104 / 1920 * 100vw);
  background: url("./../../../images/btn-play.png") no-repeat center/contain;
  border-radius: 100%;
  border: 2px solid #fff;
  cursor: pointer;
}

.txt-section.solotrack .yt-video-container .btn-play.playing {
  display: none;
}

.txt-section.solotrack .photo-popup .picture {
  display: none;
  width: 900px;
  max-width: 90%;
  margin: auto;
}

.txt-section.solotrack .photo-popup .picture img {
  /* max-height: 75vh; */
  width: 100%;
}

.txt-section.solotrack .photo-popup .vertical .picture {
  max-width: 420px;
}

.txt-section.solotrack .photo-popup .picture.active {
  display: block;
}

.txt-section.solotrack .photo-popup .photo-popup-video .btn-group {
  margin-left: auto;
  margin-right: 0;
}

.txt-section.solotrack .photo-popup .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
  width: 900px;
  max-width: 90%;
  margin: 0 auto 16px;
}

.txt-section.solotrack .photo-popup .btn-download,
.txt-section.solotrack .photo-popup .btn-close-popup {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.txt-section.solotrack .photo-popup .btn-download {
  background: url(./../../../images/btn_down_pop.png) center/100% no-repeat;
}

.txt-section.solotrack .photo-popup .btn-close-popup {
  background: url(./../../../images/btn_close_pop.png) center/100% no-repeat;
}

.txt-section.solotrack .photo-popup .photo-popup-swiper {
  width: 100%;
  max-width: 1080px;
}

.txt-section.solotrack .photo-popup-swiper .swiper-wrap {
  position: relative;
}

.txt-section.solotrack .photo-popup .photo-popup-swiper .picture {
  display: block;
}

.txt-section.solotrack .photo-popup-swiper .btn-photo-popup-prev,
.txt-section.solotrack .photo-popup-swiper .btn-photo-popup-next {
  display: block;
  width: max(1.563vw, 1.1875vw);
  height: max(2.563vw, 2.1875vw);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}

.txt-section.solotrack .photo-popup-swiper .btn-photo-popup-prev {
  background: url(../../../../txt/images/txt/arrow-prev.png) no-repeat
    center/contain;
  left: 0;
}

.txt-section.solotrack .photo-popup-swiper .btn-photo-popup-next {
  background: url(../../../../txt/images/txt/arrow-next.png) no-repeat
    center/contain;
  right: 0;
}

@media screen and (max-width: 768px) {
  .txt-section.solotrack .photo-popup .photo-popup-video {
    width: 90%;
    margin: auto;
  }
  .txt-section.solotrack .photo-popup .yt-video-container {
    height: calc(190 / 370 * 100vw);
  }

  .txt-section.solotrack .photo-popup-swiper .swiper-wrapper {
    align-items: center;
  }

  .txt-section.solotrack .photo-popup-swiper .btn-photo-popup-prev,
  .txt-section.solotrack .photo-popup-swiper .btn-photo-popup-next {
    top: 55%;
    width: 4.314vw;
    height: 8.314vw;
    z-index: 10;
  }

  .txt-section.solotrack .photo-popup-swiper .btn-photo-popup-prev {
    left: 7.314vw;
  }

  .txt-section.solotrack .photo-popup-swiper .btn-photo-popup-next {
    right: 7.314vw;
  }

  .txt-section.solotrack .photo-swiper-text-box {
    margin-top: 4.831vw;
  }

  .txt-section.solotrack .photo-popup .btn-download,
  .txt-section.solotrack .photo-popup .btn-close-popup {
    width: 10.9375vw;
    height: 10.9375vw;
    flex: 0 0 10.9375vw;
    background-size: contain;
  }

  .txt-section.solotrack .photo-popup .vertical .picture {
    max-width: 500px;
    width: 90%;
  }
}

/* Credit */
.txt-section.credit .con picture {
  display: flex;
}

.txt-section.credit .con img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .txt-section.credit > .con {
      padding: 0;
  }
}