@keyframes fadein {
  from {
    background-color: transparent;
    box-shadow: none;
  }

  to {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .8rem 2.4rem;
  }
}

@keyframes fadeout {
  from {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .8rem 2.4rem;
  }

  to {
    background-color: transparent;
    box-shadow: none;
  }
}

body {
  padding: 0 !important;
  width: 100vw;
  overflow-x: hidden;
  background-color: transparent;
}



header {
  background: transparent;
  border-bottom-color: transparent;
  transition: 0.35s all ease-out;
  box-shadow: none;
}

header .logo-wrap span {
  color: #fff;
}

header .app-logo:not(.white) {
  display: none;
}


header .logo-wrap span {
  color: #222;
  transition: 0.35s all ease-out;
}

header .app-logo.white {
  display: block;
  transition: 0.35s all ease-out;
}


header nav ul:not(.sub-menu)>li:hover>a,
header nav .sub-menu li:hover>a,
header nav>ul>li,
header nav>ul>li>a {
  color: #fff;
}


header nav>ul>li>a:hover,
header nav>ul>li>a:visited,
header nav>ul>li>a:focus {
  color: inherit;
}


header.on {
  background-color: #fff;
}

header.on .app-logo.white {
  display: none;
  transition: 0.35s all ease-out;
}

header.on .app-logo:not(.white) {
  display: block;
  transition: 0.35s all ease-out;
}

header.on nav ul:not(.sub-menu)>li:hover>a,
header.on nav .sub-menu li:hover>a,
header.on nav>ul>li,
header.on nav>ul>li>a {
  color: #222;
}


.layout_noframe .layout_frame_inner {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}



/* section style */
/* 공통 영역 */
section {
  position: relative;
  padding: 0;
}

section .inner {
  min-height: 100vh;
  width: 132.8rem;
  margin: 0 auto;
}

section.func {
  background-color: #fff;
  background-color: #1B0049;
}

section.custom {
  background-color: #1B0049;
}

section.pay {
  background-color: #58CCFF;
}

section.influencer {
  background-color: #fff;
  background-color: #FEEBB6;
}

section.faq {
  background-color: #0F0028;
}

section .title {
  font-size: 5.5rem;
  color: inherit;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 2rem;
}

section .description {
  color: inherit;
  font-size: 2.3rem;
  line-height: 1.55;
  margin-bottom: 8.3rem;
  text-align: center;
  color: #222;
}

section.column .title {
  text-align: center;
  color: #000;
}

section.column.faq .title {
  color: #fff;
}

section.column .inner {
  padding-top: 12rem;
  overflow: hidden;
}

/* 공통 영역 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUpMobile {
  from {
    opacity: 0;
    transform: translate(-50%, 2rem);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-12%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section.main-section {
  min-height: 0 !important;
  height: 85vh;
  /* background: url(/skin/img/home/section1-bg.png) top 50% left 0 / 100% no-repeat; */
}

section.main-section .dim {
  display: block;
  position: absolute;
  z-index: 1;
}

section.main-section .swiper {
  width: 100%;
  height: 100%;
  /* position: absolute;
  left: 0;
  top: 0; */
}

section.main-section .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

section.main-section .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}


section.main-section .screen {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section.main-section .screen::after {
  content: "";
  display: block;
  padding-bottom: 34.9%;
}

section.main-section .screen img {
  width: 28%;
  display: block;
  position: absolute;
  top: -2%;
  right: 23%;
  opacity: 0;
  transform: translateY(10%);
}

section.main-section .screen img.on {
  animation: fadeInUp 1.3s both;
  animation-delay: 0.3s;
}

section.main-section .content {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

section.main-section .content .sub-title {
  font-weight: normal;
}

section.main-section .content .description {
  color: #fff;
}

section.main-section .content .form-input {
  max-width: 50rem;
  margin: 0 auto 2rem auto;
  height: 7rem;
  font-size: 1.9rem;

}

section.main-section .content .start-btn {
  max-width: 50rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1.9rem;
}

section.main-section .title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.main-section .search-wrap {
  max-width: 50rem;
  margin: 0 auto;
  border: none;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}

section.main-section .search-wrap form {
  display: flex;
  align-items: center;
}

section.main-section .search-wrap a {
  height: 5rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  padding: 0 1rem;
}

section.main-section .search-wrap button {
  width: 5rem;
  height: 5rem;
  flex: none;
  background: url(/skin/img/ic-nav-search-active.svg) center / 70% no-repeat;
}

section.main-section .search-wrap input::placeholder {
  color: #222;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
}

section.main-section .search-wrap input:focus::placeholder {
  color: transparent;
}

section.main-section .search-wrap .search-result-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  overflow-y: hidden;
  padding: 1.5rem 0 1.5rem 1.5rem;
}

section.main-section .search-wrap .search-result-wrap ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  max-height: 16rem;
}

section.main-section .search-wrap .search-result li {
  padding: 1.5rem 1.5rem 1.5rem 0;
  font-size: 1.5rem;
  color: #222;
  letter-spacing: -0.05rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

section.main-section .search-wrap .search-result li+li {
  border-top: 1px dashed #f2f2f2;
}

section.main-section .search-wrap .search-result li h2 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

section.main-section .search-wrap .search-result li.empty {
  color: #b2b2b2;
  text-align: center;
  line-height: 5rem;

}

@keyframes scroll_1 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-0.6em);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0.6em);
  }

  100% {
    transform: translateY(0);
  }
}

.scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: 0.6em;
  height: 1em;
  width: 0.4em;
  margin-left: -0.2em;
  border-radius: 0.4em;
  overflow: hidden;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.7);
  animation: scroll_1 2.75s ease-in-out infinite;
}

.scroll-icon {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  z-index: 20;
  height: 4rem;
  width: 2.5rem;
  border: 0.25em solid rgba(255, 255, 255, 0.7);
  border-radius: 3rem;
}

section.section2 {
  background: var(--global-primary-color) url(/skin/img/home/section2-bg.png) left 0 top 50% / auto 100% no-repeat;
}

section.section2 .content {
  color: #fff;
}

section.section2 .description {
  text-align: left;
  color: #fff;
}

section.phone-section .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 0 5rem;
}

section .phone-wrap {
  flex: none;
  width: 45rem;
  height: 100%;
  margin-right: 20rem;
  position: relative;
}


section .phone-wrap .phone {
  width: 90%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4rem 4rem 0 0;
  box-shadow: rgba(165, 149, 149, 0.2) 0px .8rem 2.4rem;
}

section .phone-wrap .phone::before {
  content: "";
  display: block;
  width: 6rem;
  height: .8rem;
  background-color: #f2f2f2;
  border-radius: 5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5rem;
}

section .phone-wrap .phone::after {
  content: "";
  display: block;
  padding-bottom: 177%;
}

section .phone-wrap .phone .screen {
  width: 90%;
  height: calc(100% - 5.8rem);
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}

section .phone-wrap .phone .screen .swiper {
  width: 100%;
  height: 100%;
}

section .phone-wrap .phone .screen .swiper .swiper-slide {
  box-shadow: inset 0 0 0.5rem #f2f2f2;
}

section.phone-section.reverse .phone-wrap {
  margin-right: 0;
  margin-left: 20rem;
}

section.phone-section .content {
  flex: 1;
}

section.phone-section .content img {
  margin-bottom: 2rem;
}

section.section3 {
  background: #f2decf url(/skin/img/home/section3-bg.png) left 0 top 50% / auto 100% no-repeat;
}

section.section3 .description {
  text-align: left;
}


/* 유용한 기능들 */
section.func .inner {
  padding-bottom: 5rem;
}

section.func .title {
  margin-bottom: 5rem;
  color: #fff;
}

section.func:not(.usage) .description {
  color: #fff;
}

section.func ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

section.func ul li {
  width: 25%;
  color: #222;
  font-size: 2.2rem;
  padding: 2rem;
  text-align: center;
}

section.func ul li p {
  color: #f2f2f2;
  font-size: 1.8rem;
}

section.func ul li .desc {
  font-size: 1.6rem;
  color: #b1b1b1;
  letter-spacing: -0.05rem;
  line-height: 1.35;
  display: block;
  margin-top: 1.5rem;
  min-height: 4.4rem;
}

section.func ul li .icon {
  width: 15rem;
  height: 10rem;
  /* background-color: #f2f2f2; */
  margin: 0 auto 2rem auto;
}

section.func ul li .icon.link {
  background: url(/skin/img/home/ic-link.svg) center / 57% no-repeat;
}

section.func ul li .icon.namecard {
  background: url(/skin/img/home/ic-card.svg) center / 63% no-repeat;
}

section.func ul li .icon.social {
  background: url(/skin/img/home/ic-social.svg) center / 57% no-repeat;
}

section.func ul li .icon.kakao {
  background: url(/skin/img/home/ic-kakao.svg) center / 57% no-repeat;
}

section.func ul li .icon.sales {
  background: url(/skin/img/home/ic-sales.svg) center / 51% no-repeat;
}

section.func ul li .icon.calendar {
  background: url(/skin/img/home/ic-calendar.svg) center / 57% no-repeat;
}

section.func ul li .icon.business {
  background: url(/skin/img/home/ic-business.svg) center / 57% no-repeat;
}

section.func ul li .icon.donation {
  background: url(/skin/img/home/ic-donation.svg) center / 57% no-repeat;
}

section.func ul li .icon.band {
  background: url(/skin/img/home/ic-band.svg) center / 57% no-repeat;
}

section.func ul li .icon.tag {
  background: url(/skin/img/home/ic-tag.svg) center / 57% no-repeat;
}

section.func ul li .icon.timestamp {
  background: url(/skin/img/home/ic-timestamp.svg) center / 64% no-repeat;
}

section.func ul li .icon.reserve {
  background: url(/skin/img/home/ic-reserve.svg) center / 57% no-repeat;
}

section.func ul li .icon.naver {
  background: url(/skin/img/home/ic-naver.svg) center / 57% no-repeat;
}

section.func ul li .icon.place {
  background: url(/skin/img/home/ic-place.svg) center / 57% no-repeat;
}

section.func ul li .icon.ticket {
  background: url(/skin/img/home/ic-ticket.svg) center / 62% no-repeat;
}

