@charset "utf-8";

/* .th-layout-header (헤더 블록 래퍼: 헤더 블록 블록클래스 스타일 복사) */
.th-layout-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: transparent;
}


/* travel-N1 */
.travel-N1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: transparent;
}

.travel-N1.top-menu-active {
  padding-top: 6.7rem;
}

.travel-N1 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8.6rem;
  box-sizing: border-box;
}

.travel-N1 .header-top {
  width: 100%;
  border-bottom: 1px solid var(--line-color1);
  position: absolute;
  top: 0;
  left: 0;
}

.travel-N1 .user-menu {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto;
}

.travel-N1 .user-menu li {
  position: relative;
}

.travel-N1 .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  background: var(--line-color1);
}

.travel-N1 .user-menu li a {
  padding: 2rem 1.2rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.travel-N1 .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.travel-N1 .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: auto;
}

.travel-N1 .header-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 0;
}

.travel-N1 .header-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}

.travel-N1 .header-title img {
  height: 100%;
  width: auto;
  object-fit: contain;
  vertical-align: top;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.travel-N1 .header-title a:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.travel-N1 .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.travel-N1 .header-gnbitem {
  position: relative;
}

.travel-N1 .header-gnblink {
  height: 100%;
  padding: 2.8rem 3rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.travel-N1 .header-gnblink span {
  position: relative;
}

.travel-N1 .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.travel-N1 .header-sublist {
  min-height: 0;
  position: absolute;
  top: 100%;
  transition: opacity 0.3s;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.travel-N1 .header-gnbitem:hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.travel-N1 .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--black);
  transform: scaleX(1);
}

.travel-N1 .header-subitem {
  width: 14rem;
  background: var(--white);
  overflow: hidden;
}

.travel-N1 .header-sublink {
  width: 100%;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
}

.travel-N1 .header-sublink:hover {
  background: var(--black);
  color: var(--white);
}

@media (max-width: 1280px) {
  .travel-N1 .header-gnblink {
    padding: 2.8rem 2.5rem;
  }
}

@media (max-width: 992px) {
  .travel-N1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .travel-N1 .header-container {
    min-height: 6rem;
  }

  .travel-N1 .header-title {
    gap: 1rem;
  }

  .travel-N1 .header-title a {
    height: 2.4rem;
  }

  .travel-N1 .header-fullmenu {
    display: none;
  }
}
/* butti-N10 */
.butti-N10 {
  position: relative;
  overflow: hidden;
}

.butti-N10::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/vanfrog_back.jpg) no-repeat center / cover;
  z-index: -1;
  transform: translateZ(0);
}

.butti-N10 .contents-container {
  display: flex;
  align-items: center;
  height: 80rem;
  position: relative;
  z-index: 1;
}

.butti-N10 .title-area {
  width: 100%;
}

.butti-N10 .title-area h2 {
  color: var(--white);
}

.butti-N10 .block_overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-color: #000000;
}

@media (max-width: 992px) {
  .butti-N10 .contents-container {
    height: 62rem;
  }
}
/* butti-N15 */
.butti-N15 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #E5E5E5FF;
}

.butti-N15 .list-area {
  width: 100%;
}

.butti-N15 .item {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}

.butti-N15 .item:nth-child(even) {
  flex-direction: row-reverse;
}

.butti-N15 .item+.item {
  margin-top: 10rem;
}

.butti-N15 .thumb {
  flex: 1;
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  width: 100%;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.2), transparent);
  overflow: hidden;
}

.butti-N15 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.butti-N15 .thumb figcaption {
  position: absolute;
  left: 4rem;
  bottom: 3.8rem;
  color: var(--white);
}

.butti-N15 .desc {
  flex: 1;
}

.butti-N15 .desc p {
  margin-top: 3rem;
  color: #777777;
}

@media (max-width: 992px) and (min-width: 769px) {
  .butti-N15 .thumb {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .butti-N15 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .butti-N15 .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .butti-N15 .item:nth-child(even) {
    flex-direction: column;
  }

  .butti-N15 .item+.item {
    margin-top: 6rem;
  }

  .butti-N15 .thumb,
  .butti-N15 .item {
    flex: none;
    width: 100%;
  }

  .butti-N15 .thumb {
    aspect-ratio: 1 / 1;
  }

  .butti-N15 .thumb figcaption {
    left: 2rem;
    bottom: 2rem;
  }

  .butti-N15 .desc p {
    margin-top: 2rem;
  }
}
/* properties-N4 */
.properties-N4 {
  position: relative;
  overflow: hidden;
  --icon-fs-mkwuglxw: 1.6rem;
}

.properties-N4::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/vanfrog_back.jpg) no-repeat center / cover;
  z-index: -1;
  will-change: transform;
}

