<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,500|Noto+Serif+TC:300,400,600,900|Nunito+Sans&amp;display=swap);*/
@import url(https://fonts.googleapis.com/css?family=Noto + Sans + TC:300, 500|Noto + Serif + TC:300, 400, 600, 900|Nunito + Sans&amp;display=swap);

.classNote {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #222;
    text-align: center
}

@media (max-width: 1180px) {
    .itemList {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.itemList li {
    padding: 50px 0
}

@media (max-width: 1180px) {
    .itemList li {
        width:50%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    .itemList li {
        width:100%
    }
}

@media (min-width: 1181px) {
    .itemList li:nth-of-type(2n) .item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .itemList li:nth-of-type(2n) .rightBox {
        margin-right: -35px
    }

    .itemList li:nth-of-type(odd) .rightBox {
        margin-left: -35px
    }
}

.itemList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1180px) {
    .itemList .item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.itemList .leftBox {
    width: 62%
}

@media (max-width: 1180px) {
    .itemList .leftBox {
        width:100%
    }
}

.itemList .rightBox {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px 30px;
    width: 38%
}

@media (max-width: 1180px) {
    .itemList .rightBox {
        padding:25px 30px 20px;
        width: 100%
    }
}

.itemList .rightBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    opacity: 0.9
}

.itemList .Img img {
    display: block;
    width: 100%
}

.itemList .contentBox {
    position: relative;
    text-align: center;
    z-index: 1
}

.itemList .contentBox .title a {
    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;
    font-size: 30px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #358f77
}


@media (max-width: 640px) {
    .itemList .contentBox .title a {
    font-size: 26px;
    }
}

.itemList .contentBox .title a:hover {
    color: #5a5858
}

.itemList .contentBox .title .icon {
    display: none;
    height: 20px;
    padding-right: 7px
}

.itemList .contentBox .address a {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 300;
    color: #358f77
}

.itemList .contentBox .address a:hover {
    color: #5a5858
}

.itemList .contentBox .address a:hover .icon-point {
    stroke: #5a5858
}

.itemList .contentBox .address a .icon {
    display: inline-block;
    height: 14px;
    padding-right: 7px
}

.itemList .contentBox .icon-logo {
    width: 27px;
    height: 20px;
    fill: #358f77
}

.itemList .contentBox .icon-point {
    width: 10px;
    height: 14px;
    stroke: #484751;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.itemList .contentBox .Txt {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #575757
}

@media (max-width: 1180px) {
    .itemList .contentBox .Txt {
        margin-top:10px;
        margin-bottom: 10px
    }
}

.itemList .contentBox .Txt p {
    height: 75px
}

.itemList .contentBox .readMoreBtn a {
    margin: 0 auto
}

.introArea {
    position: relative;
    padding-top: 80px
}

@media (max-width: 1600px) {
    .introArea {
        padding-top:80px
    }
}

@media (max-width: 1480px) {
    .introArea {
        padding-top:60px
    }
}

@media (max-width: 960px) {
    .introArea {
        padding-top:0px
    }
}

.introArea:before {
    content: "";
    position: absolute;
    bottom: -67px;
    right: 0;
    height: 32.75vw;
    min-height: 510px;
    width: 43%;
    background-image: url(../images/bg_y.png)
}

@media (max-width: 1180px) {
    .introArea:before {
        display:none
    }
}

.introArea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1180px) {
    .introArea .item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.introArea .leftBox {
    padding-top: 37.75vw;
    width: 65%;
    position: relative
}

@media (max-width: 1180px) {
    .introArea .leftBox {
        width:100%;
        padding: 0
    }
}

.introArea .leftBox .topPicBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden
}

@media (max-width: 1180px) {
    .introArea .leftBox .topPicBox {
        position:relative;
        bottom: auto
    }
}

.introArea .leftBox .Img img {
    display: block;
    width: 100%
}

.introArea .leftBox .slick-dotted.slick-slider {
    margin-bottom: 0px
}

.introArea .leftBox .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: auto;
    left: 50%;
    bottom: 25px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .introArea .leftBox .slick-dots {
        bottom:0
    }
}

.introArea .leftBox .slick-dots li {
    margin: 7px 0;
    width: 50px;
    height: 10px
}

.introArea .leftBox .slick-dots li.slick-active button:before {
    border-color: #358f77;
    background-color: #358f77;
    opacity: 1
}

.introArea .leftBox .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%
}

