.home-banner.section {
  margin-bottom: 94px;
}

.banner-slider {
  position: relative;
}
.banner-slider .right-content {
  height: 100%;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  aspect-ratio: 38/18;
}
.banner-slider .right-content .date-div .date {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(113, 113, 113, 0.3);
  color: #737373;
}
.banner-slider .right-content .date-div .slider-btn.color-gray {
  color: #737373;
}
.banner-slider .right-content .date-div .slider-btn.color-gray .text {
  color: #737373 !important;
}
.banner-slider .right-content .date-div .slider-btn.color-gray:hover .text {
  color: rgb(30, 70, 230) !important;
}
.banner-slider .right-content .date-div .slider-btn.color-gray .icon {
  color: #737373;
  border: 2px solid #737373;
}
.banner-slider .right-content .date-div .slider-btn.color-gray .icon .dot::after {
  border-top: 3px solid #737373;
  border-left: 3px solid #737373;
}
.banner-slider .right-content .date-div .slider-btn.color-gray:hover .icon {
  color: rgb(30, 70, 230);
  border: 2px solid rgb(30, 70, 230);
}
.banner-slider .right-content .date-div .slider-btn.color-gray:hover .icon .dot::after {
  border-top: 3px solid rgb(30, 70, 230);
  border-left: 3px solid rgb(30, 70, 230);
}
.banner-slider .item {
  background: #fff;
  border-radius: 12px;
}
.banner-slider .item div.text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner-slider .item div.text-container .banner-tag {
  font-size: 28px;
  color: rgb(30, 70, 230);
  font-weight: 700;
}
.banner-slider .item div.text-container h3 {
  margin: 24px 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.banner-slider .item div.text-container h3 a:hover {
  color: inherit;
}
.banner-slider .item .slider-image {
  position: relative;
  aspect-ratio: 16/9;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.banner-slider .item .slider-image a {
  display: block;
  height: 100%;
  overflow: hidden;
  margin-left: -1px;
}
.banner-slider .item .slider-image .embed-responsive-16by9 {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .banner-slider .item .slider-image .embed-responsive-16by9 {
    padding-top: 55.26%;
    position: absolute;
    top: 0;
  }
}
.banner-slider .item .slider-image .opac-div {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  overflow: hidden;
}
.banner-slider .item .slider-image img {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.banner-slider .item .slider-image img.slide-image {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px;
  aspect-ratio: 16/9;
}
.banner-slider .item .slider-image:hover img {
  transform: scale(1.05);
}
@supports not (aspect-ratio: 16/9) {
  .banner-slider .item .slider-image {
    padding-top: 55.26%;
    position: relative;
  }
  .banner-slider .item .slider-image img {
    position: absolute;
    top: 0;
  }
}
.banner-slider .item .slider-image .tag-div {
  position: absolute;
  bottom: 30px;
  padding: 0;
  text-align: center;
  z-index: 4;
  right: 0px;
  top: 20px;
  width: 40%;
}
.banner-slider .item .slider-image .tag-div > span {
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.7;
  line-height: 28px;
}
.banner-slider .item .slider-image iframe {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.explore {
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.explore .bg-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  position: relative;
  aspect-ratio: 9/16;
}
@supports not (aspect-ratio: 9/16) {
  .explore .bg-img {
    padding-top: 177.77%;
  }
}
.explore .bg-img:hover {
  transform: scale(1.04);
}
.explore .bg-img:hover:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  border-radius: 12px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.explore .bg-img .icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease;
}
.explore .bg-img .icon img {
  width: 14px;
  height: auto;
  transition: all 0.3s ease;
}
.explore .bg-img .icon.dex-ex {
  top: 10px;
  right: 20px;
  transform: translateX(0);
  left: auto;
  height: 20px;
  display: none;
}
.explore .bg-img .icon.dex-ex:hover {
  opacity: 0.8;
}
.explore .bg-img .icon.expend-ex {
  display: none;
}
.explore .bg-img .icon.expend-ex:hover img {
  transform: translateY(5px);
}
.explore .bg-img .icon.show {
  display: block;
}
.explore .bg-img .icon.hide {
  display: none;
}
.explore .title {
  transition: all 1s ease;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-weight: bold;
}
.explore .title a {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.explore .title.hide {
  display: none;
}
.explore .title a .up-arrow {
  width: 20px;
  height: 20px;
  display: none;
}
.explore .feature {
  transition: all 0.3s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.explore .feature ul {
  padding-left: 0;
  margin-bottom: 0;
}
.explore .feature ul li:not(:last-child) {
  margin-bottom: 8px;
}
.explore .feature ul li a {
  color: #ffffff;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
}
.explore .feature ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.explore:hover .feature {
  opacity: 1;
}
.explore:hover .title a img {
  display: inline-block;
}

@media screen and (max-width: 1350px) {
  .banner-slider .right-content .text-container .banner-tag {
    font-size: 22px !important;
  }
  .banner-slider .right-content .text-container h3 {
    font-size: 1.2rem !important;
    margin: 12px 0 !important;
  }
  .banner-slider .right-content .date-div .date {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-slider .right-content .text-container .banner-tag {
    font-size: 17px !important;
  }
  .banner-slider .right-content .text-container h3 {
    font-size: 1rem !important;
    margin: 2px 0 !important;
  }
  .banner-slider .right-content .date-div .date {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .explore .title a {
    font-size: 20px;
  }
  .explore .bg-img:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .banner-slider .item div.text-container h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .banner-slider {
    position: relative;
  }
  .banner-slider .item {
    padding-right: 0;
    border-radius: 12px;
  }
  .banner-slider .item div.text-container {
    padding: 20px 0px;
    margin: 0px 0px 0px;
  }
  .banner-slider .item div.text-container .banner-tag {
    font-size: 24px;
  }
  .banner-slider .item div.text-container h3 {
    font-size: 18px !important;
    margin: 12px 0 0px !important;
    line-height: 28px;
    min-height: 140px;
  }
  .banner-slider .item div.text-container .slider-btn {
    display: none;
  }
  .banner-slider .item .slider-image {
    position: relative;
    margin-left: 0;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0 !important;
  }
  .banner-slider .item .slider-image iframe {
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .banner-slider .item .slider-image .opac-div {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px !important;
  }
  .banner-slider .item .slider-image img {
    border-radius: 0;
  }
  .banner-slider .item .slider-image img.slide-image {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px !important;
  }
  .banner-slider .item .slider-image .tag-div {
    bottom: 16px;
    padding: 0 16px;
    text-align: left;
  }
  .banner-slider .item .slider-image .tag-div > span {
    font-size: 16px;
    opacity: 1;
  }
  .right-content {
    aspect-ratio: inherit !important;
    padding-left: 0px !important;
  }
  .right-content .text-container .banner-tag {
    font-size: 17px !important;
  }
  .right-content .text-container h3 {
    font-size: 1rem !important;
    margin: 8px 0 !important;
  }
  .right-content .date-div .date {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
  }
  .pos-rel.p-rl {
    padding: 20px 20px 0px;
  }
  .nav-slider.new-banner-slider .owl-dots,
  .dots-slider.new-banner-slider .owl-dots {
    bottom: -30px !important;
  }
  .explore {
    aspect-ratio: 16/9;
    margin-bottom: 20px;
  }
  .explore .bg-img {
    height: auto;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 16/9;
  }
  @supports not (aspect-ratio: 16/9) {
    .explore .bg-img {
      padding-top: 56.25%;
    }
  }
  .explore .bg-img .icon.expend-ex {
    display: block;
  }
  .explore .bg-img .icon.expend-ex:hover img {
    transform: translateY(5px);
  }
  .explore .bg-img .icon.show {
    display: block;
  }
  .explore .bg-img .icon.hide {
    display: none;
  }
  .explore .title {
    bottom: auto;
    transform: translateY(-50%);
    top: 50%;
  }
  .explore .title a {
    font-size: 20px;
  }
  .explore .title.hide {
    display: none;
  }
  .explore .feature {
    display: none;
    opacity: 0;
  }
  .explore .feature ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  .explore .feature ul li a {
    font-size: 14px;
  }
  .explore .feature.show {
    display: flex;
    opacity: 1;
  }
  .explore:hover .title a img {
    display: none;
  }
  .home-banner {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .home-banner.section {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=home.css.map */