@font-face {
  font-family: "SCoreDream";
  src: url("./fonts/SCDream3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SCoreDream";
  src: url("./fonts/SCDream4.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SCoreDream";
  src: url("./fonts/SCDream5.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SCoreDream";
  src: url("./fonts/SCDream6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SCoreDream";
  src: url("./fonts/SCDream7.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --green: #2f5035;
  --green-dark: #0c3f28;
  --gray-section: #f1f1f1;
  --line: rgb(255 255 255 / 22%);
  --header-line: rgb(0 0 0 / 12%);
  --container: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: #111111;
  font-family: "SCoreDream", Arial, Helvetica, sans-serif;
  font-weight: 400;
  word-break: keep-all;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

#hd {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid var(--header-line);
  background: rgb(255 255 255 / 98%);
  box-shadow: 0 8px 26px rgb(0 0 0 / 6%);
  color: #111111;
  transform: translate3d(0, 0, 0);
}

#hd_wrapper {
  display: flex;
  width: min(calc(100% - 96px), var(--container));
  height: 118px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.brand-mark img {
  display: block;
  width: 48px;
  height: auto;
}

.brand-mark span {
  font-family: "SCoreDream", Arial, Helvetica, sans-serif;
  color: var(--green);
  font-size: 18px;
  font-weight: 700;
}

#gnb_1dul {
  display: flex;
  align-items: center;
  gap: 74px;
}

.gnb_1da {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.25s ease;
}

.menu-btn {
  display: none;
}

.sidebar {
  display: none;
}

.close-btn {
  cursor: pointer;
}

#wrapper {
  min-height: 100dvh;
}

.container {
  width: min(calc(100% - 96px), var(--container));
  margin: 0 auto;
}

.main section {
  position: relative;
  overflow: hidden;
  padding: 200px 0;
}

.main .hero {
  height: 100dvh;
  min-height: 720px;
  padding: 0;
  background: var(--black);
}

.main .hero .txt {
  position: absolute;
  top: calc(50% + 58px);
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translate(-50%, -50%);
  color: var(--white);
  padding: 0 24px;
  text-align: center;
}

.title {
  text-align: center;
}

.main .hero .title h2 {
  color: var(--white);
  font-size: 58px;
  font-weight: 700;
  line-height: 1.18;
}

.main .hero .title p {
  max-width: 960px;
  margin: 42px auto 0;
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.85;
}

.main .hero .txt .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 52px;
}

.more-btn {
  display: inline-flex;
  width: 250px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 82%);
  border-radius: 999px;
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.more-btn:hover {
  background: var(--white);
  color: var(--green-dark);
}

.more-btn.green {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.main .hero .bg {
  position: relative;
  display: grid;
  height: 100%;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(2 8 5 / 62%), rgb(2 8 5 / 32%)),
    url("./images/hero-smartfarm-greenhouse.png") center / cover no-repeat,
    linear-gradient(135deg, #172219 0%, #0d160f 48%, #263124 100%);
  opacity: 0.95;
  transform: scale(1.08);
  animation: hero-zoom 2.8s ease forwards;
}

.main .hero .bg::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgb(0 0 0 / 16%), rgb(0 0 0 / 21%)),
    radial-gradient(ellipse at center, transparent 0%, rgb(0 0 0 / 14%) 76%);
  content: "";
}

.main .hero .bg::after {
  position: absolute;
  right: 7%;
  bottom: 9%;
  width: min(62vw, 960px);
  height: 26%;
  border-radius: 999px;
  background: rgb(255 255 255 / 9%);
  filter: blur(16px);
  content: "";
  transform: rotate(-7deg);
}

.main .hero .bg span {
  display: none;
}

.hidden-m {
  display: inline;
}

.visible-m {
  display: none;
}

.title {
  margin-bottom: 70px;
  text-align: center;
}

.title h2 {
  color: #000000;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}

.desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}

.desc span {
  color: var(--green);
}

.main .overview {
  padding-top: 150px;
  text-align: center;
}

.script-wordmark {
  margin-bottom: -56px;
  color: rgb(47 80 53 / 10%);
  font-size: 132px;
  font-weight: 300;
  line-height: 1;
}

.main .overview strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 40px;
  color: #111111;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.35;
}

