:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
  --swiper-theme-color: #1a1816;
  --swiper-scrollbar-size: 8px;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
body {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: none;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

svg,
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
}

i {
  line-height: 1;
}

figure {
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.text-yellow {
  color: #ffc93f;
}

[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  flex-shrink: 0;
}

.icon-firework {
  background-image: url("../images/icon-firework.svg");
  width: 27px;
  height: 27px;
}

.icon-badge-close {
  background-image: url("../images/icon-badge-close.svg");
  width: 16px;
  height: 16px;
}

.icon-back {
  background-image: url("../images/icon-back.svg");
  width: 24px;
  height: 24px;
}

.icon-basket {
  background-image: url("../images/icon-basket.svg");
  width: 26px;
  height: 26px;
}

.icon-note {
  background-image: url("../images/icon-note.svg");
  width: 26px;
  height: 26px;
}

.icon-book {
  background-image: url("../images/icon-book.svg");
  width: 26px;
  height: 26px;
}

.icon-prev {
  background-image: url("../images/icon-prev.svg");
  width: 40px;
  height: 40px;
}

.icon-next {
  background-image: url("../images/icon-next.svg");
  width: 40px;
  height: 40px;
}

.section-title {
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  text-align: center;
}

.section-desc {
  font-size: clamp(16px, 2vw, 24px);
  text-align: center;
  margin-top: 24px;
  word-break: keep-all;
}

.alert {
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}

.badge {
  --bs-badge-font-size: 1rem;
  --bs-badge-font-weight: 700;
  --bs-badge-padding-y: 9px;
  --bs-badge-padding-x: 0.9375rem;
  --bs-badge-border-radius: 10rem;
}
.badge.bg-light {
  background-color: rgba(255, 255, 255, 0.16);
}

.btn-xl {
  --btn-padding-y: 12.5px;
  font-size: 14px;
  font-weight: 700;
  padding-top: var(--btn-padding-y);
  padding-bottom: var(--btn-padding-y);
}

.btn {
  align-self: flex-start;
}
.btn:hover {
  text-decoration: none;
}

.btn-lg {
  min-width: 180px;
}
@media (max-width: 767.98px) {
  .btn-lg {
    min-width: 130px;
  }
}
.btn-lg {
  font-weight: 700;
}
.filter .btn-lg,
.alert-modal .modal-footer .btn-lg {
  width: 80px;
}

.btn-outline-warning {
  background: rgba(255, 255, 255, 0.8);
}

.divider {
  background: #ddd;
  height: 1px;
}
.divider.vertical {
  width: 1px;
  height: 10px;
}

.dropdown {
  --bs-dropdown-item-border-radius: 0.25rem;
}

.dropdown-menu {
  --bs-dropdown-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  --bs-dropdown-border-width: 0;
  box-shadow: var(--bs-dropdown-box-shadow);
}

.dropdown-item {
  text-align: center;
  font-weight: 500;
}

.form-check {
  flex-shrink: 0;
  margin-bottom: 0;
}

th .form-check-input,
td > .form-check-input {
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
}

.hstack > .form-check .form-check-input {
  transform: translateY(-1px);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-select {
  text-align: left;
}

.form-select-sm {
  padding-right: 30px;
  background-position: right 0.5rem center;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group .photos {
  display: flex;
  gap: 12px;
}
.form-group .photos .item {
  flex: 1;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--UI_08);
  position: relative;
}
.form-group .photos .upload-button {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='19' y='7' width='2' height='26' rx='1' fill='%23DDE1E4'/%3E%3Crect x='33' y='19' width='2' height='26' rx='1' transform='rotate(90 33 19)' fill='%23DDE1E4'/%3E%3C/svg%3E%0A");
}
.form-group .photos .upload-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.form-group .photos .delete-button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E8E8E8'/%3E%3Cpath opacity='0.8' d='M13.7374 12.4349L11.2948 9.99504L13.7413 7.5512C14.0909 7.19415 14.0829 6.62286 13.7334 6.26977L13.7255 6.26184C13.368 5.91272 12.808 5.91272 12.4466 6.26184L10 8.70568L7.5574 6.26977C7.19995 5.91272 6.62008 5.91272 6.2666 6.26977C5.91312 6.62683 5.90915 7.20605 6.2666 7.55914L8.7092 9.99901L6.26263 12.4428C6.09185 12.6174 5.99653 12.8475 6.0005 13.0935C6.0005 13.3315 6.09979 13.5576 6.2666 13.7282L6.27455 13.7362C6.632 14.0853 7.19201 14.0853 7.55343 13.7362L10 11.2923L12.4426 13.7322C12.8 14.0893 13.3799 14.0893 13.7334 13.7322C14.0869 13.3752 14.0909 12.7959 13.7334 12.4428L13.7374 12.4349Z' fill='%239DA4AA'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  background-size: contain;
}

.form-text {
  display: flex;
  gap: 4px;
  color: var(--UI_05);
  font-size: 13px;
  line-height: 1.38462;
  letter-spacing: -0.26px;
  font-weight: 400;
}
.form-text i {
  flex-shrink: 0;
}

.invalid-feedback {
  line-height: 1.38426;
}
.invalid-feedback i {
  margin-right: 4px;
  transform: translateY(-1px);
}

.form-inline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-inline .col-form-label {
  min-width: var(--label-width);
}

.input-group {
  position: relative;
}
.input-group:focus-within .form-control {
  border-color: #1a1816;
}
.input-group .form-control:focus {
  z-index: initial;
}
.input-group .form-control ~ .icon-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 4;
  padding: 0 15px;
  height: 100%;
  max-height: 38px;
  line-height: 1;
  border: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group .form-control ~ .icon-btn {
    transition: none;
  }
}
.input-group .form-control-sm + .icon-btn {
  padding: 0 0.5rem;
}

