@font-face {
    font-family:Pretendard;
    src:local('Pretendard'),local('Pretendard Variable');
    font-display:swap
}

* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    color:#203844;
    font-family:Pretendard,'Noto Sans KR',system-ui,sans-serif;
    background:#fff;
    font-size:15px;
    line-height:1.68;
    overflow-x:hidden
}
a {
    text-decoration:none;
    color:inherit
}
button,select,input {
    font-family:inherit
}
caption {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0)
}

.site-header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:50;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(8px);
    border-bottom:1px solid rgba(255,255,255,.25);
    transition:.25s
}
.site-header.is-scrolled,.site-header.is-open {
    background:rgba(255,255,255,.94);
    box-shadow:0 12px 35px rgba(14,52,74,.08);
    border-bottom-color:rgba(0,0,0,.06)
}
.header-inner {
    max-width:1280px;
    margin:auto;
    height:74px;
    padding:0 30px;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.logo {
    display:flex;
    align-items:center
}
.logo img {
    height:46px;
    width:auto;
    display:block
}
.gnb {
    display:flex;
    align-items:center;
    gap:22px;
    font-size:14px;
    font-weight:700;
    color:#1c3340
}
.gnb a {
    position:relative;
    cursor:pointer;
    white-space:nowrap
}
.gnb a:after {
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:-7px;
    height:2px;
    background:#1082c0;
    transition:.22s
}
.gnb a:hover:after {
    right:0
}
.nav-reserve {
    background:#0b78b8;
    color:#fff!important;
    padding:10px 16px;
    border-radius:999px;
    box-shadow:0 8px 18px rgba(11,120,184,.22)
}
.nav-reserve:after {
    display:none
}
.nav-toggle {
    display:none;
    background:0;
    border:0;
    width:44px;
    height:44px;
    border-radius:12px;
    cursor:pointer
}
.nav-toggle span {
    display:block;
    height:2px;
    background:#203844;
    margin:7px 5px;
    transition:.2s
}
.nav-toggle.is-active span:nth-child(1) {
    transform:translateY(9px) rotate(45deg)
}
.nav-toggle.is-active span:nth-child(2) {
    opacity:0
}
.nav-toggle.is-active span:nth-child(3) {
    transform:translateY(-9px) rotate(-45deg)
}

.hero {
    height:640px;
    position:relative;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:#123
}
.hero:after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(9,30,43,.16),rgba(9,30,43,.38));
    z-index:1
}
.hero-slider,.hero-slide {
    position:absolute;
    inset:0
}
.hero-slide {
    opacity:0;
    background-position:center;
    background-size:cover;
    transform:scale(1.04);
    transition:opacity 1s ease,transform 7s ease
}
.hero-slide.is-active {
    opacity:1;
    transform:scale(1)
}
.hero-slide-1 {
    background-image:url('/images/hero-boat.jpg')
}
.hero-slide-2 {
    background-image:linear-gradient(rgba(6,40,60,.15),rgba(6,40,60,.32)),url('https://ekajayakorea.com/images/main_visual01.jpg')
}
.hero-slide-3 {
    background-image:linear-gradient(rgba(6,40,60,.15),rgba(6,40,60,.32)),url('https://ekajayakorea.com/images/main_visual02.jpg')
}
.hero-content {
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
    text-shadow:0 5px 22px rgba(0,0,0,.45);
    padding:0 22px
}
.hero h1 {
    font-size:58px;
    letter-spacing:-2.4px;
    margin:0 0 14px;
    font-weight:900
}
.hero p:last-child {
    font-size:19px;
    margin:0
}
.eyebrow {
    letter-spacing:5px;
    font-weight:900;
    margin:0 0 10px;
    font-size:13px
}
.section {
    padding:40px 24px
}
.section-title {
    text-align:center;
    margin-bottom:34px
}
.section-title span {
    font-size:12px;
    letter-spacing:2px;
    color:#667;
    display:inline-block;
    border-left:2px solid #334;
    border-right:2px solid #334;
    padding:0 18px
}
.section-title h2 {
    margin:10px 0 0;
    font-size:25px;
    font-weight:800;
    color:#07588c
}
.ticket-card,.table-card,.notice-box {
    max-width:1200px;
    margin:auto;
    background:rgba(255,255,255,.96);
    border:1px solid #e4edf2;
    border-radius:22px;
    box-shadow:0 18px 55px rgba(20,80,115,.1);
    padding:24px
}
.ticket-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #edf2f5;
    margin-bottom:18px;
    padding-bottom:14px
}
.ticket-head h3 {
    margin:0;
    color:#0877bd;
    font-size:25px
}
.ticket-head strong {
    color:#777
}
.ticket-head em {
    color:#e44343;
    font-style:normal
}
.form-grid {
    display:grid;
    gap:14px;
    background:#fbfdfe;
    border:1px solid #edf2f5;
    border-radius:16px;
    padding:17px;
    margin-bottom:12px
}
.route-grid {
    grid-template-columns:repeat(4,1fr)
}
.people-grid {
    grid-template-columns:repeat(4,1fr);
    align-items:end
}
label {
    font-weight:800;
    color:#2f3a42
}
select {
    width:100%;
    height:43px;
    border:1px solid #dbe5eb;
    border-radius:11px;
    background:#fff;
    padding:0 12px;
    margin-top:6px;
    color:#555
}
.help {
    margin:0;
    color:#e34e4e;
    font-size:13px
}
.button-row {
    text-align:center;
    margin-top:20px
}
.button-row button {
    border:0;
    background:#0076bd;
    color:#fff;
    border-radius:13px;
    min-width:164px;
    height:50px;
    margin:4px 5px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 9px 20px rgba(0,118,189,.22);
    transition:.2s
}
.button-row button:hover {
    transform:translateY(-2px);
    filter:brightness(1.06)
}
.news-wrap {
    padding-top:52px
}
.two-col {
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px
}
.blue-card {
    background:linear-gradient(145deg,#4fb2e0,#2f96cc);
    color:#fff;
    border-radius:22px;
    padding:30px;
    box-shadow:0 16px 38px rgba(24,116,170,.18)
}
.blue-card h3 {
    margin:0 0 14px;
    text-align:center;
    font-size:20px
}
.blue-card ul {
    margin:0 0 18px;
    padding-left:18px
}
.blue-card a {
    display:block;
    width:max-content;
    margin:auto;
    background:rgba(0,92,150,.65);
    padding:8px 18px;
    border-radius:999px;
    font-weight:900;
    font-size:13px
}
.text-card h3 {
    text-align:left
}
.text-card p {
    margin:8px 0
}
.tint {
    background:linear-gradient(180deg,#e5f4fb,#d8edf8)
}
.scroll-table {
    overflow:auto
}
.table-card table {
    border-collapse:separate;
    border-spacing:0;
    width:100%;
    min-width:640px;
    background:#fff;
    overflow:hidden;
    border-radius:16px
}
.table-card th {
    background:#3aa4d7;
    color:#fff
}
.table-card th,.table-card td {
    border-right:1px solid #e7eef2;
    border-bottom:1px solid #e7eef2;
    padding:13px;
    text-align:center
}
.table-card td:first-child {
    font-weight:900;
    color:#0b6fa9
}
.notice-box {
    background:#e9f6fc;
    color:#334;
    max-width:1200px
}
.map-section {
    position:relative;
    background:#f8b932;
    padding-top:16px
}
.map-tabs {
    display:flex;
    gap:6px;
    justify-content:center;
    flex-wrap:wrap;
    padding:0 12px
}
.map-tabs button {
    border:0;
    background:#fff;
    border-radius:10px 10px 0 0;
    padding:11px 18px;
    color:#8a6500;
    font-weight:800;
    cursor:pointer
}
.map-canvas-wrap {
    height:330px;
    background:#e9eff4;
    overflow:hidden
}
.map-canvas-wrap #map-canvas {
    width:100%;
    height:100%
}

.footer {
    background:#213746;
    color:#d8e3e8;
    padding:52px 24px 0;
    font-size:14px
}
.footer-inner {
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.3fr 1fr 1.2fr;
    gap:36px
}
.footer strong {
    display:block;
    color:#fff;
    margin-bottom:12px;
    font-size:16px
}
.footer-brand img {
    height:42px;
    background:#fff;
    border-radius:12px;
    padding:7px;
    margin-bottom:14px
}
.footer p {
    margin:4px 0;
    color:#bdd0da
}
.footer-menu {
    display:flex;
    flex-direction:column;
    gap:8px
}
.footer-menu a {
    color:#d8e3e8;
    cursor:pointer
}
.footer-menu a:hover {
    color:#fff
}
.footer-bottom {
    margin-top:38px;
    border-top:1px solid rgba(255,255,255,.12);
    padding:18px 0;
    text-align:center
}
.top-btn {
    position:fixed;
    right:24px;
    bottom:24px;
    width:56px;
    height:56px;
    border:0;
    border-radius:50%;
    background:rgba(201,64,64,.78);
    color:#fff;
    font-weight:900;
    font-size:13px;
    letter-spacing:.02em;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    transition:.25s;
    cursor:pointer;
    z-index:120;
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px)
}
.top-btn:hover {
    background:rgba(201,64,64,.92);
    transform:translateY(0) scale(1.04)
}
.top-btn.is-visible {
    opacity:1;
    visibility:visible;
    transform:translateY(0)
}

@media(max-width:980px) {
    .header-inner {
        height:66px;
        padding:0 18px
    }
    .logo img {
        height:39px
    }
    .nav-toggle {
        display:block
    }
    .gnb {
        position:absolute;
        top:66px;
        left:12px;
        right:12px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        background:#fff;
        border-radius:20px;
        box-shadow:0 18px 45px rgba(0,0,0,.14);
        overflow:hidden;
        padding:8px;
        color:#203844
    }
    .site-header.is-open .gnb,.gnb.is-open {
        display:flex
    }
    .gnb a {
        padding:15px 18px;
        border-bottom:1px solid #eef3f6
    }
    .gnb a:after {
        display:none
    }
    .nav-reserve {
        border-radius:14px;
        text-align:center;
        margin-top:8px
    }
    .hero {
        height:540px
    }
    .hero h1 {
        font-size:38px
    }
    .hero p:last-child {
        font-size:16px
    }
    .section {
        padding:62px 18px
    }
    .route-grid,.people-grid,.two-col,.footer-inner {
        grid-template-columns:1fr
    }
    .ticket-head {
        align-items:flex-start;
        gap:10px;
        flex-direction:column
    }
    .ticket-head h3 {
        font-size:21px
    }
    .button-row button {
        width:100%;
        margin:5px 0
    }
    .blue-card {
        padding:24px
    }
    .footer {
        padding-top:42px
    }
    .top-btn {
        right:16px;
        bottom:16px;
        width:48px;
        height:48px;
        font-size:12px
    }
}

