/* 인덱스 페이지 css 옮겨놓음 2023-12-11 신현승 */

a {
  color: white;
  text-decoration: none;
}

.main {
  overflow: hidden;
}


.mo-carousel-promotion .flickity-prev-next-button.next {
  right: 15px;
}

.mo-carousel-promotion .flickity-prev-next-button.previous {
  left: 15px;
}

.mo-carousel-promotion .flickity-button-icon {
  color: #fff;
}

.mo-carousel-promotion .flickity-button {
  border: 1px solid #fff;
  background: transparent;
}

.carousel-promotion .flickity-button-icon {
  color: #fff;
}

.carousel-promotion .flickity-button {
  border: 1px solid #fff;
  background: transparent;
}

.carousel-promotion .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  top: 53%;
}

.carousel-promotion .flickity-prev-next-button .flickity-button-icon {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.carousel-promotion .flickity-prev-next-button.previous {
  left: 24.8%;
}

.carousel-promotion .flickity-prev-next-button.next {
  right: 24.8%;
}


.detail {
  max-height: 400px;
  overflow-y: hidden;
}

.review-animation-1 {
  animation: sparkle 1s linear infinite;
  border-radius: 25px;
  background: #fff;
  color: #000;
}

@keyframes sparkle {

  0%,
  100% {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.10);
  }

  50% {
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.50);
  }

}

.review-image {
  height: 230px;
  width: 300px;
  background-size: cover;
  overflow: hidden;

}

.img-blur {
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
}

.review-main-image-offline {
  height: 170px;
  aspect-ratio: 264/379;
  background-size: cover;
  box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.35);
}

.review-main-image-online {
  height: 112px;
  aspect-ratio: 1.82;
  background-size: cover;
  box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1400px) {
  .community-container {
    margin-left: 12px;
    margin-right: 12px;
  }

  .comuunity-title {
    background-image: linear-gradient(0deg, rgba(31, 31, 31, 0.6), rgba(31, 31, 31, 0.6)), url(https://bizclass.s3.ap-northeast-2.amazonaws.com/forum/202306/1685604181-GettyImages-a12676189.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 117px;
    font-size: 24px;
  }

  .community-list {
    height: 390px;
    background: #1f1f1f;
  }

  .community-list .col-12.d-flex {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #383838;
  }

  .community-list .col-12.d-flex:last-child {
    border-bottom: 0;
  }

  .community-box-title {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
  }

  .community-box-info {
    font-size: 14px;
    font-weight: 500;
    color: #787878;
  }

  .community-box-content {
    width: 80%;
  }

  .community-box-img {
    width: 90px;
    height: 90px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 8px;
  }

  .community-box-img img {
    /* max-width:130px;
  max-height:86px;
  border-radius:8px; */
  }



}

@media (max-width:1399px) {
  .community-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .comuunity-title {
    background-image: linear-gradient(0deg, rgba(31, 31, 31, 0.6), rgba(31, 31, 31, 0.6)), url(https://bizclass.s3.ap-northeast-2.amazonaws.com/forum/202306/1685604181-GettyImages-a12676189.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 117px;
    font-size: 22px;
  }

  .community-list {
    background: #1f1f1f;
  }

  .community-list .col-12.d-flex {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #383838;
  }

  .community-list .col-12.d-flex:last-child {
    border-bottom: 0;
  }

  .community-box-title {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
  }

  .community-box-info {
    font-size: 14px;
    font-weight: 500;
    color: #787878;
  }

  .community-box-content {
    width: 73%;
    padding-right: 16px;
  }

  .community-box-img {
    width: 71px;
    height: 71px;
    background-size: cover !important;
    background-position: center !important;
  }

  /* .community-box-img img {
  max-width:130px;
  max-height:86px;
  border-radius:8px;
} */
}
.number-font {
  font-feature-settings: "thum";
  font-variant-numeric: tabular-nums;
}
.pc-time .time-days,
.time-hours,
.time-minutes,
.time-seconds,
.time-ms {
  
  font-weight: bold;
  margin-right: 0 !important;
}

.mobile-time .time-days,
.time-hours,
.time-minutes,
.time-seconds,
.time-ms {
  width: 25px;
  font-weight: bold;
  margin-right: 0 !important;
}


@media (max-width:992px) {
  .lecture-progress-num {
    bottom: 0;
  }
}

.carousel-control-prev-btn {
  position: initial !important;
  width: initial !important;
}

.carousel-control-next-btn {
  position: initial !important;
  width: initial !important;
}

.content p {
  font-size: 16px !important;
  font-family: 'Pretendard' !important;
  color: #FFFFFF !important;
}

.content span {
  font-size: 16px !important;
  font-family: 'Pretendard' !important;
  color: #FFFFFF !important;
}

.content img {
  width: 100%;
}

.flickity-page-dots {
  display: block;
  position: absolute;
  bottom: 10px;
}

.flickity-page-dots .dot {
  background-color: white;
  display: inline-block;
}

/* #carouselSlide .carousel-indicators [data-bs-target] {
  bottom: 10px;
  width: 50%;
  position: absolute;
  height: 1px;
  background-color: #383838;
  cursor: default;
} */

/* .rounded-pill {
margin-left: 0.65rem;
} */

/* @media (max-width: 768px) {
  #carouselSlide .carousel-indicators [data-bs-target] {
    bottom: -10px;
    width: 100%;
    height: 4px;
  }

} */

@media (max-width: 768px) {
  .carousel-buttons {
    margin-left: 3% !important;
  }

}

.carousel-buttons span {
  background-color: rgba(56, 56, 56, 0.5);
  color: #FFF;
}

/* #carouselSlide .carousel-indicators [data-bs-target] span {
  bottom: 10px;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  cursor: default;
  opacity: 1 !important;
  z-index: 1;
} */

::-webkit-scrollbar {
  display: none;
}

@media (min-width:768px) {
.setting-height {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
  background:#1f1f1f;
  padding:1rem;
}

.setting-height::-webkit-scrollbar {
  display: none;
}
}

@media (max-width:767px) {
  .setting-height {
    background:transparent;
    margin-top:1rem;
  }
  .setting-height .class-tv-box {
    background:#1f1f1f;
    padding:1rem;
    border-radius:0.375rem;
  }
}