﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

html, body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', sans-serif;
}

/*header*/
.header {
  width: 100%;
}
.header-wrapper {
  margin: 0;
  padding: 18px 88px;
  height: 87px;
  background-color: #000;
  color: #fff;
}
.sub-page .header-wrapper {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}
.sub-page .header .nav-bar select {
  color: #000;
  border: 0;
}
.sub-page .header .nav-bar option {
  background-color: #fff;
  color: #000;
}
.header.affix-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header.affix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header .header-first {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.header .logo, .nav-bar .logo {
  display: inline-block;
  margin-bottom: 0;
  max-width: 47px;
}
.header .visitor {
  display: flex;
  align-items: center;
  margin-left: 55px;
  font-family: 'Source Sans Pro', sans-serif;
}
.header .visitor span {
  display: inline-block;
  margin-right: 20px;
  font-size: .875rem;
}
.header .visitor strong {
  font-size: 1.5rem;
  font-weight: 700;
}
.header .nav-bar {
  display: flex;
  justify-content: flex-end;
}
.header .nav-bar > * {
  margin-left: 80px;
}
.header .nav-bar > *:first-child {
  margin-left: 0;
}
.header .nav-bar select {
  background-color: transparent;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 1rem;
  min-width: 130px;
  height: 30px;
  border: 0;
  border-radius: 5px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.header .nav-bar option {
  background-color: #000;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 1.25rem;
}
.nav-bar .gnb {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.nav-bar .gnb.ic-close {
  background-image: url("../images/close.png");
}
.nav-bar .gnb >img {
  display: none;
}
.nav-bar .gnb.ic-search {
  background-image: url("../images/search.png");
}
.nav-bar .gnb.ic-menu {
  background-image: url("../images/menu.png");
}
.sub-page .nav-bar .gnb.ic-search {
  background-image: url("../images/search_dark.png");
}
.sub-page .nav-bar .gnb.ic-menu {
  background-image: url("../images/menu_dark.png");
}

@media (max-width: 991px) {
  .header-wrapper {
    padding: 11px 28px;
    height: 70px;
  }
  .header .nav-bar > * {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .header-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 575px) {
  .header-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    height: 70px;
  }
  .nav-bar .gnb {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
  .header .visitor {
    display: none;
  }
  .header .nav-bar .lang-xs {
    display: block;
    padding: 0;
    max-width: 55px;
    min-width: 45px;
    height: 26px;
    text-align: center;
    border: 0;
    border-radius: 0;
  }
  .header .nav-bar .lang-xs option {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .header .nav-bar .lang-sm {
    display: none;
  }
  .header .nav-bar .lang-xs {
    display: block;
  }
}

@media (min-width: 768px) {
  .header .nav-bar .lang-sm {
    display: block;
  }
  .header .nav-bar .lang-xs {
    display: none;
  }
}

.page {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: none;
  min-height: calc(100% - 1px);
  padding-bottom: 123px;
}

.page > div:not(.main) {
  min-height: 70px;
}
@media (min-width: 768px) {
  .page {
    padding-bottom: 138px;
  }
}
@media (min-width: 992px) {
  .page {
    padding-bottom: 190px;
  }
  .page > div:not(.main) {
    min-height: 87px;
  }
}

/*GNB*/
.nav-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(22, 22, 22, 0.9);
;
  z-index: 99991;
}
.nav-main-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  padding-left: 0;
}
.nav-main-menu li {
  font-family: 'Montserrat';
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
}
.nav-main-menu li a {
  color: #fff;
}
.nav-main-menu li a:hover {
  font-weight: 700;
}
.nav-main-menu li label {
  cursor: pointer;
}
.nav-menu .nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  height: 70px;
}

@media (min-width: 768px) {
  .nav-main-menu li {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-bar {
    padding: 18px 0;
    height: 87px;
  }
}

#gnb-nav, #gnb-search, #search-tags {
  position: fixed;
  left: -50%;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  top: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#gnb-nav:checked ~ .nav-menu {
  display: block;
}
#gnb-nav:checked ~ .page {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
#gnb-search:checked ~ .header .search {
  display: block;
}
#gnb-search:checked ~ .header .nav-bar .ic-search {
  background-image: url("../images/close.png");
}
.sub-page #gnb-search:checked ~ .header .nav-bar .ic-search {
  background-image: url("../images/close_dark.png");
}
#gnb-search:checked ~ .header .nav-bar .ic-menu {
  display: none;
}
#gnb-search:checked ~ .header .nav-bar >div {
  display: none;
}
#gnb-search:checked ~ .header .visitor {
  /*  display: none;*/
}
#search-tags:checked ~ .header {
  visibility: hidden;
}
#search-tags:checked ~ .search-tags-container {
  display: block;
  z-index: 14;
}

