/* all.css */
.all_main * {
    box-sizing: border-box;
    max-width: 100%;
}

.all_main {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: 'Microsoft JhengHei', serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}

.all_main img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.all_main ul {
    padding: 0 0;
    margin: 0;
}

.all_main li {
    list-style: none;
}

.all_main h6,
.all_main h5,
.all_main h4,
.all_main h3,
.all_main h2 {
    margin: 0;
}

.all_main u {
    text-decoration: none;
}

/*Animations*/
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
    transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
    transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
    transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
    transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
    transform: scale(.3);
}

/*放大淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.all_main p {
    margin: 0;
}

.all_main em,
.all_main i {
    font-style: normal;
}

.all_main a {
    text-decoration: none;
}

.all_main dd,
.all_main dt {
    margin: 0 0;
}

.all_main_key_word {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.animated15 {
    animation: none;
}

/* all.css end */

/* index */
.bannerindex .swiper {
    width: 100%;
    height: 100%;
}

.bannerindex .swiper-slide {
    background-position: center;
    background-size: cover;
}

.bannerindex .swiper-slide img {
    display: block;
    width: 100%;
}

/* index end */

/* edit index */

.in01 {
    padding: 95px 20px 170px 20px;
    background-image: url('../images/cuu_img022.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.in01 h5 {
    color: #545454;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.12em;
    text-indent: 0.12em;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 105px;
}

.in01 h5::after {
    content: "";
    width: 40px;
    height: 5px;
    background-color: #967656;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.in_link {
    max-width: 1013px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.in_link a {
    width: 23.5%;
    max-width: 186px;
    width: 100%;
    transition: 0.5s;
}

.in_link a:hover .in02 u {
    transition: 0.5s;
    background-color: #7E9A88;
}

.in_link a:hover strong {
    transition: 0.5s;
    animation-name: eff01;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-duration: 1s;
}

@keyframes eff01 {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0);
    }
}

.in02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border: 1px #C6D9CB solid;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    transition: 0.5s;
}

.in02 u {
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    background-color: #ECE8E6;
    position: absolute;
    left: 14px;
    bottom: 0;
    z-index: 20;
    transition: 0.5s;
}

.in02 strong {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 30;
    transition: 0.5s;
}

.in02 em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background-color: white;
    border: 1px #8AB095 solid;
    border-radius: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 50;
}

.in_link a h4 {
    margin-top: 20px;
}

.in_link a h4 i {
    display: block;
    color: #855C52;
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
}

.in_link a h4 span {
    display: block;
    color: #535353;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    margin-top: 5px;
}

/* 最新消息 */

.in_news {
    padding: 65px 20px;
    background-color: #FAF9F8;
}

.in_news h5 {
    margin-bottom: 30px;
}

.in_news h5 b {
    display: block;
    color: #545454;
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
}

.in_news h5 em {
    display: block;
    color: #535353;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    margin-top: 5px;
}

.in_news_all {
    max-width: 1395px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.in_news_all a {
    width: 33.33%;
    padding: 45px 30px;
    background-color: rgba(172, 157, 153, 0);
    transition: 0.5s;
    position: relative;
}

.in_news_all h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 100;
    opacity: 0;
}

.in_news_all h6 i {
    font-size: 50px;
    color: #855B52;
}

.in_news_all a:hover h6 {
    transition: 0.5s;
    opacity: 1;
}

.in_news_all a:hover {
    transition: 0.5s;
    background-color: rgba(172, 157, 153, 0.2);
}

.in_news_all a:hover strong {
    transition: 0.5s;
    opacity: 1;
}

.in_news_all a h4 b {
    display: block;
    color: #855B52;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.in_news_all a h4 i {
    display: block;
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 10px 0 14px 0;
}

.in_news_all a p u {
    display: block;
    color: #545454;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    width: fit-content;
    padding: 0 10px;
    border-right: 1px #545454 solid;
    border-left: 1px #545454 solid;
}

.in_news_all a p span {
    display: block;
    color: #575747;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    box-sizing: border-box;
}

.in_news_all a strong {
    display: block;
    width: fit-content;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 35px 0 0 auto;
    transition: 0.5;
    opacity: 0;
}

.in_news>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: white;
    color: #525252;
    font-size: 12px;
    font-weight: 600;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    border: 1px #DDDDDD solid;
    margin: auto;
    margin-top: 40px;
    transition: 0.5s;
}

.in_news>a:hover {
    transition: 0.5s;
    background-color: #967656;
    color: white;
}

@media (max-width:900px) {
    .in01 {
        padding: 80px 20px;
    }

    .in01 h5 {
        margin-bottom: 50px;
    }

    .in_link a h4 i {
        font-size: 19px;
    }

    .in_link a {
        max-width: 150px;
    }

    .in02 em {
        width: 80px;
        height: 80px;
    }

    .in02 em img {
        width: 60%;
    }

    .in_news_all a h4 b {
        font-size: 18px;
    }
}

