	button {border:none;}
        :root {
            --bg-base: #F2F4F6;
            --surface: #FFFFFF;
            --primary: #2563EB;
            --primary2: #ff610b;
            --primary3: #1cc827;
            --primary-soft: #E8EFFF;
            --accent: #FF6A3D;
            --accent2: #FF3E04;
            --text-main: #191F28;
            --text-sub: #4E5968;
            --text-light: #8B95A1;
            --border: rgba(0, 0, 0, 0.06);
            --radius-xl: 26px;
            --radius-lg: 20px;
            --shadow-lux: 0 12px 40px rgba(0, 0, 0, 0.06);
            --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }


.flex {display:flex; flex-wrap:wrap;}
.flex-center {align-items:center;}


@font-face {
    font-family: 'YPairing';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-4@1.1/YPairingFont.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'YPairing';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-4@1.1/YPairingFont-Bd.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}


        * {
            margin: 0; padding: 0; box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
            font-family: 'Pretendard', sans-serif;
        }

.cursor, .hand {cursor:pointer;}

        body {
            background-color: var(--bg-base);
            color: var(--text-main);
            overflow-x: hidden;
            word-break: keep-all;
        }

        /* --- Desktop Responsive --- */
        .app-container {
            width: 100%;
            margin: 0 auto;
            min-height: 100vh;
            position: relative;
            transition: var(--transition);
        }

        .app-container > section {margin-left:auto; margin-right:auto; width:96%; max-width:1800px;}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;216

}

        /* --- Smart Header --- */
        header {
            position: fixed; top: 0; z-index: 1000; width:100%;
            padding: 27px;
            display: flex; justify-content: space-between; align-items: center;
            transition: var(--transition);
        }

        header.main-header--scrolled {
            padding: 14px 20px;
            background: rgba(255, 255, 255, 0.9);
            border-bottom: 1px solid var(--border);
        }





        .logo {
            display: flex; align-items: center; gap: 6px; cursor: pointer;
        }

		.logo img {width:270px; height:auto;}
		.footer .logo img {width:220px; height:auto;}

			header{justify-content: space-between;}

        @media (max-width: 1023px) {
		.logo img {width:175px; }
		.footer .logo img {width:170px; height:auto;}
  }

        .header-right { flex:1; display: flex; gap: 15px; align-items: center; justify-content: right; padding-right:100px; }
      header button {background:none; border:none;}

        /* PC Nav */
        .pc-nav { display: none; gap:24px 60px; }
        .pc-nav > div {display:flex; flex-wrap:wrap; gap:24px 60px; }

        .pc-nav a { text-decoration: none; color: var(--text-sub); font-weight: 600; font-size: 16px; transition: 0.3s; }
 header.main-header--scrolled         .pc-nav a {color:#000}
        .pc-nav a:hover { }
        header  svg {color:#fff; width:40px; height:40px;}
        header.main-header--scrolled  svg {color:#111; }

        .btn-auth {
            font-size: 14px; font-weight: 700; color: var(--primary);
            padding: 10px 20px; border-radius: 12px; background: var(--primary-soft);
        }


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


@font-face {
    font-family: 'SchoolSafetyPuzzleBlack';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimPuzzleTTF-Black.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}



    

        /* --- Section Header --- */
        section { padding:15px 20px; }


		section.list-section {
		padding-top:clamp(0px, 6.5vw, 70px);  	padding-right:240px;
		padding-bottom:clamp(40px, 6.5vw, 70px);  padding-left:50px;
		}




.shuttle-calendar-wrap,
       .page-container { position:relative;
	   border-radius:30px 30px 30px 30px;
		width:calc(100% - 260px);
		margin-bottom:40px;
		background:#fff;
		margin-left:20px;
		margin-top:25px;
		padding-inline:clamp(25px, 6.5vw, 40px); 
	   	padding-top:clamp(30px, 6.5vw, 60px); 
		padding-bottom:clamp(40px, 6.5vw, 60px); 
       box-shadow:-2px -1px 10px rgba(0,0,0,0.1);
	   }

.main-featured-section {padding-inline:0;}


@media (max-width: 1200px) {
.shuttle-calendar-wrap,
			.page-container  {
		width:calc(100% - 40px);
		padding-right:20px;  
		}
section.under-wrap,
		section.list-section {
		width:100%; box-sizing:Border-box;

		padding-inline:20px; overflow:hidden;
		}
		section.list-section {padding-top:20px;}
		.section-header {margin-bottom:0 !important;}




}










/* ==========================================================
   HERO — 높이 700px 고정 / 슬라이드별 배경 독립
   ========================================================== */

.hero {
  position: relative; width:100% !important; box-sizing:border-box;
  overflow: hidden; 
  height: clamp(370px, 65vw, 800px);
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 1; overflow:hidden; width:100%;
}

.hero-slide {
  width:100%;
box-sizing:border-box;
  position: absolute;
  inset: 0; 
  box-sizing:border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s ease;
  display: flex;
  align-items: center;      
  justify-content: center;
}
.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.slide-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 40px;
  width: 100%;
}

.hero-slide h2 {
  font-size: clamp(30px, 5vw, 74px);
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom:  clamp(6px, 5vw, 16px);
  font-family: 'SchoolSafetyPuzzleBlack', sans-serif;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ── p ── */
.hero-slide p {
  font-size: clamp(16px, 2vw, 23px);
  color: #fff;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s 0.15s ease, transform 0.6s 0.15s ease;
}

.trust-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top:clamp(10px, 2.5vw, 30px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s 0.3s ease, transform 0.6s 0.3s ease;
}
.trust-badges::-webkit-scrollbar { display: none; }

/* active 슬라이드 내부 요소 등장 */
.hero-slide.active h2,
.hero-slide.active p,
.hero-slide.active .trust-badges {
  opacity: 1;
  transform: translateY(0);
}

/* ── badge ── */
.badge {
  flex-shrink: 0;
  background: var(--surface, rgba(255,255,255,0.12));
  padding: 10px 18px;
  border-radius: 99px;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 600;
  box-shadow: var(--shadow-lux, 0 4px 20px rgba(0,0,0,0.25));
  display: flex;
  align-items: center;
  gap: 11px;
  backdrop-filter: blur(8px);
}

/* ── 화살표 (원본 유지) ── */
.hero .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  z-index: 10;
  transition: opacity 0.25s;
}
.hero .arrow:hover { opacity: 1; }
.hero .arrow.left  { left: 2%; }
.hero .arrow.right { right:calc(2% + 220px) }
.hero .arrow svg {
  color: #fff;
  width:  clamp(26px, 7.5vw, 65px);
  height: clamp(26px, 7.5vw, 65px);
}

/* ── 인디케이터 dots ── */
.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}
.dot.active {
  background: #fff;
  transform: scale(1.3);
}

/* ── hero-label (원본 유지) ── */
.hero-label {
  position: absolute !important;
  display: block;
  bottom: -70px;
  z-index: 2 !important;
  left: 30%;
  margin-left: 900px;
  transform: translateY(30%);
  text-align: center;
  width: fit-content;
  white-space: nowrap;
  font-size: 250px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -11px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.15);
  font-family: "Bebas Neue", sans-serif;
  mix-blend-mode: plus-lighter;
}
.hero-label .ch {
  display: inline-block;
  color: rgba(255,255,255,0.4);
  transition: color 0.4s linear;
  will-change: color;
}

