.splide__slide {
  padding: 2rem 1.5rem;
  max-width: 450px;
}
.splide__pagination {
  position: static;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .splide__slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .splide__pagination {
    margin-top: 1rem;
  }
}
.person-info {
  font-size: 1.4rem;
  line-height: 1.57;
}
.person-info__label {
  width: 16rem;
  color: rgba(0, 0, 0, 0.7);
}
.person-info:not(:last-of-type) {
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .person-info {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .person-info__label {
    width: 15rem;
  }
  .person-info:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
}
.course__carousel {
  position: relative;
}
.course__carousel__main {
  position: relative;
  overflow: hidden;
  margin: 0 -1.5rem;
}
.course__carousel__inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.4rem 2rem 0 rgba(0, 52, 99, 0.1);
  box-shadow: 0 0.4rem 2rem 0 rgba(0, 52, 99, 0.1);
  overflow: hidden;
}
.course__carousel__inner .ttl--aside {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.course__carousel__inner img {
  display: block;
  width: 100%;
  height: auto;
}
.course__carousel__img {
  height: 24.4rem;
}
.course__carousel__des {
  padding: 1.4rem 2.2rem 1.8rem;
}
.course__carousel__more {
  margin-top: 1.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid #a3b2c7;
}
.course__carousel__more .tag__item {
  padding: 0.6rem 1rem 0.4rem;
  min-width: 7.5rem;
  width: auto;
  font-size: 1.4rem;
  text-transform: capitalize;
  text-align: center;
}
.course__carousel__more .btn__link {
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 1.2rem;
}
.course__carousel__rating {
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .course__carousel__main {
    margin: 0 -2rem;
  }
  .course__carousel__img {
    height: 19.8rem;
  }
  .course__carousel__des {
    padding: 2.5rem 2rem 1.6rem;
  }
  .course__carousel__more {
    margin-top: 1.4rem;
  }
  .course__carousel__more .tag__item {
    padding: 0.5rem 0.8rem 0.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    min-width: 6rem;
    text-align: center;
  }
  .course__carousel__more .tag__item:not(:last-child) {
    margin-right: 1rem;
  }
  .course__carousel__more .btn__link {
    padding-right: 2.8rem;
    padding-bottom: 0.5rem;
  }
  .course__carousel__more .btn__link:after {
    top: -0.3rem;
    right: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .course__carousel__rating {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .course__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .course__carousel__des {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .course__carousel__more .tag__item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.course__rounded {
  padding: 2.6rem 3rem;
  -webkit-box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  overflow: hidden;
}
.program-label__item {
  padding-left: 2.8rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 1.8rem auto;
}
.program-label__item:not(:last-child) {
  margin-right: 2.4rem;
}
.program-label__item--sec {
  background-image: url(../images/icon/icon_menu.svg);
}
.program-label__item--lecture {
  background-image: url(../images/icon/icon_book.svg);
}
.program-label__item--timer {
  background-image: url(../images/icon/icon_timing.svg);
}
@media (max-width: 991px) {
  .program-label__item {
    padding-left: 3.2rem;
  }
  .program-label__item:not(:last-child) {
    margin: 0 0 1rem;
  }
}
.sec__intro {
  padding: 3.3rem 0 5.3rem;
}
.sec__intro .intro__des {
  padding: 1.4rem 6.4rem 0 0;
}
.sec__intro .intro__des p {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.06rem;
}
@media (max-width: 991px) {
  .sec__intro .intro__des {
    margin-bottom: 2.8rem;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .sec__intro {
    padding: 2.4rem 0 5.8rem;
  }
}
.sec__search {
  padding: 4.1rem 0 6.6rem;
  background-color: #f6f6f6;
}
.sec__search .search__form {
  margin-bottom: 1rem;
}
.sec__search .search__form input {
  display: block;
  padding: 1.4rem 0rem 1.2rem 4.5rem;
  background: #ffffff url(../images/icon/icon_search.svg) no-repeat 1.6rem
    center;
  max-width: 36.1rem;
  border-radius: 3rem;
  font-size: 1.4rem;
  line-height: 1.57;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 991px) {
  .sec__search {
    padding: 4rem 0 4.6rem;
  }
}
.sec__welcome {
  padding: 8rem 0 8.3rem;
}
.sec__welcome .welcome__intro {
  padding: 1rem 5rem 0 0;
}
.sec__welcome .welcome__intro .ttl--page {
  margin-bottom: 1.9rem;
}
.sec__welcome .welcome__intro p {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.06rem;
  color: rgba(0, 0, 0, 0.7);
}
.sec__welcome .welcome__intro .btn-warning {
  margin-top: 3.8rem;
  padding: 1.8rem 1.8rem 1.6rem;
  min-width: 45.4rem;
}
@media (max-width: 991px) {
  .sec__welcome .welcome__intro .btn-warning {
    margin-top: 2.8rem;
    padding: 1.1rem 2.3rem 1rem;
    min-width: 26.4rem;
    max-width: 26.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .sec__welcome .welcome__intro {
    padding: 0;
  }
}
.sec__welcome .welcome__img img {
  max-width: 47rem;
  height: 32.8rem;
  border-radius: 0 10rem;
}
@media (max-width: 991px) {
  .sec__welcome .welcome__img img {
    max-width: 100%;
    height: 23.4rem;
  }
}
@media (max-width: 991px) {
  .sec__welcome .welcome__intro {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .sec__welcome {
    padding: 3.6rem 0 10rem;
    background-color: #f6f6f6;
  }
}
.cdetail {
  padding: 3rem 0 11rem;
  z-index: 2;
}
/* .cdetail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(../images/course/detail_mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 24rem;
  z-index: -1;
} */
@media (max-width: 991px) {
  .cdetail:before {
    display: none;
  }
}
.cdetail .breadcrumb {
  margin-bottom: 3rem;
}
.cdetail .breadcrumb-item {
  color: #f9c901;
}
.cdetail .breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.7);
}
.cdetail .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(0, 0, 0, 0.7);
}
.cdetail__arts {
  padding-right: 0.5rem;
}
.cdetail__art {
  position: relative;
  margin-bottom: 5.2rem;
}
.cdetail__art .ttl--sub {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .cdetail__art .ttl--sub {
    text-transform: capitalize;
  }
}
.cdetail__art > p {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.57;
  letter-spacing: 0.01rem;
}
.cdetail__art a.collapse__link {
  padding-right: 2.8rem;
  font-size: 1.4rem;
  color: #f9c901;
}
.cdetail__art a.collapse__link:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.2rem;
  background: transparent url(../images/icon/icon_drop_collapse.svg) no-repeat;
  background-size: 100% auto;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.cdetail__art a.collapse__link:after {
  content: 'See more';
}
.cdetail__art a.collapse__link[aria-expanded='true']:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.cdetail__art a.collapse__link[aria-expanded='true']:after {
  content: 'Hide less';
}
@media (max-width: 991px) {
  .cdetail__art a.collapse__link {
    float: right;
    clear: both;
  }
}
.cdetail__art__rating {
  margin-bottom: 0.8rem;
}
.cdetail__art__info {
  margin-top: 3rem;
}
.cdetail__art__info .info-item-label {
  width: 12rem;
}
@media (max-width: 991px) {
  .cdetail__art {
    margin-bottom: 7.2rem;
  }
  .cdetail__art .ttl--sub {
    margin-bottom: 0.6rem;
  }
  .cdetail__art__info {
    margin-top: 1.4rem;
  }
}
.cdetail__rounded {
  -webkit-box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
}
.cdetail__rounded p {
  font-size: 1.4rem;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .cdetail {
    padding: 0 0 6.8rem;
  }
  .cdetail__arts {
    padding-right: 0;
  }
  .cdetail__arts .cdetail__aside__img {
    margin: 0 -2rem;
    height: 24rem;
  }
  .cdetail__arts .cdetail__aside__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#pm-cdetail-overview {
  padding: 2.6rem 3rem;
}
#pm-cdetail-overview .tag {
  margin-top: 1.4rem;
}
#pm-cdetail-overview .tag__item {
  min-width: 9.5rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  font-size: 1.4rem;
  line-height: 1.57;
  display: inline-block;
}
@media (max-width: 991px) {
  #pm-cdetail-overview {
    margin-bottom: 2.1rem;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #pm-cdetail-overview .tag {
    position: static;
    margin-top: 1.4rem;
    padding-top: 1.6rem;
    border-top: 1px solid #a3b2c7;
  }
  #pm-cdetail-overview .tag__item {
    padding: 0.4rem 1.6rem;
    min-width: 6rem;
    font-size: 1.2rem;
    line-height: 1.3;
    display: inline-block;
  }
}
#pm-cdetail-curri .curri__head {
  margin-bottom: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media (max-width: 991px) {
  #pm-cdetail-curri .curri__head {
    margin-bottom: 2rem;
  }
}
#pm-cdetail-curri .program__heading {
  background-color: #f6f6f6;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  font-weight: bold;
  cursor: pointer;
}
#pm-cdetail-curri .program__heading:before {
  content: '';
  position: absolute;
  left: 2.9rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: transparent url(../images/icon/icon_drop_lg.svg) no-repeat;
  background-size: 100% auto;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