@media(max-width:540px) {
    body {
        font-size:14px
    }
    .hero {
        height:430px
    }
    .hero h1 {
        font-size:30px
    }
    .eyebrow {
        font-size:11px;
        letter-spacing:2px
    }
    .section-title h2 {
        font-size:21px
    }
    .ticket-card,.table-card,.notice-box {
        padding:15px;
        border-radius:17px
    }
    .form-grid {
        padding:13px
    }
    .map-tabs button {
        font-size:12px;
        padding:8px 10px
    }
    .map-canvas-wrap {
        height:250px
    }
    .footer-brand img {
        height:36px
    }
}

/* 2026 refined update */

.brand-gradient {
    display:inline!important;
    border:0!important;
    padding:0!important;
    letter-spacing:-.5px!important;
    background:linear-gradient(90deg,#e6392e,#ff8a1f);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent!important;
    font-weight:900
}

.hero-slide-1 {
    background-image:linear-gradient(rgba(6,40,60,.14),rgba(6,40,60,.36)),url('https://ekajayakorea.com/images/v_001.jpg')!important
}
.hero-slide-2 {
    background-image:linear-gradient(rgba(6,40,60,.14),rgba(6,40,60,.36)),url('https://ekajayakorea.com/images/v_002.jpg')!important
}
.hero-slide-3 {
    background-image:linear-gradient(rgba(6,40,60,.14),rgba(6,40,60,.36)),url('https://ekajayakorea.com/images/v_003.jpg')!important
}
.hero-content {
    max-width:1200px
}
.hero-content.is-changing {
    animation:heroText .55s ease
}
.hero-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:28px;
    height:54px;
    padding:0 30px;
    border-radius:999px;
    background:linear-gradient(90deg,#e44532,#ff8a22);
    color:#fff;
    font-weight:900;
    box-shadow:0 14px 35px rgba(214,68,45,.32);
    text-shadow:none;
    transition:.22s
}
.hero-btn:hover {
    transform:translateY(-3px);
    box-shadow:0 18px 45px rgba(214,68,45,.42)
}
@keyframes heroText {
    from {
        opacity:.25;
        transform:translateY(12px)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}

.about-section {
    background:linear-gradient(180deg,#e5f4fb,#f7fbfd)
}
.about-grid {
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.25fr .75fr;
    gap:22px
}
.about-card {
    position:relative;
    background:#fff;
    border:1px solid rgba(32,92,130,.12);
    border-radius:24px;
    padding:34px;
    box-shadow:0 18px 55px rgba(20,80,115,.10);
    overflow:hidden
}
.about-card:before {
    content:"";
    position:absolute;
    right:-70px;
    top:-70px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:linear-gradient(135deg,rgba(60,168,216,.22),rgba(245,115,36,.16))
}
.about-card h3 {
    position:relative;
    margin:0 0 18px;
    font-size:24px;
    color:#07588c
}
.about-card p {
    position:relative;
    margin:0 0 14px;
    color:#334a56
}
.about-badge {
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-bottom:14px;
    border-radius:14px;
    background:linear-gradient(135deg,#3aa4d7,#0b78b8);
    color:#fff;
    font-weight:900
}
.about-card-korea .about-badge {
    background:linear-gradient(135deg,#e44532,#ff8a22)
}

.schedule-card {
    max-width:1200px;
    margin:auto;
    background:#fff;
    border:1px solid #e4edf2;
    border-radius:24px;
    box-shadow:0 18px 55px rgba(20,80,115,.1);
    padding:20px
}
.schedule-image-link {
    display:block;
    overflow:auto;
    border-radius:18px;
    background:#f4f8fb;
    -webkit-overflow-scrolling:touch
}
.schedule-image-link img {
    display:block;
    width:100%;
    min-width:760px;
    height:auto;
    transition:.28s
}
.schedule-image-link:hover img {
    transform:scale(1.012)
}
.schedule-actions {
    display:flex;
    gap:10px;
    justify-content:center;
    margin-top:16px;
    flex-wrap:wrap
}
.schedule-actions a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:128px;
    height:42px;
    padding:0 18px;
    border-radius:999px;
    background:#0b78b8;
    color:#fff;
    font-weight:900
}
.mobile-download {
    display:none!important
}

.info-card {
    max-width:1200px;
    margin:auto;
    background:#fff;
    border:1px solid #e4edf2;
    border-radius:24px;
    box-shadow:0 18px 55px rgba(20,80,115,.1);
    padding:30px
}
.info-card .lead {
    font-size:18px;
    font-weight:900;
    color:#e95420;
    margin:0 0 20px
}
.info-list {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px
}
.info-list article {
    background:#f5fbfe;
    border:1px solid #e2f0f6;
    border-radius:20px;
    padding:24px
}
.info-list h3 {
    margin:0 0 12px;
    color:#07588c;
    font-size:20px
}
.info-list p {
    margin:0 0 10px
}
.info-list strong {
    color:#d73d2e
}

.policy-grid {
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px
}
.policy-card {
    background:linear-gradient(145deg,#49aede,#2d95cc);
    color:#fff;
    border-radius:24px;
    padding:32px;
    box-shadow:0 16px 38px rgba(24,116,170,.18)
}
.policy-card h3 {
    margin:0 0 18px;
    text-align:center;
    font-size:22px
}
.policy-card ol {
    margin:0;
    padding-left:21px
}
.policy-card li {
    margin:0 0 12px
}
.policy-card .lead {
    background:rgba(255,255,255,.16);
    border-radius:16px;
    padding:15px;
    margin:0 0 16px;
    font-weight:800
}
.cancel-card {
    background:linear-gradient(145deg,#42a8d8,#177db5)
}

@media(max-width:980px) {
    .about-grid,.policy-grid,.info-list {
        grid-template-columns:1fr
    }
    .about-card,.policy-card,.info-card {
        padding:24px
    }
    .hero-btn {
        height:50px;
        padding:0 24px
    }
    .schedule-card {
        padding:14px
    }
    .mobile-download {
        display:inline-flex!important
    }
    .schedule-image-link img {
        width:auto;
        max-width:none;
        min-width:900px
    }
    .schedule-image-link {
        max-height:62vh
    }
    .hero-content {
        padding-top:40px
    }
}

@media(max-width:540px) {
    .about-card h3 {
        font-size:21px
    }
    .policy-card h3 {
        font-size:20px
    }
    .info-card .lead {
        font-size:16px
    }
    .schedule-image-link img {
        min-width:980px
    }
    .hero-btn {
        width:100%;
        max-width:260px
    }
    .hero h1 {
        font-size:28px;
        line-height:1.25
    }
    .hero p:last-child {
        font-size:15px
    }
}

/* requested final adjustments */

.hero-slide-4 {
    background-image:linear-gradient(rgba(6,40,60,.14),rgba(6,40,60,.36)),url('https://ekajayakorea.com/images/v_001.jpg')!important
}

.hero-slide-5 {
    background-image:linear-gradient(rgba(6,40,60,.14),rgba(6,40,60,.36)),url('https://ekajayakorea.com/images/v_002.jpg')!important
}

.reserve-title {
    display:flex;
    align-items:baseline;
    justify-content:center;
    gap:.25em;
    flex-wrap:wrap
}

.reserve-title .brand-gradient {
    font-size:1em;
    line-height:1.18
}

.ticket-head>div {
    display:flex;
    align-items:baseline;
    gap:14px;
    flex-wrap:wrap
}

.ticket-subcopy {
    margin:0;
    color:#e95420;
    font-size:15px;
    font-weight:900;
    letter-spacing:-.02em
}

.schedule-image-link {
    overflow:hidden!important;
    line-height:0
}

.schedule-image-link img {
    min-width:0!important;
    max-width:100%;
    width:100%;
    transform-origin:center center
}

.schedule-image-link:hover img {
    transform:scale(1.008)
}

.footer-inner {
    max-width:1200px;
    grid-template-columns:1fr .9fr 1.8fr
}

.footer-info span:before {
    content:' / '
}

@media(max-width:980px) {

  .schedule-image-link {
        overflow:auto!important;
        line-height:normal
    }

  .schedule-image-link img {
        width:auto!important;
        max-width:none!important;
        min-width:900px!important
    }

  .footer-inner {
        grid-template-columns:1fr
    }

  .footer-info span {
        display:block
    }
    .footer-info span:before {
        content:''
    }
}

@media(max-width:540px) {

  .ticket-head>div {
        display:block
    }
    .ticket-subcopy {
        margin-top:6px;
        font-size:14px
    }

  .schedule-image-link img {
        min-width:980px!important
    }
}

/* user requested update 2026-07-06 */

.site-header:not(.is-scrolled):not(.is-open) .gnb {
    color:#fff;
    text-shadow:0 2px 10px rgba(0,0,0,.35)
}

.site-header:not(.is-scrolled):not(.is-open) .gnb a:after {
    background:#fff
}

.site-header:not(.is-scrolled):not(.is-open) .nav-reserve {
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.5);
    box-shadow:none;
    color:#fff!important
}

.site-header.is-scrolled .gnb,.site-header.is-open .gnb {
    color:#1c3340;
    text-shadow:none
}

.hero-btn {
    font-weight:700!important;
    letter-spacing:.04em!important
}

.hero-pager {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    margin-top:18px
}

.hero-pager button {
    width:10px;
    height:10px;
    border:0;
    border-radius:999px;
    background:rgba(255,255,255,.55);
    box-shadow:0 2px 10px rgba(0,0,0,.25);
    cursor:pointer;
    transition:.25s;
    padding:0
}

.hero-pager button.is-active {
    width:34px;
    background:#fff
}

.blue-card .post-list {
    list-style:none;
    margin:0 0 20px;
    padding:0
}

.blue-card .post-list li {
    border-bottom:1px solid rgba(255,255,255,.26)
}

.blue-card .post-list li:first-child {
    border-top:1px solid rgba(255,255,255,.26)
}

.blue-card .post-list a {
    display:flex;
    width:100%;
    margin:0;
    background:transparent;
    border-radius:0;
    padding:10px 2px;
    color:#fff;
    font-weight:700;
    line-height:1.35;
    gap:12px;
    align-items:center
}

.blue-card .post-list a:hover {
    background:rgba(255,255,255,.12)
}

.post-date {
    flex:0 0 92px;
    opacity:.9;
    font-size:13px
}

.notice-list .post-date {
    flex:0 0 auto;
    min-width:44px
}
.post-title {
    flex:1;
    min-width:0
}
.post-title.reply {
    padding-left:16px;
    opacity:.92
}
.post-icon {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    margin-right:4px;
    font-style:normal
}
.post-icon.comment {
    background:rgba(255,255,255,.2);
    border-radius:50%;
    font-weight:900
}
.card-actions {
    display:flex;
    justify-content:center;
    gap:8px;
    flex-wrap:wrap
}
.blue-card .card-actions a {
    display:inline-flex;
    width:auto;
    margin:0;
    background:rgba(0,92,150,.65);
    padding:8px 18px;
    border-radius:999px;
    font-weight:900;
    font-size:13px
}
.blue-card .card-actions .write-btn {
    background:#fff;
    color:#147caf
}
.dot-info article p {
    position:relative;
    padding-left:16px
}
.dot-info article p:before {
    content:"";
    position:absolute;
    left:0;
    top:.72em;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#e95420;
    box-shadow:0 0 0 3px rgba(233,84,32,.12)
}

.reservation-modal {
    position:fixed;
    inset:0;
    z-index:100;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px
}
.reservation-modal.is-open {
    display:flex
}
.reservation-modal__backdrop {
    position:absolute;
    inset:0;
    background:rgba(5,22,34,.62);
    backdrop-filter:blur(3px)
}
.reservation-modal__panel {
    position:relative;
    width:min(720px,100%);
    max-height:86vh;
    overflow:auto;
    background:#fff;
    border-radius:24px;
    box-shadow:0 30px 90px rgba(0,0,0,.32);
    padding:30px
}
.reservation-modal__panel h3 {
    margin:0 0 22px;
    text-align:center;
    color:#07588c;
    font-size:24px
}
.reservation-modal__close {
    position:absolute;
    right:18px;
    top:14px;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:#eef5f8;
    color:#203844;
    font-size:25px;
    cursor:pointer
}
.reservation-check-list {
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:14px
}
.reservation-check-list li {
    background:#f7fbfd;
    border:1px solid #e2edf3;
    border-radius:18px;
    padding:18px
}
.reservation-check-list p {
    margin:0 0 10px
}
.check-form-row {
    display:flex;
    gap:10px;
    flex-wrap:wrap
}
.check-form-row label {
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px
}
.check-form-row input {
    width:200px;
    height:42px;
    border:1px solid #dbe5eb;
    border-radius:10px;
    padding:0 12px
}
.modal-btn-row {
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:20px;
    flex-wrap:wrap
}
.modal-btn-row button {
    height:45px;
    border:0;
    border-radius:999px;
    padding:0 22px;
    background:#0b78b8;
    color:#fff;
    font-weight:900;
    cursor:pointer
}
.modal-btn-row button:last-child {
    background:#667684
}
.modal-open {
    overflow:hidden
}
.policy-page {
    padding-top:104px;
    background:#f6fbfe
}
.policy-hero {
    background:linear-gradient(135deg,#0b78b8,#49aede);
    color:#fff;
    padding:74px 24px;
    text-align:center
}
.policy-hero h1 {
    margin:0;
    font-size:38px;
    letter-spacing:-1px
}
.policy-hero p {
    margin:8px 0 0;
    opacity:.9
}
.policy-container {
    max-width:1200px;
    margin:0 auto;
    padding:48px 24px 80px;
    display:grid;
    grid-template-columns:260px 1fr;
    gap:28px
}
.policy-nav {
    position:sticky;
    top:94px;
    align-self:start;
    background:#fff;
    border:1px solid #e3edf3;
    border-radius:20px;
    padding:18px;
    box-shadow:0 14px 40px rgba(20,80,115,.08)
}
.policy-nav strong {
    display:block;
    margin-bottom:10px;
    color:#07588c
}
.policy-nav a {
    display:block;
    padding:7px 0;
    color:#445b68;
    font-size:14px;
    border-bottom:1px solid #edf3f6
}
.policy-content {
    display:grid;
    gap:18px
}
.policy-section {
    background:#fff;
    border:1px solid #e3edf3;
    border-radius:22px;
    padding:26px;
    box-shadow:0 14px 40px rgba(20,80,115,.08)
}
.policy-section h2 {
    margin:0 0 14px;
    color:#07588c;
    font-size:21px
}
.policy-section p {
    margin:0 0 10px
}
.policy-section ul {
    margin:0 0 10px;
    padding-left:20px
}
.policy-section li {
    margin:5px 0
}
.policy-table {
    width:100%;
    border-collapse:collapse;
    margin:10px 0;
    background:#fff
}
.policy-table th,.policy-table td {
    border:1px solid #dfe9ef;
    padding:10px;
    vertical-align:top
}
.policy-table th {
    background:#eef7fb;
    color:#07588c
}
.policy-print {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:18px;
    height:42px;
    padding:0 18px;
    border-radius:999px;
    background:#fff;
    color:#0b78b8;
    font-weight:900
}
.footer-menu a[href*="policy.html"] {
    color:#fff;
    font-weight:900
}

@media(max-width:980px) {
    .site-header:not(.is-scrolled):not(.is-open) .nav-toggle span {
        background:#fff
    }
    .site-header.is-open .nav-toggle span,.site-header.is-scrolled .nav-toggle span {
        background:#203844
    }
    .site-header:not(.is-scrolled):not(.is-open) .gnb {
        color:#203844;
        text-shadow:none
    }
    .post-date {
        flex-basis:82px
    }
    .policy-container {
        grid-template-columns:1fr
    }
    .policy-nav {
        position:static
    }
    .policy-hero {
        padding-top:58px
    }
    .policy-hero h1 {
        font-size:30px
    }
}

@media(max-width:540px) {
    .blue-card .post-list a {
        gap:7px;
        font-size:13px
    }
    .post-date {
        flex:0 0 76px
    }
    .check-form-row label {
        display:block;
        width:100%
    }
    .check-form-row input {
        width:100%;
        margin-top:5px
    }
    .reservation-modal__panel {
        padding:24px 16px
    }
    .policy-container {
        padding:32px 16px 60px
    }
    .policy-section {
        padding:20px
    }
    .policy-hero h1 {
        font-size:26px
    }
}

/* footer text logo */

.footer-logo-text {
    display:inline-flex;
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
    color:#fff;
    text-decoration:none;
    line-height:1
}

.footer-logo-main {
    font-family:Arial,'Noto Sans KR',sans-serif;
    font-size:30px;
    font-weight:900;
    letter-spacing:.08em;
    color:#fff
}

.footer-logo-sub {
    display:inline-block;
    margin-top:6px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#bdd0da;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em
}

.footer-brand p {
    display:none
}

.footer-menu a[href*="agreement.html"] {
    color:#fff;
    font-weight:900
}

@media(max-width:540px) {
    .footer-logo-main {
        font-size:25px
    }
    .footer-logo-sub {
        font-size:10px
    }
}

/* policy/agreement simple layout update */

.policy-page {
    padding-top:0;
    background:#f6fbfe
}

.policy-hero {
    padding:132px 24px 76px;
    background:linear-gradient(135deg,rgba(7,88,140,.95),rgba(73,174,222,.92)),url('/images/v_001.jpg') center/cover no-repeat
}

.policy-print,.policy-nav {
    display:none!important
}

.policy-container {
    max-width:1040px;
    margin:0 auto;
    padding:48px 24px 80px;
    display:block
}

.policy-content {
    display:grid;
    gap:18px
}

.footer-logo-main {
    font-size:36px;
    letter-spacing:.1em
}

.footer-logo-sub {
    margin-top:8px;
    padding:7px 12px;
    font-size:13px;
    letter-spacing:.22em;
    background:rgba(255,255,255,.14);
    color:#fff
}

.footer-tel {
    color:inherit;
    text-decoration:none;
    font-weight:800
}

.footer-tel:hover {
    color:#fff;
    text-decoration:underline
}

@media(max-width:540px) {
    .policy-hero {
        padding:108px 18px 54px
    }
    .footer-logo-main {
        font-size:30px
    }
    .footer-logo-sub {
        font-size:12px
    }
}

/* v6: footer text logo + credit card payment modal */

.footer-logo-korean {
    gap:0
}

.footer-logo-korean .footer-logo-main {
    font-family:'Pretendard','Noto Sans KR',sans-serif;
    font-size:34px;
    font-weight:900;
    letter-spacing:-.04em;
    color:#fff;
    line-height:1.15
}

.footer-tel {
    color:#fff;
    text-decoration:underline;
    text-underline-offset:3px;
    font-weight:800
}

.cardpay-modal {
    position:fixed;
    inset:0;
    z-index:120;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px
}

.cardpay-modal.is-open {
    display:flex
}

.cardpay-modal__backdrop {
    position:absolute;
    inset:0;
    background:rgba(5,22,34,.64);
    backdrop-filter:blur(3px)
}

.cardpay-modal__panel {
    position:relative;
    width:min(760px,100%);
    max-height:88vh;
    overflow:auto;
    background:#fff;
    border-radius:24px;
    box-shadow:0 30px 90px rgba(0,0,0,.32);
    padding:30px;
    color:#263844
}

.cardpay-modal__panel h3 {
    margin:0 0 20px;
    text-align:center;
    color:#07588c;
    font-size:25px;
    font-weight:900
}

.cardpay-modal__close {
    position:absolute;
    right:18px;
    top:14px;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:#eef5f8;
    color:#203844;
    font-size:25px;
    cursor:pointer
}

.cardpay-box {
    background:#f7fbfd;
    border:1px solid #e2edf3;
    border-radius:18px;
    padding:18px;
    margin-bottom:14px
}

.cardpay-product p {
    margin:0;
    font-size:16px
}
.cardpay-product strong {
    color:#07588c
}

.cardpay-row {
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin:10px 0
}
.cardpay-row:first-child {
    margin-top:0
}
.cardpay-row:last-child {
    margin-bottom:0
}

.cardpay-row label {
    font-weight:900;
    color:#203844;
    min-width:76px
}
.cardpay-row input {
    height:42px;
    border:1px solid #dbe5eb;
    border-radius:10px;
    padding:0 12px;
    background:#fff
}
.cardpay-row input[name="Amount"],.cardpay-row input[name="CcNameOnCard"] {
    width:180px
}
.cardpay-row input[name="Amount"] {
    text-align:right
}
.cardpay-row input[name="PhoneNO1"] {
    width:220px
}
.cardpay-row input[name="UserEMail"] {
    width:320px;
    max-width:100%
}
.cardpay-row em {
    font-style:normal;
    color:#e95420;
    font-size:13px
}
.cardpay-input-wrap {
    display:flex;
    align-items:center;
    gap:5px
}
.cardpay-phone-row,.cardpay-email-row {
    align-items:center
}
.cardpay-all-agree {
    margin-top:18px;
    padding:14px 18px;
    border-radius:14px;
    background:#fff7f1;
    border:1px solid #ffd9c2;
    text-align:center
}
.cardpay-all-agree label {
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:900;
    color:#e95420
}
.cardpay-all-agree input {
    width:18px;
    height:18px
}

.cardpay-agree {
    background:#fff;
    border:1px solid #e2edf3;
    border-radius:16px;
    padding:16px 18px;
    margin-top:12px
}
.cardpay-agree .agree-title {
    margin:0 0 8px;
    font-size:15px;
    font-weight:900;
    color:#07588c
}
.cardpay-agree label {
    display:inline-flex;
    align-items:center;
    gap:7px;
    font-weight:700;
    margin-right:8px
}
.cardpay-agree a {
    display:inline-flex;
    color:#0b78b8;
    font-weight:900;
    text-decoration:underline;
    text-underline-offset:3px
}
.checkbox_agreement {
    width:17px;
    height:17px
}

.cardpay-btns {
    display:flex;
    justify-content:center;
    gap:8px;
    flex-wrap:wrap;
    margin-top:22px
}
.cardpay-btns button {
    height:46px;
    border:0;
    border-radius:999px;
    padding:0 24px;
    background:#0b78b8;
    color:#fff;
    font-weight:900;
    cursor:pointer
}
.cardpay-btns button:last-child {
    background:#667684
}

@media(max-width:540px) {
    .footer-logo-korean .footer-logo-main {
        font-size:29px
    }
    .cardpay-modal {
        padding:12px
    }
    .cardpay-modal__panel {
        padding:26px 16px;
        border-radius:20px
    }
    .cardpay-row {
        display:block
    }
    .cardpay-row label {
        display:block;
        margin:0 0 6px
    }
    .cardpay-row input,.cardpay-row input[name="Amount"],.cardpay-row input[name="CcNameOnCard"],.cardpay-row input[name="PhoneNO1"],.cardpay-row input[name="UserEMail"] {
        width:100%;
        margin-bottom:8px
    }
    .cardpay-input-wrap input {
        margin-bottom:0
    }
    .cardpay-email-row label {
        margin-top:8px
    }
    .cardpay-agree label {
        align-items:flex-start
    }
    .cardpay-btns button {
        width:100%
    }
}

/* v8: reservation result page */

.booking-page {
    background:#f6fbfe;
    color:#203844
}

.booking-hero {
    padding:132px 24px 76px;
    background:linear-gradient(135deg,rgba(7,88,140,.95),rgba(73,174,222,.9)),url('/images/v_002.jpg') center/cover no-repeat
}

.booking-container {
    max-width:1200px;
    margin:0 auto;
    padding:48px 24px 80px
}

.booking-title-row {
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:22px
}

.booking-title-row span {
    display:block;
    color:#e95420;
    font-weight:900;
    font-size:13px;
    letter-spacing:.16em
}

.booking-title-row h2 {
    margin:6px 0 0;
    font-size:32px;
    letter-spacing:-1px;
    color:#07588c
}

.booking-status {
    display:inline-flex;
    align-items:center;
    height:42px;
    padding:0 18px;
    border-radius:999px;
    background:#e95420;
    color:#fff;
    font-weight:900;
    box-shadow:0 10px 28px rgba(233,84,32,.25)
}

.booking-card {
    background:#fff;
    border:1px solid #e2edf3;
    border-radius:24px;
    padding:26px;
    box-shadow:0 16px 48px rgba(20,80,115,.09);
    margin-bottom:20px
}

.booking-card h3 {
    margin:0 0 16px;
    color:#07588c;
    font-size:21px;
    letter-spacing:-.4px
}

.route-summary {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    align-items:start;
    background:linear-gradient(180deg,#fff,#f8fcfe)
}

.route-item {
    position:relative;
    padding:18px 18px 18px 48px;
    border-radius:18px;
    background:#f4faff;
    border:1px solid #e2edf3
}

.route-item:before {
    content:"";
    position:absolute;
    left:18px;
    top:23px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#e95420;
    box-shadow:0 0 0 6px rgba(233,84,32,.12)
}

.route-item b {
    display:block;
    color:#07588c;
    font-size:15px;
    margin-bottom:5px
}
.route-item p {
    margin:0 0 5px;
    font-weight:900
}
.route-item em {
    font-style:normal;
    color:#567080;
    font-size:14px
}

.booking-actions {
    grid-column:1/-1;
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:4px
}
.booking-actions button,.booking-bottom-btns button {
    height:43px;
    border:0;
    border-radius:999px;
    padding:0 18px;
    background:#7b3f22;
    color:#fff;
    font-weight:900;
    cursor:pointer;
    transition:.2s
}
.booking-actions button:hover,.booking-bottom-btns button:hover {
    transform:translateY(-1px);
    box-shadow:0 10px 25px rgba(123,63,34,.22)
}

.booking-grid {
    display:grid;
    grid-template-columns:420px 1fr;
    gap:20px;
    align-items:start
}
.pay-summary,.customer-summary {
    height:100%
}
.price-line {
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:center;
    padding:18px;
    border-radius:18px;
    background:#f7fbfd;
    border:1px solid #e2edf3
}
.price-line strong {
    font-size:22px;
    color:#e95420
}
.small-actions {
    margin-top:16px
}
.bank-box {
    margin-top:16px;
    padding:18px;
    border-radius:16px;
    background:#fff8e8;
    border:1px solid #f3dba7;
    color:#6d4b0a
}
.bank-box strong {
    color:#8ec01c
}

.info-list {
    margin:0;
    display:grid;
    gap:9px
}
.info-list div {
    display:grid;
    grid-template-columns:120px 1fr;
    gap:10px;
    padding:11px 0;
    border-bottom:1px solid #edf3f6
}
.info-list div:last-child {
    border-bottom:0
}
.info-list dt {
    font-weight:900;
    color:#07588c
}
.info-list dd {
    margin:0;
    color:#405765;
    line-height:1.55
}

.booking-table-wrap {
    width:100%;
    overflow-x:auto;
    border-radius:18px;
    border:1px solid #dfe9ef
}
.booking-table {
    width:100%;
    border-collapse:collapse;
    min-width:720px;
    background:#fff
}
.booking-table th,.booking-table td {
    padding:13px 12px;
    border-bottom:1px solid #e6eef3;
    text-align:center;
    vertical-align:middle
}
.booking-table th {
    background:#eef7fb;
    color:#07588c;
    font-weight:900
}
.booking-table tr:last-child td {
    border-bottom:0
}
.booking-table .right {
    text-align:right
}
.booking-table .empty {
    color:#78909d
}
.total-row td {
    background:#fbfdfe;
    font-weight:900
}
.receipt-btn {
    border:0;
    border-radius:999px;
    background:#7b3f22;
    color:#fff;
    padding:7px 12px;
    margin-right:6px;
    font-weight:900;
    cursor:pointer
}

.center-actions {
    justify-content:center;
    margin-top:16px
}
.cancel-notice-card ol {
    margin:0;
    padding-left:22px
}
.cancel-notice-card li {
    margin:8px 0;
    line-height:1.65
}
.booking-bottom-btns {
    display:flex;
    justify-content:center;
    margin-top:24px
}
.booking-bottom-btns button {
    background:#667684;
    min-width:120px
}

@media(max-width:900px) {
    .booking-grid,.route-summary {
        grid-template-columns:1fr
    }
    .booking-title-row {
        align-items:flex-start;
        flex-direction:column
    }
    .booking-title-row h2 {
        font-size:28px
    }
    .booking-container {
        padding:36px 16px 64px
    }
    .booking-card {
        padding:20px;
        border-radius:20px
    }
    .info-list div {
        grid-template-columns:1fr;
        gap:3px
    }
    .booking-actions button {
        width:100%
    }
    .booking-status {
        height:38px
    }
}

@media(max-width:540px) {
    .booking-hero {
        padding:108px 18px 54px
    }
    .booking-title-row h2 {
        font-size:25px
    }
    .route-item {
        padding-left:42px
    }
    .price-line {
        display:block
    }
    .price-line strong {
        display:block;
        margin-top:6px
    }
    .receipt-btn {
        display:block;
        margin:0 auto 6px
    }
    .booking-table {
        min-width:640px
    }
}

/* v10: reservation detail width/spacing refinement */

.booking-grid {

  width:100%;

  grid-template-columns:1fr;

  gap:0;

  margin:0 0 36px 0;

}

.booking-grid .booking-card {

  width:100%;

  box-sizing:border-box;

  margin-bottom:0;

}

.booking-grid + .booking-card {

  margin-top:0;

}

@media(max-width:900px) {

  .booking-grid {
        margin-bottom:26px;

    }
}

/* v11: reservation customer detail cards */

.customer-basic-grid {

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:12px;

  margin-bottom:22px;

}

.customer-basic-item {

  padding:16px 18px;

  border:1px solid #e2edf3;

  border-radius:18px;

  background:#f7fbfd;

}

.customer-basic-item span {

  display:block;

  margin-bottom:6px;

  color:#07588c;

  font-size:13px;

  font-weight:900;

}

.customer-basic-item strong {

  display:block;

  color:#263f4b;

  font-size:16px;

  line-height:1.45;

}

.booking-detail-list {

  display:grid;

  grid-template-columns:1fr;

  gap:14px;

}

.booking-detail-item {

  padding:18px 20px;

  border:1px solid #e5edf2;

  border-radius:18px;

  background:#fbfdfe;

  transition:.2s;

}

.booking-detail-item:hover {

  border-color:#d4e6ef;

  box-shadow:0 10px 26px rgba(20,80,115,.07);

}

.booking-detail-item b {

  display:flex;

  align-items:center;

  gap:8px;

  margin-bottom:8px;

  color:#07588c;

  font-size:15px;

}

.booking-detail-item b i {

  color:#e95420;

}

.booking-detail-item p {

  margin:0 0 4px;

  color:#233f4c;

  font-size:16px;

  font-weight:800;

  line-height:1.5;

}

.booking-detail-item em,
.booking-detail-item small {

  display:block;

  color:#5c7480;

  font-style:normal;

  line-height:1.55;

}

.booking-detail-compact {

  display:grid;

  grid-template-columns:220px 1fr;

  align-items:center;

  gap:10px;

}

.booking-detail-compact b,
.booking-detail-compact p {
    margin:0;

}

@media(max-width:900px) {

  .customer-basic-grid {
        grid-template-columns:1fr;

    }

  .booking-detail-compact {
        grid-template-columns:1fr;
        gap:6px;

    }
}

/* reservation search update */

.ticket-card {
    position:relative;
    z-index:2
}
.route-grid {
    grid-template-columns:repeat(3,1fr)
}
.people-grid {
    grid-template-columns:1fr 1fr 1fr auto;
    align-items:start
}
.date-input {
    width:100%;
    height:43px;
    border:1px solid #dbe5eb;
    border-radius:11px;
    background:#fff;
    padding:0 12px;
    margin-top:6px;
    color:#555;
    font-family:inherit;
    font-weight:700
}
.select-help {
    display:block;
    margin-top:7px;
    color:#e34e4e;
    font-size:12px;
    line-height:1.35;
    font-weight:700
}
.search-button-group {
    display:flex;
    gap:8px;
    align-items:flex-start;
    padding-top:25px;
    white-space:nowrap
}
.search-button-group button {
    border:0;
    border-radius:12px;
    height:43px;
    padding:0 18px;
    background:#0076bd;
    color:#fff;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 9px 20px rgba(0,118,189,.18);
    transition:.2s
}
.search-button-group button.return {
    background:#15930e
}
.search-button-group button:hover {
    transform:translateY(-2px);
    filter:brightness(1.06)
}

.ticket-results {
    display:none;
    max-width:1280px;
    margin:28px auto 0
}
.ticket-results.is-visible {
    display:block
}
.booking-steps {
    display:flex;
    align-items:center;
    margin-bottom:28px;
    background:#e9e9e9;
    border-radius:5px;
    overflow:hidden;
    color:#777
}
.booking-steps .step {
    position:relative;
    flex:1;
    text-align:center;
    padding:14px 16px;
    font-weight:700;
    letter-spacing:.3px
}
.booking-steps .step:after {
    content:"";
    position:absolute;
    top:0;
    right:-21px;
    width:42px;
    height:42px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform:rotate(45deg);
    background:#e9e9e9;
    z-index:1
}
.booking-steps .step:last-child:after {
    display:none
}
.booking-steps .active {
    color:#222;
    background:#f3f3f3
}
.booking-steps .active:after {
    background:#f3f3f3
}
.booking-steps i {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    margin-left:8px;
    border-radius:50%;
    background:#3fa34d;
    color:#fff;
    font-style:normal;
    font-size:13px
}
.result-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px
}
.result-panel {
    position:relative;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:6px;
    box-shadow:0 1px 4px rgba(0,0,0,.14);
    padding:48px 30px 32px;
    min-height:520px
}
.result-ribbon {
    position:absolute;
    left:30px;
    top:0;
    width:31px;
    height:45px;
    background:#3ca244
}
.result-ribbon:after {
    content:"";
    position:absolute;
    left:0;
    bottom:-14px;
    border-left:15.5px solid transparent;
    border-right:15.5px solid transparent;
    border-top:14px solid #3ca244
}
.result-ribbon.dark {
    background:#333
}
.result-ribbon.dark:after {
    border-top-color:#333
}
.result-panel h3 {
    margin:0 0 16px 44px;
    color:#139125;
    font-size:16px
}
.result-panel h3 i {
    margin-right:6px
}
.trip-card {
    display:grid;
    grid-template-columns:155px 1fr;
    margin:0 0 20px;
    border:1px solid #d9d9d9;
    border-radius:4px;
    overflow:hidden;
    background:#fff
}
.trip-thumb {
    min-height:148px;
    background:url('https://ekajayakorea.com/images/main_visual01.jpg') center/cover no-repeat
}
.trip-info {
    padding:13px 16px 12px
}
.trip-info h4 {
    margin:0 0 7px;
    color:#0066a0;
    font-size:18px;
    font-weight:900;
    line-height:1.25
}
.trip-time {
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:8px;
    align-items:center;
    color:#222
}
.trip-time strong {
    font-size:20px;
    letter-spacing:.2px
}
.trip-time span {
    height:1px;
    background:#ddd
}
.trip-port {
    display:flex;
    justify-content:space-between;
    color:#139125;
    font-size:16px;
    letter-spacing:.3px
}
.trip-bottom {
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    gap:16px;
    margin-top:12px
}
.trip-bottom p {
    margin:0;
    text-align:right
}
.trip-bottom b {
    display:block;
    color:#0066a0;
    font-size:16px;
    letter-spacing:.7px
}
.trip-bottom em {
    display:block;
    color:#888;
    font-style:normal;
    font-size:14px
}
.trip-bottom button {
    min-width:118px;
    height:38px;
    border:0;
    border-radius:4px;
    background:#11910c;
    color:#fff;
    font-weight:900;
    font-size:16px;
    cursor:pointer
}
.return-panel .trip-bottom button {
    display:none
}
.return-panel .trip-bottom {
    justify-content:flex-end
}

@media(max-width:1100px) {
    .people-grid {
        grid-template-columns:repeat(3,1fr)
    }
    .search-button-group {
        grid-column:1/-1;
        padding-top:0
    }
    .search-button-group button {
        flex:1
    }
    .result-grid {
        grid-template-columns:1fr
    }
    .result-panel {
        padding-left:24px;
        padding-right:24px
    }
    .trip-card {
        grid-template-columns:145px 1fr
    }
}

@media(max-width:980px) {
    .route-grid,.people-grid {
        grid-template-columns:1fr
    }
    .search-button-group {
        flex-direction:column
    }
    .search-button-group button {
        width:100%
    }
    .booking-steps {
        display:none
    }
    .ticket-results {
        margin-top:18px
    }
    .result-panel {
        padding:45px 14px 18px
    }
    .result-panel h3 {
        margin-left:44px
    }
    .trip-card {
        grid-template-columns:130px 1fr
    }
    .trip-info h4 {
        font-size:16px
    }
    .trip-time strong {
        font-size:18px
    }
    .trip-port {
        font-size:14px
    }
    .trip-bottom {
        gap:10px
    }
    .trip-bottom button {
        min-width:98px
    }
}

@media(max-width:600px) {
    .trip-card {
        grid-template-columns:1fr
    }
    .trip-thumb {
        min-height:160px
    }
    .trip-bottom {
        align-items:stretch;
        flex-direction:column
    }
    .return-panel .trip-bottom {
        align-items:flex-end
    }
    .result-panel {
        min-height:0
    }
    .result-panel h3 {
        font-size:14px
    }
    .trip-info h4 {
        font-size:15px
    }
    .trip-time strong {
        font-size:17px
    }
}

/* search result refinement */

.ticket-results {
    max-width:1200px;
    width:100%;

}

.result-grid.is-oneway {
    grid-template-columns:1fr;

}

.result-grid.is-oneway .result-panel {
    min-height:auto;

}

.result-ribbon {
    left:30px;
    top:0;
    width:22px;
    height:34px;

}

.result-ribbon:after {
    bottom:-10px;
    border-left-width:11px;
    border-right-width:11px;
    border-top-width:10px;

}

.result-label {
    position:absolute;
    left:62px;
    top:14px;
    font-size:15px;
    font-weight:900;
    letter-spacing:-.2px;

}

.result-label.green {
    color:#159125;

}

.result-label.dark {
    color:#333;

}

.result-panel {
    padding-top:56px;

}

.result-panel h3 {
    margin-left:0;

}

.trip-bottom button.trip-select-btn {
    background:#f2f5f7;
    color:#334;
    border:1px solid #ccd8df;
    box-shadow:none;
    transition:.18s;

}

.trip-bottom button.trip-select-btn:hover {
    background:#e5edf2;

}

.trip-bottom button.trip-select-btn.is-selected {
    background:#0877bd;
    border-color:#0877bd;
    color:#fff;

}

.return-panel .trip-bottom button.trip-select-btn {
    display:inline-block;

}

.return-panel .trip-bottom {
    justify-content:flex-end;

}

@media(max-width:980px) {
    .result-label {
        left:52px;
        top:13px;
        font-size:14px
    }
    .result-ribbon {
        left:20px
    }
    .ticket-results {
        width:100%;

    }
    .result-grid.is-oneway {
        grid-template-columns:1fr;

    }
}

/* v3 search result/date refinement */

.ticket-results {

  max-width:1200px;

  margin-left:auto;

  margin-right:auto;

}

.result-panel {

  background:rgba(255,255,255,.96);

  border:1px solid #e4edf2;

  border-radius:22px;

  box-shadow:0 18px 55px rgba(20,80,115,.1);

  padding:56px 24px 24px;

}

.trip-card {

  display:block;

  grid-template-columns:1fr;

  border-color:#edf2f5;

  border-radius:16px;

  box-shadow:0 10px 28px rgba(20,80,115,.06);

}

.trip-info {
    padding:17px 18px 16px;

}

.trip-thumb {
    display:none;

}

.trip-bottom b {
    color:#0b6fa9;
    font-size:17px;

}

.trip-bottom button {

  background:#f2f6f8;

  color:#26333b;

  border:1px solid #d7e2e8;

  box-shadow:none;

  transition:.18s;

}

.trip-bottom button:hover {
    background:#e6eef3;

}

.trip-bottom button.is-selected {

  background:#0877bd;

  border-color:#0877bd;

  color:#fff;

}

.return-panel .trip-bottom button {
    display:inline-flex;
    align-items:center;
    justify-content:center;

}

.return-panel .trip-bottom {
    justify-content:flex-end;

}

.date-input {
    cursor:pointer;
    background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230877bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat right 12px center;
    padding-right:42px;

}

.ek-datepicker {
    position:absolute;
    z-index:9999;
    width:312px;
    background:#fff;
    border:1px solid #dbe8ef;
    border-radius:18px;
    box-shadow:0 18px 45px rgba(20,80,115,.18);
    padding:14px;
    display:none;

}

.ek-datepicker.is-open {
    display:block;

}

.ek-datepicker-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;

}

.ek-datepicker-title {
    font-weight:900;
    color:#17323f;
    font-size:16px;

}

.ek-datepicker button {
    font-family:inherit;

}

.ek-datepicker-nav {
    width:34px;
    height:34px;
    border:0;
    border-radius:10px;
    background:#eef6fa;
    color:#0877bd;
    font-weight:900;
    cursor:pointer;

}

.ek-datepicker-week,.ek-datepicker-days {
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:5px;

}

.ek-datepicker-week span {
    text-align:center;
    font-size:12px;
    font-weight:900;
    color:#7a8a94;
    padding:5px 0;

}

.ek-datepicker-day {
    height:36px;
    border:0;
    border-radius:11px;
    background:#fff;
    color:#2f3a42;
    font-weight:800;
    cursor:pointer;

}

.ek-datepicker-day:hover {
    background:#e8f5fc;
    color:#0877bd;

}

.ek-datepicker-day.is-muted {
    color:#c4cdd3;

}

.ek-datepicker-day.is-disabled {
    color:#d8dfe4;
    background:#f7f9fa;
    cursor:not-allowed;
    text-decoration:line-through;

}

.ek-datepicker-day.is-selected {
    background:#0877bd;
    color:#fff;

}

.ek-datepicker-day.is-today {
    box-shadow:inset 0 0 0 2px #0877bd;

}

@media(max-width:600px) {
    .ek-datepicker {
        width:calc(100vw - 32px);
        left:16px!important;
        right:16px!important
    }
    .trip-info {
        padding:15px
    }
    .result-panel {
        border-radius:18px
    }
}

/* v4 final reservation/header refinements */

.site-header .logo {
    position:relative;
    min-width:174px;
    height:50px;
    display:flex;
    align-items:center;

}

.site-header .logo .logo-img {
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    max-height:46px;
    width:auto;
    transition:opacity .25s ease, visibility .25s ease;

}

.site-header .logo .logo-color {
    opacity:0;
    visibility:hidden;

}

.site-header.is-scrolled .logo .logo-white,
.site-header.is-open .logo .logo-white {
    opacity:0;
    visibility:hidden;

}

.site-header.is-scrolled .logo .logo-color,
.site-header.is-open .logo .logo-color {
    opacity:1;
    visibility:visible;

}

.ticket-head {
    justify-content:flex-start;

}

.ticket-head>strong {
    display:none!important;

}

.ticket-results {
    max-width:1200px;
    width:100%;

}

.result-grid {
    gap:20px;

}

.result-grid.is-oneway {
    grid-template-columns:1fr;

}

.result-panel {
    border:1px solid #e4edf2;
    border-radius:22px;
    box-shadow:0 18px 55px rgba(20,80,115,.1);
    padding:58px 24px 24px;
    background:rgba(255,255,255,.96);

}

.result-ribbon {
    width:18px;
    height:28px;
    left:24px;

}

.result-ribbon:after {
    bottom:-8px;
    border-left-width:9px;
    border-right-width:9px;
    border-top-width:8px;

}

.result-label {
    left:54px;
    top:13px;

}

.trip-card {
    display:block;
    border:1px solid #edf2f5;
    border-radius:16px;
    margin-bottom:14px;
    box-shadow:0 10px 28px rgba(20,80,115,.06);
    transition:.18s ease;

}

.trip-card:hover {
    transform:translateY(-2px);
    box-shadow:0 14px 34px rgba(20,80,115,.1);

}

.trip-card:has(.trip-select-btn.is-selected) {
    border-color:#0877bd;
    background:#eef7ff;

}

.trip-info {
    padding:18px;

}

.trip-info h4 {
    font-size:18px;
    color:#07588c;
    margin-bottom:10px;

}

.trip-time {
    display:block;
    color:#202b33;

}

.trip-time strong {
    font-size:24px;
    font-weight:900;

}

.trip-time span,.trip-port {
    display:none!important;

}

.trip-bottom {
    margin-top:14px;
    align-items:center;
    justify-content:space-between;

}

.trip-bottom p {
    text-align:left;

}

.trip-bottom b {
    color:#0b6fa9;
    font-size:18px;

}

.trip-bottom em {
    font-size:14px;
    color:#6d7b84;

}

.trip-bottom button.trip-select-btn {
    border-radius:999px;
    min-width:96px;
    height:40px;
    background:#f2f6f8;
    color:#26333b;
    border:1px solid #d7e2e8;

}

.trip-bottom button.trip-select-btn:hover {
    background:#e6eef3;

}

.trip-bottom button.trip-select-btn.is-selected {
    background:#0877bd;
    border-color:#0877bd;
    color:#fff;

}

.return-panel .trip-bottom button.trip-select-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;

}

.ek-datepicker {
    border-radius:20px;
    box-shadow:0 20px 55px rgba(20,80,115,.22);

}

@media(max-width:980px) {
    .site-header .logo {
        min-width:150px
    }
    .result-grid {
        grid-template-columns:1fr
    }
    .trip-bottom {
        gap:12px
    }
}

@media(max-width:600px) {
    .trip-bottom {
        align-items:stretch;
        flex-direction:column
    }
    .trip-bottom button.trip-select-btn {
        width:100%
    }
    .result-label {
        left:48px
    }
    .result-ribbon {
        left:20px
    }
}

/* v5 route mode/search refinements */

.route-grid {
    grid-template-columns:1fr 1fr 1fr auto;
    align-items:end;

}

.return-route-grid {
    grid-template-columns:1fr 1fr 1fr;
    padding-top:14px;

}

.trip-mode-group {
    display:flex;
    gap:8px;
    align-items:flex-end;
    padding-top:25px;
    white-space:nowrap;

}

.trip-mode-btn {
    height:43px;
    min-width:72px;
    border:1px solid #d7e2e8;
    border-radius:12px;
    background:#fff;
    color:#2f3a42;
    font-weight:900;
    cursor:pointer;
    transition:.18s;

}

.trip-mode-btn:hover {
    background:#eef6fa;
    border-color:#b9d7e8;
    color:#0877bd;

}

.trip-mode-btn.is-active {
    background:#0877bd;
    border-color:#0877bd;
    color:#fff;
    box-shadow:0 9px 20px rgba(0,118,189,.18);

}

.people-grid {
    grid-template-columns:1fr 1fr 1fr auto;

}

.search-button-group {
    padding-top:25px;

}

.search-button-group button {
    min-width:128px;
    background:#0877bd;

}

.result-label.result-date {
    font-size:16px;
    color:#0877bd;
    font-weight:900;

}

.result-label.result-date.dark {
    color:#26333b;

}

.result-panel {
    padding-top:56px;

}

.result-panel h3 {
    display:none;

}

@media(max-width:980px) {

  .route-grid,
	.return-route-grid,
	.people-grid {
        grid-template-columns:1fr;

    }

  .trip-mode-group {
        padding-top:0;

    }

  .trip-mode-btn {
        flex:1;

    }

  .search-button-group {
        padding-top:0;

    }

  .search-button-group button {
        width:100%;

    }
}

/* v6 round-trip alignment, mobile result, booking CTA */

.return-route-grid {
    grid-template-columns:1fr 1fr 1fr auto;
    align-items:end;

}

.route-spacer {
    width:152px;
    min-width:152px;
    height:1px;

}

.search-button-group button {
    height:46px;
    min-height:46px;

}

.booking-ready {
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:18px auto 0;
    padding:18px 20px;
    max-width:1200px;
    background:#fff;
    border:1px solid #e4edf2;
    border-radius:22px;
    box-shadow:0 18px 55px rgba(20,80,115,.1);

}

.booking-ready.is-visible {
    display:flex;

}

.booking-ready-text span {
    display:block;
    margin-bottom:4px;
    color:#70808a;
    font-size:13px;
    font-weight:800;

}

.booking-ready-text strong {
    display:block;
    color:#1f313b;
    font-size:20px;
    letter-spacing:-.4px;

}

.booking-ready-text em {
    font-style:normal;
    color:#e95420;
    font-size:24px;

}

.booking-ready-btn {
    height:48px;
    min-width:150px;
    border:0;
    border-radius:999px;
    background:#0877bd;
    color:#fff;
    font-weight:900;
    font-size:16px;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(8,119,189,.22);
    transition:.18s;

}

.booking-ready-btn:hover {
    transform:translateY(-1px);
    filter:brightness(1.05);

}

@media(max-width:980px) {

  .return-route-grid {
        grid-template-columns:1fr;

    }

  .route-spacer {
        display:none;

    }

  .search-button-group button {
        height:50px;
        min-height:50px;
        font-size:16px;

    }
}

@media(max-width:600px) {

  .trip-card {
        margin-bottom:10px;

    }

  .trip-info {
        padding:14px 15px;

    }

  .trip-info h4 {
        font-size:16px;
        margin-bottom:6px;

    }

  .trip-time strong {
        font-size:22px;

    }

  .trip-bottom {
        margin-top:8px;
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:10px;

    }

  .trip-bottom p {
        margin:0;
        min-width:0;

    }

  .trip-bottom b {
        font-size:16px;

    }

  .trip-bottom em {
        font-size:12px;

    }

  .trip-bottom button.trip-select-btn {
        width:auto!important;
        min-width:78px;
        height:38px;
        flex:0 0 auto;

    }

  .result-panel {
        padding:50px 14px 14px;

    }

  .booking-ready {
        position:sticky;
        bottom:12px;
        z-index:50;
        margin-top:14px;
        padding:14px;
        border-radius:18px;

    }

  .booking-ready-text strong {
        font-size:16px;

    }

  .booking-ready-text em {
        font-size:20px;

    }

  .booking-ready-btn {
        height:44px;
        min-width:112px;
        font-size:15px;

    }
}

/* v7 overrides */

@media(min-width:981px) {

  .people-grid {
        grid-template-columns:150px 150px 150px auto!important;
        justify-content:start;
        align-items:start;

    }

  .people-grid label {
        min-width:0;

    }

  .search-button-group {
        padding-top:25px;

    }
}

@media(max-width:980px) {

  .search-button-group button.search-btn { height:48px!important; min-height:48px; padding:0 18px; font-size:16px; line-height:48px; }
  .search-button-group button.main-btn { height:48px!important; min-height:48px; padding:0 18px; font-size:16px; line-height:48px; }
}

/* v8 route labels and age guide */

.route-leg-label {
    height:43px;
    margin-top:25px;
    border-radius:12px;
    background:#eef7fc;
    color:#0877bd;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
    border:1px solid #d7eaf4;

}

.route-leg-label.return {
    background:#f4f6f8;
    color:#26333b;
    border-color:#dde5ea;

}

@media(min-width:981px) {

  .route-grid {
        grid-template-columns:72px 1fr 1fr 1fr auto!important;
        align-items:end;

    }

  .return-route-grid {
        grid-template-columns:72px 1fr 1fr 1fr auto!important;
        align-items:end;

    }
}

@media(max-width:980px) {

  .route-leg-label {
        height:38px;
        margin-top:0;
        justify-content:flex-start;
        padding:0 12px;

    }

  .route-grid,.return-route-grid {
        grid-template-columns:1fr!important;

    }
}

/* v9 return date, select arrow, alignment refinements */

select {

  appearance:none;

  -webkit-appearance:none;

  -moz-appearance:none;

  padding-right:40px!important;

  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236b7c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center!important;

}

@media(min-width:981px) {

  .people-grid {
        align-items:end!important;

    }

  .search-button-group {
        padding-top:0!important;
        align-self:end;

    }

  .search-button-group button.search-btn { height:43px!important; min-height:43px; line-height:43px!important; }
  .search-button-group button.main-btn { height:43px!important; min-height:43px; line-height:43px!important; }
}

.trip-bottom,
.return-panel .trip-bottom {

  display:flex!important;

  align-items:center!important;

  justify-content:space-between!important;

}

.trip-bottom p,
.return-panel .trip-bottom p {

  min-width:150px;

  text-align:left!important;

}

.trip-bottom button.trip-select-btn {

  margin-left:auto;

}

@media(max-width:600px) {

  .trip-bottom p,
  .return-panel .trip-bottom p {
        min-width:0;

    }
}

/* v10 people selector alignment fix */

@media(min-width:981px) {

  .people-grid {

    grid-template-columns:160px 160px 160px 128px!important;

    justify-content:start!important;

    align-items:start!important;

    column-gap:12px!important;

    row-gap:10px!important;

    }

  .people-grid > label {

    display:block!important;

    min-width:0!important;

    line-height:1.35!important;

    }

  .people-grid select {

    display:block!important;

    width:100%!important;

    height:43px!important;

    min-height:43px!important;

    margin-top:6px!important;

    line-height:43px!important;

    }

  .search-button-group {

    display:flex!important;

    align-items:flex-start!important;

    align-self:start!important;

    padding-top:26px!important;

    margin:0!important;

    }

  .search-button-group button.search-btn { display:block!important; width:128px!important; height:43px!important; min-height:43px!important; line-height:43px!important; padding:0!important; margin:0!important; font-size:15px!important; }
  .search-button-group button.main-btn { display:block!important; width:128px!important; height:43px!important; min-height:43px!important; line-height:43px!important; padding:0!important; margin:0!important; font-size:15px!important; }

  .select-help {

    min-height:34px;

    margin-top:7px!important;

    }
}

@media(max-width:980px) {

  .people-grid {

    align-items:stretch!important;

    }

  .search-button-group {

    padding-top:0!important;

    align-self:stretch!important;

    }

  .search-button-group button.search-btn { width:100%!important; height:50px!important; min-height:50px!important; line-height:50px!important; padding:0 18px!important; font-size:16px!important; }
  .search-button-group button.main-btn { width:100%!important; height:50px!important; min-height:50px!important; line-height:50px!important; padding:0 18px!important; font-size:16px!important; }
}

/* ===========================
   v12 Mobile Hamburger Menu
=========================== */
.mobile-legal-links {
    display: none;
}

@media(max-width:980px) {
    .gnb {
        left: auto;
        right: 18px;
        width: min(330px, calc(100vw - 36px));
        max-width: 330px;
        border-radius: 18px;
    }

    .mobile-legal-links {
        display: block;
        margin-top: 8px;
        padding-top: 10px;
        border-top: 1px solid #dfe7ec;
    }

    .mobile-legal-links a {
        display: block;
        padding: 11px 16px;
        border-bottom: 0;
        font-size: 13px;
        font-weight: 700;
        color: #526a76;
    }

    .mobile-legal-links a:after {
        display: none;
    }
}

@media(max-width:420px) {
    .gnb {
        right: 12px;
        width: min(310px, calc(100vw - 24px));
        max-width: 310px;
    }
}

/* ===========================
   v14 Mobile menu line + PC return route layout
=========================== */
@media(max-width:980px) {
    .mobile-legal-links {
        border-top: 0 !important;
        margin-top: 0;
    }

    .gnb > a:last-of-type {
        border-bottom: 1px solid #dfe7ec;
    }
}

@media(min-width:981px) {
    /* PC에서는 가는편/오는편을 하나의 검색 박스처럼 보이게 처리 */
    .ticket-card > .route-grid:not(.return-route-grid) {
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
        border-radius: 16px 16px 0 0 !important;
        padding-bottom: 8px !important;
    }

    .ticket-card > .return-route-grid {
        margin-top: 0 !important;
        margin-bottom: 12px !important;
        border-top: 0 !important;
        border-radius: 0 0 16px 16px !important;
        padding-top: 8px !important;
        padding-bottom: 17px !important;
        background: #fbfdfe !important;
    }

    /* 오는편은 같은 박스 내부 두 번째 줄이므로 제목 텍스트는 숨김 */
    .return-route-grid label {
        font-size: 0 !important;
    }

    .return-route-grid label select,
    .return-route-grid label input {
        font-size: 14px !important;
        margin-top: 0 !important;
    }

    .return-route-grid .route-leg-label {
        margin-top: 0 !important;
    }
}


/* ===========================
   v15 PC one-way search box + hero button width
=========================== */
@media(min-width:981px) {
    /* 편도일 때에는 첫 번째 검색 라인이 단독 박스로 자연스럽게 보이도록 복원 */
    #ticketSearchForm.is-oneway > .route-grid:not(.return-route-grid) {
        margin-bottom: 12px !important;
        border-bottom: 1px solid #edf2f5 !important;
        border-radius: 16px !important;
        padding-bottom: 17px !important;
    }

    #ticketSearchForm.is-oneway > .people-grid {
        margin-bottom: 0 !important;
    }

    .hero-btn {
        min-width: 220px;
        padding-left: 42px;
        padding-right: 42px;
    }
}

/* ===========================
   v16 PC people row start alignment
   - 인원 select 시작점을 목적지 select 시작점과 동일하게 맞춤
=========================== */
@media(min-width:981px) {
    .people-grid {
        grid-template-columns: 72px 170px 170px 170px 128px !important;
        justify-content: start !important;
        align-items: start !important;
        column-gap: 14px !important;
    }

    .people-grid::before {
        content: "";
        display: block;
        width: 72px;
        height: 1px;
        grid-column: 1;
        grid-row: 1;
    }

    .people-grid > label:nth-of-type(1) {
        grid-column: 2;
    }

    .people-grid > label:nth-of-type(2) {
        grid-column: 3;
    }

    .people-grid > label:nth-of-type(3) {
        grid-column: 4;
    }

    .people-grid > .search-button-group {
        grid-column: 5;
    }
}

@media(max-width:980px) {
    .people-grid::before {
        display: none !important;
    }
}


/* ===========================
   v17 Trip mode: one-way / return / multi-city
=========================== */
@media(min-width:981px) {
    .trip-mode-group {
        gap: 7px;
    }

    .trip-mode-btn {
        min-width: 68px;
        padding-left: 13px;
        padding-right: 13px;
    }
}

.return-route-grid select:disabled,
.return-route-grid select.is-locked {
    background-color: #f3f6f8 !important;
    color: #56636d !important;
    cursor: not-allowed;
    opacity: 1;
}

.return-route-grid select:disabled + .select-help,
.return-route-grid select.is-locked + .select-help {
    color: #8b98a2;
}

/* ===========================
   v18 route width, map tabs, result time refinements
=========================== */
@media (min-width: 981px) {
    #ticketSearchForm .route-grid,
    #ticketSearchForm .return-route-grid {
        grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto !important;
        column-gap: 14px !important;
        align-items: end !important;
    }

    #ticketSearchForm .route-grid > label,
    #ticketSearchForm .return-route-grid > label {
        width: 100% !important;
        min-width: 0 !important;
    }

    #ticketSearchForm .route-grid select,
    #ticketSearchForm .route-grid input,
    #ticketSearchForm .return-route-grid select,
    #ticketSearchForm .return-route-grid input {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #ticketSearchForm .return-route-grid .route-spacer {
        width: 232px !important;
    }
}