.introArea .leftBox .slick-dots li button:hover:before {
    background-color: #358f77;
    border-color: #358f77;
    opacity: 1
}

.introArea .leftBox .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1
}

.introArea .rightBox {
    position: relative;
    width: 35%;
    padding: 70px 45px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1180px) {
    .introArea .rightBox {
        width:100%;
        padding: 45px;
        background-image: url(../images/bg_y.png)
    }
}

.introArea .rightBox .textBox {
    width: 390px
}

@media (max-width: 1230px) {
    .introArea .rightBox .textBox {
        width:100%
    }
}

.introArea .rightBox .textBox svg {
    stroke: #358f77
}

.introArea .rightBox .textBox .icon {
    display: inline-block;
    text-align: center;
    width: 12px;
    padding-right: 8px
}

.introArea .rightBox .textBox .icon-point {
    width: 9px;
    height: 12px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.introArea .rightBox .textBox .icon-clock {
    width: 12px;
    height: 12px
}

.introArea .rightBox .className {
    font-size: 16px;
    color: #5a5a5a
}

.introArea .rightBox .title {
    margin-top: 20px;
    font-size: 35px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #33755c
}

@media (max-width: 1180px) {
    .introArea .rightBox .title {
        margin-top:0
    }
}

.introArea .rightBox .sourceDate {
    margin-top: 8px;
    font-size: 14px;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    font-style: italic;
    color: #969696
}

.introArea .rightBox .intro {
    margin-top: 15px;
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.5px;
    line-height: 21px;

}

@media (max-width: 1180px) {
    .introArea .rightBox .intro {
        margin-top:25px
    }
}

.introArea .rightBox .address {
    margin-top: 15px
}

.introArea .rightBox .address a {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    color: #358f77;
    font-weight: 500;
}

@media (max-width: 960px) {
    .introArea .rightBox {
        padding: 25px;
    }
}

.introArea .rightBox .businessTime {
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    color: #358f77
}

.introArea .rightBox .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.introArea .rightBox .share b {
    position: relative;
    padding-right: 60px;
    font-size: 13px;
    font-weight: 400;
    font-family: serif;
    font-style: italic;
    font-size: 14px;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #358f77
}

.introArea .rightBox .share b:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 1px;
    background-color: #c6c2be
}

.introArea .rightBox .share a {
    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;
    padding: 10px;
    width: 15px;
    height: 15px;
    font-size: 16px;
    color: #a9a9a9
}

.introArea .rightBox .share a:hover {
    color: #464744
}

.introArea .rightBox .share a svg {
    fill: #a9a9a9
}

.introArea .rightBox .share a:hover svg {
    fill: #464744
}

.introArea .rightBox .share .icon-line2 {
    width: 18px;
    height: 17px;
    fill: #a9a9a9
}

.introArea .rightBox .scrollDown {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 400px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 12px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    padding: 20px 20px 0;
    color: #358f77
}

@media (max-width: 1480px) {
    .introArea .rightBox .scrollDown {
        left:auto;
        right: 0
    }
}

@media (max-width: 1180px) {
    .introArea .rightBox .scrollDown {
        display:none
    }
}

.introArea .rightBox .scrollDown span {
    display: inline-block;
    height: 95px
}

.introArea .rightBox .scrollDown span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 80px;
    background-color: #d6d0c9
}

.top_news {
    padding-left: 6%
}