/* ==========================================================
   슬라이드별 배경 이미지
   ========================================================== */
.slide01 .slide-bg {
  background-image: url('/img/inbg003.gif');
  background-position: top -450px right;
}
.slide02 .slide-bg {
  background-image: url('/img/inbg004.gif');
  background-position:top -450px  center;
}
.slide03 .slide-bg {
  background-image: url('/img/inbg005.gif');
  background-position:top -400px  center;
}
.slide04 .slide-bg {
  background-image: url('/img/inbg007.gif');
  background-position:top -430px center;
}

/* ── 반응형 ── */
@media (max-width: 1024px) {
  .hero-label {
    font-size: 180px;
    margin-left: 0;
    left: auto;
    right: -40px;
    letter-spacing: -7px;
  }
.hero .arrow.right {
  right: 2%;
}


}
@media (max-width: 768px) {
  .slide-bg        { background-attachment: scroll; }
  .slide-content   { padding: 0 44px; }
  .trust-badges    { gap: 8px; }
  .badge           { padding: 6px 11px; }
  .hero-label {
    font-size: 120px;
    right: -20px;
    letter-spacing: -5px;
  }

.slide-bg {
  background-position: center center !important;
}

}
@media (max-width: 480px) {
  .slide-content { padding:0 30px; box-sizing:border-box; width:100%;}
  .trust-badges  { gap: 6px; }
  .hero-label    { font-size: 72px; letter-spacing: -3px; }



}


