.index-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hero-section {
  width: 100%;
  height: 600px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .hero-section {
    height: 480px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 360px;
    margin-bottom: 70px;
  }
}
.hero-section .hero-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  overflow: hidden;
}
.hero-section .hero-swiper .swiper-wrapper {
  height: 100%;
}
.hero-section .hero-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box {
    padding: 0 5%;
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box {
    width: 100%;
    padding-top: 64px;
  }
}
.hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box .slide-title {
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box .slide-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box .slide-title {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box .slide-desc {
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box .slide-desc {
    margin-bottom: 48px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-swiper .swiper-wrapper .swiper-slide .content-box .slide-desc {
    margin-bottom: 36px;
    font-size: 14px;
  }
}
.hero-section .hero-swiper .hero-controller {
  position: absolute;
  width: 35%;
  left: 10%;
  bottom: 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .hero-section .hero-swiper .hero-controller {
    width: 45%;
    left: 5%;
    bottom: 80px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-swiper .hero-controller {
    width: 90%;
    bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.hero-section .hero-swiper .hero-controller > .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
}
.hero-section .hero-swiper .hero-controller > .swiper-pagination.pag-progress {
  flex: 0 0 50%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .hero-section .hero-swiper .hero-controller > .swiper-pagination.pag-progress {
    flex: unset;
    width: 100%;
    order: 4;
  }
}
.hero-section .hero-swiper .hero-controller > .swiper-pagination.pag-progress .swiper-pagination-progressbar-fill {
  background: white;
}
.hero-section .hero-swiper .hero-controller .pag-frac {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 1.1;
  color: #ddd;
  word-break: keep-all;
}
.hero-section .hero-swiper .hero-controller .pag-frac .now {
  color: white;
}
.hero-section .hero-swiper .hero-controller .custom-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .hero-section .hero-swiper .hero-controller .custom-navigation {
    gap: 12px;
  }
}
.hero-section .hero-swiper .hero-controller .custom-navigation > div {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.hero-section .hero-swiper .hero-controller .custom-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.hero-section .hero-swiper .hero-controller .custom-navigation > div.pause > svg:nth-child(2) {
  display: none;
}
.hero-section .hero-swiper .hero-controller .custom-navigation > div.pause.playing > svg:nth-child(1) {
  display: none;
}
.hero-section .hero-swiper .hero-controller .custom-navigation > div.pause.playing > svg:nth-child(2) {
  display: block;
}

.index-product-section {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-product-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .index-product-section {
    margin-bottom: 70px;
  }
}
.index-product-section .container {
  width: 95%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .index-product-section .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-product-section .container {
    gap: 32px;
  }
}
.index-product-section .container .sec-tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.index-product-section .container .sec-tit-wrap .sec-tit {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  color: #2964EC;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-product-section .container .sec-tit-wrap .sec-tit {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-product-section .container .sec-tit-wrap .sec-tit {
    font-size: 32px;
  }
}
.index-product-section .container .product-grid {
  width: 100%;
  padding: 100px 52px 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  background: #F7FBFD;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1280px) {
  .index-product-section .container .product-grid {
    padding: 32px 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 12px;
  }
}
@media (max-width: 768px) {
  .index-product-section .container .product-grid {
    padding: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}
.index-product-section .container .product-grid .cell {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1280px) {
  .index-product-section .container .product-grid .cell {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-product-section .container .product-grid .cell {
    gap: 12px;
  }
}
.index-product-section .container .product-grid .cell .product-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.index-product-section .container .product-grid .cell .product-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: "cover";
     object-fit: "cover";
}
.index-product-section .container .product-grid .cell .product-more {
  width: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1280px) {
  .index-product-section .container .product-grid .cell .product-more {
    padding: 0 5%;
  }
}
.index-product-section .container .product-grid .cell .product-more .product-category {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #2964EC;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-product-section .container .product-grid .cell .product-more .product-category {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-product-section .container .product-grid .cell .product-more .product-category {
    font-size: 16px;
  }
}
.index-product-section .container .product-grid .cell .product-more .product-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .index-product-section .container .product-grid .cell .product-more .product-details {
    gap: 6px;
  }
}
.index-product-section .container .product-grid .cell .product-more .product-details .item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-product-section .container .product-grid .cell .product-more .product-details .item {
    font-size: 14px;
  }
}
.index-product-section .bottom-bars {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.index-product-section .bottom-bars > span {
  display: inline-block;
  height: 4px;
}
.index-product-section .bottom-bars > span:nth-of-type(1) {
  width: 100%;
  background: #B2C2DC;
}
.index-product-section .bottom-bars > span:nth-of-type(2) {
  width: 75%;
  background: #2A6CA6;
}
.index-product-section .bottom-bars > span:nth-of-type(3) {
  width: 50%;
  background: #E31E24;
}

.index-partners-section {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .index-partners-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .index-partners-section {
    margin-bottom: 70px;
  }
}
.index-partners-section .container {
  width: 95%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .index-partners-section .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-partners-section .container {
    gap: 32px;
  }
}
.index-partners-section .container .sec-tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-partners-section .container .sec-tit-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-partners-section .container .sec-tit-wrap {
    gap: 12px;
  }
}
.index-partners-section .container .sec-tit-wrap .sec-tit {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  color: #2964EC;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-partners-section .container .sec-tit-wrap .sec-tit {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-partners-section .container .sec-tit-wrap .sec-tit {
    font-size: 32px;
  }
}
.index-partners-section .container .sec-tit-wrap .sec-desc {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .index-partners-section .container .sec-tit-wrap .sec-desc {
    font-size: 16px;
  }
}
.index-partners-section .container .partners-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .index-partners-section .container .partners-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index-partners-section .container .partners-list {
    flex-direction: column;
    gap: 12px;
  }
}
.index-partners-section .container .partners-list .item {
  flex: 1 1 40%;
  height: 260px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (max-width: 1280px) {
  .index-partners-section .container .partners-list .item {
    padding: 24px 16px;
  }
}
@media (max-width: 768px) {
  .index-partners-section .container .partners-list .item {
    flex: unset;
    width: 100%;
    height: 240px;
  }
}
.index-partners-section .container .partners-list .item > img {
  width: auto;
  height: 120px;
}
@media (max-width: 1280px) {
  .index-partners-section .container .partners-list .item > img {
    height: 100px;
  }
}
.index-partners-section .container .partners-list .item .item-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.index-partners-section .container .partners-list .item .item-contents .item-main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #002851;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-partners-section .container .partners-list .item .item-contents .item-main {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-partners-section .container .partners-list .item .item-contents .item-main {
    font-size: 18px;
  }
}
.index-partners-section .container .partners-list .item .item-contents .item-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .index-partners-section .container .partners-list .item .item-contents .item-desc {
    font-size: 14px;
  }
}

