@media only screen and (max-width: 767px) {
  .content-video-body-publish-total-view {
    display: flex;
  }

  .video-trends li {
    background-color: #fff;
  }

  .video-trends li:nth-child(odd) {
    background-color: #f8f8f8;
  }

  .video-trend .content-top .btn-left.yt-video-trend-filter {
    width: 100%;
    justify-content: center;
  }

  .video-trend .content-check {
    height: auto;
  }

  .video-trend .content-check .explain-text {
    display: flex;
    flex-direction: row;
  }

  .video-trend .content-check .explain-text {
    display: block;
    margin-right: 0;
  }

  .show-sp.live-upcoming-icon {
    display: flex;
    margin-bottom: 15px;
  }

  .video-trend .content-check .explain-text .duration_time {
    margin-left: 0;
  }

  #yt-video-trend-toggle-info {
    position: absolute;
    top: 36px;
    right: 0;
    background-color: #fff;
    z-index: 2;
    border-radius: 8px;
    min-width: 60%;
    border: solid 1px #eee;
  }

  #yt-video-trend-toggle-info.show {
    display: block;
  }
  #yt-btn-video-trend-toggle-info {
    position: relative;
    height: 38px;
    display: block;
    width: 60px;
    border: solid 1px #A6A6A6;
    padding-top: 20px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    text-align: center;
    color: #232323;
    border-radius: 5px 8px 7px 8px;
  }

  #yt-btn-video-trend-toggle-info::before {
    background-image: url('/frontend/resources/images/icon-sort-black.png');
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 5px;
    left: 40%;
    width: 12px;
    height: 12px;
  }

  .yt-video-trend-sort {
    position: relative;
    margin-top: 20px;
  }

  .yt-video-trend-sort.show-sp {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
  }

  #duration_time {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
  }

  .yt-video-trend-toggle-info-title,
  .yt-video-trend-toggle-info-sort,
  .yt-video-trend-toggle-info-btn {
    padding: 10px;
  }

  .yt-video-trend-toggle-info-title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #A6A6A6;
    padding-top: 20px;
  }

  .yt-video-trend-toggle-info-sort {
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
    color: #232323;
    padding-left: 40px;
  }

  .yt-video-trend-toggle-info-sort.sort-checked {
    background-image: url('/frontend/resources/images/icon-sort-checked.png');
    background-repeat: no-repeat;
    background-position: 15px center;
  }

  .yt-video-trend-toggle-info-btn {
    height: 38px;
    margin-bottom: 15px;
    text-align: center;
  }

  .yt-video-trend-toggle-info-btn button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #232323;
    text-align: center;
    padding: 10px 25px;
    border: solid 1px #eee;
    border-radius: 8px;
    background-color: #fff;
  }

  .yt-video-trend-toggle-info-hr {
    color: #E8E8E8;
  }

  .video-trend .content-data .content-body {
    display: block;
    overflow: hidden;
    height: auto;
  }

  .video-trend .content-data .content-video-body .view-info .thumbnail,
  .video-trend .content-data .content-video-body .title,
  .video-trend .content-data .content-video-body .view-info ,
  .video-trend .content-data .content-video-body .title .name,
  .video-trend .content-data .content-video-body .view-info .name,
  .video-trend .content-data .content-video-body .channel-subscribe,
  .video-trend .content-data .content-video-body .publish {
    width: 100%;
  }

  .video-trend .content-data .content-video-body .view-info {
    display: flex;
    padding-left: 0;
  }

  .list-video-trend-more-info-total-view {
    display: flex;
    font-size: 11px;
    line-height: 13.2px;
    font-weight: 500;
    align-items: center;
  }

  .icon-arrow-right {
    background-image: url('/frontend/resources/images/icon-arraw-right-black.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
  }

  .channel-subscribe.notranslate.icon-arrow-right {
    width: inherit;
  }

  .video-trend .content-data .content-video-body .title {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .content-video-body.content-body.show-sp {
    padding: 15px;
  }

  .video-trend .content-data .content-video-body .view-info .thumbnail {
    margin: 0;
    flex: 40%;
  }

  .list-video-trend-more-info {
    margin-left: 5px;
  }

  .video-trend .content-data .content-video-body .title .name a {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 500;
  }

  .video-trend .content-data .content-video-body .view-info .name {
    font-size: 13px;
    line-height: 16.9px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .video-trend .content-data .content-video-body .view-info .thumbnail img {
    width: 100%;
    height: 68px;
  }

  .list-video-trend-more-info {
    flex: 80%;
  }

  .yt-video-trend-sort .sp-checkbox {
    flex: 50%;
  }

  .video-trend .content-data .content-video-body .publish,
  .video-trend .content-data .content-video-body .channel-subscribe {
    width: auto;
  }

  .video-trend .content-data .content-video-body .channel-subscribe {
    margin-left: 25px;
  }

  .yt-video-trend-toggle-info-btn button:disabled {
    cursor: default;
  }

  .show-sp.live-upcoming-icon {
    display: flex !important;
    font-size: 60%;
    justify-content: space-around;
    align-items: center;
  }

  .icon-video.live-upcoming-icon {
    height: inherit;
    min-width: auto;
  }

  .explain-text .icon-video.live-icon {
    margin-right: 0;
    height: auto;
    padding-left: 50px;
    flex: 50%;
    min-width: inherit;
  }

  #responsive-control-week-month {
    display: block;
    float: left;
    width: 100%;
  }

  #responsive-control-week-month .responsive-sp-btn {
    margin-right: 0;
    float: left;
    width: 30%;
  }

  #responsive-control-week-month .responsive-sp-btn:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
  }

  .yt-video-trend-sort.show-sp #responsive-filter-modal {
    position: relative;
    flex: 50%;
  }

  .yt-video-trend-sort.show-sp #responsive-filter-modal-body {
    width: 160%;
  }
}

@media only screen and (min-width: 330px) and (max-width: 360px) {
  body,
  .show-sp.live-upcoming-icon,
  .filter-modal-head-btn,
  .sp-checkbox,
  .filter-modal-head-btn {
    font-size: 50%;
  }

  #responsive-control-week-month .responsive-sp-btn {
    font-size: 50%;
    margin: auto;
    min-width: inherit;
    line-height: inherit;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #responsive-control-week-month .responsive-sp-btn:nth-child(2) {
    margin-left: 4%;
    margin-right: 4%;
  }

}

@media only screen and (max-width: 329px) {

}