@font-face {
  font-family: "SVN-Kimberley";
  src: url("fonts/SVN-Kimberley.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archistico";
  src: url("fonts/Archistico Simple.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  background: linear-gradient(137deg, rgba(255, 255, 255, 0) 17.75%, rgba(135, 185, 216, 0.3) 79.21%);
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.hero .product-thumb {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: bottom;
}
.hero .about-hero-content {
  position: relative;
  z-index: 2;
}
.hero .about-hero-content .heading-24-kim {
  color: #0D50A7;
}
.hero .about-hero-content h1 {
  margin-bottom: 1.5rem;
}
.hero .about-hero-content h1 .first, .hero .about-hero-content h1 .last {
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .about-hero-content h1 .last {
  position: absolute;
  right: 0;
  padding-right: 5px;
}
.hero .about-hero-content .normal-text-16 {
  font-weight: 500;
  max-width: 364px;
  text-align: justify;
}
.hero .social-list {
  position: absolute;
  bottom: 62px;
}

.products-section {
  padding: 4rem 0;
}
.products-section .grid-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.products-section .grid-product .product-item {
  padding: 8rem 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  border-radius: 1.25rem;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.products-section .grid-product .product-item:hover {
  border: 1px solid #E9E9E9;
  background: linear-gradient(286deg, rgba(255, 255, 255, 0) 1.3%, rgba(135, 185, 216, 0.3) 100%);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.products-section .grid-product .product-item .pro-image-link {
  width: 90%;
  display: flex;
  justify-content: center;
}
.products-section .grid-product .product-item .pro-name {
  color: #0D0D0D;
  font-weight: bold;
  margin-bottom: 2px;
  cursor: pointer;
}
.products-section .grid-product .product-item .pro-sub-title {
  color: #0D0D0D;
  font-weight: 500;
}

.page-id-484 .hero .about-hero-content h1 {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 530px;
  font-size: 3.5rem;
}
.page-id-484 .hero .about-hero-content h1 .first, .page-id-484 .hero .about-hero-content h1 .last {
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-id-484 .hero .about-hero-content h1 .last {
  position: static;
}

@media screen and (max-width: 1440px) {
  .page-id-484 .hero .about-hero-content h1 {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 530px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .hero {
    padding: 0;
    display: flex;
    align-items: center;
    height: 600px;
  }
  .hero .about-hero-content {
    position: relative;
    z-index: 2;
  }
  .hero .about-hero-content .heading-24-kim {
    color: #0D50A7;
  }
  .hero .about-hero-content h1 {
    margin-bottom: 1.5rem;
    background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero .about-hero-content h1 .first, .hero .about-hero-content h1 .last {
    background: none;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
  .hero .about-hero-content h1 .last {
    position: static;
  }
  .hero .about-hero-content .normal-text-16 {
    max-width: 300px;
  }
  .hero .social-list {
    position: absolute;
    right: 20px;
    bottom: 62px;
  }
  .products-section .grid-product {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-section .grid-product .product-item {
    padding: 2rem 2rem;
    gap: 16px;
  }
  .products-section .grid-product .product-item .pro-image-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 768px;
    margin-top: 74px;
    align-items: flex-start;
  }
  .hero .product-thumb {
    object-position: center 0;
  }
  .hero .about-hero-content {
    text-align: center;
    margin-top: 2rem;
  }
  .hero .about-hero-content .heading-24-kim {
    font-size: 1.5rem;
  }
  .hero .about-hero-content h1 {
    font-size: 2rem;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
  .hero .about-hero-content .normal-text-16 {
    max-width: 100%;
    text-align: center;
  }
  .products-section {
    padding: 3rem 0;
  }
  .products-section .grid-product .product-item .pro-sub-title {
    font-size: 1rem;
  }
  .page-id-484 .hero .about-hero-content h1 {
    margin-bottom: 1.25rem;
    width: 100%;
    max-width: 530px;
    font-size: 1.75rem;
  }
}
/*# sourceMappingURL=tpl-product.css.map */
