/* 字體 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
    font-family: "EBGaramond-VariableFont_wght";
    src: url(../../fonts/EBGaramond-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Cinzel-Regular";
    src: url(../../fonts/Cinzel-Regular.ttf);
}

.pointer {
    cursor: pointer;
}

.EBGaramond {
    font-family: "EBGaramond-VariableFont_wght";
}


/*============nav===============*/

.logo {
    width: 7vw;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.bar {
    position: absolute;
    display: block;
    width: 7.3%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    z-index: 999;
}

#header {
    position: fixed;
    display: block;
    top: 0;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    color: #3d3d3d;
    box-sizing: border-box;
    font-family: 'Noto Serif TC', serif;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 4vw;
    letter-spacing: 0.7vw;
}

.header-area {
    position: fixed;
    display: block;
    width: 100%;
    height: 12vw;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}

nav {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

nav ul {
    height: auto;
    padding: 0;
    margin: 0;
}

nav li {
    width: 100%;
    height: auto;
    line-height: 16vw;
    vertical-align: middle;
    display: block;
    list-style-type: none;
    position: relative;
    text-align: center;
}

nav li>a::after {
    content: "";
    width: 20vw;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5vw;
    background-color: #727171;
}

nav li>a {
    color: #3d3d3d;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative;
    font-weight: 600;
}

.sub {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    margin-top: -3vw;
}

.sub-li {
    width: 100%;
    height: 100%;
    display: block;
}

#nav-li2 {
    margin: 0 auto;
}

.sub a {
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    color: #3d3d3d;
    font-size: 3.3vw;
    display: block;
    text-align: center;
    font-weight: 600;
}

.fbig {
    width: 11vw;
    position: absolute;
    right: 3.5vw;
    top: 50%;
    transform: translateY(-50%);
    color: #727171;
    font-family: 'Noto Serif TC', serif;
    font-size: 2.7vw;
    z-index: 999;
    white-space: nowrap;
}

.fbig a {
    color: #727171;
    display: inline-block;
}

.fb {
    position: relative;
    margin: 0 2vw 0 0;
}

.fb::after {
    content: "/";
    position: absolute;
    right: -1.9vw;
    top: 50%;
    transform: translateY(-50%);
    color: #727171;
}

.menu-pic {
    width: 1.2vw;
    position: absolute;
    left: 58.9vw;
    bottom: 5vw;
}