.irPage__latest-info {
  padding: 30px 0 32px;
}
@media screen and (min-width: 768px) {
  .irPage__latest-info {
    padding: 53px 0 60px;
  }
}

.irPage__latest-heading {
  position: relative;
  border-radius: 5px;
  background-color: #ECF0F0;
  padding: 18px 10px;
  padding-right: 27px;
  width: 100%;
  color: #0B1F64;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .irPage__latest-heading {
    padding: 26px;
    padding-right: 74px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irPage__latest-heading {
    padding-right: 31px;
  }
}

.irPage__latest-heading .bold {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .irPage__latest-heading .ml {
    margin-left: 10px;
  }
}

.irPage__latest-heading::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .irPage__latest-heading::before {
    right: 50%;
    transform: translate(3750%, -38%) rotate(45deg);
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irPage__latest-heading::before {
    transform: translate(4060%, -38%) rotate(45deg);
  }
}

.irPage__latest-heading::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #ECF0F0;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .irPage__latest-heading::after {
    right: 50%;
    transform: translate(945%, -47%);
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irPage__latest-heading::after {
    transform: translate(1020%, -47%);
  }
}

.irPage__latest-info a {
  display: block;
}

.irPage__latest-info a:hover {
  opacity: 1;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .irPage__latest-info a:hover .irPage__latest-heading::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .irPage__latest-info a:hover .irPage__latest-heading::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}

.irPage__news-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 1440px) {
  .irPage__news-wrapper {
    margin-top: 86px;
  }
}

