﻿body {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: Microsoft JhengHei, PMingLiU, MingLiU, sans-serif !important;
    overflow-x: hidden;
    margin: 0 auto;
    background: #fff url(../img/bgBanner.jpg) 0 -70px/contain no-repeat !important;
    font-size: 1.15rem;
    color:#333
}
.table {
    color: #333;
}
a {
    color: #138176
}

.btn-info {
    background-color: #0077b3;
    border-color: none;
}
a:focus-visible {
    outline: 2px #ff0004 dotted !important;
}


.c-full-1-block * {
    box-sizing: border-box;
}

.sr-only {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    .sr-only:focus,
    .sr-only:active {
        color: white;
        background-color: #23d0d8;
        left: calc(50% - 110px);
        width: 220px;
        height: auto;
        overflow: auto;
        margin: 10px auto;
        padding: 0.5rem;
        border-radius: 0.5rem;
        text-align: center;
        font-size: 1em;
        z-index: 199999;
        position: absolute;
    }

#greybg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 10;
    display: none;
}

.headerPage {
    position: relative;
    z-index: 9
}

samp,
input,
textarea {
    font-family: Microsoft JhengHei, PMingLiU, MingLiU, sans-serif !important;
}

a {
    text-decoration: none;
    list-style: none;
    .footerPage
}

    a:active {
        list-style: none;
    }

    a:hover {
        text-decoration: none;
    }

p {
    color: #6d6a6c;
}

ul li {
    list-style-type: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h5 {
    margin: 0;
}

.relative {
    position: relative;
}

header.relative {
    z-index: 5;
}

.absolute {
    position: absolute;
}

footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*--樣式共用css----------------------------------------------*/

.container.a1Space.mbx {
    padding: 0;
}

.container {
    width: 100%;
    height: auto;
    max-width: 1340px;
    margin: 0 auto;
    display: block;
}

.colorW {
    background-color: #fff;
}


/*----------------------------------*/

.a1Space {
    position: relative;
    z-index: 2;
    margin-top: 121px;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 1340px;
}

.a1Space2 {
    position: relative;
    z-index: 2;
    top: 190px;
    width: calc(100% - 80px);
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 1080px;
}

.a0Space {
    -webkit-box-shadow: 2px 4px 13px rgba(134, 12, 12, 0);
    -moz-box-shadow: 2px 4px 13px rgba(32, 27, 27, 0);
    box-shadow: 2px 4px 13px rgba(0, 0, 0, 0);
}

.a1Banner {
    position: relative;
    width: 100%;
    height: auto;
}

    .a1Banner img {
        width: 100%;
    }

.a1BtnBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    width: 13%;
    display: none
}

.a1Btn {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(100% / 3);
    overflow: hidden;
    background: url(../img/a1BtnBg.svg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .a1Btn:before {
        content: "";
        width: 90%;
        height: 90%;
        position: relative;
    }

    .a1Btn:nth-child(1):before {
        background: url(../img/a1Icon1.svg) center/contain no-repeat;
    }

    .a1Btn:nth-child(2):before {
        background: url(../img/a1Icon2.svg) center/contain no-repeat;
    }

    .a1Btn:nth-child(3):before {
        background: url(../img/a1Icon3.svg) center/contain no-repeat;
    }

.a1Icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.a1Btn:hover .a1Icon {
    top: 9%;
}

.a1Icon img {
    height: 100%;
}

.bgMountain {
    position: absolute;
    bottom: -70%;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
}

.bgMountain2 {
    transform: scaleX(-1);
    opacity: .3;
    bottom: -90%;
}


/*----------------------------------*/

header {
    position: relative;
    width: 100%;
    height: auto;
}


/* .headerSpan {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #007a6c;
    padding-bottom: 30px;
    opacity: .7;
} */

.topBar {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: auto;
    background-color: #fff;
    top: 0;
    transition: top .3s linear;
}

.ttopBar img {
    height: 25px;
}

.topt {
    position: absolute;
    right: 10px;
    top: -2px;
}

.menuBar .topTst0 {
    color: #999;
    font-size: .8rem;
    font-weight: bold;
}

    .menuBar .topTst0:hover {
        opacity: .7;
    }

.menuBar .topTicon:hover {
    opacity: .7;
}

.topTicon img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.bgBanner {
    position: absolute;
    z-index: -1;
    top: 20px;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

    .bgBanner #bbr2 {
        display: none;
    }

.bgBanner2 img {
    width: 100%;
}

@media (max-width: 575.98px) {
    .bgBanner #bbr1 {
        display: none;
    }

    .bgBanner #bbr2 {
        display: block;
    }
}

.bgBanner2 {
    padding-bottom: 400px;
    background-color: #fff;
    display: none
}

@media (max-width: 767.98px) {
    .bgBanner img {
        width: auto;
        height: calc( 100% -20px);
    }

    .a1Btn:before {
        padding-bottom: 60%;
        height: auto;
    }
}

.topMenuM {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
}

.topMenu {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    max-width: 1600px;
    height: auto;
}

.wLinear {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)60%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)60%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)60%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)60%);
}

.topMenuBox {
    position: relative;
    top: 0;
    transition: top .3s linear;
}

.tmbList {
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 1600px;
}

.topMenuBox2 {
    top: -25px;
}

.topMenuBox3 {
    top: -125px;
}

.menuBar {
    position: absolute;
    right: 30px;
    top: 20px;
    width: calc(100% - 340px);
    display: flex;
    justify-content: space-between;
    z-index: 5
}

    .menuBar a {
        position: relative;
        top: 0;
        margin: -40px 0 0 0;
        padding: 60px 6px;
        font-size: 1rem;
        color: #666;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)0%);
        background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)0%);
        background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)0%);
        background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)0%);
        line-height: 1rem;
        transition: line-height .3s linear, background 1s ease-in, top .3s linear;
    }

        .menuBar a:hover {
            color: #8b6d27;
            font-weight: bold;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)91%);
            background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)91%);
            background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)91%);
            background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1)91%);
            line-height: 0rem;
            z-index: 2;
        }

        .menuBar a:active {
            opacity: .7;
        }

    .menuBar .btnSearch img {
        width: 14px;
        height: 14px;
        padding: 0 20px;
    }

    .menuBar .tMIBox {
        margin-top: 15px;
        display: none;
    }

        .menuBar .tMIBox a {
            padding: 5px;
        }

