.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6312 .elementor-element.elementor-element-73b21d8{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-3c3adb8 *//* 頂部導航欄樣式 */
.globalNav {
    position: relative;
    display: flex;
    justify-content: center;
}

.globalNavList {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.globalNavList li {
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
}

/* 指示器的樣式 */
.globalNavCurrent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ffcc00; /* 這裡可以改成任意顏色 */
    transition: left 0.3s ease, width 0.3s ease;
}/* End custom CSS */