.form-label {
  margin-bottom: 0.25rem;
}

.modal-backdrop + .modal-backdrop {
  --bs-backdrop-zindex: 1056;
}
.modal-backdrop + .modal-backdrop + .modal-backdrop {
  --bs-backdrop-zindex: 1058;
}

.modal {
  --bs-modal-header-padding: 1.5rem;
  --bs-modal-padding: 1.5rem;
}
@media (min-width: 768px) {
  .modal {
    --bs-modal-header-padding: 2.5rem;
    --bs-modal-padding: 2.5rem;
  }
}
.modal {
  --bs-modal-inner-border-radius: 0.5rem;
  --bs-modal-border-width: 0;
  --bs-modal-footer-border-width: 0;
  --bs-modal-margin: 1rem;
}
.modal.second {
  --bs-modal-zindex: 1057;
}
.modal.third {
  --bs-modal-zindex: 1059;
}

.modal-header {
  border-bottom: 0;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
}

.modal-fullscreen {
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-padding: 1.5rem 1.25rem 2.5rem;
}
.modal-fullscreen .modal-header {
  padding-top: calc(constant(safe-area-inset-top) + 1rem);
  padding-top: calc(env(safe-area-inset-top) + 1rem);
}
.modal-fullscreen .modal-title {
  font-weight: 700;
}
.modal-fullscreen .modal-body {
  flex-grow: 1;
}

.alert-modal {
  z-index: 1060;
}
.alert-modal .modal-body {
  padding-bottom: 0;
}

.nav-underline {
  margin-bottom: 20px;
  gap: 0;
  border-bottom: 1px solid #dee2e6;
}
.nav-underline .nav-link {
  min-width: 100px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.nav-underline .nav-link.active {
  --bs-nav-underline-link-active-color: $black;
}
.nav-underline .nav-link:not(.active):hover {
  border-bottom-color: transparent;
}

.pagination {
  --bg-pagination-padding-x: 0;
  --bg-pagination-padding-y: 0;
  --bs-pagination-bg: transparent;
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-border-width: 0;
  justify-content: center;
  margin-top: 40px;
}
.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}

.progress {
  background: rgba(var(--UI_11), 1);
  border-radius: 50rem;
  height: 16px;
  position: relative;
  overflow: visible;
}
.progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--UI_08);
  border-radius: 50rem;
}

