@charset "utf-8";

/* ======================
common
====================== */
html {
  font-size: 62.5%;
}

:root {
  --base-font: "Space Grotesk", sans-serif;
  --sub-font: "Space Mono", sans-serif;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --mainColor: #009E3B;
  --baseColor: #FAFAFA;
  --navColor: #785A36;
}

body {
  font-family:
    "Space Grotesk",
    Arial,
    sans-serif;
  width: 100%;
  font-style: normal;
  line-height: 1.5;
  color: var(--mainColor);
  background-color: var(--baseColor);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .spBr {
    display: none;
  }
}

/* ======================
header
====================== */
.header__logo {
  width: 88px;
  position: fixed;
  top: 34px;
  right: 50%;
  transform: translateX(50%);
  z-index: 100;
  cursor: pointer;
}

.nav {
  backdrop-filter: blur(18px);
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  min-height: 100vh;
  padding: 34px 0 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.8s;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.sns {
  text-align: center;
  position: relative;
  z-index: 1;
}

.sns__icon {
  display: inline-flex;
  gap: 18px;
}

.icon--instagram,
.icon--instagram img {
  width: 23px;
  transition: 0.6s;
}

.icon--tiktok,
.icon--tiktok img {
  width: 19px;
  transition: 0.6s;
}

.icon--instagram:hover,
.icon--tiktok:hover {
  transform: scale(1.2, 1.2);
  transition: 0.6s;
}

.sns p {
  margin-top: 8px;
  color: var(--navColor);
  font-family: var(--sub-font);
  font-size: 1.1rem;
  font-weight: var(--weight-bold);
  letter-spacing: 0.12em;
}

.nav__content {
  margin-top: 28px;
}

.nav__visual img {
  width: 448px;
  height: 222px;
  object-fit: cover;
  position: relative;
  top: -8px;
}

.nav__logo {
  width: 88px;
}

.nav__list {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.nav__item {
  position: relative;
  margin: 0 14px;
  color: var(--navColor);
  font-size: min(3.2vw, 1.4rem);
  font-weight: var(--weight-bold);
  line-height: 2.8;
  letter-spacing: 0.02em;
}

.nav__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--navColor);
}

.nav__item:last-of-type::after {
  display: none;
}

.copy {
  margin-top: 20px;
  text-align: center;
  font-size: min(3.2vw, 1.2rem);
  font-weight: var(--weight-medium);
}

.copy--nav {
  color: var(--navColor);
}

.nav.active {
  transform: translateY(0);
  opacity: 1;
}

/* nav hover */
.nav__group {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--navColor);
  transition: 0.4s ease-in-out;
}

.nav__txt {
  display: block;
  transition: transform 0.3s ease-in-out;
}

.nav__txt:nth-child(odd) {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

.nav__btn {
  background-color: #EDF0F0;
  width: 56px;
  height: 56px;
  position: fixed;
  top: 14px;
  right: 14px;
  border-radius: 3px;
  padding: 16px;
  border: 1px solid transparent;
  z-index: 1000;
}

.nav__line {
  display: block;
  border-radius: 2px;
  background-color: var(--mainColor);
  width: 24px;
  height: 2px;
  transition: 0.6s;
}

.nav__line:nth-of-type(2) {
  margin-top: 4px;
}

.nav__line:nth-of-type(3) {
  margin-top: 4px;
}

.nav__btn:hover {
  border: 1px solid var(--mainColor);
  transition-delay: 0.16s;
}

.nav__line.active {
  background-color: var(--navColor);
}

.nav__line.active:nth-of-type(1) {
  transform: rotate(-30deg);
}

.nav__line.active:nth-of-type(2) {
  margin-top: 0;
  opacity: 0;
}

.nav__line.active:nth-of-type(3) {
  margin-top: 0;
  transform: translateY(-4px) rotate(30deg);
}

.nav__btn:hover.active {
  border: 1px solid var(--navColor);
}

@media (any-hover: hover) {
  .nav__group:hover .nav__txt:nth-child(even) {
    transform: translateY(-100%);
  }

  .nav__group:hover .nav__txt:nth-child(odd) {
    transform: translateY(0);
    color: var(--mainColor);
  }
}

.icon--instagram:hover {
  transform: scale(1.1);
  transition: 0.6s;
}

.header__sns {
  position: absolute;
  top: 30px;
  right: 152px;
  z-index: 10;
}

.snsBtn {
  padding: 6px 10px 8px 20px;
  display: inline-block;
  margin-left: 9px;
  width: 133px;
  font-size: 1.4rem;
  font-weight: var(--weight-semibold);
  color: var(--baseColor);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  transition: background-color 0.9s ease;
}

.snsBtn::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/btnArrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
}

.snsBtn--header {
  background-color: rgba(0, 0, 0, 0.3);
}

