@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  font-size: 0;
  font-family: 'Pretendard', sans-serif;
  color: #ffffff;
  background-color: #000;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.mo {
  @media (width > 720px) {
    display: none !important;
  }
}
.pc {
  @media (width <= 720px) {
    display: none !important;
  }
}

.container {
  width: 100%;
  @media (width > 720px) {
    max-width: 1920px;
    margin: 0 auto;
    container-type: inline-size;
  } 
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 20px;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.99) 70%, rgba(0, 0, 0, 0) 100%);
  @media (width > 720px) {
    padding: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.988) 0%,rgba(0,0,0,0.714) 100%);
  }
}

nav .container .nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (width > 720px) {
    padding: 1.38cqw 6.25cqw 1.38cqw 2.08cqw;
  }
  @media (width > 1440px) {
    padding: 0.9cqw 16.66cqw 0.9cqw 13.9cqw;
  }
}
nav .nav-links {
  @media (width > 720px) {
    flex: 1 0 0;
    display: flex;
    justify-content: center;
    gap: 7.29cqw;
    padding: 0;
    a {
      font-size: 1.38cqw;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
      opacity: 0.2;
      &.active {
        opacity: 1;
      }
    }
  }
  @media (width > 1440px) {
    gap: 5.6cqw;
    a {
      font-size: 1.04cqw;
    }
  }
}
nav .share-btn {
  @media (width > 720px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    width: 7.64cqw;
    font-size: 1.38cqw;
    font-weight: 600;
    border: none;
    background: transparent;
    cursor: pointer;
    img {
      width: 1.66cqw;
    }
  }
  @media (width > 1440px) {
    width: 5.36cqw;
    font-size: 1.04cqw;
    img {
      width: 1.25cqw;
    }
  }
}
.logo {
  width: 27vw;
  @media (width > 720px) {
    width: 12.9cqw;
  }
  @media (width > 1440px) {
    width: 9.68cqw;
  }
}
.hamburger {
  width: 5.2vw;
  @media (width > 720px) {
    display: none;
  }
}

.nav-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.95) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 500;
  transition-duration: 1s;
  pointer-events: none;
}
.nav-detail.active {
  opacity: 1;
  pointer-events: auto;
}
.nav-detail .nav-close {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 10vw;
  height: 10vw;
  padding: 2.5vw;
}
.nav-detail .nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.5vw;
  font-size: 6.9vw;
  margin-top: 19.4vw;
}
.nav-detail .nav-links a {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  opacity: 0.3;
}
.nav-detail .nav-links a.active {
  opacity: 1;
  border-top: 0.3vw solid #0090ff;
  border-bottom: 0.3vw solid #0090ff;
}
.nav-detail .share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2vw;
  color: #ffffff;
  font-size: 4.16vw;
  font-weight: 600;
  width: 58.3vw;
  height: 10.7vw;
  border: 0.3vw solid #727171;
  margin-top: 10vw;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.nav-detail .share-icon {
  width: 6.25vw;
  height: 6.25vw;
}
.nav-detail .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.16vw;
  gap: 6.25vw;
  margin-top: 7.5vw;
}
.nav-detail .social-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.nav-detail .social-links .separator {
  color: #ffffff;
  font-weight: 300;
  opacity: 0.3;
}

.relative {
  position: relative;
}

.intro {
  width :100%;
  height: 184.72vw;
  object-fit: contain;
  @media (width > 720px) {
    height: 51.97vw;
  }
  @media (width > 1920px) {
    height: 998px;
  }
}

