/* screen - pc */

.pc {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

img.waste {
  width: 40px !important;
  height: 40px !important;
  flex: 0 !important;
  flex-grow: 0 !important;
}

.pc .x01-video {
  align-items: center;
  display: flex;
  height: 828px;
  /* max-width: 1440px; */
  width: 100%;
  margin: auto;
  position: relative;
  transition: all 0.5s ease;
}

.header {
  transition: 0.1s all ease;;
}

.pc .video {
  align-items: center;
  background-size: 100% 100%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  min-height: 720px;
  padding: 0 51px;
  max-width: 1332px;
  width: 100%;
  margin: auto;
  position: relative;
  transition: all 0.5s ease; /* Smooth transition for resizing */
  z-index: 1;
  overflow: hidden;
}

.pc video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 30px; */
  transition: all 0.5s ease; /* Smooth transition for resizing */
  z-index: -1;
}

.indicator-cover.light >div:nth-child(1) {
  display: flex
}
.indicator-cover.light >div:nth-child(2) {
  display: none
}
.indicator-cover.dark >div:nth-child(1) {
  display: none
}
.indicator-cover.dark >div:nth-child(2) {
  display: flex
}

.indicator_white{
  position: fixed;
}

.partner.six {
  justify-content: space-between;
}
.partner.six img {
  width: 88px;
  height: 88px;
  flex: 0;
  flex-grow: 0;
}
.partner.six img:nth-child(1) {
  display: block;
}
.partner.six img:nth-child(2) {
  display: none;
}
.partner.six:hover img:nth-child(1) {
  display: none;
}
.partner.six:hover img:nth-child(2) {
  display: block;
}
.partner.two img:nth-child(1) {
  display: block;
}
.partner.two img:nth-child(2) {
  display: none;
}
.partner.two:hover img:nth-child(1) {
  display: none;
}
.partner.two:hover img:nth-child(2) {
  display: block;
}

.banner-overlay {
  transition: all 0.5s ease; /* Smooth transition for resizing */
}
.banner-container {
  width: 100%;
  overflow: hidden;
}

.pc .gnb {
  align-items: center;
  display: flex;
  height: 82px;
  justify-content: space-between;
  position: relative;
  max-width: 1110px;
  width: 100%;
  margin: auto;
}

.pc .logo {
  height: 36px;
  position: relative;
  width: 157px;
}

.pc .text {
  color: var(--white);
  flex: 1;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.header .gnb > a:nth-child(1) {
  display: block;
}
.header .gnb > a:nth-child(2) {
  display: none;
}
.header.fixed .gnb > a:nth-child(1) {
  display: none;
}
.header.fixed .gnb > a:nth-child(2) {
  display: block;
}

.header.fixed .text {
  color: #17191E
}

.kor {
  color: var(--ghost);
  font-weight: 500;
  line-height: 12px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.eng {
  color: var(--ghost);
  font-weight: 500;
  line-height: 12px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.eng.active, .kor.active {
  color: var(--outer-space);
}
.drawable-menu .eng.active, .drawable-menu .kor.active {
  color: var(--outer-space);
}

.pc .indicator_white {
  align-self: flex-start;
  /* margin-top: 64px; */
}

.pc .number {
  align-self: stretch;
  color: var(--white);
  font-weight: 500;
  line-height: 14px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.pc .number-1 {
  align-self: stretch;
  color: var(--white);
  font-weight: 500;
  line-height: 14px;
  position: relative;
  text-align: center;
}

.pc .title-headline {
  gap: 36px;
  margin-top: 266px;
  max-width: 1110px;
  width: 100%;
}

.pc .haim-internatonals {
  color: var(--white);
}

.pc .text-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 88px;
  position: relative;
}

.pc .text-4-1 {
  color: var(--white);
  font-weight: 700;
  line-height: 42px;
  position: relative;
  width: fit-content;
}

.pc .x02 {
  align-items: flex-start;
  gap: 80px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  width: 100%;
}

.pc .frame-107 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 100px;
  position: relative;
  width: 100%;
}

.pc .title-tab-sticky {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
  background: white;
  transition: all 0.3s ease;
}

.pc .title-tab-sticky.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.pc .title-tab-sticky.shift.fixed {
  top: 60px !important;
}

.pc .title-tab-sticky.fixed .frame-87 {
  max-width: 1110px;
  margin: auto;
}

.pc .text-5-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 88px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.pc .frame-8 {
  align-items: center;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 16px 20px;
  position: relative;
  max-width: 260px;
}

.pc .frame-8.en {
  max-width: 235px !important;
}

.pc .frame-8 .headingh4 {
  color: var(--ghost);
}
.pc .frame-8.active .headingh4 {
  color: var(--eerie-black);
}

.pc .frame-8.en .text-6-1, .pc .frame-8.en .text-2{
  font-weight: 600 !important;
}

.pc .text-6-1 {
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 16px;
}

.pc .text-2 {
  color: var(--ghost);
  font-weight: 700;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 16px;
}

.pc .title {
  align-self: stretch;
  flex: 0 0 auto;
  gap: 15px;
  width: 100%;
}

.pc .text-11 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text-3 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 27px;
  position: relative;
}


.pc .partners {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.pc .carousel {
  animation: 35s swipe linear infinite;
}

.pc .carousel-up {
  animation: 35s swipe_up linear infinite;
}
.pc .carousel-down {
  animation: 35s swipe_down linear infinite;
}

.pc .text-12 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
}

.pc .frame-109 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  position: relative;
  width: 100%;
}

