@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Noto+Serif+TC:wght@400;700&family=Poppins&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Noto+Serif+TC:wght@400;700&family=Poppins&display=swap);

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes scroll {
    0% {
        height: 120px;
        bottom: 8rem
    }

    100% {
        height: 0;
        bottom: 72px
    }
}

@keyframes scroll {
    0% {
        height: 120px;
        bottom: 8rem
    }

    100% {
        height: 0;
        bottom: 72px
    }
}

@-webkit-keyframes scroll-mb {
    0% {
        height: 40px;
        bottom: 4rem
    }

    100% {
        height: 0;
        bottom: 2rem
    }
}

@keyframes scroll-mb {
    0% {
        height: 40px;
        bottom: 4rem
    }

    100% {
        height: 0;
        bottom: 2rem
    }
}

* {
    position: relative;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

:before {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

:after {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

body,
html {
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: Poppins, "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .06rem;
    color: #2e2727
}

a {
    color: #8c8171;
    text-decoration: none
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400
}

h3 {
    font-family: "Noto Serif TC";
    font-size: 2.25rem;
    font-weight: 700
}

h4 {
    font-family: "Noto Serif TC";
    font-size: 2.25rem;
    font-weight: 500
}

h5 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 4px
}

h6 {
    margin-bottom: 8px;
    font-size: .75rem;
    letter-spacing: .2rem;
    color: #8c8171
}

section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 40px
}

article {
    margin-bottom: 56px
}

img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

p {
    margin: 1.5rem 0;
    text-align: justify
}

.button {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    padding: 12px 32px;
    border: 1px solid #8c8171;
    border-radius: 4px
}

.button .icon {
    left: 0;
    top: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 24px
}

.button .icon path {
    stroke: #8c8171
}

.button:hover {
    color: #fff;
    border-color: #b0a697;
    background-color: #b0a697
}

.button:hover .icon path {
    stroke: #fff
}

.hide {
    display: none !important
}

.hide-pc {
    display: none
}

.il-768 {
    display: block
}

@media screen and (max-width:1024px) {
    .br-1024 {
        display: block
    }
}

@media screen and (max-width:768px) {
    .hide-pc {
        display: block
    }

    .br-768 {
        display: block
    }

    .il-768 {
        display: inline-block
    }
}

@media screen and (max-width:576px) {
    section {
        padding-top: 40px;
        padding-bottom: 32px
    }

    .hide-576 {
        display: none
    }

    .br-576 {
        display: block
    }

    .header {
        padding: 0 16px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background: 0 0;
    color: #fff;
    z-index: 10
}

.header a {
    color: #fff
}

.header .header-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3% 0;
    border-bottom: 1px solid #fff
}

.header .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 64px
}

.header .brand .brand-title {
    margin-left: 1.25rem
}

.header .brand .brand-logo svg {
    fill: #fff
}

.header .nav .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header .nav .nav-menu .nav-menu-item {
    height: 100%;
    margin: 0 10px 0 10px
}

.header .nav .nav-menu .nav-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.header .nav .nav-menu .nav-menu-item a::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

.header .nav .nav-menu .nav-menu-item a:hover::after {
    width: 100%
}

