/* body {
  margin: 0;
} */
#content.container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fe-main-section {
  max-width: 911px;
  margin: auto;
}

.fe-main-banner {
  height: 496px;
  margin-bottom: 105px;
}

.fe-main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fe-heading-section {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

/* .heading-image img {
  height: 100%;
} */

.title-section span {
  display: block;
  font-family: "Helen Pro_Bold";
  font-size: 46px;
  line-height: 46px;
  letter-spacing: -10;
  color: #3c5866;
}

/* .splash-water-badge.desktop {
  width: 33.8%;
} */

.splash-water-badge {
  width: 33.8%;
}

.fe-badge-text-section {
  display: flex;
  gap: 40px;
}

.fe-summary span {
  display: block;
}

/* Font Size */

.fe-summary p,
.dwn-heading-p.ko {
  font-family: "Helen Pro_Light";
  font-size: 20px;
  color: #000;
  line-height: 1.5rem;
}

.dwn-heading-p {
  font-family: "Helen Pro_Light";
  font-size: 18px;
}

.splash-water-badge span {
  display: block;
  font-family: "Helen Pro_Italic";
  font-size: 16px;
  color: #3c5866;
  line-height: 16px;
}
/* end Font Size */

.dwn-btn {
  border: 2px solid #093a7d;
  text-align: center;
  align-content: center;
  height: 40px;
  text-transform: uppercase;
  /* width: 100%; */
  width: 558px;
  box-sizing: border-box;
}

.dwn-btn.term {
  color: #093a7d;
  /* margin-bottom: 30px; */
  width: 100%;
  font-family: "Helen Pro";
}

.dwn-btn.ko {
  background-color: #02646b;
  color: white;
  border: 2px solid #02646b;
  padding: 11px;
}

.fe-heading-section .title-section,
.fe-badge-text-section .splash-water-badge.desktop {
  width: 36%;
}

.fe-heading-section .heading-image,
.fe-badge-text-section .fe-summary {
  width: 62%;
}

.splash-water-badge.desktop img {
  margin-bottom: 50px;
}

.splash-water-badge.mobile {
  display: none;
}

.dwn-btn {
  font-size: 16px;
}
.fe-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fe-summary p:first-child {
  margin-top: 0;
}

.dwn-heading-p.term {
  margin-bottom: 16px;
}
.dwn-heading-p.ko {
  margin-bottom: 8px;
}

.fe-badge-text-section {
  margin-bottom: 160px;
}

.dwn-btn:hover {
  color: white;
  background-color: #05377b;
}

a {
  text-decoration: none;
}

@media (max-width: 960px) {
  .fe-main-banner {
    height: 350px;
    margin-bottom: 80px;
  }
  /* Font Size */
  .fe-summary p {
    font-size: 20px;
    line-height: 1.5rem;
    text-align: left;
  }

  .dwn-heading-p.ko {
    font-size: 20px;
  }
  .dwn-heading-p {
    font-size: 18px;
  }
  .splash-water-badge span {
    line-height: 0.875rem;
    font-size: 14px;
  }

  .title-section span {
    font-size: 36px;
    line-height: 2.25rem;
  }
  /* end Font Size */

  .splash-water-badge img {
    width: 100%;
  }

  .splash-water-badge.mobile {
    display: block;
    margin: auto;
    width: 296px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .splash-water-badge.desktop {
    display: none;
  }

  .fe-heading-section {
    flex-direction: column-reverse;
    gap: 32px;
    margin-bottom: 32px;
  }

  .fe-heading-section .title-section span {
    display: inline-block;
  }

  .fe-heading-section .heading-image {
    width: 296px;
    margin: auto;
  }

  .heading-image img {
    width: 100%;
  }

  .fe-heading-section .title-section {
    width: unset;
    margin: auto;
    text-align: center;
  }

  .fe-badge-text-section .fe-summary {
    width: unset;
    margin-left: 80px;
    margin-right: 80px;
  }

  .fe-summary span {
    display: block;
    width: 100%;
  }

  .dwn-heading-p.term {
    margin-top: 60px;
  }
  .splash-water-badge.mobile span {
    margin-top: 12px;
  }
}

@media (max-width: 720px) {
  .fe-main-banner {
    height: 324px;
  }

  .fe-summary p,
  .dwn-heading-p.ko {
    font-size: 18px;
    line-height: 1.5rem;
  }

  .splash-water-badge span,
  .dwn-heading-p {
    line-height: 0.875rem;
    font-size: 14px;
  }

  .title-section span {
    font-size: 34px;
    line-height: 2.25rem;
  }

  .fe-badge-text-section .fe-summary,
  .fe-heading-section .title-section {
    width: unset;
    margin-left: 40px;
    margin-right: 40px;
  }

  .dwn-btn {
    font-size: 14px;
  }

  .fe-badge-text-section {
    margin-bottom: 140px;
  }
}

@media (max-width: 520px) {
  .fe-main-banner {
    height: 241px;
  }

  .fe-badge-text-section .fe-summary,
  .fe-heading-section .title-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fe-summary p {
    text-align: left;
  }

  .title-section span {
    font-size: 24px;
    line-height: 28px;
  }

  .fe-summary p,
  .dwn-heading-p.ko {
    line-height: 22px;
  }
}
