.album-detail {
  background-color: #c4c4c4;
}

.album-detail .btn-list span {
  background-color: #0f3ed6;
}

.album-detail .btn-list span::after {
  border-color: #0f3ed6;
}

.album-detail .contents-title {
  color: #0f3ed6;
  text-shadow: none;
}

.album-detail .album-desc .contents-title {
  color: #0f3ed6;
  font-family: "Camber-SB", "NotoSansCJKkr", sans-serif;
  text-shadow: none;
}

.album-detail .list-wrap > .list-inner > ol > li {
  position: relative;
  padding-left: 51px;
  line-height: 1.5;
  color: #0f3ed6;
}

.album-detail .list-wrap > .list-inner > ol > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}

.album-detail .album-video .slide-wrap {
  margin-top: 47px;
}

.album-detail .album-video .contents-sub.kor {
  color: #0f3ed6;
  text-transform: none;
  border-bottom: 2px solid #0f3ed6;
  font-size: 180%;
  line-height: 1.125;
  text-shadow: none;
}

.album-detail .album-video .bottom ul button:not(.active):focus .contents-sub,
.album-detail .album-video .bottom ul button:not(.active):hover .contents-sub {
  color: #fff;
  border-bottom-color: #fff;
}

@media screen and (max-width: 768px) {
  .album-detail {
    padding: 29.16vw 0 27.8vw;
  }

  .album-detail .album-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .album-detail .btn-list {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .album-detail .btn-list span {
    display: block;
    margin-top: 4.86vw;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .album-detail .btn-list span::after {
    left: 1px;
  }

  .album-detail .album-desc .contents-title {
    text-align: center;
  }

  .album-detail .album-video .contents-sub.kor {
    font-size: 5vw;
    border-bottom: 0;
  }
}