.progress-bar {
  background: #b1cbdd;
  border-radius: 50rem;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.table-fixed {
  table-layout: fixed;
}

.table {
  margin-bottom: 0;
}
.table col {
  width: var(--col-width);
}
.table th {
  font-weight: 500;
  vertical-align: middle;
}
.table td {
  word-break: break-all;
  vertical-align: middle;
}
.table tr[draggable="true"] {
  transition: all 0.2s ease;
}
.table tr[draggable="true"].drag-over {
  border-top: 2px solid #1a1816;
  background-color: rgba(26, 24, 22, 0.05);
}
.table .drag-handle {
  cursor: grab;
}
.table .drag-handle:active {
  cursor: grabbing;
}

.layout-wrap {
  width: 100vw;
  overflow-x: hidden;
}

.container,
.container-fluid {
  --bs-gutter-x: 2rem;
}
@media (min-width: 992px) {
  .container,
  .container-fluid {
    --bs-gutter-x: 5rem;
  }
}

.row > * {
  min-width: 0;
}

.layout-header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.3s ease;
}
@media (min-width: 576px) {
  .layout-header {
    height: 80px;
  }
}
.scrolled .layout-header {
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 575.98px) {
  .logo img {
    width: 70%;
  }
}

.gnb ul {
  display: flex;
  gap: 48px;
  font-size: clamp(13px, 1.8vw, 18px);
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .gnb ul {
    gap: 32px;
  }
}
.gnb a {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .gnb {
    display: none;
  }
}

.layout-footer {
  background: #1a1816;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .layout-footer {
    font-size: 13px;
  }
}
.footer-info img {
  margin-right: 8px;
}
.footer-info strong {
  color: #ffffff;
  margin-right: 8px;
}
.footer-info span {
  color: #ccc;
  margin-right: 16px;
}
.footer-info a {
  color: #ccc;
  margin-right: 16px;
}

.copyright {
  color: #ccc;
}

.section-hero {
  padding-top: 60px;
  min-height: 100dvh;
  background: #fdebd2 url(../images/hero-bg.png) no-repeat center bottom;
}
@media (min-width: 576px) {
  .section-hero {
    padding-top: 80px;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90dvh;
}

@media (max-width: 575.98px) {
  .hero-content .title img {
    width: 90%;
  }
  .footer-info img {
    width: 24px;
    height: 24px;
    margin: 4px 4px 4px 0;
  }
}
.hero-content .info {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  margin-top: 64px;
}
@media (max-width: 991.98px) {
  .hero-content .info {
    margin-top: 30px;
  }
}
.hero-content .desc {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  margin-top: 56px;
}
@media (max-width: 991.98px) {
  .hero-content .desc {
    margin-top: 20px;
  }
}
.hero-content .invitation {
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 700;
  margin-top: 12px;
}

.hero-img {
  position: relative;
  text-align: right;
}
@media (max-width: 991.98px) {
  .hero-img img {
    max-width: 65%;
  }
}

[class*="balloon"] {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.balloon1 {
  width: 124px;
  height: 144px;
  background-image: url(../images/hero-balloon1.svg);
  top: -150px;
  left: -100px;
  animation: float-balloon 4s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .balloon1 {
    width: 62px;
    height: 72px;
    left: 10px;
    top: -75px;
  }
}

.balloon2 {
  width: 134.37px;
  height: 184.65px;
  background-image: url(../images/hero-balloon2.svg);
  right: 0;
  top: -60px;
  animation: swing-balloon 5s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .balloon2 {
    width: 67px;
    height: 92px;
    top: -45px;
  }
}

[class*="leaf"] {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.leaf1 {
  width: 76px;
  height: 69px;
  background-image: url(../images/hero-leaf1.svg);
  bottom: -30px;
  right: -42px;
  animation: float-leaf 3.5s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .leaf1 {
    width: 50px;
    bottom: -15px;
    right: -10px;
  }
}

.leaf2 {
  width: 66.5px;
  height: 55.44px;
  background-image: url(../images/hero-leaf2.svg);
  bottom: -150px;
  left: 100px;
  animation: swing-leaf 4s ease-in-out infinite;
  animation-delay: 0.5s;
}
@media (max-width: 991.98px) {
  .leaf2 {
    width: 40px;
    bottom: -80px;
  }
}

@keyframes float-balloon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes swing-balloon {
  0%,
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(10px) translateY(-15px) rotate(3deg);
  }
  50% {
    transform: translateX(0) translateY(-25px) rotate(0deg);
  }
  75% {
    transform: translateX(-10px) translateY(-15px) rotate(-3deg);
  }
}
@keyframes float-leaf {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(-5deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(5deg);
  }
}
@keyframes swing-leaf {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-12px) rotate(-8deg);
  }
  50% {
    transform: translateX(0) rotate(0deg);
  }
  75% {
    transform: translateX(12px) rotate(8deg);
  }
}
.section-event {
  position: relative;
  padding: 100px 0;
}
@media (min-width: 992px) {
  .section-event {
    padding: 160px 0;
  }
}

