.overview-page .container {
  padding-left: 30px;
  padding-right: 30px;
}

.overview-banner.contact-banner-general {
  overflow: hidden;
}

.overview-banner .banner-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(114, 114, 114, 0.3);
}

.overview-banner.contact-banner-general .banner-list .page-title {
  z-index: 2;
}

.stock-information {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(70, 70, 73, 0.7);
  text-align: center;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.stock-information .info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}

.stock-information .last-update {
  font-size: 18px;
  line-height: 21px;
  color: #CBCBCB;
}

.stock-information .volatility {
  margin-left: 16px;
  margin-right: 10px;
}

.stock-information .volatility .icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.stock-information .volatility .icon.decrease path {
  fill: #F0509C;
}

.stock-information .volatility .icon.increase path {
  fill: #50C878;
}

.stock-information .volatility .icon.no-change {
  background-color: #A9A9A9;
  border-radius: 50%;
  display: inline-block;
}

.stock-information .separate {
  margin-left: 9px;
  margin-right: 9px;
}

.stock-information .description {
  font-size: 16px;
  line-height: 19px;
  color: #CBCBCB;
}

.overview-announcement {
  background-color: #FFF;
  padding-top: 135px;
  padding-bottom: 135px;
}

.overview-page .section-title {
  font-size: 55px;
  line-height: 100px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}

.overview-page .overview-announcement .section-title {
  margin-bottom: 65px;
}

.overview-announcement .content {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.overview-announcement .detail {
  padding-right: 15px;
  width: 60.5%;
}

.overview-announcement .detail .date {
  font-size: 24px;
  line-height: 26px;
  color: #ABABAB;
}

.overview-announcement .detail .name {
  font-size: 55px;
  line-height: 1.2;
  color: #464649;
  margin-top: 18px;
  margin-bottom: 24px
}

.overview-announcement .detail .name a {
  color: inherit;
  transition: color .4s;
}

.overview-announcement .detail .name a:hover {
  color: #f0509c;
}

.overview-announcement .detail .text {
  font-size: 24px;
  line-height: 32px;
}

.overview-announcement .list {
  border-left: 1px solid #CBCBCB;
  padding-left: 15px;
  width: 39.5%;
  display: flex;
  justify-content: flex-end;
}

.overview-announcement .list .item {
  display: flex;
  gap: 25px;
  transition: color .4s;
  font-size: 24px;
  line-height: 26px;
  align-items: center;
  margin-bottom: 65px;
  cursor: pointer;
}

.overview-announcement .list .item:last-child {
  margin-bottom: 0;
}

.overview-announcement .list .item.active,
.overview-announcement .list .item:hover {
  color: #f0509c;
}

.overview-announcement .list .icon svg {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.overview-announcement .list .icon {
  width: 40px;
  height: 40px;
}

.overview-highlight {
  background-color: #ECEBED;
  padding-top: 137px;
  padding-bottom: 137px;
}

.overview-page .overview-highlight .section-title {
  margin-bottom: 64px;
}

.overview-highlight .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
}

.overview-highlight .item {
  width: calc(100% / 3);
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid #CBCBCB;
}

.overview-highlight .item:nth-child(3n) {
  border-right: none;
}

.overview-highlight .icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 43px;
}

.overview-highlight .number {
  font-family: 'Simplifica';
  font-size: 70px;
  line-height: 1;
  letter-spacing: 2.15556px;
  text-transform: uppercase;
  color: #514864;
  margin-bottom: 12px;
}

.overview-highlight .text {
  font-size: 18px;
  line-height: 26px;
}

.overview-related {
  background-color: #F7F7F7;
  padding-top: 110px;
  padding-bottom: 150px;
}

.overview-page .overview-related .section-title {
  text-align: left;
  line-height: 70px;
  margin-bottom: 77px;
}

.overview-related .related-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 78px;
}

.overview-related .page-item {
  width: calc((100% - 156px) / 3);
}

.overview-related .image-wrapper {
  position: relative;
  display: block;
  padding-top: 49.72222%;
  margin-bottom: 33px;
}

.overview-related .image-wrapper img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.overview-related .title {
  font-size: 38px;
  line-height: 38px;
  color: #464649;
  transition: color .4s;
  margin: 0 0 13px;
  text-transform: capitalize;
}

.overview-related .title:hover {
  color: #f0509c;
}

@media (max-width: 1199.98px) {
  .overview-related .related-pages {
    gap: 24px;
  }

  .overview-related .page-item {
    width: calc((100% - 48px) / 3);
  }
}

@media (max-width: 991px) {
  .overview-announcement .list .item {
    gap: 15px;
  }
}

@media (max-width: 767.98px) {
  .stock-information {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stock-information .info {
    margin-bottom: 8px;
  }

  .stock-information .info,
  .stock-information .description {
    font-size: 14px;
    line-height: 16px;
  }

  .stock-information .volatility {
    margin-left: 12px;
    margin-right: 0;
  }

  .stock-information .volatility .icon {
    margin-right: 0;
  }

  .stock-information .last-update {
    display: none;
  }

  .stock-information .volatility .icon {
    width: 8px;
    height: 8px;
  }

  .overview-banner .banner-list::before {
    background-color: rgba(114, 114, 114, 0.4);
  }

  .overview-announcement {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .overview-page .section-title {
    line-height: 1;
    font-size: 45px;
  }

  .overview-page .overview-announcement .section-title {
    margin-bottom: 54px;
  }

  .overview-announcement .content {
    display: block;
  }

  .overview-announcement .detail {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 0;
  }

  .overview-announcement .detail .date {
    font-size: 18px;
    line-height: 2px;
  }

  .overview-announcement .detail .name {
    font-size: 45px;
    line-height: 53px;
    margin-top: 22px;
    margin-bottom: 10px;
  }

  .overview-announcement .detail .text {
    font-size: 18px;
    line-height: 32px;
  }

  .overview-announcement .list {
    width: 100%;
    display: block;
    border-left: none;
    border-top: 1px solid #cbcbcb;
    padding-left: 0;
    padding-top: 45px;
  }

  .overview-announcement .list .item {
    font-size: 18px;
    line-height: 26px;
    gap: 25px;
    margin-bottom: 40px;
  }

  .overview-highlight {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .overview-page .overview-highlight .section-title {
    font-size: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-highlight .icon {
    margin-bottom: 40px;
  }

  .overview-highlight .number {
    margin-bottom: 10px;
  }

  .overview-related {
    padding: 80px 0;
  }

  .overview-page .overview-related .section-title {
    font-size: 55px;
    margin-bottom: 40px;
  }

  .overview-related .related-pages {
    gap: 40px;
  }

  .overview-related .page-item {
    width: 100%;
  }

  .overview-related .image-wrapper {
    padding-top: 54.24242%
  }

  .overview-related .title {
    margin-bottom: 10px
  }
}

@media (max-width: 575.98px) {
  .overview-page .overview-highlight .section-title {
    margin-bottom: 5px;
  }

  .overview-highlight .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    padding: 40px 0;
  }

  .overview-highlight .item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 370px) {
  .stock-information .info {
    flex-direction: column;
    gap: 5px;
  }

  .stock-information .separate {
    display: none;
  }
}