.map-tabs button {
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.map-tabs button.is-active {
    background: #0b7a5a !important;
    color: #fff !important;
    border-color: #0b7a5a !important;
    box-shadow: 0 8px 18px rgba(11, 122, 90, .22) !important;
}

.trip-time strong {
    white-space: nowrap;
}

@media (max-width: 980px) {
    .map-tabs button.is-active {
        background: #0b7a5a !important;
        color: #fff !important;
    }
}

/* ===========================
   v19 user requested refinements
   - About cards equal width
   - PC route departure/destination fixed width
   - Footer company spacing and phone color
=========================== */
@media (min-width: 981px) {
    .about-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    #ticketSearchForm .route-grid,
    #ticketSearchForm .return-route-grid {
        grid-template-columns: 72px 250px 250px minmax(0, 1fr) auto !important;
        justify-content: start !important;
    }

    #ticketSearchForm .route-grid > label:nth-of-type(1),
    #ticketSearchForm .route-grid > label:nth-of-type(2),
    #ticketSearchForm .return-route-grid > label:nth-of-type(1),
    #ticketSearchForm .return-route-grid > label:nth-of-type(2) {
        width: 250px !important;
        max-width: 250px !important;
        flex: 0 0 250px !important;
    }

    #ticketSearchForm .return-route-grid .route-spacer {
        width: 72px !important;
    }
}