.text {
  font-size: 4.16vw;
}
section {
  background: #000;
}
.admin-page section {
  background: none;
}
.ani01 {
  display: flex;
  flex-direction: column;
  background: #000;
  @media (width > 720px) {
    background: none;
  }
}
.rolling-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background: #000;
  padding-top: 30vw;
  padding-bottom: 27.7vw;
  @media (width > 720px) {
    background: none;
    padding-top: 6.45cqw;
    padding-bottom: 6.45cqw;
  }
}
.rolling-text > div {
  text-align: center;
}
.text2 {
  margin-top: 16.1vw;
  margin-bottom: 14.3vw;
  @media (width > 720px) {
    margin-top: 3.6cqw;
    margin-bottom: 3.6cqw;
  }
}
.text1, .text2 {
  font-size: 5.2vw;
  font-weight: 700;
  @media (width > 720px) {
    font-size: 1.95cqw;
    /* top: 5.5cqw; */
  }
}
.text3 {
  font-weight: 600;
  font-size: 5.2vw;
  @media (width > 720px) {
    font-size: 1.95cqw;
  }
}
.blue-ribbon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.7vw;
  @media (width > 720px) {
    gap: 1.09cqw;
  }
}
.blue-ribbon-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 29%;
  @media (width > 720px) {
    width: 7.1cqw;
  }
}
.blue-ribbon-logo img {
  position: relative;
  z-index: 10;
}
.blue-ribbon-logo:before {
  content: "";
  position: absolute;
  width: 55vw;
  height: 35vw;
  background: url('../images/light.png') no-repeat center;
  background-size: contain;
  @media (width > 720px) {
    width: 21.77cqw;
    height: 21.77cqw;
  }
}

.video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  .thumbnail {
    position: absolute;
    width: 100%;
    height: 101%;
    object-fit: cover;
    z-index: 1;
    cursor: pointer;
  }
}

.video1-wrap {
  opacity: 0;
  .video-wrap {
    aspect-ratio: 720 / 468;
  }
  @media (width > 720px) {
    opacity: 1;
    display: flex;
    gap: 3.85cqw;
    padding-left: 15.625cqw;
    .video-wrap {
      width: 42.08cqw;
      aspect-ratio: 808 / 526;
    }
  }
  
}
.ani-section {
  @media (width > 720px) {
    background: url('../images/bg.png') no-repeat center;
    background-size: cover;
  }
}
.ani-section .text-area {
  font-size: 4.16vw;
  text-align: center;
  opacity: 0.66;
  padding-top: 15.6vw;
  @media (width > 720px) {
    flex: 1 0 0;
    position: relative;
    text-align: left;
    padding-top: 9.375cqw;
    font-size: 1.25cqw;
  }
}
.text4, .text5, .text6 {
  font-weight: 700;
  line-height: 1.33;
}
.text4 {
  letter-spacing: -0.02em;
}
.text5 {
  letter-spacing: -0.03em;
}
.text7 {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.text8{
  font-weight: 700;
  letter-spacing: -0.04em;
}
.fade-in {
  opacity: 0;
}

.ani02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/sec02.png) no-repeat;
  background-size: 100vw 125vw;
  background-position: top;
  @media (width > 720px) {
    background: none;
  }
}
.video2-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 22.5vw;
  @media (width > 720px) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2.8cqw 3.4cqw;
    padding-top: 6.56cqw;
  }
}
.reborn-title {
  width: 90%;
  @media (width > 720px) {
    text-align: center;
    width: 100%;
    img {
      width: 35.26cqw;
    }
  }
}
.reborn-text {
  @media (width > 720px) {
    margin-left: 19.58cqw;
  }
}
.reborn1 {
  font-size: 5.37vw;
  font-weight: 700;
  margin-top: 2.9vw;
  @media (width > 720px) {
    font-size: 1.25cqw;
  }
}
.reborn2 {
  font-size: 4.2vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  text-align: center;
  margin-top: 8.3vw;
  padding-bottom: 10vw;
  @media (width > 720px) {
    text-align: left;
    font-size: 1.25cqw;
    margin-top: 0.8cqw;
    padding-bottom: 0;
  }
}

.video2-wrap .video-wrap {
  width: 100%;
  aspect-ratio: 815 / 458;
  @media (width > 720px) {
    width: 42.44cqw;
  }
}
#blue {
  display: flex;
  justify-content: center;
  height: 178vw;
  background: url('../images/blue-bg.png') no-repeat center center / cover;
  @media (width > 720px) {
    display: flex;
    justify-content: center;
    height: 47.6vw;
    background: url('../images/blue-bg-pc.png') no-repeat center center / cover;
  }
  @media (width > 1920px) {
    height: 914px;
  }
}
#blue .title {
  position: absolute;
  padding-top: 18.9vw;
  width: 100%;
  text-align: center;
  img {
    width: 57%;
  }
  @media (width > 720px) {
    padding-top: 5cqw;
    img {
      width: 33.43cqw;
    }
  }
}
#blue .container {
  @media (width > 720px) {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
#blue .desc {
  position: absolute;
  width: 100%;
  font-size: 2.7vw;
  bottom: 9vw;
  opacity: 0.4;
  text-align: center;
  @media (width > 720px) {
    font-size: 1.05cqw;
    bottom: 5.2cqw;
  }
}

