.banner-image-container {
  position: relative;
  aspect-ratio: 1918 / 976;
  overflow: hidden;
}
.banner-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  animation-duration: 2s;
}
.banner-image-container__btn-group {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
}
.banner-image-container button {
  font-size: clamp(0.4rem, 1.5vw, 1rem);
  padding: 0.6em 2.4em;
  border-radius: 0.5em;
}
.banner-image-container button:first-child {
  background-color: #034EA2;
  color: white;
}
.banner-image-container button:first-child:active {
  background-color: #034289;
}
.banner-image-container button:last-child {
  background-color: white;
}
.banner-image-container button:last-child:active {
  background-color: #ededed;
}
.banner-image-container button:not(:last-child) {
  margin-right: 2em;
}
.about-us {
  max-width: 1480px;
  padding: 3em 20px;
  margin: auto;
  overflow: hidden;
}
.about-us__inner > h1 {
  text-align: center;
  color: #034EA2;
  font-weight: bold;
}
.about-us__inner > h2 {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-weight: normal;
}
.about-us__inner > h2::before,
.about-us__inner > h2::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #E4E4E4;
  width: 3.5em;
}
.about-us__content {
  margin-top: 2.5rem;
  padding-right: 10px;
  display: flex;
  gap: 5rem;
  align-items: center;
}
.about-us__text {
  flex: 12;
}
.about-us__text h2 {
  font-size: 1.3rem;
}
.about-us__text h3 {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1.3rem;
}
.about-us__text-body {
  font-size: 0.9rem;
  line-height: 1.8;
}
.about-us__image {
  flex: 14;
  background-image: url('../img/main/about-us.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  aspect-ratio: 705 / 309;
  box-shadow: 10px -10px 0 0 #F2F2F2;
}
.news {
  padding: 3em 0;
  background-color: #034EA2;
  overflow: hidden;
}
.news__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: auto;
}
.news__title > h1 {
  text-align: center;
  color: white;
  font-weight: bold;
}
.news__title > h2 {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-weight: normal;
}
.news__title > h2::before,
.news__title > h2::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #E4E4E4;
  width: 3.5em;
}
.news__content {
  padding: 2.8rem 0 0.5rem;
}
.news__content-wide-wrapper {
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
}
.news__content-narrow-wrapper .news__new:nth-child(2) {
  top: 0;
}
.news__new {
  background-color: white;
  width: 0;
  flex-grow: 1;
  padding: 1.5rem 2rem;
}
.news__new:nth-child(2) {
  position: relative;
  top: -1rem;
}
.news__new-date {
  color: #C7C6C6;
  line-height: 1.3;
}
.news__new-date div:first-child {
  font-size: 1.4rem;
}
.news__new-date div:last-child {
  font-size: 0.8rem;
}
.news__new-title {
  margin-top: 1rem;
  color: #034EA2;
  font-weight: bold;
}
.news__new-separator {
  margin: 1rem 0;
  height: 1px;
  background-color: #D7D7D7;
  width: 2rem;
}
.news__new-content {
  word-break: break-all;
  font-size: 0.85rem;
  line-height: 1.8;
}
.products {
  padding: 3em 0;
}
.products__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: auto;
}
.products__title > h1 {
  text-align: center;
  color: #034EA2;
  font-weight: bold;
}
.products__title > h2 {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-weight: normal;
}
.products__title > h2::before,
.products__title > h2::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #E4E4E4;
  width: 3.5em;
}
.products__category-tabs {
  padding: 2.2rem 0;
  width: 80%;
  margin: auto;
  display: flex;
  gap: 0.5em 1em;
  font-size: 0.9rem;
  justify-content: space-between;
}
.products__category-tabs span {
  cursor: pointer;
  border-bottom: 0.1875em solid transparent;
  word-break: break-all;
}
.products__category-tabs span.active {
  color: #034EA2;
  font-weight: bold;
  border-color: currentColor;
}
.products__swiper-container-wide-wrapper {
  display: flex;
  gap: 3em;
  align-items: center;
  justify-content: space-between;
}
.products__swiper-left,
.products__swiper-right {
  width: 46px;
  height: 60px;
  cursor: pointer;
  background: #AEAEAE;
  background-image: url('../img/main/swip-right.png');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.products__swiper-left {
  transform: scaleX(-1);
}
.products__swiper {
  flex-grow: 1;
  display: flex;
  gap: 3rem;
}
.products__product {
  width: 0;
  flex-grow: 1;
}
.products__product-image {
  aspect-ratio: 380 / 210;
  background-size: cover;
}
.products__product-image--1 {
  background-image: url('../img/main/product1.png');
}
.products__product-image--2 {
  background-image: url('../img/main/product2.png');
}
.products__product-image--3 {
  background-image: url('../img/main/product3.png');
}
.products__product-name {
  text-align: center;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.4rem;
  text-overflow: ellipsis;
}
@media (max-width: 800px) {
  .about-us__image {
    display: none;
  }
}