/*main*/
.main.container-fluid {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  min-height: 100%;
}
.main-container {
  padding: 0 5vw;
}
@media (min-width: 768px) {
  .main.container-fluid {
    margin-bottom: 60px;
  }
  .music-upload-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .main.container-fluid {
    margin-bottom: 100px;
  }
  .music-upload-container {
    padding: 0;
  }
}
.main .title {
  margin: 20px 0 16px;
  font-size: 1rem;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main .title  {
    margin: 50px 0 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .main .title  {
    margin: 80px 0 38px;
    font-size: 1.875rem;
  }
}
.main .upload-music {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.main .upload-music h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-right: 25px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #000;
}
@media (min-width: 768px) {
  .main .upload-music {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .main .upload-music {
    margin-top: 64px;
  }
  .main .upload-music h2 {
    font-size: 45px;
    margin-right: 60px;
  }
}
@media (max-width: 575px) {
  .main .upload-music h2 {
    font-size: 20px;
    margin-right: 10px;
  }
}
.main .upload-music .btn-wrap {
  margin: 0;
  flex: 0 0 auto;
}
.main .banner-container {
  height: 140px;
  overflow: hidden;
}
.main .banner-container .content {
  line-height: 1.4;
}
.main .banner-container >div {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.main .banner-container .btn.default {
  height: 27px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  color: #000;
}
.main .banner-container button {
  padding: 10px 30px;
  height: 50px;
  border-radius: 30px;
  font-size: 20px;
  font-family: 'Poppins';
  color: #000;
}
.main .banner-container .fs-bic {
  font-size: calc(2.325rem + 2.0vw) !important;
}

@media (min-width: 768px) {
  .main .banner-container >div {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .main .banner-container .btn.default {
    height: 55px;
  }
  .main .banner-container {
    height: 350px;
  }
  .main .banner-container {
    height: 350px;
  }
  .main .banner-container >div {
    padding: 0 100px;
  }
  .main .banner-container .content .mt-0-1 {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .main .banner-container .content .mt-0-1 {
    margin-top: 0;
  }
  .main .banner-container button {
    padding: 4px 20px;
    height: 27px;
    font-size: 14px;
  }
  .main .banner-container .fs-bic {
    font-size: calc(1.325rem + 1.5vw) !important;
  }
}

@media (max-width: 767px) {
  .main .banner-container .content * {
    font-size: 100% !important;
  }
  .main .banner-container .content button {
    padding: 4px 10px;
    height: 24px;
    font-size: 12px !important;
  }
  .main .banner-container .content button.v-align-bottom {
    vertical-align: middle;
  }
}

/*main-slider*/
.main-slider {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 200px;
  overflow: hidden;
}
.main-slider .pagination-control {
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-bottom: 110px;
}
.main-slider .swiper-pagination {
  margin-bottom: 20px;
}
.main-slider .swiper-pagination-bullet {
  position: relative;
  margin: 0 !important;
  background-color: #707070;
  border-radius: 0;
  height: 1px;
  opacity: 1;
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.main-slider .swiper-pagination-bullet:before {
  content: "";
  display: block;
  height: 71px;
  transform: translateY(-50%);
}
.main-slider .swiper-pagination-bullets:before, .main-slider .swiper-pagination-bullets:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-bottom: -2px;
  background-color: #000;
  border-radius: 4px;
  border: 1px solid #6E6E6E;
}
.main-slider .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  display: block;
  width: 85px;
  height: 71px;
  top: -2px;
  background: url('../images/pagenation_bullet_1_t.svg') no-repeat center;
  background-size: cover;
  background-color: #fff;
  transform: translate(25%, -50%);
  transition: transition 0.5s ease-in-out;
}
.main-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:before {
  background-image: url('../images/pagenation_bullet_1_t.svg');
  width: 85px;
  height: 71px;
  top: -2px;
}
.main-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:before {
  background-image: url('../images/pagenation_bullet_2_t.svg');
  width: 84px;
  height: 87px;
  top: 1px;
}
.main-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:before {
  background-image: url('../images/pagenation_bullet_3_t.svg');
  width: 88px;
  height: 77px;
  top: 0;
}
.main-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:before {
  background-image: url('../images/pagenation_bullet_4_t.svg');
  width: 82px;
  height: 84px;
  top: 0px;
}
.main-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:before {
  background-image: url('../images/pagenation_bullet_5_t.svg');
  width: 97px;
  height: 65px;
  top: -5px;
}

@media (max-width: 767px) {
  .main-slider .pagination-control {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 70px;
  }
  .main-slider .swiper-pagination-bullet {
    width: 16%;
    max-width: 30px;
  }
  .main-slider .swiper-pagination-bullet:before {
    height: 35px;
  }
  .main-slider .swiper-pagination-bullet-active {
    width: 19%;
    max-width: 62px;
  }
  .main-slider .swiper-pagination-bullets:before, .main-slider .swiper-pagination-bullets:after {
    margin-bottom: -1px;
    width: 3px;
    height: 3px;
  }
  .main-slider .swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_1_m.svg');
    width: 48px;
    height: 35px;
    top: -1px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_1_m.svg');
    width: 48px;
    height: 35px;
    top: -1px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_2_m.svg');
    width: 43px;
    height: 43px;
    top: 1px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_3_m.svg');
    width: 42px;
    height: 38px;
    top: 1px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_4_m.svg');
    width: 42px;
    height: 42px;
    top: 1px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_5_m.svg');
    width: 48px;
    height: 32px;
    top: -2px;
  }
}

@media (min-width: 768px) {
  .main-slider {
    padding-left: 40px;
  }
  .main-slider .swiper-pagination-bullet {
    width: 16%;
    max-width: 76px;
  }
  .main-slider .swiper-pagination-bullet-active {
    max-width: 105px;
  }
}

@media (min-width: 992px) {
  .main-slider {
    padding-left: 100px;
  }
  .main-slider .swiper-pagination-bullet {
    width: 21%;
    max-width: 80px;
  }
  .main-slider .swiper-pagination-bullet:before {
    height: 105px;
  }
  .main-slider .swiper-pagination-bullet-active {
    max-width: 170px;
  }
}

@media (min-width: 1216px) {
  .main-slider .swiper-pagination-bullet {
    width: 17%;
    max-width: 85px;
  }
  .main-slider .swiper-pagination-bullet-active {
    max-width: 170px;
  }
}

@media (min-width: 1408px) {
  .main-slider .swiper-pagination-bullet {
    width: 20%;
    max-width: 85px;
  }
  .main-slider .swiper-pagination-bullet-active {
    max-width: 170px;
  }
}

@media (min-width: 992px) {
  .main-slider .pagination-control {
    margin-right: 80px;
    margin-bottom: 60px;
    padding-bottom: 140px;
  }
  .main-slider .swiper-pagination-bullets:before, .main-slider .swiper-pagination-bullets:after {
    margin-bottom: -3.5px;
    width: 8px;
    height: 8px;
  }
  .main-slider .swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_1.svg');
    width: 130px;
    height: 106px;
    top: -4px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_1.svg');
    width: 130px;
    height: 106px;
    top: -4px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_2.svg');
    width: 130px;
    height: 130px;
    top: 1px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_3.svg');
    width: 129px;
    height: 117px;
    top: -1px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_4.svg');
    width: 129px;
    height: 128px;
    top: -7px;
  }
  .main-slider .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active:before {
    background-image: url('../images/pagenation_bullet_5.svg');
    width: 130px;
    height: 98px;
    top: -7px;
  }
}

.main-slider .title {
  padding: 0;
}

.main-slider .wrap-block-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background-color: rgba(0,0,0,.4);
}
.main-slider .wrap-block-item .blank {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.main-slider .swiper-slide-active .wrap-block-item {
  background-color: rgba(255,255,255,.4);
}
.main-slider .wrap-block-item-inner {
  padding: 0 30px;
  min-height: 216px;
}
.main-slider .wrap-block-item-inner * {
  color: #fff;
}

@media (min-width: 768px) {
  .main-slider .swiper-slide {
    width: auto;
  }
  .main-slider .wrap-block-item {
    width: 230px;
    height: 300px;
  }
  .main-slider .swiper-slide-active .wrap-block-item {
    width: 560px;
  }
  /*
  .main-slider .slide-first:not(.swiper-slide-active) {
    margin-left: 40px !important;
  }
  .main-slider .swiper-slide-prev:first-child {
    margin-left: 40px !important;
  }*/
}
@media (min-width: 992px) {
  .main-slider .wrap-block-item {
    width: 340px;
    height: 440px;
  }
  .main-slider .swiper-slide-active .wrap-block-item {
    width: 820px;
  }
  .main-slider .wrap-block-item-inner {
    min-height: 320px;
  }
  /*
  .main-slider .slide-first:not(.swiper-slide-active) {
    margin-left: 100px !important;
  }
  .main-slider .swiper-slide-prev:first-child {
    margin-left: 100px !important;
  }*/
}

.main-slider .swiper-slide-active .wrap-block-item .collection {
  color: #000;
}
.main-slider .swiper-slide-active .wrap-block-item-inner * {
  color: #000;
}
.main-slider .swiper-slide:not(.swiper-slide-active) .wrap-block-item .collection figure {
  display: none;
}
.main-slider .wrap-block-item .collection {
  position: relative;
  padding: 30px 0 20px;
  min-height: 114px;
}
.main-slider .wrap-block-item .desc {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.main-slider .wrap-block-item .title-album .song {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.main-slider .wrap-block-item .title-album .singer {
  font-size: 13px;
  font-weight: 600;
}
.main-slider .wrap-block-item .collection figure {
  display: block;
  border-radius: 0;
  width: 54px;
  height: 54px;
  margin-right: 15px;
  background-color: transparent;
}

@media (min-width: 768px) {
  .main-slider .wrap-block-item .desc {
    font-size: 1rem;
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  .main-slider .wrap-block-item .title-album .song {
    font-size: 1.625rem;
    line-height: 40px;
  }
  .main-slider .wrap-block-item .title-album .singer {
    font-size: 1.25rem;
  }
  .main-slider .wrap-block-item .collection  {
    padding: 50px 0 30px;
    min-height: 160px;
  }
  .main-slider .wrap-block-item .collection figure  {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.main-slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  transform: scale(1.1);
  z-index: -1;
}
.main-slider .btn-group {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.main-slider .btn-group >i {
  margin-left: 20px;
}
.main-slider .btn-group >i:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .main-slider .btn-group  {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.main-slider .btn-group .ic-play {
  border: 0;
}
.main-slider .btn-group .ic-whish {
  background-image: url(../images/ic_whish_blank_w.png);
}

/*main wrap*/
.wrap-block {
  position: relative;
  padding-bottom: 48%;
}
.wrap-block .wrap-block-item {
  border-radius: 5px;
  position: absolute;
  background-color: #acacac;
  overflow: hidden;
}
.wrap-block .wrap-block-item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
.wrap-block .wrap-block-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

@media (max-width: 767px) {
  .wrap-block {
    margin-bottom: -15px;
    padding-bottom: calc(200% + 20px);
  }

  .wrap-block .wrap-block-item:nth-child(1) {
    top: 25%;
    left: 0;
    width: calc(50% - 7.5px);
    height: calc(38% - 15px);
  }
  .wrap-block .wrap-block-item:nth-child(2) {
    top: 63%;
    left: 0;
    width: calc(50% - 7.5px);
    height: calc(12% - 15px);
  }
  .wrap-block .wrap-block-item:nth-child(3) {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(25% - 15px);
  }
  .wrap-block .wrap-block-item:nth-child(4) {
    top: 51%;
    left: calc(50% + 7.5px);
    width: calc(50% - 7.5px);
    height: calc(24% - 15px);
  }
  .wrap-block .wrap-block-item:nth-child(5) {
    top: 25%;
    left: calc(50% + 7.5px);
    width: calc(50% - 7.5px);
    height: calc(13% - 15px);
  }
  .wrap-block .wrap-block-item:nth-child(6) {
    top: 38%;
    left: calc(50% + 7.5px);
    width: calc(25% - 7.5px);
    height: calc(13% - 15px);
  }
  .wrap-block .wrap-block-item:nth-child(7) {
    top: 38%;
    left: calc(75% + 7.5px);
    width: calc(25% - 7.5px);
    height: calc(13% - 15px);
  }
  .wrap-block .wrap-block-item:nth-child(8) {
    top: 75%;
    left: 0;
    width: 100%;
    height: calc(25% - 15px);
  }
}

@media (min-width: 768px) {
  .wrap-block .wrap-block-item:nth-child(1) {
    top: 0;
    left: 0;
    width: calc(26% - 18px);
    height: calc(78% - 18px);
  }
  .wrap-block .wrap-block-item:nth-child(2) {
    top: 78%;
    left: 0;
    width: calc(26% - 18px);
    height: 22%;
  }
  .wrap-block .wrap-block-item:nth-child(3) {
    top: 0;
    left: 26%;
    width: calc(50% - 18px);
    height: calc(50% - 9px);
  }
  .wrap-block .wrap-block-item:nth-child(4) {
    top: calc(50% + 9px);
    left: 26%;
    width: calc(25.322% - 18px);
    height: calc(50% - 9px);
  }
  .wrap-block .wrap-block-item:nth-child(5) {
    top: 0;
    left: 76%;
    width: 24%;
    height: calc(25% - 18px);
  }
  .wrap-block .wrap-block-item:nth-child(6) {
    top: 25%;
    left: 76%;
    width: calc(12% - 9px);
    height: calc(25% - 9px);
  }
  .wrap-block .wrap-block-item:nth-child(7) {
    top: 25%;
    left: calc(88% + 9px);
    width: calc(12% - 9px);
    height: calc(25% - 9px);
  }
  .wrap-block .wrap-block-item:nth-child(8) {
    top: calc(50% + 9px);
    left: 51.322%;
    width: 48.678%;
    height: calc(50% - 9px);
  }
}

@media (min-width: 1600px) {
  .wrap-block .wrap-block-item:nth-child(1) {
    top: 0;
    left: 0;
    width: calc(26% - 45px);
    height: calc(78% - 45px);
  }
  .wrap-block .wrap-block-item:nth-child(2) {
    top: 78%;
    left: 0;
    width: calc(26% - 45px);
    height: 22%;
  }
  .wrap-block .wrap-block-item:nth-child(3) {
    top: 0;
    left: 26%;
    width: calc(50% - 45px);
    height: calc(50% - 22.5px);
  }
  .wrap-block .wrap-block-item:nth-child(4) {
    top: calc(50% + 22.5px);
    left: 26%;
    width: calc(25.322% - 45px);
    height: calc(50% - 22.5px);
  }
  .wrap-block .wrap-block-item:nth-child(5) {
    top: 0;
    left: 76%;
    width: 24%;
    height: calc(25% - 45px);
  }
  .wrap-block .wrap-block-item:nth-child(6) {
    top: 25%;
    left: 76%;
    width: calc(12% - 22.5px);
    height: calc(25% - 22.5px);
  }
  .wrap-block .wrap-block-item:nth-child(7) {
    top: 25%;
    left: calc(88% + 22.5px);
    width: calc(12% - 22.5px);
    height: calc(25% - 22.5px);
  }
  .wrap-block .wrap-block-item:nth-child(8) {
    top: calc(50% + 22.5px);
    left: 51.322%;
    width: 48.678%;
    height: calc(50% - 22.5px);
  }
}

.wrap-block .wrap-block-item:nth-child(2) .wrap-amount, .wrap-block .wrap-block-item:nth-child(5) .wrap-amount,
.wrap-block .wrap-block-item:nth-child(6) .wrap-amount, .wrap-block .wrap-block-item:nth-child(7) .wrap-amount {
  display: none;
}
.wrap-block .wrap-block-item:nth-child(6) figure, .wrap-block .wrap-block-item:nth-child(7) figure {
  display: none;
}

@media (min-width: 1024px) {
  .wrap-block .wrap-block-item:nth-child(2) .collection, .wrap-block .wrap-block-item:nth-child(5) .collection,
  .wrap-block .wrap-block-item:nth-child(6) .collection, .wrap-block .wrap-block-item:nth-child(7) .collection {
    height: 100%;
  }
}

@media (min-width: 1600px) {
  .wrap-block .wrap-block-item:nth-child(2) .collection, .wrap-block .wrap-block-item:nth-child(5) .collection {
    display: flex;
    padding: 40px 30px;
    height: auto;
  }
}

.wrap-block-item .collection {
  position: relative;
  display: flex;
  padding: 16px 12px;
  width: 100%;
  align-items: center;
  color: #fff;
  z-index: 1;
}
.wrap-block-item .wrap-amount {
  display: none;
  position: relative;
  color: #fff;
  z-index: 1;
}
.wrap-block-item .title-album {
  max-width: 100%;
  min-width: 0;
  letter-spacing: -.75px;
}
.wrap-block-item .title-album .song {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}
.wrap-block-item .title-album .singer {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
}
.wrap-block-item .collection figure {
  display: flex;
  justify-content: center;
  margin-right: 8px;
  margin-bottom: 0;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
}
.wrap-block .btn.view-more {
  display: none;
  margin-left: 5px;
  height: auto;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  line-height: 1;
}


@media (min-width: 1024px) {
  .wrap-block-item >a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .wrap-block-item .collection {
    position: relative;
    padding: 40px 30px;
  }
  .wrap-block-item .wrap-amount {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 30px 30px;
  }
  .wrap-block .wrap-block-item:hover .wrap-amount {
    margin-bottom: -8px;
  }
  .wrap-block .wrap-block-item:hover .view-more {
    display: block;
  }
  .wrap-block .btn.view-more {
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 1.125rem;
    top: 50%;
  }
  .wrap-block .wrap-block-item {
    border-radius: 12px;
  }
  .wrap-block-item .wrap-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .wrap-block-item .collection figure {
    margin-right: 20px;
    width: 60px;
    height: 60px;
  }
  .wrap-block-item .title-album .song {
    font-size: 1.5rem;
    line-height: 37.5px;
  }
  .wrap-block-item .title-album .singer {
    font-size: 1rem;
    line-height: 24px;
  }
}


.wrap-block-item .collection img {
  max-width: inherit;
  max-height: 100%;
}
.chart-list {
  position: relative;
}
.chart-list-item {
  margin-bottom: 14px;
}
.chart-list-item .btn-group {
  display: flex;
  margin-top: 0;
  margin-left: 10px;
  align-items: center;
}
.chart-list-item .btn-group > * {
  margin-left: 20px;
}
.chart-list-item .btn-group > *:first-child {
  margin-left: 0;
}
.chart-list-item .btn-group >i img {
  display: none;
}
.chart-list-item-inner{
  padding:16px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  border-radius:12px;
}

.chart-list-item-inner:hover {
  box-shadow: 20px 40px 70px rgba(0, 0, 0, 0.16);
}
.chart-list-item.active .chart-list-item-inner {
  box-shadow: 20px 40px 70px rgba(0, 0, 0, 0.16);
}
.chart-list-item .collection {
  display: flex;
  align-items: center;
  min-width: 0;
}
.chart-list-item .title-album {
  margin-right: 16px;
  letter-spacing: -.75px;
  min-width: 0;
  max-width: 100%;
}
.chart-list-item .number {
  display: block;
  margin-left: -6px;
  margin-right: 6px;
  margin-bottom: 16px;
  min-width: 24px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  text-align: center;
}
.chart-list-item .collection figure {
  display: flex;
  justify-content: center;
  margin-right: 16px;
  margin-bottom: 0;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  overflow: hidden;
}
.chart-list-item .title-album .song a{
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 24px;
}
.chart-list-item .title-album .singer {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.collection .song, .collection .singer {
  display: block;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .chart-list .comment-edit-buttons {
  display: none;
}
.sub-main .chart-list .comment-edit-buttons {
  display: block;
}
.chart-list-item .comment-edit-buttons {
  position: relative;
  right: auto;
  top: auto;
  font-size: 0;
  line-height: 1;
}
.chart-list-item .comment-edit-buttons button {
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.chart-list-item .comment-edit-buttons .caret {
  margin-top: 2px;
}

@media (max-width: 991px) {
  .sub-main .chart-list-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 4px;
  }
}

@media (max-width: 575px) {
  .chart-list-item {
    margin-bottom: 8px;
  }
  .chart-list-item-inner {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0px 1.4px 9.3px rgba(0, 0, 0, 0.16);
  }
  .chart-list-item-inner:hover {
    box-shadow: 10px 20px 35px rgba(0, 0, 0, 0.16);
  }
  .chart-list-item .number {
    margin-bottom: 10px;
    min-width: 18px;
    font-size: 14px;
  }
  .chart-list-item .title-album {
    margin-right: 10px;
  }
  .chart-list-item .collection figure {
    margin-right: 12px;
    width: 30px;
    height: 30px;
  }
  .chart-list-item .title-album .song {
    font-size: 12px;
    line-height: 18px;
  }
  .chart-list-item .title-album .singer {
    font-size: 10px;
    line-height: 13.5px;
  }
  .chart-list-item .btn-group {
    margin-left: 10px;
  }
  .chart-list-item .btn-group > * {
    margin-left: 15px;
  }
  .btn-group .ic-pause {
    background-size: 29px;
  }
  .btn-group .ic-down, .btn-group .ic-whish, .btn-group .ic-whish-check {
    display: none;
  }
  .main .chart-list .comment-edit-buttons {
    display: block;
  }
}

@media (min-width: 992px) {
  .chart-list-item {
    margin-bottom: 20px;
  }

  .chart-list-item .number {
    margin-bottom: 16px;
    min-width: 32px;
    font-size: 1.25rem;
  }
  .chart-list-item .collection figure {
    margin-right: 20px;
    width: 60px;
    height: 60px;
  }
  .chart-list-item .title-album .song a{
    font-size: 1.1rem;
    line-height: 37.5px;
  }
  .chart-list-item .title-album .singer {
    font-size: 0.9rem;
    line-height: 24px;
  }
  .chart-list-item .btn-group {
    margin-left: 16px;
  }
  .btn-group .ic-pause {
    background-size: 44px;
  }
}
@media (min-width: 1164px) {
  .chart-list-item .btn-group {
    margin-top: 10px;
  }
  .chart-list-item .btn-group > * {
    margin-left: 30px;
  }
  .sub-main .chart-list-item .btn-group {
    margin-top: 0px;
  }
}

@media (max-width: 990px) {
  .chart-list-item .number {
    font-size: 0.9rem;
  }
}
/*FAQ*/
.main .panel {
  position: relative;
  margin-bottom: 10px;
}
.main .panel:last-child {
  margin-bottom: 0;
}
.main .panel-heading {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 36px 14px 12px;
  min-height: 45px;
  border: 0.5px solid #707070;
}
.main .panel-title {
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Poppins';
  color: #000;
}
.main .panel-title >a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.main .panel-title >a >span {
  display: inline-block;
  margin: 12px 12px;
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  background: url('../images/drop down.png') no-repeat center;
  background-size: cover;
}
.main .panel-title >a[aria-expanded="true"] >span {
  transform: rotate(180deg);
}
.main .panel-collapse {
  font-size: 1.25rem;
}
.main .panel-body {
  padding: 10px 6px 10px;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 575px) {
  .main .panel-title >a >span {
    margin: 9px 6px;
    width: 16px;
    height: 16px;
  }
  .main .panel-heading {
    min-height: 36px;
    height: auto;
    padding: 3px 26px 3px 6px;
  }
}
@media (min-width: 768px) {
  .main .panel-body {
    padding: 15px 16px 10px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .main .panel {
    margin-bottom: 20px;
  }
  .main .panel-title >a >span {
    margin: 14px 30px;
    width: 30px;
    height: 30px;
  }
  .main .panel-heading {
    min-height: 60px;
    padding: 5px 70px 5px 30px;
  }
  .main .panel-title {
    font-size: 1.25rem;
  }
  .main .panel-body {
    padding: 30px 30px 15px;
    font-size: 1rem;
    line-height: inherit;
  }
}

/*Footer*/

.footer{
  width:100%;
  padding:20px 0;
}
.footer-wrapper{
  height: auto;
  overflow: hidden;
  margin: 0 5vw;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  border-top:1px solid #f2f2f2;
}
.footer .sns{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.footer .sns div{
  width:38px;
  height:auto;
  margin-right:20px;
  padding: 5px 10px;
  opacity: 0.5;
  cursor:pointer;
}
.footer .sns div img{
  width:100%;
  height:100%;
  background-size:cover;
}

.company-info{
  position:relative;
  top:0;
}

.footer .company-terms{
  position:absolute;
  top:0;
  right:0;
  line-height: 16px;
}

.footer-logo {
  width:65px;
  line-height:normal;
  display:inline-block;
  vertical-align: middle;
}
.footer-logo img{
  width: 30px;
}
.footer .footer-menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  list-style: none;
}
.footer .footer-menu a{
  text-decoration: none;
  color:#000;
}
.footer .footer-menu{
  padding-left:0;
}
.footer .footer-menu li {
  font-weight: 600;
  margin-left: 10px;
}
.footer .footer-menu li:first-child{
  margin-left:0;
}
.footer .copyright {
  font-weight: 600;
  transition:0.4s;
  vertical-align: middle;

}
.slide-info{
  line-height: 16px;
  display:inline-block;
}
.footer .copyright:before, .footer .copyright:after {
  content: "";
  display: table;
}
.footer .copyright:before, .footer .copyright:after {
  content: "";
  display: table;
}
.footer .copyright:after {
  clear: both;
}
.footer [type="checkbox"]:checked ~ .address {
  width:auto;
  height: auto;
  visibility: visible;
}
.footer .address {
  margin-top: 10px;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition:0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.footer .address p {
  margin-bottom: 0;
}
.footer .address span.company {
  display:block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.footer .address span {
  font-weight: 400;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
}
.footer .address .address-title{
  margin:0;
  font-weight:500;
}
.footer .address span:last-child {
  margin-right:0;
}

.footer [type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  bottom: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.footer .f-drop-down {
  display: inline-block;
  position: relative;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  padding:2px;
  vertical-align: text-bottom;
  cursor: pointer;
  background: url(../images/down-light.svg) no-repeat center;
  background-size: 16px 16px;
  border:1px solid #dcdcdc;
  border-radius: 20px;
}
.footer [type="checkbox"]:checked + .copyright .f-drop-down {
  transform: rotateZ(180deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-group{
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom:10px;
}

@media (width <= 690px){
  .footer-group{
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    margin-bottom:0;
  }

  .footer .copyright{
    padding-top:10px;
  }
  .footer .sns div{
    width:34px;
  }
  .footer-wrapper{
    font-size:11px;
  }

  .company-info{
    display:flex;
    flex-direction:column-reverse;
    flex-wrap:wrap;
    align-content:space-around;
    align-items:center;
    justify-content:center;
  }
  .company-terms{
    width:100%;
    position : static !important;
    padding:10px 0;
  }
  .footer .footer-menu {
    justify-content: center;
  }


  .footer .copyright,
  .footer .address {
    letter-spacing: -0.4px;
    text-align: center;
  }
  .footer .address{
    line-height: normal;
    justify-content: center;
  }
  .footer .f-drop-down {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}

@media(width <= 430px){
  .footer-logo{
    width:50px;
  }
}
@media(width <= 360px){
  .footer-wrapper{
    font-size:10px;
  }
}
@media(width <= 320px){
  .footer-wrapper{
    font-size:9px;
  }
}

/*common*/
pre {
  white-space: pre-wrap;
  word-break: break-word;
}
.img-thumbnail img {
  max-width: 100%;
}
.img-circle img {
  max-width: 100%;
}
.form-group {
  margin-bottom: 10px;
}
.form-group label {
  font-family: 'Montserrat';
  font-size: 12px;
}
.has-warning {
  color: #EC2027;
}
.form-control {
  color: #000;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
  border-radius: 5px;
  border: 0.36px solid #000;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f2f2f2;
  border-color: transparent;
}
select.form-control {
  appearance: auto;
  -webkit-appearance: button;
  height: 100%;
}
textarea, textarea.form-control {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .form-control {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 8px;
    border-width: 0.5px;
  }
}

.dropdown .dropdown-menu {
  margin-top: 5px;
  padding: 0;
  left: auto;
  right: -20px;
  min-width: 5.8rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.dropdown .dropdown-menu li {
  border-bottom: 1px solid #bcbcbc;
  font-size: 14px;
  font-family: 'Source Sans Pro';
  letter-spacing: -.5px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.dropdown .dropdown-menu li:last-child {
  border-width: 0;
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 16px 10px;
}
.ally {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main-container .btn-wrap {
  margin: 40px 0 40px;
}
.btn-wrap.text-right .btn, .btn-wrap.text-left .btn {
  min-width: 150px;
  color: initial;
}
.btn-wrap .btn + .btn {
  margin-left: 15px;
}
.alert .btn-wrap .btn + .btn {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .alert .btn-wrap .btn + .btn {
    margin-left: 10px;
  }
}

.btn-wrap .btn + .btn-dark {
  background-color: #fff;
  color: #000;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-transparent {
  background-color: transparent;
  border: 0.5px solid #000;
}
.btn {
  height: 43px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0.75px solid #000;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
}
.btn-default {
  height: 38px;
  padding: 5px 20px;
  background-color: #fff;
  border: 0.5px solid #000;
  border-radius: 40px;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #3B3B3B;
}
.btn-round {
  height: 38px;
  padding: 5px 30px;
  background-color: #fff;
  border: 0.5px solid #000;
  border-radius: 40px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #3B3B3B;
}
.btn-group i, .table i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.table i {
  vertical-align: top;
}
i.link {
  cursor: pointer;
}
.btn-group i img, .table i img {
  display: none;
}
.ic-delete {
  background-image: url(../images/ic_delete.png);
}
.ic-edit {
  background-image: url(../images/ic_edit.png);
}
.ic-whish {
  background-image: url(../images/ic_whish_blank.png);
}
.ic-whish-check {
  background-image: url(../images/ic_whish.png);
}
.ic-down {
  background-image: url(../images/list_download.png);
}
.ic-play {
  background-image: url(../images/list_play.png);
  border: 1px solid #3B3B3B;
  border-radius: 4px;
}
.ic-pause {
  background-image: url(../images/list_pause.png);
  background-size: 34px;
  border-radius: 50%;
  box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
  .main-container .btn-wrap {
    margin: 20px 0 20px;
  }
  .btn-default {
    height: 30px;
    padding: 0 15px;
  }
  .btn-round {
    height: 30px;
    padding: 0px 22px;
    font-size: 10.5px;
    border-radius: 20px;
  }
  .btn-group i, .table i {
    width: 20px;
    height: 20px;
  }
  .btn {
    font-size: 12px;
  }
  .btn-wrap.text-right .btn, .btn-wrap.text-left .btn {
    min-width: 120px;
  }

  .mypage-fixed-btn .btn{
    min-width:110px;
  }
  .btn-wrap.text-right .btn + .btn-dark {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .main-container .btn-wrap {
    margin: 40px 0 80px;
  }
  .btn {
    height: 60px;
    font-size: 14px;
    border-radius: 8px;
  }
  .btn-default {
    height: 55px;
    padding: 12px 40px;
    font-size: 20px;
    border-radius: 40px;
  }
  .btn-round {
    height: 55px;
    padding: 12px 40px;
    font-size: 20px;
    border-radius: 40px;
  }
  .btn-group i, .table i {
    width: 30px;
    height: 30px;
  }
}

.btn-dark, .alert .btn-wrap .btn + .btn-dark {
  background-color: #000;
  color: #fff;
}
.btn-cancel {
  background-color: #fff;
  color: #000;
}
.form-control.form-rect {
  background-color: #ddd;
  border-color: #ddd;
}
.img-circle {
  border-radius: 50%;
}
.pull-left {
  float: left;
}
.d-flex.space-between {
  justify-content: space-between;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.checkbox-inline, .radio-inline {
  position: relative;
}
.checkbox-inline .checkbox {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  cursor: pointer;
}
.checkbox-inline .checkbox:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: -3px;
  background-color: #fff;
}
.checkbox-inline .checkbox:after {
  position: absolute;
  left: 5px;
  top: 3px;
  display: inline-block;
  width: 4px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}
.checkbox-inline [type="checkbox"]:checked + .checkbox {
  background-color: transparent;
  color: inherit;
}
.checkbox-inline [type="checkbox"]:checked + .checkbox:before {
  background-color: #000;
}
.checkbox-inline [type="checkbox"]:checked + .checkbox:after {
  content: "";
  border-color: #fff;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-bottom {
  vertical-align: text-bottom;
}
figure.img-thumbnail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
figure img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .checkbox-inline .checkbox {
    font-size: 14px;
  }
}

/**/
.btn-wrap{
  display:flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.upload-delete .btn{
  margin-left:20px;
}
.mypage-fixed-btn button:hover{
  color:#EC2027 !important;
  border:1px solid #EC2027 !important;
  cursor: pointer !important;
}
@media (max-width: 600px){

  .btn-wrap button:last-child,
  .upload-btn .mypage-fixed-btn button:last-child{
    margin-left:2vw;
  }
  .mypage-fixed-btn{
    display:flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .upload-delete{
    display:none;
  }
}
@media (max-width: 417px){

  .btn-wrap button:last-child,
  .upload-btn .mypage-fixed-btn button:last-child{
    margin-left:10px;
  }
  .fixed-btn-scroll{
    overflow-x:scroll;
  }
  .upload-btn{
    width:380px;
  }
  .mypage-fixed-btn{
    display:flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

/**/

/*table*/
.table {
  border-top-color: #000;
}
.table th, .table td {
  vertical-align: middle;
  text-align: center;
  font-family: 'Poppins';
}
.table thead th {
  padding-top: 11px;
  padding-bottom: 12px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom-color: #000 !important;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}

.table .display-empty {
  display: flex;
  padding: 2em 0;
  justify-content: center;
}
.table a {
  /*display: block;*/
}
.table p {
  margin-bottom: 0;
}
.table td.text-left, .table .text-title {
  font-weight: 600;
  color: #555;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.table td.text-left span {
  font-weight: 400;
}
.table .text-title, .table .text-nickname {
  display: block;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table td span {
  vertical-align: text-bottom;
}
.table .d-cell .prcie {
  display: none;
}
.table td.likes, .table td.price {
  white-space: nowrap ;
}
.table .likes span {
  color: #000;
}
.table .price span {
  margin: 0 5px;
}
.table span.price {
  color: #000;
}
.table span.unit {
  color: #bcbcbc;
}
/**/
.table .no-result-wrap a{
  display:block;
}
.no-result-wrap span{
  white-space:wrap;
}
/**/
.table .more >div {
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 1.1;
}
.table .comment-edit-buttons {
  top: auto;
  right: auto;
}
.table .comment-edit-buttons button {
  background-color: transparent;
}
.table .comment-edit-buttons .dropdown-menu {
  min-width: inherit;
  right: -5px;
}
.table .comment-edit-buttons .dropdown-menu a {
  padding: 10px;
}
.table .comment-edit-buttons .dropdown-menu a >i {
  width: 20px;
  height: 20px;
}
/* 2023-12-08 */
@media (max-width: 991px) {
  .table .md-cell-none {
    display: none;
  }
}
/*// 2023-12-08 */
.table .no-result-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  font-family: 'Poppins';
  color: #555;
}
.table .no-result-wrap p {
  padding-top: 3px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.4;
}
.table .no-result-wrap a {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.table .no-result-wrap i {
  display: block;
  margin-right: 10px;
  width: 35px;
  height: auto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #D2D2D2;
}

@media (max-width: 991px) {
  .table:not(.my-storage) .d-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .table .d-cell * {
    display: none;
  }
  .table th.price span {
    display: block;
  }
  .table .d-cell.price .price:not(.local) {
    display: block;
  }
  .table figure.img-thumbnail {
    width: 45px;
    height: 45px;
  }
  .my-storage .nickname, .my-storage .likes, .my-storage .download {
    padding-left: 0;
    padding-right: 0;
  }
  .my-storage .d-cell.price, .my-storage .d-cell.price .price:not(.local) {
    display: none;
  }
  .my-wrap .d-cell.likes span:not(.likes), .my-wrap .d-cell.likes i {
    display: inline-block;
  }
  .my-likes .likes span.likes {
    display: none;
  }
  .transaction .d-cell.price span {
    display: none;
  }
  .transaction .d-cell.price .price:not(.local) {
    display: none;
  }
  .music-detail .text-left {
    padding-left: 0;
    padding-right: 0;
  }
  .artist-page-tracks .download * {
    display: inline-block;
  }
  .table .checkbox-inline .checkbox:before {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .table .text-title, .table .text-nickname {
    max-width: 190px;
  }
  .table th, .table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .table thead th {
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -.3px;
  }
  .table td {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.3;
  }
  .table .text-nickname {
    font-size: 12px;
  }
  .table .d-cell * {
    display: none !important;
  }
  .table figure.img-thumbnail {
    width: 30px;
    height: 30px;
  }
  .transaction .date * {
    display: none;
  }
  .transaction .text-title, .transaction .text-nickname {
    max-width: 135px;
  }
  .my-storage .play, .my-storage .delete {
    padding-left: 0;
    padding-right: 0;
  }
  .my-storage .text-title, .my-storage .text-nickname {
    max-width: 146px;
  }
  .music-detail td .price:not(.local), .music-detail th.price span {
    display: block !important;
  }
  .table .no-result-wrap {
    min-height: 130px;
  }
  .table .no-result-wrap p {
    padding-top: 2px;
    font-size: 15px;
  }
  .table .no-result-wrap a {
    font-size: 12px;
    white-space:wrap;
  }
  .table .no-result-wrap i {
    margin-right: 2px;
    font-size: 36px;
  }
}

@media (max-width: 360px) {
  .table .text-title, .table .text-nickname {
    max-width: 135px;
  }
  .my-likes .text-title, .my-likes .text-nickname {
    max-width: 96px;
  }
  .transaction .text-title, .transaction .text-nickname {
    max-width: 96px;
  }
  .my-storage .text-title, .my-storage .text-nickname {
    max-width: 96px;
  }
}

@media (min-width: 576px) {
  .my-storage .more {
    padding-left: 0;
    padding-right: 0;
  }
  .my-storage .more * {
    display: none;
  }
  .my-storage .play *, .my-storage .delete * {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .table thead th {
    padding-top: 16px;
    padding-bottom: 17px;
    font-size: 0.95rem;
  }
  .table td {
    font-size: 1.25rem;
  }
  .table .d-cell * {
    display: inline-block;
  }
  .table .text-title {
    white-space: wrap;
  }
  .table .text-nickname {
    display: none;
  }
  .table .more {
    padding-left: 0;
    padding-right: 0;
  }
  .table .more * {
    display: none;
  }
  .table .no-result-wrap {
    min-height: 230px;
  }
  .table .no-result-wrap p {
    padding-top: 3px;
    font-size: 1.25rem;
  }
  .table .no-result-wrap a {
    font-size: 14px;
  }
  .table .no-result-wrap i {
    margin-right: 18px;
    font-size: 50px;
  }
}

@media (min-width: 1164px) {
  .table .text-title {
    white-space: nowrap;
    max-width: 480px;
  }
}

.table .check {
  width: 40px;
}
.table .cover:not(.d-cell) {
  width: 61px;
}
.table th.price:not(.d-cell), .table td.price:not(.d-cell) {
  width: 90px;
}
.table.music-detail th.price {
  width: 90px;
}
.table .play:not(.d-cell), .table .edit:not(.d-cell) {
  width: 50px;
}
.table .download:not(.d-cell) {
  width: 96px;
}
.table .history:not(.d-cell) {
  width: 90px;
}
.table .type:not(.d-cell) {
  white-space: nowrap;
}

@media (max-width: 575px) {
  .wrap-detail .cover,
  .table .cover:not(.d-cell) {
    padding-left: 5px;
    padding-right: 5px;
    width: 40px;
    text-align:left;
  }
  .table th.price:not(.d-cell), .table td.price:not(.d-cell) {
    width: 60px;
  }
  .table.music-detail th.price {
    width: 60px;
  }
  .table .check {
    width: 30px;
  }
  .table .play:not(.d-cell), .table .edit:not(.d-cell) {
    width: 36px;
  }
  .table .download:not(.d-cell) {
    width: 73px;
  }
  .table .more:not(.d-cell) {
    width: 46px;
  }
  .table .history:not(.d-cell) {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .table .cover:not(.d-cell) {
    width: 66px;
  }
  .table th.price:not(.d-cell), .table td.price:not(.d-cell) {
    width: 210px;
  }
  .table.music-detail th.price {
    width: 210px;
  }
  .table .play:not(.d-cell), .table .edit:not(.d-cell) {
    width: 76px;
  }
  .table .download:not(.d-cell) {
    width: 106px;
  }
}

/*Tabs*/
.nav-tabs {
  margin: 0;
  border-bottom-width: 0;
  margin-left: -40px;
  padding-left: 40px;
  overflow-x: auto;
  flex-wrap: nowrap;
  position: absolute;
  width: calc(100% - 0px);
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.nav-tabs::-webkit-scrollbar {
  display: none;
}
.nav-tabs >li {
  position: relative;
  display: block;
  flex: 0 0 auto;
}
.nav-tabs >li >a {
  display: block;
  padding: 9px 20px;
  margin-right: 20px;
  height: 36px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  font-family: 'Montserrat';
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
.nav-tabs >li.active >a {
  background-color: #f2f2f2;
  font-weight: 700;
}
.tab-content {
  margin-top: 58px;
}

@media (max-width: 767px) {
  .nav-tabs {
    margin-left: -20px;
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .nav-tabs {
    margin-left: -20px;
    padding-left: 20px;
  }
  .nav-tabs li >a {
    margin-right: 16px;
    padding: 8px 15px;
    height: 31px;
    font-size: 12px;
  }
  .tab-content {
    margin-top: 52px;
  }
}

@media (min-width: 992px) {
  .nav-tabs {
    margin-left: -100px;
    padding-left: 100px;
  }
  .nav-tabs li >a {
    margin-right: 30px;
    padding: 12px 22px;
    height: 42px;
    font-size: 1.125rem;
  }
  .tab-content {
    margin-top: 72px;
  }
}
/*alert*/
.modal {
  z-index: 10001;
  height: 100%;
  min-height: 100%;
}
.modal.alert {
  padding-left: 0;
  padding-right: 0;
  z-index: 10010;
}
.modal .alert {
  margin: 0 auto;
  max-width: inherit;
}
.alert .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0;
}
.alert .modal-header + .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.alert .modal-dialog {
  height: auto;
  min-height: initial;
}
.alert.modal-content {
  padding: 40px 60px;
  border-radius: 14px;
  border: 0;
  box-shadow: 0 3px 20px rgba(0,0,0,.25);
}
.alert-wrapper {
  font-family: 'Source Sans Pro';
  font-size: 1.125rem;
  line-height: 1.62;
  text-align: center;
}
.alert-wrapper h1 {
  margin-bottom: 6px;
  font-family: 'Source Sans Pro';
  font-size: 1.375rem;
  font-weight: 600;
}
.alert-wrapper .btn-wrap {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-wrapper .btn-wrap > button {
  margin-left: 20px;
}
.alert-wrapper .btn-wrap > button:first-child {
  margin-left: 0;
}
.alert-wrapper .btn-wrap .btn {
  flex: 1;
}

@media (max-width: 768px) {
  .modal .alert {
    max-width: 320px;
  }
  .alert.modal-content {
    padding: 40px 24px;
    border-radius: 10px;
  }
  .alert-wrapper {
    font-size: .875rem;
  }
  .alert-wrapper h1 {
    font-size: 1.125rem;
  }
  .alert-wrapper .btn-wrap {
    margin-top: 20px;
  }
  .alert-wrapper .btn-wrap > button {
    margin-left: 10px;
  }
}

/*modal*/
.btn-close {
  background-image: url('../images/close_dark.png');
  background-size: cover;
  box-sizing: border-box;
}
.modal-header {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 70px;
  z-index: 101;
  background-color: #fff;
}
.modal-header .btn-close {
  width: 26px;
  height: 26px;
  padding: 5px;
}
.modal-header .btn-close:focus {
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.modal-dialog {
  max-height: 100%;
}
.modal-content {
  height: 100%;
  border-radius: 10px;
  border: 0;
  overflow-y: auto;
}
.modal-body {
  padding: 40px;
  font-family: 'Montserrat';
}
.modal-body .btn-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}
.modal-body a {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.modal-body h1 {
  margin: 20px 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.modal-body h2 {
  margin: 20px 0 10px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-footer {
  padding: 20px 40px;
}
.modal-footer .btn-wrap {
  width: 100%;
}
.purchase .modal-footer .btn-wrap {
  flex-direction:column;
}
.modal-footer .btn-wrap:not(.text-right) .btn {
  margin-left: 0;
}
.modal-footer .btn-wrap:not(.text-right) .btn:last-child {
  margin-top: 30px;
}
.modal-footer .btn-wrap:not(.text-right) .btn:first-child {
  margin-top: 0;
}

@media (max-width: 575px) {
  .alert .modal-dialog {
    height: auto;
    min-height: initial;
  }
  .modal {
    overflow: hidden;
  }
  .modal-dialog{
    margin: 0;
    top: 50%;
    height: 100%;
    min-height: 100%;
  }
  .modal-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .modal-content {
    padding-top: 70px;
    border-radius: 0;
    border: 0;
  }
  .modal-body {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .modal-footer {
    padding-bottom: 40px;
  }
  .modal-body h2 {
    font-size: 14px;
  }
  .modal-footer .btn-wrap:not(.text-right) .btn:last-child {
    margin-top: 20px;
  }
  .modal-footer .btn-wrap:not(.text-right) .btn:first-child {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog{
    max-width: 360px;
  }
  .modal-header {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .modal-dialog{
    max-width: 500px;
  }
  .modal-content {
    border-radius: 14px;
  }
  .modal-body {
    padding: 60px 60px 60px;
  }
  .modal-body .btn-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .modal-body a {
    font-size: 14px;
  }
  .modal-body h1 {
    margin: 20px 0 50px;
    font-size: 1.375rem;
  }
  .modal-footer {
    padding: 40px 60px;
  }
}

/*modal introcuction*/
.modal.modal-introduction {
  overflow: hidden;
}
.modal-introduction .modal-dialog {
  margin: 0 auto;
  max-width: 650px;
  height: 420px;
  max-height: inherit;
  min-height: 0;
}
.modal-introduction .modal-content {
  padding-top: 0;
  border-radius: 0 !important;
  overflow: hidden;
}
.modal-introduction .modal-header {
  position: inherit;
  padding: 40px 40px 0;
  height: auto;
  flex-wrap: wrap;
  border-bottom: 0;
}
.modal-introduction .modal-header:after {
  content: "";
  margin-top: 20px;
  flex: 1 1 100%;
  border-top: 1px solid #000;
}
.modal-introduction .modal-header .btn-close {
  width: 30px;
  height: 30px;
  margin: 0 0 auto 0;
  align-self: flex-start;
  background: url(../images/intro_close.svg) no-repeat center;
  background-size: 100% auto;
  opacity: 1;
}
.modal-introduction .modal-body {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 40px;
  min-height: 0;
}
.modal-introduction .header-group {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: calc(100% - 40px);
}
.modal-introduction .title-wrap {
  font-family: 'Source Sans Pro';
  align-self: stretch;
}
.modal-introduction .header-group .img-thumbnail {
  margin-right: 18px;
  width: 55px;
  height: 55px;
}
.modal-introduction .header-group .title-wrap h2 {
  font-size: 1.5rem;
  color: #000;
}
.modal-introduction .title-wrap p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
}
.modal-introduction .genres {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 15px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-introduction .genres::-webkit-scrollbar {
  display: none;
}
.modal-introduction .genres dt {
  font-family: 'Montserrat';
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}
.modal-introduction .genres dd {
  display: inline-flex;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 5px 20px;
  font-family: "Source Sans Pro";
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.modal-introduction .scroll-content {
  flex: 1;
  overflow-y: auto;
}

.modal-introduction .scroll-content::-webkit-scrollbar {width: 4px;}
.modal-introduction .scroll-content::-webkit-scrollbar-track {background: transparent; }
.modal-introduction .scroll-content::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.1); border-radius: 12px;}
.modal-introduction .scroll-content::-webkit-scrollbar-thumb:hover {background: rgba(0, 0, 0, 0.3);}

.modal-introduction .description {
  font-family: "Source Sans Pro";
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.42857;
}
.modal-introduction .description p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .modal-introduction .modal-dialog {
    max-width: 360px;
  }
  .modal-introduction .modal-header {
    padding: 30px 20px 0;
  }
  .modal-introduction .modal-header .btn-close {
    width: 20px;
    height: 20px;
  }
  .modal-introduction .modal-body {
    padding: 12px 20px 30px;
  }
  .modal-introduction .header-group {
    max-width: calc(100% - 30px);
  }
  .modal-introduction .header-group .img-thumbnail {
    margin-right: 16px;
    width: 45px;
    height: 45px;
  }
  .modal-introduction .header-group .title-wrap h2 {
    font-size: 1.3rem;
  }
  .modal-introduction .title-wrap p {
    font-size: .75rem;
    line-height: 18px;
  }
  .modal-introduction .genres {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .modal-introduction .header-group .title-wrap h2 {
    font-size: 15px;
    line-height: 26px;
  }
}

/*share*/
.modal.copy-link {
  padding: 0;
  overflow: hidden;
}
.copy-link .modal-dialog {
  margin: 0 auto;
  width: 500px;
  height: 220px;
}
.copy-link .modal-content {
  padding-top: 0;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, .75);
  overflow: visible;
}
.copy-link .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0 65px;
  color: #fff;
  text-align: center;
}
.copy-link .modal-body .title  {
  margin: 0;
  font-family: "Montserrat";
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}
.copy-link .share-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-link .share-buttons .btn-copy-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 5px;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 4px;
  border: 1.5px solid #fff;
}
.copy-link .share-buttons .btn-copy-link img {
  max-width: 100%;
  height: auto;
}
.copy-link .copy-message {
  margin-bottom: 8px;
  min-width: 172px;
  height: 26px;
  line-height: 26px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: 400;
  background-color: #000;
  border-radius: 26px;
}
.copy-link .btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/share_close.svg) no-repeat center;
  background-size: 100% auto;
  opacity: 1;
  z-index: 1;
}
.copy-link .btn-close:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 768px) {
  .copy-link .modal-dialog {
    width: 320px;
  }
  .copy-link .btn-close {
    top: -30px;
    width: 20px;
    height: 20px;
  }
}

/* login */
.login-modal .modal-body, #signupModal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
}
.login-modal .modal-body h1, #signupModal .modal-body h1 {
  margin-top: 0;
}
.modal-dialog .login, .modal-dialog .forget-pwd, .modal-dialog .verification, .modal-dialog .account {
  position: relative;
}
.modal-dialog .login, .modal-dialog .verification {
  display: none;
}
.modal-dialog .verification .btn-wrap {
  margin-top: 33px;
  margin-bottom: 18px;
}
.modal-dialog .verification .link-signup {
  margin-top: 18px;
  margin-bottom: 40px;
}
.modal-dialog .login.show, .modal-dialog .verification.show {
  display: block;
}
.modal-dialog .forget-pwd, .modal-dialog .account {
  display: none;
  right: -120%;
  transition: all 0.3s ease-out;
}
.modal-dialog .forget-pwd.show, .modal-dialog .account.show {
  display: block;
  transition: all 0.3s ease-out;
  right: 0;
}
.link-signup {
  margin: 20px 0;
  font-family: 'Montserrat';
  font-size: 12px;
  color: #7B7B7B;
}
.link-signup a {
  font-size: 1rem;
  vertical-align: middle;
}
.forget-password-message, .signup-message {
  margin: 30px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.34;
}
.signup-message {
  font-weight: 700;
}
.signup-message a {
  display: block;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 500;
}
.signup-message a img {
  margin-left: 8px;
}
.login-form-group .form-group:first-child >.form-control {
  margin-top: 0;
}
.login-form-group .form-group >.form-control {
  margin-top: 30px;
}
.login-form-group .form-group label + .form-control {
  margin-top: 0;
}

@media (max-width: 991px) {
  .login-modal .link-signup, #signupModal .link-signup {
    margin-bottom: 40px;
  }
  .account .btn-wrap button:last-child,
  .verification .btn-wrap button:last-child,
  .login-modal .btn-wrap button:last-child{
    margin-left:0px;
  }
}

@media (min-width: 576px) {
  .login-modal .modal-body, #signupModal .modal-body {
    min-height: 620px;
  }
}

@media (min-width: 992px) {
  .login-modal .modal-body, #signupModal .modal-body {
    padding-bottom: 50px;
    min-height: 790px;
  }
  .link-signup {
    margin: 20px 0 60px;
    font-size: 14px;
  }
  .link-signup a {
    font-size: 1.125rem;
  }
  .forget-password-message, .signup-message {
    margin: 30px 0;
    font-size: 1.25rem;
  }
  .signup-message a {
    display: block;
    margin-top: 36px;
    font-size: 14px;
  }
}

/*Sub page*/
.sub-page .main-container >h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 700;
}
.source-and h3{
  font-size: 1.35rem;
}
@media (max-width: 575px) {
  .sub-page .main-container >h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .source-and h3{
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .sub-page .main-container >h3{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 1.75rem;
  }
  .source-and h3{
    font-size: 1.75rem;
  }
}
.page-top {
  padding: 0 20px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.page-top .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1.1);
  z-index: 0;

}
.page-top h2 {
  font-family: 'Montserrat';
  font-size: 45px;
  font-weight: 700;
}
.header-group .title-wrap h2, .header-group .img-thumbnail + h2, .header-group .img-circle + h2 {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color:#fff;
}
.page-top .description {
  font-family: 'Montserrat';
  font-size: 0.8rem;
  line-height: 1.2;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-top .header-group {
  width:100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.wrap-detail .header-group {
  align-items: flex-start;
}
.header-group .img-thumbnail, .header-group .img-circle {
  display: flex;
  justify-content: center;
  background-color: #D2D2D2;
  overflow: hidden;
  flex: 0 0 auto;
}
.header-group .img-thumbnail {
  margin-right: 16px;
  width: 45px;
  height: 45px;
}
.header-group .img-thumbnail img {
  max-width: 100%;
}
.header-group .img-circle {
  align-items: center;
  margin-right: 20px;
  width: 45px;
  height: 45px;
  background-color: transparent;
}
.header-group .img-circle img {
  max-width: 100%;
}
.header-group .btn-default:not(.tab-music) {
  flex: 0 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 27px;
  font-size: 12px;
  border-radius: 20px;
  border: 0;
} /*2023-12-22*/
.header-group .title-wrap {
  min-width: 0;
}
.header-group .title-wrap p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-top h2 {
    font-size: 30px;
  }
  .header-group .title-wrap h2, .header-group .img-thumbnail + h2, .header-group .img-circle + h2 {
    font-size: 17px;
  }
  .header-group .img-thumbnail {
    margin-right: 14px;
    width: 45px;
    height: 45px;
  }
  .header-group .img-circle {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .page-top .description {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .header-group .btn-default:not(.tab-music) {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 21px;
    font-size: 10px;
  } /*2023-12-22*/
}

@media (min-width: 768px) {
  .page-top {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .page-top {
    padding: 0 5vw;
  }
  .page-top h2 {
    margin-bottom: 30px;
    font-size: 3.7vw;
  }
  .page-top .description {
    font-size: 1.1rem;
  }
  .header-group .title-wrap h2, .header-group .img-thumbnail + h2, .header-group .img-circle + h2 {
    font-size: 1.25rem;
  }
  .header-group .img-thumbnail {
    margin-right: 18px;
    width: 55px;
    height: 55px;
  }
  .header-group .img-circle {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
  .header-group .btn-default:not(.tab-music) {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 36px;
    font-size: 1rem;
  } /*2023-12-22*/
}

/*upload-music*/
.form-group .unit {
  position: absolute;
  right: 10px;
}
.page-top.music-upload {
  margin-bottom: 40px;
  padding-top: 110px;
  height: 200px;
  background: #acacac url("../images/bg_music_upload.jpg") no-repeat center;
  background-size: cover;
}
.page-top.music-upload h2 {
  margin-bottom: 35px;
  text-align: right;
}
.main-container .music-upload {
  margin-left: -20px;
  margin-right: -20px;
}
.main-container .music-upload > div[class^="col-"] {
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .page-top.music-upload {
    height: 140px;
    padding-top: 74px;
  }
  .page-top.music-upload h2 {
    margin-bottom: 30px;
  }
  .music-upload-wrapper.horizontal-scroll {
    overflow-x: visible;
  }
}
@media (min-width: 768px) {
  .music-upload-container .btn-wrap {
    margin-top: 40px;
    padding: 0 40px;
  }
  .music-upload-wrapper {
    padding: 20px;
    overflow-x: auto;
  }
  .music-upload .horizontal-scroll{
    mask:none;
  }
  .main-container .music-upload {
    margin-left: 0;
    margin-right: 0;
    min-width: 1520px;
  }
  .main-container .music-upload > div[class^="col-"] {
    min-width: 480px;
    padding-left: 0;
    padding-right: 0;
  }
  .music-upload div[class^="col-"]:not(.active) .card {
    transform: scale(0.9) translateY(35px) translateX(-30px);
  }
  .music-upload div[class^="col-"]:nth-child(1).active ~ div[class^="col-"] .card {
    transform: scale(0.9) translateY(35px) translateX(30px);
  }
  .music-upload div[class^="col-"]:nth-child(2).active ~ div[class^="col-"] .card {
    transform: scale(0.9) translateY(35px) translateX(30px);
  }
  .music-upload div[class^="col-"]:not(.active) .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .page-top.music-upload {
    padding-top: 87px;
  }
  .page-top.music-upload h2 {
    margin-bottom: 30px;
  }
}
.music-upload .horizontal-scroll{
  mask: none;
}
.music-upload .card {
  padding: 10px 0;
  height: 97%;
  border: 0;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.16);
}
.music-upload .card-header {
  padding: 30px 30px 0;
  background-color: transparent;
  border: 0;
}
.music-upload .card-header h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro';
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.music-upload .card-header h3 >span {
  flex: 0 0 auto;
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-right: 20px;
  border-radius: 50%;
}
.music-upload .card-body {
  padding: 44px 30px;
}
.music-upload .card-body h4, .music-upload .form-group .h4-title, .music-upload .cover-title {
  font-family: 'Source Sans Pro';
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
}
.music-upload .cover-title .small {
  margin-left: 5px;
  font-weight: 400;
}
.music-upload .card-body h4 {
  margin-bottom: 12px;
}
.music-upload .tags-title {
  margin-top: 80px;
}
.music-upload .tags-title {
  margin-top: 60px;
}
.music-upload .category-title span, .music-upload .tags-title span {
  display: inline-block;
  font-size: 12px;
}
.music-upload .form-group {
  margin-bottom: 10px;
}
.music-upload .form-add-float {
  position: relative;
  display: flex;
  align-items: center;
}
.music-upload .form-add-float .form-control {
  padding-right: 35px;
}
.music-upload .form-group .unit, .music-upload .form-group .overwrap-unit {
  position: absolute;
  right: 5px;
  font-family: 'inter';
  font-size: 14px;
  color: #7B7B7B;;
}
.music-upload .form-control {
  height: 50px;
  border-radius: 0;
}
.music-upload textarea {
  min-height: 250px;
  line-height: 1.5;
  resize: none;
}
.music-upload-files {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*  grid-gap: 10px;*/
  margin-top: 20px;
  margin-bottom: 16px;
}
.music-upload-files .item {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 8px 36px 8px 20px;
  max-width: 100%;
  height: 32px;
  line-height: 1;
  font-size: 13px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  border: 1px solid #707070;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.music-upload-files .item:last-child {
  margin-right: 0;
}
.music-upload-files .item .delete {
  position: absolute;
  top: 7px;
  right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: rgba(0,0,0,.3);
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: text-bottom;
  cursor: pointer;
  overflow: hidden;
}
.music-upload-files .item .delete:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 10px;
  border-top: 1.5px solid #000;
  transform: rotate(45deg);
}
.music-upload-files .item .delete:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 10px;
  border-top: 1.5px solid #000;
  transform: rotate(-45deg);
}
.checkbox-inline [type="radio"], .checkbox-inline [type="checkbox"], .music-upload [type="radio"], .music-upload [type="checkbox"], .search-tags [type="radio"], .search-tags [type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.music-upload [type="radio"]:checked + span, .music-upload [type="checkbox"]:checked + span, .search-tags [type="radio"]:checked + span, .search-tags [type="checkbox"]:checked + span, .music-tags [type="checkbox"]:checked + span
{
  background-color: #000;
  color: #fff;
}
.music-category {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}
.music-upload .music-category {
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.music-tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  /*  column-gap: 14px;*/
  /*  row-gap: 13px;*/
  max-height: 240px;
  overflow-y: auto;
}
.music-tags >label {
  margin-right: 14px;
  margin-bottom: 13px;
}
.music-tags-wrapper {
  position: relative;
  height: 240px;
}
.music-tags-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  z-index: 1;
}
.music-category label {
  display: block;
  cursor: pointer;
}
.music-tags label {
  cursor: pointer;
}
.music-upload .music-category {
  gap: 10px;
}
.music-upload .music-tags {
  /*  row-gap: 10px;*/
}
.music-upload .music-tags >label {
  margin-bottom: 10px;
}
.music-category label >span, .music-tags label >span {
  display: block;
  border: 1px solid #707070;
  padding: 8px 0;
  width: 100%;
  height: 38px;
  font-size: 15px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -.5px;
}
.music-tags label >span {
  padding: 7px 30px;
  border-radius: 20px;
}
.music-upload-edit .cover-title {
  margin-top: 30px;
}
.music-upload-wrap .form-group .h4-title, .music-upload-wrap .cover-title {
  margin-top: 10px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .music-upload .card-body {
    padding: 40px 27px;
  }
  .music-upload .card {
    height:700px;
  }
  .music-upload .drag-image-upload p {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .music-upload .card-body {
    padding: 30px 18px;
  }
  .music-upload .card {
    height: 640px;
    margin-bottom:20px;
  }
  .music-upload-edit .cover-title {
    margin-top: 20px;
  }
  .music-upload .card-header h3 {
    margin-bottom: 0;
  }
  .music-upload .card-body h4, .music-upload .form-group .h4-title, .music-upload .cover-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .music-upload .tags-title {
    margin-top: 30px;
    margin-bottom:5px;
  }
  .music-upload-wrap .form-group .h4-title, .music-upload-wrap .cover-title {
    font-size: 14px;
  }
  .music-upload .music-category {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
  .music-category label >span, .music-tags label >span {
    height: 31px;
    padding: 5px 0;
    font-size: 13px;
  }
  .music-tags label >span {
    padding: 4px 24px;
  }
  .music-category {
    gap: 10px;
  }
  .music-tags >label {
    margin-right: 12px;
    margin-bottom: 11px;
  }
  .music-category {
    grid-template-columns: repeat(3, 1fr);
  }
  .music-upload .music-category {
    gap: 6px;
  }
  .music-upload .music-tags >label {
    margin-right: 10px;
    margin-bottom: 6px;
  }
  .music-upload .drag-image-upload{
    height:320px;
  }
}

/*music*/
.page-top.music {
  padding-top: 40px;
  background: #F2F2F2 url("../images/bg_music.jpg") no-repeat center;
  background-size: cover;
  font-family: 'Montserrat';
  height: 260px;
}
.page-top.music .header-group {
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}
.page-top.music h2 {
  align-self: flex-end;
}

@media (max-width: 767px) {
  .page-top.music {
    height: 200px;
  }
}

@media (min-width: 992px) {
  .page-top.music {
    padding-top: 147px;
  }
  .page-top.music .header-group {
    flex-direction: row;
  }
}

.music-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.music-menu li {
  position: relative;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.music-menu .tab-music {
  color: #fff;
  min-width: 150px;
  height: 45px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0;
  border: 0;
}
.music-menu .active {
  border-bottom-width: 3px;
}
.music-menu .active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;
}
.music-menu .active .tab-music {
  background-color: rgba(255, 255, 255, 0.22);
  font-weight: 800;
}

@media (max-width: 767px) {
  .music-menu ul {
    margin-bottom: 20px;
  }
  .music-menu .tab-music {
    min-width: 100px;
    height: 30px;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .music-menu ul {
    margin-bottom: 40px;
  }
  .music-menu .tab-music {
    min-width: 240px;
    height: 70px;
    font-size: 1.2rem;
  }
}


.music .nav-tabs >li >a {
  margin-right: 16px;
  padding: 12px 30px;
  height: 44px;
  border: 0.5px solid #000;
  border-radius: 0;
  font-family: 'Source Sans Pro';
  font-size: 0.8rem;
  font-weight: 700;
}
.music .nav-tabs >li.active >a {
  background-color: #000;
  color: #fff;
}
.music >div[role="tabpanel"] {
  padding-top: 60px;
}
.music .tab-content {
  margin-top: 94px;
}
.music .comment-edit-buttons {
  position: relative;
  top: auto;
}

@media (max-width: 575px) {
  .music .nav-tabs {
    margin-left: -20px;
    padding-left: 20px;
  }
  .music .nav-tabs li >a {
    margin-right: 12px;
    padding: 6px 25px;
    height: 31px;
  }
  .music >div[role="tabpanel"] {
    padding-top: 40px;
  }
  .music .tab-content {
    margin-top: 61px;
  }
}

@media (min-width: 992px) {
  .music .nav-tabs {
    margin-left: -100px;
    padding-left: 100px;
  }
  .music .nav-tabs li >a {
    margin-right: 18px;
    padding: 17px 44px;
    height: 59px;
    font-size: 1.2rem;
  }
  .music >div[role="tabpanel"] {
    padding-top: 100px;
  }
  .music .tab-content {
    margin-top: 120px;
  }
}

.music-chart .chart-list-item {
  position: relative;
}
.music-chart .chart-list-item .number {
  position: absolute;
  top: 20px;
  margin-bottom: 0;
}
.music-chart .chart-list-item .ic-whish, .music-chart .chart-list-item .ic-whish-check {
  display: none;
}
.music-chart .number + .chart-list-item-inner {
  margin-left: 24px;
}

@media (max-width: 575px) {
  .music-chart .chart-list-item .number {
    top: 8px;
  }
  .music-chart .number + .chart-list-item-inner {
    margin-left: 18px;
  }
}

@media (min-width: 768px) {
  .music-chart .chart-list-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .music-chart .chart-list-item .number {
    top: 32px;
  }
  .music-chart .number + .chart-list-item-inner {
    margin-left: 32px;
  }
  .music-chart .chart-list-item .ic-whish, .music-chart .chart-list-item .ic-whish-check {
    display: block;
  }
}

/*music track*/
.music-track .chart-list-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}

/*misic wrap*/
.music-wrap .chart-list-item-inner {
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
}
.music-wrap .chart-list-item .collection figure {
  margin-right: 10px;
  border-radius: 50%;
  background-color: transparent;
}
.music-wrap .chart-list-item .btn-group {
  margin-top: 32px;
}
.music-wrap .music-cover-image {
  position: relative;
  margin-top: 40px;
  padding: 86px 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.music-wrap .btn-wrap {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .music-wrap .chart-list-item .collection figure {
    margin-right: 6px;
  }
  .music-wrap .chart-list-item .btn-group {
    margin-top: 28px;
  }
  .music-wrap .music-cover-image {
    margin-top: 30px;
    padding: 56px 10px 14px;
  }
  .music-wrap .btn-wrap {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .music-wrap .chart-list-item .collection figure {
    margin-right: 14px;
  }
  .music-wrap .chart-list-item .btn-group {
    margin-top: 36px;
  }
  .music-wrap .music-cover-image {
    padding: 73px 20px 20px;
  }
}

.music-cover-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 100%);
}
.music-cover-image .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
}
.music-cover-image .close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 60%;
  height: 1.5px;
  background-color: #fff;
  transform: rotate(45deg);
}
.music-cover-image .close:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 60%;
  height: 1.5px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.music-cover-image .chart-list-item {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.music-cover-image .collection {
  color: #fff;
}
.music-wrap-table {
  margin-top: 20px;
}
@media(max-width: 575px){
  .music-wrap-table .m-none{
    display:none;
  }
}
/*mypage-music-upload*/
.page-top.mypage, .page-top.artist-page {
  padding-top: 44px;
  height: 200px;
  color: #000;
}
.page-top.mypage:after, .page-top.artist-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.page-top.mypage-empty {
  background-color: #F2F2F2;
}
.page-top.mypage h2 {
  text-align: left;
  margin-right: 20px;
}
.page-top.mypage .description, .page-top.artist-page .description {
  margin-top: 12px;
  margin-left: 70px;
}
.page-top.mypage .header-group .btn-default {
  background-color: transparent;
  border: 0.75px solid #fff;
  color: #fff; /*2023-12-26*/
  line-height: 1.2; /*2023-12-26*/
}
.mypage >div[role="tabpanel"] {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .page-top.mypage .description, .page-top.artist-page .description {
    margin-top: 20px;
    margin-left: 50px;
  }
}

@media (max-width: 575px) {
  .page-top.mypage h2 {
    margin-right: 10px;
  }
  .page-top.mypage .description, .page-top.artist-page .description {
    margin-top: 17px;
    margin-left: 0;
  }
  .mypage >div[role="tabpanel"] {
    padding-top: 20px;
  }
  .page-top.mypage .header-group .btn-default {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .page-top.mypage h2 {
    font-size: 1.625rem;
  }
  .mypage >div[role="tabpanel"] {
    padding-top: 40px;
  }
}

/*profile edit*/
.page-top.page-edit {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-top.page-edit h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
.page-top.page-edit .btn-default {
  margin-left: 30px;
  padding: 0 30px;
  height: 34px;
  background-color: #fff;
  font-size: 14px;
  border: 0.5px solid #000;
}
.page-top.page-edit a {
  display: inline-block;
  padding: 0 5px;
  font-family: 'Poppins';
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}
.profile-edit {
  margin-left: 180px;
  font-family: 'Poppins';
}
.profile-edit-container h4, .profile-edit .form-group  label, .add-information .form-group  label, .add-information label {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  line-height: 26px;
}
.profile-edit .form-control, .add-information .form-control {
  border-radius: 0;
}
.profile-edit textarea {
  min-height: 150px;
  /*  resize: none;*/
}
.profile-edit-photo {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.profile-edit-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.profile-edit-photo:after {
  position: absolute;
  content: url('../images/ic_camera.png');
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.profile-edit .btn-wrap, .add-information .btn-wrap {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .page-top.page-edit {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-top.page-edit h2 {
    font-size: 1.125rem;
  }
  .page-top.page-edit .btn-default {
    padding: 0 22px;
    height: 29px;
    font-size: 12px;
    margin-left: 20px;
  }
  .page-top.page-edit a {
    margin-top: 20px;
    padding: 5px 0;
    font-size: 16px;
  }
  .profile-edit {
    clear: both;
    margin-left: 0;
  }
  .profile-edit .btn-wrap {
    margin-top: 30px;
    text-align: right !important;
  }
  .profile-edit-photo {
    width: 100%;
    height: auto;
    padding-bottom: 46.875%;
  }
  .profile-edit-container .pull-left {
    float: none;
  }
  .custom-select-box .select-box {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .page-top.page-edit {
    padding-top: 40px;
    padding-bottom: 46px;
  }
  .page-top.page-edit h2 {
    font-size: 1.625rem;
  }
  .page-top.page-edit .btn-default {
    padding: 0 40px;
    height: 42px;
    font-size: 1rem;
  }
  .page-top.page-edit a {
    font-size: 1rem;
  }
}

.add-information-caution {
  margin-top: 34px;
  padding: 20px;
  width: 360px;
  background-color: #f2f2f2;
  font-family: 'Source Sans Pro';
}
.add-information-caution h4 {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-weight: 700;
}
.add-information-caution p {
  margin-bottom: 0;
  font-family: 'Source Sans Pro';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
.add-information-caution img {
  margin-right: 12px;
  vertical-align: text-bottom;
}
.add-information {
  margin-left: 390px;
}

@media (max-width: 991px) {
  .add-information-container .pull-left {
    float: none;
  }
  .add-information-caution {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
  }
  .add-information-caution img {
    margin-right: 6px;
  }
  .add-information {
    clear: both;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .add-information-caution {
    padding: 20px;
  }
  .add-information-caution h4 {
    font-size: 13px;;
  }
  .add-information-caution p {
    font-size: 12px;
  }
  .add-information .btn-wrap {
    margin-top: 30px;
    text-align: right !important;
  }
}

/*about page*/
.page-top.about {
  background: #F2F2F2 url("../images/bg_music.jpg") no-repeat center;
  background-size: cover;
  font-family: 'Poppins';
  height: 400px;
  color: #fff;
}
.page-top.about .header-group {
  height: 100%;
}
.page-top.about .cover-message {
  margin: 0 auto;
  text-align: center;
  font-family: 'Poppins';
  font-weight: 600;
  line-height: 1.2;
}
.page-top.about .cover-message p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 1.25rem;
  opacity: .7;
}
.page-top.about .cover-message.type-2 p {
  font-size: 22px;
  opacity: .8;
}
.page-top.about .cover-message.type-3 p {
  font-size: 30px;
  opacity: 1;
}
.page-top.about .cover-message.type-1 .btn {
  display: none;
}
.page-top.about .cover-message .btn {
  margin-top: 16px;
  min-height: 30px;
}
.about-page h3 {
  font-size: 1.25rem !important;
}
.about-page .form-group .form-rect{
  height:200px;
}
.about-page .recommended-text {
  position: relative;
  display: flex;
  margin: 60px 0 40px;
  justify-content: center;
  font-size: 24px;
  font-family: 'Source sans pro';
  font-weight: 600;
  letter-spacing: -1.5px;
}
.about-page .recommended-text .first-letter {
  margin-right: 14px;
  font-size: 36px;
  font-weight: 700;
  flex: 0 0 auto;
}
.about-page .recommended-text p {
  margin-bottom: 0;
}
.about-page .recommended-text:before {
  content: "“";
  margin-top: -5px;
  margin-right: 30px;
  font-size: 80px;
  color: #BCBCBC;
}
.about-page .recommended-text:after {
  content: "”";
  margin-top: -5px;
  margin-left: 30px;
  font-size: 80px;
  color: #BCBCBC;
}
.about-page .form-rect {
  background-color: transparent;
  border-color: #000;
}
.about-page .form-group .form-control {
  border-radius: 0;
}
.about-page .form-group {
  margin-bottom: 30px;
}
.about-page .form-group:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .page-top.about .cover-message p {
    font-size: 10px;
  }
  .page-top.about .cover-message.type-2 p {
    font-size: 15px;
  }
  .page-top.about .cover-message.type-3 p {
    font-size: 16px;
  }
  .about-page h3 {
    font-size: 1rem !important;
    text-align: center;
  }
  .about-page .recommended-text {
    margin: 0;
    padding: 50px 0;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .about-page .recommended-text:before {
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-right: 0;
    font-size: 70px;
    line-height: 1;
  }
  .about-page .recommended-text:after {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
    font-size: 70px;
    line-height: 1;
    height: 50px;
  }

  .about-page .form-group .form-rect{
    height:150px;
  }
  .about-page .recommended-text .first-letter {
    margin-top: -2px;
    margin-right: 12px;
    font-size: 22.5px;
    line-height: 1;
  }
  .about-page .form-group {
    margin-bottom: 20px;
  }
  .page-top.about .cover-message .btn {
    margin-top: 10px;
    min-height: 26px;
  }
  .about-page .btn-wrap .btn {
    width: 100%;
    margin-left:0;
  }
}

@media (min-width: 992px) {
  .page-top.about .cover-message p {
    font-size: 1.625rem;
  }
  .page-top.about .cover-message.type-2 p {
    font-size: 39px;
    line-height: 1;
  }
  .page-top.about .cover-message.type-3 p {
    font-size: 52px;
    line-height: 1;
  }
  .page-top.about .cover-message .btn {
    margin-top: 30px;
    min-height: 53px;
    border-radius: 30px;
  }
  .about-page h3 {
    font-size: 1.625rem !important;
  }
  .about-page .recommended-text {
    margin: 80px 0 100px;
    font-size: 60px;
    line-height: 1;
  }
  .about-page .recommended-text:before {
    margin-top: -15px;
    margin-right: 75px;
    font-size: 120px;
  }
  .about-page .recommended-text:after {
    margin-top: -15px;
    margin-left: 75px;
    font-size: 120px;
  }
  .about-page .recommended-text .first-letter {
    margin-top: -15px;
    margin-right: 36px;
    font-size: 90px;
  }
  .about-page .form-group {
    margin-bottom: 50px;
  }
}

/*selectBox Custome*/
.custom-select-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.select-box {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
}

.select-box:before {
  content: url(../images/drop-arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 15px;
  z-index: -1;
}

.select-box .label {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  padding-left: 23px;
  background: transparent;
  cursor: pointer;
  font-family: 'Source Sans Pro';
  font-weight: 700;
}

.select-box .optionList {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: .3s ease-in;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
}

.select-box .optionList::-webkit-scrollbar {width: 6px;}
.select-box .optionList::-webkit-scrollbar-track {background: transparent; }
.select-box .optionList::-webkit-scrollbar-thumb {background: #303030; border-radius: 45px;}
.select-box .optionList::-webkit-scrollbar-thumb:hover {background: #303030;}

.select-box.active {
  z-index: 10;
}

.select-box.active .optionList {
  max-height: 500px;
}

.select-box .optionItem {
  padding: 5px 15px 5px;
  font-family: 'Source Sans Pro';
  transition: .1s;
}
.select-box .optionItem img {
  margin-right: 4px;
  max-height: 20px;
}

.select-box .optionItem:hover {
  background: #f2f2f2;
}

.select-box .optionItem:last-child {
  border-bottom: 0 none;
}

/*music detail*/
.page-top.music-detail {
  padding: 40px 5vw;
  color: #fff;
  height: 260px;
  position:relative;
}
.page-top.music-detail h2, .page-top.music-detail p {
  margin-bottom: 0;
}
.page-top.music-detail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);

}
.music-detail .title-wrap{
  width:100%;
}
.music-detail .title-wrap p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.music-detail .tags {
  position: relative;
  margin-top: 14px;
  display: flex;
  z-index: 1;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.music-detail .tags .blend {
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: #ccc;
  mix-blend-mode: multiply;
}
.music-detail .tags::-webkit-scrollbar {
  display: none;
}
.music-detail .tags >span {
  display: inline-block;
  margin-right: 12px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  height:30px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.music-detail .tags + .header-group {
  flex-wrap: wrap;
  align-items: inherit;
}
.music-detail .description {
  min-width: 100%;
}
.music-detail .description.origin-text {
  position: absolute;
  display: block;
  -webkit-line-clamp: unset;
  height: fit-content;
  visibility: hidden;
  opacity: 0;
}
.music-detail .description .float-more {
  float: right;
  display: flex;
  align-items: flex-end;
  height: 100%;
  shape-outside: inset(calc(100% - 18px) 0 0 0);
}
.music-detail .description .float-more a {
  padding: 1px 0 1px 5px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
}
.music-detail .description .float-more.clear {
  display: none;
}
.music-detail .btn-default {
  margin: 15px 0 35px;
}
.music-detail-status {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 6px;
  width: 68px;
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
}
.music-detail-status .items2 {
  font-family: 'Poppins';
  font-size: 12px;
  color: #fff;
}
.music-detail-status p {
  margin-bottom: 0;
  text-align: center;
  line-height: 16px;
}
.music-detail-status figure {
  margin: 0 auto 7px;
  width: 20px;
  height: 20px;
}
.music-detail-status figure img {
  max-width: 100%;
}
.music-detail-status .counter strong {
  display: block;
  font-weight: 700;
}
.music-detail-status .counter span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.table.music-detail {
  margin-bottom: 30px;
}
.music-detail-comment {
  margin-top: 26px;
}


@media (max-width: 991px) {
  .music-detail .header-group .gradient-border {
    margin: 50px 0 0;
  }
}

@media (max-width: 575px) {
  .page-top.music-detail {
    padding-top:45px;
    padding-bottom:30px;
  }
  .music-detail .title-wrap {
    /* width: calc(100% - 150px); */
  }
  .music-detail .tags {
    margin-top: 20px;
  }
  .music-detail .title-wrap p{
    font-size:11px;
  }
  .music-detail .tags >span {
    margin-right: 6px;
    padding: 3px 14px;
    font-size: 12px;
    line-height: 24px;
  }
  .music-detail .tags + .header-group {
    justify-content: center;
    min-height: 100px;
  }
  .music-detail .description {
    -webkit-line-clamp: 2;
    line-height: 18px;
  }
  .music-detail .description .float-more a {
    padding: 0 0 2px 5px;
  }
  .music-detail .btn-default {
    margin: 10px 0 15px;
  }
  .music-detail .header-group .gradient-border {
    margin: 20px 0;
  }
  .music-detail-status {
    top:0;
    right:0;
  }
  .music-detail-comment .comment-edit-buttons {
    top: calc(20% - 0px);
    right:14px;
  }
}
@media (min-width: 992px) {
  .page-top .music-detail {
    padding-top:40px;
    padding-bottom:40px;
  }
  .music-detail .title-wrap {
    max-width: calc(50% - 73px - var(--ps-margin));
  }
  .music-detail .tags {
    max-width: calc(50% - var(--ps-margin));
  }
  .music-detail .tags + .header-group {
    width: 100%;
    max-width: inherit;
  }
  .music-detail .tags + .header-group .btn-default {
    align-self: flex-end;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .music-detail .tags >span {
    margin-right: 14px;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 30px;
  }
  .music-detail .description {
    min-width: inherit;
    max-width: calc(50% - 85px);
  }
  .music-detail .description .float-more {
    shape-outside: inset(calc(100% - 20px) 0 0 0);
  }
  .music-detail .description .float-more a {
    padding: 3px 0 3px 5px;
  }
  .music-detail .btn-default {
    margin: 0;
  }
  .table.music-detail {
    margin-bottom: 60px;
  }

}

/*comment*/

.comment-list .contents {
  display: flex;
  font-family: 'Inter';
  padding-right:50px;
}
.comment-list figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
}
.comment-list .comment-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
.comment-list .date-time {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #5F5F5F;
}
.comment-list .comment-text {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.43;
}
.comment-list .reply {
  margin-top: 6px;
  margin-left: 48px;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.comment-edit-buttons {
  position: absolute;
  right: 0;
}
.music-detail-comment .comment-edit-buttons {
  top:14px;
  right: 16px;
}
.comment-edit-buttons .dropdown-menu a {
  color: #000;
}
.comment-edit-buttons .dropdown-menu li {
  font-size: 12px;
}
.comment-edit-buttons .dropdown-menu li:nth-child(1) {
  background-color: #f2f2f2;
  font-weight: 600;
}
.comment-edit-buttons button {
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 0;
  padding: 0;
  text-align: center;
}
.comment-edit-buttons .caret {
  position: relative;
  margin: -1px auto 0;
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
}
.comment-edit-buttons .caret:before {
  position: absolute;
  top: -5px;
  content: "";
  margin: 0 auto;
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
}
.comment-edit-buttons .caret:after {
  position: absolute;
  bottom: -5px;
  content: "";
  margin: 0 auto;
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
}

@media (max-width: 575px) {
  .comment-list figure {
    margin-right: 8px;
    width: 30px;
    height: 30px;
  }
  .comment-list .reply {
    margin-left: 38px;
  }
}

@media (min-width: 992px) {
  .comment-list figure {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
  .comment-list .comment-name {
    font-size: 0.825rem;
  }
  .comment-list .date-time {
    font-size: 1rem;
  }
  .comment-list .comment-text {
    margin-top: 10px;
    font-size: 1rem;
  }
  .comment-list .reply {
    margin-top: 10px;
    margin-left: 72px;
    font-size: 14px;
  }

}

.input-comment {
  display: flex;
}
.input-comment .btn-comment {
  margin-left: 10px;
  padding: 8px 15px;
  min-width: 101px;
  border-radius: 0;
  font-size: 12px;
  font-family: 'Inter';
  color: #000;
  font-weight: 400;
}
.input-comment .btn-comment.btn-dark {
  min-width: 93px;
  color: #fff;
  border-radius: 6px;
}
.comments .total-price {
  text-align: right;
}
.comments .total-price h4 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700 !important;
}
.input-comment:not(.input-comment-write) .form-control {
  border-radius: 0;
  border: 0;
  background-color: #f2f2f2;
}
.input-comment-write .form-control {
  border-radius: 6px;
}

@media (max-width: 575px) {
  .input-comment-write {
    flex-direction: column;
  }
  .input-comment .btn-comment {
    padding: 0 5px;
    min-width: 69px;
    font-size: 10px;
  }
  .input-comment .btn-comment.btn-dark {
    margin-top: 12px;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .input-comment-write .form-control {
    border-radius: 8px;
  }
  .input-comment .btn-comment {
    margin-left: 20px;
    padding: 10px 25px;
    min-width: 145px;
    font-size: 1rem;
  }
  .input-comment .btn-comment.btn-dark {
    min-width: 135px;
    border-radius: 8px;
  }
}

/*artist page*/
.horizontal-scroll {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  mask: linear-gradient(90deg, transparent, white 0%, white 95%, transparent);
}
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}
.similar-artists {
  margin-top: -20px;
  margin-bottom: -70px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}
.popular-collection .chart-list-item {
  display: flex;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.popular-collection .chart-list-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 420px;
  padding:0;
  border-radius:0px;
  box-shadow:none;
}
.popular-collection .chart-list-item:after {
  content: "";
  display: block;
  min-width: 10px;
}
.popular-collection .chart-list-item .collection figure {
  margin-right: 12px;
}
.similar-artists .chart-list-item {
  display: flex;
  /*  column-gap: 16px;*/
  flex-wrap: nowrap;
}
.similar-artists .chart-list-item-inner {
  margin-right: 16px;
  padding: 17px 12px;
  border-radius: 8px;
}
.similar-artists .chart-list-item:after {
  content: "";
  display: block;
  min-width: 10px;
}
.similar-artists .chart-list-item figure {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.similar-artists .chart-list-item .title-album {
  margin-right: 0;
}
.similar-artists .chart-list-item .title-album .singer {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
}
.artist-page .img-thumbnail {
  border-radius: 50%;
}
.artist-page-comment {
  margin-top: 20px;
}
.artist-page-comment .comment-list .contents {
  margin-right: 0;
}
.artist-page-comment .comment-list .items {
  border: 0.5px solid #BCBCBC;
  border-radius: 8px;
}
.artist-page-comment .comment-edit-buttons {
  top: 14px;
  right: 14px;
}

@media (max-width: 575px) {
  .similar-artists {
    margin-top: -20px;
    margin-bottom: -50px;
    padding-bottom: 50px;
  }

  .popular-collection .chart-list-item-inner {
    min-width: 300px;
    margin-right: 12px;
  }
  .popular-collection .chart-list-item:after {
    min-width: 10px;
  }
  .similar-artists .chart-list-item:after {
    min-width: 10px;
  }
}

@media (min-width: 768px) {
  .similar-artists {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .popular-collection .chart-list-item:after {
    min-width: 30px;
  }
  .similar-artists .chart-list-item:after {
    min-width: 30px;
  }
}

@media (min-width: 992px) {
  .similar-artists {
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: -90px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 90px;
  }

  .popular-collection .chart-list-item-inner {
    min-width: 560px;
  }
  .popular-collection .chart-list-item:after {
    min-width: 80px;
  }
  .popular-collection .chart-list-item .collection figure {
    margin-right: 14px;
  }
  .similar-artists .chart-list-item-inner {
    margin-right: 16px;
  }
  .similar-artists .chart-list-item:after {
    min-width: 80px;
  }
  .similar-artists .chart-list-item .title-album .singer {
    font-size: 1rem;
  }
  .artist-page-comment {
    margin-top: 30px;
  }
  .artist-page-comment .comment-edit-buttons {
    top: 20px;
    right: 20px;
  }
}

/*make-wrap*/
.make-wrap-list .btn-delete, .purchase-list .btn-delete {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: #fff;
  border: 0.5px solid #000;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}
.make-wrap-list .btn-delete:before, .purchase-list .btn-delete:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
.make-wrap-list .btn-delete:after, .purchase-list .btn-delete:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #000;
  transform: rotate(-45deg);
}

@media (max-width: 575px) {
  .make-wrap-list .btn-delete, .purchase-list .btn-delete {
    width: 14px;
    height: 14px;
  }
  .make-wrap-list .btn-delete:before, .purchase-list .btn-delete:before {
    top: 6px;
    left: 3px;
  }
  .make-wrap-list .btn-delete:after, .purchase-list .btn-delete:after {
    top: 6px;
    left: 3px;
  }
}

.make-wrap h1 {
  margin-top: 0;
}
.make-wrap .btn-wrap {
  width: 100%;
}
.make-wrap-list ul, .purchase-list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.make-wrap-list li, .purchase-list li {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Source Sans Pro';
  font-size: 1rem;
  font-weight: 600;
  border-top: 1px solid #000;
}
.make-wrap-list dd, .purchase-list dd {
  margin-bottom: 0;
}
.make-wrap-price .total-price {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .make-wrap-list li, .purchase-list li {
    padding: 4px 0;
    font-size: 13px;
  }
  .make-wrap-price .total-price {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .make-wrap .modal-dialog {
    max-width: 650px;
  }
  .make-wrap .modal-body {
    padding-top: 0;
  }
}

/*total-price*/
.total-price {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top: 36px;
  margin-bottom: 24px;
  padding: 17px 0;
  font-size: 1.375rem;
  font-family: 'Montserrat';
  font-weight: 700;
}

.total-price dd {
  margin-bottom: 0;
}
.total-price .title {
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0;
}
.total-price .counter {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.total-price .counter span {
  margin-left: 10px;
  color: #7B7B7B;
}
.wrapping-cost {
  display: flex;
  justify-content: space-between;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 1.125rem;
}
.music-detail-estimate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -30px;
}
.music-detail-estimate .estimate-info p {
  margin-bottom: 0;
  padding: 5px 24px;
  height: 36px;
  font-family: 'Inter';
  font-size: 14px;
  background-color: rgba(242, 242, 242, 1);
  border-radius: 20px;
}
.music-detail-estimate .estimate-info p:before {
  content: "";
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 14px;
  width: 14px;
  height: 14px;
  background: url('../images/icon_info.png') no-repeat center;
  background-size: cover;
}

.music-detail-estimate .total-price {
  margin-top:20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 24px;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 26px;
  height:60px;
  width:46.35vw;
  border:0.5px solid #777;
  border-radius: 4px;
  padding:16px 30px;
}
.music-detail-estimate .total-price h4 {
  margin-right: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
.music-detail-estimate .total-price .unit {
  margin-left:2.6vw;
  display: inline-block;
}
.music-detail-estimate .total-price p {
  color: #999;
}
.music-detail-estimate .total-price .price {
  font-weight: 600;
  font-size: 1.3125rem;
  color: #777;
}
.music-detail-estimate .total-price .price ~ .price {
  color: #999;
}
.music-detail-estimate .total-price .unit {
  font-size: 13px;
  color: #000;
}
.music-detail-estimate .total-price h4, .music-detail-estimate .total-price p {
  margin-bottom: 0;
}
.total-price .price-item1{
  width:20%;
  text-align: left;
}
.total-price .price-item2{
  width:80%;
  text-align: right;
}
@media (max-width: 767px) {
  .total-price {
    margin-top: 16px;
    padding: 20px;
  }
  .music-detail-estimate .total-price {
    width:75vw;
  }
  .music-detail-estimate .total-price .unit {
    margin-left: 20px;
  }
  .music-detail-estimate {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -30px;
  }
  .music-detail-estimate .estimate-info {
    margin-bottom: 10px;
    width: 100%;
  }
  .music-detail-estimate .estimate-info p {
    padding: 7px 24px;
    height: 31px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .music-detail-estimate .estimate-info p:before {
    margin-bottom: -2px;
    margin-right: 15px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 575px) {
  .total-price {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .music-detail-estimate .total-price {
    width:90vw;
  }
  .wrapping-cost {
    font-size: 10px;
  }
  .music-detail-estimate {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -30px;
  }
  .music-detail-estimate .estimate-info {
    margin-bottom: 10px;
    width: 100%;
  }
  .music-detail-estimate .estimate-info p {
    padding: 7px 24px;
    height: 31px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .music-detail-estimate .estimate-info p:before {
    margin-bottom: -2px;
    margin-right: 15px;
    width: 12px;
    height: 12px;
  }
  .music-detail-estimate .total-price h4 {
    font-size: 14px;
  }
  .music-detail-estimate .total-price .price {
    font-size: 16px;
  }
  .music-detail-estimate .total-price .unit {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .music-detail-estimate {
    margin-top: -46px;
  }
  .music-detail-estimate .estimate-info p {
    padding: 6px 24px;
    height: 40px;
    font-size: 1rem;
  }
  .music-detail-estimate .estimate-info p:before {
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }
  .music-detail-estimate .total-price h4 {
    margin-right: 25px;
    font-size: 1.5rem;
  }
  .music-detail-estimate .total-price .price {
    font-size: 1.875rem;
  }
  .music-detail-estimate .total-price .unit {
    font-size: 1.125rem;
  }
}

/*pruchase*/
.purchase .total-price {
  margin-bottom: 0;
}

.purchase-list.payment-date {
  min-height: 126px;
}

.purchase-date {
  min-height: inherit;
}
.purchase-list li:last-child {
  border-bottom: 1px solid #000;
}

.purchase-price {
  margin-top: 10px;
}
dl.purchase-price {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 1rem;
  font-weight: 700;
}
.purchase-price dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 1rem;
  font-weight: 700;
}
.purchase-price dd {
  margin-bottom: 0;
  color: #000;
}
.purchase-price dd >span {
  margin-left: 10px;
  color: #7B7B7B;
}
.purchase-price + .purchase-list:not(.payment-date) {
  margin-top: 80px;
}
.purchase-price + .purchase-list:not(.sales-list) {
  margin-top: 80px;
}
.payment-type {
  /*  margin-top: 116px;*/
}
.payment-type .title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.btn-payment {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #000;
  border-radius: 8px;
  cursor: pointer;
}
.payment-type input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  top: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.payment-type input[type="radio"]:checked + .btn-payment {
  border-color: transparent;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
}
.purchase .btn-block {
  /*  margin: 30px 0;*/
}

@media (max-width: 575px) {
  dl.purchase-price {
    padding: 5px 0;
    font-size: 12px;
  }
  .purchase-price dl {
    padding: 0 0;
    font-size: 12px;
  }
  .payment-type {
    /*    margin-top: 84px;*/
  }
  .payment-type .title {
    margin-top: 25px;
    margin-bottom: 13px;
  }
  .purchase-price + .purchase-list:not(.payment-date) {
    margin-top: 40px;
  }
  .purchase-price + .purchase-list:not(.sales-list) {
    margin-top: 40px;
  }
}

@media (min-width: 576px) {
  .purchase .modal-body {
    padding-top: 0;
  }
}

/*music upload edit*/
.drag-image-upload {
  position: relative;
  padding-bottom: 55%;
  background-color: #DDDDDD;
  margin-bottom: 15px;
  overflow: hidden;
}
.drag-image-upload p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0px;
  font-size: 12px;
  color: #7b7b7b;
  font-family: 'Poppins';
  line-height: 1.4;
}
.drag-image-upload p:before {
  content: "";
  display: block;
  margin: 0 auto 4px;
  width: 45px;
  height: 45px;
  background: url('../images/cloud-upload.png') no-repeat center; background-size: cover;
}
.drag-image-upload .hide {
  display: none;
}
.drag-image-upload img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

/*Music player*/
.player {
  position: relative;
  height: 95px;
  background-color: transparent;
  color: #fff;
  justify-content: space-between;
  overflow: hidden;
}
.player:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}
.player .row {
  flex-wrap: wrap;
}
.player .title {
  display: flex;
  align-items: center;
  padding: 11px 20px 9px 20px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}
.player figure {
  margin-right: 10px;
  margin-bottom: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  flex: 0 0 auto;
}
.player figure img {
  max-width: 100%;
}
.player .title-album {
  display: block;
  flex: 1;
  min-width: 0;
  font-family: 'Poppins';
  line-height: 1;
  align-items: center;
}
.player .title-album .song {
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
}
.player .title-album .singer {
  display: block;
  font-size: 10px;
  margin-left: auto;
  font-weight: 400;
}
.player .title-album .song, .player .title-album .singer {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.player .col-controls {
  display: flex;
}
.player .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
.player .buttons {
  padding: 0 20px 0 0;
  flex: 1 1 25%;
  justify-content: flex-end;
}
.player .controls button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  user-select: none;
  width: 26px;
  height: 26px;
}
.player .controls button img {
  max-width: 100%;
}
.player .controls:not(.buttons) {
  flex: 1 1 75%;
}
.player .controls:not(.buttons) >button {
  width: 26px;
  height: 26px;
}
.player .controls:not(.buttons) >button img {
  vertical-align: top;
}
.player .buttons .get-file {
  display: none;
  padding: 0 25px;
  min-width: 130px;
  width: auto;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  color: #fff;
}

@media (min-width: 768px) {
  .player {
    height: 70px;
  }
  .player .row {
    flex-wrap: nowrap;
  }
  .player .title {
    padding: 17px 0px 13px 40px;
    border-bottom: 0;
  }
  .player figure {
    width: 40px;
    height: 40px;
  }
  .player .title-album {
    display: block;
    line-height: 1.3;
  }
  .player .title-album .song {
    font-size: 1rem;
  }
  .player .title-album .singer {
    font-size: .75rem;
  }
  .player .col-title {
    max-width: calc(100% - 400px);
  }
  .player .col-controls {
    max-width: 400px;
  }
  .player .controls {
    padding: 24px 30px 20px 0;
  }
  .player .buttons {
    padding: 17px 30px 13px 0;
  }
}

@media (min-width: 992px) {
  .player {
    height: 80px;
  }
  .player .col-title {
    flex: 1 0 0%;
    max-width: calc(50% - 125px);
  }
  .player .title {
    padding-top: 22px;
    padding-bottom: 18px;
  }
  .player .col-controls {
    max-width: inherit;
  }
  .player .controls:not(.buttons) {
    position: absolute;
    padding-top: 22px;
    padding-bottom: 18px;
    top: 6px;
    left: 50%;
    width: 250px;
    transform: translateX(-50%);
    padding-right: 0;
  }
  .player .controls:not(.buttons) >button:last-child {
    margin-right: 0;
  }
  .player .buttons {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 22px;
    padding-right: 100px;
    padding-bottom: 18px;
  }
  .player .buttons button {
    margin-left: 30px;
    width: 40px;
    height: 40px;
  }
  .player .buttons button:first-child {
    margin-left: 0;
  }
  .player .buttons .get-file {
    display: block;
  }
  .player .controls:not(.buttons) >button {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1146px) {
  .player .title {
    padding-left: 100px;
  }
  .player .col-title {
    max-width: calc(50% - 145px);
  }
  .player .controls:not(.buttons) {
    width: 290px;
  }
  .player .buttons {
    padding-right: 100px;
  }
}
/*loading*/
.loading-cover.show {
  display: flex;
}
.loading-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
  z-index: 9999;
}

.loading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  animation: loading 1s 0s linear infinite;
}

.loading span:nth-child(1) {
  animation-delay: 0s;
  background-color: red;
}

.loading span:nth-child(2) {
  animation-delay: 0.2s;
  background-color: orange;
}

.loading span:nth-child(3) {
  animation-delay: 0.4s;
  background-color: yellowgreen;
}
@keyframes loading {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/*search*/
.sub-page .search-area {
  color: #000;
  background-color: #fff;
}
.sub-page .search .btn-filter {
  background-image: url("../images/ic_filter_b.png");
}
.sub-page .search .btn-search {
  background-image: url("../images/ic_search_b.png");
}
.sub-page .search .search-form {
  border-bottom-color: #000;
}
.sub-page .search .input-search {
  color: #000;
}
.search {
  display: none;
}
.search-area {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  height: 80px;
  color: #fff;
  background-color: #000;
}
.search .filter {
  margin-left: 5px;
  padding-top: 5px;
}
.search .btn-filter {
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../images/ic_filter_w.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 0;
  cursor: pointer;
}
.search .btn-search {
  padding: 0;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-image: url("../images/ic_search_w.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 0;
}
.search .search-form {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 50%;
  border-bottom: 1px solid #fff;
}
.search .input-search {
  display: inline-block;
  padding-left: 0;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.search .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.affix + .search-container:before, .affix-top + .search-container:before {
  content: "";
}
.search-container:before {
  display: block;
  height: 150px;
}

@media (max-width: 575px) {
  .search-area {
    padding: 15px 20px;
    height: 70px;
  }
  .search .input-search[placeholder] {
    font-size: 14px;
  }
  .search-container:before {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .search-area {
    padding: 23px 100px;
    height: 87px;
  }
  .search .btn-search {
    width: 30px;
    height: 30px;
  }
  .search .input-search[placeholder] {
    font-size: 1.25rem;
  }
  .search-container:before {
    height: 174px;
  }
}

.search-result-inner {
  padding: 30px 40px;
}
.search-result-inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-inner .search-word span:first-child {
  font-size: 1.5rem;
  font-weight: 700;
}
.search-result-inner .search-word span:last-child {
  font-weight: 500;
}
.search-result .comment-edit-buttons button {
  background-color: transparent;
}
.search-result .title {
  margin: 40px 0 30px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.search-result .chart-list-wrap .chart-list-item-inner {
  padding: 24px 18px;
}
.search-result .chart-list-wrap .collection {
  margin-bottom: 22px;
}
.search-result .chart-list-track .chart-list-item-inner {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  border-radius: 0;
  border: 0.5px solid #000;
  box-shadow: none;
}
.search-result .chart-list-wrap .chart-list-item-inner {
  position: relative;
  box-shadow: none;
  overflow: hidden;
  background-color: transparent;
}
.search-result .chart-list-wrap .background-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1.1);
  z-index: -1;
}
.chart-list-wrap .chart-list-item .collection figure {
  border-radius: 50%;
}
.chart-list-wrap .chart-list-item .title-album, .chart-list-wrap .chart-list-item .title-album a {
  color: #fff;
}

@media (max-width: 575px) {
  .search-result-inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-result .title {
    margin: 30px 0 20px;
    font-size: 1rem;
  }
  .search-result-inner .search-word span:first-child {
    font-size: 1.125rem;
  }
  .search-result-inner .search-word span:last-child {
    font-size: 1.125rem;
  }
  .search-result-inner .search-count {
    font-size: 10px;
  }
  .search-result .chart-list-track .chart-list-item-inner {
    padding: 10px;
  }
  .search-result .chart-list-wrap .chart-list-item-inner {
    padding: 22px 16px;
  }
  .search-result .chart-list-wrap .collection {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .search-result .chart-list-track .title-album .song {
    font-size: 1.5rem;
    line-height: 37.5px;
  }
  .search-result .chart-list-track .title-album .singer {
    font-size: 1rem;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .search-result-inner {
    padding: 60px 100px;
  }
  .search-result .title {
    margin: 60px 0 30px;
    font-size: 1.875rem;
  }
  .search-result-inner .search-word span:first-child {
    font-size: 1.875rem;
  }
  .search-result-inner .search-word span:last-child {
    font-size: 1.525rem;
  }
  .search-result-inner .search-count {
    font-size: 1.125rem;
  }
  .search-result .chart-list-track .chart-list-item-inner {
    padding: 15px;
  }
  .search-result .chart-list-wrap .chart-list-item-inner {
    padding: 40px 30px;
  }
  .search-result .chart-list-wrap .collection {
    margin-bottom: 40px;
  }
}

/*No Search Result*/
.no-search-result {
  margin: 40px 0;
  min-height: 400px;
}
.no-search-result .desc {
  padding: 20px 14px;
  background-color: #FBFBFB;
  border-radius: 6px;
  font-family: 'Poppins';
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
}
.no-search-result .music-tags {
  max-height: inherit;
  overflow-y: inherit;
}

@media (max-width: 575px) {
  .no-search-result {
    margin: 30px 0;
  }
  .no-search-result .desc {
    padding: 15px 10px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .no-search-result {
    margin: 80px 0;
  }
  .no-search-result .desc {
    padding: 17px 14px;
    font-size: 1.125rem;
  }
}

/* search-tag */
.search-tags-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11;
}
.search-tags-container .header {
  position: fixed;
  top: 0;
  z-index: 11;
}

.search-tags-container .nav-bar .gnb >img {
  display: block;
}
.search-tags {
  padding-top: 70px;
  padding-bottom: 30px;
  color: #fff;
  height: calc(100% - 87px);
  overflow-y: auto;
  list-style: none;
  display:flex;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.search-tags >div {
  margin: 0 auto;
  width: calc(100% - 50vw);
  max-width: 1024px;
}
.search-tags .music-tags {
  max-height: 300px;
  overflow-y: scroll;
  position:relative;
}
.search-tags-container .search-tags .music-tags::after {
  content:"";
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  z-index: 1;
}

.search-tags a {
  color: #fff;
}
.search-tags .music-category {
  margin-bottom: 50px;
}
.search-tags-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 70px;
  font-size: 1rem;
}
.search-tags-title h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.search-tags label >span {
  border-color: #fff;
}
.search-tags [type="radio"]:checked + span, .search-tags [type="checkbox"]:checked + span {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}


@media (min-width: 992px) {
  .search-tags {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .search-tags-title {
    margin-bottom: 70px;
    font-size: 1.125rem;
  }
  .search-tags-title h3 {
    font-size: 1.25rem;
  }

}


@media(max-width: 1280px){
  .search-tags >div {
    width: calc(100% - 40vw);
  }
}
@media(max-width: 1024px){
  .music-category {
    grid-template-columns: repeat(4, 1fr);
  }
  .search-tags >div {
    width: calc(100% - 30vw);
  }
}
@media (max-width: 575px) {
  .search-tags {
    padding-top: 40px;
    height: calc(100% - 70px);
  }
  .search-tags >div {
    width: calc(100% - 15vw);
  }
  .music-category {
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
  }
  .search-tags .music-category {
    margin-bottom: 30px;
  }
  .search-tags-title {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .search-tags-title h3 {
    font-size: 14px;
  }
}

/* Privacy Policy, Terms of Use */
.privacy-terms .nav-tabs >li >a {
  margin-right: 0;
  border-color: transparent;
  border-bottom-color: #000;
  background-color: transparent;
}
.privacy-terms .nav-tabs >li.active >a {
  border-bottom-width: 3px;
}
.privacy-terms {
  padding-bottom: 60px;
  font-family: 'Poppins';
}
.privacy-terms pre {
  font-family: 'Poppins';
  font-size: 1rem;
  color: #000;
  line-height: 1.43;
}
.privacy-terms >div[role="tabpanel"] {
  padding-top: 60px;
}

/*albbum CD*/
.wrap-block .collection figure img,
.music-wrap .chart-list-item .collection figure img {
  object-fit: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url("https://music.trustory.kr/api/images/content/donut.svg");
  mask-image: url("https://music.trustory.kr/api/images/content/donut.svg");
}

/*2023-11-15 공유버튼 추가*/

.page-top-share .btn-share {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  height: 28px;
  font-size: 14px;
  font-family: 'Poppins';
  color: #FFF;
  border-color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
}
.page-top-share .btn-share:hover {
  color: #fff;
}
.page-top-share .btn-share:focus {
  box-shadow: none;
}
.page-top-share .btn-share img {
  margin-left: 10px;
  width: 13.3px;
  height: 13.3px;
}

/*2023-12-21 CD 마스크 이미지 */
.cd-mask {
  object-fit: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url("https://music.trustory.kr/api/images/content/donut.svg");
  mask-image: url("https://music.trustory.kr/api/images/content/donut.svg");
}
.img-thumbnail.wrap-badge {
  overflow: visible;
}
.wrap-badge {
  position: relative;
}
.wrap-badge:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -2px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/wrap_badge.svg) no-repeat 0 0;
  background-size: 14px 14px;
  z-index: 1;
}
@media (max-width: 575px) {
  .wrap-badge:after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}
/*2023-12-22 Gradient button */
.gradient-border {
  --border-width: 2px;
  --border-radius: 22px;
  --color-1: #de222c;
  --color-2: #f19f39;
}
.gradient-border:hover {
  color: var(--color-1);
}
.gradient-border {
  line-height: initial;
  color: var(--color-1);
  position: relative;
  background: linear-gradient(to right, var(--color-1), var(--color-2)),
  linear-gradient(to right, var(--color-1), var(--color-2));
  background-position: var(--border-radius) 0, var(--border-radius) 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - var(--border-radius) - var(--border-radius))
  var(--border-width);
  padding-left: var(--border-radius);
  padding-right: var(--border-radius);
  border: none;
}
.gradient-border:before,
.gradient-border:after {
  content: "";
  display: block;
  position: absolute;
  width: var(--border-radius);
  top: 0;
  bottom: 0;
  box-sizing: content-box;
}
.gradient-border:before {
  left: 0;
  border: var(--border-width) solid var(--color-1);
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-right-color: transparent;
}
.gradient-border:after {
  right: 0;
  border: var(--border-width) solid var(--color-2);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-left-color: transparent;
}

/* artist-page */

.artist-page-wrap{
  width:100vw;
  color:#000;
}
.artist-page-wrap *{
  text-decoration: none;
  line-height: normal;
}
.artist-page-wrap .page-top {
  padding: 0 5vw;
  height: 200px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background:#f2f2f2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.artist-page-wrap .artist-divide {
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.artist-intro{
  display:flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top:50px;
  margin-bottom:3.3vw;
  padding: 0 5vw;
}
.artist-intro p{
  margin:0;
}
.artist-intro .artist-about{
  display:inline-block;
  text-align:center !important;
  font-size:0.83vw;
  line-height:normal;
  padding:10px 30px !important;
  border:1px solid #000;
  margin-right:30px;
  white-space: nowrap;
}
.artist-intro .description{
  display:block;
  width:100%;
  padding-top:10px;
  line-height: 1.4rem;
}
.artist-page-wrap .main-container h3{
  margin-top: 50px;
  font-size:1.25vw;
}

.artist-page-wrap .signature{
  width:90vw;
  overflow:hidden;
}

.signature .popular-collection .chart-list-item-inner{
  min-width:10.417vw;
}

.signature .popular-collection div:last-child{
  margin-right:0;
}
.signature .popular-collection .chart-list-item .collection {
  display: flex;
  margin-bottom: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.signature .chart-list-item-inner *{
  margin:0;
  padding:0;
}
.signature .chart-list-item-inner figure{
  width:10.417vw;
  height:10.417vw;
}
.chart-list-item-inner figure{
  width:10.417vw;
  height:10.417vw;
}
.artist-page-wrap .chart-list-item-inner img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.artist-page-wrap .chart-list-item .title-album {
  min-width: 0;
  max-width: 100%;
}
.artist-page-wrap .chart-list-item-inner .title-album .song a{
  width:10.417vw;
  font-size:14px;
  font-weight:500;
  color:#000;
  text-decoration: none;
  margin-top:14px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.artist-page-wrap .table{
  width:100%;
  box-sizing: border-box;
}

.artist-page-wrap .table thead th {
  text-transform: uppercase;
  border-top: 0.5px solid #000;
  border-bottom: none;
  /* padding-top: 10px; */
  font-size: 0.95rem;
  font-weight: 600;
  color: #555;
}
.artist-page-wrap .table th, .table td {
  vertical-align: middle;
  text-align: center;
  font-family: 'Poppins';
}
.table > :not(caption) > * > * {
  padding: 0 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table td {
  font-size: 0.9rem;
  color: #555;
  word-wrap: break-word;
  word-break: break-word;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.artist-page-wrap .table th,
.artist-page-wrap .table td {
  height:60px;
  vertical-align: middle;
  text-align: center;
}
.artist-page-wrap .table .cover {
  width: 10.41vw;
}
.table thead tr{
  border-top:0.5px solid #000;
  border-bottom:0.5px solid #000;
}
.table tbody td{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:0.5px solid #dcdcdc;
}

.music-wrap-table .table tbody td,
.artist-page-wrap .table tbody td{
  border:none;
}
.music-wrap-table .table tbody tr:last-child,
.artist-page-wrap .table tbody tr:last-child{
  border-bottom:0.5px solid #dcdcdc;
}
.table .cover .img-thumbnail{
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin:0;
}

.similar-artists .chart-list-item-inner{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 20px;
  border-radius: 6px;
  padding: 15px;
}
.similar-artists .chart-list-item .collection {
  display: flex;
  align-items: center;
}
.signature .collection figure{
  margin-right:0 !important;
}
.popular-collection .chart-list-item-inner{
  margin-right:0.952vw;
}
.artist-page-wrap .header-group .img-thumbnail {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

/* comment */
.music-detail-comment .comment-list .items {
  margin-bottom: 10px;
}

.comment-list .items {
  position: relative;
  padding: 12px;
  border-radius: 6px;
  border:0.5px solid #bcbcbc;
}
.input-comment {
  display: flex;
}
.comment-list .contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.comment-list figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-left:0;
  margin-right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
}
.comment-list .reply {
  margin-top: 10px;
  margin-left: 0px;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  line-height: normal;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.85rem;
  color: #000;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
  border-radius: 5px;
  border: 0.36px solid #000;
}
.form-group {
  margin-bottom: 20px;
}
.input-comment .btn-comment {
  margin-left: 10px;
  padding: 8px 15px;
  min-width: 100px;
  border-radius: 6px;
  font-size: 12px;
  font-family: 'Inter';
  background-color:#000;
  color: #fff;
  font-weight: 400;
}
.input-comment:not(.input-comment-write) .form-control {
  border-radius: 6px;
  border:0.5px solid #7b7b7b;
  background-color: #fff;
}

@media(width <= 1440px){
  .artist-intro .artist-about,
  .artist-intro .description{
    font-size:14px !important;
  }
  .artist-page-wrap .main-container h3{
    font-size:1.7vw;
  }
  .artist-intro .description,
  .popular-collection .chart-list-item{
    font-size:12px;
  }
  .popular-collection .chart-list-item-inner{
    margin-right:1.18vw;
  }
}
@media(width <= 1024px){

  .signature .popular-collection .chart-list-item-inner{
    min-width:180px;
  }
  .signature .chart-list-item-inner figure{
    width: 180px;
    height: 180px;
  }
  .artist-page-wrap .chart-list-item-inner .title-album .song a {
    width:180px;
  }
  .header-group h2{
    font-size:24px;
  }
}
@media(width <= 768px){
  .artist-intro{
    flex-direction: column !important;
    margin-top:30px;
  }
  .artist-intro .artist-about,
  .artist-intro .description{
    font-size:13px !important;
  }
  .artist-intro .description{
    padding-top:20px;
  }
  .artist-page-wrap .main-container h3{
    font-size:18px;
  }
  .signature .popular-collection .chart-list-item-inner {
    min-width: 160px;
  }
  .signature .chart-list-item-inner figure{
    width: 160px;
    height: 160px;
  }
  .artist-page-wrap .chart-list-item-inner .title-album .song a {
    width:160px;
  }
  .popular-collection .chart-list-item-inner{
    margin-right:14px;
  }
  .chart-list-item-inner .title-album .song a{
    font-size:12px;
  }
  .table .cover .img-thumbnail{
    width: 45px;
    height: 45px;
  }
  .header-group .img-thumbnail {
    width: 45px;
    height: 45px;
  }
}
@media (width <= 559px){

  list .comment-text {
    margin-top: 10px;
    font-size:12px;
  }
  .music-detail .text-left {
    max-width: 120px;
    width: 40%;
  }
}
@media(width <= 430px){
  .artist-page-wrap .main-container h3{
    font-size:16px !important;
  }
  .header-group h2{
    font-size:16px;
  }
  .table .cover .img-thumbnail{
    width: 30px;
    height: 30px;
  }
  .table th, .table td {
    height:48px;
  }
  .table td {
    padding-top: 8px;
  }
  .table tbody tr:last-child td{
    padding-bottom:8px;
  }
  .header-group .img-thumbnail {
    width: 40px;
    height: 40px;
  }

}
/* music-detail-page */
.page-top.music-detail{
  display:flex;
  justify-content: space-between;
}
.artist-title-cover .cover-thumbnail{
  width:90px;
  height:90px;
  border-radius:2px;
}
.premium-music{
  display: inline-block;
  font-size:14px;
  color:#000;
  font-family: 'Montserrat', sans-serif;
  padding:5px 20px;
  line-height:normal;
  border-radius: 2px;
  border:1px solid #fff;
  background-color:rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}
.music-detail .artist-title-cover{
  width:85%;
}
.artist-title-cover{
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}
.share-count-group{
  height:100%;
  display:flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.source-and{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.source-and h3{
  font-weight:700;
  margin-bottom:0;
}
.source-and .gradient-border{
  color:#ED1C24 !important;
  font-size:16px;
  font-weight:bold;
  white-space: nowrap;
  height: 42px;
  padding:8px 35px;
  border-radius: 100px !important;
  background-color:#fff;
}
.source-and .gradient-border:hover{
  box-shadow: rgba(237, 28, 36, 0.25) 0px 50px 100px -20px !important;
  color:#ED1C24 !important;
}

.origin-text{
  display:block;
  text-align:left;
  padding:30px 20px;
  border:1px solid #dcdcdc;
  border-radius: 4px;
}

.table .music-rights{
  width:200px;
  text-align:center;
  /* text-transform: uppercase; */
}
.rights-status{
  display:block;
  margin:0 auto;
  width:190px;
  height:34px;
  line-height:34px;
  font-size:14px;
  color:#000;
  border-radius: 2px;
  border:1px solid #000;
  background:rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}
.detail-page-share .btn-share {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  height: 28px;
  font-size: 14px;
  font-family: 'Poppins';
  color: #000;
  border: 0.5px solid #000;
  border-radius: 4px;
  text-transform: capitalize;
}
.detail-page-share .btn-share img{
  margin-left:10px;
}

@media (width <= 1440px){
  .artist-title-cover .cover-thumbnail{
    width:80px;
    height:80px;
  }
}
@media (width <= 768px){
  .table .music-rights{
    width:145px;
  }
  .rights-status{
    font-size:12px;
    width:145px;
  }
  .premium-music{
    font-size:12px;
    padding:3px 18px;
  }
}
@media (width <= 575px){
  .page-top.music-detail{
    flex-direction: column;
  }
  .artist-title-cover .cover-thumbnail{
    width: 70px;
    height:70px;
  }
  .music-detail .artist-title-cover{
    width:100%;
  }
  .artist-title-cover {
    align-content: flex-start;
    justify-content: flex-start;
  }
  .share-count-group{
    align-content: center;
  }
  .music-detail-status{
    border:none;
    width:20px;
    height:20px;
    justify-content: flex-end;
  }
  .music-detail-status .items2{
    display:none;
  }
  .music-detail>*{
    margin-left:0px;
    margin-right:0px;
  }
  .table .music-rights{
    padding-left:0px;
    padding-right:0px;
    margin:0;
  }
  .source-and .gradient-border {
    font-size: 14px;
    padding: 6px 30px;
    height:38px;
  }
  .copy-transactions{
    display:inline-block;
    margin-right:5px;
  }
  /* premium-buy */
  .premium-buy .gradient-border{
    width:50vw;
    height:46px;
    background-color:transparent;
  }
  .premium-buy{
    z-index: 10000;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 236, 210, 0.95) 0%, rgba(252, 182, 159, 0.95) 51%, rgba(255, 236, 210, 0.95) 100%);
    width: 100%;
    height: 72px;
    padding: 0 5vw;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: demo-slideIn 0.8s ease forwards;
    animation: demo-slideIn 0.8s ease forwards;
    display:flex;
    align-items: center;
    justify-content: center;
  }
}
@media (width <= 320px){
  .source-and .gradient-border {
    font-size: 13px;
    padding: 3px 22px;
    height:36px;
  }
}
.demo-banner {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 236, 210, 0.95) 0%, rgba(252, 182, 159, 0.95) 51%, rgba(255, 236, 210, 0.95) 100%);
  width: 100%;
  height:72px;
  padding: 0 5vw;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: demo-slideIn 0.8s ease forwards;
  animation: demo-slideIn 0.8s ease forwards;
}
.demo-banner-content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.demo-banner-text {
  font-size: 19px;
  font-weight:500;
  text-align: center;
  margin-right: 1.5vw;
}
.demo-banner-text p{
  margin:0px !important;
}
.demo-banner-button {
  display: inline-block;
  background: transparent;
  height: 40px;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(237, 28, 36, 0.25);
  padding: 0 1.04vw;
  color:#ed1c24;
  border:1px solid #ed1c24;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: 1s;
}
.demo-banner-button:hover {
  box-shadow: rgba(237, 28, 36, 0.25) 0 2px 14px;
  color:#ed1c24;
}
.demo-banner-close {
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.demo-banner-close:before, .demo-banner-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #fff;
  width: 100%;
  height: 1.5px;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.demo-banner-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.demo-banner-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@keyframes demo-slideIn {
  0% {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes demo-slideIn {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.demo-slideOut {
  -webkit-animation: slideOut 0.8s ease forwards;
  animation: slideOut 0.8s ease forwards;
}

@-webkit-keyframes slideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(150%);
  }
}

@keyframes slideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(150%);
  }
}
@media (width <= 1440px){
  .demo-banner-text {
    font-size: 17px;
  }
  .demo-banner-button {
    font-size: 12px;
  }
  .demo-banner-button {
    padding: 0 20px;
  }
}
@media (width <= 768px){
  .demo-banner-text {
    font-size: 15px;
    margin-right: 14px;
  }
  .demo-banner-content{
    justify-content: flex-start;
  }
}
@media (width <= 540px){
  .text1 {
    display:none;
  }
}
@media (width <= 414px){
  .demo-banner-text {
    display:none;
  }
  .demo-banner-button {
    width:50vw;
    text-align: center;
    padding:0;
  }
  .demo-banner-content{
    justify-content: center;
  }
}
