@media screen and (min-height: 768px) {
  .main-kvs-wrapper .main-kvs {
    height: 370px;
  }
}

.main-kvs-wrapper img.main-banner-img {
  height: 370px;
}

.main-kvs-wrapper .infor .ttl-kvs,
.main-kvs-wrapper .infor .ttl-kvs a {
  font-size: 35px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  color: var(--color-text-title);
  margin-bottom: 12px;
  text-transform: unset;
}

.main-kvs-wrapper .infor h2 + p {
  -webkit-line-clamp: 2;
  height: auto;
}

.main-kvs-wrapper .infor p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: var(--color-custom-gray);
}

.main-kvs-wrapper .info-other a,
.main-kvs-wrapper .info-other .tag {
  color: var(--color-custom-orange);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
  text-decoration-color: #584229;
  text-transform: uppercase;
  border-bottom: 2px solid #584229;
}

.main-kvs-wrapper .infor .read-time,
.main-kvs-wrapper .infor time {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  color: var(--color-custom-gray);
}

.main-kvs-wrapper .infor time {
  margin-left: 12px;
}

.section-keyvisual .owl-dots {
  top: 0;
  bottom: auto;
  padding-left: 0;
  position: absolute;
  transform: translateY(50%);
}

.section-keyvisual .owl-nav .owl-next,
.section-keyvisual .owl-nav .owl-prev {
  top: 0;
  border-radius: 48px;
  border: 1px solid #86756d;
  background: #302b29;
  transform: unset;
  width: max-content;
  height: auto;
  padding: 8px;
}

.section-keyvisual .owl-nav .owl-next:hover,
.section-keyvisual .owl-nav .owl-prev:hover {
  border: 1px solid var(--color-custom-orange);
  background: #503012;
}

.section-keyvisual .owl-nav .owl-next:hover img,
.section-keyvisual .owl-nav .owl-prev:hover img {
  filter: invert(58%) sepia(57%) saturate(628%) hue-rotate(352deg) brightness(105%) contrast(93%);
}

.section-keyvisual .owl-nav .owl-next {
  left: 50%;
  padding: 8px;
}

.section-keyvisual .owl-nav .owl-prev {
  left: calc(50% - 50px);
}

.section-keyvisual .owl-nav .owl-next img,
.section-keyvisual .owl-nav .owl-prev img {
  width: 24px;
  height: 24px;
  line-height: normal;
  font-size: unset;
}

.section-keyvisual .owl-nav .owl-next img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 767px) {
  #owl-carousel-main-kv {
    margin-top: 25px !important;
    padding-top: 69px;
  }

  .section-keyvisual .owl-nav .owl-next {
    right: 0;
    left: auto;
    padding: 8px;
  }

  .section-keyvisual .owl-nav .owl-prev {
    right: 50px;
    left: auto;
  }

  .main-kvs-wrapper .infor h2 + p {
    -webkit-line-clamp: 3;
    max-width: 100%;
  }

  .main-kvs-wrapper .infor-wrapper {
    padding-left: 5px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .main-kvs-wrapper .main-kvs {
    height: auto;
  }

  .main-kvs-wrapper img.main-banner-img {
    height: 192px;
  }
}