@media (max-width: 850px) {
    .menuBar {
        display: none;
    }
}

@media (max-width: 890px) {
    .menuBar a {
        padding: 60px 0px;
        font-size: .8rem;
    }
}

@media (max-width: 1000px) {
    .menuBar {
        width: calc(100% - 300px);
    }

        .menuBar a {
            padding: 60px 0px;
        }
}

.bgGradual3 {
    bottom: 700px;
}


/*-------------------------------------*/

.a2Space {
    padding-top: 150px;
}

.a2Bg1 {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 640px;
}

@media (max-width: 767.98px) {
    .a2Bg1 {
        height: 260px;
    }

    .a2Space {
        margin-top: -90px;
    }
}

.wl {
    position: absolute;
    z-index: 0;
    bottom: -280px;
    width: 100%;
    height: 300px;
    background-color: #fff;
    display: block;
}


/*-------------------------------------*/

@media (max-width: 850px) {
    .menuBtn {
        position: absolute;
        z-index: 3;
        right: 50px;
        top: 20px;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 10px;
    }

        .menuBtn i {
            width: 100%;
            height: 3px;
            background-color: #fff;
            display: block;
            margin-top: 7px;
            -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        }
}

@media (max-width: 575.98px) {
    .menuBtn {
        right: 20px;
    }
}


/*-------------------------------------*/

.tSpce {
    z-index: 2;
    margin-top: -450px;
    width: 100%;
    height: auto;
    display: block;
}

.titT {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2rem;
    letter-spacing: .7rem;
    color: #138176;
    height: 230px;
    font-weight: bold;
}

.tRight {
    position: absolute;
    z-index: -1;
    right: 0;
}

.tLeft {
    position: absolute;
    z-index: -1;
    left: 0;
}

.tRight span img {
    margin-right: -2.5rem;
}

.tLeft span img {
    margin-left: -2.5rem;
}

.topX {
    margin-top: 250px;
}

@media (max-width: 575.98px) {
    .tSpce {
        top: -350px;
    }

    .titT {
        font-size: 1rem;
        height: 120px;
    }

    .tRight span img {
        margin-right: -1rem;
    }

    .topX {
        margin-top: 160px;
    }
}


/*-----------------------------------------*/

.newSpace {
    width: calc(100% - 220px);
    height: auto;
    display: block;
}

.newSpace-1 h2 {
    color: #138176;
    font-size: 1.563rem;
    font-weight: 900;
}

    .newSpace-1 h2::before {
        content: "";
        border-left: #138176 6px solid;
        width: 6px;
        height: 100%;
        margin-right: 15px;
    }

.newSpace-1 time {
    font-size: 1.375rem;
    font-weight: bold;
    color: #138176;
}

@media (max-width: 767.98px) {
    .newSpace {
        width: calc(100% - 50px);
        margin-left: 50px;
    }
}

@media (max-width: 575.98px) {
    .newSpace {
        width: calc(100% - 30px);
        margin-left: 30px;
    }
}

.newsLis {
    width: 100%;
    height: auto;
    display: flex;
    justify-self: start;
    margin-bottom: 3px;
}

.date {
    width: 20%;
    background-color: #007a6c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background-color .3s linear, color .3s linear;
}

    .date h6 {
        font-size: 3rem;
        line-height: 4rem;
        color: #fff;
        border-bottom: 1px #fff solid;
        margin: 0;
        padding: 0;
        transition: border-color .3s linear, color .3s linear;
    }

    .date p {
        font-size: 2.7rem;
        line-height: 3.5rem;
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: bold;
        transition: color .3s linear;
    }

.newsLis:hover .date {
    background-color: #017E70;
}

.newsLis:hover .newsT {
    background-color: #eeeeee;
}

    .newsLis:hover .newsT h5 {
        color: #138176;
    }

    .newsLis:hover .newsT p {
        color: #333;
    }