.irPage__aside {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .irPage__aside {
    margin-top: 35px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irPage__aside {
    margin-top: 7px;
  }
}


.irPage .card__img._1 img {
  -o-object-fit: cover;
  -o-object-position: 0 -9px;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/140;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -24px;
}
@media screen and (min-width: 768px) {
  .irPage .card__img._1 img {
    -o-object-position: left;
    /* aspect-ratio: 221/197; */
    aspect-ratio: 377/197;
    object-position: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irPage .card__img._1 img {
    aspect-ratio: 377/197;
  }
}


.cat {
  display: inline-block;
  margin-top: 4px;
  border-radius: 2px;
  padding: 0 16px 2px;
  width: 97px;
  color: #FFF;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.irNews .cat {
  margin-top: 0;
}

.cat._news {
  background-color: #C52C30;
}

.cat._timely {
  background-color: #318FBD;
}

.cat._ir {
  background-color: #406C51;
}

.irAside {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .irAside {
    width: clamp(220px, 31.5%, 370px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irAside {
    width: clamp(220px, 31.5%, 376px);
  }
}

.irAside__info-item {
  transition: all 0.3s ease-in 0s;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #0B1F64;
}
@media screen and (min-width: 768px) {
  .irAside__info-item:hover {
    border: 1px solid #0B1F64;
    background-color: #FFF;
  }
  .irAside__info-item:hover.irAside__info-item a span {
    color: #0B1F64;
  }
  .irAside__info-item:hover.irAside__info-item a img._white {
    display: none;
  }
  .irAside__info-item:hover.irAside__info-item a img._blue {
    display: block;
  }
}

.irAside__info-item:not(:first-of-type) {
  margin-top: 18px;
}
.irAside__info-item a {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.irAside__info-item a:hover {
  opacity: 1;
}

.irAside__info-item._1 a {
  padding: 13px 22px 21px;
}
.irAside__info-item._2 a {
  padding: 13px 22px 21px;
}
@media screen and (min-width: 768px) {
  .irAside__info-item._2 a {
    padding: 26px 22px 30px;
  }
}

.irAside__info-item a span {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .irAside__info-item a span {
    font-size: 18px;
    line-height: 1.3;
  }
}

.irAside__info-item a span br.display {
  display: none;
}
@media screen and (min-width: 768px) {
  .irAside__info-item a span br.display {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irAside__info-item a span br.display {
    display: none;
  }
}

.irAside__info-item a .fz13 {
  font-size: 13px;
}
.irAside__info-item a img._white {
  display: block;
  width: 19px;
}
.irAside__info-item a img._blue {
  display: none;
  width: 19px;
}
.irAside__ranking {
  margin-top: 35px;
}
.irAside__heading {
  color: #0B1F64;
  font-size: 18px;
}
.irAside__rank-list {
  margin-top: 4px;
  border-bottom: 1px solid #ECF0F0;
}
.irAside__rank-item a {
  display: block;
  position: relative;
  padding: 9px 15px 8px;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
}
.irAside__rank-item a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 7px;
  height: 7px;
  content: "";
}
@media screen and (min-width: 768px) {
  .irAside__rank-item a::before {
    width: 7px;
    height: 7px;
  }
}

.irAside__rank-item a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ECF0F0;
  width: 100%;
  height: 1px;
  content: "";
}

.irDetail {
  background-image: url(./../img/ir-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 53px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .irDetail {
    padding: 96px 0 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irDetail {
    padding: 96px 0 97px;
  }
}

@media screen and (min-width: 768px) {
  .irDetail__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .irDetail__inner {
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .irDetail__inner {
    margin-top: -30px;
  }
}

.irDetail__lists {
  border-radius: 5px;
  background-color: #FFF;
  padding: 5px 20px 27px;
}
@media screen and (min-width: 768px) {
  .irDetail__lists {
    margin-top: 32px;
    padding: 6px 29px 41px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .irDetail__lists {
    margin-top: 40px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .irDetail__lists {
    margin-top: 30px;
    padding: 6px 29px 25px;
  }
}

.irDetail__lists:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .irDetail__lists:not(:first-of-type) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .irDetail__lists:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .irDetail__lists:not(:first-of-type) {
    margin-top: 30px;
  }
}

.irDetail__title {
  border-bottom: 1px solid #ECF0F0;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.irDetail__title img {
  width: 36px;
}
@media screen and (min-width: 768px) {
  .irDetail__title img {
    width: 43px;
  }
}

.irDetail__title a {
  display: inline-block;
  margin-left: 11px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .irDetail__title a {
    margin-left: 19px;
  }
}

.irDetail__listWrap {
  display: flex;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .irDetail__listWrap {
    margin-top: 22px;
  }
}

.irDetail__list._co1 {
  width: 100%;
}
.irDetail__list._col2 {
  width: 50%;
}
.irDetail__item a {
  display: block;
  position: relative;
  padding: 5px 15px;
  padding-right: 10px;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .irDetail__item a {
    padding: 6px 15px;
  }
}

.irDetail__item a::before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 7px;
  height: 7px;
  content: "";
}
@media screen and (min-width: 768px) {
  .irDetail__item a::before {
    top: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irDetail__item a::before {
    top: 50%;
  }
}

@media screen and (min-width: 768px) {
  .irDetail__item a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}


@media screen and (min-width: 1440px) {
  .irDetail__item a br.display {
    display: none;
  }
}

.irNews {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .irNews {
    width: clamp(470px, 64%, 788px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irNews {
    width: clamp(470px, 66%, 788px);
  }
}

.irNews__headingWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECF0F0;
  padding-bottom: 5px;
}
.irNews__heading {
  color: #0B1F64;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.irNews__linkTitle {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .irNews__linkTitle {
    margin-top: 9px;
  }
}

.irNews .newsItem__btn {
  margin-top: -8px;
}
.irNews__tab {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  border-bottom: 1px solid #ECF0F0;
}
@media screen and (min-width: 768px) {
  .irNews__tab {
    margin-top: 31px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .irNews__tab {
    border: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .irNews__tab {
    margin-top: 25px;
  }
}

.irNews__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 24px) / 4);
  height: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .irNews__title {
    width: 25%;
    height: 66px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .irNews__title {
    border-bottom: 3px solid #ECF0F0;
    background-color: transparent;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .irNews__title {
    height: 52px;
  }
}

.irNews__title.current {
  border-bottom: 3px solid #0B1F64;
  background-color: transparent;
  color: #0B1F64;
  font-weight: 700;
}

.irNews__title a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  height: 50px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .irNews__title a {
    height: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .irNews__title a {
    padding: 0 20px 0px;
  }
}

@media screen and (min-width: 768px) {
  .irNews__title a:hover {
    border-bottom: 3px solid #0B1F64;
    background-color: transparent;
    color: #0B1F64;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .irNews__title a:hover {
    transform: translateY(3px);
  }
}

@media screen and (min-width: 1280px) {
  .irNews__title a br {
    display: none;
  }
}

.irNews .newsItem__pdf {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .irNews .newsItem__pdf {
    margin-top: 6px;
    max-width: 544px;
    font-size: 16px;
    line-height: 1.68;
  }
}

.irNews .newsItem__list {
  display: none;
  opacity: 0;
}
.irNews .newsItem__list.js-active {
  -webkit-animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  display: block;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-name: displayAnime;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.irNews .newsItem__item {
  border-bottom: 1px solid #D9E1E1;
  padding: 18px 0 19px;
}
@media screen and (min-width: 768px) {
  .irNews .newsItem__item {
    padding: 20px 0 21px;
  }
}

.newsItem {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsItem {
    width: calc((100% - 30px) / 2);
    max-width: 575px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .newsItem {
    width: calc((100% - 48px) / 2);
  }
}

.newsItem__heading {
  border-bottom: 1px solid #0B1F64;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .newsItem__heading {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsItem__heading {
    padding-bottom: 19px;
  }
}

.newsItem__heading .main {
  display: inline-block;
  color: #0B1F64;
  font-weight: 700;
  font-size: 22px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .newsItem__heading .main {
    display: block;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsItem__heading .main {
    display: inline-block;
  }
}

.newsItem__heading .sub {
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .newsItem__heading .sub {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsItem__heading .sub {
    display: inline-block;
  }
}

.newsItem__info {
  display: flex;
  align-items: center;
}
.newsItem__date {
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.newsItem__cat {
  margin-left: 20px;
}
.newsItem__pdf a {
  display: inline-block;
  color: #0B1F64;
}
@media screen and (min-width: 768px) {
  .newsItem__pdf a {
    transition: all 0.3s ease-in 0s;
  }
}

@media screen and (min-width: 768px) {
  .newsItem__pdf a:hover,
.newsItem__btn a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.newsItem__btn {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .newsItem__btn {
    margin-top: 9px;
  }
}

.newsItem__btn a {
  display: inline-block;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .newsItem__btn a {
    transition: all 0.3s ease-in 0s;
  }
}

.newsItem__btn a::before {
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 8px;
  margin-bottom: 4px;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}

.irPage .linkBtn {
  padding: 47px 0 76px;
}
@media screen and (min-width: 768px) {
  .irPage .linkBtn {
    padding: 63px 0 130px;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn__inner {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    -moz-column-gap: 20px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 33px;
  }
  .linkBtn__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .linkBtn__inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .linkBtn__inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .linkBtn__inner {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.linkBtn__item {
  display: block;
  position: relative;
  transition: font-weight 0.3s ease-in 0s;
  border-radius: 5px;
  background-color: #ECF0F0;
  padding: 20px;
  width: 100%;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .linkBtn__item {
    padding: 28px 30px;
    padding-right: 48px;
    font-size: 18px;
  }
}

.linkBtn__item._none {
  display: flex;
  align-items: center;
  position: static;
  padding-right: 23px;
}

.linkBtn__item._none img {
  margin-right: 0;
  margin-left: auto;
  width: 19px;
}

.linkBtn__item:not(:first-of-type) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .linkBtn__item:not(:first-of-type) {
    margin: 0;
  }
}

.linkBtn__item span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::before {
    top: 43px;
    right: 29px;
    width: 7px;
    height: 7px;
  }
}

.linkBtn__item span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #ECF0F0;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::after {
    top: 43px;
    width: 29px;
    height: 29px;
  }
}

.linkBtn__item._none span::before,
.linkBtn__item._none span::after {
  content: none;
}

.linkBtn__item:hover {
  opacity: 1;
  font-weight: 700;
}
.linkBtn__item:hover span.reverse::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.linkBtn__item:hover span.reverse::after {
  border: 1px solid #FFF;
  background-color: #0B1F64;
}

.linkTitle a {
  display: flex;
  position: relative;
  align-items: baseline;
  padding: 0 0 0 0.8em;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .linkTitle a {
    transition: all 0.3s ease-in 0s;
  }
}

.linkTitle a::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotate(45deg);
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}

.service .linkTitle a::before {
  margin-bottom: 2px;
  width: 7px;
  height: 7px;
}

@media screen and (min-width: 768px) {
  .linkTitle a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.linkTitle._cat a {
  text-transform: capitalize;
}

.linkTitle._cat a span {
  display: block;
}

.linkTitle img {
  margin-left: 10px;
  width: 19px;
}

.mv {
  position: relative;
  height: 386px;
}
.mv__inner {
  background: linear-gradient(180deg, #0f93a7 0%, #0f93a7 15%, #0b1f64 100%);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 28px;
  height: 302px;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    height: 500px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mv__inner {
    height: 450px;
  }
}

.mv__text {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 0 20px;
  width: 100%;
  max-width: 326px;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .mv__text {
    bottom: -116px;
    margin: 0 auto;
    padding: 0 28px;
    max-width: 512px;
    font-size: 24px;
  }
}

.mv__body {
  margin: 0 auto;
  padding: 0 20px 42px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv__body {
    padding: 0 30px 98px;
  }
}

.mv__heading {
  margin-top: 114px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__heading {
    margin-top: 172px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mv__heading {
    margin-top: 198px;
  }
}

.mv__heading .sub {
  display: block;
  color: #009BB1;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .mv__heading .sub {
    font-size: 18px;
  }
}

.mv__heading .main {
  display: inline-block;
  margin-top: 12px;
  padding: 0 10px;
  color: #0B1F64;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .mv__heading .main {
    padding: 0;
    font-size: 30px;
  }
}

.mv__btn {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .mv__btn {
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mv__btn {
    margin-top: 32px;
  }
}

.mvUnder {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .mvUnder {
    height: 350px;
  }
}

.mvUnder__heading {
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .mvUnder__heading {
    font-size: 32px;
  }
}

.newsItem {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsItem {
    width: calc((100% - 30px) / 2);
    max-width: 575px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .newsItem {
    width: calc((100% - 48px) / 2);
  }
}

.newsItem__heading {
  border-bottom: 1px solid #0B1F64;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .newsItem__heading {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsItem__heading {
    padding-bottom: 19px;
  }
}

.newsItem__heading .main {
  display: inline-block;
  color: #0B1F64;
  font-weight: 700;
  font-size: 22px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .newsItem__heading .main {
    display: block;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsItem__heading .main {
    display: inline-block;
  }
}

.newsItem__heading .sub {
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .newsItem__heading .sub {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsItem__heading .sub {
    display: inline-block;
  }
}

.newsItem__item {
  border-bottom: 1px solid #D9E1E1;
  padding: 18px 0 19px;
}
@media screen and (min-width: 768px) {
  .newsItem__item {
    padding: 18px 0 20px;
  }
}

.newsItem__info {
  display: flex;
  align-items: center;
}
.newsItem__date {
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.newsItem__cat {
  margin-left: 20px;
}
.newsItem__pdf {
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .newsItem__pdf {
    margin-top: 6px;
    max-width: 544px;
    font-size: 16px;
    line-height: 1.68;
  }
}

.newsItem__pdf a {
  display: inline-block;
  color: #0B1F64;
}
@media screen and (min-width: 768px) {
  .newsItem__pdf a {
    transition: all 0.3s ease-in 0s;
  }
}

@media screen and (min-width: 768px) {
  .newsItem__pdf a:hover,
.newsItem__btn a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.newsItems {
  background-color: #ECF0F0;
  padding: 26px 0 55px;
}
@media screen and (min-width: 768px) {
  .newsItems {
    padding: 93px 0 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsItems {
    padding: 70px 0 90px;
  }
}

@media screen and (min-width: 768px) {
  .newsItems__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.newsItems__timely {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .newsItems__timely {
    margin-top: 0;
  }
}

.newsWrapper {
  padding-bottom: 48px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsWrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 43px;
  }
}
.newsWrapper__item {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .newsWrapper__item {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .newsWrapper__item {
    padding-bottom: 19px;
  }
}

.pickUp {
  padding: 57px 0 58px;
}
@media screen and (min-width: 768px) {
  .pickUp {
    padding: 94px 0 98px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .pickUp {
    padding: 94px 0 120px;
  }
}

.pickUp__heading {
  color: #0B1F64;
  font-weight: 700;
  font-size: 32px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .pickUp__heading {
    font-size: 40px;
  }
}

.pickUp__cards {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .pickUp__cards {
    margin-top: 43px;
  }
}