/*
.hero-label{
  position: absolute !important;
  display:block;
  bottom: -70px; z-index:2 !important;
  left: 30%;
  margin-left:900px;
  transform: translateY(30%);
  text-align: center;
  width: fit-content;
  white-space: nowrap;
  font-size:250px;
  font-weight: 900;
  line-height:1;
  letter-spacing: -11px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.15);
  font-family: "Bebas Neue", sans-serif;
 	mix-blend-mode: plus-lighter;
	 
}

.hero-label .ch{
  display: inline-block;
  color: rgba(255,255,255,0.4);
  transition: color 0.4s linear;
  will-change: color;
}
*/



        .section-header {
            display: flex; justify-content: space-between; align-items: center;
            margin-bottom:20px 
        }
        .section-header h2 { font-size: clamp(21px, 2.5vw, 30px);  font-family: 'TMoneyDungunbaram'; letter-spacing:-2px;
  font-weight: 800; }
        .section-header a { font-size: clamp(14px, 2.5vw,17px); color: var(--text-light); text-decoration: none; font-weight: 600; }

        /* --- Concert Grid: Responsive Grid --- */
        .concert-grid {
            display: grid; 
            grid-template-columns: repeat(2, 1fr); /* 모바일 기본 2열 */
            gap: clamp(15px, 2.5vw, 32px);
        }

        @media (max-width: 1023px) {

		/* 메인 홈 featured 영역만 모바일에서 4개까지 표시 (shuttle/list 전체 목록에는 적용 안 함) */
		#mainFeaturedTwo.concert-grid .card:nth-child(5),
		#mainFeaturedTwo.concert-grid .card:nth-child(6),
		#mainFeaturedTwo.concert-grid .card:nth-child(7),
		#mainFeaturedTwo.concert-grid .card:nth-child(8){display:none}
		.hero {padding: 160px 0px 130px 0px; box-sizing:Border-box;
					background-position:top -140px left -300px !important;
					background-size:auto 800px !important
			}

			.hero-label{
			  bottom: -30px !important; 
			  font-size:120px !important;
			  letter-spacing: -4px !important;
			}

}