#pm-cdetail-curri .program__heading[aria-expanded='true']:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
#pm-cdetail-curri .program__heading__label .label {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
#pm-cdetail-curri .program__heading__label .label--test {
  padding-left: 6.7rem;
}
#pm-cdetail-curri .program__heading__label .label--lecture {
  padding-left: 1.5rem;
}
#pm-cdetail-curri .program__heading__label .label--timer {
  padding-right: 0.7rem;
}
@media (max-width: 991px) {
  #pm-cdetail-curri .program__heading {
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    font-weight: 400;
    font-size: 1.2rem;
  }
  #pm-cdetail-curri .program__heading:before {
    left: 1.4rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  #pm-cdetail-curri .program__heading__label .label {
    padding-left: 0;
    padding-right: 0;
  }
  #pm-cdetail-curri .program__heading__label .label--test {
    padding-left: 3.6rem;
  }
  #pm-cdetail-curri .program__heading__label .label--lecture {
    padding-right: 1.2rem;
  }
  #pm-cdetail-curri .program__heading__label .label--timer {
    padding-left: 1.6rem;
  }
}
#pm-cdetail-curri .program__info {
  font-size: 1.4rem;
  line-height: 1.57;
}
#pm-cdetail-curri .program__info .btn-warning {
  padding: 0.6rem 0.6rem 0.4rem;
  min-width: 7.8rem;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  #pm-cdetail-curri .program__info .btn-warning {
    padding: 0;
    min-width: auto;
    background: transparent url(../images/icon/arrow_link_rgt.svg) no-repeat;
    background-size: 100% auto;
    width: 1.4rem;
    height: 100%;
    text-indent: -9999px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
}
#pm-cdetail-curri .program__list {
  padding-top: 1.7rem;
  padding-bottom: 2.3rem;
}
@media (max-width: 991px) {
  #pm-cdetail-curri .program__list {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
  }
}
#pm-cdetail-curri .program__item__test {
  padding-left: 6.8rem;
  background: transparent url(../images/icon/icon_watch.svg) no-repeat 2.8rem 0;
  background-size: 1.8rem auto;
}
#pm-cdetail-curri .program__item:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
@media (max-width: 991px) {
  #pm-cdetail-curri .program__item .col-md-6 {
    max-width: 15rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #pm-cdetail-curri .program__item span {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
  }
  #pm-cdetail-curri .program__item__test {
    padding-left: 3.6rem;
    background-position: 1.4rem 0;
    background-size: 1.2rem auto;
  }
  #pm-cdetail-curri .program__item__timer {
    padding-left: 1.8rem;
  }
  #pm-cdetail-curri .program__item__lecture {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  #pm-cdetail-curri .ttl--box {
    margin-bottom: 1.2rem;
  }
}
#pm-cdetail-require .cdetail__rounded {
  padding: 3.4rem 3rem 2.9rem;
}
@media (max-width: 991px) {
  #pm-cdetail-require .cdetail__rounded {
    padding: 2.5rem 2.1rem 1.9rem;
  }
}
#pm-cdetail-descrip .cdetail__rounded {
  padding: 2.8rem 3rem 3rem;
}
@media (max-width: 991px) {
  #pm-cdetail-descrip .cdetail__rounded {
    padding: 2.1rem 2rem 2.1rem;
  }
  #pm-cdetail-descrip .cdetail__rounded:after {
    content: '';
    display: block;
    clear: both;
  }
}
#pm-cdetail-profile .ttl--profile {
  font-size: 1.6rem;
}
#pm-cdetail-profile .cdetail__rounded {
  padding: 3.3rem 3rem 2.3rem;
}
@media (max-width: 991px) {
  #pm-cdetail-profile .cdetail__rounded {
    padding: 2.7rem 2rem 2rem;
  }
  #pm-cdetail-profile .cdetail__rounded:after {
    content: '';
    display: block;
    clear: both;
  }
}
#pm-cdetail-profile .profile__head {
  border-bottom-color: #a3b2c7 !important;
}
#pm-cdetail-profile .profile__avt img {
  width: 8rem;
  height: 8rem;
}
@media (max-width: 991px) {
  #pm-cdetail-profile .profile__avt img {
    width: 6.2rem;
    height: 6.2rem;
  }
}
#pm-cdetail-profile .profile__info {
  padding-left: 2rem;
}
#pm-cdetail-profile .profile__info span:not(:last-child) {
  margin-right: 2.4rem;
}
#pm-cdetail-profile .profile__info span:not(:last-child):after {
  content: '';
  position: absolute;
  right: -1.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #a3b2c7;
  width: 1px;
  height: 1.4rem;
  z-index: -1;
}
@media (max-width: 991px) {
  #pm-cdetail-profile .profile__info {
    padding-left: 1.4rem;
  }
  #pm-cdetail-profile .profile__info span {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