.index-banner-section {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-banner-section .banner-inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 43%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.index-banner-section .banner-inner .banner-tit {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.index-banner-section .banner-inner .banner-tit > span {
  position: relative;
  padding-bottom: 10px;
  padding-left: 180px;
  width: 85%;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  word-break: keep-all;
  color: white;
  background: #002851;
}
.index-banner-section .banner-inner .banner-tit > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #E31E24;
}
.index-banner-section .banner-inner .banner-tit .under-bar {
  display: inline-block;
  width: 100%;
  height: 10px;
  background: #B2C2DC;
}
.index-banner-section .banner-inner .banner-desc {
  padding-left: 180px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: #002851;
  text-shadow: 0 0 8px white;
}

.index-application-section {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-application-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .index-application-section {
    margin-bottom: 70px;
  }
}
.index-application-section .container {
  width: 95%;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .index-application-section .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-application-section .container {
    gap: 32px;
  }
}
.index-application-section .container .sec-tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-application-section .container .sec-tit-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-application-section .container .sec-tit-wrap {
    gap: 12px;
  }
}
.index-application-section .container .sec-tit-wrap .sec-tit {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  color: #2964EC;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-application-section .container .sec-tit-wrap .sec-tit {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-application-section .container .sec-tit-wrap .sec-tit {
    font-size: 32px;
  }
}
.index-application-section .container .sec-tit-wrap .sec-desc {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .index-application-section .container .sec-tit-wrap .sec-desc {
    font-size: 16px;
  }
}
.index-application-section .container .application-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1280px) {
  .index-application-section .container .application-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .index-application-section .container .application-list {
    grid-template-columns: 1fr;
  }
}
.index-application-section .container .application-list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  background: white;
}
.index-application-section .container .application-list .item .application-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-application-section .container .application-list .item .app-contents {
  flex: 1 1 auto;
  width: 100%;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .index-application-section .container .application-list .item .app-contents {
    padding: 24px 12px;
  }
}
.index-application-section .container .application-list .item .app-contents .app-tit {
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  color: #464646;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-application-section .container .application-list .item .app-contents .app-tit {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.index-application-section .container .application-list .item .app-contents .app-desc {
  width: 100%;
  margin-bottom: 52px;
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: #464646;
}
@media (max-width: 1280px) {
  .index-application-section .container .application-list .item .app-contents .app-desc {
    margin-bottom: 40px;
  }
}
.index-application-section .container .application-list .item .app-contents .app-read {
  margin: 0 auto;
  margin-top: auto;
  width: 200px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #2A6CA6;
}
@media (max-width: 1280px) {
  .index-application-section .container .application-list .item .app-contents .app-read {
    width: 100%;
    height: 36px;
  }
}/*# sourceMappingURL=main.css.map */