/* section.creator-info.detail */

section.creator-info.detail .creator-wrap {
  grid-template-columns: 1fr 1fr;
}

section.creator-info.detail.page-start {
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 100% 130%;
  background-image: url("/static/images/music-bg.jpg");
}

section.creator-info.detail .creator-wrap .text-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.creator-info.detail .creator-wrap .text-wrap .top-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
}

section.creator-info.detail .creator-wrap .text-wrap .top-wrap img {
  width: 40px;
  cursor: pointer;
}

section.creator-info.detail .creator-wrap .text-wrap h2.music-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  padding: 3px 15px 2px;
}

section.creator-info.detail .creator-wrap .text-wrap .info-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 7px auto;
}

section.creator-info.detail .creator-wrap .text-wrap .info-wrap .info-header {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}

section.creator-info.detail .creator-wrap .text-wrap .info-wrap .singer {
  color: #c2c2c2;
}

section.creator-info.detail .creator-wrap .text-wrap .info-wrap .singer span {
  color: #fff;
}

section.creator-info.detail .creator-wrap .text-wrap .info-wrap2 {
  gap: 35px;
}

section.creator-info.detail .creator-wrap .text-wrap .info-wrap2 .info-header {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

section.creator-info.detail .creator-wrap .text-wrap .btn-group {
  margin: 15px auto;
  /* padding: 30px 0; */
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  /* justify-content: center;
  align-items: center; */
  /* background-color: rgba(255, 255, 255, .1); */
  filter: blur(1.1);
}

section.creator-info.detail .creator-wrap .text-wrap .btn-group .numbers .number {
    font-size: 24px;
    margin-bottom: 10px;
}

section.creator-info.detail .creator-wrap .music-info {
  width: 100%;
  padding: 1px 250px;
  box-sizing: border-box;
  /* height: 340px; */
  display: flex;
  justify-content: space-around;
}

section.creator-info.detail .creator-wrap .music-info .info-row {
  margin: 15px 0;
}

section.creator-info.detail .creator-wrap .music-info .info-row a {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #999;
}

section.creator-info.detail .creator-wrap .music-info .info-row p.info-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 3px;
  color: #fff;
}

section.creator-info.detail .creator-wrap .text-wrap h3 {
  margin-bottom: 15px;
}

section.creator-info.detail .creator-wrap .text-wrap .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
}

section.creator-info.detail .creator-wrap .text-wrap .btn-group img {
  width: 28px;
  height: auto;
  cursor: pointer;
}

section.creator-info.detail .creator-wrap .text-wrap .btn-group span {
  font-size: 23px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  /* -webkit-transform-origin: left top; */
  -ms-transform: rotate(45deg);
  -ms-transform-origin: left top;
  tansform: rotate(45deg);
  /* transform-origin: left top; */
  line-height: -20px;
}

section.creator-info.detail .creator-wrap .text-wrap .btn-group a.purchase-each {
    display: inline-block;
    padding: 5px 9px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    background-color: transparent;
    font-size: 13px;
  transition: all 0.5s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

section.creator-info.detail .creator-wrap .text-wrap .btn-group a.purchase-each:hover {
    background-color: #fff;
    color: #000;
}

section.creator-info.detail .creator-wrap .music-info .info-row .tags {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* section.random-list */

section.random-list {
  padding: 10px 0;
}

section.random-list .random-wrap {
  display: flex;
  gap: 15px;
}

section.random-list .random-wrap .jacket-wrap {
  width: 150px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.random-list .random-wrap .jacket-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
}

section.random-list .random-wrap .jacket-info .cd-img {
  width: 70px;
}

section.random-list .random-wrap .jacket-info .cd-img img {
  width: 100%;
}

section.random-list .random-wrap .jacket-info p {
  font-size: 18px;
  text-align: center;
}

/* section.recommend.similar-music */

section.recommend.similar-music .recommend-wrap h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  padding: 5px 0;
  margin: 20px 0;
  width: fit-content;
}

/* section.credit */


section.credit {
  display: flex;
  justify-content: center;
  padding: 30px 30px 100px;
  box-sizing: border-box;
}

section.credit .credit-wrap {
  max-width: 1105px;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #181818;
}
section.credit .credit-wrap .copy-wrap {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 20px;
}
section.credit .credit-wrap .url-box {
  display: flex;
  flex-direction: row;
  font: 16px;
  justify-content: center;
  align-items: center;
  height: 31px;
  padding:0px 15px 0px;
  margin-right: 20px;
  color:#7e7e7e;
  background-color: #000;
  border: 0.5px solid #616161;
  }

section.credit .credit-wrap img {
  width: 30px;
}

section.credit .credit-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

section.credit h2 {
  font-size: 23px;
  /* border: 1px solid #fb3b64; */
  color: #fff;
}

section.credit p {
  font-size: 18px;
  line-height: 23px;
}

section.credit .info p {
  padding: 10px 0;
}

section.credit #credit {
  text-align: center;
  display: block;
  width: fit-content;
  padding: 5px 25px;
  box-sizing: border-box;
  border: 1px solid #d30084;
  color: #fff;
  border-radius: 20px;
  transition: all 0.5s;
  background-color: #d30084;
}

