.business-section-1 {
  width: 100%;
  height: 100vh;
  background: url(../../../../img/Frame\ 59.webp) no-repeat center / cover;
  background-attachment: fixed;
}

.business-section-1 .inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-section-1 .business-main-title {
  text-align: center;
  color: var(--white);
  font-family: var(--kor);
}

.business-main-title h3 {
  font-family: var(--eng);
  font-size: 90px;
  margin-bottom: 16px;
}

.business-main-title span {
  font-size: 24px;
  font-weight: lighter;
}

.business-main-title .divide-line {
  width: 86px;
  height: 2px;
  background-color: var(--white);
  margin: 36px auto;
}

.business-main-title p {
  font-size: 28px;
  color: var(--primaryBlue);
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 10px;
  margin-bottom: 8px;
}

/* --------------------business-section-1-end-------------------- */

.business-section-2 {
  padding: 200px 0;
}

.field-2 {
  margin: 100px 0;
}

.business-field {
  overflow: hidden;
}

.business-field .business-bg {
  width: 100%;
  height: 670px;
  transition: 0.5s;
}

.business-field .business-bg:hover {
  transform: scale(1.1);
}

.bg-1 {
  background-image: url(../img/wfs-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-2 {
  background: url(../img/ssm-1.webp) no-repeat center / cover;
}

.bg-3 {
  background: url(../img/Frame109.webp) no-repeat center / cover;
}

.business-text-container {
  width: 100%;
  padding: 50px 60px 60px;
  background-color: var(--businessBg);
  color: var(--white);
  position: relative;
  z-index: 99;
}

.business-text-container .field-num {
  font-family: var(--eng);
  font-size: 26px;
  font-weight: 600;
}

.business-text-container .field-text-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-family: var(--eng);
}

.business-text-container .field-text-area .field-title {
  font-size: 32px;
  color: #ffd972;
}

.business-text-container .field-text-area .field-desc {
  font-family: var(--kor);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: lighter;
  line-height: 26px;
  font-size: 22px;
  line-height: 32px;
}

.business-text-container .field-text-area .field-btn {
  padding: 18px 56px;
  border: 1px solid var(--white);
  transition-duration: 0.5s;
  font-family: var(--eng);
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-text-container .field-text-area .field-btn:hover {
  background-color: var(--white);
  color: var(--businessBg);
}
/* --------------------business-section-2-end--------------------  */

/* --------------------------responsive-------------------------- */

/* 스마트폰 크기 */
@media only screen and (max-width: 480px) {
  .business-main-title h3 {
    font-family: var(--eng);
    font-size: 50px;
    margin-bottom: 16px;
  }

  .business-main-title span {
    font-size: 18px;
    font-weight: lighter;
  }

  .business-main-title .divide-line {
    width: 56px;
    height: 2px;
    background-color: var(--white);
    margin: 24px auto;
  }

  .business-main-title p {
    font-size: 16px;
    font-weight: 100;
    color: var(--primaryBlue);
  }

  /* business-section-1-end */

  .business-section-2 {
    padding: 80px 0;
  }

  .field-2 {
    margin: 60px 0;
  }

  .business-field {
    overflow: hidden;
  }

  .business-field .business-bg {
    width: 100%;
    height: 280px;
    transition: 0.5s;
  }

  .bg-1 {
    background-position: right;
  }

  .bg-3 {
    background-position: left;
  }

  .business-text-container {
    width: 100%;
    padding: 30px 20px 40px;
    background-color: var(--businessBg);
    color: var(--white);
    position: relative;
    z-index: 99;
  }

  .business-text-container .field-num {
    font-family: var(--eng);
    font-size: 16px;
    font-weight: 600;
  }

  .business-text-container .field-text-area {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;
    font-family: var(--eng);
  }

  .business-text-container .field-text-area .field-title {
    font-size: 24px;
  }

  .business-text-container .field-text-area .field-desc {
    font-family: var(--kor);
    position: initial;
    font-size: 15px;
    font-weight: lighter;
    line-height: 23px;
    transform: initial;
    margin: 10px 0 26px;
    color: rgba(255, 255, 255, 0.6);
  }

  .business-text-container .field-text-area .field-btn {
    padding: 16px 0;
    border: 1px solid var(--white);
    transition-duration: 0.5s;
    width: 50%;
    text-align: center;
    font-size: 14px;
  }

  .business-text-container .field-text-area .field-btn:hover {
    background-color: var(--white);
    color: var(--businessBg);
  }

  /* business-section-2-end */
}

/* 태블릿 세로 모드 크기 */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .business-main-title h3 {
    font-family: var(--eng);
    font-size: 60px;
    margin-bottom: 16px;
  }

  .business-main-title span {
    font-size: 20px;
    font-weight: lighter;
  }

  .business-main-title .divide-line {
    width: 86px;
    height: 2px;
    background-color: var(--white);
    margin: 36px auto;
  }

  .business-main-title p {
    font-size: 20px;
    font-weight: 100;
    color: var(--primaryBlue);
    line-height: 34px;
  }

  /* business-section-1-end */

  .business-section-2 {
    padding: 120px 0;
  }

  .field-2 {
    margin: 80px 0;
  }

  .business-field {
    overflow: hidden;
  }

  .business-field .business-bg {
    width: 100%;
    height: 280px;
    transition: 0.5s;
  }

  .business-text-container {
    width: 100%;
    padding: 30px 20px 40px;
    background-color: var(--businessBg);
    color: var(--white);
    position: relative;
    z-index: 99;
  }

  .business-text-container .field-num {
    font-family: var(--eng);
    font-size: 20px;
    font-weight: 600;
  }

  .business-text-container .field-text-area {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;
    font-family: var(--eng);
  }

  .business-text-container .field-text-area .field-title {
    font-size: 26px;
  }

  .business-text-container .field-text-area .field-desc {
    font-family: var(--kor);
    position: initial;
    font-size: 16px;
    font-weight: lighter;
    line-height: 23px;
    transform: initial;
    margin: 10px 0 26px;
    color: rgba(255, 255, 255, 0.6);
  }

  .business-text-container .field-text-area .field-btn {
    padding: 18px 0;
    border: 1px solid var(--white);
    transition-duration: 0.5s;
    width: 40%;
    text-align: center;
    font-size: 14px;
  }

  .business-text-container .field-text-area .field-btn:hover {
    background-color: var(--white);
    color: var(--businessBg);
  }

  /* business-section-2-end */
}

/* 태블릿 가로 모드 또는 일부 노트북 크기 */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .business-main-title h3 {
    font-family: var(--eng);
    font-size: 80px;
    margin-bottom: 16px;
  }

  .business-main-title span {
    font-size: 22px;
    font-weight: lighter;
  }

  .business-main-title .divide-line {
    width: 86px;
    height: 2px;
    background-color: var(--white);
    margin: 36px auto;
  }

  .business-main-title p {
    font-size: 24px;
    font-weight: 100;
    color: var(--primaryBlue);
    line-height: 34px;
  }

  /* business-section-1-end */

  .business-section-2 {
    padding: 150px 0;
  }

  .field-2 {
    margin: 80px 0;
  }

  .business-field {
    overflow: hidden;
  }

  .business-field .business-bg {
    width: 100%;
    height: 480px;
    transition: 0.5s;
  }

  .business-text-container {
    width: 100%;
    padding: 40px 50px 50px;
    background-color: var(--businessBg);
    color: var(--white);
    position: relative;
    z-index: 99;
  }

  .business-text-container .field-num {
    font-family: var(--eng);
    font-size: 24px;
    font-weight: 600;
  }

  .business-text-container .field-text-area {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;
    font-family: var(--eng);
  }

  .business-text-container .field-text-area .field-title {
    font-size: 30px;
  }

  .business-text-container .field-text-area .field-desc {
    font-family: var(--kor);
    position: initial;
    font-size: 18px;
    font-weight: lighter;
    line-height: 26px;
    transform: initial;
    margin: 16px 0 40px;
  }

  .business-text-container .field-text-area .field-btn {
    padding: 20px 0;
    border: 1px solid var(--white);
    transition-duration: 0.5s;
    width: 22%;
    text-align: center;
  }

  .business-text-container .field-text-area .field-btn:hover {
    background-color: var(--white);
    color: var(--businessBg);
  }

  /* business-section-2-end */
}
