@charset "UTF-8";
.main-visual__slide {
  overflow: hidden;
}
.main-visual__slide:nth-child(n+2) {
  animation: initialHide 1.5s forwards;
}
@keyframes initialHide {
  0%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1023.9px) {
  .main-visual {
    max-height: calc(var(--vh, 1vh) * 100);
    position: relative;
  }
  .main-visual .swiper,
  .main-visual .swiper-slide,
  .main-visual .main-visual__pic,
  .main-visual img {
    max-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .main-visual .main-visual__pic {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1023.9px) and (orientation: landscape) {
  .main-visual {
    max-height: none;
    height: 800px;
  }
  .main-visual .swiper,
  .main-visual .swiper-slide,
  .main-visual .main-visual__pic,
  .main-visual img {
    max-height: none;
    height: 800px;
  }
}
.main-visual .main-visual__pic img {
  animation: loadScaleUp 1.5s ease-out forwards;
}
.main-visual .swiper-horizontal > .swiper-scrollbar,
.main-visual .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 113px;
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023.9px) {
  .main-visual .swiper-horizontal > .swiper-scrollbar,
  .main-visual .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 70%;
    bottom: 30px;
  }
}
.main-visual .swiper-scrollbar-drag {
  color: #745353;
  opacity: 1;
}

.main-sec {
  padding-block: 90px;
}
@media screen and (max-width: 1023.9px) {
  .main-sec {
    padding-block: 60px;
  }
}
.main-sec--ivory {
  background-color: #f9f4ec;
}

.care-sec__head {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.care-sec__head.is-animated {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/****브랜드****/
.main-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1279.9px) {
  .main-brand {
    gap: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .main-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: stretch;
    gap: 50px;
  }
}
.main-brand__tit {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.35;
  word-break: keep-all;
}
@media screen and (max-width: 1023.9px) {
  .main-brand__tit {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 800;
  }
}
.main-brand__desc {
  margin-bottom: 66px;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
}
@media screen and (max-width: 1023.9px) {
  .main-brand__desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.main-brand__info {
  flex: 0 0 42%;
  max-width: 520px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1023.9px) {
  .main-brand__info {
    max-width: none;
    order: 2;
  }
}
.main-brand__info img {
  width: 300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .main-brand__info img {
    width: 226px;
    margin-bottom: 20px;
  }
}
.main-brand__img {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: end;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .main-brand__img {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    order: 1;
    margin-top: 47px;
  }
}
.main-brand__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 46/70;
  opacity: 0;
  transform: translateY(40px);
}
.main-brand__img img:nth-child(1) {
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.8s;
}
.main-brand__img img:nth-child(2) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 1.2s;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .main-brand__img img:nth-child(2) {
    margin-bottom: 30px;
  }
}
.main-brand.is-animated .main-brand__info,
.main-brand.is-animated .main-brand__img img {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/****자주묻는 질문****/
.main-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 115px;
}
@media screen and (max-width: 1023.9px) {
  .main-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 1023.9px) {
  .main-faq__text {
    width: 20%;
  }
}
.main-faq__list {
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .main-faq__list {
    margin-block: 0 20px;
  }
}
.main-faq__list .faq__item {
  background: #f7f7f7;
  border: none;
}
.main-faq .care-sec__info {
  margin-block: 40px;
}
@media screen and (max-width: 1023.9px) {
  .main-faq .care-sec__info {
    margin-block: 30px 20px;
  }
}

