@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
    font-family: 'Noto Sans TC';
    font-weight: 100;
}

body {
    background-color: #f8f8f8;
}

h1 font{
    font-weight: 400;
}
.banner-box h2{
    background-color: #000;
    padding: 1% 3%;
}
.banner-box h2 font{
    font-weight:400;
    color: #fff;
    
}

.logo img {
    width: 100%;
}

.logo-menu-bg {
    background-image: url(../img/logo-bg.png);
    background-size: cover;
}

.logo-menu-box {
    width: 100%;
    max-width: 1650px;
    background-color: #ed1b25;
    margin: auto;
    position: relative;
}

.logo-control {
    display: inline-block;
}

.logo-control img {
    width: 100%;
}

.menu-control {
    display: inline-block;
}

.theme-text {
    color: #fff;
    display: inline-block;
    float: right;
    padding-right: 2%;
    padding-top: 1%;
}

.theme-text h1 {
    font-size: 30px;
}

.menu-control a {
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: 100;
    padding: 4% 0;
    display: inline-block;
    margin: 7px 22px;/*191030，昆璋修改，11px 22px->7px 22px*/
    height: 50px;
    max-width: 120px;/*191030，昆璋修改，100->120*/
    text-align: center;
}

.menu-buttons:before {
    content: "";
    position: absolute;
    opacity: 0;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    bottom: -12px;
    right: 1px;
    width: 100%;
    height: 15px;
    transition: .5s cubic-bezier(0, -0.06, 0, .98);
}

.menu-buttons:hover.menu-buttons:before {
    opacity: 1;
    bottom: -2px;
}

.menu-control a:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -25px;
    top: -14px;
    height: 74px;
    width: 1px;
    box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.hamburger {
    display: none;
    max-width: 36px;
    position: absolute;
    top: 5px;
    right: 3%;
}

.hamburger img {
    width: 100%;
}

.switch {
    border-top: 2px solid #db0d17;
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}

.hamburger-menu ul li {
    margin: 1% 0;
    border-bottom: 1px solid #ff6269;
}

.hamburger-menu ul li a {
    color: #fff;
    display: block;
    padding: 3% 0;
}

.hamburger-menu {
    display: none;
    background-color: #b90109;
}

.banner-box {
    margin-top: 3%;
}

.banner-box img {
    width: 100%;
}

.container-box {
    width: 100%;
    max-width: 1650px;
    margin: auto;
    position: relative;
    padding: 25px 0;
}

.hamburger-menu {
    position: absolute;
    z-index: -99;
    opacity: 0;
}

@media (max-width: 1115px) {
    .theme-text {
        padding-top: 2%;
    }
    .menu-control a {
        width: 65px;
    }
    .hamburger-menu {
        position: absolute;
        z-index: -99;
        opacity: 0;
    }
}

@media (max-width: 940px) {
    .hamburger-menu {
        position: relative;
        z-index: 0;
        opacity: 1;
    }
    .hamburger {
        display: inline-block;
        top: 5px;
    }
    .logo-control img {
        width: 40%;
    }
    .logo-menu-box {
        background-color: #000000;
    }
    .logo-control {
        text-align: center;
        display: block;
    }
    .menu-control {
        display: none;
    }
    .theme-text {
        color: #fff;
        background-color: #ed1b25;
        display: block;
        float: none;
        padding: 1% 0;
        position: relative;
    }
}

@media (max-width: 800px) {
    .logo-control img {
        width: 70%;
    }
    .theme-text h1 {
        font-size: 25px;
        display: inline-block;
        padding-left: 10px;
    }
}