.swiper-custom-pagination {
  text-align: center;
  margin-top: 1.1rem;
}
@media (min-width: 992px) {
  .swiper-custom-pagination {
    margin-top: 64px;
  }
}
@media (min-width: 992px) {
  .swiper-custom-pagination .swiper-pagination-bullet {
    width: 80px;
    border-radius: 16px;
  }
}

.event-list {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 991.98px) {
  .event-list {
    margin-top: 60px;
  }
}
.event-list .swiper-slide {
  align-self: stretch;
  height: auto;
}
.event-list .event-item {
  position: relative;
  height: 100%;
}

.event-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .event-info {
    color: #ffffff;
    padding: 1.5rem;
    min-height: 440px;
  }
  .event-info .text-info {
    color: #fff !important;
    text-decoration: underline;
  }
}
.event-info .keyword {
  display: flex;
  gap: 0.5rem;
}
.event-info .title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
}
.event-info .info {
  font-size: clamp(14px, 2vw, 18px);
}
.event-info .info dt {
  margin-bottom: 4px;
}
.event-info .info dd {
  margin-bottom: 1rem;
}
.event-info .info dd:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .event-info .tilte,
  .event-info .info {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}

.event-img {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .event-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    padding: 0;
    min-height: auto;
    filter: brightness(0.8);
  }
  .event-img .text1,
  .event-img .text2 {
    display: none;
  }
}

.event-img.event1 {
  background-image: url("../images/event-bg1.png");
}
.event-img.event2 {
  background-image: url("../images/event-bg2.png");
}
.event-img.event3 {
  background-image: url("../images/event-bg3.png");
}
.event-img.event4 {
  background-image: url("../images/event-bg4.png");
}
.event-img.event5 {
  background-image: url("../images/event-bg5.png");
}
.event-img.event6 {
  background-image: url("../images/event-bg6.png");
}
.event-img .text1 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  padding: 0 20px;
}
.event-img .text2 {
  font-size: clamp(13px, 2vw, 20px);
  font-weight: 600;
}
.event-img.event2,
.event-img.event4,
.event-img.event6 {
  justify-content: flex-end;
}
.event-img.event6 {
  padding-bottom: 55px;
}
.event-img.event4 {
  color: #1a1816;
}
.event-img.event5 .text1 {
  margin-top: 90px;
}
.dot-list li {
  padding-left: 24px;
  position: relative;
}
.dot-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #332f2d;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: -80px;
  background-image: url("../images/icon-swiper-next.svg");
}

.swiper-button-prev {
  left: -80px;
  background-image: url("../images/icon-swiper-prev.svg");
}

@keyframes leafFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(-3deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}
@keyframes leafSway {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(8px) rotate(5deg);
  }
  50% {
    transform: translateX(0) rotate(0deg);
  }
  75% {
    transform: translateX(-8px) rotate(-5deg);
  }
}
@keyframes leafFall {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) translateX(5px) rotate(-8deg);
  }
  50% {
    transform: translateY(-15px) translateX(-3px) rotate(3deg);
  }
  75% {
    transform: translateY(-10px) translateX(8px) rotate(-5deg);
  }
}
.leaf3 {
  width: 65px;
  height: 56px;
  background-image: url(../images/hero-leaf3.svg);
  top: 70px;
  left: 35%;
  animation: leafFloat 4s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .leaf3 {
    width: 40px;
    left: 15%;
  }
}