section.func ul li .icon.form {
  background: url(/skin/img/home/ic-form.svg) center / 57% no-repeat;
}

section.func ul li .icon.bill {
  background: url(/skin/img/home/ic-bill.svg) center / 57% no-repeat;
}

section.func ul li .icon.skin {
  background: url(/skin/img/home/ic-skin.svg) center / 57% no-repeat;
}

section.func ul li .icon.graph {
  background: url(/skin/img/home/ic-graph.svg) center / 57% no-repeat;
}

section.func ul li .icon.nft {
  background: url(/skin/img/home/ic-nft.svg) center / 72% no-repeat;
}

section.func ul li .icon.codeblock {
  background: url(/skin/img/home/ic-codeblock.svg) center / 57% no-repeat;
}

section.func .content {
  display: flex;
  flex-wrap: wrap;
  width: 67%;
  margin: 0 auto;
}

section.func .content li {
  width: calc(50% - 3rem);
  position: relative;
  border-radius: 5.3rem;
  margin: 1.5rem;
  overflow: hidden;
  color: #222;
  font-size: 2.2rem;
  letter-spacing: -0.02rem;
}

section.func .content li:nth-child(5) {
  color: #000;
}

section.func .content li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

section.func .content li>div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
  padding: 3rem;
}

section.func .content li .icon {
  width: 25rem;
  height: 25rem;
  background-color: #fff;
  margin: 0 auto 3rem auto;
  border-radius: 40rem;
  opacity: 0.25;
}

section.func .content li p {
  color: inherit;
}


/* partners */
section.pay .illust {
  width: 40%;
  margin: 13rem auto 0 auto;
}

section.pay .partner-icon {
  opacity: 0.15;
  position: absolute;
}

section.pay .partner-icon.ic-spc1 {
  left: 10%;
  top: 10%;
}

section.pay .partner-icon.ic-spc2 {
  right: 15%;
  top: 30%;
}

section.pay .partner-icon.ic-spc3 {
  left: 15%;
  top: 50%;
}

section.pay .partner-icon.ic-spc4 {
  right: 20%;
  bottom: 10%;
}

section.pay .partner-icon.ic-spc5 {
  left: 10%;
  bottom: 5%;
}


/* 필요한 기능 */
section.custom .inner {
  height: 100vh;
}

section.custom .illust {
  height: 80%;
  position: relative;
}

.wrap {
  position: absolute;
  perspective: 60rem;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}



/* 자주 묻는 질문 */
section.faq .inner {
  padding-top: 12rem;
  padding-bottom: 7rem;
}

section.faq .faq-list {
  width: 80%;
  margin: 5.8rem auto 0 auto;
}

section.faq .faq-list li {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  padding: 0 5rem;
  height: 8rem;
  border-radius: 4.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

section.faq .faq-list li h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 8rem;
  position: relative;
  font-size: 1.6rem;
}

section.faq .faq-list li p {
  display: none;
  font-size: 1.7rem;
  padding-bottom: 3rem;
  padding-right: 5rem;
  line-height: 1.75;
}

section.faq .faq-list li.on {
  height: auto;
}

section.faq .faq-list li.on p {
  display: block;
}

section.faq .faq-list li h2::after {
  content: "";
  display: block;
  width: 3rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/skin/img/home/ic-arrow-down-w.svg) center / contain no-repeat;
}

section.faq .faq-list li.on h2::after {
  transform: translateY(-50%) rotate(180deg);
}

section.faq .faq-list li:not(:first-child) {
  margin-top: 3rem;
}

/* 지금 바로 시작하세요 */
section.start {
  min-height: 100vh;
  /* background: var(--global-primary-color) url(/skin/img/home/icon-background.png) center / 33% repeat; */
  background-color: var(--global-primary-color);
  /* background: linear-gradient(220deg, rgba(164, 0, 255, 1) 0%, rgba(180, 32, 255, 1) 36%, rgba(246, 39, 208, 1) 68%, rgba(255, 67, 101, 1) 100%); */
}

section.start .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/skin/img/home/icon-background.png) center / 33% repeat;
  z-index: 1;
}

section.start .inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 12rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


section.start .sub-title {
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 2rem;
  letter-spacing: -0.1rem;
  color: #fff;
}

section.start .title {
  color: #fff;
  margin-bottom: 4rem;
}

section.start .desc {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  color: #fff;
}

section.start .start-btn {
  display: block;
  margin-top: 8rem;
  background-color: #fff;
  color: var(--global-primary-color);
  border-radius: 1.4rem;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  width: 30rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  cursor: pointer;
}





* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section:not(.start) {
  min-height: 100vh;
}

section .content-wrap {
  width: 120rem;
  margin: 0 auto;
  padding: 9rem 0;
}

section .content-wrap .title {
  text-align: center;
}

section .content-wrap .description {
  color: #666;
}


/* 지금까지 온라인 부업은? */
section.section4 {
  background: url(/skin/img/home/section4-bg.png) center / cover no-repeat;
}

section.section4 .title,
section.section4 .description {
  color: #fff;
}

