
/*
    ammpe header CSS
*/

/*global*/

.seo-unit {
    display: none;
}

/* header */

.header {
  width: 1080px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto;
  font-size: 1rem;
  font-family: 'Noto Serif CJK TC', 'Source Han Serif TC', 'Source Han Serif', 'source-han-serif-tc', '宋体', serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.header.en {
  letter-spacing: 0.025em;
}
    .header::before {
        content: "";
        height: 100%;
        width: 90px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../image/header/bg-headerLeft.png) center center no-repeat;
        background-size: contain;
    }

    .header .brand {
        width: 100%;
        height: 120px;
        border-bottom: 2px solid #fff;
        background: url(../../image/header/bg-headerTop.jpg) center center no-repeat;
        background-size: cover;
        padding: 0 0 0 80px;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }
        .header .brand a {
            display: block;
        }
            .header .brand img {
                width: auto;
                height: auto;
                vertical-align: top;
            }
    .header .nav-list {
        width: 100%;
        height: 80px;
        background: url(../../image/header/bg-headerBtm.jpg) center center no-repeat;
        background-size: cover;
        margin: 0;
        padding: 0 0 0 120px;
    }
        .nav-list ul {
            padding: 0;
            margin: 0;
            height: 100%;
            max-width: 1080px;
            list-style: none;
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
        }
            .nav-list ul li {
                padding: 0;
                flex: 1 1 auto;
            }
                .nav-list a {
                    color: #fff;
                    text-decoration: none;
                    font-size: 1.375rem;
                    font-weight: 600;
                    text-shadow: 1px 1px 8px #000000;
                    vertical-align: baseline;
                }


