
.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 5.5rem 1.2rem;
  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;
}