@charset "utf-8";
/* #scroll {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 20px;
  background: red;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  z-index: 10;
} */
.pc-con,
.mw-con {
  display: none;
}
.m-soho-container {
  max-width: 720px;
  margin: 0 auto;
}
.-mt-8 {
  margin-top: 8px;
}
.fs-s {
  font-size: 14px !important;
}
.top-area {
  position: relative;
  display: flex;
  width: 100%;
  height: 245px;
  background: linear-gradient(150.79deg, #381f6d 25.4%, #150e26 82.49%);
}
.top-area .logo {
  margin: 24px 0 0 20px;
  width: 92px;
  height: 14px;
  background: url("../img/v2/logo.svg") no-repeat 0 0 / contain;
}
.top-area .banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-area .banner img {
  width: 320px;
}
nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -57px 0 -32px;
  z-index: 2;
}
nav ul {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

nav ul li a {
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  letter-spacing: -0.5px;
  color: #66707a;
  padding: 5px 14px;
  background: #fff;
  border: 1px solid #e7ebee;
  border-radius: 100px;
}
nav ul li a.active {
  background: #ff1a8d;
  border-color: #ff1a8d;
  color: #fff;
}

nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
nav.sticky ul {
  border-radius: 0;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}
.middle-area {
  position: relative;
  z-index: 1;
  padding: 70px 20px 0;
  background: #f2f2f2;
  border-radius: 24px 24px 0 0;
}
.middle-area h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.middle-area strong {
  color: #ff2e98;
}
.middle-area .precaution {
  padding: 24px;
  background: #ffffff;
  border-radius: 24px;
}
.middle-area .precaution h1 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;

  color: #525960;
}
.middle-area .precaution ul li {
  position: relative;
  padding-left: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #6e7881;
}
.middle-area .precaution ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;

  background: #66707a;
  border-radius: 50%;
  content: "";
}
.middle-area .precaution ul li + li {
  margin-top: 11px;
}

.sticky-area {
  position: relative;
  height: max-content;
  text-align: right;
}
.sticky-area > * {
  text-align: left;
}
.sticky-area .btn-top {
  margin: 24px 0;
  width: 48px;
  height: 48px;
  background: url(../img/v2/btn-top.svg) no-repeat 0 0 / contain;
  z-index: 10;
}
.sticky-area .btn-top.sticky {
  position: sticky;
  bottom: 24px;
  right: 24px;
}
footer {
  padding: 32px 8px 40px;
  width: 100%;
}

footer .btn-footer-toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #525960;
}
footer .btn-footer-toggle::after {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14L12 9L17 14' stroke='%23525960' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    no-repeat 0 0 / contain;
  transform: rotate(-180deg);
  transition: all 0.3s;
  content: "";
}

footer .footer-toggle-area {
  margin-top: 16px;
  max-height: 0;
  overflow: hidden;
}
footer .footer-toggle-area dl > div {
  display: flex;
}
footer .footer-toggle-area dl > div + div {
  margin-top: 4px;
}
footer .footer-toggle-area dl dt {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #b3b3b3;
}
footer .footer-toggle-area dl dd {
  margin-left: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #8c8c8c;
}
footer.show .btn-footer-toggle::after {
  transform: rotate(0);
}
footer.show .footer-toggle-area {
  max-height: none;
}
footer .copyright {
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;

  color: #b3b3b3;
}

@media (min-width: 720px) {
  .w720 {
    display: none;
  }
}

@keyframes slideloop {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 인터렉션 관련 효과 */
.fadeout {
  animation: fade-out 0.3s ease-in both;
}
.fadein {
  animation: fade-in 0.3s ease-in both;
}
@keyframes fade-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