@media (max-width:768px) {

    .in_link {
        max-width: 400px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 35px;
    }

    .in_link a {
        max-width: unset;
    }

    .in_news_all a {
        width: 100%;
        padding: 35px 20px;
    }

}

@media (max-width:400px) {
    .in01 {
        padding: 50px 20px;
    }

    .in02 em {
        width: 65px;
        height: 65px;
        bottom: 10px;
    }

    .in02 strong {
        width: 40%;
    }
}

/* edit index end */

/* about */
.about01 {
    padding: 60px 20px 125px 20px;
}

.about01 h5 {
    color: #535353;
    font-size: 28px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 0 15px;
    width: fit-content;
    margin: auto;
    border-left: 8px #967656 solid;
    border-right: 8px #967656 solid;
}

.about01 h4 {
    color: #8AA492;
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 0 35px;
    width: fit-content;
    margin: 35px auto 55px auto;
    position: relative;
}

.about01 h4 img:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
}

.about01 h4 img:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about02 {
    max-width: 1200px;
    margin: auto;
    background-color: #FAF9F8;
    padding: 70px 20px 110px 20px;
    margin-bottom: 30px;
}

.about02 b {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.about02 ul {
    max-width: 890px;
    width: 100%;
    margin: auto;
    padding: 15px 0;
    position: relative;
}

.about02 ul::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CCCCCC;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about02 li {
    width: 50%;
    padding-right: 25px;
}

.about02 li+li {
    margin-top: 25px;
}

.about02 li p {
    max-width: 406px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.about02 li p u {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 150px;
    position: absolute;
    top: 7.5px;
    right: -50px;
    z-index: 50;
    border: 1px #DDDDDD solid;
}

.about02 li p u::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #535353;
    border-radius: 150px;
    display: block;
}

.about02 li p i {
    display: block;
    width: 46px;
    min-width: 46px;
    margin-left: 20px;
    position: relative;
    top: 7px;
}

.about02 li p span {
    display: block;
    max-width: 336px;
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    text-align: justify;
    word-break: break-all;
}

.about02 li:nth-child(2n) {
    margin: 0 0 0 auto;
    padding: 0;
    padding-left: 25px;
}

.about02 li:nth-child(2n) p {
    flex-direction: row-reverse;
}

.about02 li:nth-child(2n) p i {
    margin: 0;
    margin-right: 20px;
}

.about02 li:nth-child(2n) p u {
    right: auto;
    left: -37px;
}

.about02 li:last-child p u {
    border: 1px #D93600 solid;
}

.about02 li:last-child p u::before {
    background-color: #D93600;
}

.about_pt {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.about_pt em {
    display: block;
    width: 64.8%;
}

.about_pt p {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 33.33%;
}

.about_pt p u,
.about_pt p i {
    display: block;
}

.about_text {
    max-width: 1148px;
    width: 100%;
    margin: auto;
    margin-top: 95px;
}

.about_text h4 {
    margin-top: 0;
}

.about_text i {
    display: block;
    max-width: 124px;
    width: 100%;
    margin: 38px auto 60px auto;
    text-align: center;
}

.about_text span {
    display: block;
    color: #535353;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
}

.about_text u {
    display: block;
    color: #535353;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif TC", system-ui;
    line-height: 250%;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
}

@media (max-width:1000px) {
    .about01 h5 {
        font-size: 24px;
    }

    .about01 h4 {
        font-size: 19px;
    }

    .about01 {
        padding: 80px 20px;
    }

    .about02 li p {
        max-width: 100%;
    }

    .about02 li p span {
        font-size: 15px;
    }

    .about02 li p u {
        right: -36px;
    }

    .about_text {
        margin-top: 50px;
    }

    .about_text span,
    .about_text u {
        font-size: 16px;
    }
}

@media (max-width:500px) {
    .about01 {
        padding: 50px 20px;
    }

    .about01 h5 {
        font-size: 22px;
    }

    .about01 h4 {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .about02 {
        padding: 35px 20px;
    }

    .about02 ul {
        padding: 0;
    }

    .about02 ul::after {
        display: none;
    }

    .about02 li:nth-child(n) {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .about02 li:nth-child(n+2) {
        margin-top: 25px;
    }

    .about02 li:nth-child(n) p {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding-left: 30px;
    }

    .about02 li:nth-child(n) p u {
        right: auto;
        left: -5px;
        top: 8.5px;
    }

    .about02 li:nth-child(n) p i {
        margin: 0;
        margin-right: 20px;
    }

    /*  */

    .about02 li:nth-child(1) p {
        padding: 0;
    }

    .about02 li:nth-child(1) p u {
        display: none;
    }

    .about02 li:nth-child(1) p span {
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width:400px) {
    .about02 li:nth-child(n) p {
        flex-direction: column-reverse;
    }

    .about02 li:nth-child(n+2) p i {
        margin: 0;
    }

    .about02 li:nth-child(n+2) p span {
        max-width: 100%;
        margin-top: 20px;
    }

    .about_text span,
    .about_text u {
        font-size: 15px;
    }
}

/* about end */

/* 遊客服務 */
body.vis_banner .all_banner {
    background-image: url('../images/cuu_img092.jpg');
}

.vis01 {
    padding: 60px 20px 125px 20px;
}

.vis01 h5 {
    color: #535353;
    font-size: 28px;
    font-weight: 700;
    font-family: "Noto Serif TC", system-ui;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 0 15px;
    width: fit-content;
    margin: auto;
    border-left: 8px #967656 solid;
    border-right: 8px #967656 solid;
}

.vis02 {
    padding: 60px 0;
    max-width: 1200px;
    margin: auto;
    border-bottom: 1px #E3D9CE solid;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 115px;
}

.vis02 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

.vis02 a+a {
    margin-left: 45px;
}

.vis02 a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background-color: #F4F1F0;
    border-radius: 150px;
    border: 1px #E3D9CE solid;
    margin-bottom: 20px;
    transition: 0.5s;
}

.vis02 a:hover i {
    transition: 0.5s;
    background-color: #8AB095;
}

.vis02 a:hover i img {
    filter: invert(1);
}

.vis02 a span {
    display: block;
    color: #777777;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif TC", serif;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
}

.vis01 ul {
    max-width: 1170px;
    margin: auto;
}

.vis01 li {
    display: flex;
    align-items: flex-start;
}

.vis01 li+li {
    margin-top: 100px;
}

.vis01 li p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #575748;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif TC", serif;
    line-height: 120%;
    width: 200px;
    min-width: 200px;
    position: relative;
    margin-right: 30px;
    padding: 0 5px;
}

.vis01 li p::before {
    content: "";
    width: 8px;
    height: 19px;
    background-color: #8AB095;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.vis01 li p::after {
    content: "";
    width: 8px;
    height: 19px;
    background-color: #8AB095;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.vis01 li p u {
    display: block;
    margin-right: 10px;
}

.vis03 h4 {
    display: block;
}

.vis03 h4+h4 {
    margin-top: 35px;
}

.vis03 h4 i {
    display: block;
    color: #967653;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif TC", serif;
    line-height: 120%;
    margin-bottom: 15px;
}

.vis03 h4 span {
    display: block;
    color: #575746;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
}

.vis03 h4 span+span {
    margin-top: 15px;
}

.vis03 h4 span a {
    color: #575746;
    position: relative;
    transition: 0.5s;
}

.vis03 h4 span a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #967656;
    position: absolute;
    right: -5px;
    bottom: -2px;
    transition: 0.5s;
}

.vis03 h4 span a:hover::after {
    transition: 0.5s;
    width: calc(100% + 10px);
    left: -5px;
    right: auto;
}

.vis04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    margin-top: 135px;
}

.vis04 em {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.vis04 p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.5s;
}

.vis04 p+p {
    margin-top: 15px;
}

.vis04 p b {
    display: block;
    text-align: center;
    color: #575746;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    width: 84px;
    min-width: 84px;
    border: 1px #575746 solid;
    border-radius: 150px;
    margin-right: 15px;
    padding: 0 5px;
    transition: 0.5s;
}

.vis04 p a {
    display: block;
    color: #575746;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    transition: 0.5s;
}

.vis04 p:nth-child(2) b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vis04 p:hover a {
    transition: 0.5s;
    color: #855B52;
}

.vis04 p:hover b {
    transition: 0.5s;
    background-color: #855B52;
    color: white;
    border: 1px #855B52 solid;
}

.mapu{
    width: 100%;
}

.mapu iframe{
    display: block;
    vertical-align: bottom;
}

@media (max-width:1000px) {
    .vis01 h5 {
        font-size: 24px;
    }
}

@media (max-width:600px) {
    .vis01 {
        padding: 50px 20px;
    }

    .vis01 li {
        flex-direction: column;
    }

    .vis01 li+li {
        margin-top: 50px;
    }

    .vis01 li p {
        font-size: 17px;
        margin: 0;
        margin-bottom: 20px;
    }

    .vis02 {
        margin-bottom: 50px;
    }

    .vis03 h4 i {
        font-size: 16px;
    }

    .vis03 h4 span {
        font-size: 14px;
    }

    .vis04 {
        margin-top: 50px;
    }
}

@media (max-width:500px) {
    .vis01 {
        padding: 50px 20px;
    }

    .vis01 h5 {
        font-size: 22px;
    }
}

@media (max-width:400px) {
    .vis04 p {
        flex-direction: column;
        align-items: center;
    }

    .vis04 p b {
        margin: 0;
        margin-bottom: 20px;
    }

    .vis04 p a {
        text-align: center;
        font-size: 15px;
    }

    .vis04 p a br {
        display: none;
    }
}


/* 遊客服務 end */