@media (max-width: 980px) and (min-width: 541px) {
    #ticketSearchForm .route-grid > label:nth-of-type(1),
    #ticketSearchForm .route-grid > label:nth-of-type(2),
    #ticketSearchForm .return-route-grid > label:nth-of-type(1),
    #ticketSearchForm .return-route-grid > label:nth-of-type(2) {
        max-width: 200px;
    }
}

.footer-info p {
    margin: 2px 0 !important;
    line-height: 1.42 !important;
}

.footer-info strong {
    margin-bottom: 8px !important;
}

.footer-tel,
.footer-tel:visited {
    color: #ffd86a !important;
    text-decoration-color: rgba(255, 216, 106, .7) !important;
}

.footer-tel:hover {
    color: #fff2a8 !important;
}


.about-card-korea h4{margin:22px 0 10px;font-size:1.1rem;color:#0f4f8a}
.about-card-korea ul{margin:0 0 18px 18px;padding:0}
.about-card-korea li{margin:8px 0;line-height:1.8}
.about-highlight{margin-top:20px;padding:16px;border-left:4px solid #ff8a22;background:#fff7ef;border-radius:8px}


/* 2026-07 프로모션 배너 */
.promo-banner-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.promo-banner-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 980px) {
    .promo-banner-wrap {
        padding: 0 18px;
    }

    .promo-banner-wrap img {
        border-radius: 14px;
    }
}

/* ===========================
   v18 검색/프로모션 버튼 및 일반요금 연동 셀렉트
=========================== */
.search-button-group .promotion-rate-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:43px;
    min-height:43px;
    padding:0 17px;
    border-radius:12px;
    background:#f39a18;
    color:#fff;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 9px 20px rgba(243,154,24,.2);
    transition:.2s;
}
.search-button-group .promotion-rate-btn:hover {
    transform:translateY(-2px);
    filter:brightness(1.06);
}
@media(min-width:981px) {
    .people-grid {
        grid-template-columns:72px 170px 170px 170px minmax(300px,1fr) !important;
    }
    .search-button-group {
        width:auto !important;
    }
}
@media(max-width:980px) {
    .search-button-group {
        display:grid !important;
        grid-template-columns:1fr 1fr;
        gap:8px !important;
        width:100% !important;
    }
    .search-button-group button.search-btn,
    .search-button-group .promotion-rate-btn {
        width:100% !important;
        padding-left:10px !important;
        padding-right:10px !important;
        white-space:nowrap;
    }
    .search-button-group button.main-btn {
        width:100% !important;
        padding-left:10px !important;
        padding-right:10px !important;
        white-space:nowrap;
    }
}

