/* header */
#fh5co-header-section .header-utility {
    position: relative;
    z-index: 3;
}

#fh5co-header-section .header-utility .top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 98px;
    padding: 20px 3%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
}

#fh5co-header-section .header-utility .logo {
    flex: 0 0 130px;
    width: 130px;
    height: 58px;
    margin: 0;
    background-image: url(/img/logo_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

#fh5co-header-section .header-utility .logo:focus-visible,
#fh5co-header-section .header-utility a:focus-visible,
#fh5co-header-section .header-utility button:focus-visible {
    outline: 2px solid #ff710d;
    outline-offset: 4px;
}

#fh5co-header-section .header-utility .top-left,
#fh5co-header-section .header-utility .top-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

#fh5co-header-section .header-utility .top-left {
    left: 3%;
    right: auto;
}

#fh5co-header-section .header-utility .top-right {
    right: 2.5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    white-space: nowrap;
}

#fh5co-header-section .header-utility .top-right a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #fff;
    line-height: 1;
}

#fh5co-header-section .header-utility .top-right svg,
#fh5co-header-section .header-utility .top-right i {
    flex: 0 0 auto;
}

#fh5co-header-section .header-utility .txt_global {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

#fh5co-header-section .header-utility .txt_global svg {
    flex: 0 0 auto;
}

#fh5co-header-section .header-utility .ul_global {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 999;
    width: max-content;
    min-width: 112px;
    height: auto !important;
    margin: 0;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    background-color: #f26121;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
    list-style: none;
    white-space: nowrap;
}

#fh5co-header-section .header-utility .ul_global li {
    margin: 0;
    padding: 0;
}

#fh5co-header-section .header-utility .ul_global a {
    display: block;
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    line-height: 1.5;
    padding: 7px 12px;
    border-radius: 4px;
    text-align: center;
}

#fh5co-header-section .header-utility .ul_global a:hover,
#fh5co-header-section .header-utility .ul_global a:focus {
    background: rgba(255, 255, 255, .14);
    color: #fff !important;
}

.top {
    width: 100%;
    text-align: center;
    padding: 20px;
}
.logo {
    width: 130px;
    height: 58px;
    display: inline-block;
    background: url(/img/logo_white.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.gnb a {color: #fff;}
.gnb ul {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    text-align: center;
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.gnb > ul > li {width: 20%;}
.gnb > ul > li > ul {
    display: flex;
    flex-direction: column;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
        max-height .24s ease,
        padding .24s ease,
        opacity .18s ease,
        transform .24s ease,
        visibility 0s linear .24s;
}
#fh5co-header-section.gnb-open .gnb > ul > li > ul {
    max-height: 420px;
    padding: 12px 0 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}
.gnb > ul > li > ul > li > a {
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
}
#fh5co-header-section a:hover {
    color: #ff710d;
}
#fh5co-header-section .gnb a:focus-visible {
    color: #ff710d;
    outline: 2px solid #ff710d;
    outline-offset: 3px;
}
/* nonetop */
.nonetop #fh5co-header-section {background: #fff;border-bottom:1px solid #e6e6e6}
.nonetop #fh5co-header-section .maingnb a {color: #caab7a; margin-top: 4px;border: 1px solid #caab7a;}
.nonetop #fh5co-logo {background: url(/img/logo_top.png) no-repeat 0 0;}
.nonetop .gnb a {color: #2c2c2c;}

.top-right, .top-left {
    position: absolute;
    right: 2.5%;
    top: 35px;
}
.top-left {
    left: 3%;
    right: auto;
}
.top-right a {
    color: #fff;
    margin-left: 20px;
}
#fh5co-header-section {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 103;
    color: #fff;
    transition: background-color .25s ease, box-shadow .25s ease;
}

#fh5co-header-section .border {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-color: rgb(255, 255, 255, 0.5) !important;
    border-right: none !important;
    border-left: none !important;
}




/*다국어*/
.txt_global {
    cursor: pointer;
    width: 135px;
    display: flex;
    align-items: center;
}
.ul_global {
    background-color: #f26121;
    z-index: 999;
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 10px 0px;
    width: 135px;
    height: auto !important;
}
.ul_global li {
    padding-top: 5px;
    padding-bottom: 1px;
}
.ul_global a {
    color: white !important
}
.ul_global li a {
    margin: 0;
}
/*헤더 스크롤내렸을때 css*/
#fh5co-header-section.fh5co-scrolled {
    background-color: rgba(0, 0, 0, 0.6);
}

#fh5co-header-section.fh5co-scrolled .border {
    border-bottom: none !important;
}

#fh5co-header-section.fh5co-scrolled .logo {
    background: url(/img/logo_orange.png);
    margin-top: 1px;
}

#fh5co-header-section.fh5co-scrolled .header-utility .logo,
.nonetop #fh5co-header-section .header-utility .logo {
    background-image: url(/img/logo_orange.png);
}

/* nonetop style */
.nonetop #fh5co-header-section .logo {
    background: url(/img/logo_orange.png);
    margin-top: -1px;
}

.nonetop #fh5co-header-section .parallax > use {
    fill: #fff !important;
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

.nonetop .sub {
    padding-top: 150px;
    padding-bottom: 150px;
}


