.pab {
  z-index: 0;
  position: relative;
  width: 100%;
  min-height: 200px;
}

.pab__header {
  margin: 4.6rem 0;
  font-size: 3.9rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-aqua);
}

.pab__flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.pab__left {
  max-width: 224px;
}

.pab__left .about__right-img {
  min-width: 224px;
}

.pab__left img {
  max-width: 100%;
}

.pab__right {
  margin-left: 4.5rem;
}

.pab__pos-text {
  margin-top: 2rem;
  column-width: calc(50% - 5rem);
  column-count: 2;
  column-gap: 5rem;
  line-height: 1.6;
}


.pab__pos-text ul {
  list-style: none;
}

.pab__pos-text ol {
  margin-top: 50px;
}

.pab__pos-text ul>li {
  position: relative;
  padding: 0 0 1.5rem 1.1rem;
}

.pab__pos-text ul>li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-aqua);
}

.pab__pos-text ol {
  list-style: none;

}

.pab__pos-text ol>li {
  position: relative;
  padding: 0 0 1.5rem 3rem;
  font-size: 1.5rem;
}

.pab__pos-text ol>li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  position: absolute;
  top: -3px;
  left: 0;
  font-weight: 900;
  font-size: 1.8rem;
  color: var(--color-aqua);
}

.pab__news {
  z-index: 0;
  position: relative;
  width: 100%;
  background: var(--color-white);
  padding: 1rem 0 0rem 0;
}

.pab__year-slider {
  display: flex;
  justify-content: space-between;
  transition: .2s;
  filter: grayscale(0%);
  padding: 0 15px;
}
.pab__year-slider .slick-track {
  padding-bottom: 5px;
}

@media (min-width: 1150px) {
  /* .pab__year-slider .slick-track {
    transform: none !important;
  } */

  .slider__prev {
    left: -30px;
  }

  .slider__next {
    right: -30px;
  }
}



.pab__year-item {
  /* width: 42px; */
  display: flex !important;
  justify-content: center;
}


.pab__year-num {
  position: relative;
  cursor: pointer;
  height: 105px;
  letter-spacing: 2px;
  font-size: 1rem;
  color: var(--color-aqua);
  padding-top: 38px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}

.pab__year-num::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-aqua);
}

.pab__year-item.slick-current .pab__year-num::after {
  width: 15px;
  height: 15px;
  top: -2px;
  left: 10px;
  background: var(--color-aqua);
  border: 0;
}

.pab__year-slider .pab__year-item:first-child .pab__year-num::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 5px;
  left: -1500px;
  width: 3000px;
  height: 1px;
  background: var(--color-dark-gray);
}

.pab__year-item.slick-current .pab__year-num {
  font-size: 25px;
  font-weight: 500;
}

.pab__news-slider {
  max-height: 770px;
  min-height: 680px;
  width: 100%;
}

.pab__news-slider .slick-arrow {
  top: -85px;
}

.pab__news-item {
  min-height: 550px !important;
}

.pab__news-header {
  font-size: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-aqua);
  margin: 4rem 0 3.75rem 0;
}

.pab__nitem-flex {
  display: flex;
}

.pab__nitem-l {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 600px;
  max-height: 500px;
}

.pab__nitem-l img {
  max-width: 538px;
  max-height: 331px;
  filter: brightness(.95);
  background: #fff;
  width: 100%;
  object-fit: contain;
}

.pab__nitem-l::before {
  content: '';
  z-index: -1;
  opacity: .5;
  position: absolute;
  bottom: -43px;
  left: 200px;
  width: 390px;
  height: 274px;
  background: url('../../images/bg-55.png');
}

.pab__nitem-r {
  margin: 0 3rem 0 2rem;
  font-size: 16px;
  overflow: auto;
  max-height: 630px;
  text-align: justify;
}

.pab__nitem-r ul {
  font-size: 13px;
}

.pab__nitem-r img {
  max-height: 220px;
}


.pab__extra {
  z-index: 0;
  position: relative;
  padding: 0rem 0 7rem 0;
}

.pab__extra-flex {
  display: flex;
  justify-content: space-between;
}

.pab__extra-l {
  min-width: 372px;
  max-width: 372px;
}

.pab__extra-r {
  margin-left: 5rem;
}

.pab__extra-image {
  position: relative;
  width: 100%;
  margin-top: 3.5rem;
}

.pab__extra-image img {
  max-width: 100%;
}

.pab__extra-image::before {
  content: '';
  z-index: -1;
  opacity: .5;
  position: absolute;
  bottom: -52px;
  left: -59px;
  width: 336px;
  height: 274px;
  background: url('../../images/bg-55.png');
}

.pab__news ul {
  padding: 0 0 20px 20px
}

.pab__year-slider button {
  opacity: 0;
}
