#industry {
  padding: 4rem 0 6.66rem 0;
}

#industry .container {
  width: 90rem;
  max-width: 90rem;
  margin: 0 auto;
}

.industry__head {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  align-items: flex-end;
}

.industry__head .industry__head__content {
  width: 74.375rem;
  margin-right: 3rem;
}

.industry__head .industry__head__content h2 {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--Shinnec-Color-Primary-Primary, #006b1d);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
}

.industry__head .industry__head__content p {
  width: 33.125rem;
  color: var(--text-body-75, rgba(46, 46, 46, 0.75));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.industry__head__btn {
  flex: 1;
  height: auto;
  display: flex;
  align-items: end;
}

.industry__head__btn .btn {
  height: 3rem;
  width: 100%;
  display: flex;
  padding: var(--Spacing-4, 0.25rem) var(--Spacing-4, 0.25rem) var(--Spacing-4, 0.25rem) var(--Spacing-32, 2rem);
  align-items: center;
  border-radius: var(--Spacing-32, 2rem);
  background: var(--Shinnec-Color-Secondary-Green-700, #00ad4b);
}

.industry__head__btn .btn span {
  color: var(--text-text-grey-0, #fff);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.01563rem;
  margin-right: 0.62rem;
}

.industry__head__btn .btn .btn__icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  padding: var(--Spacing-8, 0.5rem);
  justify-content: flex-end;
  align-items: center;
  border-radius: var(--Spacing-24, 1.5rem);
  background: rgba(255, 255, 255, 0.2);
}

.industry__list__card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 2.6rem 0;
  width: 100%;
  position: relative;
}
#industry .industry-link-btn-wraper-mobile {
  display: none;
}

.swiper-nav-btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.nav-btn {
  cursor: pointer;
  position: relative;
  padding: 0rem 0.625rem 0rem 0.46875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background: rgba(0, 148, 62, 0.06);
}
.nav-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.nav-btn:hover {
  background: rgb(0 148 62 / 20%);
}
.nav-btn > img {
  width: 1.38888rem;
  height: 1.38888rem;
  object-fit: cover;
}
.nav-btn-prev {
  margin-right: 1rem;
}
.nav-btn-next {
  rotate: 180deg;
}
.industry__head__btn {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 639px) {
  #industry .industry-link-btn-wraper-mobile {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
  }
  #industry .industry__head__btn {
    display: flex;
  }
  #industry .industry__btn-pc {
    display: none;
  }
  #industry .industry-link-btn.mb {
    margin: 0;
  }

  #industry {
    padding: 3rem 0 0;
  }

  #industry .container {
    width: 100%;
    max-width: 100%;
  }

  .industry__head {
    margin-bottom: 1.5rem;
    padding: 0 0.75rem;
  }

  .industry__head .industry__head__content {
    width: 100%;
    margin-right: 0;
  }

  .industry__head .industry__head__content h2 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .industry__head .industry__head__content p {
    line-height: 140%;
    font-size: 0.875rem;
    width: 100%;
  }

  .industry__head__btn {
    display: none;
  }

  .industry__list__card {
    width: fit-content;
    display: flex;
    overflow: scroll;
    padding: 0 0.75rem;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .industry__list__card::-webkit-scrollbar {
    display: none;
  }

  .swiper-nav-btn-wrapper {
    display: none;
  }

  .industry__card-wrapper {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE & Edge */
  }
  .industry__card-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
}

/* Card Item */

.industry__card-list {
  display: flex;
  padding: 2.66rem 0;
  justify-content: space-between;
}
.industry__card-item {
  flex-shrink: 0;
  position: relative;
  width: 21.75rem;
  height: 30.125rem;
  border-radius: 0.28525rem;
  background: #00943e;
  overflow: hidden;
}
.industry__card-corner {
  position: absolute;
  width: 16.45938rem;
  height: auto;
  bottom: -3.8rem;
  right: -4.4rem;
  z-index: 0;
}
.industry__card-thumbnail::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 27, 40, 0) 11%, rgba(4, 27, 40, 0.5) 84%);
  z-index: 1;
  display: block;
}
.industry__card-thumbnail {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: all 500ms cubic-bezier(0.81, -0.02, 0.25, 1.02);
}
.industry__card-thumbnail img {
  width: 100%;
  height: 100%;
}

.industry__card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-inline: 1.125rem;
  padding-bottom: 1.125rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transition: all 500ms cubic-bezier(0.81, -0.02, 0.25, 1.02);
}

.industry__card-label {
  color: rgba(255, 255, 255, 0.72);
  font-family: Lexend;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9075rem;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.industry__card-name {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-family: Lexend;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 1.25rem;
}
.industry__card-desc {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  text-overflow: ellipsis;
  font-family: Lexend;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 639.98px) {
  .industry__card-thumbnail {
    height: 100%;
  }
  .industry__card-item:hover .industry__card-thumbnail {
    height: 65%;
  }
  .industry__card-content {
    transform: translateY(45%);
  }
  .industry__card-item:hover .industry__card-content {
    transform: translateY(0%);
  }
  .industry__card-thumbnail::after {
    content: '';
    height: 0.0625rem;
    background: var(--Base-Base-White, #fafafa);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 20rem;
    transform: translate(-50%, 0);
    transition: all 500ms cubic-bezier(0.81, -0.02, 0.25, 1.02);
    z-index: 5;
  }
  .industry__card-item:hover .industry__card-thumbnail::after {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 639.98px) {
  .industry__card-list {
    margin-bottom: 1.5rem;
    overflow-x: auto;
    padding: 0;
    justify-content: flex-start;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE & Edge */
  }
  .industry__card-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
  .industry__card-item {
    flex-shrink: 0;
    width: 14.99081rem;
    height: 19.3125rem;
  }
  .industry__card-item:first-child {
    margin-left: 0.75rem;
  }
  .industry__card-item:last-child {
    margin-right: 0.75rem;
  }
  .industry__card-item:not(:last-child) {
    margin-right: 1rem;
  }
  .industry__card-thumbnail {
    height: 11.1875rem;
  }
  .industry__card-content {
    left: 0.1425rem;
    right: 0.1425rem;
    width: auto;
    padding: 0.5rem 0.5425rem 0.8rem;
  }
  .industry__card-label {
    color: rgba(255, 255, 255, 0.72);
    font-family: Lexend;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0.14rem;
  }
  .industry__card-name {
    color: #fff;
    text-shadow: 1.376px 1.376px 2.064px rgba(0, 0, 0, 0.1);
    font-family: 'Lexend Deca';
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.01rem;
    margin-bottom: 0.41rem;
  }
  .industry__card-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--text-body-80-invert, rgba(255, 255, 255, 0.8));
    text-overflow: ellipsis;
    font-family: Lexend;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .industry__card-corner {
    width: 11.3265rem;
    bottom: -4.125rem;
    right: -3.0125rem;
  }
  .industry__card-thumbnail::before {
    display: none;
  }
}