.blue-menu-swiper {
  width: 100%;
  position: absolute;
  top: 61.7vw;
  overflow: visible;
  @media (width > 720px) {
    top: 14.84cqw;
  }
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  width: 3.33vw;
  height: 4.16vw;
  margin-top: 0;
  transform: translateY(-50%);
  &.swiper-button-disabled {
    opacity: 0;
  }
  @media (width > 720px) {
    width: 0.8vw;
    height: 1.04vw;
  }
  @media (width > 1920px) {
    width: 15px;
    height: 20px;
  }
}
.blue-menu-swiper .blue-menu-prev {
  left: 4.16vw;
  @media (width > 720px) {
    left: 38.7vw;
    top: 27.08vw;
  }
  @media (width > 1920px) {
    left: 743px;
    top: 520px;
  }
}
.blue-menu-swiper .blue-menu-next {
  right: 4.16vw;
  margin-top: 0;
  transform: translateY(-50%);
  @media (width > 720px) {
    right: 38.7vw;
    top: 27.08vw;
  }
  @media (width > 1920px) {
    right: 743px;
    top: 520px;
  }
}
.swiper-pagination {
  pointer-events: none;
  transform: translateY(-50%);
}
#blue .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 92vw;
  bottom: auto;
  @media (width > 720px) {
    top: 27.08vw;
  }
  @media (width > 1920px) {
    top: 520px;
  }
}
.blue-menu-swiper .swiper-slide {
  position: relative;
  width: 80.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (width > 720px) {
    width: 22.81cqw;
    transform: scale(0.82);
    opacity: 0.2;
    transition: opacity 0.5s, transform 0.5s;
  }
}
.blue-menu-swiper .swiper-slide-active {
  @media (width > 720px) {
    transform: scale(1);
    opacity: 1;
  }
}
.swiper .swiper-pagination-bullet {
  background: #fff;
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 0.8vw;
  @media (width > 720px) {
    width: 0.5cqw;
    height: 0.5cqw;
    margin: 0 0.2cqw;
  }
}
.swiper .swiper-pagination-bullet-active {
  background: #0090ff;
}
.food-slide:before {
  content: "";
  position: absolute;
  width: 107.6%;
  height: 107.2%;
  opacity: 0;
  transition: opacity 0.5s;
  background-image: url('../images/food-bright.png'), url('../images/food-shadow.png');
  background-size: 100% 100%, 95.7% 95.9%;
  background-repeat: no-repeat;
}
.food-slide.swiper-slide-active:before {
  opacity: 1;
}

#chefs .bg1 {
  @media (width > 720px) {
    height: 41.66vw;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @media (width > 1920px) {
    height: 800px;
  }
}
#chefs .bg2 {
  @media (width > 720px) {
    height: 43.43vw;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @media (width > 1920px) {
    height: 834px;
  }
}
.chef-swiper .swiper-wrapper {
  height: auto;
}
.chef-swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}
.chef-swiper .chef-prev {
  left: 10.7vw;
  @media (width > 720px) {
    left: 39vw;
  }
  @media (width > 1920px) {
    left: calc(750px + (100vw - 1920px) / 2);
  }
}
.chef-swiper .chef-next {
  right: 10.7vw;
  @media (width > 720px) {
    right: 39vw;
  }
  @media (width > 1920px) {
    right: calc(750px + (100vw - 1920px) / 2);
  }
}
.chef-swiper .chef-prev, .chef-swiper .chef-next {
  top: 82.2vw;
  @media (width > 720px) {
    top: 38.8vw;
  }
   @media (width > 1920px) {
    top: 745px;
  }
}
#chefs .chef-pagination {
  top: 218vw;
  bottom: auto;
  @media (width > 720px) {
    top: 38.8vw;
  }
    @media (width > 1920px) {
      top: 745px;
    }
}
#chefs .vertical-video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32.5vw;
  width: 55.55vw;
  aspect-ratio: 401 / 713;
  background: #000;
  overflow: hidden;
  .thumbnail {
    position: absolute;
    width: 100%;
    height: 101%;
    object-fit: cover;
    cursor: pointer;
  }
  @media (width > 720px) {
    top: 8.125vw;
    left: 29.16vw;
    width: 16.3vw;
    aspect-ratio: 313 / 558;
  }
  @media (width > 1920px) {
    top: 156px;
    left: calc(560px + (100vw - 1920px) / 2);
    width: 319px;
  }
}