section.section4 ul {
  display: flex;
  justify-content: center;
  margin-top: 15rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.65;
  opacity: 0;
}

section.section4.on ul {
  animation: fadeInDown 1s ease-out both;
}

section.section4 ul li {
  flex: 1;
  padding: 4.7rem 4.3rem;
}

section.section4 ul li:not(:first-child) {
  border-left: 2px dashed #fff;
}

section.section4 ul li h2 {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}

section.section4 ul li p {
  font-weight: 300;
}

/* 두가지중 한가지는 가능한가요? */
section.section5 ul {
  font-size: 2.2rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
  color: #222;
  width: 102.2rem;
  margin: 0 auto;
}

section.section5 ul li {
  opacity: 0;
}

section.section5.on ul li {
  animation: fadeInDown 1s ease-out both;
}

section.section5.on ul li:nth-child(2) {
  animation-delay: 0.3s;
}

section.section5 ul li h2 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

section.section5 ul li p {
  font-weight: 400;
}

section.section5 ul li {
  display: flex;
  background-color: #f7f7f7;
  border-radius: 2.1rem;
  padding: 4rem 10rem 5rem 16.4rem;
}

section.section5 ul li+li {
  margin-top: 5rem;
}

section.section5 ul li .icon {
  flex: none;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 1.7rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  margin-right: 7rem;
}

section.section5 ul li .icon.blog {
  background: url(/skin/img/home/blog.png) center / cover no-repeat;
}

section.section5 ul li .icon.instagram {
  background: url(/skin/img/home/instagram.png) center / cover no-repeat;
}

section.section5 ul li .content {
  flex: 1;
}



/* 방법은 너무 간단합니다. */
section.section6 .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section6 .phone-wrap {
  display: block;
  flex: none;
  width: 55.3rem;
  border-radius: 3.8rem;
  background-color: var(--global-sub-color);
  position: relative;
  overflow: hidden;
  margin-right: 5rem;
}

section.section6 .phone-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

section.section6 .phone-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 6.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(0deg, rgba(255, 236, 229, 1) 0%, rgba(255, 236, 229, 1) 45%, rgba(255, 236, 229, 0) 100%);
}

section.section6 .phone-wrap .phone {
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  width: 52%;
  position: absolute;
}

section.section6 .txt-wrap {
  font-size: 2.2rem;
  line-height: 1.55;
  color: #222;
}

section.section6 .txt-wrap li:not(.on) {
  opacity: 0.3;
}

section.section6 .txt-wrap li {
  padding-left: 5rem;
  position: relative;
  cursor: pointer;
}

section.section6 .txt-wrap li .icon {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}

section.section6 .txt-wrap li .icon.item {
  background: url(/skin/img/home/section6-item.svg) center / 100% no-repeat;
}

section.section6 .txt-wrap li .icon.link {
  background: url(/skin/img/home/section6-link.svg) center / 100% no-repeat;
}

section.section6 .txt-wrap li .icon.sns {
  background: url(/skin/img/home/section6-sns.svg) center / 100% no-repeat;
}

section.section6 .txt-wrap li h2 {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

section.section6 .txt-wrap li+li {
  margin-top: 4rem;
}

/* 배송은 판매사가 합니다 */
section.section7 {
  background: url(/skin/img/home/section7-bg.png) center / cover no-repeat;
}

section.section7 ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.55;
  padding-top: 6rem;
  color: #222;
}

section.section7 ul li {
  opacity: 0;
}

section.section7.on ul li {
  animation: fadeInDown 1s ease-out both;
}

section.section7.on ul li:nth-child(2) {
  animation-delay: 0.3s;
}

section.section7.on ul li:nth-child(3) {
  animation-delay: 0.6s;
}

section.section7 ul li .icon {
  width: 19.6rem;
  height: 19.6rem;
  display: block;
  margin-bottom: 6rem;
}

section.section7 ul li .icon.card {
  background: url(/skin/img/home/section7-card.svg) center / 100% no-repeat;
}

section.section7 ul li .icon.delivery {
  background: url(/skin/img/home/section7-delivery.svg) center / 100% no-repeat;
}

section.section7 ul li .icon.money {
  background: url(/skin/img/home/section7-money.svg) center / 100% no-repeat;
}

section.section7 ul li h2 {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}


/* 정산은 리픽에서 합니다 */
section.section8 {
  background: url(/skin/img/home/section8-bg.png) center / cover no-repeat;
}

/* section.section8 .phone-wrap::before {
  content: "";
  display: block;
  width: 31.3rem;
  height: 19.8rem;
  border-radius: 1.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  top: 36%;
  z-index: 10;
  right: -25%;
  background: #f7f7f7 url(/skin/img/home/section8-screen2.png) center / 100% no-repeat;
  opacity: 0;
  transform: scale(0);
}

section.section8 .phone-wrap.on::before {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s all cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

section.section8 .phone-wrap .phone {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4rem;
  overflow: hidden;
}


section.section8 .phone-wrap .phone .screen {
  bottom: 2.1rem;
  height: calc(100% - 7.9rem);
  border-radius: 0 0 2.5rem 2.5rem;
} */

section.section8 .description {
  text-align: left;
}


/* 그럼 저는 뭘 하나요? */

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

