#index-main {
  width: 100%;
  height: auto;
}

.hero {
  width: 100%;
  height: 100dvh;
  margin-bottom: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero .cover {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.3);
}
.hero .cover .container {
  width: 95%;
  height: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 170px;
}
.hero .cover .container .title-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.hero .cover .container .title-wrapper > span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
  text-align: center;
}
.hero .cover .container .title-wrapper > h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
  text-align: left;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.hero .cover .container .title-wrapper > h1 em {
  color: #16457b;
}
.hero .cover .container .scroll {
  font-size: 14px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.sec-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sec-title-wrap > h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  color: #2F7D77;
  word-break: keep-all;
}
.sec-title-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: #052320;
}
.sec-title-wrap.center {
  align-items: center;
}
.sec-title-wrap.center > h1, .sec-title-wrap.center p {
  text-align: center;
}

.partners {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}
.partners .container {
  width: 95%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.partners .container .sec-body {
  width: 100%;
  height: auto;
}
.partners .container .sec-body .partner-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.partners .container .sec-body .partner-grid .item {
  width: 100%;
  height: auto;
  padding: 32px 5% 48px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 4px 0 rgba(52, 77, 75, 0.4);
}
.partners .container .sec-body .partner-grid .item .partner-logo {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.partners .container .sec-body .partner-grid .item .partner-logo > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners .container .sec-body .partner-grid .item .partner-content-group {
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.partners .container .sec-body .partner-grid .item .partner-content-group > h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #2F7D77;
}
.partners .container .sec-body .partner-grid .item .partner-content-group > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}

.index-product {
  width: 100%;
  height: auto;
  margin-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-product .cover {
  width: 100%;
  height: 100%;
  padding: 130px 0;
  background: rgba(0, 0, 0, 0.3);
}
.index-product .cover .container {
  width: 95%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
}
.index-product .cover .container .swiper-outer {
  position: relative;
  width: 860px;
  height: auto;
  padding: 0 76px;
  margin-left: auto;
}
.index-product .cover .container .swiper-outer .product-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper .swiper-slide > a {
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  border: 1px solid white;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper .swiper-slide > a .prod-thumb {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  background-color: white;
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper .swiper-slide > a .prod-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper .swiper-slide > a .prod-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper .swiper-slide > a .prod-contents > h4 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  color: #2F7D77;
}
.index-product .cover .container .swiper-outer .product-swiper .swiper-wrapper .swiper-slide > a .prod-contents > p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: #464646;
}
.index-product .cover .container .swiper-outer .outer-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
.index-product .cover .container .swiper-outer .outer-navigation > div {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.index-product .cover .container .swiper-outer .outer-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.support {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}
.support .container {
  width: 95%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.support .container .sec-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.support .container .sec-body .support-box {
  width: 100%;
  height: auto;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-radius: 30px;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(47, 125, 119, 0.3);
}
.support .container .sec-body .support-box .support-thumb {
  position: relative;
  width: 100%;
  height: 345px;
  border-radius: 30px;
  overflow: hidden;
}
.support .container .sec-body .support-box .support-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support .container .sec-body .support-box .support-contents {
  width: 100%;
  height: auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
.support .container .sec-body .support-box .support-contents .content-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.support .container .sec-body .support-box .support-contents .content-body h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
}
.support .container .sec-body .support-box .support-contents .content-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: #2D2D2D;
}
.support .container .sec-body .support-box .support-contents > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #2F7D77;
}/*# sourceMappingURL=main.css.map */