.main .overview strong span {
  color: var(--green);
}

.main .overview .desc {
  max-width: 1100px;
  margin: 0 auto;
}

.img-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
  width: min(100%, 980px);
  margin: 0 auto;
}

.img-list li {
  display: block;
  width: 100%;
}

.img-list li > div {
  width: 100%;
}

.img-list li .txt {
  padding-top: 34px;
  text-align: left;
}

.img-list li .txt strong {
  display: block;
  margin-bottom: 15px;
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
}

.img-list li .txt h3 {
  margin-bottom: 30px;
  color: #000000;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
}

.img-list li .txt .desc {
  max-width: 100%;
  white-space: nowrap;
}

.photo-slot {
  display: grid;
  width: 100%;
  min-height: 500px;
  place-items: center;
  background:
    linear-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 10%)),
    #e9ece7;
  color: #25342b;
  overflow: hidden;
  text-align: center;
}

.photo-slot.split-2,
.photo-slot.split-3 {
  align-items: stretch;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 560px;
  place-items: stretch;
}

.photo-slot.split-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-slot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.photo-slot span {
  width: min(72%, 520px);
  border: 1px solid rgb(47 80 53 / 22%);
  background: rgb(255 255 255 / 78%);
  padding: 18px 22px;
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.main .brands ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.main .brands ul li {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #26342b 0%, #101611 100%);
  background-position: center;
  background-size: cover;
  color: var(--white);
  padding: 36px;
}

.main .brands ul li::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 18%) 0%,
    rgb(0 0 0 / 72%) 100%
  );
  content: "";
}

.main .brands ul li > * {
  position: relative;
  z-index: 1;
}

.service-bg-education {
  background-image:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #2b3a2f 0%, #111811 100%);
}

.service-bg-consulting {
  background-image:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #26383c 0%, #101618 100%);
}

.service-bg-netherlands {
  background-image:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #334128 0%, #15180f 100%);
}

.service-bg-ai {
  background-image:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #203238 0%, #0f1518 100%);
}

.service-bg-policy {
  background-image:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #34352c 0%, #171712 100%);
}

.service-bg-translation {
  background-image:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #2f2c3a 0%, #15131a 100%);
}

.service-bg-lecture {
  background-image:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 68%)),
    linear-gradient(135deg, #3a3026 0%, #17130f 100%);
}

.main .brands ul li p {
  display: inline-block;
  align-self: flex-start;
  border-radius: 50px;
  background: rgb(255 255 255 / 18%);
  color: var(--white);
  padding: 9px 22px;
  font-size: 16px;
  font-weight: 700;
}

.main .brands ul li h3 {
  margin: 28px 0 12px;
  color: var(--white);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.main .brands ul li .desc {
  max-width: 540px;
  color: rgb(255 255 255 / 86%);
  font-size: 18px;
}

.main .strength {
  background:
    radial-gradient(circle at 18% 18%, rgb(47 80 53 / 30%), transparent 28%),
    linear-gradient(135deg, #0a120d 0%, #151b17 48%, #070907 100%);
  color: var(--white);
}

.main .strength .title h2 {
  color: var(--white);
}

.main .strength ul {
  position: relative;
  display: grid;
  gap: 0;
  width: min(100%, 1180px);
  margin: 0 auto;
  counter-reset: strength;
}

.main .strength ul::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 250px;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgb(255 255 255 / 28%),
    transparent
  );
  content: "";
}

.main .strength ul li {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  min-height: 260px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  counter-increment: strength;
}

