@charset "UTF-8";
/* variables */
/*util*/
/* BGM 서비스 */
.backgroundmusic .contents-head.head-visual {
  display: block;
  min-height: 1000px;
  height: auto;
  padding: 120px 0;
  box-sizing: border-box;
  background-color: #000000;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./../images/backgroundmusic/visual-video-poster.jpg");
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .logo {
  width: 360px;
  margin: 0 auto;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .logo img {
  display: block;
  height: auto;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap h1 {
  margin-top: 64px;
  text-shadow: 0px 0px 60px rgba(205, 0, 178, 0.3);
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 82px;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .btn-wrap {
  margin-top: 50px;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .btn-wrap [class^=btn-] {
  height: 61px;
  font-size: 22px;
  line-height: 1.5;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .btn-wrap .btn-moveto-order {
  box-shadow: 0px 0px 60px 0px rgba(205, 0, 178, 0.3);
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .btn-wrap .btn-moveto-order:hover {
  background-color: #ffe8ff;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box {
  margin-top: 80px;
  padding: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box > p {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box > p span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.backgroundmusic .contents-head.head-visual .head-visual-wrap {
  z-index: auto;
}

.backgroundmusic .contents-head.head-visual .head-visual-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.backgroundmusic #container .contents-body {
  padding-bottom: 0;
}

.backgroundmusic #container .panel {
  max-width: none;
}

.backgroundmusic #container .gom-content-inner-wrap {
  padding-top: 140px;
  padding-bottom: 140px;
}

.backgroundmusic #container .gom-title-wrap,
.backgroundmusic #container .gom-title {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

.backgroundmusic #container .float-menu {
  right: 24px;
  bottom: 0;
  left: 24px;
  display: none;
  width: auto;
  max-width: 1600px;
  margin: 0 auto 12px auto;
  padding: 0 80px;
  background-color: #bd3496;
  border-radius: 40px;
  box-shadow: 0px 4px 10px 0px rgba(19, 19, 19, 0.2);
  box-sizing: border-box;
  color: #FFFFFF;
  z-index: 9;
  opacity: 1;
}

.backgroundmusic #container .float-menu .float-menu-inner {
  display: flex;
  gap: 16px;
  max-width: 1280px;
  min-height: 80px;
  margin: auto;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.backgroundmusic #container .float-menu .float-menu-inner .intro_wrap {
  margin: 0;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  gap: 8px 40px;
}

.backgroundmusic #container .float-menu .float-menu-inner .intro_wrap .intro {
  font-size: 20px;
  line-height: 1.5;
}

.backgroundmusic #container .float-menu .float-menu-inner .btn-downloads {
  margin: auto;
}

.backgroundmusic #container .float-menu .float-menu-inner .btn-downloads .btn-default {
  background-color: #FFFFFF;
  color: #131313;
}

.backgroundmusic #container .float-menu .float-menu-inner .btn-lnb-close {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5' d='m5 5 14 14' data-name='선 465'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5' d='M19 5 5 19' data-name='선 466'/%3E%3Cpath fill='none' d='M0 0h24v24H0z' data-name='사각형 283' opacity='.2'/%3E%3C/svg%3E");
  background-size: cover;
  transform: translateY(-50%);
}

.backgroundmusic #container .float-menu.show {
  display: block;
}