#event {
  display: flex;
  justify-content: center;
  background: #e3e3e3;

}
#event .bg {
  @media (width > 720px) {
    height: 76.87vw;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @media (width > 1920px) {
    height: 1476px;
  }
}
.event-ribbon {
  z-index: 50;
  position: absolute;
  top: -6vw;
  @media (width > 720px) {
    top: -1.6cqw;
    height: 5.15cqw;
     img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
.event-swiper {
  width: 100%;
  overflow: visible;
}

.event-swiper .swiper-slide {
  width: 39.7%;
  @media (width > 720px) {
    width: 14.6vw;
  }
  @media (width > 1920px) {
    width: 282px;
  }
}
.event-swiper >.swiper-wrapper {
  transition-timing-function: linear;
}
.event-swiper1 {
  position: absolute;
  top: 56.9vw;
  @media (width > 720px) {
    top: 16.25vw;
  }
  @media (width > 1920px) {
    top: 312px;
  }
}
.event-swiper2 {
  position: absolute;
  top: 100vw;
  @media (width > 720px) {
    top: 31.87vw;
  }
  @media (width > 1920px) {
    top: 612px;
  }
}
.card {
  display: flex;
  flex-direction: column;
  border-radius: 2vw;
  width: 100%;
  aspect-ratio: 1;
  padding: 2.7vw;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1.388vw 1.388vw 0.694vw rgba(148,148,148,0.46);
  @media (width > 720px) {
    padding: 1.4vw;
    border-radius: 0.7vw;
    box-shadow: 0vw 0.313vw 0.521vw 0.156vw rgba(148, 148, 148, 0.46);
  }
  @media (width > 1920px) {
    padding: 27px;
    border-radius: 14px;
    box-shadow: 0px 6px 10px 3px rgba(148, 148, 148, 0.46)
  }
}
.card .title {
  font-size: 3.2vw;
  color: #00409f;
  font-weight: 700;
  margin-bottom: 3.5vw;
  @media (width > 720px) {
    font-size: 1.28vw;
    margin-bottom: 1.3vw;
  }
  @media (width > 1920px) {
    font-size: 24.6px;
    margin-bottom: 25px;
  }
}
.card .content {
  font-size: 3.2vw;
  font-weight: 700;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;  
  @media (width > 720px) {
    font-size: 1.28vw;
  }
  @media (width > 1920px) {
    font-size: 24.6px;
  }
}
.card .info {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: auto;
  text-align: right;
}
.card .name {
  font-size: 2.7vw;
  color: #000000;
  @media (width > 720px) {
    font-size: 1.06vw;
  }
  @media (width > 1920px) {
    font-size: 20.4px;
  }
}
.card .group {
  font-size: 2.7vw;
  font-weight: 700;
  color: #000000;
  @media (width > 720px) {
    font-size: 1.06vw;
  }
  @media (width > 1920px) {
    font-size: 20.4px;
  }
}
.event-btn {
  position: absolute;
  width: 81.7vw;
  top: 151.4vw;
  height: 15.1vw;
  cursor: pointer;
  @media (width > 720px) {
    width: 22.96vw;
    top: 49.06vw;
    height: 4.21vw;
  }
  @media (width > 1920px) {
    width: 441px;
    top: 942px;
    height: 81px;
  }
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.popup-wrap.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-wrap .dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.popup-holder {
  display: flex;
  position: relative;
  padding: 10vw 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  @media (width > 720px) {
    padding: 5vh 0;
  }
}
.popup {
  position: relative;
  width: 83.3vw;
  background: #000;
  border-radius: 8.5cqw;
  container-type: inline-size;
  overflow: hidden;
  margin: auto;
  box-shadow: 0 1.033cqw 0.833cqw 0.433cqw rgba(0 0 0 / 40%);
  @media (width > 720px) {
    width: 400px;
    border-radius: 33px;
    box-shadow: 0 4.132px 3.332px 1.732px rgba(0 0 0 / 40%);
  }
}
.popup-close {
  position: absolute;
  top: 4cqw;
  right: 4cqw;
  width: 8.5cqw;
  height: 8.5cqw;
  border: none;
  background: transparent;
  cursor: pointer;
}

.popup-content {
  padding: 8.5cqw 10cqw 6cqw;
}
.popup-content .popup-title {
  font-weight: 600;
  font-size: 7cqw;
  color: #0090ff;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.popup-form1 {
  display: flex;
  flex-direction: column;
  gap: 3cqw;
  margin-top: 6cqw;
  padding-bottom: 5cqw;
  border-bottom: 0.33cqw solid #0090ff;
}
.popup-form2 {
  display: flex;
  flex-direction: column;
  gap: 6cqw;
  margin-top: 5cqw;
}
.popup-content .event-field {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.event-field label {
  flex: 1 0 0;
  opacity: 0.78;
  font-weight: 600;
  font-size: 5cqw;
}
.event-field input, .event-field select, .event-field textarea {
  font-family: 'Pretendard', sans-serif;
  width: 53.3cqw;
  font-weight: 500;
  font-size: 4cqw;
  color: #000000;
  padding: 3cqw;
  border: none;
  box-shadow: inset 0 0.5cqw 0.667cqw 0 rgba(0, 0, 0, 0.89);
  resize: none;
}
.event-field textarea {
  height: 30cqw;
}
.popup-content .label-content label{
  flex: 0 0 auto;
}
.popup-content .label-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.popup-content .content-count {
  font-size: 3cqw;
  opacity: 0.3;
  font-weight: 500;
}
.popup-content .agree {
  font-size: 5cqw;
  font-weight: 600;
  margin-top: 5.5cqw;
}
.popup-content .notice {
  opacity: 0.55;
  color: #727171;
  font-size: 3.6cqw;
  line-height: 1.31;
  letter-spacing: -0.05em;
  margin-top: 3.5cqw;
}
.popup-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16.5cqw;
  background: #0090ff;
  cursor: pointer;
}
.popup-submit button {
  font-weight: 700;
  font-size: 6cqw;
  color: #ffffff;
  border: none;
  background: transparent;
  cursor: pointer;
}
#note .bg {
  @media (width > 720px) {
    height: 22.5vw;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @media (width > 1920px) {
    height: 432px;
  }
}
#fnb {
  background: #1d1d1d;
}
.fnb-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16.8vw;
  @media (width > 720px) {
    justify-content: space-between;
    padding-left: 16.14vw;
    padding-right: 14.32vw;
    height: 4.6vw;
  }
  @media (width > 1920px) {
    padding-left: 310px;
    padding-right: 275px;
    height: 90px;
  }
}
.fnb .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  @media (width > 720px) {
    gap: 0.9cqw;
  }
}
.fnb .links a {
  font-size: 3.75vw;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  @media (width > 720px) {
    font-size: 1.04cqw;
  }
}
.fnb .links span {
  font-size: 3.75vw;
  color: #ffffff;
  opacity: 0.1;
  @media (width > 720px) {
    font-size: 1.04cqw;
  }
}
.fnb .social-icons {
  display: none;
  a {
    height: 100%;
  }
  @media (width > 720px) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.03vw;
    gap: 1.09vw;
    img {
      width: auto;
      height: 100%;
      object-fit: contain;
    }
  }
  @media (width > 1920px) {
    height: 39px;
    gap: 21px;
  }
}