.snsBtn--header:hover {
  background-color: rgba(0, 158, 59, 0.8);
}

.snsBtn--tiktok {
  padding-left: 32px;
}

.header__sns {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__logo {
    width: 148px;
    position: fixed;
    top: 44px;
    left: 56px;
    transform: translateX(0);
  }

  .nav {
    padding: 66px 0 0;
  }

  .sns__nav {
    margin-top: 32px;
  }

  .sns__icon {
    display: inline-flex;
    gap: 22px;
  }

  .icon--instagram,
  .icon--instagram img {
    width: 28px;
  }

  .icon--tiktok,
  .icon--tiktok img {
    width: 24px;
  }

  .sns p {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .nav__logo {
    width: 120px;
  }

  .nav__list {
    margin-top: 4px;
  }

  .sns--nav {
    position: absolute;
    top: 138px;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav__visual img {
    width: 986px;
    height: 497px;
  }

  .nav__item {
    margin: 0 20px;
    font-size: 2rem;
    font-weight: var(--weight-semibold);
  }

  .nav__item::after {
    right: -20px;
  }

  .copy {
    font-size: 1.6rem;
  }

  .nav__btn {
    width: 96px;
    height: 96px;
    position: fixed;
    top: 27px;
    right: 27px;
    border-radius: 5px;
    padding: 28px;
  }

  .nav__line {
    width: 40px;
    height: 3px;
  }

  .nav__line:nth-of-type(2) {
    margin-top: 8px;
  }

  .nav__line:nth-of-type(3) {
    margin-top: 8px;
  }

  .nav__line.active:nth-of-type(1) {
    transform: rotate(-30deg);
  }

  .nav__line.active:nth-of-type(3) {
    transform: translateY(-5px) rotate(30deg);
  }

  .header__sns {
    display: block;
  }

  .snsBtn {
    padding: 6px 10px 8px 26px;
    width: 156px;
    font-size: 1.5rem;
    margin-left: 16px;
  }

  .snsBtn::after {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 12px;
  }

  .snsBtn--tiktok {
    padding-left: 34px;
  }
}

/* ======================
visual
====================== */
.main {
  background-color: var(--baseColor);
  position: relative;
  z-index: 1;
}

/* ======================
footer
====================== */
.footer {
  text-align: center;
  background-color: var(--mainColor);
  height: 90vh;
  position: relative;
}

.footer__logo img {
  width: 88px;
}

.footer__content {
  color: var(--baseColor);
  letter-spacing: 0.02em;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__txtArea {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  font-weight: var(--weight-bold);
  font-size: 1.2rem;
}

.address__map {
  display: block;
  margin-top: 4px;
  text-decoration: underline;
}

.address__map::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 12px;
  background-image: url(../images/icon-locationDot.svg);
  background-repeat: no-repeat;
  position: relative;
  margin-right: 8px;
  vertical-align: -3px;
}

.footer__txt--hour {
  margin-top: 24px;
}

.sns--footer {
  margin-top: 32px;
}

.sns--footer p {
  color: var(--baseColor);
}

.copy--footer small {
  display: inline-block;
  margin-top: 4px;
}

.footer__description {
  display: inline-block;
  margin-top: 40px;
  font-weight: var(--weight-semibold);
  text-align: left;
  font-size: min(2.6666666667vw, 1rem);
}

.footer__nav {
  background-color: var(--baseColor);
  padding: 12px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footer__nav__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer__nav__item {
  position: relative;
  margin: 0 14px;
  color: var(--mainColor);
  font-size: min(3.2vw, 1.4rem);
  font-weight: var(--weight-bold);
  line-height: 2.8;
  letter-spacing: 0.02em;
}

.footer__nav__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
}

.footer__nav__item:last-of-type::after {
  display: none;
}

/* nav hover */
.nav__group--footer {
  color: var(--mainColor);
}

.pd {
  height: 100vh;
  background-color: transparent;
  pointer-events: none;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .footer__logo img {
    width: 136px;
  }

  .footer__txtArea {
    margin-top: 36px;
    font-size: 1.4rem;
  }

  .address__map {
    margin-top: 8px;
  }

  .address__map::before {
    width: 12px;
    height: 14px;
    position: relative;
    vertical-align: -4px;
  }

  .footer__txt--hour {
    margin-top: 24px;
  }

  .sns--footer {
    margin-top: 36px;
  }

  .copy--footer small {
    margin-top: 8px;
    font-size: 1.2rem;
  }

  .footer__description {
    margin-top: 42px;
  }

  .footer__nav__item {
    position: relative;
    margin: 0 18px;
    font-size: 1.6rem;
    font-weight: var(--weight-semibold);
  }

  .footer__nav__item::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--mainColor);
  }
}

@media screen and (min-width: 1024px) {
  .footer::before {
    content: "";
    display: block;
    width: 328px;
    height: 600px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/helicopter.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}