#pm-cdetail-other .splide__arrow {
  margin-top: 0;
}
#pm-cdetail-rating .btn-warning {
  padding: 2rem 3.2rem 1.6rem;
}
@media (max-width: 991px) {
  #pm-cdetail-rating .btn-warning {
    padding: 1.6rem 2.2rem;
  }
}
.cdetail__aside {
  padding: 2.2rem 2.1rem 3rem;
}
.cdetail__aside figure img {
  border-radius: 1.4rem;
}
.cdetail__aside .program-label__item {
  padding-left: 3.6rem;
  background-size: 2.2rem auto;
}
.cdetail__aside .program-label__item:not(:last-child) {
  margin-bottom: 2.2rem;
}
.cdetail__aside__cnt .btn-warning {
  width: 100%;
}
@media (max-width: 991px) {
  .cdetail__aside {
    margin-bottom: 7.2rem;
    padding-bottom: 1.9rem;
  }
  .cdetail__aside .ttl--box {
    font-size: 2rem;
  }
  .cdetail__aside__cnt .ttl--normal {
    font-size: 1.6rem;
  }
  .cdetail__aside__cnt > h4.ttl--normal {
    font-size: 1.4rem;
  }
  .cdetail__aside__cnt .btn-warning {
    width: auto;
    min-width: 20.2rem;
  }
  .cdetail__aside .share__social {
    padding-top: 2rem;
  }
  .cdetail__aside .share__social > h6.ttl--normal {
    font-size: 1.4rem;
  }
  .cdetail__aside .share__social img {
    max-width: 2.2rem;
  }
  .cdetail__aside .program-label__item {
    padding-left: 3.1rem;
    background-size: 1.8rem auto;
    font-size: 1.4rem;
  }
  .cdetail__aside .program-label__item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
#pm-rating-modal .modal-dialog {
  max-width: 814px;
}
#pm-rating-modal .modal-content {
  border-radius: 4rem;
}
#pm-rating-modal .modal-header {
  padding: 2.3rem 3.2rem 2.1rem 5.5rem;
  background-color: #f6f6f6;
  border-radius: 4rem 4rem 0 0;
  border-bottom-color: #a3b2c7 !important;
}
#pm-rating-modal .modal-header .btn-close {
  opacity: 1;
}
#pm-rating-modal .modal__content {
  padding-right: 2.3rem;
  max-height: 656px;
}
#pm-rating-modal .modal__content::-webkit-scrollbar-track {
  background-color: #ffffff;
}
#pm-rating-modal .modal__content::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #ffffff;
}
#pm-rating-modal .modal__content::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background-color: #a3b2c7;
}
#pm-rating-modal .modal__aside h5 {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  #pm-rating-modal .modal-dialog {
    padding: 0 0.15rem;
    max-width: 100%;
  }
  #pm-rating-modal .modal-header {
    padding: 1.9rem 1.9rem 1.5rem 4.1rem;
    border-radius: 2rem 2rem 0 0;
  }
  #pm-rating-modal .modal-header .ttl--aside {
    font-size: 1.4rem;
  }
  #pm-rating-modal .modal-content {
    border-radius: 2rem;
  }
  #pm-rating-modal .modal__content {
    padding-left: 2rem;
    padding-right: 1.4rem;
  }
}
#pm-rating-modal .comment {
  padding-left: 3.8rem;
}
#pm-rating-modal .comment h6,
#pm-rating-modal .comment p {
  font-size: 1.4rem;
  line-height: 1.57;
}
#pm-rating-modal .comment__blog {
  padding: 2.2rem;
  -webkit-box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
}
#pm-rating-modal .comment__blog:not(:last-of-type) {
  margin-bottom: 2rem;
}
#pm-rating-modal .comment__avt img {
  width: 4.6rem;
  height: 4.6rem;
}
#pm-rating-modal .comment__des {
  padding: 0 1.2rem;
}
#pm-rating-modal .comment__des li {
  line-height: 1;
}
#pm-rating-modal .comment__des img {
  max-width: 1.2rem;
}
#pm-rating-modal .comment__body {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  #pm-rating-modal .comment {
    padding-left: 0;
  }
  #pm-rating-modal .comment h6,
  #pm-rating-modal .comment p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pm-rating-modal .comment__blog {
    padding: 1.4rem;
  }
  #pm-rating-modal .comment__avt img {
    width: 3.2rem;
    height: 3.2rem;
  }
  #pm-rating-modal .comment__des {
    padding: 0 1rem;
  }
  #pm-rating-modal .comment__des img {
    max-width: 1rem;
  }
  #pm-rating-modal .comment__body {
    padding-left: 4.1rem;
  }
  #pm-rating-modal .comment p.comment__time {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
  }
}
#pm-rating-modal .reply {
  padding: 2.2rem 0 0 5.3rem;
}
#pm-rating-modal .reply__avt img {
  width: 3.2rem;
  height: 3.2rem;
}
#pm-rating-modal .reply__name {
  padding: 0 0.8rem;
}
#pm-rating-modal .reply__time {
  color: rgba(0, 0, 0, 0.5);
}
#pm-rating-modal .reply__body {
  padding-left: 4.4rem;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  #pm-rating-modal .reply {
    padding: 1.6rem 0 0 4.1rem;
  }
  #pm-rating-modal .reply p.reply__time {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .type-course:not(.cdetail-page) #pm-footer {
    background-color: #ffffff;
  }
  .type-course:not(.cdetail-page) #pm-footer .footer__cnt {
    padding-top: 1.2rem;
  }
}
.program__item .lock_icon {
  width: unset;
}
.program__item .lock_icon img {
  width: 1.5rem;
}

