/*헤드 타이틀 */
section.notice-header {
  padding: 120px 20px 30px;
}

section.notice-header h1 {
  font-size: 40px;
  font-weight:900;
  line-height:50px;
  color:#fff;
}

section.notice-header h1 strong {
  display: block;
  font-size: 14px;
  font-weight:700;
  line-height: 24px;
  color:#999;
}

section.notice-header .form-wrap {
  width: 100%;
}


section.creator-info {
  padding: 0px;
  background-color: #000;
}

section.creator-info.detail {
  padding-top: 120px;
}

/* 
section.creator-info .sub-copyright {
  margin: 20px 0;
} */

section.creator-info .page-path {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}

section.creator-info .page-path a {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans";
  transition: all 0.5s;
}

section.creator-info .page-path a:hover {
  color: #fb3b64;
}

section.creator-info .creator-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

section.creator-info .creator-wrap.active {
  display: block;
}

section.creator-info .creator-wrap .video-wrap {
  position: absolute;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 900px;
  height: 575px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

section.creator-info .creator-wrap .video-wrap .close-creatBtn {
  padding: 10px 30px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}

section.creator-info .creator-wrap .video-wrap .main-video {
  height: 100%;
  width: 100%;
}

section.creator-info .creator-wrap .text-wrap {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

section.creator-info .creator-wrap .text-wrap .title-play {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

section.creator-info .creator-wrap .text-wrap .tags {
  font-size: 0;
  text-align: left;
  margin-bottom: 15px;
}

section.creator-info .creator-wrap .text-wrap .title-play img {
  width: 40px;
}

section.creator-info .creator-wrap .text-wrap p.info-header {
  font-size: 20px;
  text-align: center;
  color: #ff0066;
}

section.creator-info .creator-wrap .text-wrap p.info-header span {
  padding: 4px 10px;
  box-sizing: border-box;
  border: 1px solid #555555;
  width: fit-content;
  margin: 20px auto;
  font-weight: 700;
  display: block;
}

section.creator-info .creator-wrap .text-wrap p span.material-icons-outlined {
  font-size: 18px;
}

section.creator-info .creator-wrap .text-wrap .line {
  margin: 15px auto 20px;
  width: 90%;
  height: 1px;
  background-color: #535353;
}

section.creator-info .creator-wrap .text-wrap p.title {
  font-size: 23px;
  font-weight: 900;
  /* margin-bottom: 10px; */
  font-family: "Noto Sans";
}

section.creator-info .creator-wrap .text-wrap .wave-wrap {
  margin-top: 15px;
}

section.creator-info .creator-wrap .text-wrap p.singer {
  margin-bottom: 9px;
  font-family: "Noto Sans";
  color: #6b6b6b;
}

section.creator-info .creator-wrap .text-wrap p.singer span:first-child {
  color: #fff;
}

section.creator-info .creator-wrap .text-wrap p.singer span {
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans";
  cursor: pointer;
  color: #6b6b6b;
}

section.creator-info .creator-wrap .text-wrap .tags span {
  display: inline-block;
  color: #f9f9f9;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 4px 8px;
  box-sizing: border-box;
}

section.creator-info .creator-wrap .text-wrap .tags span:hover {
  text-decoration: underline;
}

section.creator-info .creator-wrap .text-wrap .wave-wrap {
  max-width: 850px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  gap: 10px;
  align-items: center;
}

section.creator-info .creator-wrap .text-wrap .wave-wrap img {
  width: 70px;
}

section.creator-info .creator-wrap .text-wrap .wave-wrap .wave {
  width: 100%;
}

section.creator-info .creator-wrap .text-wrap .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}

section.creator-info .creator-wrap .text-wrap .btn-group .btn-wrap {
  position: relative;
}

section.creator-info .creator-wrap .text-wrap .btn-group .arrow-box {
  position: absolute;
  display: none;
  top: 0;
  right: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: max-content;
  color: #fff;
  font-size: 14px;
  background-color: #d30084;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

section.creator-info
  .creator-wrap
  .text-wrap
  .btn-group
  .btn-wrap:last-child
  .arrow-box {
  right: 50px;
}

section.creator-info .creator-wrap .text-wrap .btn-group .arrow-box:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -10px;
  margin-left: -4px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-left-color: #d30084;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/* section.creator-info .creator-wrap .text-wrap .btn-group .btn-wrap:hover {
background: radial-gradient(79.5% 79.5% at 50% 50%, #E0008C 0%, rgba(224, 0, 140, 0) 100%);
} */

section.creator-info .creator-wrap .text-wrap .btn-group img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

section.creator-info .creator-wrap .text-wrap .btn-group .link-wrap {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: none;
  background-color: #000;
  border: 1px solid rgba(255,255,255,.4);
  padding: 6px 8px 3px;
  box-sizing: border-box;
  border-radius: 8px;
  z-index:99999999999999999; 
}

section.creator-info .creator-wrap .text-wrap .btn-group .link-wrap.active {
  display: block;
  min-width:225px;
}
section.creator-info .creator-wrap .text-wrap .btn-group .link-wrap .sns-icons {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
section.creator-info .creator-wrap .text-wrap .btn-group .link-wrap .sns-icons img {
  height: 22px;
}
section.creator-info
  .creator-wrap
  .text-wrap
  .btn-group
  .link-wrap
  .link-input {
  /*display: flex;*/
  display:none;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

section.creator-info
  .creator-wrap
  .text-wrap
  .btn-group
  .link-wrap
  .link-input
  input {
  border: none;
  background-color: #888;
  color: #fff;
  padding: 4px;
  box-sizing: border-box;
  width: 240px;
}

section.creator-info .creator-wrap .text-wrap .btn-group span {
  font-size: 24px;
  cursor: pointer;
}

section.creator-info .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: #000;
  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 .creator-wrap .text-wrap .btn-group a.purchase-each:hover {
  background-color: #fff;
  color: #000;
}

section.creator-info .creator-wrap .text-wrap .btn-group span {
  font-size: 24px;
  cursor: pointer;
}

section.creator-info.detail .creator-wrap {
  display: block;
  position: relative;
  background: inherit;
  z-index: inherit;
}

/* section.video-list */

section.video-list {
  padding: 0 0 80px;
  height: auto;
  background-color: #000;
}

/* 
section.video-list .video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  gap: 20px;
} */

.video-grid .video-item img {
  width: 100%;
}

.video-grid .video-item {
  display: inline-block;
  width: 260px;
  height: 146px;
  position: relative;
  cursor: pointer;
  /* -webkit-filter: grayscale(100%);
  filter: gray; */
  /* transition: all .5s; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-grid .video-item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 55px;
}

.video-grid .video-item .play-icon img {
  width: 100%;
}

.video-grid .video-item .play-icon span {
  font-size: 45px;
}

.video-grid .video-item:hover > .play-icon {
  display: block;
}

.creator-modal.modal_wrap .modal_cnt .modal_body .bgm-box .info .info-music {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 15px;
}

section.video-list .video-grid .content-wrap .btn-big {
  width: 42px;
  height: 42px;
}

section.video-list .video-grid .video-item-wrap {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 1fr 5fr;
  margin-bottom: 30px;
  gap: 40px;
}

section.video-list .video-grid .content-wrap {
  width: 100%;
  height: 100%;
}

section.video-list .video-grid .content-wrap .btn-wrap {
  position: relative;
}
section.video-list .video-grid .bgm-box {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 0fr 5fr 5fr 1fr 0fr 3fr;
  align-items: center;
  height: 100%;
  gap: 20px;
}

section.video-list .video-grid .music-info h2 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

section.video-list .video-grid .music-info p.title {
  margin-right: 14px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-right: 5px;
  line-height: 19px;
  vertical-align: text-bottom;
}

section.video-list .video-grid .music-info p.title,
section.video-list .video-grid .music-info p.singer.sub-singer,
section.video-list .video-grid .music-info p.singer.sub-singer > span,
section.video-list .video-grid .music-info .bpm {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  font-weight: 400;
}

section.video-list .video-grid .music-info p.singer.sub-singer {
  margin-right: 5px;
  vertical-align: top;
}

section.video-list .video-grid .tags a {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  font-weight: 400;
  margin-right: 5px;
}

section.video-list .video-grid .music-info .video-time-wrap {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}

section.video-list .video-grid .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

section.video-list .video-grid .btn-group img {
  max-width: 28px;
  height: 20px;
  cursor: pointer;
}

section.video-list .video-grid .btn-group .arrow-box {
  position: absolute;
  display: none;
  top: 0;
  right: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: max-content;
  color: #fff;
  font-size: 14px;
  background-color: #d30084;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

section.video-list .video-grid .btn-group .link-wrap {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: none;
  background-color: #000;
  border: 1px solid #fff;
  padding: 15px;
  box-sizing: border-box;
}

section.video-list .video-grid .btn-group .link-wrap .link-input {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

section.video-list .video-grid .btn-group .link-wrap .link-input input {
  border: none;
  background-color: #888;
  color: #fff;
  padding: 4px;
  box-sizing: border-box;
  width: 240px;
}

section.video-list .video-grid .btn-group span {
  font-size: 24px;
  cursor: pointer;
}

section.video-list .video-grid .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: #000;
  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.video-list .video-grid .btn-group .arrow-box:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -10px;
  margin-left: -4px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-left-color: #888;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

.video-list-wrap {
  padding-bottom:20px;
  margin:0 auto;
  background-color: #000;
}

.video-list-wrap .title-play {
  width: 42px;
  height: 42px;
  margin: 0 20px 0 40px;
}
.video-list-wrap .title-play img {
  width: 100%;
}
.video-list-wrap .bgm-box {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  align-items: center;
  padding-bottom: 30px;
  max-width: 1400px;
  margin: 0 auto;
}


.video-content-wrap {
  display: grid;
  grid-template-columns: 0fr 1fr 1fr 0fr;
  align-items: center;
}
/* .sns-icons {
  display: none;
} */
.video-list-wrap .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-left: 30px;
}

.video-list-wrap .btn-group .btn-wrap {
  position: relative;
}

.video-list-wrap .btn-group .arrow-box {
  position: absolute;
  display: none;
  top: 0;
  right: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: max-content;
  color: #fff;
  font-size: 14px;
  background-color: #d30084;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.video-list-wrap .btn-group .btn-wrap:last-child .arrow-box {
  right: 50px;
}

.video-list-wrap .btn-group .arrow-box:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -10px;
  margin-left: -4px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-left-color: #d30084;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

.video-list-wrap .btn-group img {
  max-width: 28px;
  height: 20px;
  cursor: pointer;
}

.video-list-wrap .btn-group .link-wrap {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: none;
  background-color: #000;
  border: 1px solid rgba(255,255,255,.4);
  padding:6px 8px 3px;
  box-sizing: border-box;
  border-radius: 8px;
}

.video-list-wrap .btn-group .link-wrap.active {
  display: block;
  min-width:145px;
}
.video-list-wrap .btn-group .link-wrap.active .sns-icons {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.video-list-wrap .btn-group .link-wrap.active .sns-icons img {
  height: 22px;
}
.video-list-wrap .btn-group .link-wrap .link-input {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

.video-list-wrap .btn-group .link-wrap .link-input input {
  border: none;
  background-color: #888;
  color: #fff;
  padding: 4px;
  box-sizing: border-box;
  width: 240px;
}

.video-list-wrap .btn-group span {
   font-size: 24px;
    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;
}

.video-list-wrap .btn-group a.purchase-each {
  display: inline-block;
  padding: 5px 9px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  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;
}

.video-list-wrap .btn-group a.purchase-each:hover {
  background-color: #fff;
  color: #000;
}

.video-list-wrap .info-music--title {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.video-list-wrap .info-music--name {
   /* position: relative; */
    /* display: inline-block; */
    /* font-size: 12px; */
    /* line-height: 22px; */
    /* color: #999; */
    /* font-weight: 400; */
    /* margin-right: 13px; */
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 0 7px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    margin-right: 5px;
    line-height: 19px;

}
.video-list-wrap .info-music--name:after {
  display:none;
  position: absolute;
    content: '';
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.3);
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  
}
.video-list-wrap .info-music--wrap {
  display: flex;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  font-weight: 400;
}
.video-list-wrap .info {
  max-width: 345px;
}
.video-list-wrap .tags a {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  font-weight: 400;
  word-break: keep-all;
}

.video-list-wrap .wave-container .wave-wrap {
  width: 80%;
}

.video-list-wrap .bpm {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  font-weight: 400;
}
@media all and (max-width: 1440px) {
  section.creator-info {
    padding: 0px;
  }

  section.video-list .video-grid .video-item-wrap {
    gap: 20px;
  }
  .video-list-wrap {
    padding: 0 40px 20px;
  }
}
@media all and (max-width: 1080px) {
  section.notice-header {
    padding: 160px 20px 30px;
  }
  section.video-list {
    height: auto;
  }

  section.creator-info .creator-wrap .text-wrap {
    display: none;
  }

  section.creator-info .btn-list {
    margin-top: 5px;
  }

  section.video-list .video-grid {
    grid-template-columns: 1fr;
  }

  section.video-list .video-grid .music-info .bpm {
    display: none;
  }

  section.video-list .video-grid .video-item-wrap {
    gap: 16px;
  }

  section.video-list .video-grid .music-info {
    display: flex;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  section.video-list .video-grid .music-info .title-play {
    margin-right: 10px;
  }

  section.video-list .video-grid .music-info .video-info {
    flex: 1;
  }

  section.video-list .video-grid .btn-group {
    width: 100%;
    justify-content: flex-start;
    gap: 13px;
    margin-top: 10px;
    padding-left: 45px;
  }

  section.video-list .video-grid .btn-group img {
    height: 14px;
  }

  section.video-list .video-grid .btn-group a.purchase-each {
    font-size: 9px;
  }

  section.video-list .video-grid .music-info p.singer.sub-singer {
    display: none;
  }
  .video-content-wrap {
    grid-template-columns: 0fr 1fr 0fr 0fr;
  }
  .video-list-wrap {
    padding: 0 20px 20px;
  }
  .video-list-wrap .title-play {
    margin: 0 10px 0 20px;
  }
  .video-list-wrap .wave-container {
    display: none;
  }
}

@media all and (max-width: 768px) {
  section.creator-info {
    padding: 0px;
  }

  section.creator-info.creator-info--main {
    padding: 30px 20px;
  }

  section.creator-info .creator-wrap {
    grid-template-columns: 1fr;
  }

  section.video-list .video-grid.video-grid--main {
    display: flex;
    gap: 10px;
    width: 900px;
  }

  section.video-list .video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  section.video-list .video-grid .video-item {
    height: 75px;
  }

  section.video-list {
    padding: 0 20px 20px;
  }

  section.creator-info .creator-wrap .video-wrap .main-video {
    height: 350px;
    width: 100%;
  }

  section.video-list .video-grid .music-info .video-info .tags {
    display: none;
  }

  .video-grid .video-item {
    width: 123px;
    height: 66px;
  }

  section.creator-info .creator-wrap .text-wrap .wave-wrap img {
    width: 50px;
  }

  section.creator-info.detail .creator-wrap .text-wrap {
    height: 450px;
  }

  section.video-list .video-grid .btn-group {
    width: 100%;
    justify-content: space-around;
    gap: 13px;
    padding-left: 50px;
  }
  .video-list-wrap .tags,
  .video-list-wrap .bpm,
  .video-list-wrap .singer {
    display: none;
  }
  .video-list-wrap .bgm-box {
    grid-template-columns: 1fr 5fr;
    grid-template-rows: 1fr;
    grid-column-start: 2;
    grid-column-end: 1;
	padding-bottom:0px !important;
  }
  .video-list-wrap .btn-group {
    grid-column-end: span 2;
    justify-content: flex-start;
    margin-left: 194px;
  }
  .video-list-wrap .info {
    max-width: 210px;
  }
  .video-list-wrap .info-music--title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .video-list-wrap .info-music--name:after {
    display: none;
  }
  section.creator-info .creator-wrap .text-wrap .btn-group .link-wrap.active {
  min-width:150px;
  }
}
@media all and (max-width: 450px) {
  section.creator-info .creator-wrap .text-wrap .wave-wrap .wave {
    width: 100%;
    display: none !important;
  }
  section.notice-header {
    padding: 120px 10px 20px;
  }
  section.notice-header h1 {
      font-size: 20px;
      line-height: normal;
  }

  section.notice-header h1 strong {
      font-size: 10px;
      line-height: 15px;
  }
section.creator-info .creator-wrap .text-wrap .wave-wrap {
    max-width: 850px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    gap: 10px 0px;
    align-items: center;
}
  /* section.video-list .video-grid {
      grid-template-columns: 1fr;
  } */
  section.creator-info.detail {
    padding: 120px 0 20px;
  }
  section.creator-info {
    padding: 0px;
  }

  section.creator-info .creator-wrap .video-wrap .main-video {
    height: 250px;
  }

  .creator-modal.modal_wrap .modal_cnt .modal_body .bgm-box .info .info-music {
    display: block;
  }

  .creator-modal.modal_wrap
    .modal_cnt
    .modal_body
    .bgm-box
    .info
    .info-music
    h2 {
    display: inline-block;
    font-size: 18px;
  }

  /* section.video-list {
    overflow-x: scroll;
    margin-bottom: 30px;
  } */
  section.video-list {
    height: auto;
    padding: 0 10px 20px;
  }

  section.creator-info .creator-wrap .text-wrap {
    display: none;
  }

  section.creator-info .btn-list {
    margin-top: 5px;
  }

  section.video-list .video-grid {
    grid-template-columns: 1fr;
  }

  section.video-list .video-grid .tags,
  section.video-list .video-grid .music-info .bpm {
    display: none;
  }

  section.video-list .video-grid .video-item-wrap {
    margin-bottom: 15px;
    gap: 15px;
  }

  section.video-list .video-grid .content-wrap .btn-big {
    width: 28px;
    height: 28px;
  }

  section.video-list .video-grid .music-info {
    display: flex;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  section.video-list .video-grid .music-info h2 {
    font-size: 12px;
    font-weight: 400;
  }

  section.video-list .video-grid .music-info .title-play {
    margin-right: 10px;
  }

  section.video-list .video-grid .btn-group {
    width: 100%;
    gap: 13px;
    padding-left: 38px;
    justify-content: flex-start;
  }

  section.video-list .video-grid .btn-group img {
    height: 14px;
  }

  section.video-list .video-grid .btn-group a.purchase-each {
    font-size: 9px;
  }

  section.video-list .video-grid .music-info p.singer.sub-singer {
    display: none;
  }
  section.video-list .video-grid .music-info p.title {
    font-size: 9px;
  }
  section.creator-info .creator-wrap .text-wrap .wave-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-start: 2;
    grid-column-end: 1;
  }
  section.creator-info.detail .creator-wrap .text-wrap .info-wrap {
    grid-column-end: span 2;
  }
  section.creator-info .creator-wrap .text-wrap .wave-wrap img {
    width: 46px;
    margin:0 auto;
  }
  section.creator-info.creator-info--main {
    padding: 10px;
  }
  .video-list-wrap {
    padding: 0 10px 20px;
  }
  .video-list-wrap .title-play {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 15px;
    position: relative;
    top: 10px;
  }
  .video-list-wrap .bgm-box {
    margin-bottom: 0px;
    align-items: start;
  }
  .video-list-wrap .info-music--title {
    font-size: 15px;
    line-height: normal;
    padding-left: 2px;
  }
  .video-list-wrap .btn-group {
    margin-left: 180px;
    position: relative;
    bottom: 85%;
  }
  .video-list-wrap .btn-group a.purchase-each {
    font-size: 10px;
  }
  .video-list-wrap .btn-group img {
    height: 16px;
    opacity: 0.8;
  }
  .video-list-wrap .btn-group span {
    font-size:20px;
    opacity: 0.8;
  }
  .video-list-wrap .btn-group .link-wrap {
    right:-100px
	}
  .video-list-wrap .info {
    max-width: 180px;
  }
  .video-list-wrap .info-music--name {
    width: 73px;
    height: 16px;
    margin-top: 5px;
    border-radius: 8px;
    background-color: #000000;
    border: 1px solid #383737;
    line-height: 16px;
    text-align: center;
    font-size: 9px;
  }
}
