/* article */
.article {
  padding-bottom: 80px;
}
.articleBg {
  position: relative;
  height: 740px;
  overflow: hidden;
}
.articleBg img {
  display: block;
  width: 100%;
}
.articleBg:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, #fff),
    color-stop(30%, rgba(255, 255, 255, 0.35)),
    color-stop(50%, rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    bottom,
    #fff 5%,
    rgba(255, 255, 255, 0.35) 30%,
    rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient(
    0deg,
    #fff 5%,
    rgba(255, 255, 255, 0.35) 30%,
    rgba(255, 255, 255, 0) 50%
  );
}
.articleTopLink {
  display: inline-block;
  color: #fff;
  font-family: Montserrat;
  font-size: 9.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.76px; /* 120% */
  letter-spacing: 0.49px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px;
  background: #00374f;
}
.articleTitle {
  color: #00374f;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 78px; /* 150% */
  text-transform: uppercase;
  margin-top: 9px;
}
.articleBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
  letter-spacing: 1.4px;
  background: #00374f;
  padding: 13px 39px;
}
.articleBtn1 {
  margin-top: 47px;
}
.articleBtn2 {
  margin-top: 32px;
}
.articleSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.articleSub {
  color: #00374f;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
  letter-spacing: 1.4px;
}
.articleBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding: 51px 0;
  margin-top: 33px;
}
.articleBottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  position: relative;
}
.articleBottomBox:first-child {
  padding-right: 14px;
}
.articleBottomBox:last-child {
  padding-left: 14px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.articleBottomBox:first-child:after {
  position: absolute;
  content: '';
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: #a0aec0;
}
.articleBottomBoxPrevious {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.56px;
  color: #00374f;
  font-family: Montserrat;
  font-size: 11.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.92px; /* 160% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.articleBottomBoxPrevious img {
  display: block;
}
.articleBottomBoxSub {
  color: #00374f;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
  letter-spacing: 1.4px;
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  /* privacy */
}
@media screen and (max-width: 991px) {
  /* article */
  .article {
    padding-bottom: 50px;
  }
  .articleBg {
    height: 530px;
  }
  .articleTitle {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  /* article */
  .article {
    padding-bottom: 30px;
  }
  .articleBg {
    height: auto;
  }
  .articleTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .articleBtn1,
  .articleBtn2 {
    margin-top: 30px;
  }
  .articleBtn {
    font-size: 14px;
    padding: 13px 25px;
  }
  .articleBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    margin-top: 30px;
  }
  .articleBottomBox:first-child {
    padding-right: 0;
  }
  .articleBottomBox:last-child {
    padding-left: 0;
  }
  .articleBottomBox:first-child:after {
    content: none;
  }
  .articleBottomBox {
    width: 100%;
  }
}