.properties-N4>* {
  position: relative;
  z-index: 1;
}

.properties-N4 .contents-container {
  display: flex;
  align-items: center;
}

.properties-N4 .contents-container:not(.fullscreen) {
  min-height: 68rem;
}

.properties-N4 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  width: 100%;
}

.properties-N4 .title-area {
  flex: 1 1 74rem;
}

.properties-N4 .title-area h2 {
  color: var(--white);
}

.properties-N4 .slide-area {
  width: 100%;
  max-width: 46rem;
  position: relative;
}

.properties-N4 .swiper-slide a {
  display: block;
  height: 46rem;
  position: relative;
  overflow: hidden;
}

.properties-N4 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.properties-N4 .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  left: 50%;
  bottom: 2.4rem;
  transform: translateX(-50%);
  z-index: 2;
}

.properties-N4 .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}

.properties-N4 .swiper-pagination-bullet {
  opacity: 1;
  background: #a6a6a6;
  transition: 0.3s;
}

.properties-N4 .swiper-pagination-bullet-active {
  width: 3rem;
  border-radius: 10rem;
  background: var(--white);
}

.properties-N4 [class*="btn-"] {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background: none;
  border: none;
  color: var(--white);
}

.properties-N4 [class*="btn-"].active {
  display: flex;
}

.properties-N4 [class*="btn-"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.properties-N4 .block_overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.properties-N4 .swiper-slide a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.properties-N4 .album-hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
  text-align: center;
}

.properties-N4 .swiper-slide a:hover::after {
  opacity: 1;
}

.properties-N4 .swiper-slide a:hover .album-hover-text {
  opacity: 1;
}

@media (max-width: 992px) {
  .properties-N4 {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
    --icon-fs-mkwuglxw: 1.4rem;
  }

  .properties-N4 .contents-container:not(.fullscreen) {
    min-height: 0;
  }

  .properties-N4 .contents-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.6rem;
  }

  .properties-N4 .title-area {
    flex: none;
    width: 100%;
  }

  .properties-N4 .slide-area {
    margin: 0 auto;
    max-width: 32.8rem;
  }

  .properties-N4 .swiper-slide a {
    height: 32.8rem;
  }

  .properties-N4 .paging {
    bottom: 1.2rem;
  }
}
/* travel-N5 */
.travel-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #E5E5E5FF;
  --icon-fs-ml6ngtd2: 2rem;
  --icon-fs-ml6ngz34: 2rem;
}

.travel-N5 .contents-inner {
  width: 100%;
}

.travel-N5 .textset {
  text-align: center;
}

.travel-N5 .swiper {
  margin-top: 6rem;
  height: 62.4rem;
}

.travel-N5 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.travel-N5 .swiper-slide-active {
  z-index: 1;
}

.travel-N5 .imageset {
  height: 46.4rem;
}

.travel-N5 .imageset-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 2rem;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.46);
}

.travel-N5 .swiper-slide-active .imageset-img {
  transform: scale(1.34);
  filter: brightness(1);
}

.travel-N5 .swiper-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  margin: 1.6rem auto 0;
  padding-right: 1.2rem;
}

.travel-N5 .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.travel-N5 .paging .curr {
  font-weight: var(--fw-bold);
}

.travel-N5 .paging .total {
  color: #9f9f9f;
}

.travel-N5 .paging .line {
  width: 0.1rem;
  height: 1rem;
  background: #9f9f9f;
}

.travel-N5 .swiper-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: var(--text-color1);
}

.travel-N5 .swiper-progress button {
  display: none;
}

.travel-N5 .swiper-progress button.active {
  display: flex;
}

