﻿@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@600&display=swap');

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 10s;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Roboto', 'Noto Sans TC', 'sans-serif';
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
}

div,
p,
span {
    Box-sizing: border-box;
}

p {
    text-align: justify;
    font-size: 18px;
    line-height: 2em;
    color: #333;
}

p.Bold {
    margin: 1em 0 2em 0;
    font-size: 22px;
    font-weight: 500;
}

a {
    text-decoration: none;
    Box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
}

h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.64em;
    letter-spacing: 0.11em;
    text-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}

h1,
h2 {
    margin: 0;
}

h3 {
    margin: 0;
    font-weight: 500;
}

sub {
    font-size: .6em;
    line-height: .6em;
    vertical-align: baseline;
}

sup {
    font-size: .6em;
    line-height: .6em;
    vertical-align: super;
}

.Top {
    position: relative;
    height: 30vw;
    background-color: #0a1d30;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Top .Container,
.Top .Container a {
    color: #fff;
}

.Top:not(#ProductDetail .Top) .Container {
    position: absolute;
    width: 60%;
    height: 100%;
    padding: 10vw 0 10vw 8vw;
    background: -moz-linear-gradient(left, rgb(3 13 23 / 60%) 33%, transparent 100%);
    background: -webkit-linear-gradient(left, rgb(3 13 23 / 60%) 33%, transparent 100%);
    background: linear-gradient(to right, rgb(3 13 23 / 60%) 33%, transparent 100%);
}

.Top:not(#ProductDetail .Top) .Container h1 {
    margin: 0 0 0 -0.07em;
}

.BreadList {
    text-align: left;
    line-height: 16px;
    font-size: 16px;
}

.BreadList .BreadItem,
.BreadList .BreadItem:nth-child(2):hover {
    white-space: nowrap;
    font-weight: 300;
    transition: all .2s;
}

span.Description {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.II {
    font-family: 'fangsong', 'Roboto', 'Noto Sans TC', 'sans-serif';
}

.II.Red {
    font-weight: bold;
    color: #b80000;
    background: -moz-linear-gradient(bottom, #ff0000 50%, #ff2e2e 100%);
    background: -webkit-linear-gradient(bottom, #ff0000 50%, #ff2e2e 100%);
    background: linear-gradient(to top, #ff0000 50%, #ff2e2e 100%);
    background-size: 100% 50%;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Clearfix::before,
.Clearfix::after {
    content: " ";
    display: table;
}

.Clearfix::after {
    clear: both;
}

.Container {
    margin: auto;
    width: 1600px;
}

.MainButton {
    position: relative;
    margin: 20px 0 0 0;
    padding: 10px 55px 12px 50px;
    display: inline-block;
    width: 180px;
    height: 42px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    background: #185284;
    background: -moz-linear-gradient(right, #5981a5 0%, #183e62 100%);
    background: -webkit-linear-gradient(right, #5981a5 0%, #183e62 100%);
    background: linear-gradient(to left, #5981a5 0%, #183e62 100%);
    border: 1px solid #185284;
    border-radius: 2px;
    transition: all .2s;
    cursor: pointer;
}

.MainButton span {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.MainButton::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 40px;
    background: #181818;
    background: -moz-linear-gradient(left, #5981a5 0%, #183e62 100%);
    background: -webkit-linear-gradient(left, #5981a5 0%, #183e62 100%);
    background: linear-gradient(to right, #5981a5 0%, #183e62 100%);
    transition: all .2s;
}

.MainButton::after {
    content: "";
    transform: translateY(2px);
    padding: 0px 0 0 65px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../_Image/Mainbutton.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    transition: all .2s;
}

.MainButton:hover {
    border: 1px solid #333;
}

.MainButton:hover:after {
    transform: translateY(2px) translateX(10px);
}

.MainButton:hover:before {
    width: 100%;
}

.SubButton {
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    display: inline-block;
    font-size: 13px;
    color: #b80000;
    background: url(../_Image/button.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    cursor: pointer;
}

.GoTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    text-shadow: 0 0 6px #fff;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    background: #fff;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 0 0 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
}

.Cover {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.Head,
.Head.Transparent:hover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.05);
    transition: all .2s;
}

.Head.Transparent {
    background-color: transparent;
    box-shadow: none;
    transition: all .2s;
}

.Head .Logo {
    float: left;
    margin: 0 0 0 50px;
    display: block;
    width: 260px;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    background-image: url(../_Image/logo.svg);
    transition: all 0.2s;
}

.Head .MainMenuList {
    position: absolute;
    top: 50%;
    left: 325px;
    transform: translateY(-50%);
}

.Head .MainMenuList .MainMenuItem,
.Head.Transparent:hover .MainMenuList .MainMenuItem {
    float: left;
    display: block;
    padding: 0 25px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    border-right: 1px rgba(0, 0, 0, 0.2) solid;
}

.Head.Transparent .MainMenuList .MainMenuItem {
    color: rgba(255, 255, 255, 0.9);
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    transition: all .2s;
}

.Head:hover .MainMenuList .MainMenuItem {
    transition: all .2s;
}

.Head:hover .MainMenuList .MainMenuItem:hover {
    color: rgba(0, 0, 0, 1);
}

.Head .MainMenuList .MainMenuItem:nth-last-child(1),
.Head.Transparent:hover .MainMenuList .MainMenuItem:nth-last-child(1),
.Head.Transparent .MainMenuList .MainMenuItem:nth-last-child(1) {
    border-right: none;
}

.Head .MainMenuList .MainMenuItem {
    cursor: pointer;
}

.Head .SubMenuList {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.Head .SubMenuList .SubMenuItem {
    float: left;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #7db4d3;
    transition: all .2s;
    cursor: pointer;
}

.Head .SubMenuList .SubMenuItem:hover {
    color: #416a98;
}

.Head select {
    margin: 4px 0 4px 10px;
    padding: 5px 30px 5px 15px;
    font-size: 14px;
    color: #7db4d3;
    background-color: transparent;
    background-image: url(../_Image/select.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
    border: 1px solid rgba(125, 180, 211, 0.5);
    border-radius: 2px;
    transition: all .2s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.Head select:hover {
    color: #416a98;
    background-image: url(../_Image/selectHover.svg);
    border: 1px solid #416a98;
    transition: all .2s;
}

.Head .MenuTitle {
    display: none;
}

.Head .Hamburger {
    display: none;
    transition: all 0.2s;
}

.Body {
    margin: 80px 0 0 0;
}

.Map {
    padding: 50px 0;
    background-color: #e9eaef;
    text-align: center;
}

.Map .Container {
    width: 1440px;
    background-image: url(../_Image/logo_white50.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right bottom;
}

.Map h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    color: #174c76;
}

.Map .Wapper {
    display: inline-block;
    margin: 40px 0 0 0;
    vertical-align: top;
}

.Map .Wapper .MapList {
    float: left;
    margin: 0 80px 30px 0;
    text-align: left;
}

.Map .Wapper:nth-of-type(2) .MapList:nth-last-of-type(1) {
    margin: 0 0 30px 0;
}

.Map .Wapper .MapList .MapItem {
    display: block;
    width: 100%;
}

.Map .Wapper .MapList span.MapItem,
.Map .Wapper:nth-of-type(2) .MapList:nth-child(1) a.MapItem,
.Map .Wapper:nth-of-type(2) .MapList:nth-child(4) a.MapItem,
.Map .Wapper:nth-of-type(2) .MapList:nth-child(2) a.MapItem {
    padding: 0 0 10px 0;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    font-size: 16px;
}

.Map .Wapper .MapList a.MapItem {
    padding: 0 0 5px 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    transition: .2s all;
}


.Map .Wapper .MapList a.MapItem:hover {
    color: #b80000;
    transition: .2s all;
}

.Map .Wapper .MapList a.Community {
    margin: 0 2px 0 0;
    display: inline-block;
    width: 32px;
    height: 34px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 90%;
    opacity: .8;
    transition: all .2s;
}

.Map .Wapper .MapList a.Community.yt {
    background-image: url(../_Image/logo_yt.svg);
}

.Map .Wapper .MapList a.Community.ig {
    background-image: url(../_Image/logo_ig.svg);
}

.Map .Wapper .MapList a.Community:hover {
    opacity: 1;
    transition: all .2s;
}

.CopyRight {
    padding: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-align: center;
}

.Dark .Head {
    background-color: rgb(20 25 31 / 50%);
    backdrop-filter: saturate(180%) blur(10px);
}

.Dark .Head .MainMenuList .MainMenuItem {
    color: rgba(255, 255, 255, 0.7);
}

.Dark.Head:hover .MainMenuList .MainMenuItem:hover,
.Dark .Head .MainMenuList .MainMenuItem:hover,
.Dark.Head:hover .SubMenuList .SubMenuItem:hover,
.Dark .Head .SubMenuList .SubMenuItem:hover {
    color: #fff;
}

.Dark .Head .MainMenuList .MainMenuItem {
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
}

.Dark .Head select:hover {
    background-color: #fff;
}

.Dark .Head .Logo {
    background-image: url(../_Image/logo_white100.svg);
    background-color: transparent;
}

.Dark .Map {
    background-color: rgb(35, 35, 40);
}

.Dark .Map h2 {
    color: #7db4d3;
}

.Dark .Map .Container {
    background-image: url(../_Image/logo_white10.svg);
}

.Dark .Map .Wapper .MapList span.MapItem,
.Dark .Map .Wapper:nth-of-type(2) .MapList:nth-child(4) a.MapItem {
    color: rgba(255, 255, 255, 0.9);
}

.Dark .Map .Wapper .MapList a.MapItem {
    color: rgba(255, 255, 255, 0.7);
}

.Dark .Map .Wapper .MapList a.MapItem:hover {
    color: #7db4d3;
}

.Dark .Map .Wapper .MapList a.Community.yt {
    background-image: url(../_Image/logo_yt_white.svg);
}

.Dark .Map .Wapper .MapList a.Community.ig {
    background-image: url(../_Image/logo_ig_white.svg);
}

.Dark .CopyRight,
.Dark .CopyRight a {
    color: rgba(255, 255, 255, 0.5);
}

footer.Cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 30px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background-color: rgba(33, 34, 39, .8);
    z-index: 999;
}

footer.Cookie .Button {
    margin: 0 0 0 50px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    transition: all .2s;
}

footer.Cookie .Button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all .2s;
}

@media screen and (max-width:1699px) {
    .Container {
        padding: 0 50px;
        width: 100%;
    }

    /* .Head {
        height: 80px;
    } */

    .Head .Logo {
        margin: 0 0 0 25px;
        width: 200px;
    }

    .Head .MainMenuList {
        left: 225px;
    }

    .Head .MainMenuList .MainMenuItem,
    .Head.Transparent:hover .MainMenuList .MainMenuItem {
        padding: 0 20px;
    }

    .Head .SubMenuList .SubMenuItem {
        padding: 5px;
    }

    .Head select {
        margin: 0 0 0 10px;
    }

    .Map .Container {
        width: 100%;
        background-position: 96% bottom;
    }

    .Map .Wapper .MapList {
        margin: 0 60px 30px 0;
    }
}

@media screen and (max-width:1439px) {

    .Head .MainMenuList .MainMenuItem,
    .Head.Transparent:hover .MainMenuList .MainMenuItem {
        font-size: 14px;
        padding: 0 15px;
    }

    .Head .SubMenuList .SubMenuItem {
        font-size: 12px;
    }

    .Dark .Head .MainMenuList .MainMenuItem {
        border-right: none;
    }

    .Container {
        padding: 0 30px;
    }

    .Top:not(#ProductDetail .Top) .Container {
        /* width: calc(33% + 80px); */
        padding: 10vw 0 10vw 80px;
    }

    .Map {
        padding: 50px;
    }

    .Map .Wapper .MapList {
        margin: 0 50px 30px 0;
    }
}

@media screen and (max-width:1249px) {
    h1 {
        font-size: 50px;
    }

    .GoTop {
        right: 30px;
        bottom: 30px;
    }

    .Head {
        height: 60px;
    }

    .Head .MainMenuList {
        top: 60px;
        left: 100%;
        transform: translateY(0);
        width: 100%;
        height: calc(100vh - 60px);
        padding: 10px 30px;
        background: rgba(0, 0, 0, 0.7);
        background: -moz-radial-gradient(75%, ellipse cover, #3f5167 0%, #121b2a 100%);
        background: -webkit-radial-gradient(75%, ellipse cover, #3f5167 0%, #121b2a 100%);
        background: radial-gradient(25%, #3f5167 0%, #121b2a 100%);
    }

    .Head .MainMenuList .MainMenuItem {
        padding: 15px;
        width: 100%;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        font-weight: 300;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        border-right: none;
        border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    }

    .Head .MainMenuList .MainMenuItem:nth-child(2) {
        display: none;
    }

    .Head .MainMenuList .MainMenuItem::after {
        content: ">";
        float: right;
        color: #ff3939;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Limelight', 'cursive';
    }

    .Head .SubMenuList {
        top: 385px;
        right: auto;
        left: 100%;
        transform: translateY(0);
        width: 100%;
        padding: 0 30px;
        text-align: center;
    }

    .Head .SubMenuList .SubMenuItem {
        padding: 10px;
        width: 25%;
        text-align: center;
        color: #bed1dc;
        font-size: 18px;
    }

    .Head select {
        margin: 10px auto;
        float: none;
        color: #bed1dc;
        border: 1px solid rgba(190, 209, 220, 0.5);
    }

    .Head .MenuTitle {
        width: 100%;
        height: 60px;
        background-color: #fff;
    }

    .Head .MenuTitle span {
        transform: translateY(-50%);
        min-width: 60px;
        text-align: center;
    }

    .Head .MenuTitle .Back {
        position: absolute;
        top: 30px;
        left: 0;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Limelight', cursive;
    }

    .Head .MenuTitle .Title {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .Head .MenuTitle .Title span {
        padding: 0 10px;
    }

    .Head .MenuTitle .Close {
        position: absolute;
        top: 30px;
        right: 0;
        font-size: 25px;
        font-weight: 300;
    }

    .Head .Hamburger {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        display: block;
    }

    .Head .Hamburger div {
        padding: 10px;
        display: inline-block;
    }

    .Head .Hamburger div.ProductButton {
        font-weight: 400;
    }

    .Head .Hamburger div.ProductButton::after {
        content: "";
        transform: translateY(4px) translateX(11px);
        display: inline-block;
        width: 1px;
        height: 20px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .Head .Hamburger div.MenuButton.Click {
        background-color: #fff;
    }

    .Dark .Head .MainMenuList .MainMenuItem,
    .Dark .Head .Hamburger div {
        color: #fff;
    }

    .Body {
        margin: 60px 0 0 0;
    }

    .Map .Wapper .MapList {
        margin: 0 20px 30px 0;
    }
}

@media screen and (max-width:1023px) {
    .Map .Wapper {
        width: 100%;
    }

    .Map .Wapper .MapList {
        margin: 0;
        width: 25%;
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 17px;
        letter-spacing: 0.05em;
    }

    span.Description {
        font-size: 14px;
    }

    .Head .Logo {
        margin: 0;
        width: 140px;
    }

    .Head .Hamburger {
        right: 0;
    }

    .Head:hover .MainMenuList .MainMenuItem:hover {
        color: #fff;
    }

    .Head .SubMenuList .SubMenuItem {
        width: 50%;
    }

    .Head .MenuTitle .Title#Title3 {
        width: calc(100% - 120px);
        letter-spacing: 0;
    }

    .GoTop {
        right: 15px;
        bottom: 15px;
    }

    .Container {
        padding: 0 15px;
    }

    .Top:not(#ProductDetail .Top) {
        height: 50vh;
    }

    .Top:not(#ProductDetail .Top) .Container {
        transform: none;
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 1em;
        background: rgb(3 13 23 / 60%);
    }

    .Top:not(#ProductDetail .Top) .Container::after {
        position: absolute;
        content: "";
        display: inline-block;
        top: -15vh;
        left: 0;
        content: "";
        width: 100%;
        height: 15vh;
        background: -moz-linear-gradient(bottom, rgb(3 13 23 / 60%), transparent 100%);
        background: -webkit-linear-gradient(bottom, rgb(3 13 23 / 60%), transparent 100%);
        background: linear-gradient(to top, rgb(3 13 23 / 60%), transparent 100%);
    }

    .Top:not(#ProductDetail .Top) .Container h1 {
        margin: 0;
        text-align: center;
    }

    .Top:not(#ProductDetail .Top) .Container .BreadList {
        padding: .5em;
        text-align: center
    }

    .Map {
        padding: 50px 15px 15px 15px;
    }

    .Map .Container {
        background-position: right bottom;
        background-size: 60%;
    }

    .Map .Wapper {
        float: left;
        margin: 20px 0 0 0;
        width: 50%;
    }

    .Map .Wapper:nth-of-type(2) {
        margin: 20px 0 0 30px;
        width: calc(50% - 30px);
    }

    .Map .Wapper .MapList {
        margin: 0 0 30px 0;
        width: 100%;
    }
}

@media screen and (max-height:650px) and (max-width:767px) {
    .Head .MainMenuList .MainMenuItem {
        padding: 10px;
    }

    .Head .SubMenuList {
        top: 375px;
    }

    .Head .SubMenuList .SubMenuItem {
        float: left;
        width: 50%;
    }
}