section.section9 {
  background-color: var(--global-sub-color);
}

section.section9 .screen-wrap {
  width: 92rem;
  height: 53rem;
  margin: 0 auto;
  position: relative;
}

section.section9 .screen {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  width: 66.5%;
  border-radius: 4.8rem;
  background: url(/skin/img/home/section9-screen1.png) center / 100% no-repeat;
  z-index: 2;
}

section.section9 .screen::after {
  content: "";
  display: block;
  padding-bottom: 77%;
}


section.section9 .screen-wrap .icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

section.section9 .screen-wrap .icon.tiktok {
  background: url(/skin/img/home/section9-tiktok.png) center / 100% no-repeat;
  z-index: 1;
}

section.section9 .screen-wrap .icon.youtube {
  background: url(/skin/img/home/section9-youtube.png) center / 100% no-repeat;
  z-index: 3;
  animation-delay: 0.4s;
}

section.section9 .screen-wrap .icon.blog {
  background: url(/skin/img/home/section9-blog.png) center / 100% no-repeat;
  z-index: 3;
  animation-delay: 0.6s;
}

section.section9 .screen-wrap .icon.instagram {
  background: url(/skin/img/home/section9-instagram.png) center / 100% no-repeat;
  z-index: 3;
  animation-delay: 0.8s;
}

section.section9 .screen-wrap .feed {
  display: block;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 30.1rem;
  border-radius: 2rem;
  position: absolute;
  z-index: 4;
  top: -5rem;
  right: -9rem;
  background: #fff url(/skin/img/home/section9-feed.png) 0 0 / 100% no-repeat;
}

section.section9 .screen-wrap .feed::after {
  content: "";
  display: block;
  /* padding-bottom: 128%; */
  padding-bottom: 154%;
}

section.section9 .screen-wrap .feed .hearts {
  position: absolute;
  left: -8%;
  bottom: 14%;
  height: 86%;
  width: 30%;
}


section.section9 .screen-wrap .feed .heart {
  width: 3rem;
  height: 3rem;
  opacity: 1;
  position: absolute;
  bottom: 0;
  display: none;
}

section.section9 .screen-wrap .feed .heart i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  color: var(--global-primary-color);
}