section.credit #credit:hover {
  color: #000;
}

#Credit .modal_cnt,
#WhiteCode .modal_cnt {
  color: #000;
}
#Credit.modal_wrap .modal_cnt .modal_body,
#WhiteCode.modal_wrap .modal_cnt .modal_body {
  padding: 35px 30px 20px;
}
#Credit.modal_wrap .modal_cnt .modal_body h2,
#WhiteCode.modal_wrap .modal_cnt .modal_body h2 {
  text-align: center;
}
#Credit.modal_wrap .modal_cnt .modal_body .credit-box,
#WhiteCode.modal_wrap .modal_cnt .modal_body .credit-box {
  margin: 15px 0 10px;
  padding: 10px;
  background: #e9e9e9;
  border: 2px solid #c2c2c2;
  box-sizing: border-box;
}
#WhiteCode.modal_wrap .modal_cnt .modal_body .credit-box {
  background-color: #e2f1ff;
}
#WhiteCode.modal_wrap .modal_cnt .modal_body .credit-box.code {
  background: #e9e9e9;
}
#Credit.modal_wrap .modal_cnt .modal_body .credit-box p {
  display: flex;
  align-items: center;
  gap: 15px;
}
#WhiteCode.modal_wrap .modal_cnt .modal_body .credit-box p span.blue {
  color: #1278d7;
}
#Credit.modal_wrap .modal_cnt .modal_body .credit-box p span,
#WhiteCode.modal_wrap .modal_cnt .modal_body .credit-box p span {
  font-size: 18px;
  vertical-align: middle;
}
#Credit.modal_wrap .modal_cnt .modal_body .btn-ok,
#WhiteCode.modal_wrap .modal_cnt .modal_body .btn-ok {
  background-color: #020202;
  color: #fff;
  padding: 8px 25px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 80%;
  display: block;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media all and (max-width: 1440px) {
  section.random-list {
    padding: 10px 50px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 1080px) {
  section.creator-info.detail .creator-wrap .text-wrap {
    height: 400px;
  }
}

@media all and (max-width: 768px) {
  section.random-list {
    padding: 10px 20px;
  }

  section.creator-info {
    padding: 80px 20px 30px;
    box-sizing: border-box;
  }

  section.credit {
    padding: 50px 20px 50px;
  }

  section.creator-info.detail .creator-wrap .music-info {
    padding: 0;
    margin-top: -15px;
  }

  section.creator-info.detail .creator-wrap {
    grid-template-columns: 1fr;
  }

  section.random-list .random-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  section.random-list .random-wrap .jacket-wrap {
    width: 100%;
  }

  section.credit .credit-wrap {
    padding: 30px 20px;
  }

  section.creator-info.detail .creator-wrap .text-wrap h2.music-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }

  section.creator-info.detail .creator-wrap .text-wrap .btn-group {
    margin-bottom: 0;
  }

  section.creator-info.detail .creator-wrap .text-wrap .btn-group img {
    height: 18px;
    width: auto;
    opacity: 0.8;
  }
  section.creator-info.detail .creator-wrap .music-info .info-row a {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #999;
  }
  section.creator-info.detail .creator-wrap .music-info .info-row .tags {
    margin-bottom: 0;
  }

  section.creator-info.detail .creator-wrap .music-info .info-row a {
    margin-bottom: 0;
  }

  section.recommend.similar-music .recommend-wrap h3 {
    margin: 10px 0 0;
    font-size: 20px;
  }

  section.creator-info .creator-wrap .text-wrap .tags {
    display: none;
  }
  section.creator-info.detail .creator-wrap .text-wrap .btn-group span {
    font-size: 20px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    /* -webkit-transform-origin: left top; */
    -ms-transform: rotate(45deg);
    -ms-transform-origin: left top;
    tansform: rotate(45deg);
    /* transform-origin: left top; */
    line-height: -20px;
    opacity: 0.8;
  }
}
@media all and (max-width: 584px) {
section.credit .credit-wrap .url-box {
  display: none;
}
}
@media all and (max-width: 450px) {
  section.creator-info.detail .creator-wrap .text-wrap {
    height: 250px;
  }

  section.creator-info.detail .creator-wrap .text-wrap h3 {
    margin-bottom: 10px;
  }

    section.creator-info.detail .creator-wrap .text-wrap .btn-group .numbers .number {
        font-size: 13px;
    }

  section.creator-info.detail .creator-wrap .text-wrap .btn-group .numbers p {
    font-size: 12px;
  }

  section.creator-info.detail .creator-wrap .text-wrap .info-wrap {
    margin: 0 auto 5px;
  }

  section.creator-info.detail .creator-wrap .text-wrap .btn-group {
    margin: 5px auto;
  }

  section.creator-info.detail .creator-wrap .text-wrap h2.music-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  section.creator-info.detail .creator-wrap .text-wrap .info-wrap .info-header {
    font-size: 15px;
    font-weight: 400;
  }

  section.creator-info.detail .creator-wrap .text-wrap .top-wrap {
    margin-bottom: 12px;
  }

  section.creator-info.detail .creator-wrap .text-wrap .top-wrap img {
    width: 30px;
  }

  section.creator-info .creator-wrap {
    gap: 0;
  }

  section.creator-info .creator-wrap .text-wrap .wave-wrap {
    margin: 10px auto;
  }

  section.credit {
    padding: 30px 20px 35px;
  }
  section.credit h2 {
    font-size: 18px;
  }

  section.credit p {
    font-size: 11px;
    line-height: 18px;
    word-break: keep-all;
  }

  section.credit p br {
    display: none;
  }
  section.credit .credit-wrap {
    padding: 14px 20px;
  }
  section.credit #credit {
    padding: 7px 18px;
    font-size: 14px;
    border-radius: 16px;
  }
  section.credit .credit-wrap img {
    width: 25px;
  }

  section.recommend.similar-music .recommend-wrap h3 {
    margin-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
  }
  section.creator-info.detail .creator-wrap .text-wrap .info-wrap .info-header {
    position: relative;
  }
    section.creator-info.detail .creator-wrap .text-wrap .info-wrap2 .info-header {
        font-size:12px;
        color:#7e7e7e
    }
    section.creator-info.detail .creator-wrap .text-wrap .info-wrap2 p.info-header:first-child:after {
        position:absolute;
        width:1px;
        height: 50%;
    content: "";
    background: #7e7e7e;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);
  }
  section.creator-info.detail .creator-wrap .text-wrap .info-wrap2 {
    gap: 17px;
  }
    section.creator-info.detail .creator-wrap .text-wrap .btn-group a.purchase-each {
        font-size: 9px;
    }
    section.creator-info.detail .creator-wrap .music-info .info-row p.info-title {
        font-size: 12px;
        line-height: 15px;
    }
    section.creator-info.detail .creator-wrap .music-info .info-row a {
    font-size: 12px;
  }
}
