@charset "utf-8";

.toppage #topsection,
.toppage .topnews + .topproduct {
  display: none;
}

.toppage .topmain {
  margin-bottom: 0;
}

.topproduct.topproduct-2 {
  padding: 120px 0;
}

.topproduct.topproduct-2 .inner:not(#_) {
  max-width: 1080px;
  width: 100%;
}

.topproduct.topproduct-2 .topprohd {
  text-align: center;
  font-size: 24px;
  color: #4043c7;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 48px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  position: relative;
}

.topproduct.topproduct-2 .topprohd:before {
  position: absolute;
  content: "";
  background: #4245c8;
  width: 50px;
  height: 1px;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  z-index: 2;
}

.topproduct.topproduct-2 .topprocont {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.topproduct.topproduct-2 .topprocont {
  width: 100%;
  background: transparent;
}

.topproduct.topproduct-2 .topprocont .topprolink {
  width: 100%;
  margin: 0;
  padding: 24px 24px 32px;
  box-shadow: 0px 10px 30px 0px rgba(61, 64, 198, 0.08);
}

.topproduct.topproduct-2 .topprocont .topprolinkin {
  width: 100%;
}

.topproduct.topproduct-2 .topprocont .topprolinkbtn {
  margin-top: 10px;
  max-width: 272px;
}

.topproduct.topproduct-2 .topprocont .topprolink:nth-child(2) .tac img {
  height: auto;
  aspect-ratio: 255.83 / 70;
  max-width: 256px;
}

.topproduct.topproduct-2 .topprocont .topprolink:nth-child(3) .tac img {
  height: auto;
  aspect-ratio: 349.5 / 70;
  max-width: 306px;
  translate: 5px 5px;
}

.topproduct.topproduct-2 .topprocont .topprolink:first-child {
  grid-column: 1 / 3;
  gap: 4.4%;
}

.topproduct.topproduct-2 .topprolinktxt {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.topproduct.topproduct-2 .topprocont .topprolink:first-child .topprolinkimg {
  translate: -20px;

  img {
    object-fit: contain;
  }
}

.topproduct.topproduct-2 .topprocont .topprolink:first-child .tac {
  translate: 6px 12px;
  width: 230px;
  margin-bottom: 7px;
}

.topproduct.topproduct-2 .topprocont .topprolink:first-child .topprolinkin {
  width: 33.5%;
}

.topproduct.topproduct-2 .topprocont .topprolink:first-child .topprolinkbtn {
  max-width: 320px;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .topproduct.topproduct-2 .topprocont .topprolink:first-child .topprolinkimg {
    translate: initial;
  }

  .topproduct.topproduct-2 .topprocont .topprolink:first-child .topprolinkin {
    width: 60%;
  }

  .topproduct.topproduct-2 .topprolinktxt {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .topproduct.topproduct-2 {
    padding-top: 220px;
  }

  .topproduct.topproduct-2 .topprocont {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .topproduct.topproduct-2 .topprolink {
    height: 196px;
  }

  .topproduct.topproduct-2 .topprocont .topprolink:first-child {
    grid-column: initial;
    flex-direction: column;
    gap: 4.4%;
    height: auto;
  }

  .topproduct.topproduct-2 .topprolinktxt {
    text-align: center;
  }

  .topproduct.topproduct-2 .topprocont .topprolinkbtn {
    margin-top: 20px;
  }

  .topproduct.topproduct-2 .topprocont .topprolink:first-child .topprolinkin {
    width: 100%;
  }

  .topproduct.topproduct-2 .topprocont .topprolink:first-child .tac {
    translate: initial;
    margin-inline: auto;
  }

  .topproduct.topproduct-2 .topprocont .topprolink:first-child .topprolinkbtn {
    margin-top: 24px;
  }
}

@media screen and (width < 375px) {
  .topproduct.topproduct-2 .topprolinktxt {
    font-size: 14px;
  }
}