.backgroundmusic #container .audio-experience .audio-list-wrap {
  display: grid;
  gap: 40px 31px;
  grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 31px), 1fr));
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .img-wrap {
  display: block;
  position: relative;
  padding-top: 76.92307%;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info {
  position: relative;
  height: 100%;
  padding: 28px 24px 24px 24px;
  border-radius: 0 0 20px 20px;
  background-color: #131313;
  color: #FFFFFF;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info dt {
  padding-right: 40px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info dd {
  display: flex;
  gap: 0 6px;
  margin-top: 2px;
  flex-wrap: wrap;
  color: #A1A1A1;
  line-height: 1.6;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .audio-wrap {
  position: absolute;
  top: 28px;
  right: 24px;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .audio-wrap audio {
  display: none;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .audio-wrap .btn-wrap .btn-play {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' data-name='다각형 1'%3E%3Cpath d='M18.692 11.159a1 1 0 0 1 0 1.682L7.541 20.01A1 1 0 0 1 6 19.168V4.832a1 1 0 0 1 1.541-.842Z'/%3E%3Cpath fill='%23ffffff' d='M19.15 12a.992.992 0 0 0-.458-.841L7.54 3.99A1 1 0 0 0 6 4.832v14.336a1 1 0 0 0 1.54.842l11.152-7.169A.992.992 0 0 0 19.15 12m1.5 0c0 .855-.43 1.64-1.148 2.103L8.352 21.27A2.499 2.499 0 0 1 4.5 19.168V4.832a2.499 2.499 0 0 1 3.852-2.103l11.15 7.168A2.49 2.49 0 0 1 20.652 12Z'/%3E%3C/g%3E%3Cpath fill='none' d='M0 0h24v24H0z' data-name='사각형 304' opacity='.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .progress-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #373737;
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .progress-holder .play-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(225.34deg, #fd0015 8.46%, #fb03f5 66.91%);
}

.backgroundmusic #container .audio-experience .audio-list-wrap .audio-item.playing .audio-info .audio-wrap .btn-wrap .btn-play {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='pause_24_n' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cline id='선_468' data-name='선 468' y2='16' transform='translate(7 4)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='선_469' data-name='선 469' y2='16' transform='translate(17 4)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'/%3E%3Crect id='사각형_311' data-name='사각형 311' width='24' height='24' fill='none' opacity='0.2'/%3E%3C/svg%3E%0A");
}

.backgroundmusic #container .use-guide {
  position: relative;
}

.backgroundmusic #container .use-guide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 20px;
  margin-left: -21px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='20' fill='none'%3E%3Cpath fill='%23f23656' d='M40.041 5.422C42.306 3.673 41.07.048 38.209.048H3.848c-2.867 0-4.1 3.637-1.824 5.381l17.248 13.215a3 3 0 0 0 3.659-.007L40.04 5.422Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: bounce 1s infinite ease-in-out alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
.backgroundmusic #container .use-guide .use-guide-info {
  display: grid;
  gap: 20px;
  padding: 0 30px;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 20px), 1fr));
}

.backgroundmusic #container .use-guide .use-guide-info .use-guide-item {
  padding: 40px 30px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.backgroundmusic #container .use-guide .use-guide-info .use-guide-item .img-wrap {
  display: block;
  width: 120px;
  margin: 0 auto 40px auto;
}

.backgroundmusic #container .use-guide .use-guide-info .use-guide-item .img-wrap img {
  display: block;
  width: 120px;
  height: 120px;
}

.backgroundmusic #container .use-guide .use-guide-step {
  margin-top: 80px;
}

.backgroundmusic #container .use-guide .use-guide-step .gom-title {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
}

