/* container */
#container {
  overflow: hidden;
  background-color: #e4e4e4;
  padding: 0px 40px;
}

/* section1 */

.section1container {
  display: flex;
  width: 100%;
  justify-content: center;
}

#section1 {
  width: 100%;
  position: relative;
  max-width: 1280px;
}

#section1 .section1box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#section1 .section1box2 {
  display: flex;
  flex-direction: column;
  padding: 140px 120px 120px 120px;
}

#section1 .title {
  font-size: 74px;
  line-height: normal;
  color: #000000;
}

#section1 .title1 {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

#section1 .title2 {
  font-size: 74px;
  line-height: normal;
  color: #000000;
}

#section1 .descbox {
  padding: 0px 80px;
  margin-top: 38px;
}

#section1 .desc {
  font-size: 28px;
  line-height: normal;
  color: #000000;
}

#section1 .applybox {
  margin-top: 40px;
  padding: 14px 8px 14px 12px;
  display: flex;
  align-items: center;
  gap: 14.25px;
  cursor: pointer;
  width: fit-content;
  background-color: #e98623;
  border-radius: 8px;
}

#section1 .applytxt {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

/* section2 */

.section2container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 47px;
  margin-bottom: 173px;
}

#section2 {
  width: 100%;
  position: relative;

  max-width: 1280px;
}

#section2 .img {
  width: 100%;
  max-height: 413px;
  object-fit: cover;
}

@media (max-width: 880px) {
  #container {
    background-color: #ffffff;
    padding: 0px 20px;
  }

  #section1 .section1box2 {
    padding: 40px 0px;
  }

  #section1 .title1 {
    font-size: 14px;
  }

  #section1 .title2 {
    font-size: 28px;
  }

  #section1 .descbox {
    padding: 0px 10px;
    margin-top: 20px;
  }

  #section1 .desc {
    font-size: 16px;
  }

  #section1 .applybox {
    margin-top: 12px;
    padding: 3px 7px 3px 11px;
    gap: 8px;
  }

  #section1 .applytxt {
    font-size: 12px;
  }

  .arrow {
    width: 12px;
    height: 12px;
  }
}