@keyframes showContent {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

section.section9 .screen-wrap .feed .feed-content {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 14%;
  font-size: 1.5rem;
  padding: 1rem 1.3rem;
  color: #222;
  width: 100%;
}

section.section9 .screen-wrap .feed .feed-content a {
  display: block;
  margin-top: 0.5rem;
  color: #053563;
}

section.section9 .screen-wrap .feed .feed-content>* {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

section.section9 .screen-wrap .feed .feed-content.on>* {
  animation: showContent 3s linear both;
}

@keyframes flowOne {
  0% {
    opacity: 0;
    bottom: 0;
    left: 14%
  }

  40% {
    opacity: .8;
  }

  50% {
    opacity: 1;
    left: 0;
  }

  60% {
    opacity: .2;
  }

  80% {
    bottom: 80%
  }

  100% {
    opacity: 0;
    bottom: 100%;
    left: 18%
  }
}

@keyframes flowTwo {
  0% {
    opacity: 0;
    bottom: 0;
    left: 0;
  }

  40% {
    opacity: .8;
  }

  50% {
    opacity: 1;
    left: 11%
  }

  60% {
    opacity: .2;
  }

  80% {
    bottom: 60%
  }

  100% {
    opacity: 0;
    bottom: 80%;
    left: 0;
  }
}

@keyframes flowThree {
  0% {
    opacity: 0;
    bottom: 0;
    left: 0;
  }

  40% {
    opacity: .8;
  }

  50% {
    opacity: 1;
    left: 30%
  }

  60% {
    opacity: .2;
  }

  80% {
    bottom: 70%
  }

  100% {
    opacity: 0;
    bottom: 90%;
    left: 0;
  }
}


/* 어떤 제품이 있나요? */
@keyframes loop {
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop {
  100% {
    transform: translateX(-100%);
  }
}

section.section10 .slide-wrap {
  position: relative;
  padding-top: 8rem;
}

section.section10 .slide-wrap::before,
section.section10 .slide-wrap::after {
  content: "";
  display: block;
  width: 12rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

section.section10 .slide-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
}

section.section10 .slide-wrap::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
}


section.section10 .container {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}

section.section10 .container .slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loop 15s linear infinite;
}

section.section10 .container .slide-image {
  width: 20rem;
  height: 20rem;
  flex: none;
  border-radius: 3rem;
  transition: transform 5s ease;
  background-color: #f2f2f2;
  margin-left: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.section10 .container.bottom {
  padding-left: 10rem;
}


section.section10 .phone-wrap {
  width: 32rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-right: 0;
  height: auto;
}


section.section10 .phone-wrap .phone {
  width: 100%;
  bottom: auto;
  top: 0;
  border-radius: 4rem;
}

section.section10 .phone-wrap .phone .screen {
  bottom: 2.1rem;
  height: calc(100% - 7.9rem);
  border-radius: 0 0 2.5rem 2.5rem;
}


/* 다시 한 번 체크해보세요! */
section.section11 .check-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

section.section11 .check-list ul {
  flex: 1;
  border-radius: 6rem;
  background-color: #fff9eb;
  padding: 9rem 5.5rem;
  height: 51.2rem;
  font-size: 2.8rem;
  letter-spacing: -0.05rem;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.section11 .check-list ul+ul {
  margin-left: 5.2rem;
}

section.section11 .check-list ul li {
  padding-left: 5rem;
  position: relative;
}

section.section11 .check-list ul li span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

section.section11 .check-list ul li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.4rem;
  background-color: rgba(255, 205, 89, 0.4);
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  z-index: -1;
}


section.section11 .check-list ul li .checkbox-animation {
  position: absolute;
  left: 0;
  top: 0;
}

section.section12 {
  background-color: #f2f2f2;
}

section.section12 .content-wrap {
  width: 100% !important;
}


section.section12 .slide-wrap {
  position: relative;
  padding-top: 8rem;
}

section.section12 .container {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}

section.section12 .container .slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section12.on .container .slide-container {
  animation: loop 45s linear infinite;
}


section.section12 .container:hover .slide-container {
  animation-play-state: paused;
}

section.section12 .container .slide-box {
  width: 50rem;
  min-height: 30rem;
  flex: none;
  border-radius: 3rem;
  background-color: #fff;
  margin-left: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  color: #222;
  font-size: 1.8rem;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

section.section12 .container .slide-box>* {
  flex: none;
}

section.section12 .container .slide-box .profile-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

section.section12 .container .slide-box .profile {
  flex: none;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #f2f2f2 url(/skin/img/ic-user.svg) center / 50% no-repeat;
  margin-right: 2rem;
  display: block;
}

section.section12 .container .slide-box .nickname {
  font-weight: 500;
  letter-spacing: -0.05rem;
}

section.section12 .container .slide-box .content h2 {
  margin: 2rem 0 1rem 0;
}

section.section12 .container .slide-box .content p {
  font-size: 1.6rem;
}

section.section12 .container .slide-box .date {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #666;
  letter-spacing: -0.05rem;
  text-align: right;
  margin-top: auto;
}


@-webkit-keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}

@keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}


.checkbox-animation {
  --border-default: #ffcd59;
  --border-hover: #ffcd59;
  --active: #ffcd59;
  --active-tick: #fff9eb;
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  -webkit-tap-highlight-color: transparent;

  display: block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  width: 3rem;
  height: 3rem;
  border-radius: 36%/36%;
  box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
  background: var(--background, transparent);
  transition: background 0.25s linear, box-shadow 0.25s linear;
}

.checkbox-animation svg {
  display: block;
  position: absolute;
}

.checkbox-animation svg:first-child {
  width: 3.5rem;
  height: 3rem;
  left: 0;
  top: 0;
  color: var(--active);
}

.checkbox-animation svg:first-child .tick {
  stroke-dasharray: 20;
  stroke-dashoffset: var(--stroke-dashoffset, 20);
  transition: stroke-dashoffset 0.2s;
}

.checkbox-animation svg:first-child .tick.mask {
  stroke: var(--active-tick);
}

.checkbox-animation svg+svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: var(--active);
  stroke-width: 1.25;
  stroke-linecap: round;
  top: -10px;
  right: -15px;
  stroke-dasharray: 4.5px;
  stroke-dashoffset: 13.5px;
  pointer-events: none;
  -webkit-animation: var(--animation, none) 0.2s ease 0.175s;
  animation: var(--animation, none) 0.2s ease 0.175s;

}

.checkbox-animation.checked {
  --background: var(--active);
  --border: var(--active);

}

.checkbox-animation.checked svg:first-child {
  --stroke-dashoffset: 0;
}

.checkbox-animation.checked svg+svg {
  --animation: check;
}


.checkbox-animation:hover:not(.checked) {
  --border: var(--border-hover);
}

/* section style end */






.layout-inner {
  width: 100%;
  overflow-x: hidden;
}




.footer {
  background-color: #000;
}

.footer .agree-wrap {
  border-top: none;
  border-bottom-color: #404040;
}

.footer .copyright,
.footer .company-info,
.footer .agree-wrap a {
  color: #b2b2b2;
}


.scroll-top {
  position: fixed;
  width: 6.5rem;
  height: 6.5rem;
  right: 4rem;
  bottom: 12.5rem;
  border-radius: 50%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5) url(/skin/img/ic-arrow-top.svg) center / 30% no-repeat;
  display: none;
}

.scroll-top.on {
  display: block;
}