.nonetop .top-right a, .nonetop .txt_global {
    color: #333;
}

.nonetop #fh5co-header-section .header-utility .top-right a,
.nonetop #fh5co-header-section .header-utility .txt_global {
    color: #333;
}

.nonetop #fh5co-header-section.fh5co-scrolled {
    background: #fff;
}

.nonetop #fh5co-header-section .border {
    border-top: 1px solid #ddd !important;
    border-bottom: none !important;
}



.nonetop #fh5co-logo-mobile-wrap svg {
    fill: #ff710d;
}

.nonetop #fh5co-logo-mobile-wrap .lang-btn.dropdown a {
    color: #ff710d;
}

/* waves */
#fh5co-header-section .waves {
    display: block;
    position: absolute;
    width: 100%;
    margin-bottom: -7px;
    min-height: 60px;
    max-height: 60px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: rotate(180deg);
    transition: opacity .2s ease, visibility 0s linear .2s;
}

.wave-line {
    fill: none;
    stroke: #ccc; /* 선의 색상 */
    stroke-width: 2px; /* 선의 두께 */
}

#fh5co-header-section.gnb-open .waves {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, .5, 0.45, .5) infinite;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    /* mobilegnb.js replaces this header after load; hide it from first paint. */
    #fh5co-header-section {
        display: none;
    }

    #fh5co-header-section .waves {
        height: 40px;
        min-height: 40px;
    }

    #fh5co-logo-mobile-wrap {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        padding: 0 16px;
        color: #fff;
        box-sizing: border-box;
    }

    #fh5co-logo-mobile-wrap .mobile-logo-link {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        transform: translate(-50%, -50%);
    }

    #fh5co-logo-mobile-wrap #fh5co-logo-mobile-logo {
        position: static;
        width: 96px;
        height: 42px;
        margin: 0;
        background-position: center;
        background-size: 96px auto;
    }

    body #fh5co-logo-mobile-wrap .lang-btn.dropdown {
        position: absolute;
        top: 50%;
        right: auto;
        left: 16px;
        display: inline-block;
        margin: 0;
        transform: translateY(-50%);
    }

    html[lang="en"] #fh5co-logo-mobile-wrap .lang-btn.dropdown {
        right: auto;
        left: 16px;
    }

    #fh5co-logo-mobile-wrap .lang-btn .dropdown-toggle {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        min-width: 54px;
        height: 42px;
        padding: 0 8px;
        color: inherit;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
        box-sizing: border-box;
    }

    #fh5co-logo-mobile-wrap .lang-btn .dropdown-toggle::after {
        margin-left: 1px;
        vertical-align: middle;
    }

    #fh5co-logo-mobile-wrap .lang-btn .bi-globe {
        display: inline-flex;
        align-items: center;
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

    #fh5co-logo-mobile-wrap .lang-btn .dropdown-menu {
        top: calc(100% + 4px) !important;
        right: auto !important;
        left: 0 !important;
        min-width: 72px;
        margin: 0;
        padding: 4px;
        border: 1px solid #e1e4e8;
        border-radius: 6px;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
        transform: none !important;
    }

    #fh5co-logo-mobile-wrap .lang-btn .dropdown-item {
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 13px;
        line-height: 1.3;
        text-align: center;
    }

    #fh5co-logo-mobile-wrap #fh5co-mobile-menu-btn {
        position: absolute;
        top: 50%;
        right: 16px;
        left: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        color: inherit;
        transform: translateY(-50%);
    }

    #fh5co-logo-mobile-wrap #fh5co-mobile-menu-btn svg {
        width: 28px;
        height: 28px;
        fill: currentColor;
    }

    .nonetop #fh5co-logo-mobile-wrap,
    #fh5co-logo-mobile-wrap.fh5co-scrolled {
        color: #ff710d;
    }

    #fh5co-mobile-menu .mobile-language-menu {
        margin-bottom: 20px;
        border-top: 8px solid #f1f2f3;
    }

    #fh5co-mobile-menu .mobile-language-menu .mobile-language-current {
        color: #f26121;
        font-weight: 700;
    }

    #fh5co-mobile-menu .mobile-language-menu.active .mobile-language-current {
        color: #fff;
    }

    #fh5co-mobile-menu .mobile-language-menu .mobile_depth2 a {
        color: #333;
        font-weight: 500;
    }

    #fh5co-mobile-menu .login {
        align-items: center;
        gap: 12px;
    }

    #fh5co-mobile-menu .mobile-account-actions {
        display: flex;
        align-items: center;
        gap: 18px;
        min-width: 0;
    }

    #fh5co-mobile-menu .login .mobile-account-actions a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 0;
        color: #fff;
        font-weight: 500;
        line-height: 1.2;
        white-space: nowrap;
    }

    #fh5co-mobile-menu .login > #fh5co-mobile-menu-btn {
        flex: 0 0 auto;
        margin-right: 0 !important;
        margin-left: auto;
    }

    #fh5co-mobile-menu .ticket a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin: 0;
        font-weight: 500;
    }
}

@media (prefers-reduced-motion: reduce) {
    #fh5co-header-section,
    #fh5co-header-section .gnb > ul > li > ul,
    .waves,
    .parallax > use {
        animation: none !important;
        transition-duration: .01ms !important;
    }
}