/****찾아오시는길****/
.main-location {
  background: #5a4d45;
  color: #fff;
  overflow: hidden;
  padding-top: 60px;
}
.main-location .care-sec__head {
  color: #fff;
}
.main-location__branches {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023.9px) {
  .main-location__branches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0px;
    width: 100%;
  }
  .main-location__branches > * {
    width: calc((100% - 0px * 1) / 2);
    min-width: calc((100% - 0px * 1) / 2);
  }
  .main-location__branches {
    padding-inline: 24px;
  }
}
.main-location__branches::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 1023.9px) {
  .main-location__branches::before {
    display: none;
  }
}
.main-location__item {
  flex: 0 0 280px;
  position: relative;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 1023.9px) {
  .main-location__item {
    flex: auto;
  }
}
.main-location__item:nth-child(1) {
  transition-delay: 0s;
}
.main-location__item:nth-child(2) {
  transition-delay: 0.12s;
}
.main-location__item:nth-child(3) {
  transition-delay: 0.24s;
}
.main-location__item:nth-child(4) {
  transition-delay: 0.36s;
}
.main-location__item:nth-child(5) {
  transition-delay: 0.48s;
}
.main-location__item:nth-child(6) {
  transition-delay: 0.6s;
}
.main-location__item:nth-child(7) {
  transition-delay: 0.72s;
}
.main-location__item:nth-child(8) {
  transition-delay: 0.84s;
}
.main-location.is-animated .main-location__item {
  animation: bounceUp 1s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.main-location.is-animated .main-location__item:nth-child(1) {
  animation-delay: 0.5s;
}
.main-location.is-animated .main-location__item:nth-child(2) {
  animation-delay: 0.62s;
}
.main-location.is-animated .main-location__item:nth-child(3) {
  animation-delay: 0.74s;
}
.main-location.is-animated .main-location__item:nth-child(4) {
  animation-delay: 0.86s;
}
.main-location.is-animated .main-location__item:nth-child(5) {
  animation-delay: 0.98s;
}
.main-location.is-animated .main-location__item:nth-child(6) {
  animation-delay: 1.1s;
}
.main-location.is-animated .main-location__item:nth-child(7) {
  animation-delay: 1.22s;
}
.main-location.is-animated .main-location__item:nth-child(8) {
  animation-delay: 1.34s;
}
@keyframes bounceUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-location__name {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #5f9c59;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .main-location__name {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
}
.main-location__name::before, .main-location__name::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(150, 200, 150, 0.7);
  animation: none;
  opacity: 0;
}
.main-location__item.is-active .main-location__name::before {
  animation: ripple 2s ease-out infinite;
}
.main-location__item.is-active .main-location__name::after {
  animation: ripple 2s ease-out 0.7s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.main-location__tel, .main-location__branch-tel {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #b59772;
}
@media screen and (max-width: 1279.9px) {
  .main-location__tel, .main-location__branch-tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .main-location__tel, .main-location__branch-tel {
    font-size: 20px;
  }
}
.main-location__addr {
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
  color: #c9c7c6;
  word-break: keep-all;
}
@media screen and (max-width: 1023.9px) {
  .main-location__addr {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 10px;
  }
}
.main-location__map {
  position: relative;
  height: 520px;
}
@media screen and (max-width: 1023.9px) {
  .main-location__map {
    height: 360px;
  }
}
.main-location__map .root_daum_roughmap {
  width: 100vw !important;
  height: 100%;
}
.main-location__map .root_daum_roughmap .wrap_map {
  height: 100% !important;
}
.main-location__map .root_daum_roughmap .cont {
  display: none !important;
}
.main-location__map .tab__contents {
  height: 100%;
}
.main-location__map-panel {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1023.9px) {
  .main-location__map-panel {
    bottom: 32px;
  }
}
.main-location__map-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 0 30px;
  border-radius: 999px;
  background: #004d2c;
  box-shadow: 0 16px 30px rgba(0, 49, 24, 0.2);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.main-location__map-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 18px solid #004d2c;
}
@media screen and (max-width: 1023.9px) {
  .main-location__map-badge {
    min-height: 58px;
    padding: 0 20px;
    gap: 10px;
    font-size: 18px;
  }
  .main-location__map-badge::after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 14px;
  }
}
.main-location__map::before {
  content: "지도 영역";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-family: "NanumMyeongjo", serif;
  color: rgba(65, 52, 45, 0.45);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1023.9px) {
  .main-location__map::before {
    font-size: 18px;
  }
}

/****둘러보기****/
.main-tour {
  padding: 60px 0 140px;
  background: url(../img/main_tour_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .main-tour {
    padding-bottom: 80px;
  }
}
.main-tour .care-sec__head {
  text-align: center;
}
.main-tour .care-sec__info {
  margin-top: 40px;
}
.main-tour-slider {
  margin-top: 60px;
  margin-bottom: 109px;
  clip-path: inset(0 50% -140px);
  transition: clip-path 1.9s cubic-bezier(0.25, 1, 0.5, 1);
  padding-bottom: 120px;
}
.main-tour-slider.is-animated {
  transition-delay: 0.6s;
  clip-path: inset(0 0% -140px);
}
@media screen and (max-width: 1023.9px) {
  .main-tour-slider {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.main-tour-slider__swiper {
  overflow: visible;
}
.main-tour-slider .swiper-wrapper {
  align-items: center;
  margin-left: -12%;
}
@media screen and (max-width: 1023.9px) {
  .main-tour-slider .swiper-wrapper {
    margin-left: -25%;
  }
}
.main-tour-slider__slide {
  width: 15%;
  height: 510px;
  overflow: hidden;
  transform: translateY(120px);
  transition: width 0.5s ease, transform 0.4s ease;
}
@media screen and (max-width: 1023.9px) {
  .main-tour-slider__slide {
    height: 430px;
    width: 17%;
    transform: translateY(35px);
  }
}
.main-tour-slider__slide.swiper-slide-active {
  width: 40% !important;
  transform: translateY(0);
}
@media screen and (max-width: 1023.9px) {
  .main-tour-slider__slide.swiper-slide-active {
    width: 65% !important;
  }
}
.main-tour-slider__slide.swiper-slide-next, .main-tour-slider__slide.swiper-slide-prev {
  transform: translateY(40px);
}
@media screen and (max-width: 1023.9px) {
  .main-tour-slider__slide.swiper-slide-next, .main-tour-slider__slide.swiper-slide-prev {
    transform: translateY(35px) !important;
  }
}
.main-tour-slider__img {
  transition: transform 0.4s ease;
  height: 510px;
}
@media screen and (max-width: 1023.9px) {
  .main-tour-slider__img {
    height: 430px;
  }
}
.main-tour-slider__img img {
  display: block;
  max-width: none;
  object-fit: contain;
  width: auto;
}