body {
  background: #F8F9FA;
}

@keyframes newsFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes newsBannerFloat {
  0% {
    transform: scale(1.02) translateY(0);
  }
  50% {
    transform: scale(1.06) translateY(-8px);
  }
  100% {
    transform: scale(1.02) translateY(0);
  }
}

.uw-newss {
  padding-bottom: clamp(35px, 5.7142857143vw, 80px);
}
.uw-swiper__media {
  overflow: hidden;
}
.uw-swiper__media img {
  animation: newsBannerFloat 9s ease-in-out infinite;
  transform-origin: center center;
}

.uw-newss {
  padding-bottom: clamp(35px, 5.7142857143vw, 80px);
}
.uw-newss__menu, .uw-newss__list .item, .uw-newss__pagination {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.uw-newss__menu.is-visible, .uw-newss__list .item.is-visible, .uw-newss__pagination.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.uw-newss__menu {
  background: #FFFFFF;
  box-shadow: 4px 10px 12px 0px rgba(174, 194, 231, 0.3);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #FFFFFF;
  gap: clamp(12px, 1.7142857143vw, 24px);
  padding: clamp(22px, 3.1428571429vw, 44px);
  position: relative;
  top: calc(-1 * clamp(22px, 3.1428571429vw, 44px));
}
@media (max-width: 991px) {
  .uw-newss__menu {
    justify-content: flex-start;
  }
}
.uw-newss__menu a {
  padding: clamp(9px, 1.2857142857vw, 18px) clamp(24px, 3.4285714286vw, 48px);
  border: 2px solid #333333;
  flex-shrink: 0;
  font-weight: 500;
  font-size: clamp(14px, 1.2857142857vw, 18px);
  color: #333333;
  display: flex;
  align-items: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.uw-newss__menu a img {
  display: block;
}
.uw-newss__menu a img.selsec {
  display: none;
}
.uw-newss__menu a img {
  margin-right: clamp(6px, 0.8571428571vw, 12px);
}
.uw-newss__menu a.active {
  background: #0070F2;
  color: #FFF;
  border-color: #0070F2;
}
.uw-newss__menu a.active img {
  display: none;
}
.uw-newss__menu a.active img.selsec {
  display: block;
}
.uw-newss__menu a:hover {
  background: #0070F2;
  color: #FFF;
  border-color: #0070F2;
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(0, 112, 242, 0.18);
}
.uw-newss__menu a:hover img {
  display: none;
}
.uw-newss__menu a:hover img.selsec {
  display: block;
}
.uw-newss__menu {
  overflow-x: auto;
}
.uw-newss__menu::-webkit-scrollbar {
  display: none;
}
.uw-newss__list {
  gap: clamp(12px, 1.7142857143vw, 24px);
}
.uw-newss__list .item {
  background-color: #fff;
  padding: clamp(14px, 2vw, 28px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  border: 1px solid transparent;
}
.uw-newss__list .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(24, 62, 110, 0.12);
  border-color: rgba(0, 112, 242, 0.18);
}
.uw-newss__list .item .left {
  flex: 1;
}
@media (max-width: 767px) {
  .uw-newss__list .item .left {
    flex-direction: column-reverse;
  }
}
.uw-newss__list .item .left .time {
  display: none;
}
@media (max-width: 767px) {
  .uw-newss__list .item .left .lefts {
    display: none;
  }
  .uw-newss__list .item .left .time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
  .uw-newss__list .item .left .time p {
    font-weight: 400;
    font-size: 12px;
    color: #9CA3AF;
  }
  .uw-newss__list .item .left .time img {
    margin-left: auto;
    width: 32px;
    height: 3px;
  }
}
.uw-newss__list .item .left .lefts {
  margin-right: clamp(24px, 3.4285714286vw, 48px);
}
.uw-newss__list .item .left .lefts h2 {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  color: #333333;
  line-height: 1.2;
}
.uw-newss__list .item .left .lefts p {
  font-weight: 500;
  font-size: clamp(12px, 1vw, 14px);
  color: #666666;
}
.uw-newss__list .item .left .lefts img {
  width: 67px;
  height: 7px;
  margin-left: 0;
  margin-top: clamp(20px, 2.8571428571vw, 40px);
  transition: transform 0.35s ease;
}
.uw-newss__list .item .left .in h4 {
  font-weight: 500;
  font-size: clamp(15px, 1.7142857143vw, 24px);
  color: #333333;
  transition: color 0.3s ease;
}
.uw-newss__list .item .left .in .label {
  font-weight: 400;
  font-size: 12px;
  color: #0070F2;
  margin: clamp(10px, 1.4285714286vw, 20px) 0;
  display: block;
}
.uw-newss__list .item .left .in p {
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
  color: #666666;
}
.uw-newss__list .item img {
  flex-shrink: 0;
  width: clamp(184px, 26.2857142857vw, 368px);
  height: clamp(110px, 15.7142857143vw, 220px);
  margin-left: clamp(20px, 2.8571428571vw, 40px);
  transition: transform 0.4s ease;
}
.uw-newss__list .item:hover .left .lefts img {
  transform: translateX(6px);
}
.uw-newss__list .item:hover .left .in h4 {
  color: #0070F2;
}
.uw-newss__list .item:hover > img {
  transform: scale(1.04);
}
@media (max-width: 767px) {
  .uw-newss__list .item {
    flex-direction: column-reverse;
  }
  .uw-newss__list .item > img {
    width: 100%;
    height: 195px;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.uw-newss__pagination {
  gap: clamp(8px, 1.4285714286vw, 20px);
  margin-top: clamp(24px, 3.4285714286vw, 48px);
}
.uw-newss__pagination a {
  width: clamp(28px, 2.7142857143vw, 38px);
  height: clamp(28px, 2.7142857143vw, 38px);
  line-height: clamp(28px, 2.7142857143vw, 38px);
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.uw-newss__pagination a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(24, 62, 110, 0.12);
  border-color: #0070F2;
  color: #0070F2;
}
.uw-newss__pagination a.active {
  background: #0070F2;
  color: #FFF;
  border-color: #0070F2;
}
.uw-newss__pagination a.per, .uw-newss__pagination a.next {
  width: clamp(48px, 4.7142857143vw, 66px);
  height: clamp(28px, 2.7142857143vw, 38px);
  line-height: clamp(28px, 2.7142857143vw, 38px);
}

@media (prefers-reduced-motion: reduce) {
  .uw-swiper__media img {
    animation: none;
  }
  .uw-newss__menu,
  .uw-newss__list .item,
  .uw-newss__pagination {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .uw-newss__menu a,
  .uw-newss__list .item,
  .uw-newss__list .item .left .lefts img,
  .uw-newss__list .item .left .in h4,
  .uw-newss__list .item > img,
  .uw-newss__pagination a {
    transition: none;
  }
}/*# sourceMappingURL=news.css.map */