@media (max-width: 992px) {
  .travel-N5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    --icon-fs-ml6ngtd2: 1.4rem;
    --icon-fs-ml6ngz34: 1.4rem;
  }

  .travel-N5 .swiper {
    margin: 3rem 0 0 -1.6rem;
    width: calc(100% + 3.2rem);
    height: 36.4rem;
  }

  .travel-N5 .swiper-slide {
    width: 22rem;
  }

  .travel-N5 .imageset {
    height: 28.6rem;
    width: 22rem;
  }

  .travel-N5 .imageset-img {
    border-radius: 1.2rem;
  }

  .travel-N5 .swiper-slide-active .imageset-img {
    transform: scale(1.27);
  }

  .travel-N5 .swiper-control {
    gap: 0.4rem;
    margin-top: 0.8rem;
    padding-right: 0.8rem;
  }

  .travel-N5 .paging {
    gap: 0.4rem;
  }

  .travel-N5 .swiper-control button {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
  }
}
/* butti-N10_copy */
.butti-N10_copy {
  position: relative;
  overflow: hidden;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.butti-N10_copy::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/vanfrog_back.jpg) no-repeat center / cover;
  z-index: -1;
  transform: translateZ(0);
}

.butti-N10_copy .contents-container {
  display: flex;
  align-items: center;
  height: 80rem;
  position: relative;
  z-index: 1;
}

.butti-N10_copy .title-area {
  width: 100%;
}

.butti-N10_copy .title-area h2 {
  color: var(--white);
}

.butti-N10_copy .block_overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-color: #000000;
}

@media (max-width: 992px) {
  .butti-N10_copy .contents-container {
    height: 62rem;
  }

  .butti-N10_copy {
    padding-top: 8rem;
    padding-bottom: 1rem;
  }
}
/* campland-N2 */
.campland-N2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #0000004D;
}

.campland-N2 .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.4rem;
}

.campland-N2 .footer-logo {
  margin-bottom: 0;
  text-align: center;
}

.campland-N2 .footer-logo img {
  height: 3.2rem;
  object-fit: contain;
}

.campland-N2 .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.campland-N2 .footer-menulink {
  position: relative;
}

.campland-N2 .footer-menulink a {
  padding: 0 1.2rem;
  font-size: var(--fs-p2);
  color: #fff;
}

.campland-N2 .footer-menulink+.footer-menulink::after {
  content: none;
}

.campland-N2 .footer-snslist {
  display: flex;
  align-items: center;
}

.campland-N2 .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.campland-N2 .footer-snslink {
  padding: 0.6rem;
  width: 3.6rem;
  height: 3.6rem;
}

.campland-N2 .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campland-N2 .footer-bottom {
  padding-top: 2.4rem;
  text-align: center;
}

.campland-N2 .footer-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-p3);
  text-align: center;
}

.campland-N2 .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.campland-N2 .footer-txt p {
  margin-bottom: 0;
  color: var(--text-color3);
}

.campland-N2 .footer-txt p+p {
  margin-left: 0.8rem;
}

.campland-N2 .footer-txt p span {
  color: var(--text-color3);
}

.campland-N2 .footer-txt p span+span {
  margin-left: 0.8rem;
}

.campland-N2 .footer-modal {
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
}

.campland-N2 .footer-modal.block-active {
  opacity: 1;
  visibility: visible;
}

.campland-N2 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: #fff;
  border-radius: 0.6rem;
}

.campland-N2 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.campland-N2 .modal-close {
  cursor: pointer;
}

.campland-N2 .info-area {
  overflow-y: auto;
}

.campland-N2 .modal-email .info-area {
  max-height: 17rem;
}

.campland-N2 .modal-privacy .info-area {
  max-height: 70.3rem;
}

.campland-N2 .info-group+.info-group {
  margin-top: 2.4rem;
}

.campland-N2 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
}

.campland-N2 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  scrollbar-width: none;
}

.campland-N2 .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.campland-N2 .info-desc .mtb {
  margin: 2.4rem 0;
}

.campland-N2 .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600;
}

.campland-N2 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
  border-radius: 50%;
}

.campland-N2 .info-list p {
  padding-left: 1.2rem;
}

@media (max-width: 992px) {
  .campland-N2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .campland-N2 .footer-logo a {
    height: 2.6rem;
  }

  .campland-N2 .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .campland-N2 .footer-menulist {
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 2.4rem;
  }

  .campland-N2 .footer-menulink a {
    padding: 0 0.8rem;
  }

  .campland-N2 .footer-menulink:first-child a {
    padding-left: 0;
  }

  .campland-N2 .footer-snslist {
    justify-content: center;
    margin: 1.2rem 0 2.4rem 0;
  }

  .campland-N2 .footer-bottom {
    text-align: center;
  }

  .campland-N2 .footer-txt {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .campland-N2 .footer-txt p+p {
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .campland-N2 .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }
}

@media (max-width: 576px) {
  .campland-N2 .footer-menulist {
    flex-wrap: wrap;
    justify-content: center;
  }

  .campland-N2 .footer-menulink:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
  }
}