.widget.c-news.c-news-template-3{
  position: relative;
  overflow: hidden;
  padding: clamp(75px, 12vw, 166px) 0 clamp(49px, 8vw, 83px);
}
.widget.c-news.c-news-template-3 .widget-header .widget-title{
  line-height: 125%;
}
.widget.c-news.c-news-template-3 .widget-show-all {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  color: #17B;
  text-decoration-line: underline;
  text-transform: uppercase;
  transform: translateY(-4px);

  transition: color .2s ease-out;
}
.widget.c-news.c-news-template-3 .widget-show-all:hover{
  color: #00000080;
}
.widget.c-news.c-news-template-3 .widget-show-all-mobile{
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #1177BB;
  text-decoration-line: underline;
  text-transform: uppercase;

  transition: color .2s ease-out;
}
.widget.c-news.c-news-template-3 .widget-show-all-mobile:hover{
  color: #00000080;
}
.widget.c-news.c-news-template-3 .widget-content {
  margin-top: 40px;
  padding-left: calc((100% - 1200px) / 2);
  overflow: hidden;
}
.widget.c-news.c-news-template-3 .widget-items{
  overflow: visible;
  max-width: 615px;
  margin: 0;
}
.widget.c-news.c-news-template-3 .widget-item{
  opacity: 0;
  pointer-events: none;

  transition: opacity .3s ease-out;
}
.widget.c-news.c-news-template-3 .widget-item.swiper-slide-active,
.widget.c-news.c-news-template-3 .widget-item.swiper-slide-active ~ .widget-item{
  opacity: 1;
  pointer-events: all;
}
.widget.c-news.c-news-template-3 .widget-item-wrapper {
  display: block;
  height: 100%;
  background-color: #FFF;
  overflow: hidden;
  text-decoration: none;
}
.widget.c-news.c-news-template-3 .widget-item-picture {
  display: block;
  aspect-ratio: 16 / 7.727;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-news.c-news-template-3 .widget-item-text{
  margin-top: 32px;
}
.widget.c-news.c-news-template-3 .widget-item-date {
  font-size: 16px;
  line-height: 1;
  color: #808080;
  font-weight: 400;
  margin-bottom: 14px;
}
.widget.c-news.c-news-template-3 .widget-item-name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget.c-news.c-news-template-3 .widget-item-description {
  margin-top: 15px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 136%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget.c-news.c-news-template-3 .widget-item-detail{
  margin-top: 24px;
}
.widget.c-news.c-news-template-3 .widget-item-detail-text{
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #1177BB;
  text-decoration: underline;
  text-transform: uppercase;

  transition: color .2s ease-out;
}
.widget.c-news.c-news-template-3 .widget-item:hover .widget-item-detail-text{
  color: #00000080;
}
.widget.c-news.c-news-template-3 .widget-item-detail-icon{
  display: none;
}
.widget.c-news.c-news-template-3 .widget-item-detail-icon svg circle{
  fill: transparent;
  stroke: #0080D6;

  transition: fill .2s ease-out;
}
.widget.c-news.c-news-template-3 .widget-item-detail-icon svg path{
  fill: #0080D6;

  transition: fill .2s ease-out;
}
.widget.c-news.c-news-template-3 .widget-item:hover .widget-item-detail-icon svg circle{
  fill: #0080D6;
}
.widget.c-news.c-news-template-3 .widget-item:hover .widget-item-detail-icon svg path{
  fill: #ffffff;
}

.widget.c-news.c-news-template-3 .widget-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
.widget.c-news.c-news-template-3 .widget-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
  user-select: none;
}
.widget.c-news.c-news-template-3 .widget-navigation .widget-nav {
  display: flex;
  cursor: pointer;
}
.widget.c-news.c-news-template-3 .widget-navigation .widget-nav svg rect{
  fill: transparent;
  stroke: #D8D8D8;
}
.widget.c-news.c-news-template-3 .widget-navigation .widget-nav svg path{
  stroke: #D8D8D8;
}
.widget.c-news.c-news-template-3 .widget-navigation .widget-nav svg path,
.widget.c-news.c-news-template-3 .widget-navigation .widget-nav svg rect {
  transition: .2s ease-out;
}
.widget.c-news.c-news-template-3 .widget-navigation .widget-nav:hover svg rect {
  fill: #223355;
  stroke: #223355;
}
.widget.c-news.c-news-template-3 .widget-navigation .widget-nav:hover svg path {
  stroke: #fff;
}
.widget.c-news.c-news-template-3 .widget-pagination{
  display: none;
  flex-wrap: wrap;
  width: auto;
  gap: 8px;
}
.widget.c-news.c-news-template-3 .widget-pagination .swiper-pagination-bullet{
  margin: 0;
  opacity: 1;
  width: 9px;
  height: 9px;
  background-color: #E0E0E0;

  transition: background-color .2s ease-out;
}
.widget.c-news.c-news-template-3 .widget-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #2788CF;
}

.widget.c-news.c-news-template-3 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-news.c-news-template-3 .widget-footer-button:hover,
.widget.c-news.c-news-template-3 .widget-footer-button:focus,
.widget.c-news.c-news-template-3 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-news.c-news-template-3 .widget-header {
  overflow: hidden;
}
.widget.c-news.c-news-template-3 .widget-all-container {
  display: none;
}
.widget.c-news.c-news-template-3 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-news.c-news-template-3 .widget-all-button i {
  display: none;
  font-size: 18px;
}

@media screen and (max-width: 1240px) {
  .widget.c-news.c-news-template-3 .widget-header .widget-title {
    font-size: 32px;
  }
  .widget.c-news.c-news-template-3 .widget-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1000px) {
  .widget.c-news.c-news-template-3 .widget-items{
    max-width: 500px;
  }
  .widget.c-news.c-news-template-3 .widget-navbar{
    width: calc(100vw - 40px);
  }
  .widget.c-news.c-news-template-3 .widget-navigation{
    display: none;
  }
  .widget.c-news.c-news-template-3 .widget-pagination{
    display: flex;
  }
  .widget.c-news.c-news-template-3 .widget-show-all-mobile{
    display: block;
  }
  .widget.c-news.c-news-template-3 .widget-show-all{
    display: none;
  }
  .widget.c-news.c-news-template-3 .widget-item{
    opacity: 1;
    pointer-events: all;
  }
  .widget.c-news.c-news-template-3 .widget-item-text {
    margin-top: 27px;
  }
  .widget.c-news.c-news-template-3 .widget-item-date{
    font-size: 14px;
    margin-bottom: 18px;
  }
  .widget.c-news.c-news-template-3 .widget-item-name{
    font-size: 18px;
    line-height: 128%;
  }
  .widget.c-news.c-news-template-3 .widget-item-description{
    -webkit-line-clamp: 3;
    line-height: 152%;
  }
  .widget.c-news.c-news-template-3 .widget-item-detail {
    margin-top: 23px;
  }
  .widget.c-news.c-news-template-3 .widget-item-detail-text{
    display: none;
  }
  .widget.c-news.c-news-template-3 .widget-item-detail-icon{
    display: flex;
  }
}
@media all and (max-width: 600px) {
  .widget.c-news.c-news-template-3 .widget-header .widget-title{
    font-size: 28px;
  }
  .widget.c-news.c-news-template-3 .widget-content{
    margin-top: 34px;
  }
  .widget.c-news.c-news-template-3 .widget-items{
    max-width: 100%;
  }
  .widget.c-news.c-news-template-3 .widget-navbar{
    margin-top: 38px;
  }
}

/*# sourceMappingURL=style.css.map */