@charset "UTF-8";
.main_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.main_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}

.main_title p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #999;
}

.main_btns {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.bannerSwiper {
  width: 100%;
  height: 680px;
}

.bannerSwiper .swiper-slide {
  position: relative;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}

.bannerSwiper .banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bannerSwiper .banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerSwiper .banner_text {
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bannerSwiper .banner_text .banner_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 0px;
}

.bannerSwiper .banner_text .banner_title h1 {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}

.bannerSwiper .banner_text .banner_title h1:first-child {
  font-family: "Libre Bodoni", serif;
  font-weight: 400;
}

.bannerSwiper .banner_text .banner_title span.bar {
  font-size: 72px;
  font-weight: 400;
  color: #fff;
}

.bannerSwiper .banner_text p {
  text-align: center;
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-button-next {
  display: inline-block;
  width: 56px;
  height: 80px;
}

.bannerSwiper .swiper-button-prev {
  left: 0;
  background: url(/eng/_img/main/main_swiper_prev.svg) no-repeat center / contain;
}

.bannerSwiper .swiper-button-next {
  right: 0;
  background: url(/eng/_img/main/main_swiper_next.svg) no-repeat center / contain;
}

.bannerSwiper .swiper-button-prev:after,
.bannerSwiper .swiper-button-next::after {
  content: none;
}

.bannerSwiper .banner_controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  position: absolute;
  left: 50%;
  bottom: 210px;
  transform: translateX(-50%);
  z-index: 10;
}

.bannerSwiper .banner_controls .swiper-pagination {
  position: static;
}

.bannerSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.2;
  background-color: #FFFFFF;
  margin: 0 7px !important;
}

.bannerSwiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.bannerSwiper .banner_controls .btn_pause {
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: url(/eng/_img/icon/icon_pause.svg) no-repeat center / contain;
}

.bannerSwiper .banner_controls .btn_play {
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: url(/eng/_img/icon/icon_play.svg) no-repeat center / contain;
}

section.main_about {
  padding: 80px 0;
}

.main-about_box {
  margin-top: 40px;
}

.main-about_box .about_overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin-bottom: 8px;
  padding: 0 48px;
  border-radius: 24px;
  height: 260px;
  border: 1px solid #fff;
  background: url(/eng/_img/main/about_overview.png) no-repeat center / cover;
}

.about_overview h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.about_overview p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  opacity: 0.7;
}

.who-we-are_box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.who-we-are_box .who_text {
  padding: 48px;
  flex: 1;
  height: 480px;
  border-radius: 24px;
  border: 1px solid #fff;
  position: relative;
  background: linear-gradient(135deg, #017DC3, #58B93D);
}

.who-we-are_box .who_text span {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 16px;
  border: 1px solid #fff;
  border-radius: 800px;
}

.who-we-are_box .who_text p {
  position: absolute;
  bottom: 48px;
  left: 48px;
  font-size: 24px;
  line-height: 1.6;
  background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: capitalize;
}

.who-we-are_box .who_img {
  flex: 1;
  height: 480px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: url(/eng/_img/main/about_who_we_are.png) no-repeat center / cover;
}

.main_product {
  padding-bottom: 80px;
}

.main_product .main_btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.main_product .main_btns .swiper-button-prev,
.main_product .main_btns .swiper-button-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: static;
  margin-top: 0;
}

.main_product .main_btns .swiper-button-prev::after,
.main_product .main_btns .swiper-button-next::after {
  content: none;
}

.main_product .main_btns .swiper-button-prev  {
  background: url(/eng/_img/main/product_swiper_prev.svg) no-repeat center / contain;
}

.main_product .main_btns .swiper-button-next {
  background: url(/eng/_img/main/product_swiper_next.svg) no-repeat center / contain;
}

.product_swiper {
  margin-top: 32px;
}

.productSwiper .swiper-slide {
  height: auto;
}

.productSwiper .product_card {
  background-color: #fff;
  border-radius: 24px;
  padding: 48px 24px;
  border: 1px solid #fff;
  height: 100%;
}

.product_card .product_img {
  width: 100%;
  height: 220px;
}

.product_card .product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_card .product_info {
  margin-top: 24px;
  text-align: center;
}

.product_card .product_info h3 {
  font-size: 28px;
  font-weight: 600;
  color: #111;
}

.product_card .product_info p {
  margin-top: 12px;
  color: #999;
  font-size: 16px;
  line-height: 1.6;
}

.product_card .product_btn {
  margin-top: 40px;
}

.product_card:hover {
  background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.6) 100%);
}

.main_rnd {
  padding-bottom: 80px;
}

.rnd-center_box {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}

.rnd-center_box .rnd_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: none;
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 48px 32px;
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 560px;
  transition: 0.35s;
}

.rnd_box .rnd_bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: brightness(0.7);
  transition: 0.35s;
}

.rnd_box .rnd_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rnd_box .rnd_text {
  position: relative;
  z-index: 1;
}

.rnd_box .rnd_text h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.rnd_box .rnd_text p {
  opacity: 0;
  height: 0;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  transition: opacity 0.35s 0.1s;
}