.main .strength ul li:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.main .strength ul li::before {
  position: absolute;
  left: 232px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 50%;
  background: #102218;
  color: rgb(255 255 255 / 88%);
  content: counter(strength, decimal-leading-zero);
  font-size: 13px;
  font-weight: 700;
}

.strength-photo {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 150px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgb(0 0 0 / 54%), rgb(0 0 0 / 70%)),
    linear-gradient(135deg, #20352a 0%, #0d130f 100%);
  text-align: center;
}

.strength-photo.split-2,
.strength-photo.split-3 {
  align-items: stretch;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: stretch;
}

.strength-photo.split-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strength-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.strength-photo span {
  width: min(82%, 320px);
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(0 0 0 / 28%);
  color: rgb(255 255 255 / 72%);
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.main .strength ul li .txt {
  color: var(--white);
  padding: 44px 0;
  text-align: left;
}

.main .strength ul li .txt h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

.main .strength ul li .txt .desc {
  max-width: 760px;
  color: rgb(255 255 255 / 76%);
  font-size: 18px;
}

.main .global .title {
  margin-bottom: 70px;
}

.global-image-slot {
  display: grid;
  width: 100%;
  min-height: 430px;
  place-items: center;
  background:
    linear-gradient(rgb(255 255 255 / 18%), rgb(255 255 255 / 18%)),
    #dfe4e2;
  text-align: center;
}

.global-image-slot img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.global-image-slot span {
  width: min(76%, 760px);
  border: 1px solid rgb(47 80 53 / 22%);
  background: rgb(255 255 255 / 80%);
  color: var(--green-dark);
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.main .blog {
  padding-top: 0;
}

.main .blog .container {
  width: min(calc(100% - 96px), 1300px);
}

.main .blog ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.main .blog ul li {
  display: flex;
  min-width: 0;
  min-height: 320px;
  flex-direction: column;
  align-items: flex-start;
  background: #f5f5f5;
  padding: 38px 36px;
}

.main .blog ul li p {
  display: inline-block;
  border-radius: 999px;
  background: rgb(0 70 44 / 10%);
  color: var(--green);
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 700;
}

.main .blog ul li h3 {
  min-height: 84px;
  margin: 28px 0 34px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}

.main .blog ul li a {
  margin-top: auto;
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
}

.main .contact {
  padding: 120px 0;
  background:
    linear-gradient(rgb(0 72 45 / 82%), rgb(0 72 45 / 82%)),
    url("./images/content/09.jpg") center / cover no-repeat,
    radial-gradient(circle at 75% 50%, rgb(255 255 255 / 14%), transparent 28%),
    #06462d;
}

.main .contact .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.main .contact .txt {
  color: var(--white);
}

.main .contact .txt strong {
  display: block;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.35;
}

.main .contact .txt .desc {
  color: var(--white);
  font-weight: 600;
}

.contact-bg-note {
  position: absolute;
  left: 0;
  bottom: -82px;
  color: rgb(255 255 255 / 58%);
  font-size: 13px;
  font-weight: 500;
}

#ft {
  background: #1d1d1d;
  color: var(--white);
  padding: 58px 0;
}

#ft .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

#ft .info {
  display: flex;
  align-items: center;
  gap: 62px;
}

.ft-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.ft-logo img {
  display: block;
  width: 44px;
  height: auto;
}

.ft-logo span {
  font-family: "SCoreDream", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

#ft .company {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgb(255 255 255 / 86%);
  font-size: 14px;
  line-height: 1.45;
}

#ft .company b {
  color: var(--white);
}

#ft .copyright {
  color: rgb(255 255 255 / 52%);
  font-size: 14px;
  white-space: nowrap;
}

.fab-wrap {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 40;
}

#top_btn {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 10px 30px rgb(0 0 0 / 16%);
  color: var(--green-dark);
  font-size: 24px;
  font-weight: 700;
}

