@charset "UTF-8";
/* Button */

.btn {
  display: inline-block;
  text-align: center;
}
.btn-mini {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}
.btn-sm {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}
.btn-md {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
}
.btn-lg {
  height: 51px;
  line-height: 51px;
  font-size: 18px;
  text-align: center;
}
.btn-big {
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
}
/* input + button */
.btn-input {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: var(--color-main);
}
.btn-w100p {
  width: 100%;
}
.btn-textType {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-black);
}
.btn-textType02 {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
}
.btn-textType02 strong {
  color: var(--color-black);
}
.btn_p16 {
  padding: 0 16px;
}
.btn_p24 {
  padding: 0 24px;
}
.btn.disabled {
  background-color: #d9d9d9;
  color: #8c8c8c;
  /* border: 1px solid var(--line_color); */
}
.btn:disabled {
  background-color: #d9d9d9 !important;
  color: #8c8c8c !important;
  /* border: 1px solid var(--line_color) !important; */
}
.btn_point {
  background: var(--color-point);
  color: #fff;
}
.btn_brand {
  background: var(--color-brand);
  color: #fff;
}
.btn_brand_outline {
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
}
.btn_outline {
  border: 1px solid #d9d9d9;
  color: var(--color-black);
}
.btn_black {
  background: #000000;
  color: #fff;
}
/* #### Modal #### */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
}

.modal.open {
  z-index: 1000;
  opacity: 1;
}

.modal__inner {
  position: absolute;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  background-color: var(--color-white);
  transition: 0.45s;
  opacity: 0;
}

.modal.open .modal__inner {
  top: 50%;
  opacity: 1;
}

.modal__inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.modal__inner::-webkit-scrollbar-thumb {
  height: 30%;
  background: #dddddd;
  border-radius: 10px;
}

.modal__inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}
/* modal_popup */
.modal_popup .modal__inner {
  width: 572px;
  max-width: calc(100% - 24px);
}
.modal_popup .modal__content {
  padding: 24px;
}
.modal_popup .modal__content img {
  width: 100%;
  max-width: 524px;
}
.modal_popup .btns {
  display: flex;
}
.modal_popup .btns .btn {
  height: 66px;
  flex: 1;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  color: #141414;
  font-size: 20px;
  font-weight: 500;
}
.modal_popup .btns .btn:last-child {
  border-left: 0;
}
/* modalA */
.modal_typeA .modal__inner {
  max-width: calc(100% - 32px);
  width: 420px;
  border-radius: 0;
}
.modal_typeA .modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal_typeA .modal__close button {
  background: url(../_img/common/icon_x_btn.svg) no-repeat center center / contain;
  width: 32px;
  height: 32px;
}
.modal_typeA .modal__content {
  padding: 40px 24px;
}
.modal_typeA .modal__content .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 24px;
}
.modal_typeA .modal__content .ip_box {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.modal_typeA .modal__content .input-typeA {
  height: 45px;
  width: 100%;
  border-radius: 0;
}
.modal_typeA .modal__content .btns {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}
.modal_typeA .modal__content .btns .btn {
  height: 39px;
  line-height: 39px;
  padding: 0 20px;
  font-size: 18px;
}
/* sw_modal */
.modal_sw .modal__inner {
  max-width: calc(100% - 200px);
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  border-radius: 0;
  background: transparent;
}
.modal_sw .modal__close {
  position: absolute;
  right: 11px;
  top: 0;
  z-index: 3;
}
.modal_sw .modal__close button {
  background: transparent;
  width: 48px;
  height: 48px;
}
.modal_sw .modal__close button::after {
  background: url(../_img/common/icon_x_wh.svg) no-repeat center center / contain;
  width: 32px;
  height: 32px;
  content: "";
  display: inline-block;
}
.camp_sw_modal {
  height: 100%;
  width: 100%;
}
.modal_sw .thumbs_box {
  height: 76px;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #00000099;
  z-index: 3;
}
.camp_sw_thumb_modal {
  height: 100%;
  width: fit-content;
}

.camp_sw_thumb_modal .swiper-slide {
  max-width: 100px;
  width: 100%;
  aspect-ratio: 100/30;
  cursor: pointer;
}

.camp_sw_thumb_modal .swiper-slide-thumb-active {
  border: 1px solid #ffffff;
}
.camp_sw_modal,
.modal_sw .amenities_sw {
  height: 100%;
  width: 100%;
  margin-top: 0;
}
.modal_sw .camp_swiper_box {
  height: 100vh;
  width: 100%;
  position: relative;
}

.modal_sw .swiper-button-next::after,
.modal_sw .swiper-button-prev::after {
  display: none;
}
.modal_sw .swiper-button-next {
  background: url(../_img/common/icon_sw_arrow_left.svg) no-repeat center center / contain;
  transform: rotate(180deg);
  width: 64px;
  height: 64px;
  right: 0;
}
.modal_sw .swiper-button-prev {
  background: url(../_img/common/icon_sw_arrow_left.svg) no-repeat center center / contain;
  width: 64px;
  height: 64px;
  left: 0;
}

.modal_sw .amenities_sw .swiper-slide span {
  height: 56px;
  line-height: 56px;
  font-size: 26px;
}
/* modal_reservation */
.modal_reservation {
  background: transparent;
  height: 100dvh;
}
.modal_reservation .modal__inner {
  height: 100%;
  max-height: 100%;
  top: 0 !important;
  left: 0;
  transform: translate(0);
  bottom: 0;
  border-radius: 0;
  overflow-y: hidden;
}
.modal_reservation .modal__header {
  height: 56px;
}
.modal_reservation .reservation_fix_btn .btn_brand {
  width: 100%;
}
.modal_reservation .date_calendar {
  display: block;
}
.modal_reservation .modal__content {
  overflow-y: auto;
  height: calc(100dvh - 113px);
  padding-top: 40px;
}
/* Form */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 16px;
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

/* Select */
.select-primary {
  height: 45px;
  line-height: 45px;
  float: none;
  width: 180px;
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
}

.select-primary .list {
  width: inherit;
  max-height: 190px;
  overflow-y: auto;
  z-index: 1000;
}

.select-primary:active,
.select-primary.open,
.select-primary:focus {
  border-color: #d9d9d9;
}

.select-primary .option {
  border-bottom: 1px solid #d9d9d9;
  height: 40px;
  line-height: 40px;
}

.select-primary .option:last-child {
  border-bottom: none;
}

.select-primary .option.selected {
  font-weight: normal;
}

.select-primary:after {
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/common/icon_arrow_down_bl.svg) no-repeat center center / contain;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
  right: 12px;
}