.leaf4 {
  width: 84px;
  height: 84px;
  background-image: url(../images/hero-leaf4.svg);
  top: 250px;
  right: 15%;
  z-index: 1;
  animation: leafFall 5s ease-in-out infinite 0.5s;
}
@media (max-width: 991.98px) {
  .leaf4 {
    width: 40px;
    right: 12%;
    top: 170px;
  }
}

.section-theme {
  background: #7c9e57;
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .section-theme {
    padding: 100px 0;
  }
}
.section-theme .section-title {
  color: #ffffff;
}
.section-theme .section-desc {
  color: #ffffff;
}

.theme-list {
  margin-top: 96px;
}
@media (max-width: 991.98px) {
  .theme-list {
    margin-top: 30px;
  }
}
.theme-list .swiper {
  overflow: visible;
}
.theme-list .swiper .swiper-slide {
  align-self: stretch;
  height: auto;
}
.theme-list .swiper .swiper-scrollbar {
  position: static;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .theme-list .swiper .swiper-scrollbar {
    display: none;
  }
}

.theme-item {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .theme-item {
    gap: 2rem;
  }
}
.theme-item .title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
}
.theme-item .desc {
  font-size: clamp(14px, 2vw, 17px);
}
.theme-item .desc strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.theme-item .keyword {
  display: flex;
  gap: 8px;
}

.section-food {
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .section-food {
    padding: 100px 0;
  }
}

.food-list {
  margin-top: 96px;
}
@media (max-width: 991.98px) {
  .food-list {
    margin-top: 30px;
  }
}
.food-list .swiper {
  overflow: visible;
}
.food-list .swiper .swiper-slide {
  align-self: stretch;
  height: auto;
}
.food-list .swiper .swiper-scrollbar {
  position: static;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .food-list .swiper .swiper-scrollbar {
    display: none;
  }
}

.food-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  word-break: keep-all;
  text-align: center;
}
@media (min-width: 992px) {
  .food-item {
    gap: 2rem;
  }
}
.food-item .title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
}
.food-item .desc {
  font-size: clamp(14px, 2vw, 18px);
  padding-left: 1rem;
  padding-right: 1rem;
}
.food-item .desc strong {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.food-item .desc small {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}
.food-item .keyword {
  display: flex;
  gap: 8px;
}

.section-market {
  background: #f5f5f5;
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .section-market {
    padding: 100px 0;
  }
}

.market {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .market {
    margin-top: 60px;
  }
}

.market-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  height: 100%;
}
@media (max-width: 767.98px) {
  .market-box {
    padding: 24px;
  }
}
.market-box h3 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.market-box h3 i {
  margin-right: 8px;
}

.market-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.market-list li {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 18px);
}
.market-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1a1816;
  flex-shrink: 0;
  transform: translateY(11px);
}

.program-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.program-list li {
  font-size: clamp(15px, 2vw, 18px);
}
.program-list li strong {
  display: block;
}

