@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width: 767px) {
  .responsive #bo_list .float-left.float-md-none {
    margin-right: 1rem;
  }
  .responsive #bo_list .na-title {
    margin-bottom: 0.14rem;
  }
}

/* 게시판 읽기 */
#bo_v_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
}
#bo_v_con {
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .responsive #bo_v_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .responsive #bo_v_con {
    min-height: 140px;
  }
}

#bo_v_con img {
  max-width: 100%;
  height: auto;
}
#bo_v_img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_img a.view_image {
  display: block;
}
#bo_v_img img {
  margin-bottom: 1rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
  margin: -5px auto;
}
#bo_v_sns_icon img {
  width: 40px;
  border-radius: 50%;
  margin: 5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
  top: 0;
  left: -16px;
}
.by-writer {
  background: #f9fcff !important;
  border: 1px solid #dee2e6 !important;
}
.cmt-content {
  word-break: break-all;
  overflow: hidden;
}
.cmt-content img {
  max-width: 100%;
  height: auto;
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul {
  list-style: none;
  margin: 0;
}
.cmt-btn ul > li {
  float: left;
  font-size: 12px;
  padding: 0 10px;
}
.cmt-btn ul > li::before {
  float: left;
  color: #ccc;
  content: "|";
  margin-left: -12px;
}
.cmt-btn ul > li:last-child {
  padding-right: 0;
}
.cmt-btn ul > li:first-child::before,
.cmt-btn ul > li.no-bar::before {
  content: "";
  margin-left: 0;
}
.cmt-btn ul > li > a {
  float: left;
  color: #888;
  white-space: nowrap;
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content {
  resize: none;
}
@media all and (max-width: 575px) {
  .responsive .cmt-box {
    border-right: 0 !important;
  }
  .responsive #bo_vc_w .cmt-box {
    border-left: 0 !important;
    border-radius: 0 !important;
  }
  .responsive #bo_vc_login {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  background: #ccc;
  border-radius: 3px;
}
#bo_vc_opt ol:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_opt ol li {
  float: left;
  margin: 0;
}
#bo_vc_send_sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_vc_send_sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_send_sns ul li {
  float: left;
  margin: 0 1rem 0 0;
}
#bo_vc_send_sns input {
  margin: 0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
}
#bo_w #wr_content {
  margin-bottom: 1rem !important;
}
@media all and (max-width: 575px) {
  #bo_w .list-group-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .responsive #bo_w #wr_content {
    max-height: 160px !important;
  }
}
hr {
  display: block;
}
.text-weight-bold {
  font-weight: bold;
}

.display-name {
  font-size: 22px;
}
.go-channel-btn {
  border: none;
  border-radius: 4px;
  background-color: #db2929;
  color: #ffffff;
  padding: 6px 17px;
  font-size: 14px;
}

.youtuber-statistic {
}

.youtuber-statistic > * {
  width: 210px;
  border-right: 1px solid #e9e9e9;
}
.youtuber-statistic > div:last-child {
  border-right: none;
}

.youtuber-info-item > p:first-child {
  color: #fff;
}
.youtuber-info-item > p:last-child {
  font-weight: 600;
}

.youtuber-videos {
  display: flex;
}
.youtuber-videos > * {
  flex: 0 0 20%;
  max-width: 240px;
  min-width: 240px;
  margin: 10px 8px;
}

.video-thumb {
  background-repeat: no-repeat !important;
  background-size: 342px 265px !important;
  width: 99.5%;
  height: 193px;
}
.listgrid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 11px;
}
.nt-containe {
  width: 99%;
}

.profile-img {
  border: none !important;
  margin-top: 5px;
  margin-left: 8px;
}

.sortcategory > a {
  color: #18bae3;
  font-family: bold;
}

.iconbrowncolor {
  color: #9a9b9e;
}

.mt-8 {
  padding-left: 10px;
}

.rounded {
  padding-right: px;
}

.list-banner {
  height: 112px;
  background-repeat: no-repeat !important;
  background-size: 1365px 156px !important;
  cursor: pointer;
}

.hi {
  display: flex;
}

.mn-w-121 {
  min-width: 121px;
}

.all {
  display: flex;
}

.border-start {
  border-left: 1px solid #f1f1f1 !important;
}

.mn-w-10 {
  min-width: 10rem;
}

.paa {
  padding: 0.7rem !important;
}

@media (max-width: 800px) {
  .hide-video {
    display: none !important;
  }
}

@media (max-width: 1123px) {
  .hid {
    display: none !important;
  }

  .hi {
    display: block;
    border-left: 1px solid #f1f1f1 !important;
  }

  .bord {
    border-left: inherit !important;
    margin-top: -30px !important;
  }

  .bor {
    margin-top: -20px !important;
    border-left: inherit !important;
  }
}