.rnd-center_box .rnd_box.active {
  width: auto;
  flex: 1;
}

.rnd-center_box .rnd_box.active .rnd_bg {
  filter: brightness(1);
}

.rnd-center_box .rnd_box.active .rnd_text p {
  margin-top: 16px;
  opacity: 0.7;
  height: auto;
  max-height: 300px;
}

.main_notice {
  padding-bottom: 160px;
}

.main-notices {
  margin-top: 32px;
}

.main-notice_card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  height: 120px;
  border: 1px solid #E5E5EC;
  margin-bottom: 8px;
}

.main-notice_card .notice_no {
  width: 120px;
  text-align: center;
  font-size: 18px;
  color: #767676;
}

.main-notice_card.notice .notice_no {
  color: var(--color-primary);
  font-weight: 600;
}

.main-notice_card .notice_title {
  flex: 1;
  padding: 0 16px;
}

.main-notice_card .notice_title a {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  position: relative;
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 28px;
  height: 28px;
}

.main-notice_card .notice_title.file a::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/eng/_img/icon/icon_file.svg) no-repeat center / contain;
}

.main-notice_card .notice_date {
  width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #999;
}

@media screen and (max-width:1200px) {
  .who-we-are_box {
    flex-direction: column;
  }
  .who-we-are_box .who_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 284px;
    padding: 28px 24px;
    flex: none;
  }
  .who-we-are_box .who_text span {
    height: 36px;
    line-height: 36px;
  }
  .who-we-are_box .who_text p {
    font-size: 16px;
    bottom: 28px;
    left: 24px;
  }
  .who-we-are_box .who_img {
    width: 100%;
    height: 284px;
    flex: none;
  }
} 
@media screen and (min-width: 768px) and (max-width:1000px) {
  section.main_about .main_title_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  section.main_about .main_btns {
    position: static;
    width: 100%;
    flex-direction: column;
  }
  .main_btns>.btn {
    flex: 1;
    width: 100%;
  }
}
/* Mobile */
@media screen and (max-width:767px) {
  .main_title_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .main_title h2 {
    font-size: 24px;
  }
  .main_title p {
    font-size: 14px;
  }
  .main_btns {
    position: static;
    width: 100%;
    flex-direction: column;
  }
  .main_btns > .btn {
    flex: 1;
    width: 100%;
  }
  .bannerSwiper {
    height: 480px;
  }
  .bannerSwiper .swiper-slide {
    border-radius: 0px;
  }
  .bannerSwiper .banner_text .banner_title {
    gap: 4px;
  }
  .bannerSwiper .banner_text .banner_title h1 {
    font-size: 32px;
  }
  .bannerSwiper .banner_text .banner_title span.bar {
    font-size: 32px;
  }
  .bannerSwiper .banner_text p {
    font-size: 14px;
  }
  .bannerSwiper .swiper-button-prev,
  .bannerSwiper .swiper-button-next {
    display: none;
  }
  .bannerSwiper .banner_controls {
    bottom: 108px;
  }
  section.main_about {
    padding: 56px 0;
  }
  .main-about_box .about_overview {
    padding: 0 24px;
    height: 186px;
  }
  .about_overview h3 {
    font-size: 20px;
  }
  .about_overview p {
    font-size: 14px;
  }
  .who-we-are_box .who_text span {
    font-size: 14px;
  }
  .who-we-are_box .who_text p {
    font-size: 14px;
  }
  .who-we-are_box .who_img {
    width: 100%;
    height: 284px;
    flex: none;
  }
  .main_product {
    padding-bottom: 56px;
  }
  .main_product .main_btns {
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    right: 16px;
  }
  .product_swiper {
    margin-top: 20px;
  }
  .productSwiper .product_card {
    padding: 28px 24px;
  }
  .product_card .product_img {
    height: 140px;
  }
  .product_card .product_info {
    margin-top: 12px;
  }
  .product_card .product_info h3 {
    font-size: 20px;
  }
  .product_card .product_info p {
    font-size: 14px;
  }
  .product_card .product_btn {
    margin-top: 20px;
  }
  .main_rnd {
    padding-bottom: 56px;
  }
  .rnd-center_box {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .rnd-center_box .rnd_box {
    padding: 28px 24px;
    width: 100%;
    height: 154px;
  }
  .rnd_box .rnd_text h3 {
    font-size: 20px;
  }
  .rnd_box .rnd_text p {
    font-size: 14px;
  }
  .main_notice {
    padding-bottom: 80px;
  }
  .main-notices {
    margin-top: 20px;
    border-top: 1px solid #111;
  }
  .main-notice_card {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    border-radius: 0px;
    height: 80px;
    border: none;
    border-bottom: 1px solid #E5E5EC;
    margin-bottom: 0px;
  }
  .main-notice_card .notice_no {
    display: none;
  }
  .main-notice_card .notice_title {
    padding: 0;
  }
  .main-notice_card .notice_title a {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .main-notice_card .notice_date {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}