/* Admin Login */
.admin-login {
  min-height: 100vh;
  font-size: 16px;
  color: #0f172a;
  background: radial-gradient(circle at top, #eef2ff 0%, #e2e8f0 45%, #cbd5f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
}

.login-shell {
  width: 100%;
  display: flex;
  justify-content: center;
}

.login-card {
  width: min(420px, 100%);
  background: #ffffff;
  border-radius: 22px;
  padding: 36px 32px 32px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.login-badge {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.12);
  padding: 6px 12px;
  border-radius: 999px;
}

.login-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

.login-subtitle {
  margin: 0;
  font-size: 14px;
  color: #64748b;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field-label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.field-input {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.field-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #475569;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #2563eb;
}

.login-link {
  text-decoration: none;
  color: #2563eb;
  font-weight: 600;
}

.login-link:hover {
  text-decoration: underline;
}

.login-button {
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.login-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
}

.login-footnote {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  text-align: center;
}

.login-error {
  margin: 0;
  font-size: 13px;
  color: #dc2626;
  min-height: 18px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.login-error.is-visible {
  opacity: 1;
}

/* Custom Select */
#menu {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: right 1.5cqw center;
  background-size: 3cqw auto;
  padding-right: 6cqw;
}

#menu::-ms-expand {
  display: none;
}