@media (max-width: 1180px) {
    .top_news {
        width:100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.top_news .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px
}

@media (max-width: 640px) {
    .top_news .Txt {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.top_news .dateBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    color: #7b7b7b
}

.top_news .dateBox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #cfcfce
}

@media (max-width: 640px) {
    .top_news .dateBox:before {
        display:none
    }
}

.top_news .date {
    font-size: 15px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif
}

.top_news .newIcon {
    position: relative;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.top_news .newIcon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 16px;
    height: 1px;
    background-color: #cdcec5
}

.top_news .textBox {
    padding-left: 35px;
    padding-right: 45px;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1180px) {
    .top_news .textBox {
        width:calc( 100% - 230px)
    }
}

@media (max-width: 960px) {
    .top_news .textBox {
        padding-right:0
    }
}

@media (max-width: 640px) {
    .top_news .textBox {
        padding:5px 0;
        width: 100%
    }
}

.top_news h3 {
    width: calc(100% - 270px)
}

@media (max-width: 960px) {
    .top_news h3 {
        width:calc(100% - 200px)
    }
}

@media (max-width: 767px) {
    .top_news h3 {
        width:calc(100% - 100px)
    }
}

.top_news h3 a {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: #585858;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.top_news h3 a:hover {
    color: #1f2321
}

@-webkit-keyframes btnAni03 {
    20% {
        background-color: rgba(255, 255, 255, 0.3)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35);
        background-color: transparent
    }
}

@keyframes btnAni03 {
    20% {
        background-color: rgba(255, 255, 255, 0.3)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35);
        background-color: transparent
    }
}

.ytViewBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    pointer-events: none;
    opacity: 0;
    z-index: 1
}

.ytViewBox.show {
    opacity: 1
}

.ytViewBox .mbYTP_wrapper iframe {
    margin: 0!important;
    width: 100%!important;
    height: 100%!important
}

.videoBtnBox {
    position: absolute;
    bottom: 42px;
    right: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .videoBtnBox {
        top:20px;
        right: 20px;
        bottom: auto
    }
}

.videoBtnBox:hover .word {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.videoBtnBox .word {
    position: relative;
    padding-right: 75px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0
}

.videoBtnBox .word:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5)
}

.videoBtn {
    cursor: pointer;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

@media (max-width: 767px) {
    .videoBtn {
        width:40px;
        height: 40px
    }
}

.videoBtn.show {
    opacity: 1
}

@media (min-width: 1181px) {
    .videoBtn:hover span {
        -webkit-transform:translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}

.videoBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    z-index: 2
}

.videoBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: btnAni03 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: btnAni03 1.5s infinite cubic-bezier(0.66, 0, 0, 1)
}

.videoBtn.close span:before {
    left: 1px;
    width: 9px;
    height: 100%;
    border-width: 0px 3px 0 3px;
    border-color: transparent #8e9ba8 transparent #8e9ba8
}

.videoBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
    z-index: 2
}

@media (max-width: 767px) {
    .videoBtn span {
        width:11px;
        height: 11px
    }
}

.videoBtn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #358f77;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 767px) {
    .videoBtn span:before {
        border-width:5px 0 5px 8px
    }
}

.moreBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 95px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
    color: #358f77
}

@media (max-width: 767px) {
    .moreBtn {
        padding-right:0
    }
}

.moreBtn span {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 70px;
    height: 1px;
    background-color: #b1b8b8
}

@media (max-width: 767px) {
    .moreBtn span {
        display:none
    }
}

.moreBtn span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 1px;
    background-color: #b1b8b8;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg)
}

.mainArea.ins {
    padding-top: 180px
}

@media (max-width: 1180px) {
    .mainArea.ins {
        padding-top:70px
    }
}

.mainArea.ins&gt;.wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mainArea.ins&gt;.wrap:before {
    content: "";
    position: absolute;
    top: 105px;
    right: 0px;
    width: 239px;
    height: 140px;
    background-repeat: no-repeat;
    background-image: url(../images/deck01.png);
    background-size: cover
}

@media (max-width: 1180px) {
    .mainArea.ins&gt;.wrap:before {
        top:-20px;
        right: 10px
    }
}

@media (max-width: 960px) {
    .mainArea.ins&gt;.wrap:before {
        width:171px;
        height: 100px
    }
}