.tour-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tour-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(15px, 2vw, 18px);
  position: relative;
  min-height: 92.67px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 1rem;
}
.tour-list li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tour-list li span {
  position: relative;
}
.section-sale {
  background: #fde7c9;
  padding: 160px 0;
}
.coupon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 24px;
  padding: 96px 0 120px;
}
@media (max-width: 991.98px) {
  .section-sale {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .coupon-item {
    width: calc(50% - 8px);
  }
  .coupon-item img {
    width: 100%;
    object-fit: cover;
  }
  .coupon-item.full {
    width: 100%;
  }
  .coupon-list {
    padding: 40px 0;
    gap: 12px;
  }
}
.section-product {
  background: #5ea4b9;
  padding: 160px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-product .section-title {
  color: #fff;
}
.section-product .section-desc {
  color: #fff;
}
.section-product .card-wrap {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .section-product {
    padding: 100px 0;
  }
}
.section-notice {
  background: #fff;
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .section-notice {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .section-notice .section-title {
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .notice-list {
    margin-top: 40px;
  }
}
.notice-list li {
  border-bottom: 1px solid #1a1816;
}
.notice-list a {
  display: flex;
  gap: 16px;
  padding: 2rem 1rem;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .notice-list a {
    padding: 1rem 0.5rem;
  }
}
.notice-list a:hover {
  font-weight: 700;
}
.notice-list a .title {
  flex-grow: 1;
}
.notice-list a .date {
  flex-shrink: 0;
}

.notice-title {
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dee2e6;
}

.notice-content {
  font-size: clamp(14px, 2vw, 16px);
  min-height: 200px;
}

.section-stage {
  background: #5f4f3c;
}

.stage {
  text-align: center;
  color: #ffffff;
  background: url(../images/stage-bg.png) no-repeat center bottom 20px / contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 847px;
}
@media (max-width: 991.98px) {
  .stage {
    min-height: 600px;
  }
}
.stage .title {
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 700;
}
.stage .text1 {
  font-size: clamp(18px, 2vw, 24px);
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  .stage .text1 {
    margin-top: 30px;
  }
}
.stage .text2 {
  font-size: clamp(15px, 2vw, 18px);
  margin-top: 16px;
}
.stage .mc {
  margin-top: 46px;
  padding: 0 50px;
}

.support {
  background: #392e24;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.support-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.support-content .title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.support img {
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .support {
    gap: 24px;
  }
  .support-content {
    gap: 24px;
  }
  .support-content .title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .support {
    height: auto;
    flex-direction: column;
    gap: 24px;
    padding: 2rem;
  }
  .support-content {
    gap: 24px;
  }
  .support-content .title {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */

/* 배경 어둡게 */
.popup-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .popup-overlay {
    display: none !important;
  }
  .popup {
    display: none;
  }
}
/* 팝업 박스 */
.popup {
  position: relative;
  width: 470px;
  background: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}
.popup.popup1 {
  width: 500px;
}

.popup img {
  width: 100%;
  display: block;
}

.popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  background-color: #000;
}
.popup-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.popup-footer .close-btn {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-close.png");
  background-position: center;
  background-size: cover;
}
/* fade-in 효과 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 두 팝업 위치 다르게 */
.popup:nth-child(1) {
  transform: translate(150px, 90px);
}
.popup:nth-child(2) {
  transform: translate(180px, 40px);
}

.btn-gray {
  background-color: #d1d0cf !important;
  color: #fff !important;
}

.section-gallery {
  padding: 160px 0;
}
@media (max-width: 991.98px) {
  .section-gallery {
    padding: 100px 0;
  }
}

.gallery-list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: auto !important;
}

.gallery-list .swiper-wrapper {
  margin-top: 96px;
}

.gallery-list .swiper .swiper-scrollbar {
  position: static;
  margin-top: 4rem;
  background-color: transparent;
}

.gallery-list .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #31070a;
  height: 8px;
  border-radius: 0;
  cursor: pointer;
}

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

.gallery-detail .swiper-slide {
  overflow: hidden;
  border-radius: 0.5rem;
  height: auto !important;
}
.gallery-detail .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

#modal-gallery-detail .swiper-button-next,
#modal-gallery-detail .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url("../images/icon-swiper-next-white.svg");
}
#modal-gallery-detail .swiper-button-prev {
  background-image: url("../images/icon-swiper-prev-white.svg");
}

#modal-gallery-detail .btn-box {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  display: flex;
  gap: 16px;
  align-items: center;
}

#modal-gallery-detail .btn-close {
  width: 40px;
  height: 40px;
  background-image: url("../images/icon-modal-close.svg");
  background-position: center;
  background-size: cover;
  opacity: 1;
  padding: 0;
}

#modal-gallery-detail .download-btn {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  height: 40px;
  padding: 0 16px;
  border-radius: 40px;
}