.backgroundmusic #container .use-guide .use-guide-step .gom-title::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' stroke='%23131313' stroke-width='1.5' data-name='타원 623' transform='translate(3.5 3.5)'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' stroke='none'/%3E%3Ccircle cx='8.5' cy='8.5' r='9.25'/%3E%3C/g%3E%3Cg data-name='그룹 2549'%3E%3Cg fill='none' stroke='%23131313' data-name='타원 624' transform='translate(11 6.75)'%3E%3Ccircle cx='1' cy='1' r='1' stroke='none'/%3E%3Ccircle cx='1' cy='1' r='.5'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='none' stroke='%23131313' stroke-linecap='round' stroke-width='1.5' d='M12 10.499v6' data-name='패스 6128'/%3E%3Cpath fill='none' d='M0 0h24v24H0z' data-name='사각형 569'/%3E%3C/svg%3E");
  background-size: cover;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container {
  width: 880px;
  margin: 0;
  border-radius: 40px;
  flex-shrink: 0;
  overflow: hidden;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-title {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 84px;
  justify-content: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-title::before {
  display: none;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-thumbnail {
  display: block;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-thumbnail img {
  border-radius: 40px;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs {
  display: flex;
  width: 100%;
  max-height: 424px;
  align-items: center;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs > ul {
  width: 100%;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs li .btn-lg {
  width: 100%;
  min-height: 52px;
  height: 100%;
  padding: 12px 20px;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #F8F8F8;
  color: #131313;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs li .btn-lg:hover {
  background-color: #FFE8FF;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs li + li {
  margin-top: 16px;
}

.backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs li.active .btn-lg {
  background-color: #000000;
  color: #FFFFFF;
}

.backgroundmusic #container .audio-genres {
  position: relative;
  min-height: 1290px;
  background-color: #111b22;
}

.backgroundmusic #container .audio-genres::before, .backgroundmusic #container .audio-genres::after {
  content: "";
  position: absolute;
  width: 796px;
  height: 1290px;
  background-size: cover;
}

.backgroundmusic #container .audio-genres::before {
  top: 0;
  right: 0;
  background-image: url("../images/backgroundmusic/bg-genres-right.png");
}

.backgroundmusic #container .audio-genres::after {
  bottom: 0;
  left: 0;
  background-image: url("../images/backgroundmusic/bg-genres-left.png");
}

.backgroundmusic #container .audio-genres .gom-title {
  color: #FFFFFF;
}

.backgroundmusic #container .audio-genres .genres-wrap {
  position: relative;
  overflow: hidden;
}

.backgroundmusic #container .audio-genres .genres-wrap .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 297px);
  grid-auto-rows: 180px;
  gap: 30px;
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  height: auto;
  margin-top: 0 !important;
  padding: 30px;
  border-radius: 20px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item > p .count {
  color: #DADADA;
  font-size: 16px;
  line-height: 1.6;
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 11, 24, 0.2) 0%, rgba(39, 16, 34, 0.8) 100%);
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item01 {
  background-image: url("../images/backgroundmusic/bg-genres01.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item02 {
  grid-row-end: span 2;
  grid-column-start: 2;
  background-image: url("../images/backgroundmusic/bg-genres02.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item03 {
  background-image: url("../images/backgroundmusic/bg-genres03.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item04 {
  background-image: url("../images/backgroundmusic/bg-genres04.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item05 {
  background-image: url("../images/backgroundmusic/bg-genres05.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item06 {
  grid-row-end: span 2;
  grid-column-start: 3;
  background-image: url("../images/backgroundmusic/bg-genres06.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item07 {
  background-image: url("../images/backgroundmusic/bg-genres07.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item08 {
  background-image: url("../images/backgroundmusic/bg-genres08.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item09 {
  background-image: url("../images/backgroundmusic/bg-genres09.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item10 {
  background-image: url("../images/backgroundmusic/bg-genres10.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item11 {
  grid-column: span 2;
  background-image: url("../images/backgroundmusic/bg-genres11.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item12 {
  background-image: url("../images/backgroundmusic/bg-genres12.png");
}

.backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item13 {
  background-image: url("../images/backgroundmusic/bg-genres13.png");
}

.backgroundmusic #container .sw-price {
  background: linear-gradient(180deg, #ffe6fb 0%, #ffffff 100%);
}

.backgroundmusic #container .sw-price .gom-content-inner-wrap > .gom-title {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

.backgroundmusic #container .sw-price .gom-content-inner-wrap > .gom-title::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url("../images/backgroundmusic/icon-heart.svg");
  background-size: cover;
}

.backgroundmusic #container .sw-price .gom-content-inner {
  padding-top: 0;
}

.backgroundmusic #container .sw-price .plan-wrap {
  margin-top: 32px;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap {
  margin-top: 32px;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap {
  padding: 50px 40px;
  box-shadow: 0px 0px 20px 0px rgba(251, 3, 245, 0.1);
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap {
  gap: 24px;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap .sw-logo {
  width: 80px;
  height: 80px;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap .plan-tit .sw-name {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .price-info {
  font-size: 28px;
  line-height: 1.5;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .price-info .unit.period {
  font-size: 18px;
  line-height: 1.5;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .bullet_list.check > li {
  padding-left: 36px;
  color: #131313;
  font-size: 20px;
  line-height: 1.5;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .bullet_list.check > li::before {
  top: -1px;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h20v20H0z' data-name='사각형 3998'/%3E%3Cpath fill='none' stroke='%23f44e6b' stroke-linecap='round' stroke-linejoin='round' d='M4.5 10.141 8.786 15.5l7.714-10' data-name='패스 2284'/%3E%3C/svg%3E");
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .bullet_list.check > li + li {
  margin-top: 8px;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .btn-wrap {
  position: absolute;
  top: 50px;
  right: 40px;
  margin-top: 0;
}

.backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .btn-wrap [class^=btn-] {
  height: 42px;
  font-size: 16px;
  line-height: 1.6;
}

.backgroundmusic #container .sw-price .notice-wrap {
  margin-top: 64px;
  text-align: left;
}

.backgroundmusic #container .sw-price .notice-wrap .gom-title {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}

.backgroundmusic #container .sw-price .notice-wrap .gom-content-inner {
  padding-top: 0;
}

.backgroundmusic #container .sw-price .notice-wrap .bullet_list {
  margin-top: 8px;
}

.backgroundmusic #container .sw-price .notice-wrap .bullet_list > li + li {
  margin-top: 0;
}

.backgroundmusic aside#quick-menu ul > li a.btn {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}

.backgroundmusic aside#quick-menu ul > li a.btn.support {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h24v24H0z' data-name='사각형 62787'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='그룹 174069'%3E%3Cpath fill='none' stroke='%23131313' stroke-linejoin='round' stroke-width='1.5' d='M22.023 20.29a10.191 10.191 0 0 1-2.086-3.645A7.454 7.454 0 0 0 21.6 12c0-4.606-4.393-8.34-9.811-8.34S1.976 7.395 1.976 12s4.393 8.338 9.812 8.338a11.069 11.069 0 0 0 5.021-1.184 8.425 8.425 0 0 0 5.214 1.135Z' data-name='패스 51481'/%3E%3Cpath fill='%23131313' d='M8.8 12a1.1 1.1 0 1 1-1.1-1.1A1.1 1.1 0 0 1 8.8 12' data-name='패스 51482'/%3E%3Cpath fill='%23131313' d='M13.1 12a1.1 1.1 0 1 1-1.1-1.1 1.1 1.1 0 0 1 1.1 1.1' data-name='패스 51483'/%3E%3Cpath fill='%23131313' d='M17.4 12a1.1 1.1 0 1 1-1.1-1.1 1.1 1.1 0 0 1 1.1 1.1' data-name='패스 51484'/%3E%3C/g%3E%3C/svg%3E");
}

.backgroundmusic aside#quick-menu ul > li a.btn.top {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%23131313' stroke-linecap='round' stroke-linejoin='round' d='m4.5 13.5 6-6 6 6' data-name='패스 137'/%3E%3Cpath fill='none' d='M0 0h20v20H0z' data-name='사각형 316' opacity='.2'/%3E%3C/svg%3E");
}

@media (max-width: 1279px) {
  .backgroundmusic .contents-head.head-visual {
    min-height: 736px;
    padding: 80px 40px;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .logo {
    width: 240px;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap h1 {
    margin-top: 36px;
    font-size: 40px;
    line-height: 1.5;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .btn-wrap {
    margin-top: 24px;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box {
    margin-top: 64px;
    padding: 32px 40px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box > p span {
    font-size: 16px;
    line-height: 1.6;
  }
  .backgroundmusic #container .gom-content-inner-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .backgroundmusic #container .gom-content-inner {
    padding-top: 46px;
  }
  .backgroundmusic #container .gom-title-wrap,
  .backgroundmusic #container .gom-title {
    font-size: 28px;
    line-height: 1.5;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap {
    padding: 0 58px;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .img-wrap {
    display: block;
    position: relative;
    padding-top: 77.4%;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .img-wrap img {
    border-radius: 10px 10px 0 0;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info {
    padding: 24px 24px 20px 24px;
    border-radius: 0 0 10px 10px;
    background-color: #131313;
    color: #FFFFFF;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info dt {
    padding-right: 36px;
    font-size: 18px;
    line-height: 1.5;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info dd {
    gap: 0 4px;
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .audio-wrap {
    top: 24px;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .audio-wrap .btn-wrap .btn-play {
    width: 24px;
    height: 24px;
  }
  .backgroundmusic #container .use-guide .use-guide-info {
    gap: 12px;
    padding: 0 113px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 12px), 1fr));
  }
  .backgroundmusic #container .use-guide .use-guide-info .use-guide-item {
    padding: 24px;
    font-size: 20px;
    line-height: 1.5;
  }
  .backgroundmusic #container .use-guide .use-guide-info .use-guide-item .img-wrap {
    margin-bottom: 14px;
  }
  .backgroundmusic #container .use-guide .use-guide-step {
    padding: 0 56px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .gom-title {
    justify-content: center;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper {
    flex-direction: column;
    gap: 24px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container {
    width: auto;
    border-radius: 20px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-title {
    top: 22px;
    height: 60px;
    font-size: 18px;
    line-height: 1.5;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-thumbnail img {
    border-radius: 20px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs li + li {
    margin-top: 0;
  }
  .backgroundmusic #container .audio-genres {
    min-height: 1102px;
  }
  .backgroundmusic #container .audio-genres::before, .backgroundmusic #container .audio-genres::after {
    width: 328px;
    height: 551px;
  }
  .backgroundmusic #container .audio-genres .genres-wrap {
    margin: 0 -24px;
    padding: 0 24px 0 72px;
  }
  .backgroundmusic #container .audio-genres .genres-wrap .swiper-wrapper {
    gap: 30px;
  }
  .backgroundmusic #container .audio-genres .genres-wrap .genres-item {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.5;
  }
  .backgroundmusic #container .audio-genres .genres-wrap .genres-item > p .count {
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .sw-price > .inner {
    padding-right: 80px;
    padding-left: 80px;
  }
  .backgroundmusic #container .sw-price .gom-content-inner-wrap {
    padding-bottom: 160px;
  }
  .backgroundmusic #container .sw-price .plan-wrap {
    margin-top: 0;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap .sw-logo {
    display: block;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap .plan-tit .sw-name {
    display: block;
    font-size: 28px;
    line-height: 1.5;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .price-info {
    gap: 12px;
    font-size: 26px;
    line-height: 1.5;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .price-info .unit.period {
    font-size: 16px;
    line-height: 1.6;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap {
    flex-direction: column-reverse;
    gap: 32px;
    padding-top: 0;
    border-top: 0;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .bullet_list.check > li {
    font-size: 18px;
    line-height: 1.5;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .bullet_list.check > li::before {
    width: 28px;
    height: 28px;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .btn-wrap {
    position: static;
  }
  .backgroundmusic #container .sw-price .notice-wrap {
    margin-top: 50px;
  }
  .backgroundmusic #container .sw-price .notice-wrap .gom-content-inner {
    padding-top: 0;
  }
  .backgroundmusic #container .sw-price .notice-wrap .bullet_list {
    margin-top: 8px;
  }
  .backgroundmusic #container .sw-price .notice-wrap .bullet_list > li + li {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .backgroundmusic .contents-head.head-visual {
    min-height: 468px;
    padding: 48px 24px;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .logo {
    width: 155px;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap h1 {
    margin-top: 32px;
    font-size: 22px;
    line-height: 1.5;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .btn-wrap [class^=btn] {
    height: 29px;
    padding: 0 24px;
    font-size: 12px;
    line-height: 1.7;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box {
    margin-top: 40px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box > p {
    gap: 2px;
  }
  .backgroundmusic .contents-head.head-visual .head-tit-wrap .info-box > p span {
    font-size: 12px;
    line-height: 1.7;
  }
  .backgroundmusic #container .gom-content-inner-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .backgroundmusic #container .gom-content-inner {
    padding-top: 32px;
  }
  .backgroundmusic #container .gom-title-wrap,
  .backgroundmusic #container .gom-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .backgroundmusic #container .float-menu {
    padding: 0 40px;
    border-radius: 24px;
  }
  .backgroundmusic #container .float-menu .float-menu-inner {
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .backgroundmusic #container .float-menu .float-menu-inner .intro_wrap {
    flex-direction: column;
    text-align: center;
  }
  .backgroundmusic #container .float-menu .float-menu-inner .intro_wrap .intro {
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .float-menu .float-menu-inner .btn-lnb-close {
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    transform: none;
  }
  .backgroundmusic #container .float-menu .mo-br {
    display: block;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap {
    padding: 0;
    gap: 12px;
    grid-template-columns: repeat(1, 100%);
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .img-wrap {
    display: block;
    position: relative;
    width: 38.6%;
    padding-top: 29.4%;
    flex-shrink: 0;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .img-wrap img {
    border-radius: 10px 0 0 10px;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 44px 0 12px;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info dt {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info dd {
    gap: 0 6px;
    font-size: 13px;
    line-height: 23px;
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .audio-wrap {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .backgroundmusic #container .audio-experience .audio-list-wrap .audio-item .audio-info .audio-wrap .btn-wrap .btn-play {
    width: 22px;
    height: 22px;
  }
  .backgroundmusic #container .use-guide .gom-content-inner-wrap {
    padding-top: 74px;
  }
  .backgroundmusic #container .use-guide::before {
    width: 26px;
    height: 10px;
    margin-left: -13px;
    background-size: 19px 10px;
  }
  .backgroundmusic #container .use-guide .use-guide-info {
    gap: 12px 6px;
    padding: 0px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 6px), 1fr));
  }
  .backgroundmusic #container .use-guide .use-guide-info .use-guide-item {
    padding: 12px;
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .use-guide .use-guide-info .use-guide-item .img-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
  }
  .backgroundmusic #container .use-guide .use-guide-info .use-guide-item .img-wrap img {
    width: 80px;
    height: 80px;
  }
  .backgroundmusic #container .use-guide .use-guide-step {
    margin-top: 64px;
    padding: 0;
  }
  .backgroundmusic #container .use-guide .use-guide-step .gom-title {
    font-size: 16px;
    line-height: 1.6;
    gap: 6px;
    justify-content: center;
  }
  .backgroundmusic #container .use-guide .use-guide-step .gom-title::before {
    width: 16px;
    height: 16px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container {
    border-radius: 14px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-title {
    top: 10px;
    height: 44px;
    font-size: 12px;
    line-height: 1.7;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .swiper-container .gom-thumbnail img {
    border-radius: 14px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
  .backgroundmusic #container .use-guide .use-guide-step .guide-step-swiper .use-guide-step-thumbs li .btn-lg {
    height: 39px;
    border-radius: 6px;
    font-size: 13px;
  }
  .backgroundmusic #container .audio-genres {
    min-height: 660px;
  }
  .backgroundmusic #container .audio-genres::before, .backgroundmusic #container .audio-genres::after {
    width: 196px;
  }
  .backgroundmusic #container .audio-genres::before {
    height: 328px;
  }
  .backgroundmusic #container .audio-genres::after {
    height: 331px;
  }
  .backgroundmusic #container .audio-genres .genres-wrap {
    margin: 0 -24px;
    padding: 0 37px 0 24px;
  }
  .backgroundmusic #container .audio-genres .genres-wrap .swiper-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(157px, 1fr));
    grid-auto-rows: 95px;
    gap: 13px;
    margin: 0 auto;
  }
  .backgroundmusic #container .audio-genres .genres-wrap .genres-item {
    gap: 4px;
    justify-content: center;
    width: 100%;
    padding: 13px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .audio-genres .genres-wrap .genres-item > p .count {
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .audio-genres .genres-wrap .genres-item.genres-item11 {
    width: 100%;
  }
  .backgroundmusic #container .sw-price > .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
  .backgroundmusic #container .sw-price .gom-content-inner-wrap {
    padding-bottom: 136px;
  }
  .backgroundmusic #container .sw-price .gom-content-inner-wrap > .gom-title {
    gap: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  .backgroundmusic #container .sw-price .gom-content-inner-wrap > .gom-title::before {
    width: 20px;
    height: 20px;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap {
    padding: 32px 24px;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap {
    gap: 14px;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap .sw-logo {
    width: 60px;
    height: 60px;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .plan-tit-wrap .plan-tit .sw-name {
    font-size: 16px;
    line-height: 1.6;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .price-info {
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-top-info .price-info .unit.period {
    font-size: 12px;
    line-height: 1.7;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap {
    margin-top: 24px;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .bullet_list.check > li {
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .bullet_list.check > li::before {
    width: 22px;
    height: 22px;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .btn-wrap {
    position: static;
  }
  .backgroundmusic #container .sw-price .plan-wrap .plan-list-wrap .plan-item-wrap .plan-info-wrap .btn-wrap [class^=btn-] {
    height: 29px;
    font-size: 12px;
    line-height: 1.7;
  }
  .backgroundmusic #container .sw-price .notice-wrap {
    margin-top: 48px;
  }
  .backgroundmusic #container .sw-price .notice-wrap .gom-content-inner {
    padding-top: 0;
  }
  .backgroundmusic #container .sw-price .notice-wrap .gom-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .backgroundmusic #container .sw-price .notice-wrap .bullet_list {
    margin-top: 8px;
  }
  .backgroundmusic #container .sw-price .notice-wrap .bullet_list > li {
    font-size: 12px;
    line-height: 1.7;
  }
  .backgroundmusic #container .sw-price .notice-wrap .bullet_list > li + li {
    margin-top: 0;
  }
}