@media (max-width: 360px) {
    .mainArea.ins&gt;.wrap:before {
        display:none
    }
}

.mainArea.ins&gt;.wrap img {
    display: block;
    max-width: 100%
}

.mainArea.ins .leftBox {
    width: 28.5%
}

@media (max-width: 767px) {
    .mainArea.ins .leftBox {
        display:none
    }
}

.mainArea.ins .rightBox {
    padding-left: 100px;
    width: 71.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1180px) {
    .mainArea.ins .rightBox {
        padding-left:30px
    }
}

@media (max-width: 767px) {
    .mainArea.ins .rightBox {
        padding-left:0;
        width: 100%
    }
}

.mainArea.ins .textEditor {
    max-width: 515px;
    color: #4a4a4a;
    line-height: 1.6;
    letter-spacing: 1px
}

.mainArea.ins .picBox {
    position: relative;
    margin-top: 70px;
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1180px) {
    .mainArea.ins .picBox {
        padding-left:0
    }
}

@media (max-width: 480px) {
    .mainArea.ins .picBox {
        margin:40px -20px 0
    }
}

.mainArea.ins .picBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 185px;
    width: 450px;
    height: 325px;
    background-image: url(../images/bg_y.png)
}

@media (max-width: 960px) {
    .mainArea.ins .picBox:before {
        left:auto;
        right: 40px
    }
}

@media (max-width: 640px) {
    .mainArea.ins .picBox:before {
        width:75%;
        height: 50vw
    }
}

.mainArea.ins .pic01 {
    position: relative
}

.mainArea.ins .pic01 img {
    position: relative;
    margin-left: auto;
    z-index: 1
}

.mainArea.ins .pic01:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 95%;
    height: 50%;
    background-image: url(../images/bg_y.png)
}

.mainArea.ins .pic02 {
    position: relative;
    margin-top: 150px
}

@media (max-width: 1180px) {
    .mainArea.ins .pic02 {
        margin-top:80px
    }
}

.mainArea.ins .pic03 {
    position: relative;
    margin-top: 25px;
    margin-left: 105px;
    margin-right: -55px
}

@media (max-width: 1530px) {
    .mainArea.ins .pic03 {
        margin-right:0
    }
}

@media (max-width: 1180px) {
    .mainArea.ins .pic03 {
        margin-left:30px
    }
}

@media (max-width: 480px) {
    .mainArea.ins .pic03 {
        margin-left:10px
    }
}

.photoArea {
    position: relative;
    margin-top: 120px;
    padding: 70px 0 55px;
    background-image: url(../images/bg_y.png)
}

@media (max-width: 480px) {
    .photoArea {
        margin-top:60px
    }
}

.photoArea:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    transform: translateX(-230px);
    width: 169px;
    height: 120px;
    background-repeat: no-repeat;
    background-image: url(../images/photo.png);
    background-size: contain
}

@media (max-width: 640px) {
    .photoArea:before {
        -webkit-transform:translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px)
    }
}

.photoArea .titleBox {
    padding-bottom: 15px;
    margin-bottom: 10px
}

.photoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.photoList.slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 40px
}

.photoList .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: auto;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .photoList .slick-dots {
        bottom:0
    }
}

.photoList .slick-dots li {
    margin: 7px 0;
    width: 50px;
    height: 10px
}

.photoList .slick-dots li.slick-active button:before {
    border-color: #358f77;
    background-color: #358f77;
    opacity: 1
}

.photoList .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%
}

.photoList .slick-dots li button:hover:before {
    background-color: #358f77;
    border-color: #358f77;
    opacity: 1
}

.photoList .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1
}

.photoList li {
    padding: 15px;
    width: 33.33%
}

.photoList a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.photoList .Img {
    background-color: #000;
    overflow: hidden
}

.photoList img {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 300px;

}

.storeArea {
    padding: 170px 0
}

@media (max-width: 1180px) {
    .storeArea {
        padding:50px 0
    }
}

.storeArea&gt;.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px
}

@media (max-width: 1240px) {
    .storeArea&gt;.wrap {
        width:100%;
        padding: 0 20px
    }
}

