@charset "UTF-8";
@import "vendors/aos.css";
@import "vendors/jquery.fullpage.css";
@import "vendors/swiper-bundle.min.css";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
.blind, .hide {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, body {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}
@media all and (max-width: 910px) {
  html {
    font-size: 14px;
  }
}

a,
a:hover,
a:focus,
a:active,
a:link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

strong,
b {
  color: inherit;
  font-size: inherit;
}

i,
em {
  font-style: normal;
}

mark {
  color: inherit;
  background: none;
}

button {
  -webkit-appearance: none;
}

input {
  -webkit-border-radius: 0;
}

input:matches([type=password], [type=search]),
input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

table {
  border-collapse: collapse;
}

html {
  -webkit-font-smoothing: antialiased;
}

.layout {
  width: 1280px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}
.layout.wide {
  width: 1440px;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .layout.wide {
    width: 100%;
  }
}
.layout.is--content-center {
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .layout {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 991px) {
  .is--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .is--pc {
    display: none !important;
  }
}

.img-circle {
  vertical-align: baseline;
}

[data-aos][data-aos][data-aos-delay="3200"].aos-animate,
body[data-aos-delay="3200"] [data-aos].aos-animate {
  transition-delay: 3.2s;
}

[data-aos][data-aos][data-aos-delay="3400"].aos-animate,
body[data-aos-delay="3400"] [data-aos].aos-animate {
  transition-delay: 3.4s;
}

[data-aos][data-aos][data-aos-delay="3600"].aos-animate,
body[data-aos-delay="3600"] [data-aos].aos-animate {
  transition-delay: 3.6s;
}

[data-aos][data-aos][data-aos-delay="4200"].aos-animate,
body[data-aos-delay="4200"] [data-aos].aos-animate {
  transition-delay: 4.2s;
}

body.is--overflow-hidden {
  overflow-y: hidden;
}

.color--red {
  color: #F15555;
}
.color--primary {
  color: #1CD0BA;
}

.text-effect {
  overflow: hidden;
}
.text-effect-content {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.8s 0.5s ease-out;
}

.input__required {
  color: #F15555;
}
.input__notice {
  display: block;
  margin-top: 5px;
  color: #545454;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}
.input__notice.large {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.input__error {
  color: #F15555;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.input__error.not-fix {
  position: static;
  padding-left: 0;
  padding-top: 5px;
}

.button-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.show--mobile {
  display: none;
}

.show--pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .show--pc {
    display: none;
  }
  .show--mobile {
    display: block;
  }
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  .header {
    height: 56px;
    padding: 12px 16px;
  }
}
.header .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 156px;
  height: 38px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("../images/common/logo.svg");
  flex: none;
  transition: background-image 0.4s;
}
.header-logo__link {
  display: block;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    width: 125px;
    height: 31px;
    background-size: contain;
  }
}
.header-right-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-right-menu {
    display: none;
  }
}
.header-right-menu__link {
  opacity: 0.95;
}
.header-right-menu__link + .header-right-menu__link {
  margin-left: 12px;
}
.header-right-menu__link:not(.outline) {
  width: 120px;
  height: 38px;
  padding: 0;
  display: inline-block;
  border: none;
  background: #1CD0BA;
  border-radius: 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
}
.header-right-menu__link:not(.outline):disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.header-right-menu__link:not(.outline):not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
.header-right-menu__link:not(.outline):hover {
  background: #11C1AC;
}
.header-right-menu__link.outline {
  width: 120px;
  height: 38px;
  padding: 0;
  display: inline-block;
  border: 1px solid #11C1AC;
  background: #ffffff;
  border-radius: 60px;
  box-sizing: border-box;
  color: #11C1AC;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}
.header-right-menu__link.outline:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.header-right-menu__link.outline:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
.header-right-menu__link.outline:hover {
  background: #F2FDFC;
}
.header .header-menu-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header-menu-button {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/common/menu.svg");
  }
}

.sub .header {
  position: relative;
}

.footer {
  width: 100%;
  background: #ffffff;
  color: #545454;
  box-sizing: border-box;
  padding: 39px 0 39px;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
@media screen and (max-width: 640px) {
  .footer {
    padding-bottom: 96px;
  }
}
.footer .layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .footer .layout {
    flex-direction: column;
    padding: 0 20px;
  }
  .footer .layout > img,
  .footer .layout .footer-text {
    margin-right: auto;
  }
}
.footer-text {
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .footer-text {
    margin-left: 0;
    margin-top: 20px;
  }
}
.footer-text .footer-quick__link {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.footer-text__item {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .footer-text__item {
    line-height: 20px;
  }
}
.footer-text__item b {
  font-weight: 600;
}
.footer-text__item-copyright {
  color: #A7A7A7;
  margin-top: 8px;
}
.footer-separator {
  width: 1px;
  height: 10px;
  display: inline-block;
  background-color: #E3E3E3;
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  .footer-separator {
    margin: 0 6px;
  }
}

@media screen and (max-width: 640px) {
  .sub .footer {
    border-top: 0.5px solid #EAEAEA;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.fp-viewing-0 #fp-nav.right ul a span,
.fp-viewing-1 #fp-nav.right ul a span {
  background: #1CD0BA;
}
.fp-viewing-0 #fp-nav.right ul .active:before,
.fp-viewing-1 #fp-nav.right ul .active:before {
  background: #1CD0BA;
}
.fp-viewing-0 #fp-nav.right ul .active span,
.fp-viewing-1 #fp-nav.right ul .active span {
  background: #1CD0BA;
}
.fp-viewing-0 #fp-nav.right ul .active + .fp-tooltip,
.fp-viewing-1 #fp-nav.right ul .active + .fp-tooltip {
  color: #1CD0BA;
}

.fp-viewing-2 #fp-nav.right ul a span,
.fp-viewing-3 #fp-nav.right ul a span {
  background: #3E9EF8;
}
.fp-viewing-2 #fp-nav.right ul .active:before,
.fp-viewing-3 #fp-nav.right ul .active:before {
  background: #3E9EF8;
}
.fp-viewing-2 #fp-nav.right ul .active span,
.fp-viewing-3 #fp-nav.right ul .active span {
  background: #3E9EF8;
}
.fp-viewing-2 #fp-nav.right ul .active + .fp-tooltip,
.fp-viewing-3 #fp-nav.right ul .active + .fp-tooltip {
  color: #3E9EF8;
}

.fp-viewing-4 #fp-nav.right ul a span {
  background: #856CEC;
}
.fp-viewing-4 #fp-nav.right ul .active:before {
  background: #856CEC;
}
.fp-viewing-4 #fp-nav.right ul .active span {
  background: #856CEC;
}
.fp-viewing-4 #fp-nav.right ul .active + .fp-tooltip {
  color: #856CEC;
}

.fp-viewing-5 #fp-nav.right ul a span {
  background: #F5B510;
}
.fp-viewing-5 #fp-nav.right ul .active:before {
  background: #F5B510;
}
.fp-viewing-5 #fp-nav.right ul .active span {
  background: #F5B510;
}
.fp-viewing-5 #fp-nav.right ul .active + .fp-tooltip {
  color: #F5B510;
}

.fp-viewing-6 #fp-nav.right ul a span,
.fp-viewing-7 #fp-nav.right ul a span {
  background: #11C1AC;
}
.fp-viewing-6 #fp-nav.right ul .active:before,
.fp-viewing-7 #fp-nav.right ul .active:before {
  background: #11C1AC;
}
.fp-viewing-6 #fp-nav.right ul .active span,
.fp-viewing-7 #fp-nav.right ul .active span {
  background: #11C1AC;
}
.fp-viewing-6 #fp-nav.right ul .active + .fp-tooltip,
.fp-viewing-7 #fp-nav.right ul .active + .fp-tooltip {
  color: #11C1AC;
}

