html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.menuBar_container {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(78, 78, 78, 1) 100%);
}

.navbar {
    padding: 0px;
    width: 100%;
}

.nav-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background 0.1s linear;
}

.nav-link {
    white-space: nowrap;
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    color: #000000;
}

.navbar .nav-item:not(:hover) .nav-link {
    color: #ffffff;
}

.navbar .nav-item.active,
.navbar .nav-item:hover {
    background-color: #ffffff;
}

.navbar .nav-item.show {
    background-color: #ffffff;
}

.navbar .nav-item.show .nav-link {
    color: #000000;
}

.mini-site-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focusring-color;
}

@media screen and (max-width: 575.98px) and (max-width: 1199.98px) {
    .row_of_menuBar {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px),
(min-width: 768px) and (max-width: 991.98px),
(min-width: 992px) and (max-width: 1199.98px),
(min-width: 1200px) and (min-width: 2000px) {
    .row_of_menuBar {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media screen and (min-width: 2000px) {
    .container {
        max-width: 1920px;  /* 根據需求調整 */
        margin-left: auto;
        margin-right: auto;
    }
}


/*------------------------------------------------------------------*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}


/*
body::-webkit-scrollbar {
  display: none;
}
*/

@media screen and (max-width: 575.98px) {
    .g_fs_46 {
        font-size: calc(46px / 1.2);
    }
    .g_fs_36 {
        font-size: calc(36px / 1.2);
    }
    .g_fs_30 {
        font-size: calc(30px / 1.2);
    }
    .g_fs_26 {
        font-size: calc(26px / 1.2);
    }
    .g_fs_22 {
        font-size: calc(22px / 1.2);
    }
    .g_fs_20 {
        font-size: calc(20px / 1.2);
    }
    .g_fs_16 {
        font-size: calc(16px / 1.2);
    }
    .g_fs_14 {
        font-size: calc(14px / 1.2);
    }
    .g_fs_12 {
        font-size: calc(12px / 1.2);
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px),
(min-width: 768px) and (max-width: 991.98px),
(min-width: 992px) and (max-width: 1199.98px),
(min-width: 1200px) {
    .g_fs_46 {
        font-size: 46px;
    }
    .g_fs_36 {
        font-size: 36px;
    }
    .g_fs_30 {
        font-size: 30px;
    }
    .g_fs_26 {
        font-size: 26px;
    }
    .g_fs_22 {
        font-size: 22px;
    }
    .g_fs_20 {
        font-size: 20px;
    }
    .g_fs_16 {
        font-size: 16px;
    }
    .g_fs_14 {
        font-size: 14px;
    }
    .g_fs_12 {
        font-size: 12px;
    }
}