@media (max-width: 960px) {
    .storeArea&gt;.wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.storeArea .storeInfoBox {
    width: 270px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

@media (max-width: 960px) {
    .storeArea .storeInfoBox {
        width:100%;
        padding-right: 0;
        border-right: none;
        text-align: center
    }

    .storeArea .storeInfoBox .titleBox:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.storeArea .storeInfo p {
    color: #575757;
    margin-bottom: 40px
}

@media (max-width: 960px) {
    .storeArea .storeInfo .readMoreBtn {
        margin-bottom:40px
    }
}

@media (max-width: 960px) {
    .storeArea .storeInfo .readMoreBtn a {
        margin:0 auto
    }
}

.storeArea .storeInfo .readMoreBtn a:hover:after {
    border-color: #fff
}

.storeArea .storeInfo .readMoreBtn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #9fa19f;
    border-right: 1px solid #9fa19f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: antArrow 1s infinite ease;
    animation: antArrow 1s infinite ease
}

.storeArea .storeBox {
    width: calc(100% - 270px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 960px) {
    .storeArea .storeBox {
        width:100%
    }
}

@media (max-width: 640px) {
    .storeArea .storeBox {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.storeArea .storeContentBox {
    position: relative;
    width: calc(100% - 220px);
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 960px) {
    .storeArea .storeContentBox {
        padding-left:0
    }
}

@media (max-width: 640px) {
    .storeArea .storeContentBox {
        width:100%
    }
}

.storeArea .storeContentBox .Img img {
    display: block;
    width: 100%
}

.storeArea .storeContentBox .Txt {
    padding-top: 20px
}

.storeArea .storeContentBox .Txt p {
    padding-bottom: 25px;
    color: #575757
}

.storeArea .title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #358f77;
    height: 40px
}

.storeArea .numBox {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    font-family: "Nunito Sans", sans-serif
}

.storeArea .numBox span {
    padding: 0 3px
}

.storeArea .numBox .num {
    font-size: 24px
}

.storeArea .numBox .total {
    font-size: 12px;
    padding: 3px 0
}

.storeArea .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #358f77;
    letter-spacing: 1px
}

.storeArea .bottom&gt;div {
    width: 50%
}

@media (max-width: 960px) {
    .storeArea .bottom&gt;div {
        width:100%
    }
}

.storeArea .tel,.storeArea .time {
    display: inline-block
}

.storeArea .tel span,.storeArea .time span {
    position: relative;
    padding-left: 8px;
    padding-right: 10px;
    margin-right: 10px;
    font-family: "Noto Serif TC", "微軟正黑體", serif
}

.storeArea .tel span:before,.storeArea .time span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0.2)
}

.storeArea .icon {
    display: inline-block;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.storeArea .icon svg {
    width: 14px;
    height: 14px
}

.storeArea .icon .icon-clock {
    stroke: #358f77
}

.storeArea .icon .icon-tel {
    fill: #358f77
}

.storeArea .storeListBox {
    padding-top: 40px;
    padding-right: 25px;
    width: 220px;
    height: 525px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 640px) {
    .storeArea .storeListBox {
        display:none;
        width: 100%;
        padding: 40px 0
    }
}

.storeArea .stroeListContent {
    height: 100%;
    overflow-y: auto
}

.storeArea .stroeListContent::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(34%, rgba(0, 0, 0, 0.15)), color-stop(66%, rgba(0, 0, 0, 0.15)), color-stop(67%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 33%, rgba(0, 0, 0, 0.15) 34%, rgba(0, 0, 0, 0.15) 66%, transparent 67%, transparent 100%);
    background-image: linear-gradient(to right, transparent 0%, transparent 33%, rgba(0, 0, 0, 0.15) 34%, rgba(0, 0, 0, 0.15) 66%, transparent 67%, transparent 100%);
    color: transparent
}

.storeArea .stroeListContent::-webkit-scrollbar {
    width: 3px
}

.storeArea .stroeListContent::-webkit-scrollbar-thumb {
    background-color: #c0a39c
}

@media (max-width: 640px) {
    .storeArea .storeList li {
        float:left;
        width: 33.33%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (min-width: 641px) {
    .storeArea .storeList li:not(:first-child) {
        padding-top:15px
    }
}

.storeArea .storeList .item {
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 640px) {
    .storeArea .storeList .item {
        width:100%
    }
}

.storeArea .storeList .item .Img {
    width: 100%;
    height: 100%;
    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-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    overflow: hidden
}

.storeArea .storeList .item .Img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.storeArea .storeList .item .Img img {
    display: block;
    max-width: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@-webkit-keyframes antArrow {
    0% {
        right: 25px
    }

    90%,to {
        right: 15px
    }
}

@keyframes antArrow {
    0% {
        right: 25px
    }

    90%,to {
        right: 15px
    }
}

.moreroomArea {
    padding-bottom: 90px;
    position: relative
}

.moreroomArea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(calc(-100% - 230px));
    -ms-transform: translateX(calc(-100% - 230px));
    transform: translateX(calc(-100% - 230px));
    width: 50%;
    height: 100%;
    background-image: url(../images/bg_y.png)
}

@media (max-width: 1250px) {
    .moreroomArea:before {
        -webkit-transform:translateX(calc(-100% - 200px));
        -ms-transform: translateX(calc(-100% - 200px));
        transform: translateX(calc(-100% - 200px))
    }
}

@media (max-width: 1100px) {
    .moreroomArea:before {
        -webkit-transform:translateX(calc(-100% - 180px));
        -ms-transform: translateX(calc(-100% - 180px));
        transform: translateX(calc(-100% - 180px))
    }
}

@media (max-width: 960px) {
    .moreroomArea:before {
        -webkit-transform:translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media (max-width: 640px) {
    .moreroomArea:before {
        left:0;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.moreroomArea .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 75px
}

.moreroomArea .slick-dotted.slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: auto;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .moreroomArea .slick-dotted.slick-slider .slick-dots {
        bottom:0
    }
}

.moreroomArea .slick-dotted.slick-slider .slick-dots li {
    padding: 0;
    margin: 7px 0;
    width: 50px;
    height: 10px
}

.moreroomArea .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
    border-color: #358f77;
    background-color: #358f77;
    opacity: 1
}

.moreroomArea .slick-dotted.slick-slider .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%
}

.moreroomArea .slick-dotted.slick-slider .slick-dots li button:hover:before {
    background-color: #358f77;
    border-color: #358f77;
    opacity: 1
}

.moreroomArea .slick-dotted.slick-slider .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1
}

.moreroomArea .side_news ul {
    margin: 0 -30px
}

@media (max-width: 1480px) {
    .moreroomArea .side_news ul {
        margin:0
    }
}

.moreroomArea .side_news li {
    padding: 0 30px
}

.moreroomArea .side_news .Img img {
    display: block;
    width: 100%
}

.moreroomArea .side_news .Txt {
    position: relative;
    margin-top: -30px;
    width: calc(100% - 20px);
    padding-top: 15px;
    padding-right: 20px;
    background-image: url(../images/bg_w.png)
}

.moreroomArea .side_news .Txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_y.png);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0
}

.moreroomArea .side_news .Txt.background_y:before {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1
}

.moreroomArea .side_news .Txt p {
    position: relative;
    height: 45px;
    font-size: 15px;
    font-weight: 300;
    color: #575757;
    letter-spacing: 1px
}

.moreroomArea .side_news .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.moreroomArea .side_news .title a {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #358f77;
    letter-spacing: 1px
}

.moreroomArea .side_news .title a:hover {
    color: #000
}

.moreroomArea .side_news .title span {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block
}

.moreroomArea .side_news .title span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 10px));
    -ms-transform: translateX(calc(-50% + 10px));
    transform: translateX(calc(-50% + 10px));
    width: 80%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2)
}

.moreroomArea .side_news .className {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #7b7b7b;
    letter-spacing: 1px
}
</pre></body></html>