/* 실제 시간표 검색결과 */
.trip-card-list{display:flex;flex-direction:column;gap:14px}
.trip-time{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.trip-ship{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;background:#f2f5f8;color:#51606f;font-size:12px;font-weight:700}
.trip-empty{display:flex;align-items:center;justify-content:center;min-height:150px;padding:30px 20px;border:1px dashed #cdd5df;border-radius:16px;background:#fafbfd;color:#687586;text-align:center;font-size:15px;line-height:1.6}
@media(max-width:767px){
  .trip-time{align-items:flex-start;flex-direction:column;gap:7px}
  .trip-empty{min-height:120px;padding:24px 16px;font-size:14px}
}

/* 검색결과: 가는편 선택 전 오는편 선택 잠금 */
.return-panel .trip-select-btn.is-disabled,
.return-panel .trip-select-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
  filter:grayscale(1);
  pointer-events:auto;
}

/* 검색 결과 출발/경유/도착 항구 구분 */
.trip-card h4{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.trip-port-name{display:inline-flex;align-items:center;gap:4px}
.trip-route-arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;padding:0;border:1px solid #d9e2e8;border-radius:50%;
  background:#f7fafb;color:#78909c;font-weight:800;cursor:default;
  line-height:1
}
.port-role{font-style:normal;font-size:.82em;font-weight:800;white-space:nowrap}
.port-role.depart{color:#16834a}
.port-role.stop{color:#d67800}
.port-role.arrive{color:#126ca8}

/* 검색 결과 경유지 정보 */
.trip-stopovers{margin:12px 0 4px;padding:10px 12px;border-radius:10px;background:#f6f9fb;border:1px solid #e3ebf1;font-size:13px;color:#405262}
.trip-stopovers>strong{display:block;margin-bottom:6px;color:#0067a4;font-size:13px}
.trip-stopovers ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:5px}
.trip-stopovers li{display:flex;align-items:center;justify-content:space-between;gap:12px}
.trip-stopovers li b{font-weight:700;color:#17364c}
.trip-stopovers li span{font-size:12px;color:#607484;text-align:right}
@media(max-width:700px){.trip-stopovers li{align-items:flex-start;flex-direction:column;gap:2px}.trip-stopovers li span{text-align:left}}

/* Q&A 비밀글 잠금 아이콘 */
.post-icon.lock {
    width:auto;
    height:auto;
    margin-right:6px;
    font-size:12px;
    opacity:.9;
}

/* 검색 결과 요금 계산내역 */
.fare-detail-toggle{
  display:inline-flex;
  align-items:baseline;
  gap:8px;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  text-align:left;
}
.fare-detail-toggle b{
  text-decoration:underline;
  text-decoration-style:dotted;
  text-underline-offset:4px;
}
.fare-detail-toggle span{
  font-size:11px;
  font-weight:600;
  color:#55707c;
  white-space:nowrap;
}
.fare-detail-panel{
  margin-top:16px;
  padding:16px 18px;
  border:1px solid #dce5e8;
  border-radius:12px;
  background:#f7fafb;
  font-size:13px;
  line-height:1.55;
}
.fare-detail-panel[hidden]{display:none!important;}
.fare-detail-head,
.fare-detail-sum,
.fare-detail-exchange,
.fare-detail-final{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}
.fare-detail-head{
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #dfe8eb;
}
.fare-detail-head strong{font-size:14px;color:#173f4b;}
.fare-detail-head span{font-size:11px;color:#7b8c92;}
.fare-detail-panel ul{margin:0 0 10px;padding:0;}
.fare-detail-panel li{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin:5px 0;
}
.fare-detail-panel li span{color:#50656d;}
.fare-detail-panel li b{text-align:right;font-weight:600;}
.fare-detail-panel li em{font-size:11px;color:#d05b34;}
.fare-detail-sum,
.fare-detail-exchange{
  padding-top:8px;
  border-top:1px dashed #d2dde1;
}
.fare-detail-exchange{margin-top:8px;}
.fare-detail-final{
  margin-top:10px;
  padding:11px 12px;
  border-radius:9px;
  background:#e8f2f4;
}
.fare-detail-final b{font-size:16px;color:#0c6972;}
.fare-detail-rounding,
.fare-detail-note{
  margin:8px 0 0;
  font-size:11px;
  color:#73858b;
}
.fare-detail-note{
  margin-bottom:10px;
  padding:8px 10px;
  border-radius:7px;
  background:#fff5e8;
  color:#9a5c19;
}
@media(max-width:640px){
  .fare-detail-panel{padding:14px 13px;}
  .fare-detail-head,
  .fare-detail-sum,
  .fare-detail-exchange,
  .fare-detail-final,
  .fare-detail-panel li{gap:10px;}
  .fare-detail-panel li{display:block;}
  .fare-detail-panel li b{display:block;margin-top:2px;text-align:left;}
  .fare-detail-exchange{display:block;}
  .fare-detail-exchange b{display:block;margin-top:2px;}
}


/* 검색 결과: 화살표 더블클릭으로 계산내역 열기 */
.trip-card h4 .trip-route-arrow.fare-detail-toggle{
  display:inline-flex;align-items:center;justify-content:center;
  flex:0 0 30px;width:30px;height:30px;padding:0;
  border:1px solid #d9e2e8;border-radius:50%;
  background:#f7fafb;color:#78909c;font-size:15px;font-weight:800;
  text-decoration:none;cursor:default;line-height:1
}
.trip-select-wrap{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.trip-closed-label{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:30px;padding:0 10px;border-radius:999px;background:#d84545;color:#fff;font-size:12px;font-weight:800}
.trip-bottom button.trip-select-btn.is-closed,
.trip-bottom button.trip-select-btn:disabled{opacity:.48;cursor:not-allowed;filter:grayscale(.45);pointer-events:auto}
@media(max-width:700px){.trip-select-wrap{width:100%}.trip-select-wrap .trip-select-btn{flex:1}}

.promotion-btn-wrap {
    margin-top: 18px;
    text-align: center;
}

.promotion-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 420px;
    padding: 18px 36px;
    border: 1px solid #ff8a8a;
    border-radius: 20px;
    background: linear-gradient(135deg, #d71920 0%, #a90008 100%);
    box-shadow:
        0 8px 20px rgba(135, 0, 8, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: all 0.2s ease;
}

.promotion-btn:hover {
    background: linear-gradient(135deg, #ef252d 0%, #c3000b 100%);
    box-shadow:
        0 10px 25px rgba(135, 0, 8, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: #ffffff;
}

.promotion-btn:active {
    transform: translateY(0);
}

.promotion-btn-arrow {
    font-size: 34px;
    line-height: 1;
    margin-top: -3px;
}

@media (max-width: 600px) {
    .promotion-btn-wrap {
        margin-top: 12px;
        padding: 0 12px;
    }

    .promotion-btn {
        width: 100%;
        min-width: 0;
        padding: 15px 18px;
        font-size: 17px;
        gap: 8px;
    }

    .promotion-btn-arrow {
        font-size: 27px;
    }
}

/* 041 검색결과 표시 보정 */
.trip-ship-name{
  margin-top:6px;
  color:#51606f;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}
.trip-bottom p b{
  display:inline-block;
  white-space:nowrap;
  word-break:keep-all;
}
@media(max-width:767px){
  .trip-bottom p{
    min-width:max-content !important;
    white-space:nowrap;
  }
  .trip-bottom p b{
    white-space:nowrap;
  }
}


/* ===========================
   v18 Mobile people select overflow fix
   - 인원 select와 버튼이 모바일 화면 밖으로 벗어나지 않도록 제한
=========================== */
@media(max-width:980px) {
    .people-grid {
        display:grid !important;
        grid-template-columns:minmax(0,1fr) !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        overflow:visible !important;
    }

    .people-grid > label,
    .people-grid > .search-button-group {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
    }

    .people-grid select {
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
    }

    .people-grid .search-button-group {
        display:flex !important;
        flex-direction:column !important;
        gap:8px !important;
    }

    .people-grid .search-button-group > * {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
    }
}

@media(max-width:600px) {
    .search-form,
    .form-grid,
    .people-grid {
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
    }

    .people-grid select {
        font-size:16px !important;
    }
}





/* 모바일 인원 선택 영역 최종 보정 */
@media screen and (max-width:980px) {

    #ticketSearchForm .people-grid {
        display:grid !important;
        grid-template-columns:minmax(0, 1fr) !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        overflow:hidden !important;
    }

    #ticketSearchForm .people-grid > label,
    #ticketSearchForm .people-grid > .search-button-group {
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
        box-sizing:border-box !important;
    }

    #ticketSearchForm .people-grid select {
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
        box-sizing:border-box !important;
    }
}

/* ===========================
   v19 모바일 버튼/달력 보정
=========================== */
@media (max-width:980px) {
    /* 메인: 검색하기 아래에 프로모션 버튼 배치 */
    .search-button-group {
        grid-template-columns:1fr !important;
    }

    .search-button-group button.search-btn,
    .search-button-group .promotion-rate-btn {
        display:flex !important;
        width:100% !important;
        max-width:none !important;
        box-sizing:border-box;
    }

    .search-button-group button.main-btn {
        display:flex !important;
        width:100% !important;
        max-width:none !important;
        box-sizing:border-box;
    }
}

@media (max-width:600px) {
    /* 작은 아이폰에서도 출발일 달력이 화면 밖으로 벗어나지 않도록 제한 */
    .ek-datepicker {
        width:calc(100vw - 32px) !important;
        max-width:300px !important;
        box-sizing:border-box;
    }
}

/* ===========================
   v20 모바일 검색 버튼 최종 보정
   - 버튼 사이 여백
   - 가로/세로 크기 통일
   - 글자 가로/세로 중앙 정렬
=========================== */
@media (max-width:980px) {
    #ticketSearchForm .search-button-group {
        display:flex !important;
        flex-direction:column !important;
        gap:12px !important;
        width:100% !important;
    }

    #ticketSearchForm .search-button-group > button,
    #ticketSearchForm .search-button-group > a {
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:100% !important;
        max-width:100% !important;
        height:52px !important;
        min-height:52px !important;
        margin:5px 0 !important;
        padding:0 12px !important;
        box-sizing:border-box !important;
        line-height:1.2 !important;
        text-align:center !important;
        white-space:nowrap !important;
    }
}

/* 메인 공지사항 제목과 첨부파일 아이콘 한 줄 정렬 */
.notice-list li{display:flex;align-items:center;min-width:0;}
.notice-list .notice-title-link{display:flex;align-items:center;flex:1;min-width:0;}
.notice-list .notice-title-link .post-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.notice-file-icon{display:inline-flex !important;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;margin-left:7px;padding:0 !important;background:transparent !important;}
.notice-file-icon img{display:block;width:16px;height:16px;object-fit:contain;}

.notice-list li {
    display:flex;
    align-items:center;
    min-width:0;
}

.notice-list .notice-title-link {
    display:flex;
    align-items:center;
    flex:1 1 auto;
    width:auto;
    min-width:0;
}

.notice-list .notice-title-link .post-title {
    display:block;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.blue-card .post-list .notice-file-link {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 28px;
    width:28px;
    height:28px;
    margin:0 0 0 7px;
    padding:0;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    color:#fff;
}