.pc .frame-110 {
  background-color: var(--catalina-blue);
  border-radius: 100px;
  height: 88px;
  overflow: hidden;
  position: relative;
  width: 88px;
}

.pc .image-534 {
  height: 49px;
  left: 19px;
  position: absolute;
  top: 19px;
  width: 49px;
}

.pc .part-2 {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
}

.pc .text-4 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 30px;
  margin-top: -1.00px;
  position: relative;
  text-align: right;
}

.pc .text-14 {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: right;
}

.pc .frame-99 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 100%;
}

.pc .text-16 {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: right;
}

.pc .frame-110-1 {
  background-color: var(--alizarin-crimson);
}

.pc .image-99 {
  height: 31px;
  left: 26px;
  position: absolute;
  top: 29px;
  width: 36px;
}

.pc .text-18 {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: right;
}

.pc .frame-110-2 {
  background-color: var(--blue);
}

.pc .image-97 {
  height: 46px;
  left: 23px;
  object-fit: cover;
  position: absolute;
  top: 21px;
  width: 42px;
}

.pc .text-20 {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: right;
}

.pc .partner05 {
  align-items: center;
  background-color: var(--white-lilac);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 300px;
  justify-content: flex-end;
  margin-right: -238.00px;
  padding: 36px;
  position: relative;
  width: 260px;
}

.pc .frame-110-3 {
  background-color: var(--congress-blue);
}
.partner.five:hover .frame-110-3 {
  background-color: #3870abff;
}
.partner.three:hover .frame-110-1 {
  background-color: #f24951ff;
}

.pc .x04_07_02_1_ai-1 {
  height: 48px;
  left: 26px;
  object-fit: cover;
  position: absolute;
  top: 20px;
  width: 37px;
}

.pc .text-22 {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: right;
}

.pc .partner06 {
  align-items: center;
  background-color: var(--white-lilac);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 300px;
  justify-content: flex-end;
  margin-right: -510.00px;
  padding: 36px;
  position: relative;
  width: 260px;
}

.pc .nc-uri-dmz {
  align-self: stretch;
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: right;
}

.pc .exp_cards {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  max-width: 1110px;
  width: 100%;
}

.pc .big_card {
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: url(../img/big-card.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  height: 612px;
  justify-content: flex-end;
  min-width: 240px;
  padding: 52px;
  position: relative;
}

.pc .layer_1 {
  height: 36px;
  position: relative;
  width: 157px;
}

.pc .text_label {
  align-self: stretch;
  color: var(--white);
  font-weight: 700;
  line-height: 27px;
  position: relative;
}

.pc .list_card {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 12px;
  max-width: 547px;
  width: 100%;
}

.pc .list_card-item {
  align-items: flex-end;
  background-color: var(--white);
  border-radius: 30px;
  flex: 1;
  flex-grow: 1;
  gap: 24px;
  height: 300px;
  justify-content: center;
  min-width: 240px;
  overflow: hidden;
  padding: 36px;
}

.pc .image {
  height: 300px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 268px;
}

.pc .text-2-1 {
  color: var(--white);
  flex: 1;
  font-weight: 600;
  line-height: 21px;
  position: relative;
}

.pc .image-1 {
  height: 410px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -110px;
  width: 273px;
}

.pc .title-1 {
  align-self: stretch;
  flex: 0 0 auto;
  gap: 12px;
  width: 100%;
}

.pc .text-28 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
}

.pc .x01 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  width: 100%;
}

.pc .x01_open {
  align-items: center;
  border-radius: 30px;
  display: flex;
  flex: 1;
  flex-grow: 1;
  height: 480px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pc .african-man-harvesting-vegetables-1 {
  height: 480px;
  left: 0;
  position: absolute;
  top: 0;
  /* max-width: 882px; */
  width: 100%;
}

.pc .contents {
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 60px;
}

.pc .frame-142 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  position: relative;
  width: 762px;
}

.pc .number-2 {
  align-self: stretch;
  color: var(--white);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
}

.pc .frame-1597884071 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 36px;
  position: relative;
  width: 762px;
}

.pc .title-2 {
  align-self: stretch;
  flex: 0 0 auto;
  gap: 8px;
  width: 100%;
}