@media (max-width: 1256px) {
  .wrap-text {
    display: -webkit-box;
    max-width: 100px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hi {
    display: flex;
    border-left: inherit !important;
  }

  .categ {
    width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .all {
    display: block !important;
  }

  .bor {
    margin-top: -35px !important;
    width: 120px !important;
  }

  .bord {
    margin-top: -35px !important;
    width: 120px !important;
  }

  .respon {
    display: none !important;
  }
}

.youtuber-list {
  height: 112px;
  margin: 0.5rem 0;
  flex-wrap: nowrap !important;
}

@media (max-width: 576px) {
  .img-sm-height {
    height: 70px;
  }

  .mn-w-10 {
    min-width: 9rem !important;
  }
}

.banner img {
  width: 100% !important;
  height: auto !important;
}

.rank-number {
  text-decoration: underline;
}

h6 a:after {
  content: "\003E";
  color: #70727a;
}

h6 a:last-child:after {
  content: "";
  display: none;
}

h6 a {
  color: #70727a;
}

.head {
  margin-top: -10px;
  margin-bottom: 10px;
}

.videos {
  margin-top: 10px;
  padding-top: 10px;
}

.buttonn {
  border: 1px solid #dee2e6;
  margin-left: auto;
  margin-right: 6px;
  border-radius: 4px;
  padding: 2px 10px;
  background: #f2f2f2;
  font-size: 15px;
}

.space {
  word-spacing: 5px;
}

.mob-cont {
  width: 350px;
  margin: 2px auto;
}

.yout-name {
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
  line-height: 15px;
}

.mobfont {
  font-size: 13px;
}

.date {
  padding-top: 3px;
  padding-left: 10px;
}

.yout-num {
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
  margin-right: 3px;
}

.mobmap {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 15px;
}

.vid {
  margin-top: 10px;
}

.tenvideos {
  width: 160px;
  height: 112px;
  background-size: 165px 152px !important;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: -1px;
  margin-left: -2px;
}

.vidword {
  background: #fff;
  width: 180px;
  height: 110px;
  font-family: Roboto, Arial, sans-serif;
}

.edito {
  font-size: 13px;
}

.engiin {
  display: flex;
}

.norm {
  display: flex;
  width: 340px;
  height: 112.3px;
  margin: 2px auto;
}

.text-n {
  padding-top: 25px;
}

.responsive {
  width: 100%;
  height: auto;
}
.card-title {
  margin: inherit !important;
  width: 314px;
}

@media (min-width: 500px) {
  .engiin {
    width: 40%;
    height: 212px;
    margin-bottom: 5px;
  }

  .tenvideos {
    width: 100%;
    height: 62%;
    background-size: 100% 129% !important;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px;
  }

  .vidword {
    background: #fff;
    width: 100%;
    height: 30%;
    font-family: Roboto, Arial, sans-serif;
  }

  .norm {
    display: block;
    height: 202px;
    margin: 10px;
    padding-top: -20px !important;
  }

  .text-n {
    padding-top: 7px !important;
  }
}
.member-rank-1 {
  background: #fcd205 !important;
}
.member-rank-2 {
  background: #b1adad !important;
}
.member-rank-3 {
  background: #efbd70 !important;
}
[class*="member-rank-"] {
  font-size: 15px;
  font-weight: bold;
  background: #18bae3;
}
@media (max-width: 1890px) {
  .card-title {
    width: 291px !important;
  }
}
@media (max-width: 1200px) {
  /* .card-title {
    width: 81% !important;
  } */
  .na-title {
    width: 80% !important;
  }
}
@media (max-width: 1060px) {
  /* .card-title {
    width: 80% !important;
  } */
}
@media (max-width: 919px) {
  .card-title {
    width: 314px !important;
  }
}
.grid-gap {
  margin-bottom: 30px !important;
}
.vidtitle {
  font-family: Roboto, Arial, sans-serif !important;
  margin-top: 12px !important;
}
.vidtit {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #030303;
  height: 42px;
  font-size: 14px;
  line-height: 24px;
  font-family: Roboto, sans-serif !important;
  font-weight: 500;
  padding-top: inherit !important;
}
.subscat {
  margin-top: 10px;
  color: #656565;
  font-size: 13px;
}
.youtimg {
  width: 48px;
  height: 48px;
}
.rank-img {
  height: 23px;
  margin-left: -31px;
  margin-top: -5px;
}
.youtuber-name {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.inf {
  font-size: 12px !important;
  margin-top: 3px;
}
.subs {
  color: #656565 !important;
  margin-left: 4px;
}
.categs {
  margin-left: 7px;
}
.tag-icon {
  margin-top: 3px;
  margin-right: 4px;
}
[class*="member-rank-"] {
  font-size: 15px;
  font-weight: bold;
  background: #18bae3;
}
.reload-icon {
  height: 20px;
  display: none;
}
@media (max-width: 1856px) {
  .vidtit {
    font-size: 14px !important;
  }
  .inf {
    font-size: 11px !important;
  }
}
@media (max-width: 1788px) {
  .vidtit {
    font-size: 15px !important;
  }
}
@media (max-width: 1690px) {
  .vidtit {
    font-size: 14px !important;
  }
}
@media (max-width: 1762px) {
  .vidtit {
    font-size: 14px !important;
  }
  .inf {
    font-size: 11px !important;
  }
}
@media (max-width: 1669px) {
  .categs {
    margin-left: 7px;
  }
  .tag-icon {
    margin-right: 4px;
  }
}
@media (max-width: 1245px) {
  .inf {
    font-size: 11px !important;
  }
}
@media (max-width: 1061px) {
  .na-title {
    width: 61% !important;
  }
  .categs {
    margin-left: 7px;
  }
  .tag-icon {
    margin-right: 4px;
  }
  .inf {
    font-size: 11px !important;
  }
}
@media (max-width: 869px) {
  .na-title {
    width: 60% !important;
  }
}
@media (max-width: 756px) {
  .categs {
    margin-left: 20px;
  }
  .inf {
    font-size: 12px !important;
  }
  .vidtit {
    font-size: 15px !important;
  }
  .na-title {
    width: 70% !important;
  }
}
@media (max-width: 500px) {
  .na-title {
    width: 90% !important;
  }
}
@media (max-width: 600px) {
  .card-title {
    width: 77% !important;
  }
}
.mute2 {
  color: #656565;
}
@media (min-width: 1700px) {
  .view-width {
    width: 90%;
    margin: auto;
  }
}
/* @media (max-width: 1600px) {
  .view-width {
    width: 95%;
    margin: auto;
  }
} */
@media (max-width: 1200px) {
  .view-width {
    width: 100%;
    margin: auto;
  }
}
.listed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  margin-top: 10px;
}
.video-thumb-last10 {
  background-repeat: no-repeat !important;
  background-size: 277px 195px !important;
  height: 145px;
  width: 95.5%;
}
.mar {
  margin: auto !important;
}
.titt {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #030303;
  height: 42px;
  font-size: 14px;
  font-family: Roboto, sans-serif !important;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 255px;
}
@media (max-width: 1835px) {
  .titt {
    width: 230px;
  }
}
.user-imgs {
  width: 198px;
}
.you-inf {
  margin-left: 20px;
  width: 82%;
  margin-top: 10px;
}
@media (max-width: 1856px) {
  .you-inf {
    margin-left: 20px;
    width: 80%;
  }
}
@media (max-width: 1780px) {
  .you-inf {
    margin-top: 30px;
  }
}
@media (max-width: 1560px) {
  .you-inf {
    margin-left: 20px;
    width: 78%;
  }
}
@media (max-width: 1450px) {
  .you-inf {
    margin-left: 20px;
    width: 76%;
  }
}
@media (max-width: 1350px) {
  .you-inf {
    margin-left: 20px;
    width: 74%;
  }
}
@media (max-width: 1270px) {
  .you-inf {
    margin-left: 20px;
    width: 72%;
  }
}
@media (max-width: 1200px) {
  .you-inf {
    margin-left: 20px;
    width: 70%;
  }
}
@media (max-width: 1174px) {
  .you-inf {
    margin-left: 20px;
    width: 68%;
  }
}
@media (max-width: 1116px) {
  .you-inf {
    margin-left: 20px;
    width: 66%;
  }
}
@media (max-width: 1068px) {
  .you-inf {
    margin-left: 20px;
    width: 64%;
  }
}
@media (max-width: 849px) {
  .you-inf {
    margin-left: 20px;
    width: 95%;
  }
  .ma {
    margin-left: inherit !important;
  }
  .ca {
    margin-top: 10px !important;
  }
}
@media (max-width: 1838px) {
  .statistics {
    margin-top: 20px !important;
  }
}
.infor {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (max-width: 650px) {
  .infor {
    font-size: 1.1rem;
  }
}
@media (min-width: 1777px) {
  .marg {
    width: 83.3% !important;
  }
}
@media (max-width: 1777px) {
  .marg {
    width: 98% !important;
    margin-left: 10px;
  }
}
