/* variable */
/* careers: gift common css */
.section-title-box {
  margin-bottom: 80px;
}
.section-title-box h2.title {
  font-family: "SUIT Variable", sans-serif;
  font-weight: 300;
  font-size: 62px;
  line-height: 1.3;
  letter-spacing: -2px;
  color: #2a2a2a;
  text-align: center;
}
.section-title-box h2.title span.bold {
  font-weight: 700;
}

#wrap .gift-content-wrap {
  padding-top: 200px;
}
#wrap .gift-content-wrap .container .section-title-box {
  /* commons */
}
#wrap .gift-content-wrap .container .gift-list-area {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box {
  border-top: 1px solid rgba(42, 42, 42, 0.2);
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  width: calc(33.3333333333% - 24px);
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  position: relative;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box .icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box .icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box .text-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box .text-box span.title {
  font-family: "SUIT Variable", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -2px;
  color: #2a2a2a;
  margin-bottom: 18px;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box .text-box span.desc {
  font-family: "SUIT Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #2a2a2a;
  word-break: keep-all;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  opacity: 0;
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 24px;
  transition: opacity 0.4s ease;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box:hover::before {
  opacity: 1;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box:nth-child(4) {
  border-top: none;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box:nth-child(5) {
  border-top: none;
}
#wrap .gift-content-wrap .container .gift-list-area .list-box:nth-child(6) {
  border-top: none;
}

@media (max-width: 1024px) {
  /* careers: gift common css */
  .section-title-box h2.title {
    font-size: 42px;
  }
  #wrap .gift-content-wrap .container .section-title-box {
    /* commons */
  }
  #wrap .gift-content-wrap .container .gift-list-area .list-box .icon-box {
    width: 32px;
    height: 32px;
  }
  #wrap .gift-content-wrap .container .gift-list-area .list-box .text-box span.title {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  #wrap .gift-content-wrap .container .gift-list-area .list-box .text-box span.desc {
    font-size: 14px;
    word-break: keep-all;
    display: block;
    min-height: 42px;
  }
}
@media (max-width: 450px) {
  /* careers: gift common css */
  .section-title-box {
    margin-bottom: 60px;
  }
  .section-title-box h2.title {
    font-size: 24px;
  }
  #wrap .gift-content-wrap {
    padding-top: 120px;
  }
  #wrap .gift-content-wrap .container .section-title-box {
    /* commons */
  }
  #wrap .gift-content-wrap .container .gift-list-area .list-box {
    width: calc(50% - 8px);
    margin: 0 4px;
    padding: 30px 18px;
  }
  #wrap .gift-content-wrap .container .gift-list-area .list-box .text-box span.title {
    font-size: 18px;
  }
  #wrap .gift-content-wrap .container .gift-list-area .list-box .text-box span.desc {
    min-height: 106px;
  }
  #wrap .gift-content-wrap .container .gift-list-area .list-box:nth-child(3) {
    border-top: none;
  }
}