body {
  font-family: "Pretendard";
  margin: 0;
}

.flex {
  display: flex;
}

.flex.column {
  flex-direction: column;
}

.flex.alignCenter {
  align-items: center;
}

.flex.justifyCenter {
  justify-content: center;
}

.flex.spaceBetween {
  justify-content: space-between;
}

.mobile {
  display: none;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.fullWidth {
  width: 100%;
}

.spacing-106 {
  height: 106px;
}

.wordWrap {
  word-wrap: break-word;
  word-break: keep-all;
}

div.underlineContainer {
  position: relative;
  width: fit-content;
  display: inline;
}

div.underlineContainer .underline {
  background: #ffd177;
  border-radius: 30px;
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -4px;
  z-index: -10;
}

div.underlineContainer .underline._2 {
  background: #ffc555;
}

.contents {
  margin: 0 auto;
  padding-left: 42px;
  padding-right: 42px;
}

.chip {
  background-color: #1671ee;
  padding: 8px 22px;
  border-radius: 100px;
  color: white;
  margin-right: 10px;

  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
}

.gold {
  color: #ffbb37;
}

.search .title {
  font-weight: 800;
  font-size: 45px;
  line-height: 130%;
  color: #ffffff;
  text-align: left;
}

.contents.search {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 870px;
}

.main {
  background-color: #031939;
  overflow-x: hidden;
}
/* REMOVE ME */
.main .wrapper {
  max-width: 1044px;
  position: relative;
}

.main .left {
  min-width: 454px;
  z-index: 15;
}
/* REMOVE ME */
.main .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: white;

  margin-bottom: 54px;
}

.main .title ._1 {
  width: fit-content;
  position: relative;
}

.main .imageContainer {
  height: 518px;
  position: relative;
}

.main .imageContainer img {
  z-index: 10;
  position: relative;
}

.main .title img {
  position: absolute;
  right: -21px;
  bottom: 8px;
}

.main .blur {
  border-radius: 50%;
  width: 30.125rem;
  height: 30.125rem;
  background: #092b5c;
  opacity: 0.7;
  filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.second {
  background-color: #237af2;
  padding-top: 131px;
  padding-bottom: 130px;
}

.second .contents {
  max-width: 870px;
}

.second img {
  max-width: 100%;
}

.second .mainTitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 51.56px;
}

.thirdContainer {
  z-index: 1;
  padding-top: 294px;
  padding-bottom: 296px;
}

.third._1 {
  margin-bottom: 240px;
}

.third .contents {
  max-width: 831.98px;
}

.third .wrapper {
  width: 100%;
}

.third button {
  background: #1671ee;
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 14px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  width: 260px;

  margin-bottom: 10px;
}

.third .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 77px;
  color: #191d21;
  margin-bottom: 41.79px;
}

.third .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;

  letter-spacing: -0.02em;
  color: #3a4855;
  margin-bottom: 20px;
}

.third .desc span {
  color: #3a4855;
  font-weight: 700;
}

.third .tip {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;

  color: #96c1ff;
}

.third .tip > span {
  font-weight: 700;
}

.third._2 .tip img {
  border-radius: 50%;
  margin-right: 4.67px;
}
/* REMOVE ME */
.fourth {
  padding-top: 191px;
  padding-bottom: 190px;
  position: relative;
  background-color: #dadfe6;
  text-align: center;
  overflow: hidden;
}
/* REMOVE ME */
.fourth .background {
  position: absolute;
}
/* REMOVE ME */
.fourth .background._1 {
  top: -46px;
  left: 24px;
  z-index: 0;
}
/* REMOVE ME */
.fourth .background._2 {
  bottom: -46px;
  right: 24px;
  z-index: 0;
}
/* REMOVE ME */
.fourth .title {
  position: relative;
  z-index: 10;
  font-weight: 800;
  font-size: 28px;
  line-height: 145%;
  color: #191d21;
  margin-bottom: 15px;
}
/* REMOVE ME */
.fourth .title span {
  color: #1671ee;
}
/* REMOVE ME */
.fourth .desc {
  position: relative;
  z-index: 10;

  font-weight: 500;
  font-size: 22px;
  line-height: 150%;

  color: #3a4855;
}

.fifth {
  background-color: #031939;
  padding-top: 267px;
  padding-bottom: 320px;
}

.fifth .contents {
  max-width: 870px;
}

.fifth .contents > .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 122px;
  color: #ffffff;
  margin-bottom: 186px;
  text-align: center;
}

.fifth .imageContainer {
  margin-bottom: 25px;
}

.fifth section + section {
  margin-top: 300px;
}

.fifth section .thumbnail {
  background: #dadfe6;
  border-radius: 15px;
  margin-bottom: 70px;
}

.fifth section._1 .thumbnail {
  padding-top: 47px;
  padding-bottom: 52px;
}

