#index-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
@media (max-width: 1280px) {
  #index-main {
    padding-top: 60px;
  }
}

.index-hero {
  width: 100%;
  height: 1000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .index-hero {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .index-hero {
    height: auto;
  }
}
.index-hero .container {
  width: 95%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 52px;
}
@media (max-width: 1280px) {
  .index-hero .container {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .index-hero .container {
    padding: 28px 0;
  }
}
.index-hero .container .hero-contents {
  width: 100%;
  height: auto;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-contents {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .hero-contents {
    margin-bottom: 40px;
  }
}
.index-hero .container .hero-contents span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-contents span {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .hero-contents span {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.index-hero .container .hero-contents h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
  margin-bottom: 64px;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-contents h1 {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .hero-contents h1 {
    margin-bottom: 28px;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .index-hero .container .hero-contents h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.index-hero .container .hero-contents p {
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 768px) {
  .index-hero .container .hero-contents p {
    font-size: 16px;
  }
}
.index-hero .container .bottom-qm {
  width: 100%;
  height: 128px;
  max-width: 1170px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1280px) {
  .index-hero .container .bottom-qm {
    height: 88px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .bottom-qm {
    height: auto;
    grid-template-columns: 1fr;
  }
}
.index-hero .container .bottom-qm a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8%;
  gap: 20px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1280px) {
  .index-hero .container .bottom-qm a {
    padding: 0 5%;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .bottom-qm a {
    padding: 12px 4%;
  }
}
.index-hero .container .bottom-qm a:nth-child(2) {
  background: rgba(0, 32, 36, 0.8);
}
.index-hero .container .bottom-qm a:nth-child(2) span, .index-hero .container .bottom-qm a:nth-child(2) i {
  color: white;
}
.index-hero .container .bottom-qm a span {
  flex: 1 1 auto;
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .index-hero .container .bottom-qm a span {
    font-size: 16px;
  }
}
.index-hero .container .bottom-qm a i {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  color: black;
}
@media (max-width: 1280px) {
  .index-hero .container .bottom-qm a i {
    font-size: 20px;
  }
}

.trusted-grid {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .trusted-grid {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .trusted-grid {
    margin-bottom: 70px;
  }
}
.trusted-grid .container {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 4fr 1fr;
}
@media (max-width: 1280px) {
  .trusted-grid .container {
    grid-template-columns: 4fr 4fr 1fr;
  }
}
@media (max-width: 768px) {
  .trusted-grid .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .trusted-grid .container div:nth-child(1), .trusted-grid .container div:nth-child(6) {
    display: none;
  }
}
.trusted-grid .container .empty {
  width: 100%;
  height: 100%;
  background: transparent;
}
@media (max-width: 768px) {
  .trusted-grid .container .empty {
    height: 120px;
  }
}
.trusted-grid .container .cell {
  width: 100%;
  height: 100%;
  background: white;
  padding: 56px 4%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 1280px) {
  .trusted-grid .container .cell {
    padding: 40px 4%;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .trusted-grid .container .cell {
    padding: 32px 4%;
    gap: 24px;
  }
}
.trusted-grid .container .cell .cell-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1280px) {
  .trusted-grid .container .cell .cell-title {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .trusted-grid .container .cell .cell-title {
    gap: 12px;
  }
}
.trusted-grid .container .cell .cell-title h4 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .trusted-grid .container .cell .cell-title h4 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .trusted-grid .container .cell .cell-title h4 {
    font-size: 24px;
  }
}
.trusted-grid .container .cell .cell-title p {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
@media (max-width: 768px) {
  .trusted-grid .container .cell .cell-title p {
    font-size: 16px;
  }
}
.trusted-grid .container .cell .brand-logos {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.trusted-grid .container .cell .brand-logos figure {
  position: relative;
  width: 100%;
  height: 64px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .trusted-grid .container .cell .brand-logos figure {
    height: 40px;
  }
}
.trusted-grid .container .cell .brand-logos figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.trusted-grid .container .cell > a {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}
.trusted-grid .container .cell > a > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: black;
}
@media (max-width: 768px) {
  .trusted-grid .container .cell > a > span {
    font-size: 16px;
  }
}

.index-product {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}
@media (max-width: 1280px) {
  .index-product {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .index-product {
    margin-bottom: 70px;
  }
}
.index-product .container {
  width: 95%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .index-product .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .index-product .container {
    gap: 40px;
  }
}
.index-product .container .sec-title {
  width: 100%;
  height: auto;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-product .container .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-title {
    font-size: 32px;
  }
}
.index-product .container .sec-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body {
    gap: 32px;
  }
}
.index-product .container .sec-body .prod-tabs {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.index-product .container .sec-body .prod-tabs .tab {
  flex: 0 0 22%;
  height: 84px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #818181;
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .prod-tabs .tab {
    height: 64px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .prod-tabs .tab {
    height: 52px;
    padding: 0 12px;
    font-size: 14px;
  }
}
.index-product .container .sec-body .prod-tabs .tab.on {
  background: #030553;
  border-color: #030553;
  color: white;
}
.index-product .container .sec-body .prod-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 30px;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .prod-grid {
    gap: 24px 16px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}
.index-product .container .sec-body .prod-grid .cell {
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f0f0;
}
.index-product .container .sec-body .prod-grid .cell .prod-thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 1/0.65;
  background: white;
  overflow: hidden;
}
.index-product .container .sec-body .prod-grid .cell .prod-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-product .container .sec-body .prod-grid .cell .brand-name {
  min-width: 140px;
  height: auto;
  padding: 8px 16px;
  margin-bottom: 24px;
  border: 2px solid #0F1388;
  border-radius: 100000rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #0F1388;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .prod-grid .cell .brand-name {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .prod-grid .cell .brand-name {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.index-product .container .sec-body .prod-grid .cell .product-name {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .prod-grid .cell .product-name {
    margin-bottom: 28px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .prod-grid .cell .product-name {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.index-product .container .sec-body .prod-grid .cell a {
  width: 100%;
  height: 72px;
  padding: 0 12px;
  background: white;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: #818181;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-product .container .sec-body .prod-grid .cell a {
    height: 52px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-product .container .sec-body .prod-grid .cell a {
    height: 40px;
    font-size: 15px;
  }
}
.index-product .container .sec-body .prod-grid .cell a:hover {
  border-color: #2F2F51;
  background: #2F2F51;
  color: white;
}

.index-etc {
  width: 100%;
  height: auto;
}
.index-etc .container {
  width: 95%;
  height: auto;
  max-width: 1680px;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1280px) {
  .index-etc .container {
    flex-direction: column;
    align-items: center;
  }
}
.index-etc .container .etc-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-etc .container .etc-title-wrap > h2 {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 34px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .index-etc .container .etc-title-wrap > h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-etc .container .etc-title-wrap > h2 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.index-etc .container .etc-title-wrap > h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #aaa;
}
.index-etc .container .etc-title-wrap > p {
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
}
.index-etc .container .left {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1280px) {
  .index-etc .container .left {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .index-etc .container .left {
    gap: 28px;
  }
}
.index-etc .container .left .news-latest {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1280px) {
  .index-etc .container .left .news-latest {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.index-etc .container .left .news-latest li {
  width: 100%;
  height: 100%;
}
.index-etc .container .left .news-latest li > a {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fafafa;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .index-etc .container .left .news-latest li > a {
    padding: 16px;
  }
}
.index-etc .container .left .news-latest li > a .new-thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-etc .container .left .news-latest li > a .new-thumb {
    margin-bottom: 20px;
  }
}
.index-etc .container .left .news-latest li > a .new-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-etc .container .left .news-latest li > a .news-title {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .index-etc .container .left .news-latest li > a .news-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index-etc .container .left .news-latest li > a .news-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.index-etc .container .left .news-latest li > a .news-content {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-etc .container .left .news-latest li > a .news-content {
    font-size: 15px;
  }
}
.index-etc .container .right {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1280px) {
  .index-etc .container .right {
    flex: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-etc .container .right {
    gap: 28px;
  }
}
.index-etc .container .right #index-contact {
  width: 100%;
  height: auto;
  padding: 28px 32px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .index-etc .container .right #index-contact {
    padding: 20px;
  }
}
.index-etc .container .right #index-contact .input-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.index-etc .container .right #index-contact .input-group .input-field {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 1280px) {
  .index-etc .container .right #index-contact .input-group .input-field {
    flex-direction: column;
  }
}
.index-etc .container .right #index-contact .input-group .input-field > label {
  flex: 0 0 110px;
  padding-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .index-etc .container .right #index-contact .input-group .input-field > label {
    flex: unset;
    font-size: 16px;
  }
}
.index-etc .container .right #index-contact .input-group .input-field input {
  flex: 1 1 auto;
  height: 44px;
  background: #f0f0f0;
  padding: 0 12px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .index-etc .container .right #index-contact .input-group .input-field input {
    flex: unset;
    width: 100%;
    height: 40px;
  }
}
.index-etc .container .right #index-contact .input-group .input-field textarea {
  flex: 1 1 auto;
  background: #f0f0f0;
  padding: 8px 12px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 4px;
  resize: none;
}
@media (max-width: 1280px) {
  .index-etc .container .right #index-contact .input-group .input-field textarea {
    flex: unset;
    width: 100%;
  }
}
.index-etc .container .right #index-contact .input-group .submit-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.index-etc .container .right #index-contact .input-group .submit-wrap .empty {
  flex: 0 0 110px;
}
@media (max-width: 1280px) {
  .index-etc .container .right #index-contact .input-group .submit-wrap .empty {
    display: none;
  }
}
.index-etc .container .right #index-contact .input-group .submit-wrap button {
  flex: 1 1 auto;
  height: 64px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: black;
  border: none;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .index-etc .container .right #index-contact .input-group .submit-wrap button {
    height: 52px;
    font-size: 16px;
  }
}

.infinite-loop {
  width: 100%;
  height: auto;
  padding: 52px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .infinite-loop {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .infinite-loop {
    padding: 32px 0;
  }
}
.infinite-loop .loop-wrap {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation-name: infiniteLoop;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.infinite-loop .loop-wrap:hover {
  animation-play-state: paused;
}
.infinite-loop .loop-wrap .loop {
  padding-right: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1280px) {
  .infinite-loop .loop-wrap .loop {
    padding-right: 40px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .infinite-loop .loop-wrap .loop {
    padding-right: 32px;
    gap: 32px;
  }
}
.infinite-loop .loop-wrap .loop img {
  width: auto;
  height: 36px;
}

@keyframes infiniteLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=main.css.map */