.video__player {
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.video__player.vertical-video {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.video__player.vertical-video video {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.video__player.vertical {
  display: flex;
  justify-content: center;
}
.video__player video.vertical {
  max-width: 400px;
  height: auto;
  aspect-ratio: 9/16;
}
.video__player video.horizontal {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
}
.video__player video {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .video__player video.vertical {
    max-width: 100%;
  }
  .video__player.vertical-video video {
    max-width: 100%;
    width: 100%;
  }
}
.video__info {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 2rem;
  margin-top: 2rem;
}
.instructor__card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid #f9c901;
}
.related__videos {
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.related__item {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.related__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.video__meta .badge {
  background-color: #f9c901;
  color: #2d3436;
}
.btn-primary {
  background-color: #f9c901;
  border-color: #f9c901;
  color: #2d3436;
}
.btn-primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  color: #2d3436;
}
.breadcrumb-item a {
  color: #f9c901;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #e6b800;
}
.related__item a {
  color: #2d3436;
  text-decoration: none;
}
.related__item a:hover {
  color: #f9c901;
}

.video__description p {
  white-space: pre-line;
  line-height: 1.6;
}
.video__description .bg-white p {
  margin-bottom: 1rem;
}
.video__description .bg-white p:last-child {
  margin-bottom: 0;
}
.video__description a {
  color: #007bff;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s ease;
}
.video__description a:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: rgba(0, 123, 255, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}

/* Video Index Page Styles */
.video__header {
  background: linear-gradient(135deg, #f9c901 0%, #e6b800 100%);
  color: #2d3436;
  padding: 60px 0;
  margin-bottom: 40px;
}
.search__form .form-control {
  border: 2px solid #f9c901;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 16px;
}
.search__form .form-control:focus {
  border-color: #e6b800;
  box-shadow: 0 0 0 0.2rem rgba(249, 201, 1, 0.25);
}
.btn-primary {
  background-color: #f9c901;
  border-color: #f9c901;
  color: #2d3436;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  color: #2d3436;
}
.btn-outline-warning {
  border-color: #f9c901 !important;
  color: #f9c901 !important;
}
.btn-outline-warning:hover {
  background-color: #f9c901 !important;
  border-color: #f9c901 !important;
  color: #2d3436 !important;
}
.pagination .page-link {
  color: #f9c901;
}
.pagination .page-item.active .page-link {
  background-color: #f9c901;
  border-color: #f9c901;
  color: #2d3436;
}
.video__item .video__preview video {
  transition: transform 0.3s ease;
}
.video__item:hover .video__preview video {
  transform: scale(1.05);
}
.video__ratio {
  font-size: 0.75rem;
  backdrop-filter: blur(5px);
}
.video__container {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  height: 240px; /* Fixed height for all thumbnails */
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__container video {
  height: 240px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
/* Vertical video (ratio = 1) specific styling */
.video__container[data-ratio='1'] video {
  object-fit: contain;
  border-radius: 0;
}
/* Horizontal video (ratio = 2) specific styling */
.video__container[data-ratio='2'] video {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* Fix for consistent card heights and title alignment */
.video__item {
  height: 100%;
}
.video__item .card {
  height: 100%;
}
.video__item .card-title {
  height: 4.5rem; /* Increased height for better 2-line display */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-size: 1.3rem;
}
.video__item .card-text {
  height: 4.5rem; /* Fixed height for description */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.video__item .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.video__item .video__meta {
  margin-top: auto;
}