.pc .text-29 {
  align-self: stretch;
  color: var(--white);
  font-weight: 700;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text_label-1 {
  align-self: stretch;
  color: var(--white);
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.pc .conts {
  gap: 16px;
}

.pc .io-t-ai {
  align-self: stretch;
  color: var(--white);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text_label-2 {
  align-self: stretch;
  color: var(--white);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .text-3-1 {
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  transform: rotate(90.00deg);
  white-space: nowrap;
  width: fit-content;
}

.pc .text-31 {
  color: var(--gull-gray);
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  transform: rotate(90.00deg);
  top: 145px;
  white-space: nowrap;
  width: fit-content;
}

.pc .x03_close {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--gull-gray);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 30px 0px;
  position: relative;
  width: 64px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.pc .x03_close:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adjust shadow intensity */
  transform: translateY(-5px); /* Slight lift effect */
}

.pc .gap {
  color: var(--gull-gray);
  font-weight: 600;
  line-height: 24px;
  top: 135px;
  position: absolute;
  transform: rotate(90.00deg);
  white-space: nowrap;
  width: fit-content;
}

.pc .text-34 {
  color: var(--gull-gray);
  font-weight: 600;
  line-height: 24px;
  top: 120px;
  position: absolute;
  transform: rotate(90.00deg);
  white-space: nowrap;
  width: fit-content;
}

.pc .text-35 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
}

.pc .frame-24 {
  align-items: center;
  background-color: var(--lily-white);
  border-radius: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
}

.pc .rg3-rh2 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-3 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pc .span-1 {
  font-weight: 600;
}

.pc .text_label-4 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.pc .text-37 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
}

.pc .frame-1597884137 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.pc .frame-15978841 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  min-width: 212.4px;
}

.pc .partner01 {
  border-radius: 16px 16px 0px 0px;
  height: 160px;
  overflow: hidden;
  padding: 24px;
}

.pc .part {
  flex: 0 0 auto;
}

.pc .image-5 {
  height: 160px;
  left: -14px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 240px;
}

.pc .partner01-1 {
  border-radius: 0px 0px 16px 16px;
  min-height: 120px;
  padding: 24px 24px 10px;
}

.pc .part-1 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 1px;
}

.pc .rh2-rg3 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  margin-bottom: -19.00px;
  margin-top: -1.00px;
  position: relative;
}

.pc .image-547 {
  height: 160px;
  left: -35px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 284px;
}

.pc .pmca {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text-38 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .partner01-2 {
  border-radius: 16px 16px 0px 0px;
  height: 160px;
  overflow: hidden;
}

.pc .image-54 {
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 212px;
}

.pc .part-3 {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
}

.pc .text-39 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text-40 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .title-3 {
  align-self: stretch;
  flex: 0 0 auto;
  gap: 12px;
  width: 100%;
}

.pc .text-41 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
}

.pc .frame-190 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  padding: 25px 60px 0;
  position: relative;
  width: 100%;
}

.pc .frame-190 img {
  width: 40px;
  height: 40px;
}

.pc .frame {
  align-items: center;
  border-radius: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
  position: relative;
}

.pc .layer_1-1 {
  height: 36px;
  position: relative;
  width: 157px;
}

.pc .layer_1-2 {
  height: 40px;
  position: relative;
  width: 40px;
}

.pc .text-43 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: center;
}

.pc .text-44 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: center;
}

.pc .text-45 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-align: center;
}

.pc .view {
  align-items: flex-end;
  align-self: stretch;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 540px;
  justify-content: space-between;
  min-width: 240px;
  overflow: hidden;
  padding: 60px;
  position: relative;
  width: 100%;
}

.pc .image-79 {
  height: 540px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  max-width: 1110px;
  width: 100%;
}

.pc .conts-1 {
  gap: 24px;
  margin-top: -480px;
}

.pc .text-46 {
  align-self: stretch;
  color: var(--white);
  font-weight: 700;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text-47 {
  align-self: stretch;
  color: var(--white);
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.pc .progress {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  margin-top: -480px;
  position: relative;
}

.pc .frame-18 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 160px;
}

.pc .img0 {
  height: 60px;
  position: relative;
  width: 60px;
}

.pc .text-5 {
  align-self: stretch;
  color: var(--white);
  font-weight: 600;
  line-height: 21px;
  position: relative;
  text-align: center;
}

.pc .group-2 {
  height: 40px;
}

.pc .group-3 {
  height: 22px;
}

.pc .text-51 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
}

