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

/* section1 */

.section1container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 160px;
}

#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: 80px 120px;
}

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

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

#section1 .title2 {
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #000000;
}

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

#section1 .link {
  width: fit-content;
  padding: 10px 0px;
}

#section1 .linkimg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#section1 .descbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}

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

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

  #section1 .title {
    font-size: 34px;
  }

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

  #section1 .title2 {
    font-size: 24px;
    letter-spacing: -0.4px;
  }

  #section1 .descbox {
    padding: 0px 10px;
    gap: 15px;
  }
}
