@charset "UTF-8";
.intro {
  text-align: center;
}
.intro__bg {
  position: relative;
  background: url(../../images/front-page/laptop-bg.png) no-repeat center/cover;
  width: clamp(80rem, 100%, 100%);
  height: 54.0625rem;
  padding-top: 6.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .intro__bg {
    width: 100%;
    height: 49.0625rem;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(217, 217, 217, 0) 60%), url(../../images/front-page/laptop-bg.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .intro__bg {
    width: 100%;
    height: 36.25rem;
    padding-top: 3.125rem;
    background: linear-gradient(360deg, #FFFFFF 5%, rgba(217, 217, 217, 0) 60%), url(../../images/front-page/laptop-bg.png) no-repeat center/cover;
  }
}
.intro__bg::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #FFF 0%, rgba(217, 217, 217, 0) 30%);
  width: 100%;
  height: 50%;
}
@media only screen and (max-width: 767px) {
  .intro__bg::after {
    background: linear-gradient(0deg, #FFF 0%, rgba(217, 217, 217, 0) 10%);
    height: 40%;
  }
}
.intro__bg .container {
  text-align: center;
}
.intro__img {
  position: relative;
  z-index: 10;
  width: 80rem;
  height: 34.0625rem;
  background: url(../../images/front-page/laptop.png) no-repeat center/cover;
  margin-top: 3.125rem;
}
.intro__img.en {
  background: url(../../images/front-page/laptop-en.png) no-repeat center/cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .intro__img {
    width: 100%;
    height: 26.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro__img {
    width: 100%;
    height: 12.6875rem;
  }
}
.intro__text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .intro__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.intro__title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.875rem;
  color: #FFF;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .intro__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro__title {
    margin-top: 0.625rem;
  }
}
.intro__btn {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  background: linear-gradient(90deg, #7937FF 0%, #D737FF 100%);
  border-radius: 2.0938rem;
  border: 0;
  display: inline-block;
  color: #FFF;
  padding: 0.9375rem 1.875rem;
  width: fit-content;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .intro__btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro__btn {
    padding: 0.625rem 1.25rem;
    margin-top: 1.875rem;
  }
}

.necessary {
  padding-top: 14.375rem;
  padding-bottom: 9.375rem;
  text-align: center;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .necessary {
    padding-top: 6.25rem;
    margin-top: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .necessary {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }
}
.necessary__title {
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .necessary__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.necessary__title > .grape {
  background: linear-gradient(90deg, #7937FF 0%, #D737FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.necessary__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #767676;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .necessary__text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .necessary__text {
    margin-top: 0.625rem;
  }
}

.necessary-box {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.8125rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .necessary-box {
    gap: 0.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .necessary-box {
    margin-top: 1.5625rem;
    gap: 0.625rem;
    flex-flow: column nowrap;
  }
}
.necessary-box__item {
  width: 19.375rem;
  height: 21.25rem;
  border: 0.125rem solid #E1E1E4;
  border-radius: 0.625rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .necessary-box__item {
    width: 10.3125rem;
    height: 12.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .necessary-box__item {
    width: 100%;
    height: 13.5rem;
  }
}
.necessary-box__item:nth-of-type(1) .necessary-box__icon {
  background: url(../../images/front-page/개인.svg) no-repeat center/cover;
  width: 4.5rem;
  height: 4.5rem;
}
.necessary-box__item:nth-of-type(2) .necessary-box__icon {
  background: url(../../images/front-page/기업.svg) no-repeat center/cover;
  width: 4.5rem;
  height: 4.5rem;
}
.necessary-box__item:nth-of-type(3) .necessary-box__icon {
  background: url(../../images/front-page/투자사.svg) no-repeat center/cover;
  width: 4.5rem;
  height: 4.5rem;
}
.necessary-box__item:nth-of-type(4) .necessary-box__icon {
  background: url(../../images/front-page/공공기관.svg) no-repeat center/cover;
  width: 4.5rem;
  height: 4.5rem;
}
.necessary-box__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}

.join {
  background: url(../../images/front-page/middleBg.png) no-repeat center/cover;
  width: 100%;
  height: 30.875rem;
}
@media only screen and (max-width: 767px) {
  .join {
    height: 23.4375rem;
  }
}
.join-wrap {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .join-wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.join__title {
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .join__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .join__title {
    margin-bottom: 0.9375rem;
  }
  .join__title > br {
    display: none;
  }
}
.join__btn {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  background: #7937FF;
  border-radius: 2.0938rem;
  border: 0;
  background: linear-gradient(90deg, #7937FF 0%, #D737FF 100%);
  padding: 0.9375rem 1.875rem;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .join__btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .join__btn {
    padding: 0.625rem 1.25rem;
  }
}
.join__btn:nth-of-type(1) {
  margin-right: 0.625rem;
}

.feed {
  text-align: center;
  padding-top: 9.375rem;
}
@media only screen and (max-width: 767px) {
  .feed {
    padding-top: 6.25rem;
  }
}
.feed__title {
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .feed__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.feed__title .grape {
  background: linear-gradient(90deg, #7937FF 0%, #D737FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feed__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #767676;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .feed__text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .feed__text {
    margin-top: 0.3125rem;
  }
}
.feed__img {
  background: url(../../images/front-page/feed2.png) no-repeat center/cover;
  width: 80rem;
  height: 46.0625rem;
  margin-top: 3.125rem;
  position: relative;
}
.feed__img.en {
  background: url(../../images/front-page/feed-en.png) no-repeat center/cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .feed__img {
    width: 100%;
    height: 24.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .feed__img {
    width: 100%;
    height: 11.8125rem;
    margin-top: 1.5625rem;
  }
}
.feed__img::before {
  content: "";
  display: block;
  width: 59.375rem;
  height: 59.375rem;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(121, 55, 255, 0.5) -50%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  top: -40%;
  left: -25%;
  z-index: -1;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .feed__img::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .feed__img::before {
    display: none;
  }
}
.feed__img::after {
  content: "";
  display: block;
  width: 40.625rem;
  height: 40.625rem;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(215, 55, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  bottom: -11.375rem;
  right: -15%;
  z-index: -1;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .feed__img::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .feed__img::after {
    display: none;
  }
}

.review {
  padding-top: 9.375rem;
}
@media only screen and (max-width: 767px) {
  .review {
    padding-top: 6.25rem;
  }
}

.review-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align: right;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info {
    flex-flow: column-reverse nowrap;
    align-items: normal;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .review-info {
    flex-flow: column-reverse nowrap;
    align-items: normal;
    text-align: left;
  }
}
.review-info:nth-of-type(1) {
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(1) {
    padding-bottom: 3.125rem;
  }
}
.review-info:nth-of-type(1) .review-info__img {
  position: relative;
}
.review-info:nth-of-type(1) .review-img:nth-of-type(1) {
  background: url(../../images/front-page/grade.png) no-repeat center/cover;
  width: 25rem;
  height: 27.8125rem;
}
.review-info:nth-of-type(1) .review-img:nth-of-type(1).en {
  background: url(../../images/front-page/grade-en.png) no-repeat center/cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(1) .review-img:nth-of-type(1) {
    width: 25.6875rem;
    height: 28.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(1) .review-img:nth-of-type(1) {
    width: 100%;
    height: 23.0625rem;
    background: url(../../images/front-page/mobile/grade_m.png) no-repeat center/contain;
  }
  .review-info:nth-of-type(1) .review-img:nth-of-type(1).en {
    background: url(../../images/front-page/mobile/grade-en_m.png) no-repeat center/contain;
  }
}
.review-info:nth-of-type(1) .review-img:nth-of-type(2) {
  position: absolute;
  top: 15%;
  right: 0.9375rem;
  background: url(../../images/front-page/grade-star.png) no-repeat center/cover;
  width: 18.375rem;
  height: 19.75rem;
}
.review-info:nth-of-type(1) .review-img:nth-of-type(2).en {
  background: url(../../images/front-page/star-en.png) no-repeat center/cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(1) .review-img:nth-of-type(2) {
    width: 18.875rem;
    height: 20.25rem;
    right: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(1) .review-img:nth-of-type(2) {
    position: static;
    background: url(../../images/front-page/grade-star.png) no-repeat center/contain;
    width: 100%;
    height: 22.45rem;
    margin-top: 1.25rem;
  }
  .review-info:nth-of-type(1) .review-img:nth-of-type(2).en {
    background: url(../../images/front-page/star-en.png) no-repeat center/contain;
  }
}
.review-info:nth-of-type(1) .review-info__text {
  width: 22.25rem;
  text-align: end;
  margin: auto;
  margin-top: 1.25rem;
  margin-right: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(1) .review-info__text {
    width: 100%;
    margin-left: 0;
    text-align: justify;
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(1) .review-info__text {
    width: 100%;
    margin-left: 0;
    text-align: justify;
    margin-top: 0.3125rem;
  }
}
.review-info:nth-of-type(2) {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  background: rgba(121, 55, 255, 0.05);
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(2) {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.review-info:nth-of-type(2) .container {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  text-align: left;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(2) .container {
    flex-flow: column-reverse nowrap;
    align-items: normal;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(2) .container {
    flex-flow: column-reverse nowrap;
    align-items: normal;
    text-align: left;
  }
}
.review-info:nth-of-type(2) .review-info__img {
  background: url(../../images/front-page/정보공개.png) no-repeat center/contain;
  width: 44.125rem;
  height: 33.9375rem;
}
.review-info:nth-of-type(2) .review-info__img.en {
  background: url(../../images/front-page/정보공개-en.png) no-repeat center/contain;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(2) .review-info__img {
    width: 100%;
    height: 28.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(2) .review-info__img {
    width: 100%;
    height: 13.75rem;
  }
}
.review-info:nth-of-type(2) .review-info__text {
  width: 25rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(2) .review-info__text {
    width: 100%;
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(2) .review-info__text {
    width: 100%;
    margin-top: 0.3125rem;
  }
}
.review-info:nth-of-type(3) {
  padding-top: 6.25rem;
}
.review-info:nth-of-type(3) .review-info__img {
  background: url(../../images/front-page/관심기업.png) no-repeat center/contain;
  width: 38.75rem;
  height: 31.1875rem;
}
.review-info:nth-of-type(3) .review-info__img.en {
  background: url(../../images/front-page/관심기업-en.png) no-repeat center/contain;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(3) .review-info__img {
    width: 100%;
    height: 29rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(3) .review-info__img {
    width: 100%;
    height: 13.5625rem;
  }
}
.review-info:nth-of-type(3) .review-info__text {
  width: 25.625rem;
  text-align: end;
  margin: auto;
  margin-top: 1.25rem;
  margin-right: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info:nth-of-type(3) .review-info__text {
    width: 100%;
    margin-left: 0;
    text-align: justify;
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info:nth-of-type(3) .review-info__text {
    width: 100%;
    margin-left: 0;
    text-align: justify;
    margin-top: 0.3125rem;
  }
}
.review-info__wrap {
  flex-grow: 1;
  max-width: 38.75rem;
}
.review-info__img {
  flex-grow: 1;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .review-info__img {
    margin-top: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .review-info__img {
    margin-top: 1.5625rem;
  }
}
.review-info__title {
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 700;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .review-info__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.review-info__title .grape {
  background: linear-gradient(90deg, #7937FF 0%, #D737FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.review-info__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #767676;
}
@media only screen and (max-width: 767px) {
  .review-info__text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.rolling-wrap {
  width: calc(100% - 10rem);
  padding-block: 1.875rem;
  margin: 0 auto;
  margin-top: 9.375rem;
  margin-bottom: 6.25rem;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .rolling-wrap {
    width: 100%;
    margin-top: 6.25rem;
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .rolling-wrap {
    width: 100%;
    margin-block: 1.875rem;
  }
}
.rolling-wrap > .rolling-list {
  padding-right: 4.375rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .rolling-wrap > .rolling-list {
    padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .rolling-wrap > .rolling-list {
    padding-right: 1.25rem;
  }
}
.rolling-wrap > .rolling-list ul {
  padding: 0px;
  display: flex;
  gap: 4.375rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .rolling-wrap > .rolling-list ul {
    gap: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .rolling-wrap > .rolling-list ul {
    gap: 1.25rem;
  }
}
.rolling-wrap > .rolling-list li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.rolling-wrap > .rolling-list img {
  width: 11.875rem;
  height: 2.5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .rolling-wrap > .rolling-list img {
    width: 10.375rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .rolling-wrap > .rolling-list img {
    width: 7.6875rem;
    height: 1.875rem;
  }
}

.rolling-list.original {
  animation: rollingleft1 30s linear infinite;
}

.rolling-list.clone {
  animation: rollingleft2 30s linear infinite;
}

.rolling-list.clone2 {
  animation: rollingleft3 30s linear infinite;
}

@keyframes rollingleft1 {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes rollingleft2 {
  0% {
    transition: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes rollingleft3 {
  0% {
    transition: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.inquiry {
  background-color: #111;
  background: url(../../images/front-page/bottomBg.png) no-repeat center/cover;
  width: 100%;
  height: 28.375rem;
  text-align: center;
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  .inquiry {
    padding: 3.125rem 0;
    height: 100%;
  }
}
.inquiry .grape {
  background: linear-gradient(90deg, #7937FF 0%, #D737FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .inquiry .grape {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.inquiry__title {
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 700;
  color: #FFF;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .inquiry__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry__title {
    padding: 0.85rem;
    margin-top: 0.3125rem;
  }
  .inquiry__title br {
    display: inline-block;
    content: "";
    padding: 0 0.125rem;
  }
}
.inquiry__link {
  display: inline-block;
  color: #FFF;
  background: linear-gradient(90deg, #7937FF 0%, #D737FF 100%);
  border-radius: 2.0938rem;
  border: 0;
  padding: 0.9375rem 1.875rem;
  margin-top: 3.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .inquiry__link {
    margin-top: 1.5625rem;
    padding: 0.625rem 1.25rem;
  }
}

.main_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6980392157);
  backdrop-filter: blur(0.1875rem);
  display: none;
}
.main_popup.on {
  display: block;
}

.content-wrapper {
  width: 31.25rem;
  height: 35.5625rem;
  border-radius: 0.625rem;
  background: url(../../images/front-page/팝업배경.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (orientation: portrait) {
  .content-wrapper {
    width: 31.25rem;
    height: 35.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrapper {
    width: 20.5rem;
    height: 26.5625rem;
  }
}

.content-main {
  text-align: center;
  color: #FFF;
  position: relative;
}
.content-main > span {
  display: block;
  margin: 0 auto;
  margin-top: 1.875rem;
  border-radius: 1.0313rem;
  background: #FFF url(../../images/logo.svg) no-repeat center/4.875rem 1.25rem;
  width: 6.75rem;
  height: 1.875rem;
  padding: 0.3125rem 0;
}
@media only screen and (max-width: 767px) {
  .content-main > span {
    margin-top: 1.25rem;
    background: #FFF url(../../images/logo.svg) no-repeat center/4.0625rem 1.0625rem;
    width: 5.625rem;
    height: 1.5625rem;
    padding: 0.25rem 0;
  }
}
.content-main > h2 {
  margin-top: 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
}
@media only screen and (max-width: 767px) {
  .content-main > h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.content-main > p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .content-main > p {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.content-main .period {
  font-weight: 700;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .content-main .period {
    margin-top: 1.25rem;
  }
}
.content-main > .folderImg {
  display: block;
  width: 15rem;
  height: 11.6875rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .content-main > .folderImg {
    width: 9.4375rem;
    height: 7.375rem;
    margin-top: 1.375rem;
  }
}
.content-main > img:not(:nth-of-type(1)) {
  position: absolute;
}
.content-main > img:not(:nth-of-type(1)):nth-of-type(2) {
  top: 50%;
  left: 20%;
  width: 1.4375rem;
  height: 1.4375rem;
}
@media only screen and (max-width: 767px) {
  .content-main > img:not(:nth-of-type(1)):nth-of-type(2) {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.content-main > img:not(:nth-of-type(1)):nth-of-type(3) {
  top: 40%;
  right: 20%;
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (max-width: 767px) {
  .content-main > img:not(:nth-of-type(1)):nth-of-type(3) {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.content-main > button {
  margin-top: 2.5rem;
  padding: 1.25rem 5.625rem;
  background: linear-gradient(0deg, #7937FF 7.14%, rgba(121, 55, 255, 0) 300%);
  border-radius: 0.625rem;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .content-main > button {
    margin-top: 2.375rem;
    padding: 1.25rem 3.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.popupForm-wrapper {
  display: none;
  background: #FFF;
  border-radius: 0.625rem;
  width: 100%;
  padding-top: 1.875rem;
  height: 43.75rem;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media only screen and (max-width: 767px) {
  .popupForm-wrapper {
    height: 28.6875rem;
    padding-top: 1.25rem;
  }
}
.popupForm-wrapper > h3 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .popupForm-wrapper > h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.popupForm-wrapper > p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #767676;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .popupForm-wrapper > p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.625rem;
  }
}

:is(.popupForm-wrapper > p, .content-formList, .privacy-wrapper) {
  padding: 0 1.875rem;
}
@media only screen and (max-width: 767px) {
  :is(.popupForm-wrapper > p, .content-formList, .privacy-wrapper) {
    padding: 0 1.25rem;
  }
}

#popupForm {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #popupForm {
    margin-top: 1.25rem;
  }
}

.formList-item {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 1.25rem;
}
.formList-item:not(:last-of-type) > label::after {
  content: "";
  display: inline-block;
  background: url(../../images/front-page/곱셈기호.svg) no-repeat center/0.4375rem auto;
  width: 0.5625rem;
  height: 1.625rem;
  vertical-align: text-bottom;
  margin-left: 0.3125rem;
}
.formList-item > label {
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .formList-item > label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.formList-item > input {
  padding: 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #E1E1E4;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 767px) {
  .formList-item > input {
    margin-top: 0.5625rem;
  }
}
.formList-item > input:focus {
  outline: 0.0625rem solid #7937FF;
}

.privacy-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

.privacy-content {
  background: #F1F1F5;
  border-radius: 0.625rem;
  width: 100%;
  height: 15.625rem;
  padding: 0.9375rem;
  margin-top: 0.625rem;
  overflow: scroll;
  /* 스크롤콩나물 디자인*/
  /* 스크롤 트렉은 배경색과 같게하면 콩나물만 떠있는 디자인 완성 */
}
@media only screen and (max-width: 767px) {
  .privacy-content {
    height: 9.375rem;
    padding: 0.625rem;
  }
}
.privacy-content h2 {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .privacy-content h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.privacy-content h3 {
  margin-top: 0.3125rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .privacy-content h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.privacy-content p, .privacy-content li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .privacy-content p, .privacy-content li {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.privacy-content::-webkit-scrollbar {
  width: 0.625rem;
  height: 100%;
}
.privacy-content::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 2.1875rem;
}
.privacy-content::-webkit-scrollbar-track {
  background-color: #F1F1F5;
  border-radius: 0.625rem;
}

.privacy-agree {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #111;
  height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .privacy-agree {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-agree {
    margin-top: 0.625rem;
  }
}
.privacy-agree input[type=checkbox] {
  display: none;
}
.privacy-agree input[type=checkbox] + label span {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0.25rem;
}
.privacy-agree input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  margin-right: 0.625rem;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #767676;
  border-radius: 0.125rem;
}
.privacy-agree input[type=checkbox]:checked + label::before {
  content: "";
  background: url(../../images/inquiry/inquiry-checkbox.svg) no-repeat center/contain;
  width: 1rem;
  height: 1rem;
}

.submitBtn-wrapper {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  margin-top: 3.125rem;
  border-top: 1px solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .submitBtn-wrapper {
    margin-top: 1.875rem;
  }
}

.submitBtn-btn {
  padding: 1.25rem 5.625rem;
  background-color: #7937FF;
  color: #FFF;
  border-radius: 0.625rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .submitBtn-btn {
    padding: 1.25rem 3.75rem;
  }
}

.btn_wrap {
  position: absolute;
  top: calc(100% + 1.25rem);
  right: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn_wrap {
    top: calc(100% + 0.625rem);
  }
}
.btn_wrap input[type=checkbox] {
  display: none;
}
.btn_wrap input[type=checkbox] + label {
  display: inline-block;
}
.btn_wrap input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  border: 0.0625rem solid #FFF;
  background: transparent;
  vertical-align: text-bottom;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .btn_wrap input[type=checkbox] + label::before {
    width: 1rem;
    height: 1rem;
  }
}
.btn_today_close {
  color: #FFF;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .btn_today_close {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn_close {
  margin-left: 3.125rem;
  color: #FFF;
  background: url(../../images/front-page/x.svg) no-repeat center/cover;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 767px) {
  .btn_close {
    width: 1rem;
    height: 1rem;
    margin-left: 1.875rem;
  }
}