.header .nav .nav-menu .nav-menu-item>a {
    padding: 35px 0
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu {
    position: absolute;
    width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 8px 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu .dropdown-menu-item {
    margin: 0;
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu .dropdown-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2e2727;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu .dropdown-menu-item a::after {
    display: none
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu .dropdown-menu-item a span {
    display: block;
    width: 100%;
    padding: 8px 16px
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu .dropdown-menu-item a:hover {
    color: #dbb05d
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu.dropdown-menu-images {
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 120px;
    padding: 0
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu.dropdown-menu-images .dropdown-menu-item {
    margin: 32px 0;
    width: 12.5%;
    max-width: 240px;
    min-width: 200px
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu.dropdown-menu-images .dropdown-menu-item a img {
    height: 0;
    width: 100%
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu.dropdown-menu-images .dropdown-menu-item a span {
    margin-top: 10px;
    display: inline-block;
    width: auto
}

.header .nav .nav-menu .nav-menu-item .dropdown-menu.dropdown-menu-images .dropdown-menu-item:not(:last-child) {
    margin-right: 32px
}

.header .nav .nav-menu .nav-menu-item.logo a img {
    max-height: 24px
}

.header .nav .nav-menu .nav-menu-item:first-child {
    margin-left: 0
}

.header .nav .nav-menu .nav-menu-item:last-child {
    margin-right: 0
}

.header .nav .nav-menu .nav-menu-item.active a::after {
    width: 100%
}

.header .nav .nav-menu .nav-menu-item.dropdown .dropdown-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .nav .nav-menu .nav-menu-item.dropdown .dropdown-title::before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: -2px;
    margin-left: 8px;
    background-color: transparent;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .nav .nav-menu .nav-menu-item.dropdown.open .dropdown-title::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 2px
}

.header .nav .nav-menu .nav-menu-item.dropdown.open .dropdown-menu {
    opacity: 1;
    height: auto;
    pointer-events: initial
}

.header .nav .nav-menu .nav-menu-item.dropdown.open .dropdown-menu a img {
    height: 168px
}

.header .contact .contact-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header .contact .contact-menu .contact-menu-item {
    width: 42px;
    height: 42px;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden
}

.header .contact .contact-menu .contact-menu-item a {
    display: block;
    width: 100%;
    height: 100%
}

.header .contact .contact-menu .contact-menu-item a svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.header .cta-btn {
    display: none;
    border-color: #fff;
    opacity: 0;
    pointer-events: none
}

.header .cta-btn:hover {
    border-color: #b0a697
}

.header .menu-btn {
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: none
}

.header .menu-btn svg {
    stroke: #fff
}

.header .menu-btn .icon-close {
    display: none
}

.header .menu-btn .icon-close svg {
    stroke: #49433e
}

.header.header-up {
    top: -250px
}

.header.header-down {
    height: auto;
    color: #2e2727;
    background: rgba(255, 255, 255, .8)
}

.header.header-down a {
    color: #2e2727
}

.header.header-down .brand .brand-logo svg {
    fill: #49433e
}

.header.header-down .header-container {
    border: none;
    padding-top: 0
}

.header.header-down .nav .nav-menu .nav-menu-item>a {
    padding: 24px 0
}

.header.header-down .nav .nav-menu .nav-menu-item>a::after {
    background-color: #2e2727
}

.header.header-down .nav .nav-menu .nav-menu-item .dropdown-menu {
    top: 72px;
    background-color: #fff
}

.header.header-down .contact .contact-menu .contact-menu-item a svg {
    fill: #49433e
}

.header.header-down .menu-btn svg {
    stroke: #49433e
}

.header.header-down .cta-btn {
    opacity: 1;
    pointer-events: initial
}

.header.open .menu-btn .icon-open {
    display: none
}

.header.open .menu-btn .icon-close {
    display: block
}

.footer {
    background-color: #49433e
}

.footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 0;
    color: #fff;
    line-height: 1.8
}

.footer .footer-container .col {
    width: 33.3333333333%
}

.footer .footer-container a {
    color: #fff
}

.footer .footer-container a:hover {
    color: #dbb05d
}

.footer .logo {
    width: 214px;
    margin-bottom: 12px
}

.footer .logo img {
    width: 100%
}

.footer .name {
    font-size: 1.25rem
}

.footer .company .name {
    color: #dbb05d
}

.footer .company:not(:last-child) {
    margin-bottom: 24px
}

.footer .contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 16px
}

.footer .contact ul li {
    margin-right: 16px
}

.footer .contact ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.footer .contact ul li img {
    pointer-events: none
}

.footer .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .links ul li {
    margin-right: 32px
}

.footer .copy-right {
    padding: 12px 0;
    font-size: .75rem;
    color: rgba(252, 250, 244, .6);
    text-align: center
}

.float-right {
    position: fixed;
    bottom: 15%;
    right: 64px;
    z-index: 9
}

.float-right .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    margin-bottom: 12px;
    border-radius: 8px;
    background-color: #b0a697;
    cursor: pointer
}

.float-right .item img {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: none
}

.float-right .item:hover {
    background-color: #8c8171
}

.float-right .item.contact .close {
    display: none
}

.float-right .item.contact .contact-links {
    display: none;
    position: absolute;
    bottom: 100%
}

.float-right .item.contact .contact-links .contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px;
    background-color: #b0a697;
    color: #fff;
    text-align: center;
    font-size: .75rem;
    border-radius: 8px
}

.float-right .item.contact .contact-links .contact-link .contact-link-item .icon {
    width: 32px;
    height: 32px
}

.float-right .item.contact .contact-links .contact-link>:not(:last-child) {
    margin-bottom: 8px
}

.float-right .item.contact.open .open {
    display: none
}

.float-right .item.contact.open .close {
    display: block
}

.float-right .item.contact.open .contact-links {
    display: block
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9
}

.fixed-bottom .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    background-color: #b0a697;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.fixed-bottom .item img {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: none
}

.fixed-bottom .item:hover {
    background-color: #8c8171
}

.fixed-bottom .item.contact {
    padding: 16px 0
}

.fixed-bottom .item.contact p {
    width: 60%;
    margin: 0;
    border-right: 1px dashed;
    padding: 0 8px;
    text-align: center
}

.fixed-bottom .item.contact .contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.fixed-bottom .item.contact .contact-links .contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    background-color: #b0a697;
    font-size: .75rem
}

.fixed-bottom .item.contact .contact-links .contact-link .contact-link-item .icon {
    width: 32px;
    height: 32px
}

@media screen and (max-width:1024px) {
    .header {
        height: auto
    }

    .header .header-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 6px 16px 0
    }

    .header .brand .brand-title {
        display: none
    }

    .header .nav .nav-menu .nav-menu-item a {
        color: #49433e;
        padding: 16px 0
    }

    .header .contact {
        display: none
    }

    .header .menu-btn {
        display: block
    }

    .header .cta-btn {
        display: none
    }

    .header.header-down .nav .nav-menu .nav-menu-item a {
        padding: 16px 0
    }

    .header.open .nav {
        display: block
    }

    .footer .footer-container {
        padding: 48px 32px;
        font-size: .875rem
    }

    .footer .footer-container .col {
        width: 40%
    }

    .footer .footer-container .col:last-child {
        width: 30%
    }

    .footer .links ul li {
        margin-right: 24px
    }

    .float-right {
        right: 32px
    }
}

@media screen and (max-width:768px) {
    .header {
        height: auto;
    }

    .header .header-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header .cta-btn {
        opacity: 1
    }

    .footer {
        padding-bottom: 56px
    }

    .footer .footer-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-container .col {
        width: 50%
    }

    .footer .footer-container .col:last-child {
        width: 50%
    }
}

@media screen and (max-width:576px) {
    .header {
        padding: 0 16px
    }

    .header .nav {
        overflow-x: auto;
        width: 100%;
        text-wrap: nowrap;
    }

    .footer .footer-container .col {
        width: 100%
    }

    .footer .footer-container .col:not(:last-child) {
        margin-bottom: 16px
    }

    .footer .footer-container .col:last-child {
        width: 100%
    }

    .float-right {
        right: 16px;
        bottom: 56px
    }
}