@media (max-width: 650px) {
 .hero {padding-block:80px;}
}
       



            .hero { text-align: center;}


        /* PC에서 4열로 확장 */
        @media (min-width: 1024px) {
            .concert-grid { grid-template-columns: repeat(5, 1fr); }
            .pc-nav { display: flex; }
            .pc-nav a { color:#fff; }
				.scrolled  .pc-nav a { color:#1a1a1a; }
			.scrolled  button svg {color:#1a1a1a !important; }

            .trust-badges { justify-content: center; }
        }

        .card {
            background: var(--surface); border-radius: var(--radius-lg);
            overflow: hidden; /* box-shadow: var(--shadow-lux); */
            position: relative; transition: var(--transition);
            cursor: pointer;
        }

        .card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

        .card-img {
            width: 100%; aspect-ratio: 1/0.7; background: #eee;
            position: relative; overflow: hidden;
        }
        .card-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
        .card:hover .card-img img { transform: scale(1.1); }
        
        .status-tag {
            position: absolute; top: clamp(12px, 5.5vw, 20px);  left: clamp(12px, 2.5vw, 20px);
            background: var(--accent); color: white; padding: 5px 15px; line-height:1.4;
            border-radius: clamp(8px, 2.5vw, 20px);font-size:clamp(12px, 2.5vw, 14px); font-weight: 800; z-index: 2;
        }

        .status-tag.status-tag--festival {background: var(--primary);}





    .card-content{ padding:clamp(16px, 2.5vw, 25px); position:relative;  flex:1; }
#shuttleListPageContainer   .card-content{background:#f6f6f6;}


        .card-content .city { font-size: clamp(13px, 2.5vw, 15px); color: var(--accent); font-weight: 600; padding-bottom:5x; margin-bottom: 4px; }
        .card-content .title { font-size: clamp(17px, 2.5vw, 20px); min-height:60px;
		font-weight: 700; margin-bottom: 6px; line-height: 1.3; }


.shuttle-list-view-wrap .card-content .title  {padding-right:30px;}
        .card-content .date { font-size: clamp(13px, 2.5vw, 16px);   color: var(--text-light); margin-bottom: clamp(15px, 2.5vw, 26px);  }
        .card-content .price { font-size: 18px; font-weight: 900; }
		.card-content .price span {
		  font-size: 14px;
		  color: var(--text-light);
		  font-weight: 400;
		  margin-left: 2px;
		}
        /* --- Action Cards (2 Column in Desktop) --- */





        .action-card {
            background: var(--surface);  border-radius: var(--radius-lg);
            display: flex; justify-content: space-between; align-items: center;
            transition: var(--transition);
			padding-left:clamp(26px, 2.5vw, 45px);
			padding-right:clamp(26px, 2.5vw, 45px);
			padding-top:clamp(36px, 5.5vw, 53px);
			padding-bottom:clamp(36px, 5.5vw, 53px);
			position:relative; 
        }

        .action-card h3 {font-size:clamp(18px, 2.5vw, 23px); line-height:1.3;}
        .action-card p{font-size:clamp(14px, 2.5vw, 17px); line-height:1.3; padding-top:10px; opacity:0.7;}

        .action-group .action-card:nth-child(1) {background-color:#E7ECF9; color:#45516C;}
        .action-group .action-card:nth-child(1) p.circle-icon  {background: #8B9FCA}


        .action-group .action-card:nth-child(2)  {background-color:#FFEEE1; color:#FF6C00}
        .action-group .action-card:nth-child(2) p.circle-icon  {background: #FFB14C}

        .circle-icon { position:absolute; top:34px; right:40px; padding-top:0 !important;
            width:clamp(48px, 6.5vw, 85px); height:clamp(48px, 6.5vw, 85px); border-radius: 50%;
            background:#fff; display: flex; align-items: center; justify-content: center;
            color: var(--primary); transition: 0.3s;  opacity:1 !important;
        }
        .circle-icon svg {color:#fff; width:clamp(18px, 6.5vw, 55px); height:clamp(18px, 6.5vw, 55px); }



        /* --- Floating Bottom Nav --- */
        .bottom-nav { right:-1%;
            position: fixed; bottom:30%;  justify-content: center; flex-direction:column;
          display: flex; gap: 10px; z-index: 1000; width:230px;
/*             box-shadow: 0 20px 40px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.5); */
/*   backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.4) 100%
  ); */

        }





        .btn-full { width:100%;
            font-size:clamp(14px, 2.5vw, 17px); font-weight: 800; display: flex; align-items: center; /* justify-content: center; */
  padding-left:clamp(15px, 2.5vw, 20px);
  padding-right:clamp(15px, 2.5vw, 20px);
  padding-top:clamp(10px, 2.5vw, 20px);
  padding-bottom:clamp(10px, 2.5vw, 20px);
  border-radius: 16px; line-height:1.5;
  text-decoration: none;
  z-index: 2;
  position: relative;
        }


        .btn-full img {width:30px; vertical-align:middle; margin-right:5px;}
        .btn-main { background:#20A85B; color: white; }
        .btn-sub { background: var(--accent); color: white; }
        .btn-main3 {background:#fddc3f; color:#3a2929; }
        .btn-main2  { background:#4380F6; color: white; }






        @media (max-width: 1200px) {
        .bottom-nav { right:auto; padding:20px 30px;
            position: fixed; bottom:0px;   gap:4px;
      width:100%;
   backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.4) 100%
  );
  border:none;
        }
        .btn-full img {width:20px; }
  .btn-full { justify-content: center;  width:auto; flex:1; }
  .btn-full:hover {
  transform: scale(1.05);
}
		}




        @media (max-width: 650px) {
			.bottom-nav {display:flex; gap:5px;flex-wrap:wrap; flex-direction:row;}
			.bottom-nav button { flex:0 0 calc(50% - 5px) !important; font-size:14px; letter-spacing:-0.6px;}
			.bottom-nav button span {display:none;}
.card {display: flex;
    flex-wrap: wrap;
    flex-direction: column;}


		}

        @media (max-width: 500px) {



		}
        /* --- Bottom Sheet --- */
      /* --- Bottom Sheet (Menu) --- */
        .overlay {
            position: fixed; inset: 0; background: rgba(0,0,0,0.5);
            opacity: 0; visibility: hidden; transition: 0.3s; z-index: 100;
        }
        .bottom-sheet {
            position: fixed; bottom: -100%; left: 50%; transform: translateX(-50%);
            width: 100%; max-width: 430px; background: white;
            border-radius: var(--radius-xl) var(--radius-xl) 0 0;
            padding: 30px 20px; transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            z-index: 1200;
        }
        .sheet-active .overlay { opacity: 1; visibility: visible; }
         .bottom-sheet.active { bottom: 0; }

        .sheet-handle {
            width: 40px; height: 4px; background: #E5E8EB; border-radius: 2px;
            margin: 0 auto 20px;
        }

        .menu-item {
            display: flex; align-items: center; gap: 15px; padding: 16px 0;
            border-bottom: 1px solid var(--border); font-size: 16px; font-weight: 600;
        }

        .menu-item a {text-decoration:none; color: #1a1a1a;}


        /* --- Interaction Effects --- */
        .ripple { position: relative; overflow: hidden; }
        
        /* 3D Glossy Graphic */
        .glossy-circle {
            position: absolute; top: -20px; right: -20px;
            width: 120px; height: 120px;
            background: radial-gradient(circle at 30% 30%, #60A5FA, #2563EB);
            border-radius: 50%; filter: blur(40px); opacity: 0.3; pointer-events: none;
        }

    

        /* 3D Glossy Element */
        .glossy-circle {
            position: absolute; top: -50px; right: -50px;
            width: 200px; height: 200px;
            background: radial-gradient(circle at 30% 30%, #60A5FA, #2563EB);
            border-radius: 50%; filter: blur(60px); opacity: 0.15; pointer-events: none;
            animation: move 10s infinite alternate;
        }
        @keyframes move {
            from { transform: translate(0, 0); }
            to { transform: translate(-30px, 30px); }
        }

        /* --- Scroll Animation Classes --- */
.reveal-item { opacity: 1; transform: translateY(10px); transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-item.active { opacity: 1; transform: translateY(0); }



@font-face {
    font-family: 'TMoneyDungunbaram';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindRegular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TMoneyDungunbaram';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}



.under-wrap {display:flex; flex-wrap:wrap; gap: clamp(20px, 2.5vw, 32px); background:#fff; 
width:100% !important; max-width:100% !important; padding:80px 3%;  padding-right:250px;}

.action-group h3 {    font-family: 'TMoneyDungunbaram'; font-weight:800; letter-spacing:-1px;}


.action-group {width:500px; display:flex; flex-wrap:wrap; gap: clamp(10px, 2.5vw, 22px); flex-direction:column;}


.parallax-banner  {flex:1; padding:0px !important;}



@media (max-width: 1023px) {
		section.under-wrap{ padding-top:40px; padding-bottom:40px;
		padding-right:20px; 
		}

}

  /* --- Banner: Parallax Effect --- */
        section.parallax-banner  {padding-top: 0px !important; }
        .parallax-banner  article{color: white; border-radius: var(--radius-lg); text-align: center; overflow: hidden; position: relative;
		background:Rgba(255,255,255,0.2); padding:clamp(30px, 7.5vw, 73px);  background:#666;

        }

@media (max-width: 1023px) {
}

        .parallax-banner h2 {font-family: 'SchoolSafetyPuzzleBlack' ; font-size: clamp(18px, 2.5vw, 40px); font-weight: 800; margin-bottom:clamp(11px, 3vw, 20px); z-index: 2; position: relative;}
             .parallax-banner p{font-size: clamp(14px, 2.5vw, 20px); color: rgba(255,255,255,0.6); margin-bottom:clamp(20px, 3vw, 30px); }		
		
		.parallax-banner .btn-white {
            background: white; color: var(--text-main);
			padding-left:clamp(30px, 2.5vw, 40px);
			padding-right:clamp(30px, 2.5vw, 40px);
			padding-top:clamp(10px, 2.5vw, 18px);
			padding-bottom:clamp(10px, 2.5vw, 18px);
		font-size: clamp(14px, 3vw, 16px);
            border-radius: 16px; font-weight: 800; text-decoration: none; display: inline-block;
            transition: 0.3s; z-index: 2; position: relative;
        }
        .parallax-banner .btn-white:hover { transform: scale(1.05); }
        .parallax-banner div {position:relative; z-index:2;}

		.parallax-banner video {
			  opacity: 1;
			  z-index: 1;
			  opacity: 0.6;
			  position: absolute;
			  top: 0;
			  left: 0;
			  z-index: 1;
			  width: 100%;
			  height: 100%;
			  object-fit: cover;
			}







.footer {background:#1a1a1a; padding:60px 40px  60px 40px;  max-width:100% !important; color:#fff; width:100% !important;}
.footer .width_area {display:flex; flex-wrap:wrap;justify-content: space-between;  align-items: flex-end; margin-left: auto;
  margin-right: auto;
  width: 96%;
  max-width: 1800px;}
.footer .logo {padding-bottom:30px;}
.footer .logo P { letter-spacing:1px; font-family: 'inter', sans-serif; font-size:13px; opacity:0.8; font-weight:600;text-transform:uppercase; line-height:1.3; color:#fff;}
.footer .logo {  font-family: "Nunito", sans-serif;  font-weight:900; font-size:30px; line-height:1.5; letter-spacing:-1.4px;}
.footer .logo  span {color:var(--color)}

.footer .fnb {display:flex; flex-wrap:wrap; gap:0px 26px; padding-bottom:30px; }
.footer .fnb { font-weight:700; line-height:1.5;}
.footer .fnb li {cursor:pointer; list-style:none;}
.footer .fnb .line {border-bottom:2px solid #fff;}
.footer .fnb svg {width:19px; height:19px; display:inline-block; padding-left:6px;}
.footer .foot-info {display:flex; flex-wrap:wrap; gap:6px 20px; font-size:15px; line-height:1.2;opacity:0.6;}


.footer .copryright-area {opacity:0.3; padding-top:30px; font-size:13px;}
.footer  .footer__sns {display:flex; flex-wrap:wrap; gap:10px;  padding-bottom:20px; margin-top:20px}
.footer  .footer__sns div {cursor:pointer; width:48px; height:48px; border: 1px solid rgba(255,255,255,.15); display:flex;
  border-radius: 4px; justify-content: center;
  align-items: center;}
.footer  .footer__sns {color:#fff;}

.footer .intxt-sec {width:800px;}


@media (max-width: 768px) {
.footer {padding:60px 20px  140px 20px; !important}



}


/* sub_header_inner */

	.sub_header_inner { text-align:Center; padding-bottom:clamp(40px, 5.5vw, 90px);  word-break:keep-all; padding-inline:25px;
	padding-top:clamp(40px, 5.5vw, 80px);  background-size:cover; background-position:center center; color:#fff;
	background-repeat:no-repeat; background-image:url('/img/inbg09.gif'); }
/* 	.sub_header_inner.inbg01{background-image:url('/img/inbg09.gif'); }
	.sub_header_inner.inbg02{background-color:rgba(20,20,20,0.5);  background-blend-mode: multiply; background-image:url('/img/inbg02.gif'); background-position:top -350px center }
	.sub_header_inner.inbg03{background-color:rgba(20,20,20,0.5);  background-blend-mode: multiply; background-image:url('/img/inbg05.gif');  background-position:bottom  center }
 */
	.sub_header_inner h2{ font-size:clamp(27px, 2.5vw, 50px); padding-top:30px; letter-spacing:-2px;
	font-family: 'TMoneyDungunbaram';}
	.sub_header_inner p{ font-size:clamp(16px, 2.5vw, 20px); opacity:0.8;}



@media (max-width: 768px) {
	.sub_header_inner.inbg02{background-position:center center }



}


/* 리스트 */
.shuttle-button a{width:100%; text-align:center;  text-decoration:none; font-weight:700; 
font-size:clamp(17px, 2.5vw, 20px);
display:block; line-height:1.5; padding-block:clamp(10px, 2.5vw, 20px); background: color-mix(in srgb, var(--accent) 15%, white 85%);
color:var(--accent); transition:0.4s all; }

.shuttle-button a:hover {background:var(--accent); color:#fff;}



.shuttle-filter-tabs { 
  display: flex; align-items: flex-end;
  position:absolute; top:-79px;  left:50%;
  transform:translateX(-50% );  max-width:100%;
  gap: 4px; padding-bottom:20px;

}


@media (max-width: 1024px) {

.shuttle-filter-tabs { 
top:-49px;  
}
}


.filter-tab2 {
  padding: 10px 24px;
  border-radius: 10px 10px 0 0;
  border: 1.5px solid var(--color-border-secondary);
  border-bottom: none;
  background: var(--color-background-secondary);
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.15s;
  position: relative;
  bottom: 0;
}

.filter-tab2:hover:not(.active) {
  background: var(--color-background-primary);
  color: #E8621A;
  border-color: #E8621A;
}

.filter-tab2.active {
  background: #E8621A;
  border-color: #E8621A;
  color: #fff;
  font-weight: 500;
  padding-bottom: 12px; /* 살짝 더 높아 보이는 효과 */
}
.shuttle-list-area2 /* 또는 탭 바로 아래 div */ {
  border-top: 1.5px solid #E8621A;
}



  .reservation-section  {overflow:hidden; }
@media (max-width: 896px) {

  .reservation-section table {
    display: block;
    overflow-x: auto;
	width:calc(100% - 20px);
    -webkit-overflow-scrolling: touch;
    min-width: 700px; 
  }

  .reservation-section table::before {
    content: "← 좌우로 스크롤하여 확인하세요 →";
    display: block;
    font-size: 14px;
    color: #888;
    padding: 6px 3px;
    margin-bottom: 8px;
  }
}
/* ===== shuttle-list-view-wrap2 ===== */

.shuttle-list-view-wrap2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
}

/* 달력 버튼 */
.shuttle-list-view-wrap2 .btn-calendar-mode {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 20px;
  background: #FFF3ED;
  border: none;
  border-radius: 14px;
  color: #E85C0D;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  letter-spacing: -0.4px;
}

.shuttle-list-view-wrap2 .btn-calendar-mode:hover {
  background: #FFE8D9;
}

.shuttle-list-view-wrap2 .btn-calendar-mode[aria-pressed="true"] {
  background: #E85C0D;
  color: #fff;
}

.shuttle-list-view-wrap2 .btn-calendar-mode:active {
  transform: scale(0.97);
}

.shuttle-list-view-wrap2 .btn-calendar-mode svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* 검색 영역 */
.shuttle-list-view-wrap2 .shuttle-search-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  background: #F7F8FA;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.shuttle-list-view-wrap2 .shuttle-search-wrap:focus-within {
  background: #fff;
  border-color: #E85C0D;
}

.shuttle-list-view-wrap2 .shuttle-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  outline: none;
  min-width: 0;
  letter-spacing: -0.4px;
}

.shuttle-list-view-wrap2 .shuttle-search-input::placeholder {
  color: #C5C8CE;
  font-weight: 400;
}

.shuttle-list-view-wrap2 .shuttle-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px 8px 7px 0;
  width: 42px;
  height: 42px;
  border: none;
  background: #E85C0D;
  border-radius: 11px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}



.shuttle-list-view-wrap2 .shuttle-search-btn:hover {
  background: #D45209;
}



.shuttle-list-view-wrap2 .shuttle-search-btn:active {
  transform: scale(0.95);
}
.shuttle-list-view-wrap2 .btn-calendar-mode {
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.shuttle-list-view-wrap2 .shuttle-search-wrap {
  height: 56px;
}

.shuttle-list-view-wrap2 .btn-calendar-mode {
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.shuttle-list-view-wrap2 .shuttle-search-wrap {
  height: 56px;
}


/* 반응형 */
@media (max-width: 796px) {
  .shuttle-list-view-wrap2 {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border-radius: 16px;
  }

  .shuttle-list-view-wrap2 .btn-calendar-mode {
    justify-content: center;
    padding: 15px;
    font-size: 16px;
    border-radius: 12px;
  }

  .shuttle-list-view-wrap2 .shuttle-search-wrap {
    border-radius: 12px;
  }

  .shuttle-list-view-wrap2 .shuttle-search-input {
    font-size: 16px;
    padding: 14px 16px;
  }

  .shuttle-list-view-wrap2 .shuttle-search-btn {
    border-radius: 9px;
  }
}





/***********마이페이지 스타일 수정*****************/
.tab-content h3 {font-family: 'TMoneyDungunbaram'; letter-spacing:-1px;}

a.mypage_top_btn,
button.mypage_top_btn {cursor:pointer;  font-size:clamp(16px, 2.5vw, 18px);
width:105px; text-decoration:none; text-align:center;
padding:9px 10px;color:var(--accent); border:2px solid var(--accent); background:#fff;
border-radius:8px;font-weight:800;}


.commylist {margin:0; padding:0; display:flex; flex-wrap:wrap; flex-direction:column; gap:10px; list-style:none}
.checkticket-card,
.commylist > li {
  padding-block: clamp(10px, 2.5vw, 30px);
  padding-inline: clamp(10px, 2.5vw, 30px);
  width: 100%;
  border-radius: 0 10px 10px 0;
  border:1px solid #ddd;
  border-left:3px solid var(--accent);
}

.commylist  > li h4 {font-size:700;  font-size:clamp(18px, 2.5vw, 22px); line-height:1.5; padding-bottom:15px;}
.commylist  > li h4:before {content:''; border-radius:50%; display:inline-block; vertical-align:top; width:5px; 
height:5px;background:var(--accent); margin-right:5px;}

.commylist  ul.innerlist {
list-style:none;padding:0px 10px;;margin:0 0 12px;
font-size:13px;color:#4e5968;line-height:1.65;
}
.commylist  ul.innerlist  > li {border-bottom:1px solid #f2f4f6; font-size:clamp(15px, 2.5vw, 17px);; color:#777;
padding:9px 0;display:flex;gap:10px;flex-wrap: nowrap; word-break:break-all}
.commylist  ul.innerlist  > li span.tit_list{min-width:82px;color:#111;font-weight:500;}

.detail_btn {display:flex; flex-wrap:wrap;gap:5px; 10px; padding-top:10px; justify-content: right;}
.detail_btn button {border-radius:10px; width:clamp(60px, 2.5vw, 85px); 
font-size:clamp(13px, 2.5vw, 16px);  font-weight:700; height:clamp(30px, 2.5vw, 40px); !important; align-items:center;
background:#ddd; color:#666; padding:0px 20px; display:flex;  justify-content: center;}
.detail_btn button.ok {color:#fff;  background:#666;}

.detail_btn.wide button {width:clamp(130px, 2.5vw, 220px) ;  }

@media (max-width: 600px) {

.detail_btn.wide button{width:fit-content !important; padding-inline:10px;}
}


.sns-review-list { display: flex; flex-wrap:wrap; overflow:hidden; gap: 16px; }
.sns-card { width:calc(33% - 16px);
    background: #fff; border-radius: 12px; justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.06);
    padding: 25px 2%; display: flex; flex-direction: column; gap: 10px;
}



/* 달력: PC=행사명 링크, 모바일=가로 바 */
#shuttleCalendar .shuttle-calendar-dots {
  display: none;
}
.shuttle-calendar-legend--mobile {
  display: none;
}

@media (max-width: 650px) {
.sns-card { width:100%;  padding-inline:20px;}

.shuttle-calendar-wrap {
  overflow: visible;
}

.shuttle-calendar-grid {
  overflow: visible !important;
  padding-bottom: 0;
}

.shuttle-calendar-grid::before {
  display: none;
}

.shuttle-calendar-days,
.shuttle-calendar-weekdays {
  min-width: 0;
  width: 100%;
}

.shuttle-calendar-grid .shuttle-calendar-day-num {
  font-size: 12px;
  margin-bottom: 2px !important;
}

.shuttle-calendar-cell--has-events {
  text-align: left;
}

#shuttleCalendar .shuttle-calendar-day-events {
  display: none !important;
}

#shuttleCalendar .shuttle-calendar-dots {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 3px;
  min-height: 0;
  width: 100%;
}

.shuttle-calendar-legend--desktop {
  display: none !important;
}

.shuttle-calendar-legend--mobile {
  display: block !important;
}

.shuttle-calendar-legend-bar {
  display: inline-block;
  width: 28px;
  height: 10px;
  border-radius: 3px;
  background: #d12b2b;
  vertical-align: middle;
  margin-right: 2px;
}

.shuttle-calendar-cell,
.shuttle-calendar-cell--empty {
  min-height: 56px !important;
  padding: 4px 3px !important;
}

.shuttle-calendar-event-dot {
  display: block;
  width: 100%;
  height: auto;
  min-height: 16px;
  padding: 1px 2px;
  border: none;
  border-radius: 3px;
  background: #d12b2b;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-tap-highlight-color: transparent;
}

.shuttle-calendar-event-dot--past {
  background: #aaa;
  color: #fff;
}

.shuttle-calendar-event-dot:focus-visible {
  outline: 2px solid #e56b00;
  outline-offset: 2px;
}

.shuttle-calendar-event-modal-content {
  max-width: 360px;
  padding: 1.5rem;
}

.shuttle-cal-modal-body {
  margin: 1rem 0 1.25rem;
  line-height: 1.6;
  color: #333;
}

.shuttle-cal-modal-date {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
}

.shuttle-cal-modal-route {
  font-size: 14px;
  margin: 0;
  color: #555;
}

.btn-shuttle-cal-detail {
  display: block;
  width: 100%;
  padding: 13px;
  text-align: center;
  background: #e56b00;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-shuttle-cal-detail:hover,
.btn-shuttle-cal-detail:focus {
  background: #c95e00;
  color: #fff !important;
}

.shuttle-calendar-event-link {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
font-size:12px; line-height:1.3;
}

}


.reservation-list-paging {align-items:center}
.reservation-list-paging button{ background:none !important; font-size:clamp(16px, 2.5vw, 22px)}
.reservation-list-paging button svg{vertical-align:middle; opacity:0.7; width:clamp(16px, 2.5vw, 22px); height:clamp(16px, 2.5vw, 22px);}


.popup-desc {display:none}