.fifth section._2 .thumbnail {
  padding-top: 42px;
  padding-bottom: 39px;
}

.fifth section._3 .thumbnail {
  padding-top: 49px;
  padding-bottom: 41.57px;
}

.fifth section .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 30px;
}

.fifth section .desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  word-break: keep-all;

  color: #9aa6b3;
}

.sixth {
  padding-top: 250px;
  padding-bottom: 218.36px;
}

.sixth .contents {
  max-width: 870px;
}

.sixth section .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  color: #191d21;
  margin-bottom: 70px;
}

.sixth section > img {
  margin-bottom: 34px;
  max-width: 100%;
}

.sixth section .desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;

  color: #3a4855;
}

.sixth section .desc + img {
  margin-top: 40px;
}

.sixth section._1 {
  margin-bottom: 210.46px;
}

.sixth section._2 {
  margin-bottom: 245.46px;
}

@media (max-width: 768px) {
  body {
    text-align: center;
  }

  .contents {
    padding-left: 18px;
    padding-right: 18px;
  }

  .spacing-106 {
    height: 58px;
  }

  .main .spacing-106 ._2 {
    height: 47px;
  }
  /* REMOVE ME */
  .main .wrapper .title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 25.38px;
  }

  .chips {
    justify-content: center;
    margin-bottom: 56.36px;
  }

  .chip {
    font-size: 12px;
    padding: 6px 12px;
  }

  .main .wrapper .innerWrapper {
    flex-direction: column;
  }

  .main .imageContainer {
    position: relative;
    height: 290px;
  }

  .main .imageContainer .blur {
    width: 297px;
    height: 297px;
  }

  .main .imageContainer img {
    width: 172.62px;
    height: 290px;
  }

  .second {
    padding-top: 64px;
    padding-bottom: 62.57px;
  }

  .second .contents {
    max-width: 324px;
  }

  .second .mainTitle {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .second .card {
    padding-top: 32px;
    padding-bottom: 32px;
    background: white;
    border-radius: 10px;
  }

  .second .card + .card {
    margin-top: 12px;
  }

  .second .card .stepChip {
    padding: 3px 10px 4px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: white;
    background: #237af2;
    border-radius: 16px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }

  .second .card .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #191d21;
    margin-bottom: 20px;
  }

  .second .card .desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #3a4855;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
  }

  .second .card .desc + .highlight {
    margin-top: 20px;
  }

  .second .card .highlight {
    background: #ffa800;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: white;
    width: fit-content;
    margin: 0 auto;
  }

  .thirdContainer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .third._1 {
    margin-bottom: 100px;
  }

  .third .contents {
    max-width: 324px;
  }

  .third .contents .wrapper {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .third button {
    width: 100%;
  }

  .third .contents .wrapper button.mobile {
    font-size: 14px;
    line-height: 140%;
    width: 326px;
  }

  .third._2 .contents .wrapper .tip {
    justify-content: center;
    margin-bottom: 29.3px;
  }

  .third .contents .wrapper > img {
    display: none;
  }

  .third img.mobile {
    margin-bottom: 32px;
  }

  .third._1 img.mobile {
    width: 105.98px;
    height: 74.76px;
  }

  .third._2 img.mobile {
    width: 121.62px;
    height: 116px;
  }

  .third .title {
    font-size: 28px;
    margin-bottom: 14px;
    line-height: 52px;
  }

  .third .subtitle.mobile {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #3a4855;
    display: block;
    margin-bottom: 14px;
  }

  .third .subtitle.mobile span {
    color: #1671ee;
  }

  .third .desc.mobile {
    font-weight: 500;
    font-size: 16px;
    line-height: 165%;

    text-align: center;
    letter-spacing: -0.02em;
    color: #3a4855;
  }

  .third._2 button {
    margin-top: 34px;
  }

  .fourth {
    padding-top: 116px;
    padding-bottom: 90px;
  }

  .fourth .background {
    width: 207px;
    height: 111.73px;
  }

  .fourth .background._1 {
    top: -13px;
    left: 18px;
    z-index: 0;
  }

  .fourth .background._2 {
    bottom: -7.73px;
    right: 13px;
    z-index: 0;
  }

  .third .tip {
    font-size: 10px;
    line-height: 14px;
  }

  .fourth .title {
    font-size: 28px;
    line-height: 145%;
    margin-bottom: 8px;
  }

  .fourth .desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 165%;

    text-align: center;
    letter-spacing: -0.02em;
    word-wrap: break-word;
    word-break: keep-all;
  }

  .fourth .contents {
    max-width: 325px;
  }

  .fifth {
    padding-top: 101.22px;
    padding-bottom: 105px;
  }

  .fifth .contents {
    max-width: 324px;
  }

  .fifth .contents .imageContainer {
    margin-bottom: 9.48px;
  }

  .fifth .contents .imageContainer img {
    width: 58.38px;
    height: 31.85px;
  }

  .fifth .contents > .title {
    font-size: 28px;
    line-height: 165%;
    margin-bottom: 91.62px;
  }

  .fifth section .title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .fifth section .desc {
    font-size: 16px;
    word-break: normal;
    letter-spacing: -0.02em;
    line-height: 165%;
  }

  .fifth section + section {
    margin-top: 90px;
  }

  .fifth section .thumbnail {
    height: 155px;
    margin-bottom: 30.04px;
  }

  .fifth section._1 .thumbnail {
    padding: 0;
  }

  .fifth section._2 .thumbnail {
    padding: 0;
  }

  .fifth section._3 .thumbnail {
    padding: 0;
  }

  .fifth section._1 .thumbnail img {
    width: 122.83px;
    height: 117.9px;
  }

  .fifth section._2 .thumbnail img {
    width: 129.28px;
    height: 124.73px;
  }

  .fifth section._3 .thumbnail img {
    width: 173.01px;
    height: 121.1px;
  }

  .sixth {
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .sixth .contents {
    max-width: 324px;
  }

  .sixth section._1,
  .sixth section._2 {
    margin-bottom: 100px;
  }

  .sixth section .title {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 28px;
  }

  .sixth section .desc {
    font-size: 16px;
    line-height: 165%;
    font-weight: 500;
    letter-spacing: -0.02em;
  }

  .sixth section .card.mobile {
    background: #e4f1ff;
    display: block;
    border-radius: 5.65457px;
  }

  .sixth section._1 .card.mobile {
    padding: 33px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sixth section._1 .card.mobile > .title {
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    color: #3a4855;
    margin-bottom: 20px;
  }

  .sixth section._1 .card.mobile > .description {
    font-weight: 500;
    font-size: 11.6061px;
    line-height: 120%;
    text-align: right;
    color: #96c1ff;
  }

  .sixth section._1 .card.mobile > img {
    width: 100%;
    margin-bottom: 10px;
  }

  .sixth section._2 .card.mobile {
    padding: 17px 8px 17px 8px;
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .sixth section._2 .card.mobile > img {
    width: 100%;
  }

  .nonMobile {
    display: none;
  }

  .mobile {
    display: unset;
  }
}

@media (max-width: 1366px) and (min-width: 769px) {
  .main .wrapper {
    height: 518px;
    display: flex;
    align-items: center;
  }
  .main .imageContainer {
    position: absolute;
    right: 40px;
    top: 0;
  }

  .thirdContainer {
    padding-top: 213px;
    padding-bottom: 183.79px;
  }

  .third._1 {
    margin-bottom: 230px;
  }

  .fourth .background {
    width: 305.44px;
    height: 164.86px;
  }

  .fourth .background._1 {
    top: -20px;
    left: 30px;
  }

  .fourth .background._2 {
    bottom: -14.86px;
    right: 30px;
  }

  .fourth {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .fourth .contents {
    max-width: 640px;
  }

  .fifth {
    padding-top: 210px;
    padding-bottom: 219.21px;
  }

  .fifth .imageContainer {
    margin-bottom: 19.76px;
  }

  .fifth .imageContainer img {
    width: 121.7px;
    height: 66.38px;
  }

  .fifth .contents > .title {
    font-size: 48px;
    line-height: 200%;
  }

  .fifth .contents {
    max-width: 686px;
  }

  .fifth .contents > .title {
    margin-bottom: 147.54px;
  }

  .fifth section .title {
    font-size: 38px;
    margin-bottom: 23.63px;
  }

  .fifth section + section {
    margin-top: 200px;
  }

  .fifth section .thumbnail {
    margin-bottom: 56px;
  }

  .fifth section._1 .thumbnail {
    padding-top: 39px;
    padding-bottom: 39.22px;
  }

  .fifth section._1 .thumbnail img {
    width: 256.05px;
    height: 245.78px;
  }

  .fifth section._2 .thumbnail {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fifth section._2 .thumbnail img {
    width: 269.48px;
    height: 260px;
  }

  .fifth section._3 .thumbnail {
    padding-top: 36px;
    padding-bottom: 35.58px;
  }

  .fifth section._3 .thumbnail img {
    width: 360.66px;
    height: 252.44px;
  }

  .sixth {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sixth .contents {
    max-width: 686px;
  }

  .sixth section .title {
    font-size: 38px;
    line-height: 128%;
    margin-bottom: 60px;
  }

  .sixth section .desc {
    font-size: 22px;
    line-height: 150%;
  }

  .sixth section .desc + img {
    margin-top: 27px;
  }

  .sixth section > img {
    margin-bottom: 30px;
  }

  .sixth section._1 {
    margin-bottom: 180px;
  }
}