@media (max-width: 767.98px) {
    /* .date {
        width: 120px;
        height: 120px;
    } */
    .date h6 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .date p {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    /* .date {
        width: 90px;
        height: 90px;
    } */
    .date h6 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .date p {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

.newsT {
    position: relative;
    width: calc(100% - 160px);
    height: auto;
    padding: 30px;
    border: #91ccc5 1px solid;
    transition: background-color .3s linear, color .3s linear;
}

.pageSpace .newsT h5 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #017E70;
    overflow: hidden;
    /* display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
    transition: color .3s linear;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.newsT p {
    /*font-size: 1rem;*/
    overflow: hidden;
    line-height: 2rem;
    transition: color .3s linear;
}

.newsT a {
    position: absolute;
    right: 40px;
    bottom: 15px;
    /*font-size: .9rem;*/
    color: #0071BC;
}

    .newsT a:hover {
        color: #eee;
    }

.newsPhoto {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

    .newsPhoto img {
        width: 100%;
        height: auto;
    }

.newsPhotoOpne,
.newsPhoto1,
.newsPhoto2,
.newsPhoto3,
.newsPhoto4 {
    position: relative;
    height: auto;
}

    .newsPhotoOpne img,
    .newsPhoto1 img,
    .newsPhoto2 img,
    .newsPhoto3 img,
    .newsPhoto4 img {
        height: auto;
    }

.newsT a.mewsBtn {
    position: relative;
    z-index: 2;
    float: right;
    right: 30px;
    font-size: .9rem;
    color: #fff;
    background-color: #007a6c;
    padding: 5px 20px;
    right: unset;
    bottom: unset;
}

    .newsT a.mewsBtn:hover {
        color: #fff;
        background-color: #003d66;
    }

@media (max-width: 767.98px) {
    .newsT {
        width: calc(80%);
        padding: 20px;
    }

        .newsT h5 {
            font-size: 1.2rem;
            line-height: 1.7rem;
        }

        .newsT p {
            margin: 3px;
            font-size: .9rem;
        }

    .mewsBtn {
        font-size: .7rem;
        right: 30px;
        bottom: -7px;
    }
}

@media (max-width: 575.98px) {
    .newsT {
        width: calc(80%);
        padding: 10px;
    }

        .newsT h5 {
            font-size: 1.2rem;
            line-height: 1.7rem;
        }

        .newsT p {
            margin: 3px;
            font-size: .9rem;
        }

    .mewsBtn {
        font-size: .7rem;
        right: 20px;
    }
}


/*---------------------------------------*/

.photoWall {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

@keyframes photoWallAnim {
    0% {
        width: 100%;
    }

    100% {
        width: 103%;
        margin: -1%;
    }
}

.photoWall a:hover img {
    animation-name: photoWallAnim;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.a4Space {
    margin-bottom: 320px;
}

    .a4Space h5 {
        top: -70px;
    }

@media (max-width: 575.98px) {
    .a4Space h5 {
        top: -30px;
    }
}

.bgMountain3 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 100px;
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .bgMountain3 {
        top: 200px;
    }
}

.grayBg {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    top: 350px;
}

.photoWallL {
    width: calc(66.66% - 6px);
    height: auto;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.photoWallLT {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .photoWallLT img {
        width: 100%;
        height: 100%;
    }

.photoWallLB {
    width: calc(50% - 3px);
    height: auto;
    display: inline-block;
    overflow: hidden;
}

    .photoWallLB img {
        width: 100%;
        height: 100%;
    }

.photoWallR {
    width: calc(33.33% - 6px);
    height: auto;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.photoWallR3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .photoWallR3 img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 575.98px) {
    .photoWallL {
        width: 100%;
    }

    .photoWallR {
        display: none;
    }
}


/*-----------------------------------------*/

.menuList {
    position: absolute;
    z-index: 2;
    top: 60px;
    width: 100%;
    height: auto;
}

.menuListS {
    position: relative;
    top: 50px;
    width: calc(100% - 80px);
    max-width: 1080px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f0f0f0;
    opacity: .9;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    transition: top .3s linear;
    transition-delay: 2s;
}

.menuSearch .ppSin3 button {
    border: 1px #b4a285 solid;
    border-left: 0;
}

    .menuSearch .ppSin3 button a {
        color: #b4a285;
    }

.menuSearch .ppSin3 input {
    border: 1px #b4a285 solid;
    border-right: 0;
}

.menuSearch .ppSin3 input-placeholder {
    color: #726f71;
}

.menuListSopen {
    top: -200px;
    display: none;
}

.menuList a {
    color: #726f71;
    font-size: .9rem;
    padding: 20px 10px;
    transition: color .3s linear, margin-bottom .3s linear, font-weight .3s linear;
}

    .menuList a:hover {
        color: #84795f;
        font-weight: bold;
        margin-bottom: 10px;
    }

@media (max-width: 767.98px) {
    .menuList {
        display: none;
    }
}

.bgpp,
.bgpp2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}


/*-------------------------------------------*/

.ppMenu {
    position: relative;
    left: -100%;
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: left .3s linear, opacity .3s linear;
}

.ppMopne {
    opacity: 1;
    left: 0;
}

.ppMenu b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b8a587;
    opacity: .95;
    display: block;
}

.ppM1 {
    position: absolute;
    z-index: 6;
    width: calc(100% - 0px);
    margin-top: 70px;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
    right: 0;
    transition: right .3s linear;
}

    .ppM1 a {
        color: #fff;
        text-shadow: 0.1em 0.1em 0.05em rgb(151, 144, 123);
        border: 1px #fff dotted;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        font-size: 1rem;
    }

.ppTopBar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
}

.ppSearch {
    position: absolute;
    top: 70px;
    left: 0;
    width: calc(100% - 0px);
    height: 70px;
}

.ppSin {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .ppSin input {
        border: 0px;
        height: 35px;
        padding: 0 10px;
        margin-left: 20px;
        width: calc(100% - 105px);
        border: 1px #fff solid;
        border-right: 0px;
        background-color: transparent;
        color: #fff;
        border-radius: 0px !important;
    }

.ppSin2 input {
    margin-left: 0px;
}

.ppSin button {
    border: 0px;
    height: 37px;
    padding: 0 10px;
    border: 1px #fff solid;
    border-left: 0px;
    background-color: transparent;
    color: #fff;
    font-size: .7rem;
    cursor: pointer;
}

    .ppSin button:active {
        opacity: .7;
    }

.ppx {
    position: absolute;
    z-index: 6;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/ppx.svg);
    display: block;
    margin: 25px;
}

.menuListS2 {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: -100%;
    margin: 70px 0 0 0;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
    transition: left .3s linear;
}

    .menuListS2 a {
        color: #fff;
        text-shadow: 0.1em 0.1em 0.05em rgb(151, 144, 123);
        border: 1px #fff dotted;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        font-size: 1rem;
    }

.menuListS2opne {
    left: 0;
}

.ppM1C {
    right: -100%;
}


/*-----------------------------------------*/

.footerPage {
    background: url(../img/footer.svg) 0 0/cover no-repeat;
    width: 100%;
    padding-bottom: 14%
}

.footer_bg {
    background: #4B595D;
    color: #fff
}

footer .width1340 {
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.75rem;
    font-weight: bold;
    padding: 40px 0 40px;
}

.fbg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
}

    .fbg img {
        width: 100%;
        height: 100%;
    }

.fSpace {
    width: 100%;
    height: auto;
    display: block;
}

.footerPage h6 {
    font-size: 1.2rem;
    color: #8C7554;
}

.fBoxMother {
    max-width: 1080px;
    margin: 0 auto;
    padding: 120px 30px 70px 30px;
}

.fBox {
    width: calc(25% - 25px);
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.fBox2 {
    width: calc(15% - 25px);
}

.fBox3 {
    width: calc(30% - 25px);
}

@media (max-width: 991.98px) {
    .fBox,
    .fBox2,
    .fBox3 {
        width: calc(50% - 25px);
    }
}

@media (max-width: 575.98px) {
    .fBox,
    .fBox2,
    .fBox3 {
        width: calc(100% - 20px);
    }
}

.fBox h6 {
    position: relative;
    z-index: 1;
}

.ppM3 {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
}

    .ppM3 a {
        color: #666;
        font-size: .9rem;
        margin: 0 0 10px 0;
    }

        .ppM3 a:hover {
            color: #333;
            font-size: .9rem;
            margin: 0 0 10px 0;
        }

.finf {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    margin: 0 60px;
    border-top: 1px #8C7554 solid;
}

    .finf h6,
    .finf p {
        text-align: center;
    }

    .finf h6 {
        color: #8c7554;
    }

        .finf h6 span {
            font-size: 2rem;
        }

    .finf p a {
        color: #814343;
    }

    .finf p {
        font-size: .9rem;
        color: #8c7554;
    }

@media (max-width: 575.98px) {
    .finf {
        padding: 0px 0;
    }
}

.copyright {
    position: relative;
    bottom: 0;
    z-index: 1;
    background-color: #B5A393;
    padding: 10px 0;
}

    .copyright p {
        color: #fff;
        text-align: center;
        font-size: .7rem;
    }

        .copyright p a {
            color: #caeaff;
        }

.ppM3 .pvBox {
    margin-bottom: 20px;
}

    .ppM3 .pvBox:hover {
        margin-bottom: 20px;
        opacity: .7;
    }

.pvBoxPhoto {
    position: absolute;
    width: 115px;
    height: 70px;
    overflow: hidden;
}

    .pvBoxPhoto img {
        width: auto;
        height: 100%;
    }

.pvBoxT {
    margin-left: 130px;
}

    .pvBoxT p {
        margin: 0;
        height: 43px;
    }

    .pvBoxT b {
        font-size: .7rem;
        color: #007a6c;
    }

.map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
    display: block;
    opacity: .7;
}

.mapT {
    margin: 20px 0;
}

    .mapT p {
        position: relative;
        z-index: 1;
        font-size: .9rem;
        color: #666;
        line-height: 1.5rem;
        margin: 7px 0 0 0;
    }

.ppSin2 {
    position: relative;
    z-index: 1;
    height: 0;
    margin-top: 20px;
}

.ppM32 {
    display: block;
}

    .ppM32 a {
        width: calc(33% - 12px);
        height: auto;
        padding: 5px;
        display: inline-block;
    }

        .ppM32 a img {
            width: 100%;
            height: auto;
        }

.fBox .ppM33 a img {
    width: 100%;
}

.ppSin3 input {
    width: calc(100% - 120px);
    color: #777;
}

.ppSin a {
    color: #fff;
}

.width1340 {
    max-width: 1340px;
    margin: auto;
}


/*---------------------------------------*/

.page {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff url(../img/bgBanner.jpg) 0 -170px/contain no-repeat !important;
    background-attachment: local, scroll;
}

.a3Space {
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
    height: auto;
    -webkit-box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    margin-top: 210px;
    padding: 20px 0;
    margin-bottom: 30px;
    min-height: 700px
}

.bgMountainPage {
    position: absolute;
    top: 100px;
    z-index: 0;
    width: 100%;
    padding: 0;
    margin: -5px;
    height: auto;
    min-height: 500px;
}

@media (min-width: 1920px) {
    .bgMountainPage {
        top: 00px;
    }
}

.bgMountainPage img {
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.bgMountainFooter {
    position: relative;
    z-index: 0;
    top: 0px;
    width: 101%;
    height: auto;
    margin: -5px;
    margin-top: -30%;
}

.pageSpace {
    width: calc(100% - 80px);
    margin: 40px;
}

    .pageSpace h5 {
        font-size: 2rem;
        text-align: center;
        color: #333;
        font-weight: normal;
        line-height: 3rem;
    }

.titHr {
    width: 150px;
    border: 3px #007a6c solid;
    margin-bottom: -10px;
    background-color: #007a6c;
}

.toolSpace {
    width: 100%;
    height: 30px;
    display: block;
    margin-bottom: 10px;
}

.pageL {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.pageR {
    width: 180px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

@media (max-width: 767.98px) {
    .pageL {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .pageR {
        display: none;
    }

    .pageSpace {
        width: calc(100% - 40px);
        margin: 20px;
    }

    .a3Space {
        position: relative;
        z-index: 1;
        width: calc(100% - 20px);
        height: auto;
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .fotorama_images {
        height: 300px !important;
    }
}

.pageL span {
    color: #007a6c;
    word-break: break-all;
    font-size: .8rem;
    display: block;
    margin-bottom: 20px;
}

.pageL h6 {
    font-size: 1.2rem;
    color: #007a6c;
    margin: 40px 0 0 0;
    line-height: 1.5rem;
    font-weight: 800
}

.pageL p {
    color: #333;
    line-height: 1.6rem;
}

.pageL ul li {
    list-style-type: none;
    list-style-position: outside;
    color: #666;
    margin-left: 30px;
    line-height: 1.8rem;
    margin-bottom: 10px;
}

.pageL ul {
    margin: 14px 13px;
}

    .pageL ul li ul li {
        list-style-type: circle;
    }

        .pageL ul li ul li ul li {
            list-style-type: square;
        }

            .pageL ul li ul li ul li ul li {
                list-style-type: upper-alpha;
            }

.pageBtn {
    position: relative;
    width: 100%;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    color: #999;
    font-weight: bold;
}

    .pageBtn span {
        position: absolute;
        z-index: -1;
        left: 0;
        width: 10px;
        height: 100%;
        display: block;
        transition: width .3s linear, color .3s linear;
    }

    .pageBtn:hover {
        color: #fff;
    }

        .pageBtn:hover span {
            width: 100%;
        }

.bgMountain2-1 {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: -12px;
}

@media (min-width: 1920px) {
    .bgMountain2-1 {
        bottom: -120px;
    }
}

.bgMountain2-1 img {
    width: 100%;
    height: auto;
    display: block;
}

.pageL table {
    width: 100%;
}

    .pageL table tr th {
        background-color: #007a6c;
        color: #fff;
        padding: 10px;
        text-align: center
    }

    .pageL table tr td {
        color: #333;
        padding: 10px;
        text-align: center;
    }

    .pageL table tr .tdL {
        text-align: left;
    }

.tableW1 {
    width: 100px;
}

.flow {
    width: 100%;
    display: flex;
    border: 1px #007a6c solid;
    border-radius: 7px;
    padding: 10px 0;
    margin-bottom: 10px;
}

    .flow .flowL {
        width: calc(40% - 40px);
        padding: 0 10px;
    }

    .flow .flowR {
        width: calc(60% - 40px);
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

@media (max-width: 991.98px) {
    .flow {
        flex-direction: column;
    }

        .flow .flowL,
        .flow .flowR {
            width: calc(100% - 20px);
        }
}

.flowLbox {
    padding: 10px;
    border-radius: 7px;
    background-color: #f0f0f0;
}

.pageL table tr .tdColor {
    background-color: #007a6c;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.tableList .tableColor td {
    background-color: #aaaaaa;
    color: #fff;
}

.tableList tr .tableW1 {
    width: 44px;
}

@media (max-width: 575.98px) {
    .tableList tr .tableW1 {
        width: 15px;
    }
}

.pageL table tr .tableTdColor1 {
    background-color: #aaaaaa;
    color: #fff;
}

.flow1 {
    max-width: 500px;
    margin: 0 auto;
}

.pageL table tr td a {
    border: 1px #007a6c solid;
    padding: 5px 15px;
    border-radius: 3px;
    color: #007a6c;
    font-size: .9rem;
    display: block;
    text-align: center;
    transition: background-color .3s linear, color .3s linear;
}

    .pageL table tr td a:hover {
        background-color: #007a6c;
        border: 1px #fff solid;
        color: #fff;
    }

.adLogo {
    margin: 20px 0;
}

.toolSpace {
    display: flex;
    align-items: center;
}

    .toolSpace select {
        height: 100%;
        width: 100px;
        border: 1px #007a6c solid;
        color: #666;
        padding: 0 10px;
    }

    .toolSpace b {
        color: #007a6c;
    }

.pageL .qaBox {
    background-color: #f7f7f7;
    padding: 20px 20px 10px 20px;
    margin: 0 0 10px 0;
}

    .pageL .qaBox b {
        color: #007a6c;
    }

.toolSpace pre {
    color: #333;
}

.toolSpace span {
    position: absolute;
    right: 40px;
    color: #333;
    font-size: .8rem;
}

.pageSpace .newsBox h6 {
    color: #007a6c;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}

.newsBox img {
    width: 100%;
    height: auto;
}


/*---------------------------------------*/

.timeCourse,
.timeCourse2 {
    position: absolute;
    width: 180px;
}

.timeCourse2 {
    width: 97px;
    display: none;
}

.timeLine {
    width: calc(100% - 177px);
    margin-left: 177px;
    margin-top: 25px;
}

    .timeLine .tlBox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #007a6c;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .timeLine .tl1 {
        border-bottom: 3px #51cec8 solid;
        height: 137px;
    }

    .timeLine .tl2 {
        border-bottom: 3px #91c294 solid;
        height: 262px;
    }

    .timeLine .tl3 {
        border-bottom: 3px #d8c55b solid;
        height: 197px;
    }

    .timeLine .tl4 {
        border-bottom: 3px #c5a16a solid;
        height: 130px;
    }

    .timeLine .tl5 {
        border-bottom: 3px #e2a1a1 solid;
        height: 398px;
    }

@media (max-width: 575.98px) {
    .timeCourse {
        display: none;
    }

    .timeCourse2 {
        display: block;
    }

    .timeLine {
        width: calc(100% - 85px);
        margin-left: 85px;
    }
}


/*----------------------------------------*/

.pageTit {
    position: absolute;
    top: -80px;
    left: 0;
    font-size: 2rem;
    color: #002429;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.05em #fff;
}

.breadCrumbs {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: .9rem;
    color: #002429;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.05em #fff;
}

    .breadCrumbs a {
        color: #002429;
    }

        .breadCrumbs a:hover {
            color: #39428f;
        }

.medals {
    width: 100%;
    margin: 0 auto;
}

    .medals img {
        width: 100%;
        max-width: 400px;
    }


/*-------------------------------------------*/

.newsBox {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px #007a6c solid;
    display: block;
    margin-bottom: 50px;
}

.pageNewsPhoto {
    width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

    .pageNewsPhoto img {
        width: 100%;
        height: auto;
    }

.newsBox h5 {
    text-align: start;
    line-height: 2.4rem;
}

.newsSort {
    font-size: .9rem;
    padding: 5px 20px;
    color: #007a6c;
    border: 1px #007a6c solid;
    display: inline-block;
    margin: 15px 15px 5px 0;
}

.newsBox pre {
    display: inline-block;
}

.newsBox p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*-------------------------------------*/

.ctBox {
    padding: 10px;
}

    .ctBox .ctBox50 {
        width: calc(50% - 2px);
        height: 50px;
        display: inline-block;
        vertical-align: top;
    }

    .ctBox .ctBox100 {
        width: 100%;
        height: 50px;
        display: inline-block;
        vertical-align: top;
    }

        .ctBox .ctBox50 .ctBoxTit,
        .ctBox .ctBox100 .ctBoxTit,
        .ctBox .ctBoxt .ctBoxTit {
            width: 70px;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            color: #007a6c;
            vertical-align: top;
        }

.ctBoxTit {
    justify-content: flex-end !important;
    text-align: right !important;
}

.ctBox .ctBox50 input,
.ctBox .ctBox100 input {
    width: calc(100% - 105px);
    height: 43px;
    border: 0;
    background-color: #f0f0f0;
    padding: 0 10px;
}

@media (max-width: 991.98px) {
    .ctBox .ctBox50 {
        width: 100%;
        height: 50px;
        display: inline-block;
        vertical-align: top;
    }
}

.ctBox .ctBoxt textarea {
    width: calc(100% - 105px);
    height: auto;
    min-height: 100px;
    border: 0;
    background-color: #f0f0f0;
    padding: 10px;
}


/*--------------------------------------------*/

#qa1,
#qa2,
#qa3,
#qa4,
#qa5,
#qa6 {
    background-color: #007a6c;
    display: inline-block;
    color: #fff;
    font-size: .9rem;
    padding: 5px 30px;
    margin-left: 2px;
}

#qa2 {
    background-color: #646f75;
}

#qa3 {
    background-color: #757551;
}

#qa4 {
    background-color: #7c4d4d;
}

#qa5 {
    background-color: #77636f;
}

#qa6 {
    background-color: #c96831;
}

.qaBoxQ {
    width: 100%;
    height: auto;
}

    .qaBoxQ span {
        width: 50px;
        height: 100%;
        display: inline-block;
        background-color: #ccc;
    }

.qaSpace {
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    padding: 0 10px;
}

.qaSpace2 {
    padding: 20px;
    cursor: pointer;
}

    .qaSpace2 ul {
        padding-right: 40px;
    }

    .qaSpace2 h6 {
        margin: 0;
    }

.qaSpace3 {
    padding: 0;
    border: 1px #e0e0e0 solid;
    background-color: #f8f8f8;
}

    .qaSpace3 p {
        margin-left: 10px;
    }

.qaSpace .qBox {
    color: #007a6c;
    font-weight: bold;
    display: block;
}

.qaSpace .ansBox {
    color: #999;
    font-weight: bold;
    display: none;
}

    .qaSpace .qBox .qTit,
    .qaSpace .ansBox .ansTit {
        padding: 20px 20px 20px 10px;
        width: 30px;
        display: inline-block;
        vertical-align: top;
    }

    .qaSpace .ansBox .ansTit {
        padding-top: 2px;
    }

.qaSpace .qBox p {
    color: #007a6c;
    font-weight: bold;
}

.qaSpace .ansBox p {
    font-weight: normal;
}

.qaSpace .ansBox ul li {
    margin-top: 0;
    margin-bottom: 0;
    color: #999;
    font-weight: normal;
    width: calc(100% - 105px);
}

.qaSpace .qBox p,
.qaSpace .ansBox p {
    display: inline-block;
    width: calc(100% - 105px);
}

.qaSpace .ansBox p {
    margin-top: 0;
}

.qaSpace .qP {
    position: absolute;
    right: 10px;
    top: 16px;
    width: 40px;
    height: calc(100% - 0px);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1rem;
    margin: -15px -15px 0 0;
    color: #999;
    background-color: #f3f3f3;
    border-left: 1px #fff solid;
}

    .qaSpace .qP span {
        width: 20px;
        height: 2px;
        background-color: #999;
        margin: 0;
    }

    .qaSpace .qP samp {
        position: absolute;
        width: 2px;
        height: 20px;
        background-color: #999;
        margin: 0;
    }

.qaSpace table {
    padding-right: 30px;
}


/*------------------------------------*/

.pgBox33 {
    width: calc(33% - 24px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px;
    transition: background-color .3s linear, box-shadow .3 linear;
    cursor: pointer;
}

    .pgBox33 img {
        width: 100%;
        height: auto;
        transition: opacity .3s linear;
    }

    .pgBox33 pre {
        color: #777;
        padding: 0px 5px 0px 5px;
    }

    .pgBox33 h6 {
        font-size: 1rem;
        margin: 0;
        color: #777;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 45px;
        padding: 0px 5px 0px 5px;
    }

    .pgBox33:hover {
        background-color: #f8f8f8;
    }

        .pgBox33:hover img {
            opacity: .7;
        }

.pgMbtn {
    font-size: .8rem;
    padding: 10px 20px;
    border: 1px #007a6c solid;
    display: inline-block;
    color: #007a6c;
    margin: 40px 0 10px 0;
    float: right;
    transition: background-color .3s linear;
}

.pgBox33:hover .pgMbtn {
    border: 1px #fff solid;
    color: #fff;
    background-color: #007a6c;
}

@media (max-width: 767.98px) {
    .pgBox33 {
        width: calc(50% - 24px);
    }
}

@media (max-width: 575.98px) {
    .pgBox33 {
        width: 100%;
        padding: 15px 0px;
    }
}

.pgDl {
    position: relative;
    color: #777;
    background-color: #f8f8f8;
    width: calc(100% - 40px);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 2px;
    transition: background-color .3s linear;
}

    .pgDl:hover {
        background-color: #ececec;
    }

.hits {
    position: absolute;
    right: 130px;
    font-size: .8rem;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

    .hits span {
        font-size: 1rem;
        margin: 0;
    }

.pgDlIcon1 {
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pgDlIcon1 img {
        width: 32px;
        margin: 0 5px;
    }

@media (max-width: 575.98px) {
    .hits {
        display: none;
    }

    .pgDlIcon1 {
        width: 90px;
    }
}


/*-------------------------------------------*/

.ppAvSpace {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ppAvSpace span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: block;
        opacity: .7;
    }

.ppAvBox {
    position: relative;
    z-index: 100;
    width: 80%;
    height: 80%;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.3);
}

    .ppAvBox iframe {
        width: 100%;
        height: 100%;
    }

.ppfb {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 21px;
    height: auto;
    display: block;
}

    .ppfb img {
        width: 100%;
        height: auto;
        display: block;
    }

.pplan {
    position: absolute;
    top: 25px;
    left: 70px;
    width: 21px;
    ;
    color: #fff;
}


/*--------------------------------------------*/

.lineSpace {
    position: relative;
    width: calc(50% - 5px);
    height: 190px;
    display: inline-flex;
    vertical-align: top;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 30px 0;
}

@media (max-width: 575.98px) {
    .lineSpace {
        width: 100%;
        padding: 30px 0;
    }
}

.lineSpace a {
    width: 190px;
    height: auto;
    margin-bottom: 0px;
    transition: margin-bottom .3s linear;
}

    .lineSpace a:hover {
        margin-bottom: 30px;
    }

.lineSpace span {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .lineSpace span img {
        width: 100%;
    }

@media (max-width: 575.98px) {
    .lineSpace {
        flex-direction: column;
    }

        .lineSpace a {
            width: 160px;
        }
}


/*-------------------------------------------*/

.ptBox {
    width: calc(100% - 40px);
    height: auto;
    display: block;
    padding: 20px 20px 20px 20px;
    background-color: #f8f8f8;
    margin: 30px 0 0 0;
    transition: opacity .3s linear, margin .3s linear;
}

    .ptBox:hover {
        opacity: .9;
        margin: 30px 0 0px 10px;
    }

    .ptBox .moreSpace6 .moreBtn {
        margin-right: 0px;
        transition: margin-right .3s linear;
    }

    .ptBox:hover .moreSpace6 .moreBtn {
        margin-right: 20px;
    }

.boxpt {
    width: calc(100% - 355px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 00px 20px 10px 0;
}

.boxptPhoto {
    max-width: 300px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 00px 20px 10px 0;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .boxpt {
        width: 100%;
        margin-top: 10px;
    }

    .boxptPhoto img {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .boxptPhoto {
        width: 100%;
        height: auto;
    }
}

.boxpt h5 {
    text-align: start;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    line-height: .85rem;
    font-size: .85rem;
    border: 1px #007a6c dotted;
    color: #007a6c;
    display: inline-block;
}

.boxpt h4 {
    text-align: start;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    color: #007a6c;
}

.boxpt h6 {
    text-align: start;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #007a6c;
}

.decoration1 {
    position: absolute;
    width: 180px;
    height: auto;
    display: block;
    top: 180px;
    right: 60px;
    z-index: 1;
}

    .decoration1 img {
        width: 100%;
        height: auto;
        display: block;
    }


/*-------------------------------------------*/

.backTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border: 3px #007a6c solid;
    border-radius: 50%;
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    transition: margin-bottom .3s linear, border .3s linear, opacity .3s linear;
}

    .backTop p {
        padding-bottom: 7px;
        color: #007a6c;
        transition: color .3s linear;
    }

    .backTop:hover {
        margin-bottom: 10px;
        border: 3px #7c4d4d solid;
    }

        .backTop:hover p {
            color: #7c4d4d;
        }

    .backTop span {
        position: absolute;
        top: -120px;
        width: 190px;
        transform: rotate(-90deg);
        color: #007a6c;
        font-size: .8rem;
    }

    .backTop:hover span {
        color: #7c4d4d;
    }


/*--------------------------------------------*/

.awd h4 {
    font-size: 2.5rem;
    color: #d8cabd;
    font-weight: normal;
}

.awd h5 {
    text-align: start;
    font-size: 1.6rem;
    color: #007a6c;
    font-weight: bold;
}

.awdLogo {
    margin: 20px 0;
}

.awdBox {
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: top;
    border-left: 1px #007a6c dotted;
    padding: 0 0 0 20px;
}

    .awdBox p {
        line-height: 1.8rem;
    }

@media (max-width: 767.98px) {
    .awdBox {
        width: calc(100% - 40px);
        padding: 0 20px 0 20px;
    }
}


/*--------------------------------------------*/

.album {
    width: 100%;
    height: auto;
}

    .album a {
        width: calc(50% - 5px);
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 20px 0;
        transition: margin .3s linear;
    }

        .album a:hover {
            margin: 0 0 40px 0;
        }

        .album a p {
            font-weight: bold;
            color: #777;
            transition: color .3s linear;
        }

        .album a:hover p {
            color: #999;
        }


/*--共用css-----------------------------------*/

.mbx {
    margin-bottom: 20px;
}

.bgGray {
    background-color: #f2f2f2 !important;
}

.bgRed {
    background-color: #f2f2f2 !important;
}

.bgBlue {
    background-color: #f2f2f2 !important;
}

.mt0 {
    margin-top: 0;
}

.moreSpace {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moreSpace2 {
    justify-content: flex-start;
}

.moreSpace4 {
    position: absolute;
    bottom: -120px;
}

.moreSpace5 {
    position: absolute;
    bottom: -120px;
}

.moreSpace6 {
    justify-content: flex-end;
    height: 50px
}

    .moreSpace6 .moreBtn {
        padding: 7px 30px;
    }

@media (max-width: 575.98px) {
    .moreSpace4 .moreBtn {
        padding: 10px 20px;
    }

    .moreSpace5 .moreBtn {
        padding: 10px 20px;
    }
}

.moreBtn {
    padding: 15px 45px;
    font-size: .9rem;
    margin: 0 10px;
    border: 1px #007a6c solid;
    background-color: #fff;
    color: #007a6c;
    transition: background-color .3s linear, border .3s linear, color .3s linear;
}

    .moreBtn:hover {
        border: 1px #fff solid;
        background-color: #007a6c;
        color: #fff;
    }

.moreSpace3 .moreBtn {
    padding: 10px 20px;
    margin: 0 5px;
}

@media (max-width: 575.98px) {
    .moreBtn {
        padding: 10px 40px;
        font-size: .8rem;
    }
}

.color2 span {
    background-color: #007a6c;
}

.color3 span {
    background-color: #646f75;
}

.color4 span {
    background-color: #757551;
}

.color5 span {
    background-color: #7c4d4d;
}

.color6 span {
    background-color: #77636f;
}

.color7 span {
    background-color: #c96831;
}

.color8 span {
    background-color: #586870;
}

.none {
    display: none;
}

.opacity {
    opacity: 0;
}

.mt0 {
    margin-top: 0 !important;
}

.pt0 {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .album a {
        width: 100%
    }
}


/* BANNER切換 */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 80%;
        /* height: 100%;
    object-fit: cover; */
    }

.pintSpace {
    position: relative;
    top: 60px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcolor.relative a {
    color: #fff;
}

.menuAwarded,
.menuActivity,
.menuAwarded2,
.menuActivity2 {
    display: none;
}

.download {
    font-size: 1.375rem;
    font-weight: bold;
    color: #138176;
}

.Sign {
    margin: 200px 180px 0 auto;
    width: 100%;
}

    .Sign .gray {
        width: 100%;
        padding-bottom: 130px
    }
/*選單*/
/*header .width1340 {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    z-index: 16;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    max-width: 1500px;
}*/
header .width1340 {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: static;
}
h1 {
    display: inline-block;
}

    h1 a.logo {
        display: inline-block;
        top: 20px;
        left: 30px;
        width: 240px;
        height: 58px;
        display: block;
        background: url(../img/logo.png) center/contain no-repeat;
        transition: top .3s linear;
        z-index: 5;
        font-size: 0em
    }

.small h1 a.logo {
    height: 55px;
}

.portfolio-filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

a.accesskey.u {
    text-indent: unset;
    color: #333;
}

.submenu {
    display: flex;
}

    .submenu li {
        font-size: 1.125rem;
        font-weight: bold;
        display: flex;
        min-height: 105px;
        flex-flow: column;
        z-index: 1;
        position: relative;
        width: max-content;
    }

        .submenu li.nsdnmenu.widthauto {
            position: unset;
        }

header.small .submenu li {
    min-height: 80px;
}

.submenu li a {
    color: #595757;
    transition: all 0.3s;
    flex-grow: 1;
}

.submenu li span {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 13px;
}

.submenu li a:hover span,
.submenu li a:focus span,
.submenu li:focus-within,
.submenu li:focus-within a,
.submenu li:focus-within span,
.submenu li.nsdnmenu:focus-within .hasChild {
    color: #8b6d27;
    font-weight: bold;
    line-height: 0rem;
    z-index: 2;
}

    .submenu li:focus-within a.menuBtn2 {
        color: #fff;
    }

.submenu li.nsdnmenu .know {
    max-width: 1340px;
    width: 100%;
    margin: auto;
}

    .submenu li.nsdnmenu .know a {
        max-width: 1340px;
        width: 100%;
        margin: auto;
        background: #fff;
        width: 100%;
        padding: 7px 0 7px 20px;
        font-size: 1.125rem;
        display: block;
        color: #007a6c;
        margin: 5px 0;
    }

.submenu li.nsdnmenu .knowul ul {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 7px 0 7px 20px;
    font-size: 1.125rem;
    display: block;
    color: #fff;
}

    .submenu li.nsdnmenu .knowul ul a {
        color: #000;
        background-color: #fff;
        transition: all 0.3s;
    }

.submenu li.nsdnmenu span:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
    border: 2px solid #595757;
    transform: rotate( 135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: .2em;
}

.submenu li.nsdnmenu > .hasChild ul {
    display: flex;
    width: auto;
}

.submenu li.nsdnmenu.widthauto > .hasChild ul {
    display: flex;
    width: calc(100% / 2 - 10px);
}

.submenu li:nth-child(2) > .hasChild .width1340 ul {
    margin: 0 10px;
}

.submenu li:nth-child(2) .width1340 .hasChild ul {
    width: auto;
}

.submenu li.nsdnmenu > .hasChild ul {
    display: flex;
    width: auto;
}

.submenu li.nsdnmenu > .hasChild li ul.Click_menu {
    font-size: 1rem;
    font-weight: normal;
    margin: 3px 0 0;
    width: 100%;
}

.submenu li.nsdnmenu:hover > a span {
    color: #8b6d27;
}

.submenu li.nsdnmenu:hover span,
.submenu li.nsdnmenu:focus span,
.submenu li.nsdnmenu:focus-within span {
    color: #8b6d27;
}

    .submenu li.nsdnmenu:hover span:after,
    .submenu li.nsdnmenu:focus span:after,
    .submenu li.nsdnmenu:focus-within span:after {
        border-color: #8b6d27;
    }

header .width1340 .width1340 {
    display: block;
    justify-content: unset;
    align-items: unset;
}

.submenu li.nsdnmenu.widthauto > .hasChild li a {
    padding: 8px 8px;
    margin: 3px 0;
}

.submenu li.nsdnmenu.widthauto > .hasChild ul li {
    flex-direction: unset;
    justify-content: space-between
}

.submenu li.nsdnmenu.widthauto > .hasChild li a {
    padding: 8px 10px;
    margin: 3px 0;
}

.submenu li.nsdnmenu.widthauto > .hasChild ul li ul li {
    flex-direction: unset;
    justify-content: space-around;
}

.submenu li > .hasChild {
    padding: 20px;
    z-index: 2;
    position: absolute;
    left: 0;
    list-style: none;
    text-align: left;
    transition: all .2s;
    width: max-content;
    pointer-events: none;
    opacity: 0;
}

.submenu li.nsdnmenu.widthauto:hover > .hasChild,
.submenu li.nsdnmenu.widthauto:focus-within .hasChild {
    width: 100%;
}

.submenu li.nsdnmenu > .hasChild li a, .submenu li.nsdnmenu .disable_txt {
    padding: 8px 20px;
    margin: 3px 0;
}

.submenu li:hover > .hasChild,
.submenu li:focus-within .hasChild {
    opacity: 1;
    pointer-events: auto;
    top: 80%;
    background-color: #fff !important;
    opacity: .9;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
    transition: top .3s linear;
    transition-delay: 2s;
    color: #726f71;
    font-size: .9rem;
    padding: 20px 10px;
}

.submenu li.search:hover > .hasChild,
.submenu li.search:focus-within .hasChild {
    background-color: #eee;
    width: 100%
}

.submenu li div.profile {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 7px 20px;
    font-size: 1.125rem;
    display: block;
    color: #fff;
}

.submenu li > .hasChild > .width1340 {
    display: flex;
    justify-content: space-between;
}

.submenu li > .hasChild ul {
    display: flex;
    justify-content: center;
}

.submenu li > .hasChild li {
    display: flex;
    flex-flow: column;
    min-height: auto;
}

    .submenu li > .hasChild li a {
        display: inline-block;
        font-size: 1rem;
        line-height: 1rem;
        padding: 8px;
        margin: 3px;
        font-weight: normal;
    }

        .submenu li > .hasChild li a:hover,
        .submenu li > .hasChild li a:focus {
            color: #000;
            background-color: #fff;
            transition: all 0.3s;
        }

.basic tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.04)
}

.basic td {
    border: #dee2e6 1px solid;
}

.basicEx td {
    text-align: left !important;
    padding-left: 3rem !important;
}

    .basicEx td.tit {
        padding-left: 1rem !important
    }

.mask {
    height: 100%;
    overflow: hidden
}

.menuBtn2 > span {
    height: 50px !important;
    margin-top: 25px;
    background: #037c72;
    color: #fff;
    margin-right: 2px
}

.submenu li a.menuBtn2:hover > span {
    background: rgba(51, 135, 127, 1) !important;
    color: #fff;
}

.width1072 {
    clear: both;
    max-width: 1062px;
    position: relative;
    padding: 15px;
    margin: 0 auto;
    z-index: 3;
    display: flex;
    flex-wrap: wrap
}

    .width1072 a {
        transition: all 0.3s
    }

        .width1072 a:hover {
            transform: scale(1.1);
            transition: all 0.3s
        }

.movie_icon {
    background: url(../img/movie_icon.svg) 0 0/contain no-repeat;
    width: 130px;
    min-height: 98px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.lazy_bag {
    background: url(../img/lazy_bag.svg) center/contain no-repeat;
    width: 160px;
    height: 98px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.movie_icon2 {
    background: url(../img/movie_icon.svg) 0 0/contain no-repeat;
    width: 100px;
    min-height: 78px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.lazy_bag span {
    color: #138176;
    margin-top: 130px;
}

.movie_icon span {
    color: #138176;
    margin-top: 100px;
    margin-bottom: 30px
}

.movie_icon2 span {
    color: #138176;
    margin-top: 80px;
    margin-bottom: 30px
}
