header{
    position: fixed;
    width: 100%;
    display: block;
    z-index: 999;
    background-color: #FFF;
    top: 0;
}

.header-2{
    box-shadow: rgb(252, 163, 169) 0px 1px 5px;
}

.header-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #a0a0a0;
    transition: all .4s ease;
}
.header-box-2{
    border:0;
    margin-bottom: 0;
    transition: all .4s ease;
}

.header-menu{
    width: 600px;
    max-width: 100%;
    display: block;
    float: right;

}
.header-menu li{
    width: 25%;
    height: 84px;
    display: inline-block;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
}

.menu-mask{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #d11d1d;
    position: absolute;
    top: -100px;
    transition: all .4s ease;
}
.header-menu li i{
    padding-top: 5px;
    text-align: center;
    position: relative;
    font-size: 20px;
    display: block;
    color: #FFF
}

.header-menu-a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
    font-family: "微軟正黑體";
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.header-logo-box{
    width: 400px;
    max-width: 100%;
    display: block;
    float: left;
    margin-left: 20px;
    padding: 10px 0;
}

.header-logo{
    width: 70px;
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
    transition: all .4s ease;
}

.header-logo-title{
    display: inline-block;
    font-size: 40px;
    color: #d11d1d;
    font-weight: bold;
    vertical-align: bottom;
    letter-spacing: 4px;
    transition: all .4s ease;
    font-family: "DFKai-sb";
}
.header-logo-title span{
    font-size: 30px;
    font-weight: bold;
    transition: all .4s ease;
    font-family: "Noto Sans TC";
}


.header-logo-2{
    width: 50px;
    transition: all .4s ease;
}

.header-logo-title-2{
    font-size: 35px;
    transition: all .4s ease;
}
.header-logo-title-2 span{
    font-size: 20px;
    transition: all .4s ease;
} 
.rwd-icon{
    width: 50px;
    height: 50px;
    background-image: url('../img/index/menu.png');
    background-size: cover;
    background-position: center;
    position: relative;
    float: right;
    right: 10px;
    top: 15px;
    display: none;
    transition: all .4s ease;
}

.header-menu-2 li{
    height: 75px;
    transition: all .4s ease;
}

.header-menu-2-a{
    padding-top: 25px;
    transition: all .4s ease;
}

.line-icon{
    width: 70px;
    max-width: 100%;
    display: block;
    position: fixed;
    z-index: 10;
    top: 13%;
    left: 2%;
}

.line-icon img{
    width: 100%;
}