<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-column-button-prev,
.swiper-column-button-next {
  position: relative;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 5px;
  left: unset;
  right: unset;
}

.swiper-column-button-next {
  background: url("../images/icon/icon-arrow-slide-right-w.svg") no-repeat center center;
}

.swiper-column-button-prev {
  background: url("../images/icon/icon-arrow-slide-left-w.svg") no-repeat center center;
}

.swiper-column-button-next:after,
.swiper-column-button-prev:after {
  display: none;
}

.swiper-headline-button-prev,
.swiper-headline-button-next {
  position: relative;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 5px;
  left: unset;
  right: unset;
}

.swiper-headline-button-next {
  background: url("../images/icon/icon-arrow-slide-right-w.svg") no-repeat center center;
}

.swiper-headline-button-prev {
  background: url("../images/icon/icon-arrow-slide-left-w.svg") no-repeat center center;
}

.swiper-headline-button-next:after,
.swiper-column-button-prev:after {
  display: none;
}

.optional-menu-view {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  display: flex;
  justify-content: center;



  @media screen and (max-width: 570px) {
    justify-content: flex-start;
  }
}

.optional-menu {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: rgb(214, 87, 44);
  border: 1px solid rgb(214, 87, 44);
  padding: 3px;
  overflow-x: auto;
  width: fit-content;

  .items {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: "True Bold";
    font-size: 21px;
    padding: 0 8px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s;
    white-space: pre;

    &amp;:hover,
    &amp;.active {
      background: #ffffff;
      color: rgb(214, 87, 44);
    }
  }
}

.youtube-video {
  position: relative;
  width: 100%;

  &gt;a {
    display: block;
    height: 100%;

    &gt;img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }

  .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    object-fit: contain;
  }
}

.item-blog-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;

  &amp;:hover .bg-img {
    transform: scale(1.1);
  }

  a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease 0s;
  }

  .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
    top: 0;
    background: linear-gradient(180deg,
        rgba(51, 51, 51, 0) 64.73%,
        rgba(51, 51, 51, 0.8) 100%);

    &amp;.blue {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #0e4174 100%);
    }

    &amp;.green {
      background: linear-gradient(180deg,
          rgba(52, 171, 112, 0) 67.53%,
          rgba(52, 171, 112, 0.9) 100%);
    }

    &amp;.orange {
      background: linear-gradient(180deg,
          rgba(238, 95, 48, 0) 67.21%,
          rgba(238, 95, 48, 0.8) 100%);
    }
  }

  .detail {
    position: absolute;
    z-index: 2;
    padding: 25px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;

    .title {
      font-size: 36px;
      line-height: 36px;
      color: white;
      font-weight: bold;
    }

    .time {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: none;

      span {
        color: white;
      }
    }

    .tag {
      width: fit-content;
    }

    @media (max-width: 1024px) {
      .title {
        font-size: 30px;
        line-height: 30px;
      }
    }

    @media (max-width: 767px) {
      padding: 10px 20px !important;

      .title {
        font-size: 28px;
        line-height: 28px;
      }
    }


  }
}

.info-graphic {
  width: 285px !important;
  height: 370px !important;
  flex: none;
  border-radius: 15px;
  overflow: hidden;
  flex: none;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

.full-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}</pre></body></html>