.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.text-cyan {
  color: #399ffb;
}

.m-b-5 {
  margin-bottom: 5rem;
}

.m-t-2 {
  margin-top: 2rem;
}

.m-l-1 {
  margin-left: 1rem;
}

.m-r-1 {
  margin-right: 1rem;
}

.pointer {
  cursor: pointer;
}

.mobile {
  display: none;
}

.categories {
  padding-top: 170px;
  margin-bottom: 50px;
}

.categories-item {
  width: 1192px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.categories-item__title {
  width: 1192px;
  margin: 30px auto;
  padding: 0 52px;
  display: flex;
  align-items: flex-end;
}

.categories .access-btn {
  margin-left: 10px;
  background: #399ffb;
  cursor: pointer;
  transition: 0.15s all ease-in-out;
}

.categories .access-btn.pc {
  display: flex;
  padding: 5px 50px;
  border-radius: 17px;
}

.categories .access-btn:hover {
  filter: saturate(150%);
}

.categories .access-btn .text {
  text-decoration: none;
  color: #fff;
}

.categories .splide {
  width: 1280px;
  margin: auto;
}

.categories .splide .splide__track {
  width: 1192px;
  margin: 0 auto;
}

.categories .splide .splide__arrow {
  background: transparent;
}

.categories .splide .splide__pagination {
  top: calc(100% + 10px);
}

.categories .splide .splide__pagination .is-active {
  background: #399ffb;
}

img.picker:hover {
  cursor: pointer;
  border: 2px dashed #399ffb;
}

.courses-title {
  width: 1192px;
  margin: 30px auto;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
}

.courses-list {
  padding-top: 170px;
}

.courses-items {
  width: 1192px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.courses-item__main {
  background: #eee;
  height: 278px;
  width: 278px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.courses-item__main:hover .overlay {
  transform: translateY(0);
}

.courses-item__main .content,
.courses-item__main .overlay {
  width: 100%;
  height: 100%;
}

.courses-item__main .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.courses-item__main .content .product-image {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.courses-item__main .content .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.courses-item__main .content .image {
  background: #fff;
  border-radius: 50%;
  width: 70%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
}

.courses-item__main .content .title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 22px;
  color: #0086ff;
  font-weight: bold;
  margin-top: 10px;
}

.courses-item__main .overlay {
  background: #399ffb;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s all ease-in-out;
  transform: translateY(278px);
}

.courses-item__main .overlay .link {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.courses-item__desc {
  margin: 0 10px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.61;
  margin-top: 10px;
}

.courses-item__desc .title {
  font-weight: bold;
  font-size: 20px;
}

.courses-item__desc .title a {
  text-decoration: none;
  color: #000;
  transition: 0.15s ease-in-out5;
}

.courses-item__desc .title a:hover {
  color: #0086ff;
}

.courses-item__desc .desc {
  font-size: 15px;
  text-align: justify;
  color: #868686;
}

.course-showcase {
  padding-top: 80px;
}

.course-showcase#course-editor {
  padding-top: 0;
}

.course-showcase .container {
  min-height: 200px;
  margin: 20px auto;
}

.course-showcase .title-1,
.course-showcase .title-2,
.course-showcase .value {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.course-showcase__save {
  width: 75px;
  height: 75px;
  background: #399ffb;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: 0.15s ease-in-out;
  border-radius: 4px;
}

.course-showcase__save:hover {
  opacity: 1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
}

.course-showcase__header {
  height: 340px;
  background: #0086ff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

.course-showcase__header .container {
  height: 100%;
  display: flex;
  justify-content: center;
  background: none;
  margin: auto;
}

.course-showcase__header .container .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  color: #fff;
}

.course-showcase__header .container .left .title-1 {
  font-size: 25px;
}

.course-showcase__header .container .left .title-2 {
  font-size: 36px;
}

.course-showcase__header .container .left .view-demo-btn {
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 12px;
  background: #fff;
  color: #0086ff;
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.course-showcase__header .container .left .view-demo-btn:hover {
  background: #0086ff;
  color: #fff;
  box-shadow: 0 0 0 3px #fff;
}

.course-showcase__header .container .right {
  min-width: 200px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.course-showcase__header .container .right img {
  height: 90%;
}

.course-showcase__overview .container {
  padding-top: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  background: none;
  border-bottom: 3px solid #37b1ff;
}

.course-showcase__overview .container .stat {
  width: 150px;
  padding: 10px 0;
  border-top: 2px solid #37b1ff;
  margin: 0 20px;
  font-weight: bold;
}

.course-showcase__overview .container .stat .name {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.course-showcase__overview .container .stat .name img {
  width: 20px;
  margin-left: 5px;
}

.course-showcase__overview .container .stat .value {
  color: #0086ff;
  font-size: 26px;
}

.course-showcase__feature {
  margin-top: 80px;
}

.course-showcase__feature .container {
  background: none;
}

.course-showcase__feature .title {
  margin: 50px auto;
}

.course-showcase__feature .image {
  width: 100%;
}

.course-showcase__video {
  margin-top: 100px;
}

.course-showcase__video .container {
  background: none;
}

.course-showcase__video .title {
  margin: 50px auto;
}

.course-showcase__video .course-name {
  font-weight: 500;
  font-size: 28px;
  border-left: 10px solid #37b1ff;
  padding-left: 10px;
  width: 73%;
  margin: 20px auto;
}

.course-showcase__video .video-list {
  width: 75%;
  margin: 0 auto;
  height: 510px;
  overflow-y: scroll;
  position: relative;
  /* custom scrollbar */
}

.course-showcase__video .video-list::-webkit-scrollbar {
  width: 20px;
}

.course-showcase__video .video-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.course-showcase__video .video-list::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.course-showcase__video .video-list::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.course-showcase__video .video-list .video {
  background: #f4f4f4;
  min-height: 90px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.course-showcase__video .video-list .video img {
  height: 85%;
}

.course-showcase__video .video-list .video .idx {
  width: 100px;
  text-align: center;
}

.course-showcase__video .video-list .video .thumb-img {
  width: 140px;
  margin-right: 40px;
}

.course-showcase__video .video-list .video .vd-title {
  width: calc(100% - 370px);
  flex-wrap: wrap;
  margin: 10px 0;
}

.course-showcase__video .video-list .video .duration {
  width: 90px;
  text-align: center;
  margin-left: auto;
}

.course-showcase__video .video-list .video:first-child {
  cursor: pointer;
}

.course-showcase__video .video-list .video:first-child:hover {
  box-shadow: 0 0 2px 2px rgba(134, 134, 134, 0.5);
}

.course-showcase__video .video-list .video:not(:first-child) {
  filter: grayscale(80%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
}

.course-showcase__recommend, .course-showcase__best {
  padding-top: 120px;
}

.course-showcase__recommend .container, .course-showcase__best .container {
  background: none;
}

.course-showcase__recommend .splide, .course-showcase__best .splide {
  width: 80%;
  margin: auto;
}

.course-showcase__recommend .splide .splide__track, .course-showcase__best .splide .splide__track {
  width: 100%;
  margin: 0 auto;
}

.course-showcase__recommend .splide .splide__arrow, .course-showcase__best .splide .splide__arrow {
  background: transparent;
}

.course-showcase__recommend .splide .splide__arrow--prev, .course-showcase__best .splide .splide__arrow--prev {
  left: -2em;
}

.course-showcase__recommend .splide .splide__arrow--next, .course-showcase__best .splide .splide__arrow--next {
  right: -2em;
}

.course-showcase__recommend .splide .splide__pagination, .course-showcase__best .splide .splide__pagination {
  top: calc(100% + 10px);
}

.course-showcase__recommend .splide .splide__pagination .is-active, .course-showcase__best .splide .splide__pagination .is-active {
  background: #399ffb;
}

.course-showcase__best .courses-item__main {
  height: 245px;
}

.course-showcase__buy {
  display: flex;
  justify-content: center;
  margin: 100px auto;
}

.course-showcase__buy .buy-btn {
  background: #0086ff;
  color: #fff;
  padding: 15px 50px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.course-showcase__buy .buy-btn a {
  text-decoration: none;
  color: #fff;
}

.course-showcase__buy .buy-btn:hover {
  background: #399ffb;
}

.course-showcase__book {
  margin-top: 170px;
}

.course-showcase__book .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.course-showcase__book .container img {
  width: 100%;
}

.course-showcase__book .container .buy-btn {
  background: #0086ff;
  color: #fff;
  border-radius: 10px;
  padding: 2.2% 6.2%;
  font-size: 20px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  position: absolute;
  right: 20.6%;
  bottom: 20%;
}

.course-showcase__book .container .buy-btn a {
  text-decoration: none;
  color: #fff;
}

.course-showcase__book .container .buy-btn:hover {
  background: #399ffb;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 80vmax;
  max-height: 90vh;
  overflow-y: scroll;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .1s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container::-webkit-scrollbar {
  display: none;
}

.modal-header h3 {
  margin-top: 0;
  color: #399ffb;
}

.modal-footer {
  display: flex;
  justify-content: flex-start;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .mobile {
    display: flex;
  }
  .pc {
    display: none;
  }
  .categories {
    padding-top: 100px;
  }
  .categories-item {
    width: auto;
  }
  .categories-item__title {
    width: auto;
    padding: 0 10px;
    margin: 20px auto;
  }
  .categories .splide {
    width: auto;
  }
  .categories .splide .splide__track {
    width: auto;
  }
  .categories .splide .splide__arrows {
    display: none;
  }
  .categories .access-btn {
    margin: 20px auto;
    width: 80%;
  }
  .categories .access-btn.mobile {
    padding: 18px 23px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
  }
  .categories .access-btn.pc {
    display: none;
  }
  .courses {
    padding: 0 10px;
  }
  .courses-title {
    width: 100%;
  }
  .courses-title img {
    height: 25px;
  }
  .courses-list {
    padding-top: 100px;
  }
  .courses-items {
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .courses-item__main {
    height: 180px;
    width: 180px;
    margin-left: 0;
    margin-right: 10px;
  }
  .courses-item__main .content .image {
    width: 70%;
    height: 70%;
    background: #fff;
    border-radius: 50%;
  }
  .courses-item__main .content .title {
    font-size: 15px;
    margin-top: 10px;
  }
  .courses-item__desc {
    font-size: 15px;
  }
  .course-showcase {
    padding-top: 70px;
  }
  .course-showcase__header {
    height: auto;
  }
  .course-showcase__header .container .left {
    width: 45%;
    padding-bottom: 20px;
  }
  .course-showcase__header .container .left .title-1 {
    font-size: 11px;
  }
  .course-showcase__header .container .left .title-2 {
    font-size: 17px;
  }
  .course-showcase__header .container .left .view-demo-btn {
    font-size: 15px;
  }
  .course-showcase__header .container .right {
    width: 55%;
  }
  .course-showcase__header .container .right img {
    height: auto;
    width: 100%;
  }
  .course-showcase__overview .container {
    padding-top: 20px;
  }
  .course-showcase__overview .container .stat {
    min-height: 120px;
    width: 40%;
    margin: 0 5%;
  }
  .course-showcase__book .container .buy-btn {
    position: static;
    padding: 3.5% 7%;
    margin-top: 20px;
    font-size: 24px;
  }
  .course-showcase__video {
    margin-top: 100px;
  }
  .course-showcase__video .container {
    background: none;
  }
  .course-showcase__video .title {
    margin: 50px auto;
  }
  .course-showcase__video .course-name {
    font-weight: 500;
    font-size: 28px;
    border-left: 10px solid #37b1ff;
    padding-left: 10px;
    width: 73%;
    margin: 20px auto;
  }
  .course-showcase__video .video-list {
    width: 100%;
    height: 300px;
  }
  .course-showcase__video .video-list .video {
    height: 55px;
    font-size: 11px;
  }
  .course-showcase__video .video-list .video img {
    height: 65%;
  }
  .course-showcase__video .video-list .video .idx {
    width: 50px;
    text-align: center;
  }
  .course-showcase__video .video-list .video .thumb-img {
    width: 100px;
    margin-right: 10px;
  }
  .course-showcase__video .video-list .video .vd-title {
    width: calc(100% - 230px);
  }
  .course-showcase__video .video-list .video .duration {
    width: 70px;
    text-align: center;
    margin-left: auto;
  }
}

/*# sourceMappingURL=course-categories.css.map */