@media (max-width: 760px) {
  .pc {
    display: none !important;
  }

  body {
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  header .header-language {
    background: url(/skin/img/m/ic-trans-w.svg) center / 2.7rem no-repeat;
  }

  header.on .header-language {
    background: url(/skin/img/m/ic-trans.svg) center / 2.7rem no-repeat;
  }

  #index_gnb {
    background-color: transparent;
  }

  #wrap {
    padding: 0 !important;
  }

  section.main-section .title {
    font-size: 3.5rem;
  }

  section>.inner {
    width: 100%;
    padding: 12% 6% 6.5rem 6%;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
  }

  .inner.left,
  .inner.right {
    padding-left: 6%;
  }


  /* 공통 영역 */
  section .title {
    font-size: 3.2rem;
    letter-spacing: -0.1rem;
    margin-bottom: 10%;
  }

  section.column .inner {
    padding-top: 15%;
  }



  /* 유용한 기능들 */
  section.func ul {
    width: 100%;
  }

  section.func ul li {
    width: 50%;
    padding: 1rem;
  }

  section.func ul li p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  section.func ul li .icon {
    height: auto;
    width: 80%;
  }

  section.func ul li .icon::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }


  /* SPC x NEXTMOBILE */
  section.pay .illust {
    margin-top: 50%;
    width: 100%;
  }

  section.pay .illust img {
    width: 100%;
  }

  section.pay .partner-icon {
    width: 13rem;
  }

  section.pay .partner-icon.ic-spc1 {
    left: 9%;
    top: 36%;
  }

  section.pay .partner-icon.ic-spc2 {
    right: 4%;
    top: 26%;
  }

  section.pay .partner-icon.ic-spc3 {
    left: auto;
    top: 38%;
    right: 5%;
  }

  section.pay .partner-icon.ic-spc4 {
    right: 5%;
    bottom: 10%;
  }

  section.pay .partner-icon.ic-spc5 {
    left: 10%;
    bottom: 4%;
  }


  /* 자주묻는 질문 */
  section.faq {
    min-height: auto;
  }

  section.faq .inner {
    height: auto;
    min-height: 0;
    padding-bottom: 15%;
  }

  section.faq .faq-list {
    width: 100%;
    margin-top: 0;
  }

  section.faq .faq-list li {
    font-size: 0.95em;
    padding: 0 10%;
    height: 7.2rem;
    border-radius: 3.5rem;
  }

  section.faq .faq-list li h2 {
    padding-right: 2rem;
    line-height: 7.2rem;
  }

  section.faq .faq-list li h2::after {
    width: 1.9rem;
  }

  section.faq .faq-list li p {
    font-size: 1.5em;
    padding-right: 2rem;
  }

  /* 지금 바로 시작하세요 */
  section.start {
    background-size: 100%;
  }

  section.start .title {
    margin-bottom: 30%;
  }


  section.main-section {
    text-align: center;
  }

  section.main-section .content .form-input {
    width: 90%;
  }

  section.main-section .content {
    top: 40%;
    /* top: 11rem;
    left: 0;
    transform: none;
    padding: 0;
    width: 100%; */
  }

  section.main-section .content .description {
    text-align: center;
    font-size: 1.8rem;
  }

  section.main-section .content .search-wrap {

    width: 90%;
  }

  section.main-section .screen {
    top: auto;
    transform: none;
    bottom: 22rem;
  }

  section.main-section .screen::after {
    padding-bottom: 56%;
  }

  section.main-section .screen img {
    width: 69.7%;
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 2rem);
  }

  section.main-section .screen img.on {
    animation: fadeInUpMobile 1.3s both;
    animation-delay: 0s;
  }

  section.section2 {
    background-image: url(/skin/img/home/section2-m-bg.png);
  }

  section.section3 {
    background-image: url(/skin/img/home/section3-m-bg.png)t
  }

  section.phone-section .inner {
    flex-direction: column-reverse;
    padding: 8rem 5% 0 5%;
    height: auto;
  }


  section.phone-section .content {
    text-align: center;
  }

  section.phone-section .description {
    text-align: center;
    font-size: 1.8rem;
  }

  section.phone-section .content img {
    width: 4.5rem;
    display: block;
    margin: 0 auto 2rem auto;
  }

  section .phone-wrap {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    height: auto;
    margin-top: 4rem;
  }

  section .phone-wrap .phone {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    border-radius: 2.5rem 2.5rem 0 0;
  }

  section.phone-section.reverse .inner {
    flex-direction: column;
  }


  section .description {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }

  section .content-wrap {
    width: 100%;
    padding: 8rem 5%;
  }

  /* 지금까지 온라인 부업은? */
  section.section4 ul {
    display: block;
    margin-top: 3rem;
    font-size: 1.8rem;
  }

  section.section4 ul li {
    padding: 4.5rem 0;
  }

  section.section4 ul li:not(:first-child) {
    border-left: 0;
    border-top: 1px dashed #fff;
  }

  section.section4 ul li h2 {
    font-size: 2.2rem;
  }

  /* 두가지중 한가지는 가능한가요? */
  section.section5 ul {
    width: 100%;
    font-size: 1.8rem;
  }

  section.section5 ul li {
    padding: 2rem;
    display: block;
  }

  section.section5 ul li .icon {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 1.2rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  section.section5 ul li h2 {
    font-size: 2.2rem;
  }


  /* 방법은 너무 간단합니다. */
  section.section6 .content {
    display: block;
  }

  section.section6 .phone-wrap {
    width: 100%;
    height: auto;
    padding-top: 4rem;
  }

  section.section6 .phone-wrap::after {
    display: none;
  }

  section.section6 .phone-wrap .phone {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  section.section6 .txt-wrap {
    font-size: 1.8rem;
    margin-top: 4rem;
  }

  section.section6 .txt-wrap li h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  /* 배송은 판매사가 합니다. */
  section.section7 {
    min-height: auto;
  }

  section.section7 {
    background-image: url(/skin/img/home/section7-m-bg.png);
  }

  section.section7 ul {
    display: block;
    padding-top: 0;
  }

  section.section7 ul li {
    position: relative;
    padding-left: 14rem;
    text-align: left;
    font-size: 1.8rem;
    min-height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.section7 ul li h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  section.section7 ul li .icon {
    width: 10rem;
    height: 10rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }

  section.section7 ul li+li {
    margin-top: 6rem;
  }


  /* 정산은 리픽이 합니다. */
  section.section8 {
    padding-bottom: 8rem;
    background-image: url(/skin/img/home/section8-m-bg.png);
  }

  section.section8 .phone-wrap {
    margin-top: 0;
  }

  section.section8 .phone-wrap .phone {
    top: auto;
    transform: none;
    border-radius: 3rem;
  }

  section.section8 .phone-wrap::before {
    top: 30%;
    right: -3%;
    /* animation: fadeInDown 1.3s both; */
  }


  /* 그럼 저는 뭘 하나요? */
  section.section9 {
    min-height: auto;
  }

  section.section9 .screen-wrap {
    width: 100%;
    height: auto;
    padding-top: 5rem;
  }

  section.section9 .screen {
    width: 70%;
    background-size: cover;
    border-radius: 3rem;
    position: relative;
    left: auto;
    transform: none;
    margin-left: auto;
    margin-right: 3rem;
  }

  section.section9 .screen::after {
    padding-bottom: 142%;
  }

  section.section9 .screen-wrap .feed {
    width: 20rem;
    top: -3rem;
    right: 0;
  }

  section.section9 .screen-wrap .icon {
    background-size: 150% !important;
    background-position: left -1.2rem top 50% !important;
    bottom: -4.5rem;
    top: auto;
    animation: none;
  }

  section.section9 .screen-wrap .feed {
    border-radius: 1.2rem;
  }

  section.section9 .screen-wrap .feed .feed-content {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
  }

  section.section9 .screen-wrap .feed .feed-content.on>* {
    animation: none;
    width: 100%;
  }


  /* 어떤 상품이 있나요? */
  section.section10 {
    min-height: auto;
  }

  section.section10 .phone-wrap {
    width: 71%;
  }

  section.section10 .phone-wrap .phone {
    border-radius: 2.5rem;
  }

  section.section10 .phone-wrap .phone .screen {
    border-radius: 0 0 2rem 2rem;
  }

  section.section10 .slide-wrap::before,
  section.section10 .slide-wrap::after {
    display: none;
  }

  section.section10 .container .slide-image {
    width: 12rem;
    height: 12rem;
    border-radius: 1.8rem;
    margin-left: 1.5rem;
  }


  section.section10 .container.bottom {
    padding-left: 0;
  }

  section.section10 .container.bottom .slide-container:first-child {
    margin-left: -6rem;
  }

  /* 다시 한 번 체크해보세요! */
  section.section11 {
    min-height: auto;
  }

  section.section11 .check-list {
    display: block;
    background-color: #fff9eb;
    border-radius: 2.5rem;
    padding: 4rem 2.5rem;
  }

  section.section11 .check-list ul {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.8rem;
    display: block;
    height: auto;
  }

  section.section11 .check-list ul+ul {
    margin-left: 0;
  }

  section.section11 .check-list ul li {
    min-height: 3rem;
    margin-bottom: 3rem;
  }

  section.section11 .check-list ul+ul li:last-child {
    margin-bottom: 0;
  }

  section.section11 .check-list ul li span::after {
    bottom: -0.4rem;
  }

  /* 리뷰 */
  section.section12 .slide-wrap {
    padding-top: 3rem;
  }

  section.section12 .container {
    display: block;
    padding: 0;
    margin: 0;
  }

  section.section12 .container .slide-container {
    display: block;
  }

  section.section12.on .container .slide-container {
    animation: none;
  }

  section.section12 .container .slide-box {
    width: 100%;
    height: auto;
    margin-left: 0;
    border-radius: 2.5rem;
  }

  section.section12 .container .slide-box+.slide-box {
    margin-top: 2.5rem;
  }


  /* 써보는게 빠릅니다 */
  section.start .bg {
    background-size: 100%;
  }

  section.start .inner {
    padding: 8rem 5%;
    text-align: center;
  }

  section.start .sub-title {
    font-size: 2.4rem;
  }

  section.start .desc {
    font-size: 2rem;
  }


  .scroll-top {
    right: 5%;
    bottom: 18.5rem;
  }

  .footer .agree-wrap {
    border: none;
  }
}

@media (max-width: 340px) {
  section {
    height: 57.6rem;
  }

}

@media (max-width: 1328px) {
  section .inner {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  section .title {
    font-size: 4rem;
  }

}

@media (max-width: 1600px) {
  .layout_noframe .layout_frame_inner {
    max-width: 100% !important;
  }
}

@media (min-width: 761px) {
  section .inner {
    min-height: 93rem;
  }
}