@charset "UTF-8";
/* ================================
   기본 브레이크포인트 (Base Breakpoints)
   ================================ */
.front-page {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.front-page .hero-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  height: 100vh;
  max-height: 900px;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .front-page .hero-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .hero-section {
    padding: 0 20px;
  }
}
.front-page .hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.front-page .hero-section .hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .hero-section .hero-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.front-page .hero-section .container {
  position: relative;
  z-index: 1;
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.front-page .hero-section .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.front-page .hero-section .hero-title {
  margin-bottom: clamp(22px, calc(0.3125vw + 1.125rem), 24px);
  font-weight: 700;
  font-size: clamp(42px, calc(0.9375vw + 1.875rem), 48px);
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .front-page .hero-section .hero-title {
    margin-bottom: clamp(20px, calc(0.3921568627vw + 1.0615196078rem), 22px);
    font-size: clamp(38px, calc(0.7843137255vw + 1.9980392157rem), 42px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .hero-section .hero-title {
    margin-bottom: clamp(18px, calc(0.4464285714vw + 1.0357142857rem), 20px);
    font-size: clamp(32px, calc(1.3392857143vw + 1.7321428571rem), 38px);
  }
}
.front-page .hero-section .hero-subtitle {
  margin-bottom: clamp(74px, calc(2.1875vw + 2.875rem), 88px);
  font-size: clamp(22px, calc(0.3125vw + 1.125rem), 24px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .front-page .hero-section .hero-subtitle {
    margin-bottom: clamp(60px, calc(2.7450980392vw + 2.4306372549rem), 74px);
    font-size: clamp(20px, calc(0.3921568627vw + 1.0615196078rem), 22px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .hero-section .hero-subtitle {
    margin-bottom: clamp(50px, calc(2.2321428571vw + 2.6785714286rem), 60px);
    font-size: clamp(18px, calc(0.4464285714vw + 1.0357142857rem), 20px);
  }
}
.front-page .hero-section .hero-cta {
  display: flex;
  gap: clamp(30px, calc(0.9375vw + 1.125rem), 36px);
}
@media screen and (max-width: 1279px) {
  .front-page .hero-section .hero-cta {
    gap: clamp(24px, calc(1.1764705882vw + 0.9345588235rem), 30px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .hero-section .hero-cta {
    gap: clamp(20px, calc(0.8928571429vw + 1.0714285714rem), 24px);
  }
}
.front-page .marquee-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: clamp(40px, calc(0.625vw + 2rem), 44px) 0;
  background: #fff;
  position: relative;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 1279px) {
  .front-page .marquee-wrapper {
    padding: clamp(36px, calc(0.7843137255vw + 1.8730392157rem), 40px) 0;
  }
}
@media screen and (max-width: 768px) {
  .front-page .marquee-wrapper {
    padding: clamp(30px, calc(1.3392857143vw + 1.6071428571rem), 36px) 0;
  }
}
.front-page .marquee-logo {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
  will-change: transform;
  flex-shrink: 0;
  pointer-events: none;
}
.front-page .marquee-logo img {
  flex-shrink: 0;
  width: auto;
  height: clamp(28px, calc(0.625vw + 1.25rem), 32px);
  margin: 0 clamp(40px, calc(0.625vw + 2rem), 44px);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .front-page .marquee-logo img {
    height: clamp(30px, calc(0.7843137255vw + 1.4980392157rem), 34px);
    margin: 0 clamp(50px, calc(1.9607843137vw + 2.1825980392rem), 60px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .marquee-logo img {
    height: clamp(28px, calc(0.4464285714vw + 1.6607142857rem), 30px);
    margin: 0 clamp(40px, calc(2.2321428571vw + 2.0535714286rem), 50px);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.front-page .events-info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, calc(3.125vw + 2.5rem), 100px) 40px;
  background: linear-gradient(180deg, #FFF 0%, #F0F0F0 100%);
}
@media screen and (max-width: 1279px) {
  .front-page .events-info-section {
    padding: clamp(60px, calc(3.9215686275vw + 1.8651960784rem), 80px) 30px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .events-info-section {
    padding: clamp(40px, calc(4.4642857143vw + 1.6071428571rem), 60px) 20px;
  }
}
.front-page .events-info-section .container {
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.front-page .events-info-section .events-info-title {
  margin-bottom: clamp(80px, calc(3.125vw + 2.5rem), 100px);
  font-weight: 700;
  font-size: clamp(42px, calc(0.9375vw + 1.875rem), 48px);
  color: #000;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .front-page .events-info-section .events-info-title {
    margin-bottom: clamp(60px, calc(3.9215686275vw + 1.8651960784rem), 80px);
    font-size: clamp(36px, calc(1.1764705882vw + 1.6845588235rem), 42px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .events-info-section .events-info-title {
    margin-bottom: clamp(50px, calc(2.2321428571vw + 2.6785714286rem), 60px);
    font-size: clamp(30px, calc(1.3392857143vw + 1.6071428571rem), 36px);
  }
}
.front-page .events-info-section .events-info-title strong {
  color: #ffb300;
}
.front-page .events-info-section .events-info-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .front-page .events-info-section .events-info-board {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(36px, calc(1.1764705882vw + 1.6845588235rem), 42px);
  }
}
@media screen and (max-width: 480px) {
  .front-page .events-info-section .events-info-board {
    gap: clamp(20px, calc(3.5714285714vw + 0.5357142857rem), 36px);
  }
}
.front-page .events-info-section .events-info-board-item {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, calc(0.3125vw + 0.75rem), 18px);
}
@media screen and (max-width: 1279px) {
  .front-page .events-info-section .events-info-board-item {
    gap: clamp(14px, calc(0.3921568627vw + 0.6865196078rem), 16px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .events-info-section .events-info-board-item {
    gap: clamp(12px, calc(0.4464285714vw + 0.6607142857rem), 14px);
  }
}
.front-page .events-info-section .events-info-board-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .events-info-section .events-info-board-item-image > img {
  width: 100%;
}
.front-page .events-info-section .events-info-board-item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 clamp(8px, calc(0.15625vw + 0.375rem), 9px);
}
@media screen and (max-width: 1279px) {
  .front-page .events-info-section .events-info-board-item-text {
    padding: 0 clamp(7px, calc(0.1960784314vw + 0.3432598039rem), 8px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .events-info-section .events-info-board-item-text {
    padding: 0 clamp(6px, calc(0.2232142857vw + 0.3303571429rem), 7px);
  }
}
.front-page .events-info-section .events-info-board-item-title {
  font-weight: 700;
  font-size: clamp(18px, calc(0.15625vw + 1rem), 19px);
  color: #000;
  line-height: 1.4em;
}
@media screen and (max-width: 1279px) {
  .front-page .events-info-section .events-info-board-item-title {
    font-size: clamp(17px, calc(0.1960784314vw + 0.9682598039rem), 18px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .events-info-section .events-info-board-item-title {
    font-size: clamp(16px, calc(0.2232142857vw + 0.9553571429rem), 17px);
  }
}
.front-page .events-info-section .events-info-board-item-subtitle {
  font-size: 16px;
  color: #333;
  line-height: 1.4em;
}
@media screen and (max-width: 1279px) {
  .front-page .events-info-section .events-info-board-item-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .events-info-section .events-info-board-item-subtitle {
    font-size: 14px;
  }
}
.front-page .exchange-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, calc(3.125vw + 2.5rem), 100px) 40px;
}
@media screen and (max-width: 1279px) {
  .front-page .exchange-section {
    padding: clamp(60px, calc(3.9215686275vw + 1.8651960784rem), 80px) 30px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section {
    padding: clamp(40px, calc(4.4642857143vw + 1.6071428571rem), 60px) 20px;
  }
}
.front-page .exchange-section .container {
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.front-page .exchange-section .exchange-title {
  margin-bottom: clamp(80px, calc(3.125vw + 2.5rem), 100px);
  font-weight: 700;
  font-size: clamp(42px, calc(0.9375vw + 1.875rem), 48px);
  color: #000;
  text-align: center;
  word-break: keep-all;
}
.front-page .exchange-section .exchange-title strong {
  color: #ffb300;
}
@media screen and (max-width: 1279px) {
  .front-page .exchange-section .exchange-title {
    margin-bottom: clamp(60px, calc(3.9215686275vw + 1.8651960784rem), 80px);
    font-size: clamp(36px, calc(1.1764705882vw + 1.6845588235rem), 42px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-title {
    margin-bottom: clamp(50px, calc(2.2321428571vw + 2.6785714286rem), 60px);
    font-size: clamp(30px, calc(1.3392857143vw + 1.6071428571rem), 36px);
  }
}
.front-page .exchange-section .exchange-board {
  overflow: hidden;
  width: 100%;
}
.front-page .exchange-section .exchange-swiper {
  width: 100%;
  overflow: visible;
}
.front-page .exchange-section .exchange-swiper .swiper-wrapper {
  display: flex;
}
.front-page .exchange-section .exchange-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.front-page .exchange-section .exchange-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 100%;
}
.front-page .exchange-section .exchange-item .exchange-item-link {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: inherit;
}
.front-page .exchange-section .exchange-item .exchange-item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-item .exchange-item-header {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.front-page .exchange-section .exchange-item .exchange-item-header .exchange-item-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-item .exchange-item-header .exchange-item-icon {
    width: 28px;
    height: 28px;
  }
}
.front-page .exchange-section .exchange-item .exchange-item-header .exchange-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.front-page .exchange-section .exchange-item .exchange-item-header .exchange-item-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-item .exchange-item-header .exchange-item-name {
    font-size: 16px;
  }
}
.front-page .exchange-section .exchange-item .exchange-item-refund {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 10px;
  background: #f0f8ff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-item .exchange-item-refund {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 0;
    padding: 8px;
  }
}
.front-page .exchange-section .exchange-item .exchange-item-refund .refund-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-item .exchange-item-refund .refund-label {
    font-size: 13px;
  }
}
.front-page .exchange-section .exchange-item .exchange-item-refund .refund-amount {
  font-size: 14px;
  font-weight: 700;
  color: #0066cc;
}
.front-page .exchange-section .exchange-item .exchange-item-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.front-page .exchange-section .exchange-item .exchange-item-rate:last-of-type {
  border-bottom: none;
}
.front-page .exchange-section .exchange-item .exchange-item-rate .rate-label {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-item .exchange-item-rate .rate-label {
    font-size: 13px;
  }
}
.front-page .exchange-section .exchange-item .exchange-item-rate .rate-value {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .front-page .exchange-section .exchange-item .exchange-item-rate .rate-value {
    font-size: 14px;
  }
}
.front-page .exchange-section .exchange-item .exchange-item-badges {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.front-page .exchange-section .exchange-item .exchange-item-badges .exchange-item-badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}
.front-page .exchange-section .exchange-item .exchange-item-badges .exchange-item-badge.badge-1 {
  background: #ff6b6b;
  color: #fff;
}
.front-page .exchange-section .exchange-item .exchange-item-badges .exchange-item-badge.badge-2 {
  background: #4ecdc4;
  color: #fff;
}
.front-page .event-news-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(80px, calc(3.125vw + 2.5rem), 100px) 40px;
  background: #fff;
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section {
    padding: clamp(60px, calc(3.9215686275vw + 1.8651960784rem), 80px) 30px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section {
    padding: clamp(40px, calc(4.4642857143vw + 1.6071428571rem), 60px) 20px;
  }
}
.front-page .event-news-section .container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.front-page .event-news-section .event-news-title {
  margin-bottom: clamp(80px, calc(3.125vw + 2.5rem), 100px);
  font-weight: 700;
  font-size: clamp(42px, calc(0.9375vw + 1.875rem), 48px);
  color: #000;
  text-align: center;
  word-break: keep-all;
}
.front-page .event-news-section .event-news-title strong {
  color: #ffb300;
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section .event-news-title {
    margin-bottom: clamp(60px, calc(3.9215686275vw + 1.8651960784rem), 80px);
    font-size: clamp(36px, calc(1.1764705882vw + 1.6845588235rem), 42px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .event-news-title {
    margin-bottom: clamp(50px, calc(2.2321428571vw + 2.6785714286rem), 60px);
    font-size: clamp(30px, calc(1.3392857143vw + 1.6071428571rem), 36px);
  }
}
.front-page .event-news-section .event-news-board {
  width: 100%;
}
.front-page .event-news-section .board-table-wrapper {
  margin-bottom: clamp(70px, calc(1.5625vw + 3.125rem), 80px);
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section .board-table-wrapper {
    margin-bottom: clamp(60px, calc(1.9607843137vw + 2.8075980392rem), 70px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .board-table-wrapper {
    margin-bottom: clamp(50px, calc(2.2321428571vw + 2.6785714286rem), 60px);
  }
}
.front-page .event-news-section .board-table {
  width: 100%;
  border-collapse: collapse;
}
.front-page .event-news-section .board-table thead tr th {
  padding: clamp(18px, calc(0.3125vw + 0.875rem), 20px) clamp(34px, calc(0.9375vw + 1.375rem), 40px);
  border-bottom: 1px solid #D9D9D9;
  font-weight: 600;
  font-size: clamp(18px, calc(0.3125vw + 0.875rem), 20px);
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section .board-table thead tr th {
    padding: clamp(16px, calc(0.3921568627vw + 0.8115196078rem), 18px) clamp(24px, calc(1.9607843137vw + 0.5575980392rem), 34px);
    font-size: clamp(16px, calc(0.3921568627vw + 0.8115196078rem), 18px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .board-table thead tr th {
    padding: clamp(14px, calc(0.4464285714vw + 0.7857142857rem), 16px) clamp(20px, calc(0.8928571429vw + 1.0714285714rem), 24px);
    font-size: clamp(14px, calc(0.4464285714vw + 0.7857142857rem), 16px);
  }
}
.front-page .event-news-section .board-table thead tr th.col-no {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .board-table thead tr th.col-no {
    width: 15%;
  }
}
.front-page .event-news-section .board-table thead tr th.col-title {
  width: 75%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .board-table thead tr th.col-title {
    width: 65%;
  }
}
.front-page .event-news-section .board-table thead tr th.col-date {
  width: 12%;
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .board-table thead tr th.col-date {
    width: 15%;
  }
}
.front-page .event-news-section .board-table tbody tr td {
  padding: clamp(24px, calc(0.9375vw + 0.75rem), 30px) clamp(34px, calc(0.9375vw + 1.375rem), 40px);
  border-bottom: 1px solid #D9D9D9;
  font-size: clamp(18px, calc(0.3125vw + 0.875rem), 20px);
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section .board-table tbody tr td {
    padding: clamp(14px, calc(0.3921568627vw + 0.6865196078rem), 16px) clamp(14px, calc(0.3921568627vw + 0.6865196078rem), 16px);
    font-size: clamp(14px, calc(0.1960784314vw + 0.7807598039rem), 15px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .board-table tbody tr td {
    padding: clamp(12px, calc(0.4464285714vw + 0.6607142857rem), 14px) clamp(12px, calc(0.4464285714vw + 0.6607142857rem), 14px);
    font-size: clamp(13px, calc(0.2232142857vw + 0.7678571429rem), 14px);
  }
}
.front-page .event-news-section .board-table tbody tr td.col-no {
  font-weight: 600;
  color: #999;
}
.front-page .event-news-section .board-table tbody tr td.col-title {
  text-align: left;
}
.front-page .event-news-section .board-table tbody tr td.col-title a {
  display: block;
  overflow: hidden;
  color: #333;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.front-page .event-news-section .board-table tbody tr td.col-date {
  color: #666;
}
.front-page .event-news-section .board-table tbody tr td.no-posts {
  padding: clamp(40px, 3.125vw, 60px) clamp(20px, 1.5625vw, 30px);
  text-align: center;
  color: #999;
  font-size: clamp(15px, calc(0.15625vw + 0.8125rem), 16px);
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section .board-table tbody tr td.no-posts {
    padding: clamp(30px, calc(1.9607843137vw + 0.9325980392rem), 40px) clamp(16px, calc(0.7843137255vw + 0.6230392157rem), 20px);
    font-size: clamp(14px, calc(0.1960784314vw + 0.7807598039rem), 15px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .board-table tbody tr td.no-posts {
    padding: clamp(24px, calc(1.3392857143vw + 1.2321428571rem), 30px) clamp(14px, calc(0.4464285714vw + 0.7857142857rem), 16px);
    font-size: clamp(13px, calc(0.2232142857vw + 0.7678571429rem), 14px);
  }
}
.front-page .event-news-section .view-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, calc(0.3125vw + 0.375rem), 12px);
  width: clamp(170px, calc(3.125vw + 8.125rem), 190px);
  height: clamp(50px, calc(1.09375vw + 2.25rem), 57px);
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  color: #111;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section .view-all-btn {
    width: clamp(150px, calc(3.9215686275vw + 7.4901960784rem), 170px);
    height: clamp(46px, calc(1.3725490196vw + 2.2153186275rem), 53px);
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .view-all-btn {
    width: clamp(130px, calc(4.4642857143vw + 7.2321428571rem), 150px);
    height: clamp(42px, calc(1.5625vw + 2.3125rem), 49px);
    font-size: 16px;
  }
}
.front-page .event-news-section .view-all-btn > img {
  width: 15px;
}
@media screen and (max-width: 1279px) {
  .front-page .event-news-section .view-all-btn > img {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .event-news-section .view-all-btn > img {
    width: 13px;
  }
}