.pc .cards {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.pc .x01-1 {
  align-items: center;
  background-color: var(--lily-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  justify-content: space-between;
  padding: 36px;
  position: relative;
  width: 300px;
}

.pc .frame-109-2 {
  /* margin-left: -23400.00px;
  margin-top: -1251.00px; */
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 60px;
}

.pc .part-4 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .text-6 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 30px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text-54 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .x02-1 {
  align-items: center;
  background-color: var(--lily-white-2);
  border-radius: 16px;
  min-height: 260px;
  justify-content: space-between;
  padding: 36px;
  width: 300px;
}

.pc .part-5 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .text-56 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .x03 {
  background-color: var(--milk-punch);
  border-radius: 16px;
  flex-direction: column;
  min-height: 260px;
  justify-content: space-between;
  padding: 36px;
  position: relative;
  width: 300px;
}

.pc .part-6 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .x04 {
  background-color: var(--orange-white);
}

.pc .part-7 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .text-59 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .x01-2 {
  align-items: center;
  background-color: var(--remy);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  justify-content: space-between;
  padding: 36px;
  position: relative;
  width: 300px;
}

.pc .part-8 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .text-61 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .x02-2 {
  align-items: center;
  background-color: var(--magnolia);
  border-radius: 16px;
  min-height: 260px;
  justify-content: space-between;
  padding: 36px;
  width: 300px;
}

.pc .part-9 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .text-63 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .x03-1 {
  background-color: var(--white-lilac);
  border-radius: 16px;
  flex-direction: column;
  min-height: 260px;
  justify-content: space-between;
  padding: 36px;
  position: relative;
  width: 300px;
}

.pc .part-10 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .text-65 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .x04-1 {
  background-color: var(--aqua-spring);
}

.pc .frame-109-3 {

}

.pc .part-11 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.pc .text-67 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .number-3 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 500;
  line-height: 14px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.pc .number-4 {
  align-self: stretch;
  color: var(--gull-gray);
  font-weight: 500;
  line-height: 14px;
  position: relative;
  text-align: center;
}

.pc .x03-2 {
  height: 828px;
  margin-top: 100px;
  max-width: 1440px;
  width: 100%;
}

.pc .photo {
  align-items: flex-start;
  background-color: var(--white-lilac);
  border-radius: 30px;
  display: flex;
  overflow: hidden;
  max-width: 1332px;
  width: 100%;
  margin: auto;
}

.pc .overlap-group {
  align-items: center;
  background-image: url(../img/tall-steel-skyscraper-reflects-blue-twilight-sunlight-glow-gener.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  gap: 36px;
  height: 824px;
  max-width: 1332px;
  width: 100%;
  padding: 100px 111px 77px;
}

.pc .indicator_white-1 {
  margin-bottom: 227.87px;
}

.pc .frame-1597884180 .number-1, .pc .frame-1597884180 .number {
  text-align: left !important;
  color: var(--gull-gray) !important;
  font-size: 24px !important;
  line-height: 36px !important;
  cursor: pointer;
}

.pc .contents-1 {
  /* align-self: flex-end; */
  /* display: flex; */
  gap: 100px;
  height: 543px;
  max-width: 1110px;
  width: 100%;
}

.pc .frame-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.pc .frame-1597884150 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  justify-content: flex-end;
  position: relative;
}

.pc .text-68 {
  color: var(--outer-space);
  font-weight: 500;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pc .ceo {
  color: var(--white-2);
  font-weight: 500;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pc .text-70 {
  color: var(--white);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.pc .frame-2 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  padding: 36px;
  position: relative;
}

.pc .text-7 {
  color: var(--eerie-black);
  font-weight: 600;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text-8 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.pc .text-73 {
  color: var(--eerie-black);
  font-weight: 600;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pc .text-76 {
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 54px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text-7-1 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
  position: relative;
  width: fit-content;
}

.pc .footer {
  height: 403px;
  max-width: 1440px;
  width: 100%;
  /* padding: 0 165px; */
}

.pc .footer-1 {
  flex-direction: column;
  gap: 24px;
  padding: 60px 0px;
  position: relative;
  max-width: 1110px;
  width: 100%;
  margin: auto;
}

.pc .haim-internationals {
  color: var(--eerie-black);
}

.pc .phone {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
}

.pc .e-mail-abcvswfgnave {
  align-self: stretch;
  color: transparent;
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .btn_top {
  align-items: center;
  background-color: var(--eerie-black);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  height: 70px;
  justify-content: center;
  right: 0px;
  padding: 10px;
  position: absolute;
  top: 273px;
  width: 70px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.pc .btn_top:hover {
  transform: scale(1.1);

}

.pc .frame-109-4 {
  align-self: stretch;
  flex: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 87px;
}

.pc .x01-2 .frame-109-4,.pc .x04-1 .frame-109-4 {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
}

.pc .frame-99-5 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 100%;
}

.pc .group {
  position: relative;
  width: 40px;
}

.pc .haim {
  align-self: stretch;
  font-weight: 700;
  line-height: 42px;
  margin-top: -1.00px;
  position: relative;
}

.pc .part-12 {
  align-self: stretch;
  position: relative;
  height: fit-content;
  width: 100%;
}

.pc .partner01-3 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--white-lilac);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.pc .title-4 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pc .x02-3 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.pc .x04-2 {
  align-items: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  justify-content: space-between;
  padding: 36px;
  position: relative;
  width: 300px;
}

.pc .smart_farm_cover.en .proj_2_title {
  top: 218px !important;
}
.pc .smart_farm_cover.en .proj_3_title,.pc .smart_farm_cover.en .proj_1_title {
  top: 166px !important;
}
.pc .smart_farm_cover.en .proj_4_title {
  top: 164px !important;
}

.smart_farm_cover {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.smart_farm_cover::-webkit-scrollbar {
  display: none;
}


/* Default state */
.sect .hide {
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

/* Visible state */
.sect .visible {
  max-width: 1500px;
  opacity: 1;
  visibility: visible;
  font-family: var(--font-family-pretendard-regular);
  transition: all 0.5s ease-in-out;
}

/* Ensure transitions work for hiding too */
.x01_open,
._close {
  transition: all 0.5s ease-in-out;
}

.accordion .date_info_content div span:first-child {
  font-weight: 600;
  font-family: var(--font-family-pretendard-semibold);
  font-size: 14px;
  line-height: 21px;
}
.accordion .date_info_content div span:nth-child(2) {
  font-weight: 400;
  font-family: var(--font-family-pretendard-regular);
  font-size: 14px;
  line-height: 21px;
}
.accordion {
  scrollbar-width: none;
  -ms-overflow-style: none; 
}
.accordion::-webkit-scrollbar {
  display: none;
}
.accordion .date_info_content {
  max-height: 0;
  transition: all 0.5s ease-in-out;
  margin-top: 0 !important;
  opacity: 0;
  animation: expand 1.5s ease 0s 1;
  animation-direction: reverse;
  overflow: hidden;
  /* visibility: hidden; */
}

.accordion .date_info_content.active {
  max-height: 400px;
  /* visibility: visible; */
  /* margin-top: 12px !important; */
  opacity: 1;
  animation: expand 1.5s ease 0s 1;
}
.date_info_spacer{
  width: 100%;
  height: 12px;
}

@keyframes expand {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 400px;
  }
}

@keyframes swipe {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
@keyframes swipe_up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20%);
  }
}
@keyframes swipe_down {
  0% {
    transform: translateY(-20%);
  }

  100% {
    transform: translateY(0);
  }
}








/* ceo slide */
/* screen - frame-1597884261 */

.frame-1597884261 {
  align-items: flex-start;
  display: flex;
  height: 828px;
  overflow: hidden;
  width: 1440px;
}

.frame-1597884261 .overlap-group {
  align-items: flex-start;
  background-image: url(../img/tall-steel-skyscraper-reflects-blue-twilight-sunlight-glow-gener.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  gap: 36px;
  height: 885px;
  min-width: 1440px;
  padding: 154px 105px;
}

.frame-1597884261 .indicator_white {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 100px;
  position: relative;
  width: 24px;
}

.frame-1597884261 .number-2 {
  color: var(--white);
  font-weight: 500;
  line-height: 14px;
  margin-top: -1.00px;
  text-align: center;
}

.frame-1597884261 .number-3 {
  color: var(--white);
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.frame-1597884261 .contents {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 100px;
  position: relative;
  width: 100%;
}

.frame-1597884261 .frame-1597884150 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  justify-content: flex-end;
  position: relative;
  width: 1110px;
}

.frame-1597884261 .text-162 {
  color: var(--white-2);
  font-weight: 500;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-1597884261 .ceo {
  color: var(--outer-space);
  font-weight: 500;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-1597884261 .photo {
  background-color: #484e5a;
  border-radius: 30px;
  flex: 1;
  flex-grow: 1;
  height: 479px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
}

.frame-1597884261 .text-163 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 42px;
  position: relative;
}

.frame-1597884261 .x {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.frame-1597884261 .frame-120 {
  align-items: flex-start;
  border-color: var(--mystic);
  border-left-style: solid;
  border-left-width: 1px;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  left: 1703px;
  padding: 36px;
  position: absolute;
  top: 0;
}

.frame-1597884261 .frame-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  min-width: 240px;
  position: relative;
}

.frame-1597884261 .phone {
  color: var(--eerie-black);
  font-weight: 600;
  line-height: 20.8px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-1597884261 .x5-5-mou {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.frame-1597884261 .text-164 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-1597884261 .frame-107 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.frame-1597884261 .covid-19 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-1597884261 .text-165 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-1597884261 .text-166 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-1597884261 .text-167 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.frame-1597884261 .text-168 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.frame-1597884261 .text-169 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.frame-1597884261 .text-170 {
  color: var(--shuttle-gray);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.frame-1597884261 .text-171 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 36px;
  position: relative;
}

.frame-1597884261 .x-1 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.frame-1597884261 .number {
  color: var(--ghost);
  font-weight: 700;
  line-height: 36px;
  position: relative;
  width: fit-content;
}

.frame-1597884261 .number-1 {
  color: var(--ghost);
  font-weight: 700;
  line-height: 36px;
  margin-top: -1.00px;
}

.frame-1597884261 .ceo-3 {
  align-self: stretch;
  color: var(--gull-gray);
  font-weight: 700;
  line-height: 27px;
  margin-top: -1.00px;
  position: relative;
}

.frame-1597884261 .number-4 {
  align-self: stretch;
  position: relative;
}

.pc .conts-1 {
  margin-top: 0;
}

.frame-263 .ceo-3 {
  color: #9DA6BB;
  font-size: 18px;
  line-height: 27px;
}
.frame-263 .text-171 {
  font-size: 24px;
  line-height: 36px;
  color: #17191E;
}
.profile .bodyp3 {
  color: #17191E;
  font-size: 14px;
  line-height: 21px;
}

.banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0,0,0,0.4);
  border-radius: 30px;
}
.page-content {
  /* z-index: 10; */
  position: relative;
  width: 100%;
  background: white;
}

.page-content.fixed {
  padding-top: 110px;
}
.page-content.shift.fixed {
  padding-top: 170px;
}

@media(max-width:1332px) {
  .pc {
    overflow: hidden;
  }

  .smart_farm_cover {
    overflow: auto;
  }
}

/* mobile */
@media (max-width:900px) {
  .pc .x01-video {
    height: fit-content;
    display: block;
  }
  .pc .x01{
    flex-direction: column;
  }
  .pc .video {
    min-height: 572px;
    max-height: 572px;
    border-radius: 0;
  }
  .pc video {
    border-radius: 0;
  }
  .pc .haim {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .pc .text-1 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
  }
  .pc .x02 {
    margin-top: 48px;
  }
  .pc .text-5-1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    line-height: normal;
    align-self: auto;
  }

  .pc .title-tab-sticky {
    gap: 16px;
  }
  .pc .frame-8 {
    padding: 12px 20px;
  }
  .pc .indicator_white {
    display: none;
  }

  .pc .haim {
    line-height: 21px; 
  }
  .pc .title-headline {
    gap: 24px;
    margin-top: 327.5px;
    padding: 0 3px;
  }
  .pc .text-4-1 {
    font-size: 14px;
  }
  .pc .exp_cards {
    flex-direction: column;
  }
  .pc .x03_close {
    display: none;
  }
  .pc .frame-24 {
    background-color: transparent;
    padding: 10px 0;
  }
  .pc .text_label-4 {
    white-space: wrap;
  }
  .pc .frame-15978841 {
    min-width: 200px;
  }
  .pc .text-6-1,.pc .text-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .pc .frame-107 {
    gap: 48px;
  }
  .pc .title {
    gap: 8px;
  }
  .pc .text-11 {
    font-size: 24px;
    line-height: 36px;
  }
  .pc .text-3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .pc .text-12 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .pc .frame-110,.frame-110-4,.frame-110-4 {
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc .text-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .pc .image-99,.pc .image-97,.pc .image-534 {
    position: unset;
  }
  .pc .partner05 {
    height: 240px;
  }
  .pc .image,.pc .image-1 {
    width: 100%;
  }
  .pc .list_card-item {
    width: 100%;
  }
  .pc .list_card {
    width: 100%;
    flex-direction: column;
  }
  .pc .rg3-rh2 {
    white-space: normal;
    font-size: 14px;
    line-height: 21px;
  }
  .pc .text-28,.pc .text-41 {
    font-size: 24px;
    line-height: 36px;
  }
  .pc .title-1 {
    gap: 8px;
  }
  .pc .contents {
    padding: 0;
  }
  .pc .frame-142,.pc .frame-1597884071 {
    width: 100%;
  }
  .pc .x01 {
    display: unset;
  }
  .pc .text-37 {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion .date_info_content {
    transition: max-height 0.3s ease-in-out;
  }
  .pc .overlap-group {
    height: fit-content;
    padding: 48px 20px 12px;
  }
  .pc .logo {
    width: 104px;
    height: 24px;
  }
  .pc .video {
    padding: 0 16px;
  }
  .pc .gnb {
    height: 52px;
  }
  .pc .title-headline {
    gap: 24px;
  }
  .pc .text-4-1 {
    line-height: 20px;
  }
  .pc .x02 {
    margin-top: 50px;
  }
  .pc .text-5-1 {
    line-height: 40px;
  }
  .pc .frame-8 {
    padding: 15px 20px;
  }
  .pc .title {
    gap: 8px;
  }
  .pc .text-11 {
    line-height: 34px;
  }
  .pc .title {
    padding: 0 2px;
  }
  .pc .text-14 {
    font-size: 12px;
    line-height: 18px;
  }
  .pc .layer_1 {
    width: 139.56px;
    height: 32px;
  }
  .pc .text_label {
    font-size: 16px;
    line-height: 24px;
    padding: 0 2px;
  }
  .pc .image {
    object-fit: fill;
  }
  p.text-21,p.frame-1597884231-item {
    font-size: 14px;
    line-height: 21px;
  }
  .pc .frame-24 {
    padding: 0
  }
  .pc .image-5,.pc .image-547,.pc .image-54 {
    height: 142px;
  }
  .pc .partner01-1 {
    min-height: 94px;
    padding: 6px 24px 10px;
  }
  .pc .title-3 {
    gap: 6px;
  }
  .pc .indicator_white-1 {
    display: none
  }
  .pc .frame-2 {
    width: 100%;
  }
  .pc .text-70 {
    font-size: 24px;
    line-height: 36px;
  }
  .pc .frame-2 {
    padding: 24px;
  }
  .pc .frame-190 {
    padding: 24px 20px;
    align-items: flex-start;
    gap: 24px;
  }
  .pc .image-79 {
    height: 360px;
  }
  .title-3.title-4 {
    padding: 0 20px;
  }
  .pc .conts-1 {
    margin-top: 0;
  }
  .pc .text-5 {
    font-size: 10px;
    line-height: 15px;
  }
  .pc .img0 {
    width: 37.89px;
    height: 37.89px;
  }
  .pc .group-3 {
    width: 20px;
    height: 11.26px;
    margin-top: -8px;
  }
  .pc .group-2 {
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }
  .pc .frame-18 {
    width: 99px;
    gap: 7.58px;
  }
  .pc .text-46 {
    font-size: 24px;
    line-height: 36px;
  }
  .pc .text-47 {
    line-height: 21px;
  }
  .pc .frame-1597884150 {
    justify-content:flex-start;
  }
  .pc .text-70 {
    margin-top: 0;
  }
  .pc .contents-1 {
    display: flex;
    height: fit-content;
    gap: 36px;
  }
  .pc .contents-1 .text-1 {
    margin-bottom: 24px;
  }
  .pc .text-76 {
    font-size: 28px;
    line-height: 42px;
    margin-top: 0;
  }
  .pc .contents-1 img {
    margin-bottom: 8px;
  }
  .pc .text-7, .pc .text-73 {
    margin-top: 0;
  }
  .trans-in.content {
    width: 100%;
  }
  .pc .footer {
    height: fit-content;
  }
  .pc .footer-1 {
    padding: 48px 20px;
  }
  .pc .haim-internationals {
    font-size: 24px;
    line-height: 36px;
  }
  .pc .phone {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
  }
  p.text-8.headingh5 {
    margin-top: 4px;
  }
  .pc .btn_top {
    top: 236px;
    right: 20px;
  }
  .banner-overlay {
    border-radius: 0px;
  }
  .indicator-cover {
    display: none
  }

  .pc .title-tab-sticky.shift.fixed {
    top: 50px !important;
  }























/* old mobile css */
.pc .exp_cards {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pc .big_card {
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: url(../img/big-card@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 480px;
  justify-content: flex-end;
  padding: 24px;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.pc .list_card {
  height: 996px;
}

.pc .layer_1-1 {
  height: 32px;
  position: relative;
  width: 139.56px;
}

.pc .text_label-1 {
  align-self: stretch;
  color: var(--white);
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.pc .list_card {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}

.pc .list_card-item {
  align-items: flex-end;
  align-self: stretch;
  background-color: var(--white);
  border-radius: 16px;
  gap: 24px;
  height: 240px;
  justify-content: center;
  min-width: 240px;
  overflow: hidden;
  padding: 24px;
  width: 100%;
}

.pc .image {
  height: 240px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.pc .text-2-1 {
  color: var(--white);
  flex: 1;
}

.pc .image-1 {
  height: 526px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -226px;
  width: 100%;
}

.pc .text-211 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 36px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text_label-2 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}


.pc .x01_open {
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  display: flex;
  height: 650px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  width: 100%;
}

.pc .african-man-harvesting-vegetables-1 {
  height: 650px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pc .contents {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.pc .frame-142 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  position: relative;
  width: 100%;
}

.pc .number-1 {
  align-self: auto;
  color: var(--white);
  line-height: 36px;
}

.pc .frame-1597884071 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.pc .title-2 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.pc .text-212 {
  align-self: stretch;
  color: var(--white);
  font-weight: 700;
  line-height: 36px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text_label-3 {
  align-self: auto;
  /* color: var(--white); */
  font-weight: 400;
  line-height: 21px;
  position: relative;
  white-space: normal;
}

.pc .conts {
  gap: 16px;
}

.pc .io-t-ai {
  align-self: stretch;
  font-weight: 400;
  line-height: 18px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text_label-4 {
  align-self: stretch;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.pc .text-35,.pc .text-51 {
  font-size: 24px;
  line-height: 36px;
}

.pc .frame {
  height: fit-content;
  min-width: calc(100%/2 - 24px);
}
.pc .frame > img {
  width: 40px !important;
  height: 40px !important;
}
.pc .view {
  border-radius: 0;
  padding: 26px 23px 19px;
  height: 360px;
  margin-top: 1px;
}
.pc .x03-2 {
  height: fit-content;
  margin-top: 48px;
}
.pc .photo {
  border-radius: 0;
}

.pc .cards.mobile{
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  justify-content: flex-start;
  position: relative;
  overflow: auto;
  max-height: 400px;
}

.pc .cards.mobile > div {
  width: 240px !important;
  height: 320px !important;
  padding: 24px !important;
  margin-top: 0 !important;
  min-width: 240px;
  display: flex;
  align-items: flex-start !important;
  flex-direction: column;
}
.pc .cards.mobile.en > div {
  height: 392px !important;
}

.pc .cards.mobile > div img {
  width: 40px !important;
  height:40px;
}

.pc .cards.mobile .text-1 {
  font-size: 20px;
  line-height: 30px;
}

.pc .cards.mobile .frame-109-1 {
  position: relative;
}

.pc .cards.mobile .x01 {
  background-color: var(--lily-white);
}

.pc .cards.mobile .part-3 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.pc .cards.mobile .text-237 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .cards.mobile .x02 {
  background-color: var(--lily-white-2);
}

.pc .cards.mobile .part-4 {
  align-items: flex-start;
  gap: 8px;
}

.pc .cards.mobile .text-239 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .cards.mobile .x03 {
  background-color: var(--milk-punch);
}

.pc .cards.mobile .part-5 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.pc .cards.mobile .x04 {
  background-color: var(--orange-white);
}

.pc .cards.mobile .part-6 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.pc .cards.mobile .text-242 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .cards.mobile .x01-1 {
  background-color: var(--remy);
}

.pc .cards.mobile .part-7 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.pc .cards.mobile .text-244 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .cards.mobile .x02-1 {
  background-color: var(--magnolia);
}

.pc .cards.mobile .part-8 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.pc .cards.mobile .text-246 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .cards.mobile .x03-1 {
  background-color: var(--white-lilac);
}

.pc .cards.mobile .part-9 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.pc .cards.mobile .text-248 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .cards.mobile .x04-1 {
  background-color: var(--aqua-spring);
}

.pc .cards.mobile .part-10 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.pc .cards.mobile .text-250 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}
.pc .cards.mobile .x01-2 {
  align-items: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  width: 240px;
}
.pc .frame-1597884137.en .partner01-3 {
  height: 155px;
}





.drawable-menu {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100vh;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  right: -100%;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.drawable-menu.slide-in {
  right: 0;
  opacity: 1;
  width: 100%;
}

.drawable-menu.hidden {
  opacity: 0;
  right: -100%;
  width: 0;
}

.drawable-menu .gnb {
  align-items: center;
  align-self: stretch;
  display: flex;
  height: 52px;
  justify-content: space-between;
  padding: 0px 16px;
  position: relative;
  width: 100%;
}

.drawable-menu .layer_1 {
  height: 24px;
  position: relative;
  width: 104px;
}

.drawable-menu .tab {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}

.drawable-menu .frame-80 {
  align-items: flex-start;
  background-color: var(--white-lilac);
  gap: 10px;
  padding: 16px 20px;
  flex-direction: row;
}

.drawable-menu .kor {
  color: var(--ghost);
  font-weight: 500;
  line-height: 14px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  cursor: pointer;
}

.drawable-menu .eng {
  color: var(--ghost);
  font-weight: 500;
  line-height: 14px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  cursor: pointer;
}

.drawable-menu .text-17 {
  color: var(--gull-gray);
  font-weight: 600;
  line-height: 18px;
}

.drawable-menu .frame {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 16px 20px;
  position: relative;
  width: 100%;
}

.drawable-menu .text-173 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
}

.drawable-menu .text-174 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
}

.drawable-menu .text-175 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
}

.drawable-menu .text-176 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
}

.drawable-menu .text-177 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
}

.drawable-menu .text-179 {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
}

.drawable-menu .ceo {
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.drawable-menu .frame-1 {
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}

.drawable-menu .text {
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

/* .pc .text-21 {
  color: var(--gull-gray);
  font-weight: 600;
  line-height: 21px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.pc .text-218 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 700;
  line-height: 36px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text-219 {
  align-self: stretch;
  color: var(--eerie-black);
  font-weight: 400;
  line-height: 21px;
  position: relative;
}

.pc .rg3-rh2 {
  color: var(--eerie-black);
  flex: 1;
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .frame-24 {
  align-items: center;
  align-self: stretch;
  border-radius: 100px;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px 10px;
  position: relative;
  width: 100%;
}

.pc .text_label-5 {
  color: var(--eerie-black);
  flex: 1;
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .text_label-6 {
  color: var(--eerie-black);
  flex: 1;
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  position: relative;
}

.pc .title-3 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  padding: 0px 20px;
  position: relative;
  width: 100%;
} */

.sect .hide {
  max-width: 100%;
  max-height:0;
  /* opacity: 0; */
}

/* Visible state */
.sect .visible {
  max-width: 100%;
  max-height: 1500px;
  /* opacity: 1; */
}

.x01_open.hide {
  padding:0 !important;
}

.pc .smart_farm_cover.en .farm_proj_2_title, .pc .smart_farm_cover.en .farm_proj_3_title,.pc .smart_farm_cover.en .farm_proj_1_title,.pc .smart_farm_cover.en .farm_proj_4_title {
  top: 0 !important;
}
.pc .smart_farm_cover.en .farm_proj_3_title,.pc .smart_farm_cover.en .farm_proj_1_title {
  top: 0 !important;
}
.pc .smart_farm_cover.en .farm_proj_4_title {
  top: 0 !important;
}

}


@media(max-width:375px) {
  .pc .african-man-harvesting-vegetables-1 {
    object-fit: cover;
  }
  .pc .text-1 {
    font-size: 28px;
  }
}