@keyframes hero-zoom {
  0% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 1200px) {
  #hd_wrapper {
    width: min(calc(100% - 56px), var(--container));
  }

  .container {
    width: min(calc(100% - 56px), var(--container));
  }

  #gnb_1dul {
    gap: 38px;
  }

  .img-list {
    width: min(100%, 860px);
    gap: 90px;
  }

  .img-list li .txt h3 {
    font-size: 36px;
  }

  .photo-slot {
    min-height: 420px;
  }

  .main .brands ul li {
    min-height: 400px;
  }

  .main .brands ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main .brands ul li p {
    padding: 10px 20px;
    font-size: 16px;
  }

  .main .strength ul {
    width: 100%;
  }

  .main .strength ul::before {
    left: 190px;
  }

  .main .strength ul li {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 54px;
  }

  .main .strength ul li::before {
    left: 172px;
  }

  .main .strength ul li .txt h3 {
    font-size: 24px;
  }

  .main .blog ul li h3 {
    font-size: 24px;
  }

  .main .blog .container {
    width: min(calc(100% - 56px), var(--container));
  }

  #ft .container {
    align-items: flex-start;
    flex-direction: column;
  }

  #ft .info {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 992px) {
  .container {
    width: calc(100% - 40px);
  }

  #hd_wrapper {
    width: calc(100% - 32px);
    height: 56px;
  }

  .brand-mark {
    gap: 8px;
    transform: translateY(2px);
  }

  .brand-mark img {
    width: 34px;
  }

  .brand-mark span {
    font-size: 18px;
  }

  #gnb {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    border: 1px solid rgb(17 17 17 / 12%);
    border-radius: 999px;
    gap: 4px;
    padding: 0 10px;
    background: rgb(255 255 255 / 72%);
    color: #111111;
  }

  .menu-btn span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .sidebar {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 80;
    display: block;
    width: min(82vw, 360px);
    background: #ffffff;
    color: #111111;
    box-shadow: -18px 0 42px rgb(0 0 0 / 24%);
    transform: translateX(105%);
    transition: transform 0.24s ease;
  }

  .sidebar:target {
    transform: translateX(0);
  }

  .sidebar-header {
    display: flex;
    height: 62px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 0 20px;
  }

  .sidebar-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green);
    font-size: 18px;
    font-weight: 700;
  }

  .sidebar-logo img {
    display: block;
    width: 34px;
    height: auto;
  }

  .sidebar-logo span {
    font-family: "SCoreDream", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .close-btn {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 28px;
    line-height: 1;
  }

  .sidebar-menu {
    padding: 22px 20px;
  }

  .sidebar-li + .sidebar-li {
    border-top: 1px solid rgb(0 0 0 / 8%);
  }

  .sidebar-a {
    display: block;
    padding: 18px 0;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
  }

  .main .hero {
    min-height: 710px;
  }

  .main .hero .txt {
    top: calc(50% + 30px);
    padding: 0 22px;
  }

  .main .hero .title h2 {
    font-size: 29px;
    line-height: 1.28;
  }

  .main .hero .title p {
    max-width: 430px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
  }

  .main .hero .txt .btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
  }

  .more-btn {
    width: 222px;
    height: 43px;
    font-size: 14px;
  }

  .hidden-m {
    display: none;
  }

  .visible-m {
    display: inline;
  }

  .main section {
    padding: 90px 0;
  }

  .title {
    margin-bottom: 30px;
  }

  .title h2 {
    font-size: 36px;
  }

  .desc {
    font-size: 16px;
    line-height: 1.75;
  }

  .main .overview {
    padding-top: 60px;
  }

  .script-wordmark {
    margin-bottom: -22px;
    font-size: 56px;
  }

  .main .overview strong {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .main .overview .desc {
    text-align: center;
  }

  .img-list li {
    margin-bottom: 0;
  }

  .img-list {
    gap: 58px;
    width: 100%;
  }

  .img-list li > div {
    width: 100%;
  }

  .img-list li .txt {
    padding: 24px 0 0 !important;
    text-align: left;
  }

  .img-list li .txt strong {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .img-list li .txt h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .img-list li .txt .desc {
    max-width: none;
    white-space: normal;
  }

  .photo-slot {
    min-height: 260px;
  }

  .photo-slot.split-2,
  .photo-slot.split-3 {
    gap: 6px;
    min-height: 260px;
  }

  .photo-slot.split-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-slot.split-3 img:first-child {
    grid-column: 1 / -1;
  }

  .photo-slot img {
    min-height: 260px;
  }

  .photo-slot span {
    width: min(84%, 360px);
    padding: 14px 16px;
    font-size: 13px;
  }

  .main .brands ul li {
    width: 100% !important;
    min-height: auto;
    padding: 25px;
  }

  .main .brands ul {
    grid-template-columns: 1fr;
  }

  .main .brands ul li p {
    padding: 6px 15px;
    font-size: 14px;
  }

  .main .brands ul li h3 {
    margin: 15px 0 8px;
    font-size: 24px;
  }

  .main .blog ul li {
    width: 100% !important;
  }

  .main .blog ul {
    grid-template-columns: 1fr;
  }

  .main .strength ul {
    gap: 22px;
  }

  .main .strength ul::before {
    display: none;
  }

  .main .strength ul li {
    display: block;
    min-height: auto;
    border: 1px solid rgb(255 255 255 / 12%);
    padding: 20px;
  }

  .main .strength ul li::before {
    top: 20px;
    left: 20px;
  }

  .strength-photo {
    min-height: 180px;
  }

  .strength-photo img {
    min-height: 180px;
  }

  .main .strength ul li .txt {
    min-height: auto;
    padding: 22px 0 0;
  }

  .main .strength ul li .txt h3 {
    font-size: 20px;
  }

  .main .strength ul li .txt .desc {
    font-size: 14px;
  }

  .global-image-slot {
    min-height: 260px;
  }

  .global-image-slot img {
    height: 260px;
  }

  .global-image-slot span {
    width: min(84%, 360px);
    padding: 14px 16px;
    font-size: 13px;
  }

  .main .blog {
    padding-top: 0;
  }

  .main .blog ul li {
    min-height: auto;
    padding: 25px;
  }

  .main .blog ul li h3 {
    min-height: auto;
    margin: 18px 0 24px;
    font-size: 22px;
  }

  .main .contact {
    padding: 60px 0;
    text-align: center;
  }

  .main .contact .container {
    justify-content: center;
  }

  .main .contact .txt {
    width: 100%;
  }

  .main .contact .txt strong {
    margin-bottom: 14px;
    font-size: 26px;
  }

  .contact-bg-note {
    position: static;
    width: 100%;
    line-height: 1.5;
  }

  #ft {
    padding: 40px 0;
  }

  .ft-logo {
    font-size: 18px;
  }

  .ft-logo img {
    width: 34px;
  }

  .ft-logo span {
    font-size: 18px;
  }

  #ft .company {
    font-size: 12px;
  }

  #ft .copyright {
    font-size: 12px;
    white-space: normal;
  }

  .fab-wrap {
    right: 16px;
    bottom: 16px;
  }

  #top_btn {
    width: 54px;
    height: 54px;
  }

  .main .hero .bg {
    background:
      linear-gradient(rgb(0 0 0 / 8%), rgb(0 0 0 / 14%)),
      url("./images/hero-smartfarm-greenhouse.png") 63% center / cover no-repeat,
      linear-gradient(135deg, #151d16 0%, #0a110d 48%, #263124 100%);
  }

  .main .hero .bg::before {
    background:
      linear-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 18%)),
      radial-gradient(ellipse at center, transparent 0%, rgb(0 0 0 / 10%) 78%);
  }
}
