@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*================================================
/ir/index.html
================================================*/
/*------------------------------------------------
common
------------------------------------------------*/
a:hover {
  opacity: 0.5;
}
.br_mobile-only, .br_mobile-481 {
  display: none;
}
.right-pointing-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #0c1d59;
  position: relative;
}
.right-pointing-arrow::after {
  content: '';
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #1C2952;
  border-right: 1px solid #1C2952;
  transform: rotate(45deg) translateX(-50%) translateY(-50%); 
  top: 55%;
  left: 32%;
}

@media print, screen and (max-width: 801px) {
  .br_mobile-only {
    display: block;
  }
  .right-pointing-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
  .right-pointing-arrow::after {
    top: 56%;
    left: 30%;
  }
}

/*------------------------------------------------
New Style Additions to IR news
------------------------------------------------*/
.ir-news {
  margin-bottom: 7.2rem;
}

@media print, screen and (max-width: 801px) {
  .ir-news {
    margin-bottom: 6rem;
  }
}

/*------------------------------------------------
times-banner
------------------------------------------------*/
.times-banner {
  display: block;
  margin: 0 auto 4rem;
  position: relative;
}
.times-banner-bg {
  max-width: 110rem;
  width: 100%;
  height: 23.2rem;
  background-color: #0c1d59;
}
.times-banner-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, rgba(51, 51, 51, 0.2), transparent);
}
.times-banner-img {
  width: 100%;
  display: flex;
  height: 14rem;
}
.times-banner-img img {
  width: 50%;
  object-fit: cover;
  object-position: 0 25%;
}
.times-banner-title {
  position: absolute;
  z-index: 1;
  left: 2.4rem;
  bottom: 2.8rem;
}
.times-banner-title h2, .times-banner-title h3, .times-banner-title h3 span {
  color: #fff;
}
.times-banner-title h2 {
  font-size: 7.2rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.01em;
  text-shadow: 0 0 1.2rem #0c1d59;
  margin-bottom: 1.6rem;
}
.times-banner-title h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.times-banner-bg .right-pointing-arrow {
  border: 1px solid #fff;
  margin: 2.4rem 2.4rem 0 auto;
}
.times-banner-bg .right-pointing-arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, screen and (max-width: 801px) {
  .times-banner-title {
    bottom: 2rem;
  }
  .times-banner-title h2 {
    font-size: 4rem;
  }
  .times-banner-title h3 {
    font-size: 1.4rem;
    margin-right: 2.4rem;
  }
  .times-banner-title h3 span {
    display: inline-block;
    margin-top: 0.8rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 481px) {
  .times-banner-title {
    left: 1.6rem;
    bottom: 1.6rem;
  }
  .times-banner-title h2 {
    font-size: 2.4rem;
  }
  .times-banner-title h3 {
    font-size: 1.2rem;
    max-width: 75%;
  }
  .times-banner-bg .right-pointing-arrow {
    margin-right: 1.6rem;
  }
}



/*------------------------------------------------
sub-banner
------------------------------------------------*/
.sub-banner-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 110rem;
  margin: 0 auto;
}
.sub-banner {
  display: flex;
  align-items: center;
  column-gap: calc(24 / 530 * 100%);
  max-width: calc(530 / 1100 * 100%);
  width: 100%;
  height: 12rem;
  border: 1px solid #EAEAEA;
  background-color: #fff;
}
.sub-banner-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 100%;
  background-color: #0c1d59;
}
.sub-banner-img img {
  width: 55%;
}
.sub-banner-info {
  font-size: 2.4rem;
  font-weight: 600;
  width: 100%;
}
.sub-banner-info .title {
  margin-bottom: 1.2rem;
}
.sub-banner-info .update {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
  padding: 0.4rem 1.6rem 0.6rem;
  background-color: #0c1d59;
  display: inline-block;
}
.sub-banner-info .irp-faq {
  color: #fff;
}
.sub-banner-arrow {
  width: 40px;
  margin-right: 2.4rem;
}

@media print, screen and (max-width: 801px) {
  .sub-banner-wrapper {
    display: block;
  }
  .sub-banner {
    max-width: 100%;
    height: 9.6rem;
  }
  .sub-banner:first-of-type {
    border-bottom: none;
  }
  .sub-banner-img {
    max-width: 9.6rem;
  }
  .sub-banner-img img {
    width: 45%;
  }
  .sub-banner-info {
    font-size: 2rem;
  }
  .sub-banner-info .update {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 481px) {
  .sub-banner-info {
    font-size: 1.6rem;
  }
  .sub-banner-info .update {
    font-size: 1.2rem;
    padding: 0.8rem;
  }
  .sub-banner-arrow {
    width: 40px;
    margin-right: 1.6rem;
  }
}