/* 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;
}

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

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

#section1 .desc {
  font-size: 28px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.4px;
  max-width: 960px;
  padding: 0px 80px;
  margin-top: 38px;
}

/* section2 */
.section2container {
  display: flex;
  width: 100%;
  justify-content: center;
}

#section2 {
  width: 100%;
  padding: 80px 40px;
  display: flex;
  gap: 80px;

  max-width: 1280px;
}

#section2 .section2box {
  display: flex;
  gap: 30px;
}

#section2 .contentimg {
  width: 580px;
  height: 334.5px;
}

#section2 .contenttitle {
  font-size: 44px;
  line-height: normal;
  color: #000000;
  letter-spacing: -0.7px;
}

#section2 .contentbox {
  margin: 40px 0px;
}
#section2 .contentdesc {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.introyieldbox {
  margin-top: 38px;
  padding: 14px 8px 14px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: fit-content;
}

.introyieldtxt {
  font-size: 20px;
  line-height: 26px;
  color: #e98623;
}

/* section3 */
.section3container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

#section3 {
  width: 100%;
  padding: 80px 100px;
  display: flex;
  gap: 60px;
  flex-direction: column;
  max-width: 1280px;
}

#section3 .title {
  font-size: 44px;
  line-height: normal;
  color: #000000;
  letter-spacing: -0.7px;
  text-align: center;
}

#section3 .contentbox {
  display: flex;
  gap: 40px;
}

#section3 .content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 44px 40px;
}

#section3 .contenttitle {
  font-size: 36px;
  line-height: normal;
  color: #000000;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

#section3 .contentdesc {
  font-size: 18px;
  line-height: normal;
  color: #000000;
  min-height: 84px;
  margin-bottom: 20px;
}

#section3 .desc2 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

#section3 .learnmorebox {
  padding: 14px 8px 14px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: fit-content;
}

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

/* section5 */
.section5container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

#section5 {
  width: 100%;
  padding: 80px 40px;
  background-color: #1f1f1f;
  display: flex;
  gap: 80px;
  max-width: 1280px;
}

#section5 .section5box {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  max-width: 1184px;
}

#section5 .brbox {
  width: 100%;
  padding: 10px 4px;
}

#section5 .br {
  width: 100%;
  height: 1px;
  background-color: #cecece;
}

#section5 .title {
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

#section5 .desc1 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin: 40px 0px;
}

#section5 .desc2 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

#section5 .contentimg {
  width: 580px;
  height: 334.5px;
}

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

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

  #section1 .title1 {
    font-size: 34px;
  }
  #section1 .title2 {
    font-size: 34px;
  }
  #section1 .desc {
    padding: 0px 10px;
    font-size: 16px;
    margin-top: 20px;
  }

  .section2container {
    margin-top: 0px;
  }

  #section2 {
    padding: 40px 20px;
    flex-direction: column;
    gap: 24px;
  }
  #section2 .contentimg {
    width: 100%;
    object-fit: cover;
    max-height: 280px;
  }

  #section2 .contentitle {
    font-size: 30px;
    letter-spacing: normal;
  }

  #section2 .section2box {
    padding: 40px;
  }

  #section2 .contentbox {
    margin: 20px 0px;
    padding: 0px 10px 0px 20px;
  }

  .introyieldbox {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: fit-content;
  }

  .introyieldtxt {
    font-size: 14px;
  }

  .introyieldimg {
    width: 18px;
    height: 18px;
  }

  #section5 {
    padding: 40px 20px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  #section5 .contentimg {
    width: 100%;
    object-fit: cover;
    max-height: 280px;
  }

  #section5 .contentitle {
    font-size: 30px;
    letter-spacing: normal;
  }

  #section5 .section5box {
    padding: 40px;
  }

  #section5 .contentbox {
    margin: 20px 0px;
    padding: 0px 10px 0px 20px;
  }

  #section5 .desc {
    padding: 0px 10px;
    font-size: 16px;
    margin-top: 20px;
  }

  #section3 {
    padding: 20px 40px;
    gap: 20px;
  }
  #section3 .title {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.4px;
  }
  #section3 .contentbox {
    flex-direction: column;
    gap: 20px;
  }
  #section3 .content {
    background-color: #f4f4f4;
    padding: 20px;
  }
  #section3 .contenttitle {
    font-size: 24px;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
  }
  #section3 .contentdesc {
    font-size: 16px;
    line-height: 20px;
    min-height: auto;
    font-weight: 400;
    margin-bottom: 14px;
  }

  #section3 .learnmorebox {
    padding: 0px;
  }

  #section3 .learnmoretxt {
    font-size: 14px;
    line-height: 26px;
  }
}
