@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;
  }
}

section.voice .voice-cards {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.voice .voice-cards {
    margin-top: 32px;
  }
  section.voice .voice-card {
    margin-inline: auto;
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.voice .voice-card:not(:first-child) {
    margin-top: 30px;
  }
}

#service-lecheck {
  .linkbtn a {
    margin: 40px auto 0;
    display: flex;
    width: 240px;
    height: 47px;
    border: 1px #3e41c5 solid;
    background: #fff;
    color: #4043c7;
    align-items: center;
    font-weight: 700;
    justify-content: space-between;
    padding: 0 30px 0 30px;
    background-image: url("../img/common/arrow_right.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 1.5;
  }
  .linkbtn a:hover {
    color: #fff;
    background: #4043c7;
    background-image: url("../img/common/arrow_right_on.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
  }
  .checkmain {
    margin-bottom: 100px;
  }
  .chtr .hdmarea {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .case-cards {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .case-cards {
    row-gap: 20px;
  }
}