.agree label {
  display: flex;
  align-items: center;
  gap: 2.5cqw;
}

/* Custom Checkbox */
.agree input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 5.3cqw;
  height: 5.3cqw;
  background: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0.5cqw 0.667cqw 0 rgba(0, 0, 0, 0.82);
  position: relative;
}

.agree input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 3.6cqw;
  height: 3.6cqw;
  margin-top: 0.4cqw;
  background: #0090ff;
}

.notice.is-hidden {
  display: none;
}

/* Admin Page */
.admin-page {
  min-height: 100vh;
  font-size: 16px;
  color: #0f172a;
  background: #f8fafc;
}

.admin-shell {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}

.admin-logout {
  border: none;
  background: #0f172a;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.admin-title {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 700;
}

.admin-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.admin-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.admin-count {
  font-size: 14px;
  color: #475569;
}

.admin-refresh {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 600;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  background: #f1f5f9;
  color: #1e293b;
  font-weight: 700;
  position: sticky;
  top: 0;
  z-index: 1;
}

.admin-empty {
  text-align: center;
  color: #94a3b8;
  padding: 30px 12px;
}

.admin-content {
  max-width: 320px;
  white-space: pre-wrap;
  word-break: break-word;
  color: #334155;
}

.admin-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 44px;
  height: 24px;
}

.admin-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.admin-slider {
  position: absolute;
  inset: 0;
  background: #e2e8f0;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.admin-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
}

.admin-switch input:checked + .admin-slider {
  background: #2563eb;
}

.admin-switch input:checked + .admin-slider::before {
  transform: translateX(20px);
}

.admin-delete-btn {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #b91c1c;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.admin-delete-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.admin-pagination {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.admin-pagination-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-pagination-jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.admin-page-input {
  width: 90px;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  color: #334155;
}

.admin-page-total {
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}

.admin-page-go {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #334155;
}

.admin-filters {
  margin-top: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-filter-label {
  min-width: 64px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.admin-filter-select,
.admin-filter-input,
.admin-filter-date {
  border: 1px solid #d7e0ea;
  border-radius: 10px;
  background: #ffffff;
  padding: 8px 10px;
  font-size: 14px;
  color: #1e293b;
}

.admin-filter-select {
  min-width: 140px;
}

.admin-filter-input {
  min-width: 220px;
  flex: 1;
}

.admin-filter-button {
  border: 1px solid #1d4ed8;
  background: #2563eb;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 700;
}

.admin-filter-dash {
  color: #64748b;
  font-weight: 600;
}

.admin-filter-note {
  margin: 2px 0 0;
  font-size: 13px;
  color: #64748b;
}

.admin-download-button {
  width: 100%;
  border: 1px solid #0f172a;
  background: #0f172a;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 700;
}

.admin-page-btn {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #334155;
}

.admin-page-btn.is-active {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.admin-page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.admin-error {
  margin: 16px 0 0;
  color: #dc2626;
  font-size: 14px;
  text-align: center;
}

.admin-stats {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-stat-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  padding: 16px 18px;
  background: #f8fafc;
}

.admin-stat-row--primary span {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
}

.admin-stat-row--primary strong {
  font-size: 36px;
  line-height: 1;
  color: #0f172a;
}

.admin-stats-title {
  margin: 6px 2px 2px;
  font-size: 16px;
  font-weight: 700;
  color: #334155;
}

.admin-click-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-click-grid li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  font-size: 14px;
  color: #334155;
}

.admin-click-grid strong {
  font-size: 15px;
  color: #0f172a;
}

@media (max-width: 720px) {
  .admin-stat-row--primary span {
    font-size: 16px;
  }

  .admin-stat-row--primary strong {
    font-size: 30px;
  }

  .admin-click-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-pagination {
    justify-content: center;
  }

  .admin-pagination-jump {
    width: 100%;
    justify-content: center;
  }

  .admin-filter-select,
  .admin-filter-input,
  .admin-filter-date {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }

  .admin-filter-button {
    width: 100%;
  }
}