@charset "utf-8";
@media screen and (max-width:768px) {
  .pageHead {
    padding-bottom: 16px;
    border: none
  }
}

.news .layout {
  display: flex;
  justify-content: space-between
}

.news .layout .left {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px
}

.news .sticky {
  margin-top: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px
}

.news__tags {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.news__tag {
  color: #777a7d;
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .75px;
  cursor: pointer
}

.news__parent {
  position: relative
}

.news__parent.on::before {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(90deg);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='9' viewBox='0 0 7 9' fill='none'%3E%3Cpath d='M7 4.5L0 9L3.53316e-07 0L7 4.5Z' fill='%230068B7'/%3E%3C/svg%3E");
  width: 7px;
  height: 9px;
  display: inline-block
}

.news__tag.on .news__parent,
.news__parent.on,
.news__year.on,
.news__parent:hover,
.news__year:hover {
  color: #0068b7
}

.news__parent.current {
  color: #0068b7
}

.news__years {
  display: none
}

.news__year {
  position: relative;
  margin-top: 12px;
  margin-left: 20px
}

.news__year:hover::before,
.news__parent:hover::before {
  position: absolute;
  top: 30%;
  left: -15px;
  transform: translateY(-50%);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='9' viewBox='0 0 7 9' fill='none'%3E%3Cpath d='M7 4.5L0 9L3.53316e-07 0L7 4.5Z' fill='%230068B7'/%3E%3C/svg%3E");
  width: 7px;
  height: 9px;
  display: inline-block
}

.news__year.on::before {
  position: absolute;
  top: 30%;
  left: -15px;
  transform: translateY(-50%);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='9' viewBox='0 0 7 9' fill='none'%3E%3Cpath d='M7 4.5L0 9L3.53316e-07 0L7 4.5Z' fill='%230068B7'/%3E%3C/svg%3E");
  width: 7px;
  height: 9px;
  display: inline-block
}

.news__btn {
  border-radius: 40px;
  border: 1px solid #0068b7;
  display: flex;
  padding: 16px 40px 16px 24px;
  align-items: center;
  gap: 16px;
  color: #0068b7;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .75px
}

.news .layout .right {
  width: 45%;
  min-width: 670px
}

.news__link {
  display: flex;
  flex-direction: column;
  padding: 20px 8px;
  border-bottom: 1px solid #0068b7
}

.news__wrap {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%
}

.news__categoryWrap {
  display: flex;
  gap: 8px
}

.news__date {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .75px
}

.news__category {
  color: #777a7d;
  font-size: 12px;
  line-height: 100%;
  border-radius: 20px;
  background: #fafafa;
  padding: 6px 10px
}

.news__text {
  margin-top: 8px;
  overflow: hidden;
  color: #001223;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 156%;
  letter-spacing: .75px;
  transition: 0.3s ease
}

.news__link:hover .news__text {
  color: #0068b7
}

.page-navigation {
  margin-top: 32px
}

.wp-pagenavi {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: start;
  gap: 8px
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 32px;
  height: 32px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777a7d;
  text-align: center;
  font-family: var(--font-latin) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .75px;
  border: none !important;
  transition: 0.3s ease;
  margin: 0 !important
}

.wp-pagenavi .extend {
  letter-spacing: -3px
}



.wp-pagenavi a:hover {
  color: #0068b7
}

.wp-pagenavi .current {
  color: #0068b7;
  border: none
}

@media screen and (max-width:768px) {
  .news .layout {
    flex-direction: column
  }

  .news .layout .left {
    width: 100%;
    gap: 30px;
    margin-bottom: 32px
  }

  .news .layout .right {
    width: 100%;
    min-width: auto
  }

  .news__tags {
    display: none
  }

  .news__mobile-filter {
    display: block;
    width: 70%
  }

  .news__select-wrapper {
    position: relative
  }

  .news__select {
    appearance: none;
    width: 100%;
    padding: 12px 16px 12px 12px;
    background-color: #fafafa;
    font-size: 14px;
    color: #777a7d;
    cursor: pointer;
    font-family: var(--font-strong) !important
  }

  .news__select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #777a7d;
    pointer-events: none
  }

  .news__list .news__listIn:first-child .news__link {
    border-top: 1px solid #0068b7
  }

  .news__category {
    font-size: 12px
  }

  .wp-pagenavi {
    justify-content: center;
    gap: 8px
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 28px;
    height: 28px;
    font-size: 13px
  }
}

.news__mobile-filter {
  display: none
}

.news__empty {
  padding: 80px 0
}

@media screen and (max-width:768px) {
  .news__pc-filter {
    display: none
  }

  .news__mobile-filter {
    display: block
  }

  .news__empty {
    text-align: center
  }
}

.single .news__wrap {
  margin-top: 16px
}

.single .mainContent {
  margin-top: 20px
}

.single .mainContent p:empty {
  height: 32px
}

.single .mainContent p {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: .75px
}

.single .mainContent h3 {
  font-size: 22px;
  line-height: 128%;
  letter-spacing: 1.1px
}

.single .mainContent h4 {
  font-size: 17px;
  line-height: 160%;
  letter-spacing: .85px
}

.single .mainContent ul {
  padding-left: 20px
}

.single .mainContent li {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: .75px;
  list-style: disc
}

.single .mainContent a {
  color: #0068b7;
  text-decoration: underline;
  letter-spacing: 0;
  transition: 0.3s ease
}

.single .mainContent a:hover {
  opacity: .6
}

.single .back-btn {
  margin-top: 60px;
  width: fit-content;
  display: flex;
  padding: 16px 32px 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 40px;
  border: 1px solid #0068b7;
  font-family: var(--font-strong);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .7px;
  transition: 0.3s ease
}

.single .back-btn:hover {
  color: #0068b7
}

.single .back-btn svg {
  transition: 0.3s ease
}

.single .back-btn:hover svg {
  transform: translateX(-3px)
}

@media screen and (max-width:768px) {
  .single .pageHead {
    border-bottom: 1px solid #0068b7;
    padding-bottom: 32px
  }

  .single .news__wrap {
    flex-direction: row;
    align-items: baseline;
    gap: 20px
  }

  .single .mainContent {
    margin-top: 32px
  }

  .single .back-btn {
    margin-top: 32px
  }
}