#fp-nav.right {
  margin-top: 0;
  right: 43px;
  z-index: 250;
}
#fp-nav.right ul li {
  margin: 0 7px 17px;
}
#fp-nav.right ul li:last-child {
  display: none;
}
#fp-nav.right ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  right: 13px;
  top: 6px;
}
#fp-nav.right ul li a:hover span {
  opacity: 1;
}
#fp-nav.right ul li a span {
  opacity: 0.2;
}
#fp-nav.right ul li a.active span {
  opacity: 1;
  width: 13px;
  height: 13px;
  box-shadow: 0px 7px 10px rgba(95, 95, 95, 0.2);
}
#fp-nav.right ul li .fp-tooltip {
  opacity: 0;
  margin: 2px 10px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 1279px) {
  #fullpage {
    transform: none !important;
  }
}
.section {
  background: #ffffff;
}
.section.fp-auto-height {
  padding-top: 0 !important;
}
@media screen and (max-width: 1279px) {
  .section {
    padding-top: 0 !important;
  }
  .section:not(.main-section) {
    height: auto !important;
  }
  .section:not(.main-section) .fp-tableCell {
    height: auto !important;
  }
}
@media screen and (max-width: 1279px) {
  .section:not(.main-section, .fp-auto-height) {
    padding: 130px 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .section:not(.main-section, .fp-auto-height) {
    padding: 80px 0 100px !important;
  }
}
@media screen and (max-width: 1279px) {
  .section:not(.main-section, .fp-auto-height).stock-feature-section {
    padding: 130px 0 60px !important;
  }
}
@media screen and (max-width: 640px) {
  .section:not(.main-section, .fp-auto-height).stock-feature-section {
    padding: 80px 0 40px !important;
  }
}
.section.active:not(.contact-section, .main-section) .fade-content {
  opacity: 1;
  transition-delay: 1s;
}
.section.show.contact-section .fade-content {
  opacity: 1;
  transition-delay: 0s;
}
.section.show.main-section .fade-content {
  opacity: 1;
  transition-delay: 0s;
}

@media screen and (min-width: 1280px) {
  .fade-content {
    opacity: 0;
    transition: opacity 1s 0.5s;
  }
}
@media screen and (max-width: 1279px) and (min-height: 450px) {
  .main-section {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (max-width: 1279px) and (max-height: 449px) {
  .main-section {
    background: #E7F6FA;
  }
}
@media screen and (max-width: 640px) {
  .main-section {
    z-index: 20;
    position: relative;
  }
}

.main-video {
  display: block;
  width: 100vw;
  height: 100vh;
  outline: none;
  border: none;
}
.main-video-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  background: #E7F6FA;
}
@media screen and (max-width: 640px) {
  .main-video-area:before {
    content: "";
    width: 100%;
    height: 56%;
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #E7F6FA 73.28%, rgba(231, 246, 250, 0) 100%);
  }
}
@media screen and (max-width: 1279px) {
  .main-video {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .main-video {
    height: 60%;
    height: calc(var(--vh, 1vh) * 60);
    width: auto;
    margin-left: auto;
  }
}
@media screen and (max-height: 449px) {
  .main-video {
    object-position: right;
  }
}
@media screen and (max-width: 640px) {
  .main-video {
    width: 100%;
    object-fit: fill;
  }
}
@media screen and (max-width: 640px) {
  .main-video {
    object-position: right;
    object-fit: cover;
  }
}
.main-video-text {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  .main-video-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1279px) {
  .main-video-text {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 1279px) and (max-height: 449px) {
  .main-video-text {
    padding: 90px 4vw 70px;
  }
}
@media screen and (max-width: 640px) {
  .main-video-text {
    padding: 30px;
    margin-top: 57px;
  }
}
.main-video-text .main-video__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 135%;
}
@media screen and (max-width: 1279px) {
  .main-video-text .main-video__title {
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 135%;
    word-break: keep-all;
  }
}
@media screen and (max-width: 640px) {
  .main-video-text .main-video__title {
    font-size: 30px;
  }
}
.main-video-text .main-video__description {
  margin-top: 30px;
  margin-bottom: 70px;
  color: #363D3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
}
@media screen and (max-width: 1279px) {
  .main-video-text .main-video__description {
    font-size: 2vw;
    font-weight: 400;
    line-height: 165%;
    word-break: keep-all;
  }
}
@media screen and (max-width: 640px) {
  .main-video-text .main-video__description {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .main-video-text .main-video__description br {
    display: none;
  }
}
.main-video-text .main-video__link {
  box-shadow: 0px 14px 14px rgba(31, 138, 128, 0.15);
  width: 240px;
  height: 54px;
  padding: 0;
  display: inline-block;
  border: none;
  background: #1CD0BA;
  border-radius: 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 52px;
}
.main-video-text .main-video__link:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.main-video-text .main-video__link:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .main-video-text .main-video__link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 10;
  }
}

.common__title {
  text-align: center;
  word-break: keep-all;
  font-size: 44px;
  font-weight: 600;
  line-height: 135%;
}
@media screen and (max-width: 768px) {
  .common__title .show--pc {
    display: none;
  }
  .common__title .show--mobile {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .common__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 310px) {
  .common__title br {
    display: none;
  }
}
.common__description {
  text-align: center;
  margin: 2vh 0 5vh;
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
}
@media screen and (max-width: 640px) {
  .common__description {
    padding: 0 30px;
    margin: 24px 0 50px;
    word-break: keep-all;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
  }
  .common__description .show--mobile {
    display: block;
  }
  .common__description .show--pc {
    display: none;
  }
}
.common__description strong {
  font-weight: 500;
}
@media screen and (max-width: 310px) {
  .common__description br {
    display: none;
  }
}

.section-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.process-section .common__description {
/*  margin: 2vh 0 1.8vh; */
  margin: 0.5vh 0 1.8vh;
}

.process-video {
  display: block;
  width: 100%;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
}
.process-video.stock-process-video {
  width: auto;
  height: 660px;
  margin-left: 30px;
}
@media screen and (max-width: 1279px) {
  .process-video.stock-process-video {
    height: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
.process-video-area {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-height: 850px) {
  .process-video-area {
    width: 800px;
  }
  .process-video-area .process-video.stock-process-video {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .process-video-area {
    width: calc(100% - 120px);
  }
  .process-video-area .process-video {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .process-video-area {
    width: 100%;
  }
}

.feature1-section {
  background: #F5FAFD;
}

.affiliate-section {
  background: #FCFAFF;
  position: relative;
}
.affiliate-section .layout {
  justify-content: flex-start;
}
@media screen and (min-width: 1280px) {
  .affiliate-section .layout {
    padding-top: 15vh;
  }
}
@media screen and (max-width: 640px) {
  .affiliate-section .layout {
    padding-bottom: 0;
  }
}
.affiliate-section .shop-list {
  display: flex;
  gap: 1vw;
  position: relative;
  margin-left: 7vw;
}
.affiliate-section .shop-list.show--mobile {
  display: none;
}
@media screen and (max-width: 1279px) {
  .affiliate-section .shop-list {
    flex-wrap: wrap;
    width: 440px;
  }
  .affiliate-section .shop-list.show--mobile {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 640px) {
  .affiliate-section .shop-list.show--mobile {
    width: 200px;
    gap: 0;
  }
}
@media screen and (max-width: 1279px) and (max-width: 310px) {
  .affiliate-section .shop-list.show--mobile {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1279px) {
  .affiliate-section .shop-list.show--pc {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .affiliate-section .shop-list.left {
    margin-left: 10vw;
  }
}
.affiliate-section .shop-list__item {
  flex: none;
}
.affiliate-section .shop-list__item.default {
  display: inline-flex;
  align-items: center;
}
.affiliate-section .shop-list__item.default .shop-logo {
  width: 130px;
}
@media screen and (max-width: 1279px) {
  .affiliate-section .shop-list__item.default {
    display: none;
  }
}
.affiliate-section .shop-list__item .shop-logo {
  width: 150px;
}
@media screen and (max-width: 640px) {
  .affiliate-section .shop-list__item .shop-logo {
    width: 100px;
  }
}

.feature-img {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .feature-img {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 640px) {
  .feature-img {
    width: 100%;
  }
}

.faq-section {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .faq-section .layout {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 640px) {
  .faq-section .layout {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.faq-section .faq-pattern {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .faq-section .faq-pattern {
    display: none;
  }
}
.faq-section .faq-pattern1 {
  top: 78px;
  left: 0;
}
.faq-section .faq-pattern2 {
  top: 120px;
  right: 11.38vw;
}
.faq-section .faq-pattern3 {
  top: 234px;
  right: 0;
}
.faq-section .faq-pattern4 {
  bottom: 17.28vh;
  left: 1.8vw;
}
.faq-section .faq-pattern5 {
  bottom: 0;
  right: 0;
}
.faq-section .section-text {
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .faq-section .section-text {
    min-height: 100vh;
    padding-bottom: 78px;
  }
}
.faq-section .faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.faq-section .faq-list__item {
  width: 400px;
  padding: 30px 24px;
  background: #FFFCF4;
  border: 0.5px solid #F5B510;
  box-shadow: 0px 8px 15px rgba(97, 81, 41, 0.05);
  border-radius: 15px;
}
.faq-section .faq-list__item.open .faq-list__item-question {
  background-image: url("../images/main/faq_box_close.svg");
}
.faq-section .faq-list__item.open .faq-list__item-answer-area {
  height: auto;
}
@media screen and (min-width: 1280px) {
  .faq-section .faq-list__item.up {
    transform: translate3d(0, -24px, 0);
  }
}
.faq-section .faq-list__item-mark {
  background: none;
  margin-right: 4px;
  letter-spacing: 0.01em;
  color: #363D3C;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  flex: none;
}
.faq-section .faq-list__item-content {
  width: calc(100% - 27px);
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
}
.faq-section .faq-list__item-question {
  display: flex;
  align-items: flex-start;
  color: #363D3C;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-image: url("../images/main/faq_box_open.svg");
}
.faq-section .faq-list__item-question .faq-list__item-content {
  width: calc(100% - 79px - 27px);
}
.faq-section .faq-list__item-answer {
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .faq-section .faq-list__item-answer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .faq-section .faq-list__item-answer .faq-list__item-content {
    font-size: 15px;
  }
}
.faq-section .faq-list__item-answer-area {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 930px) {
  .faq-section .faq-list {
    padding: 0 30px;
  }
  .faq-section .faq-list .faq-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .faq-section .faq-list {
    padding: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .faq-section .faq-list {
    padding: 0 30px;
  }
  .faq-section .faq-list .faq-list__item {
    padding: 20px;
  }
}

.contact-section {
  background: #F2FDFC;
}
.contact-section .contact-form {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(31, 138, 128, 0.05);
  border-radius: 20px;
  width: 650px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contact-section .contact-form {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 640px) {
  .contact-section .contact-form {
    padding: 8.33vw;
    width: calc(100% - 32px);
    margin-bottom: 50px;
  }
}
.contact-section .input-part {
  width: 100%;
  display: flex;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .contact-section .input-part {
    display: block;
  }
}
.contact-section .input-part:last-child {
  padding-bottom: 0;
}
.contact-section .input-part .type-button {
  width: auto;
  height: 36px;
  padding: 6.5px 19px;
  display: inline-block;
  border: 1px solid #1CD0BA;
  background: transparent;
  border-radius: 60px;
  box-sizing: border-box;
  color: #1CD0BA;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 10px;
}
.contact-section .input-part .type-button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.contact-section .input-part .type-button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
.contact-section .input-part .type-button:last-child {
  margin-right: 0;
}
.contact-section .input-part .type-button.active {
  background: #1CD0BA;
  color: #ffffff;
}
.contact-section .input-part .type-button:not(:disabled):hover {
  border-color: #1CD0BA;
  background: #1CD0BA;
  color: #ffffff;
}
.contact-section .input-part .input__label {
  display: block;
  width: auto;
  letter-spacing: -0.01em;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #363D3C;
}
.contact-section .input-part .input__label.with-bottom-space {
  margin-bottom: 24px;
}
.contact-section .input-part .input__label .input__label-mark {
  color: #c9dbed;
  background: none;
  font-size: 14;
  font-weight: 17;
  line-height: 400;
  margin-left: 8px;
}
.contact-section .input-part .input__input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input.text {
  position: relative;
  width: 100%;
  border-radius: 30px;
  color: #363D3C;
  height: 50px;
  padding: 14.5px 20px;
  border: 1px solid #EAEAEA;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.contact-section .input-part .input__input.text:focus {
  border: 1px solid #1CD0BA;
  outline: none;
}
.contact-section .input-part .input__input.text:read-only {
  background: #F7F7F7;
  border: 1px solid #DBDBDB;
}
.contact-section .input-part .input__input.text::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input.text::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input.text:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input.text:focus {
  outline: none;
}
.contact-section .input-part .input__input.text:disabled {
  background: #EEE9E5;
}
.contact-section .input-part .input__input.textarea {
  resize: none;
  position: relative;
  width: 100%;
  border-radius: 16px;
  color: #363D3C;
  height: 150px;
  padding: 14.5px 20px;
  border: 1px solid #EAEAEA;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.contact-section .input-part .input__input.textarea:focus {
  border: 1px solid #1CD0BA;
  outline: none;
}
.contact-section .input-part .input__input.textarea:read-only {
  background: #F7F7F7;
  border: 1px solid #DBDBDB;
}
.contact-section .input-part .input__input.textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input.textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input.textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.contact-section .input-part .input__input.textarea:focus {
  outline: none;
}
.contact-section .input-part .input__input.textarea:disabled {
  background: #EEE9E5;
}
.contact-section .input-part .input__input.error {
  border: 1px solid #F15555 !important;
}
.contact-section .input-input-part {
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contact-section .input-input-part {
    width: 100%;
    margin-top: 12px;
  }
}
.contact-section .input-check-part {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contact-section .input-check-part.input-part {
    display: block;
  }
}
.contact-section .input-check-part .input__error {
  padding-left: 0;
}
.contact-section .input-check-part .input__input.type--checkbox {
  position: relative;
  width: 18px;
  border-radius: 4px;
  color: #363D3C;
  height: 18px;
  padding: 0;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.contact-section .input-check-part .input__input.type--checkbox:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-section .input-check-part .input__input.type--checkbox:checked {
  background-color: #1CD0BA;
  border: 1px solid #1CD0BA;
}
.contact-section .input-check-part .input__input.type--checkbox:checked:after {
  background-image: url("../images/common/check.svg");
}
.contact-section .input-check-part .input__input.type--checkbox:focus {
  outline: none;
}
.contact-section .input-check-part .input__input.type--checkbox:disabled {
  background: #EEE9E5;
}
.contact-section .input-check-part .input__input + .input__label {
  margin-left: 10px;
}
.contact-section .input-check-part .input__label {
  display: inline-block;
  width: auto;
  letter-spacing: -0.01em;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #363D3C;
}
.contact-section .input-check-part .input__label.with-bottom-space {
  margin-bottom: 24px;
}
.contact-section .input-check-part .input__label .input__label-mark {
  color: #c9dbed;
  background: none;
  font-size: 14;
  font-weight: 17;
  line-height: 400;
  margin-left: 8px;
}
.contact-section .contact__button {
  margin-left: auto;
  box-shadow: 0px 10px 10px rgba(31, 138, 128, 0.1);
  flex: none;
  width: 200px;
  height: 50px;
  padding: 0;
  display: inline-block;
  border: none;
  background: #1CD0BA;
  border-radius: 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 165%;
}
.contact-section .contact__button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.contact-section .contact__button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .contact-section .contact__button {
    margin-top: 33px;
    width: 100%;
  }
}

.stock-feature-section {
  background-color: #F3F3F5;
}
.stock-feature-section .common__description {
  margin-bottom: 2vh;
}
.stock-feature-section .stock-feature-tab {
  margin-bottom: 1vh;
}

.tab-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-area .tab-button {
  height: 40px;
  padding: 8px 21px;
  display: inline-block;
  border: 1px solid #1CD0BA;
  background: transparent;
  border-radius: 60px;
  box-sizing: border-box;
  color: #1CD0BA;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}
.tab-area .tab-button + .tab-button {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .tab-area .tab-button {
    padding: 8px 12px;
    font-size: 14px;
    flex: none;
  }
  .tab-area .tab-button + .tab-button {
    margin-left: 8px;
  }
}
.tab-area .tab-button.active {
  background: #1CD0BA;
  color: #ffffff;
}

.tab-content {
  display: none;
}
@media screen and (min-height: 931px) {
  .tab-content-area {
    min-height: 667px;
  }
}
@media screen and (max-width: 1279px) {
  .tab-content-area {
    min-height: auto;
  }
}
.tab-content.active {
  display: block;
}

.affiliate-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .affiliate-search-area {
    min-height: 557px;
  }
}
.affiliate-search-area .loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin: 30px auto 40px;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}
@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #bbfcec, 24px 0 #FFF;
  }
  66% {
    background: #1CD0BA;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #bbfcec;
  }
}
.affiliate-search-box {
  position: relative;
  width: 100%;
  max-width: 327px;
  margin: 4vh auto 5vh;
}
@media screen and (max-width: 330px) {
  .affiliate-search-box {
    max-width: 90%;
  }
}
.affiliate-search-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.affiliate-search-input-box {
  width: 100%;
  border-radius: 10px;
  background: radial-gradient(100.03% 140.18% at 0 85.53%, #cbcbcb  0, #cbcbcb 95.31%);
}
.affiliate-search-input-box-inner {
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #fff;
}
.affiliate-search-input-box-input {
  font-size: 14px;
  line-height: 1.8;
  color: #240342;
  border-radius: 10px !important;
  background-color: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 8px 16px;
  text-align: left;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  box-sizing: border-box;
}
.affiliate-search-input-box-input::-moz-placeholder {
  margin-bottom: 0;
  color: transparent;
  border-color: transparent;
  background-image: radial-gradient(100.03% 140.18% at 0 85.53%, #a7a5a5 0, #a7a5a5 95.31%);
  background-clip: text;
  -webkit-background-clip: text;
}
.affiliate-search-input-box-input:-ms-input-placeholder {
  margin-bottom: 0;
  color: transparent;
  border-color: transparent;
  background-image: radial-gradient(100.03% 140.18% at 0 85.53%, #a7a5a5 0, #a7a5a5 95.31%);
  background-clip: text;
  -webkit-background-clip: text;
}
.affiliate-search-input-box-input::placeholder {
  margin-bottom: 0;
  color: transparent;
  border-color: transparent;
  background-image: radial-gradient(100.03% 140.18% at 0 85.53%, #a7a5a5 0, #a7a5a5 95.31%);
  background-clip: text;
  -webkit-background-clip: text;
}

.affiliate-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .affiliate-list {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .affiliate-list {
    gap: 16px;
  }
}
.affiliate-list-item {
  width: calc(14.2857142857% - 32px);
  min-height: 80px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .affiliate-list-item {
    width: 106px;
  }
}
.affiliate-list-item.preparing:after {
  content: "준비중";
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.affiliate-list-item.preparing .affiliate-list-item__logo,
.affiliate-list-item.preparing .affiliate-list-item__name {
  opacity: 0.1;
}
.affiliate-list-item__logo {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
}
.affiliate-list-item__name {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: normal;
  line-clamp: 2;
  font-size: 14px;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  text-align: center;
  word-break: keep-all;
}
.affiliate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4vh auto 0;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  color: #cbcbcb;
}
.affiliate-button svg {
  margin-right: 12px;
}
.affiliate-button:hover:after {
  transform: translateX(10px);
}
.affiliate-button:after {
  background: url("../images/main/arrow-right-primary.svg") center no-repeat;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  transition: transform 175ms ease;
}

.affiliate-no-result-text {
  font-size: 24px;
  text-align: center;
}

.affiliate-list-modal {
  width: 80%;
  background-color: #ffffff;
  height: 95%;
 /* overflow-y: scroll; */
  position: relative;
  box-sizing: border-box;
  padding: 3%;
  max-width: 1300px;
}
.affiliate-list-modal-area {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .affiliate-list-modal {
    padding: 35px 25px 25px;
	overflow : scroll;
  }
}
@media screen and (max-width: 500px) {
  .affiliate-list-modal {
    width: 90%;
    height: 70%;
  }
  .affiliate-list-modal .common__title {
    font-size: 24px;
  }
  .affiliate-list-modal .common__description {
    padding: 0;
    font-size: 15px;
  }
}
.affiliate-list-modal .affiliate-list::-webkit-scrollbar {
  width: 4px;
}
.affiliate-list-modal .affiliate-list::-webkit-scrollbar-track {
  background-color: #DED8D9;
}
.affiliate-list-modal .affiliate-list::-webkit-scrollbar-thumb {
  border-radius: 15px;
  box-shadow: inset 7px 10px 12px #1CD0BA;
}
@media screen and (min-width: 991px) {
  .affiliate-list-modal .affiliate-list {
    max-height: 68%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 990px) {
  .affiliate-list-modal .affiliate-list .affiliate-list-item {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 500px) {
  .affiliate-list-modal .affiliate-list .affiliate-list-item {
    width: calc(33.333% - 16px);
  }
}
.affiliate-list-modal-close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 990px) {
  .affiliate-list-modal-close {
    right: 10px;
    top: 10px;
  }
}
.affiliate-list-modal-close img {
  width: 100%;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.partner-section.section.fp-auto-height {
  padding-top: calc(78px + 10vh) !important;
  min-height: 100vh !important;
}
@media screen and (max-width: 500px) {
  .partner-section.section.fp-auto-height {
    padding-bottom: 15%;
  }
}
.partner-section .partner-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 500px) {
  .partner-section .partner-list {
    flex-direction: column;
    padding: 0 30px;
  }
}
.partner-section .partner-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  flex-basis: 0;
  flex-grow: 1;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: -2px 3px 6px rgba(52, 211, 190, 0.3);
  box-shadow: -2px 3px 6px rgba(52, 211, 190, 0.3);
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-height: 500px;
}
@media screen and (max-width: 500px) {
  .partner-section .partner-list__item {
    min-height: auto;
    flex: none;
  }
}
.partner-section .partner-list__item-link {
  padding: 50px 40px;
  display: block;
}
@media screen and (max-width: 600px) {
  .partner-section .partner-list__item-link {
    padding: 5%;
  }
}
.partner-section .partner-list__item-link .partner-item__logo {
  margin: 0 auto 30px;
  display: flex;
  height: 80px;
  align-items: center;
}
.partner-section .partner-list__item-link .partner-item__logo img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.partner-section .partner-list__item-link .partner-item__title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 500px) {
  .partner-section .partner-list__item-link .partner-item__title {
    font-size: 20px;
  }
}
.partner-section .partner-list__item-link .partner-item__description {
  font-size: 18px;
  height: 105px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .partner-section .partner-list__item-link .partner-item__description {
    font-size: 16px;
  }
}
.partner-section .partner-list__item-link .partner-item__button {
  height: 60px;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  background: none;
  border-radius: 0;
  padding: 0;
  color: #1CD0BA;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .partner-section .partner-list__item-link .partner-item__button {
    font-size: 16px;
  }
}
.partner-section .partner-list__item-link .partner-item__button:hover:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.partner-section .partner-list__item-link .partner-item__button:after {
  content: "";
  background: url("../images/common/arrow-right.svg") no-repeat 0 0/contain;
  margin-left: 10px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sign-up {
  padding: 30px 0 80px;
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .sign-up {
    width: 100%;
  }
}
.sign-up__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 145%;
  text-align: center;
  color: #1B1F1F;
}
@media screen and (max-width: 760px) {
  .sign-up__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 135%;
  }
}
.sign-up .sign-up-steps {
  margin: 40px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .sign-up .sign-up-steps {
    margin: 20px 0 30px;
  }
}
.sign-up .sign-up-steps .sign-up-step {
  position: relative;
}
.sign-up .sign-up-steps .sign-up-step.current .sign-up-step__number {
  color: #ffffff;
  background-color: #1CD0BA;
}
.sign-up .sign-up-steps .sign-up-step.pass .sign-up-step__number {
  background-color: #1CD0BA;
  text-indent: -9999px;
  background-image: url("../images/common/check-large.svg");
}
@media screen and (max-width: 640px) {
  .sign-up .sign-up-steps .sign-up-step.pass .sign-up-step__number {
    background-size: 16px;
  }
}
.sign-up .sign-up-steps .sign-up-step.pass:after {
  border-bottom: 1px solid #1CD0BA !important;
}
.sign-up .sign-up-steps .sign-up-step:not(:last-child) {
  padding-right: 150px;
}
.sign-up .sign-up-steps .sign-up-step:not(:last-child):after {
  content: "";
  margin: 0 15px;
  width: 120px;
  border-bottom: 1px dashed #EAEAEA;
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
}
@media screen and (max-width: 760px) {
  .sign-up .sign-up-steps .sign-up-step:not(:last-child) {
    padding-right: 60px;
  }
  .sign-up .sign-up-steps .sign-up-step:not(:last-child):after {
    margin: 0 10px;
    top: 20px;
    width: 40px;
  }
}
.sign-up .sign-up-steps .sign-up-step__number {
  width: 64px;
  border: 1px solid #1CD0BA;
  box-sizing: border-box;
  border-radius: 50%;
  height: 64px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #1CD0BA;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 760px) {
  .sign-up .sign-up-steps .sign-up-step__number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.sign-up .sign-up-steps .sign-up-step__text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  color: #363D3C;
}
@media screen and (max-width: 760px) {
  .sign-up .sign-up-steps .sign-up-step__text {
    font-size: 12px;
  }
}
.sign-up-form {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 18px;
  background: #FBFBFB;
}
@media screen and (max-width: 760px) {
  .sign-up-form {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sign-up-form {
    padding: 8.33vw;
  }
}
.sign-up-form .sign-up-fieldset + .sign-up-fieldset {
  margin-top: 60px;
}
.sign-up-form .sign-up-fieldset.last {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .sign-up-form .sign-up-fieldset.last {
    margin-bottom: 50px;
  }
}
.sign-up-form__subject {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .sign-up-form__subject {
    font-size: 16px;
  }
}
.sign-up-form .input-check-part {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.sign-up-form .input-check-part-area {
  flex-wrap: wrap;
}
.sign-up-form .input-check-part-area.agreement {
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .sign-up-form .input-check-part-area.agreement {
    margin-bottom: 30px;
  }
}
.sign-up-form .input-check-part-area.all {
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.sign-up-form .input-check-part-area.inline {
  width: 100%;
  display: flex;
  align-items: center;
}
.sign-up-form .input-check-part-area.inline .input-check-part {
  width: auto;
}
@media screen and (max-width: 760px) {
  .sign-up-form .input-check-part-area.inline .input-check-part:not(.with-input) {
    width: 120px;
  }
}
@media screen and (min-width: 761px) {
  .sign-up-form .input-check-part-area.inline .input-check-part + .input-check-part {
    margin-left: 20px;
  }
}
@media screen and (max-width: 760px) {
  .sign-up-form .input-check-part-area.inline.multiple-line {
    margin-top: -17px;
  }
}
@media screen and (max-width: 760px) {
  .sign-up-form .input-check-part-area.inline.multiple-line .input-check-part {
    margin-top: 22px;
  }
}
@media screen and (min-width: 761px) {
  .sign-up-form .input-check-part-area.inline.multiple-line .input-check-part:nth-child(5n+1) {
    margin-left: 0;
    min-width: 77px;
  }
  .sign-up-form .input-check-part-area.inline.multiple-line .input-check-part:nth-last-child(1), .sign-up-form .input-check-part-area.inline.multiple-line .input-check-part:nth-last-child(2) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 760px) {
  .sign-up-form .input-check-part-area.inline + .input__notice {
    margin-top: 17px;
  }
}
.sign-up-form .input-check-part .input__input.type--checkbox {
  position: relative;
  width: 18px;
  border-radius: 4px;
  color: #363D3C;
  height: 18px;
  padding: 0;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.sign-up-form .input-check-part .input__input.type--checkbox:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sign-up-form .input-check-part .input__input.type--checkbox:checked {
  background-color: #1CD0BA;
  border: 1px solid #1CD0BA;
}
.sign-up-form .input-check-part .input__input.type--checkbox:checked:after {
  background-image: url("../images/common/check.svg");
}
.sign-up-form .input-check-part .input__input.type--checkbox:focus {
  outline: none;
}
.sign-up-form .input-check-part .input__input.type--checkbox:disabled {
  background: #EEE9E5;
}
.sign-up-form .input-check-part .input__input.type--radio {
  position: relative;
  width: 20px;
  border-radius: 50%;
  color: #363D3C;
  height: 20px;
  padding: 0;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.sign-up-form .input-check-part .input__input.type--radio:checked {
  background-color: #1CD0BA;
  border-color: #1CD0BA;
}
.sign-up-form .input-check-part .input__input.type--radio:checked:before {
  background-color: #1CD0BA;
}
.sign-up-form .input-check-part .input__input.type--radio:checked:after {
  content: "";
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  right: calc(50% - 4.5px);
}
.sign-up-form .input-check-part .input__input.type--radio:focus {
  outline: none;
}
.sign-up-form .input-check-part .input__input.type--radio:disabled {
  background: #EEE9E5;
}
.sign-up-form .input-check-part .input__input + .input__label {
  padding-left: 10px;
}
.sign-up-form .input-check-part .input__label {
  display: inline-block;
  width: auto;
  letter-spacing: -0.01em;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #363D3C;
}
.sign-up-form .input-check-part .input__label.with-bottom-space {
  margin-bottom: 24px;
}
.sign-up-form .input-check-part .input__label .input__label-mark {
  color: #c9dbed;
  background: none;
  font-size: 14;
  font-weight: 17;
  line-height: 400;
  margin-left: 8px;
}
.sign-up .input-part-with-button {
  display: flex;
  align-items: center;
}
.sign-up .input-part-area + .input-part-area {
  margin-top: 22px;
}
@media screen and (max-width: 760px) {
  .sign-up .input-part-area + .input-part-area {
    margin-top: 30px;
  }
}
.sign-up .input-part-area .input-part {
  align-items: flex-start;
  justify-content: flex-start;
}
.sign-up .input-part-area .input-part.one-line {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 761px) {
  .sign-up .input-part-area .input-part {
    display: flex;
  }
}
@media screen and (min-width: 761px) {
  .sign-up .input-part-area .input-part:not(.check) > .input__label {
    padding-top: 10px;
  }
}
@media screen and (min-width: 761px) {
  .sign-up .input-part-area .input-part.check {
    padding: 9px 0 0;
  }
}
.sign-up .input-part-area .input-input-part.file {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 761px) {
  .sign-up .input-part-area .input-input-part + .input-check-button {
    margin-left: 10px;
  }
  .sign-up .input-part-area .input-input-part + .input-check-button.company {
    margin-top: 3px;
  }
}
@media screen and (max-width: 760px) {
  .sign-up .input-part-area .input-input-part.with-button .input__input {
    width: 55.55vw;
  }
  .sign-up .input-part-area .input-input-part.with-button + .input-check-button.with-input {
    margin-left: 2.7vw;
    margin-top: 0;
    width: 25.55vw;
    max-width: 92px;
  }
}
.sign-up .input-part-area .input__label {
  flex: none;
  display: block;
  width: 132px;
  letter-spacing: -0.01em;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #363D3C;
}
.sign-up .input-part-area .input__label.with-bottom-space {
  margin-bottom: 24px;
}
.sign-up .input-part-area .input__label .input__label-mark {
  color: #c9dbed;
  background: none;
  font-size: 14;
  font-weight: 17;
  line-height: 400;
  margin-left: 8px;
}
.sign-up .input-part-area .input__label.type--checkbox, .sign-up .input-part-area .input__label.type--radio {
  width: auto;
}
@media screen and (max-width: 760px) {
  .sign-up .input-part-area .input__label {
    display: block;
    margin-bottom: 12px;
  }
  .sign-up .input-part-area .input__label.type--checkbox, .sign-up .input-part-area .input__label.type--radio {
    margin-bottom: 0;
  }
}
.sign-up .input-part-area .input__input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .input-part-area .input__input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .input-part-area .input__input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .input-part-area .input__input.text {
  position: relative;
  width: 280px;
  border-radius: 8px;
  color: #363D3C;
  height: 38px;
  padding: 10.5px 14px;
  border: 1px solid #EAEAEA;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.sign-up .input-part-area .input__input.text:focus {
  border: 1px solid #1CD0BA;
  outline: none;
}
.sign-up .input-part-area .input__input.text:read-only {
  background: #F7F7F7;
  border: 1px solid #DBDBDB;
}
.sign-up .input-part-area .input__input.text::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .input-part-area .input__input.text::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .input-part-area .input__input.text:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .input-part-area .input__input.text:focus {
  outline: none;
}
.sign-up .input-part-area .input__input.text:disabled {
  background: #EEE9E5;
}
@media screen and (max-width: 760px) {
  .sign-up .input-part-area .input__input.text.m-full {
    width: 100%;
  }
}
.sign-up .input-part-area .input__input.email {
  width: 165px;
}
@media screen and (max-width: 760px) {
  .sign-up .input-part-area .input__input.email {
    width: calc(50% - 4.58vw);
  }
}
.sign-up .input-part-area .input__input.error {
  border: 1px solid #F15555 !important;
}
.sign-up .input-part-area .input__input.file {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.sign-up .input-part-area .input__input-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sign-up .input-part-area .input__input-file-text {
  display: block;
  max-width: calc(100% - 40px);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #747474;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  box-sizing: border-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.sign-up .input-part-area .input__input-file-delete {
  display: none;
  flex: none;
}
@media screen and (max-width: 760px) {
  .sign-up .input-part-area .input__input-file.input__input {
    width: 55vw;
  }
}
.sign-up .input-part-area .input__label-file.type--button {
  margin-left: 10px;
  margin-top: 3px;
  width: 92px;
  height: 33px;
  padding: 0;
  display: block;
  border: none;
  background: #1CD0BA;
  border-radius: 20px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
}
.sign-up .input-part-area .input__label-file.type--button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.sign-up .input-part-area .input__label-file.type--button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .sign-up .input-part-area .input__label-file.type--button {
    margin-left: 2.7vw;
    width: 25.55vw;
    max-width: 92px;
  }
}
.sign-up .input-part-area .input__label-file.type--button:hover {
  background: #11C1AC;
}
.sign-up .input__input-separator {
  color: #363D3C;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 0 10px;
}
@media screen and (max-width: 760px) {
  .sign-up .input__input-separator {
    margin: 0;
    width: 9.16vw;
    text-align: center;
  }
}
.sign-up .input__dropdown {
  text-align: left;
  width: 100%;
  background-color: #ffffff;
  padding: 10.5px 14px;
  box-sizing: border-box;
  height: 38px;
  border-radius: 8px;
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  border: 1px solid #EAEAEA;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-image: url("../images/common/dropdown-arrow.svg");
}
.sign-up .input__dropdown-area {
  position: relative;
  width: 165px;
  margin-left: 10px;
}
@media screen and (max-width: 760px) {
  .sign-up .input__dropdown-area.m-full {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.sign-up .input__dropdown-area.open .dropdown-box-list {
  display: block;
}
.sign-up .dropdown-box-list {
  display: none;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  max-height: 180px;
  overflow-y: auto;
  top: 44px;
  position: absolute;
  padding: 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #dadde4;
  background-color: #fff;
  z-index: 11;
}
.sign-up .dropdown-box-list::-webkit-scrollbar {
  width: 4px;
}
.sign-up .dropdown-box-list::-webkit-scrollbar-track {
  background-color: #DED8D9;
}
.sign-up .dropdown-box-list::-webkit-scrollbar-thumb {
  border-radius: 15px;
  box-shadow: inset 7px 10px 12px #1CD0BA;
}
.sign-up .dropdown-box-list .dropdown-box__item {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  height: 36px;
  cursor: pointer;
  display: block;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: #363D3C;
}
.sign-up .dropdown-box-list .dropdown-box__item:hover {
  background: #F7F7F7;
}
.sign-up .dropdown-box-list .dropdown-box__item.selected {
  color: #1CD0BA;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.25 7.198 4.093 3.924L13.25 5' stroke='%231CD0BA' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.sign-up .agreement-content {
  margin-top: 20px;
  padding: 15px 20px 0px;
  height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
  color: #545454;
  border-radius: 15px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  border: 1px solid #EAEAEA;
}
.sign-up .agreement-content::-webkit-scrollbar {
  width: 4px;
}
.sign-up .agreement-content::-webkit-scrollbar-track {
  background-color: #DED8D9;
}
.sign-up .agreement-content::-webkit-scrollbar-thumb {
  border-radius: 15px;
  box-shadow: inset 7px 10px 12px #1CD0BA;
}
.sign-up .sign-up__button {
  margin: 0 auto;
  box-shadow: 0px 10px 10px rgba(31, 138, 128, 0.1);
  width: 180px;
  height: 46px;
  padding: 0;
  display: block;
  border: none;
  background: #1CD0BA;
  border-radius: 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 165%;
}
.sign-up .sign-up__button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.sign-up .sign-up__button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
.sign-up .sign-up__button:not(:disabled):hover {
  background: #11C1AC;
}
.sign-up .sign-up__button.multiple {
  margin-left: 0;
  margin-right: 0;
}
.sign-up .sign-up__button.outline {
  margin-right: 10px;
  box-shadow: 0px 10px 10px rgba(31, 138, 128, 0.03);
  width: 180px;
  height: 46px;
  padding: 0;
  display: block;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  border-radius: 60px;
  box-sizing: border-box;
  color: #747474;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 165%;
}
.sign-up .sign-up__button.outline:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.sign-up .sign-up__button.outline:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
.sign-up .sign-up__button.outline:hover {
  background: #FBFBFB;
}
.sign-up .form-separator-line {
  margin: 0 0 30px;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
}
.sign-up .input-check-button {
  width: 140px;
  height: 33px;
  padding: 0;
  display: block;
  border: none;
  background: #1CD0BA;
  border-radius: 20px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.sign-up .input-check-button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.sign-up .input-check-button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .sign-up .input-check-button {
    margin-top: 10px;
  }
}
.sign-up .input-check-button.wide {
  width: 160px;
}
@media screen and (max-width: 760px) {
  .sign-up .input-check-button.wide {
    width: 100%;
  }
}
.sign-up .input-check-button:not(.confirm, :disabled):hover {
  background: #11C1AC;
}
.sign-up .input-check-button.confirm {
  background: #A7A7A7;
}
.sign-up .solution-answer-content {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 19px;
  margin-bottom: 60px;
  display: none;
}
@media screen and (max-width: 760px) {
  .sign-up .solution-answer-content {
    padding: 5.55vw;
  }
}
.sign-up .solution-answer-content .solution-answer__description {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  color: #363D3C;
}
@media screen and (min-width: 761px) {
  .sign-up .solution-answer-content .solution-answer__description {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 761px) {
  .sign-up .solution-answer-content .input-check-part-area.inline .input-check-part:last-child {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media screen and (max-width: 760px) {
  .sign-up .solution-answer-content .input-check-part-area.inline .input-check-part {
    margin-top: 25px;
  }
}
.sign-up .solution-answer-content .solution-etc-input {
  margin-left: 8px;
  position: relative;
  width: 150px;
  border-radius: 6px;
  color: #363D3C;
  height: 24px;
  padding: 5px 10px;
  border: 1px solid #EAEAEA;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.sign-up .solution-answer-content .solution-etc-input:focus {
  border: 1px solid #1CD0BA;
  outline: none;
}
.sign-up .solution-answer-content .solution-etc-input:read-only {
  background: #F7F7F7;
  border: 1px solid #DBDBDB;
}
.sign-up .solution-answer-content .solution-etc-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .solution-answer-content .solution-etc-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .solution-answer-content .solution-etc-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.sign-up .solution-answer-content .solution-etc-input:focus {
  outline: none;
}
.sign-up .solution-answer-content .solution-etc-input:disabled {
  background: #EEE9E5;
}
.sign-up .sign-up-complete {
  margin-bottom: 137px;
  padding: 40px;
  height: 404px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #FBFBFB;
}
.sign-up .sign-up-complete__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 135%;
  color: #1B1F1F;
}
.sign-up .sign-up-complete__description {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  color: #545454;
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .sign-up .sign-up-complete {
    height: 478px;
    margin-bottom: 0;
    border-radius: 0;
  }
  .sign-up .sign-up-complete__title {
    font-size: 18px;
  }
  .sign-up .sign-up-complete__description {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.login {
  width: 100%;
  height: 100vh;
  background: #F5F5F5;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .login {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 640px) {
  .login {
    justify-content: center;
    flex-direction: row;
  }
}
.login .login-img-area {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/login/login-bg.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .login .login-img-area {
    width: 30%;
  }
}
.login .login-img-area .login-img {
  width: 32.9vw;
}
@media screen and (max-width: 1024px) {
  .login .login-img-area {
    padding: 60px 0;
    height: 40%;
  }
  .login .login-img-area .login-img {
    width: 46.28vw;
  }
}
@media screen and (max-width: 640px) {
  .login .login-img-area {
    display: none;
  }
}
.login .login-right-area {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .login .login-right-area {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .login .login-right-area {
    height: auto;
    padding: 140px 0;
  }
}
@media screen and (max-width: 834px) {
  .login .login-right-area {
    padding: 98px 0;
  }
}
@media screen and (max-width: 640px) {
  .login .login-right-area {
    padding: 0;
    max-width: 280px;
    width: 77.77vw;
  }
}
.login .login-right-area .login-content {
  width: 320px;
}
.login .login-right-area .login-content .login-logo {
  margin-bottom: 50px;
  text-align: center;
}
.login .login-right-area .login-content .login-logo__img {
  width: 220px;
}
@media screen and (max-width: 640px) {
  .login .login-right-area .login-content .login-logo__img {
    width: 50vw;
    max-width: 180px;
  }
}
.login .login-right-area .login-notice__link {
  color: #11C1AC;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 61px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 1024px) {
  .login .login-right-area .login-notice__link {
    margin-top: 30px;
  }
  .login .login-right-area .login-notice__link.show--pc {
    display: none;
  }
  .login .login-right-area .login-notice__link.show--mobile {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .login .login-right-area .login-notice__link {
    position: absolute;
    bottom: 6.57vh;
    left: 0;
    width: 100%;
  }
}
.login .login-input {
  position: relative;
  width: 100%;
  border-radius: 30px;
  color: #363D3C;
  height: 46px;
  padding: 14px 20px;
  border: 1px solid #EAEAEA;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.login .login-input:focus {
  border: 1px solid #1CD0BA;
  outline: none;
}
.login .login-input:read-only {
  background: #F7F7F7;
  border: 1px solid #DBDBDB;
}
.login .login-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.login .login-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.login .login-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.login .login-input:focus {
  outline: none;
}
.login .login-input:disabled {
  background: #EEE9E5;
}
.login .login-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.login .login-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.login .login-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.login .login-input + .login-input {
  margin-top: 20px;
}
.login .login-button {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  height: 54px;
  padding: 0;
  display: inline-block;
  border: none;
  background: #1CD0BA;
  border-radius: 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 165%;
  box-shadow: 0px 14px 14px rgba(31, 138, 128, 0.15);
}
.login .login-button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.login .login-button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
.login .login-link-area {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #363D3C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .login-link-area .login-link {
  display: block;
}
.login .login-link-area .login-link__separator {
  width: 1px;
  height: 14px;
  margin: 0 12px;
  display: block;
  background: #DBDBDB;
}

.find {
  padding-top: 140px;
}
@media screen and (max-width: 450px) {
  .find {
    padding-top: 70px;
  }
}
.find .find-content {
  width: 520px;
  margin: 0 auto;
}
.find .find-content-form {
  padding: 40px;
  background: #FBFBFB;
  border-radius: 18px;
}
.find .find-content-form.find-complete {
  padding: 80px 0;
}
@media screen and (max-width: 450px) {
  .find .find-content-form.find-complete {
    padding: 0;
    height: 377px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.find .find-content-form .find-form-subject {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  color: #1B1F1F;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
  margin-top: 60px;
}
.find .find-content-form .find-form-subject:first-child {
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  .find .find-content {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 450px) {
  .find .find-content-form {
    padding: 8.33vw;
  }
  .find .find-content-form .find-form-subject {
    font-size: 16px;
  }
}
.find__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
  color: #1B1F1F;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 450px) {
  .find__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.find .input-input-part {
  width: 100%;
}
.find .input-part {
  display: flex;
  align-items: flex-start;
}
.find .input-part + .input-part {
  margin-top: 22px;
}
.find .input-part.justify-between {
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .find .input-part.m-block {
    display: block;
  }
  .find .input-part.m-column-reverse {
    flex-direction: column-reverse;
  }
}
.find .input__find-label {
  flex: none;
  display: block;
  width: 112px;
  letter-spacing: -0.01em;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #363D3C;
  margin-right: 20px;
}
.find .input__find-label.with-bottom-space {
  margin-bottom: 24px;
}
.find .input__find-label .input__label-mark {
  color: #c9dbed;
  background: none;
  font-size: 14;
  font-weight: 17;
  line-height: 400;
  margin-left: 8px;
}
@media screen and (max-width: 450px) {
  .find .input__find-label {
    margin-bottom: 12px;
  }
}
.find .input__find-input {
  position: relative;
  width: 100%;
  border-radius: 8px;
  color: #363D3C;
  height: 38px;
  padding: 10.5px 14px;
  border: 1px solid #EAEAEA;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
}
.find .input__find-input:focus {
  border: 1px solid #1CD0BA;
  outline: none;
}
.find .input__find-input:read-only {
  background: #F7F7F7;
  border: 1px solid #DBDBDB;
}
.find .input__find-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.find .input__find-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.find .input__find-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #CBCBCB;
}
.find .input__find-input:focus {
  outline: none;
}
.find .input__find-input:disabled {
  background: #EEE9E5;
}
.find .find-complete__text {
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .find .find-complete__text {
    font-size: 18px;
  }
  .find .find-complete__text .show--mobile {
    display: block;
  }
}
.find .find-complete__date {
  color: #1CD0BA;
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .find .find-complete__date {
    font-size: 14px;
    margin-top: 20px;
  }
}
.find .certification-button {
  width: 144px;
  height: 33px;
  padding: 0;
  display: block;
  border: none;
  background: #1CD0BA;
  border-radius: 20px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.find .certification-button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.find .certification-button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
@media screen and (max-width: 450px) {
  .find .certification-button {
    margin-bottom: 12px;
    width: 100%;
  }
}
.find .input-line {
  margin: 60px 0 40px;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
}
.find .confirm-button {
  margin: 0 auto;
  box-shadow: 0px 10px 10px rgba(31, 138, 128, 0.1);
  width: 240px;
  height: 46px;
  padding: 0;
  display: block;
  border: none;
  background: #1CD0BA;
  border-radius: 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 165%;
}
.find .confirm-button:disabled {
  background: #EAEAEA;
  color: #ffffff;
  box-shadow: none;
}
.find .confirm-button:not(:disabled):hover {
  border-color: #11C1AC;
  background: #11C1AC;
  color: #ffffff;
}
@media screen and (max-width: 450px) {
  .find .confirm-button {
    width: 61.11vw;
    max-width: 220px;
  }
}

.terms {
  width: 1200px;
  margin: 80px auto;
}
@media screen and (max-width: 1250px) {
  .terms {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .terms {
    margin: 40px auto;
  }
}
.terms__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 145%;
  color: #1B1F1F;
}
@media screen and (max-width: 1024px) {
  .terms__title {
    display: none;
  }
}
.terms-nav {
  position: relative;
  background: #fff;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .terms-nav {
    width: 200px;
    height: auto;
    flex: none;
  }
  .terms-nav.scroll .terms-nav-subject {
    opacity: 1;
    visibility: visible;
  }
  .terms-nav .terms-nav-subject {
    position: fixed;
    top: 153px;
    left: auto;
    display: block;
    width: 130px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .terms-nav .terms-nav-subject {
    display: none;
  }
}
.terms-nav .terms-selected-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .terms-nav .terms-selected-button {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #1e1e1e;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }
  .terms-nav .terms-selected-button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    right: 5px;
  }
}
.terms-nav-list {
  position: absolute;
  top: 50px;
  display: none;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .terms-nav-list {
    left: 0;
    right: 0;
    padding: 26px 0 28px;
    background-color: hsla(0deg, 0%, 100%, 0.98);
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.08);
  }
  .terms-nav-list.open {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .terms-nav-list {
    position: fixed;
    top: 260px;
    width: 200px;
    display: block;
  }
  .terms-nav-list li:not(:first-child) {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .terms-nav-list li.active > .terms-nav-link {
    position: relative;
    font-weight: 700;
    color: #1e1e1e;
  }
  .terms-nav-list li.active > .terms-nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #3c64e6;
  }
}
@media screen and (max-width: 1024px) {
  .terms-nav-list li.active > .terms-nav-link {
    font-weight: 500;
    color: #3c64e6;
  }
}
.terms-nav .terms-nav-link {
  display: block;
  padding: 10px 26px;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 22px;
}
@media screen and (min-width: 1025px) {
  .terms-nav .terms-nav-link {
    padding: 0 12px;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .terms-nav .terms-nav-depth-list {
    margin-top: 10px;
    padding-left: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .terms-nav .terms-nav-depth-list .terms-nav-link:before {
    content: "•";
    display: inline-block;
    padding: 0 4px 0 8px;
    font-size: 16px;
    line-height: 1;
    vertical-align: top;
  }
}
.terms-content {
  width: 100%;
  padding-top: 65px;
  background: #fff;
}
.terms-content.opacity {
  transition: opacity 0.2s;
  opacity: 0.2;
}
@media screen and (min-width: 1025px) {
  .terms-content {
    position: relative;
    padding-top: 0;
    padding-left: 100px;
    z-index: 20;
  }
}
.terms-content-area {
  display: flex;
  justify-content: flex-start;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .terms-content-area {
    display: block;
  }
}
.terms-content__title {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #1e1e1e;
}
@media screen and (max-width: 1024px) {
  .terms-content__title {
    display: none;
  }
}
.terms-content-top {
  font-size: 14px;
  letter-spacing: -0.25px;
  color: #999;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .terms-content-top {
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .terms-content-top {
    font-size: 12px;
  }
}
.terms-content-content {
  margin-top: 40px;
  padding-top: 96px;
  border-top: 2px solid #1e1e1e;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .terms-content-content {
    margin-top: 24px;
    padding-top: 56px;
  }
}
.terms-content-content ul {
  margin-top: 16px;
}
.terms-content-content ul > li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.terms-content-content ul > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  line-height: 22px;
  text-align: center;
}
.terms-content-content ol {
  counter-reset: chapter 0;
  margin-top: 26px;
}
.terms-content-content ol > li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 26px;
  color: #666;
}
.terms-content-content ol > li:before {
  content: counter(chapter);
  counter-increment: chapter;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .terms-content-content ol > li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
.terms-content-content h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.23px;
}
.terms-content-content h2:not(:first-child) {
  margin-top: 56px;
}
@media screen and (min-width: 1025px) {
  .terms-content-content h2 {
    font-size: 30px;
  }
  .terms-content-content h2:not(:first-child) {
    margin-top: 96px;
  }
}
.terms-content-content h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}
.terms-content-content h3:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .terms-content-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.terms-content-content p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
}
.terms-content-content p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .terms .terms-layer-bg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .terms .terms-layer-bg {
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

body.hidden {
  overflow: hidden;
}
body.hidden .terms-layer-bg {
  position: fixed;
}

.landing {
    color: #252728;
    font-size: 16px;
}
@media screen and (max-width: 1280px) {
    .landing {
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    .landing {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    .landing {
        font-size: 8px;
    }
}
.landing .common-title {
    font-size: 3.375em;
    font-weight: 800;
    line-height: 1.33;
}
@media screen and (max-width: 768px) {
    .landing .common-title {
        font-size: 3.5em;
    }
}
.landing .common-description {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.35;
}
@media screen and (max-width: 1024px) {
    .landing .common-description {
        font-size: 2em;
    }
}
.landing .common-mark {
    background: none;
    color: #36C1C3;
    font-size: 1.875em;
    font-weight: 800;
    line-height: 1.33;
}
.landing .landing-0 {
    padding: 10em 0;
    background: #ffffff url("../images/landing/gradation-bg.png") no-repeat 0 0/cover;
}
@media screen and (min-width: 1025px) {
    .landing .landing-0-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1024px) {
    .landing .landing-0-content {
        text-align: center;
    }
}
.landing .landing-0-left {
    flex: none;
}
@media screen and (max-width: 1024px) {
    .landing .landing-0-right {
        width: calc(100% - 4em);
        margin: 5em auto 0;
    }
}
.landing .landing-0__title {
    font-size: 4.5em;
    font-weight: 800;
    line-height: 1.29;
}
.landing .landing-0__title strong {
    color: #57CCB6;
}
.landing .landing-0__title b {
    color: #19A0A2;
}
.landing .landing-0__description {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.875em 0 5em;
}
@media screen and (max-width: 768px) {
    .landing .landing-0__description {
        font-size: 2em;
        margin-bottom: 1.875em;
    }
}
.landing .landing-0__button {
    background: #252728;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 1em 2.5em;
    border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
    .landing .landing-0__button {
        padding: 0.75em 1.5em;
    }
}
.landing .landing-1 {
    text-align: center;
    padding: 5em 0 10em;
}
@media screen and (max-width: 1024px) {
    .landing .landing-1 .layout {
        width: calc(100% - 4em);
    }
}
.landing .landing-1__img {
    margin-top: 3.75em;
}
.landing .landing-2 {
    background: #36C1C3;
    padding: 10em 0;
    color: #ffffff;
    text-align: center;
}
.landing .landing-2__title {
    color: #ffffff;
}
.landing .landing-2__title b {
    color: #60FFE1;
}
.landing .landing-2__description {
    margin: 0.71em 0 2.14em;
}
.landing .landing-2-imgs {
    display: flex;
    align-items: center;
}
.landing .landing-2-imgs .landing-2__img {
    flex: none;
}
@media screen and (max-width: 1280px) {
    .landing .landing-2-imgs .landing-2__img {
        width: 25%;
    }
}
@media screen and (min-width: 1025px) {
    .landing .landing-2-imgs .landing-2__img:nth-child(1) {
        transform: translateX(86px);
    }
    .landing .landing-2-imgs .landing-2__img:nth-child(2) {
        transform: translateX(30px);
    }
    .landing .landing-2-imgs .landing-2__img:nth-child(3) {
        transform: translate3d(-15px, -30px, 0);
        z-index: 1;
    }
    .landing .landing-2-imgs .landing-2__img:nth-child(4) {
        transform: translateX(-86px);
    }
}
@media screen and (max-width: 1024px) {
    .landing .landing-2-imgs {
        padding: 2em;
        gap: 1.5em;
        flex-wrap: wrap;
        width: 60%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .landing .landing-2-imgs .landing-2__img {
        width: calc(50% - 0.75em);
    }
}
@media screen and (max-width: 768px) {
    .landing .landing-2-imgs {
        width: 100%;
    }
}
.landing .landing-3 {
    padding: 10em 0 0;
    overflow: hidden;
}
.landing .landing-3 .landing-3__title {
    text-align: center;
}
.landing .landing-3 .shop-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
@media screen and (min-width: 1025px) {
    .landing .landing-3 .shop-list:nth-child(2) {
        margin-left: -80px;
    }
}
.landing .landing-3 .shop-list-area {
    position: relative;
    margin-top: 3.75em;
}
@media screen and (min-width: 1025px) {
    .landing .landing-3 .shop-list-area:before, .landing .landing-3 .shop-list-area:after {
        content: "";
        display: block;
        top: 0;
        position: absolute;
        width: 500px;
        height: 136px;
    }
}
.landing .landing-3 .shop-list-area:before {
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 80.5%, #FFFFFF 100%);
}
.landing .landing-3 .shop-list-area:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 80.5%, #FFFFFF 100%);
}
@media screen and (max-width: 1024px) {
    .landing .landing-3 .shop-list {
        flex-wrap: wrap;
    }
}
.landing .landing-3 .shop-item {
    flex: none;
}
@media screen and (max-width: 768px) {
    .landing .landing-3 .shop-item {
        width: 30%;
    }
}
.landing .landing-feature {
    padding-bottom: 10em;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 24.5%, #CFEDE7 100%);
}
@media screen and (max-width: 1024px) {
    .landing .landing-feature {
        padding-left: 2em;
        padding-right: 2em;
    }
    .landing .landing-feature .landing-feature-mobile-img {
        width: 60%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .landing .landing-feature .landing-feature-mobile-img {
        width: 100%;
    }
}
.landing .landing-feature-content {
    padding-top: 10em;
}
.landing .landing-feature__title {
    margin: 0.37em 0 0.55em;
}
.landing .landing-feature__description {
    color: #8C9397;
    margin-bottom: 2.14em;
}
.landing .landing-feature__description b {
    color: #252728;
}
.landing .landing-8 {
    padding: 10em 0;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .landing .landing-8 {
        padding-left: 2em;
        padding-right: 2em;
    }
    .landing .landing-8 .swiper-wrapper {
        display: block;
    }
    .landing .landing-8 .swiper-wrapper .review-swiper-slide {
        margin-bottom: 2em;
    }
}
.landing .landing-8 .review-swiper-button {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
}
.landing .landing-8 .review-swiper-button.swiper-button-prev {
    left: -4.0625em;
}
@media screen and (max-width: 1280px) {
    .landing .landing-8 .review-swiper-button.swiper-button-prev {
        left: 0;
    }
}
.landing .landing-8 .review-swiper-button.swiper-button-next {
    right: -4.0625em;
}
@media screen and (max-width: 1280px) {
    .landing .landing-8 .review-swiper-button.swiper-button-next {
        right: 0;
    }
}
.landing .landing-8 .review-swiper {
    margin-top: 3.75em;
    text-align: left;
}
.landing .landing-8 .review-swiper .review-swiper-slide {
    border-radius: 1.5em;
    color: #ffffff;
    padding: 1.875em;
    background: #36C1C3;
    box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
    .landing .landing-8 .review-swiper .review-swiper-slide {
        height: 14.75em;
    }
}
.landing .landing-8 .review-subject {
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.5;
    display: block;
}
@media screen and (max-width: 1024px) {
    .landing .landing-8 .review-subject {
        font-size: 2em;
    }
}
@media screen and (max-width: 768px) {
    .landing .landing-8 .review-subject {
        font-size: 2.5em;
    }
}
.landing .landing-8 .review-content {
    margin: 0.5em 0 0.625em;
    line-height: 1.5;
}
@media screen and (min-width: 1025px) {
    .landing .landing-8 .review-content {
        min-height: 6em;
    }
}
@media screen and (max-width: 1024px) {
    .landing .landing-8 .review-content {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 768px) {
    .landing .landing-8 .review-content {
        font-size: 2em;
    }
}
.landing .landing-8 .review-writer {
    display: flex;
    align-items: center;
}
.landing .landing-8 .review-writer-profile {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    flex: none;
}
.landing .landing-8 .review-writer-text {
    margin-left: 0.71em;
    display: flex;
    align-items: center;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .landing .landing-8 .review-writer-text {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 768px) {
    .landing .landing-8 .review-writer-text {
        font-size: 1.75em;
    }
}
.landing .landing-8 .review-writer-text span {
    display: inline-block;
    opacity: 0.4;
    margin: 0 0.3125em;
}
.landing .landing-9 {
    padding-top: 15.625em;
    padding-bottom: 5em;
    text-align: center;
    background: #CCF2EB url("../images/landing/landing-img9.png") no-repeat 50% 0;
}
@media screen and (max-width: 1024px) {
    .landing .landing-9 {
        background-size: 60%;
    }
}
@media screen and (max-width: 500px) {
    .landing .landing-9 {
        background-size: 90%;
    }
}
.landing .landing-9-text {
    font-size: 2.75em;
    font-weight: 800;
    line-height: 1.34;
}
@media screen and (max-width: 768px) {
    .landing .landing-9-text {
        font-size: 3em;
    }
}
.landing .landing-9-check {
    margin: 1.25em 0 3.125em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5em;
}
@media screen and (max-width: 360px) {
    .landing .landing-9-check {
        gap: 1em;
    }
}
.landing .landing-9-check-item {
    color: #191F28;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .landing .landing-9-check-item {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 768px) {
    .landing .landing-9-check-item {
        font-size: 2em;
    }
}
.landing .landing-9-check-item img {
    margin-right: 0.333em;
}
@media screen and (max-width: 500px) {
    .landing .landing-9-check-item img {
        width: 14px;
    }
}
.landing .landing-9__button {
    background: #252728;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 1em 2.5em;
    border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
    .landing .landing-9__button {
        padding: 0.75em 1.5em;
    }
}
