.untitled-page.mainSection {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #efeff0;
  overflow: hidden;
}
.untitled-page .contentSection {
    position: relative;
    margin-top: 5%;
    display: flex;
    align-items: center;
    gap: 0px 0px;
    background-color: #efeff0;
}
/*@media (max-width: 991px) {*/ /*1024가 되면 gap을 줄이고*/
@media (max-width: 1024px) {
    .untitled-page .contentSection {
        -moz-column-gap: 32px;
        /*-moz-column-gap: 16px;*/
        column-gap: 32px;
        margin-top: 0px;
        /*column-gap: 16px;*/
        align-items: center;
    }
}
@media (max-width: 575px) {
  .untitled-page .contentSection {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .untitled-page .contentSection {
    flex-direction: column;
    gap: 30px 8px;
  }
}
.untitled-page .contentBox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 720px;
  min-width: 0px;
  max-width: 720px;
  background-color: #efeff0;
}
/*@media (max-width: 915px) {*/     /*1024가 되면*/
@media (max-width: 1024px) {
  .untitled-page .contentBox {
    display: none;
    margin-top: unset;
    margin-bottom: unset;
    min-width: unset;
  }
  .untitled-page .contentSection{
    display: flex;
    position: relative;
  }
}
.untitled-page .flexCol {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px 0px;
  margin: 150px auto;
  width: 445px;
  max-width: 85%;
  background-color: #efeff0;
}
/*@media (max-width: 991px) {*/
@media (max-width: 1024px) {
  .untitled-page .flexCol {
    /*margin: 150px auto;*/
    margin: 50px auto;
  }
}
@media (max-width: 575px) {
  .untitled-page .flexCol {
    margin: 30px auto;
  }
}
@media (max-width: 383px) {
  .untitled-page .flexCol {
    margin: 10px auto;
    width: 85%;
  }
}
.untitled-page .secondaryImage {
  position: relative;
  width: 319.984375px;
  max-width: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}
.untitled-page .mainTitle {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 0px;
  font: 700 34px/1.2 "Inter", Helvetica, Arial, serif;
  color: black;
  text-align: center;
}
@media (max-width: 991px) {
  .untitled-page .mainTitle {
    align-items: flex-start;
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .untitled-page .mainTitle {
    font-size: 28px;
  }
}
.untitled-page .subTitle {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 0px;
    font: 500 28px/1.0 "Inter", Helvetica, Arial, serif;
    color: black;
    text-align: center;
}

@media (max-width: 991px) {
    .untitled-page .subTitle {
        align-items: flex-start;
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .untitled-page .subTitle {
        font-size: 14px;
    }
}
.untitled-page .mainImageSection {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0px 140px 0px 0px;
  width: 440px;
  min-width: 0px;
  max-width: 440px;
  background-color: #efeff0;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 991px) {
  .untitled-page .mainImageSection {
    margin: 0px 32px 0px 0px;
  }
}
@media (max-width: 575px) {
  .untitled-page .mainImageSection {
    margin: 0px 16px 0px 0px;
  }
}
@media (max-width: 383px) {
  .untitled-page .mainImageSection {
    margin: 0px 8px 0px 0px;
    width: 100%;
    min-width: unset;
  }
}
.untitled-page .mainImage1 {
  position: relative;
  width: 100%;
  min-width: 0px;
  height: 100%;
  border-radius: 10px 10px 10px 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -185% center;
  object-position: -185% center;
}