.select-primary.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center !important;
}
.select-typeA {
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 6px;
}
.select-typeA:after {
  width: 12px;
  height: 12px;
  right: 6px;
}
.select-typeB {
  width: 360px;
  margin-bottom: 8px;
}
.select-typeB span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  line-height: 45px;
  height: 100%;
  display: inline-block;
}
.textarea-typeA {
  height: 94px;
  width: 100%;
  padding: 12px;
  border-radius: 0;
}

/* radio-typeSelect */
.radio-typeSelect input {
  display: none;
}

.radio-typeSelect input + em {
  border: 1px solid #d9d9d9;
  font-style: normal;
  color: var(--color-main);
  padding: 0 24px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.radio-typeSelect input:checked + em {
  background: var(--color-brand);
  color: #ffffff;
}

/* radio--typeA */
.radio--typeA input {
  display: none;
}

.radio--typeA label {
  display: flex;
  align-items: center;
  gap: 7px;
}
.radio--typeA label input + em {
  display: inline-block;
  flex-basis: 24px;
  flex-shrink: 0;
  background: url(../_img/common/icon_radio.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
}

.radio--typeA label input:checked + em {
  background: url(../_img/common/icon_radio_on.svg) no-repeat center center / contain;
}
/* checkbox--typeA */
.checkbox--typeA input {
  display: none;
}

.checkbox--typeA label {
  display: flex;
  align-items: center;
  gap: 7px;
}
.checkbox--typeA label input + em {
  margin: 3px;
  display: inline-block;
  flex-basis: 18px;
  flex-shrink: 0;
  background: url(../_img/common/icon_checkbox.svg) no-repeat center center / contain;
  width: 18px;
  height: 18px;
}

.checkbox--typeA label input:checked + em {
  background: url(../_img/common/icon_checkbox_on.svg) no-repeat center center / contain;
}
.input-typeA {
  width: 100%;
  height: 45px;
  border-radius: 0;
}
/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.pagination li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #bfbfbf;
}

.pagination li.active a {
  background: var(--color-brand-sub);
  color: #fff;
}
.pagination li a:hover {
  color: var(--color-brand-sub);
}
.pagination li.first a {
  background: url(../_img/common/icon_pagi_first.svg) no-repeat center center/contain;
}
.pagination li.prev a {
  background: url(../_img/common/icon_arrow_pagi_prev.svg) no-repeat center center/contain;
}
.pagination li.end a {
  background: url(../_img/common/icon_pagi_first.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}
.pagination li.next a {
  background: url(../_img/common/icon_arrow_pagi_prev.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}

/* no-search */
.event .nosearch {
  padding: 200px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.news .nosearch {
  padding: 120px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.nosearch.mt24 {
  margin-top: 24px;
}
.nosearch > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.nosearch > h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.modal_sw .swiper-pagination {
  bottom: 20px !important;
}
/* Mobile */
@media screen and (max-width: 768px) {
  .radio-typeSelect input + em {
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    font-size: 16px;
  }
  .pagination {
    gap: 4px;
  }
  .pagination li.first,
  .pagination li.prev,
  .pagination li.end,
  .pagination li.next {
    width: 24px;
    height: 24px;
  }

  .pagination li.first a {
    background: url(../_img/common/icon_pagi_first_mo.svg) no-repeat center center/contain;
  }
  .pagination li.prev a {
    background: url(../_img/common/icon_arrow_pagi_prev_mo.svg) no-repeat center center/contain;
  }
  .pagination li.end a {
    background: url(../_img/common/icon_pagi_first_mo.svg) no-repeat center center/contain;
    transform: rotate(180deg);
  }
  .pagination li.next a {
    background: url(../_img/common/icon_arrow_pagi_prev_mo.svg) no-repeat center center/contain;
    transform: rotate(180deg);
  }
  /* no-search */
  .event .nosearch {
    padding: 100px 0 40px;
  }
  .news .nosearch {
    padding: 120px 0 80px;
  }
  .nosearch > img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }
  .nosearch > h1 {
    font-size: 16px;
  }
  .modal_sw .modal__close {
    right: 0;
  }
  .modal_sw .modal__close button {
    width: 40px;
    height: 40px;
  }
  .modal_sw .modal__close button::after {
    width: 24px;
    height: 24px;
  }
  .modal_sw .modal__inner {
    max-width: 100%;
    height: auto;
  }
  .modal_sw .modal__close button {
    padding: 8px;
  }
  .modal_sw .amenities_sw .swiper-slide {
    max-width: 100%;
  }
  .modal_sw .camp_swiper_box {
    aspect-ratio: 375/399;
    height: auto;
  }
  .modal_sw .camp_swiper_box .swiper-wrapper {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .modal_sw .swiper-slide {
    aspect-ratio: 1/1;
  }
  .modal_sw .amenities_sw .swiper-slide span {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .modal_sw .swiper-button-next,
  .modal_sw .swiper-button-prev {
    display: none;
  }
  .modal_sw .swiper-pagination {
    bottom: -4px !important;
  }
  .modal_sw .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
  }
  .modal_typeA .modal__content {
    padding: 32px 16px;
  }
  .modal_typeA .modal__content .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .modal_typeA .modal__content .btns .btn {
    font-size: 16px;
  }
  .modal_popup .modal__inner {
    border-radius: 6px;
  }
  .modal_popup .modal__content {
    padding: 16px;
  }
  .modal_popup .btns .btn {
    height: 53px;
    font-size: 16px;
  }
}

/* 2025.08.10 추가*/
/*구분선(또는)*/
hr.or {
  overflow: visible;
  position: relative;
  margin: 24px 0;
  border: none;
  height: 18px;
}
hr.or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
hr.or:after {
  content: "또는";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #8c8c8c;
}
/* TAB */
.tab-list {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}
.tab-list .tab {
  flex: 1;
  color: #bfbfbf;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #d9d9d9;
  height: 53px;
}
.tab-list .tab.is-active {
  color: var(--color-brand);
  border-bottom-color: var(--color-brand);
}

/* FORM checkbox, radio*/
.form-checkbox-group,
.form-radio-group {
  display: flex;
  gap: 16px;
}
.form-checkbox input,
.form-radio input {
  position: absolute;
  opacity: 0;
}
.form-checkbox label,
.form-radio label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.form-checkbox label:before,
.form-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  background: url("../_img/common/form.png") no-repeat -1px -1px / 52px;
}
.form-checkbox label:before {
  background-position: -1px -1px;
}
.form-radio label:before {
  background-position: -1px -27px;
}
.form-checkbox input:checked + label:before {
  background-position: -27px -1px;
}
.form-radio input:checked + label:before {
  background-position: -27px -27px;
}
/* FORM GROUP */
.form-with-input {
  display: flex;
  gap: 8px;
}
.form-group .form-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.form-group .form-title.required:after {
  content: "*";
  color: #cd0000;
}
.form-group + .form-group {
  margin-top: 24px;
}
.form-group input:not(:first-child) {
  margin-top: 8px;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"] {
  display: flex;
  width: 100%;
  height: 45px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
}
.form-group input[type="text"]:read-only {
  background-color: #f0f0f0;
  color: #8c8c8c;
}
.form-group .msg {
  display: none;
}
.form-group input[data-status="error"] {
  border-color: #cd0000;
}
.form-group input[data-status="error"] + .msg {
  display: block;
  margin-top: 4px;
  color: #cd0000;
  font-size: 12px;
  line-height: 1.3;
}

/* Modal (로그인, 회원가입, 약관동의, 아이디 비밀번호 찾기 등) */
/* 공통 */
.modal_util {
  --spacing: 24px;
}
@media screen and (max-width: 768px) {
  .modal_util {
    --spacing: 16px;
  }
  .select-typeA {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .select-typeA .option {
    height: 30px;
    min-height: 30px;
    line-height: 30px !important;
    margin-bottom: 0 !important;
  }
  .select-typeA .list {
    display: inherit !important;
  }
}
.modal_util .modal__inner {
  overflow: hidden;
  width: min(calc(100% - 32px), 420px);
  max-height: 90vh;
  padding-bottom: 40px;
}
.modal_util .modal__inner .modal__close {
  margin-bottom: 18px;
  padding: 10px 10px 0;
  text-align: right;
}

.modal_util .btn_modal-close {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
  height: 32px;
  background: url(../_img/common/btn__modal-close.png) no-repeat 0 0 / cover;
}

.modal_util .modal__inner .modal__header {
  margin-bottom: 40px;
  text-align: center;
  color: var(--color-main);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
}

.modal_util .modal__inner .modal__header p {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 16px;
}
.modal_util .modal__inner .modal__content {
  overflow-y: auto;
  max-height: calc(90vh - 300px);
  padding: 0 var(--spacing);
}

.modal_util .btn_area {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.modal_util .btn_area button {
  flex: 1;
}
.modal_util .modal__btn-bottom {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  padding: 0 var(--spacing);
}
.modal_util .modal__btn-bottom button {
  flex: 1;
}
.modal__btn-under-bottom {
  margin-top: 24px;
  text-align: center;
}
.modal_util .btn_box {
  display: flex;
  gap: 7px;
  margin-top: 16px;
  color: #8c8c8c;
  font-size: 14px;
}
.modal_util .btn_box .btn-textType02:last-child {
  margin-left: auto;
}

/* 아이디 찾기*/
.modal_find-id .result-ok {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 148px;
  color: var(--color-black);
  background-color: #e8ebeb;
  gap: 16px;
}
.modal_find-id .result-ok p {
  font-size: 16px;
  line-height: 1.3;
}
.modal_find-id .result-ok .result-id {
  font-weight: 700;
  font-size: 22px;
}
/* 약관동의 */
.modal-agreement-join .agreement_box {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.modal-agreement-join .agreement_box .form-checkbox label {
  font-size: 16px;
}
.modal-agreement-join .agreement_box .agreement-doc {
  max-height: 120px;
  overflow-y: auto;
  margin-top: 8px;
  padding: 16px 12px;
  border: 1px solid #d9d9d9;
}
.modal-agreement-join .agreement_box .agreement-doc:not(:last-child) {
  margin-bottom: 24px;
}

.modal-agreement-join .agreement-doc {
  font-size: 14px;
  line-height: 1.4;
}
.modal-agreement-join .agreement-doc .title {
  display: block;
  font-size: 15px;
}
.modal-agreement-join .agreement-doc p {
  margin-top: 10px;
}
.modal-cancel-membership .modal__inner {
  width: min(calc(100% - 32px), 540px);
}
.modal-cancel-membership .modal__content p {
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-main);
  text-align: center;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}
.modal-cancel-membership .modal__content p:not(:first-child) {
  margin-top: 16px;
}
.modal-cancel-membership .modal__content p strong {
  color: var(--color-brand);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
