/* 縮小失敗。正在傳回未縮小的內容。
(326,1): run-time error CSS1019: Unexpected token, found '@import'
(326,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap")'
(327,1): run-time error CSS1019: Unexpected token, found '@import'
(327,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap")'
(399,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(400,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(426,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(427,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(462,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(463,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(472,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(473,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(744,1): run-time error CSS1019: Unexpected token, found '}'
(1192,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1193,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2037,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2038,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2048,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2049,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2056,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2057,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, sub, sup{
	margin: 0;
	padding: 0;
	border: 0;
	
	

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
	
}





.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

    .twentytwenty-before-label:before, .twentytwenty-after-label:before {
        color: white;
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    .twentytwenty-before-label:before, .twentytwenty-after-label:before {
        position: absolute;
        background: rgba(255, 255, 255, 0.2);
        line-height: 38px;
        padding: 0 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .twentytwenty-container img {
        max-width: 100%;
        position: absolute;
        top: 0;
        display: block;
    }

    .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
        background: rgba(0, 0, 0, 0);
    }

        .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
        .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
        .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
            opacity: 0;
        }

    .twentytwenty-container * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.twentytwenty-before-label {
    opacity: 0;
}

    .twentytwenty-before-label:before {
        content: attr(data-content);
    }

.twentytwenty-after-label {
    opacity: 0;
}

    .twentytwenty-after-label:before {
        content: attr(data-content);
    }

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

    .twentytwenty-overlay:hover {
        background: rgba(0, 0, 0, 0.5);
    }

        .twentytwenty-overlay:hover .twentytwenty-after-label {
            opacity: 1;
        }

        .twentytwenty-overlay:hover .twentytwenty-before-label {
            opacity: 1;
        }

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:none;left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:none;right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}
body,
html {
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    font-weight: 500;
    scroll-behavior: smooth;
    /* position: relative; */
}
    body:before {
        content: ' ';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
    }

.in_body {
  background-color: #49564d;
}
.content {
  transition: margin-left 0.5s;
  width: 100%;
  position: relative;
  height: 100vh;
}

/*top*/
/* 第一層背景 */
.first_backBG {
    width: 100%;
    height: 100%;
    background-image: url(../images/listPage/list_item/4.png);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center center;
    animation: fadeIn 1s 0.2s 1;
    opacity: 0;
    animation-fill-mode: forwards;
}

/* 第二層背景 */
.sec_backBG {
    width: 100%;
    height: 100vh;
    background-image: url(../images/listPage/list_item/4.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

/* 要放大的前層 */
.shape {
  background-image: url(../images/index/index_cover-5.png);
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat;
  background-position: 65% center;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
@keyframes trans {
  0% {
    background-color: #49564d;
  }
  100% {
    background: transparent;
  }
}

.shape_in {
  width: 80%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}

.in_cover_logo {
  position: absolute;
  top: 25%;
  left: 0;
  width: 18.43%;
  max-width: 100%;
  /* animation: fadeIn 4s 1s 1;
  opacity: 0;
  animation-fill-mode:forwards; */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_hint {
  position: absolute;
  right: 32%;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: scrollDown 1s 4s forwards;
  opacity: 0;
 
}
.scroll_hint img {
  width: 5px;
  animation: UpNDown 3s infinite;
  position: relative;
  top: 0;

}
.scroll_hint p {
  margin: 15px 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #edede7;
  font-weight: 300;
  font-size: 14px;
  
}

@keyframes scrollDown {
  0% {
    bottom: 24%;
    opacity: 0;
  }
  100% {
    bottom: 20%;
    opacity: 1;
  }
}
@keyframes UpNDown {
  0% {
   top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}

/* 定住CLASS */
.fixed {
  position: fixed;
}

/* -------------------------------------------------- */
/* 內頁 */
.index_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation: fadeIn 1s 0.1s 1;
  opacity: 0;
  animation-fill-mode: forwards;
  transition: 0.5s;
  overflow: scroll;
}
.index_main::-webkit-scrollbar {
  display: none;
}

.index_main_in {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

/* 左上LOGO */

.logo {
  position: absolute;
  left: 0;
  top: 10%;
  width: 25%;
}

.logo img {
  max-width: 100%;
}

/* header */
.index_header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

/* 首頁選單 */
.index_header nav {
  position: absolute;
  right: 0%;
  bottom: 10%;
  border-left: 1px solid #fefefe;
  z-index: 2;
  font-size: 1.06rem;
}

.in_main_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.in_mm_li {
  width: 100%;
  text-align: right;
}

.in_mm_li:hover {
  color: #b18b5a;
}

.in_mm_a {
  color: #fefefe;
  display: inline-block;
  padding: 1rem;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

.in_mm_a:hover,
.in_dropdown_menu li a:hover,
.in_mm_li:hover .in_mm_a {
  color: #b18b5a;
}

.in_dropdown_menu {
  display: none;
  position: absolute;
  left: -250%;
  width: 250%;
  height: 100%;
  top: 0;
}

.in_dropdown_menu li a {
  color: #fefefe;
  display: block;
  padding: 1rem;
  transition: 0.5s;
}

.in_mm_li:hover > .in_dropdown_menu {
  display: inline-block;
  vertical-align: top;
}

/* 首頁頁尾 */
.index_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0% 0 2%;
}

.index_footer_up {
  padding-bottom: 1%;
  display: flex;
  align-items: flex-end;
}

.index_footer_up_a {
  display: flex;
  color: #a2a2a2;
  align-items: center;
  margin-left: 3%;
}

.index_footer_MOC {
  display: flex;
  align-items: center;
  
}

.index_footer_MOC span,.index_footer_up_a span {
  display: block;
  color: #a2a2a2;
}
.index_footer_up_a span{
  margin-top: 15%;
}

.index_footer_up img {
  max-width: 100%;
}

.index_footer_down {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #a2a2a2;
  padding-top: 1%;
}

.index_footer_down a {
  display: block;
  padding: 5px;
  font-size: 15px;
  color: #a2a2a2;
}

.index_footer_down p {
  font-size: 13px;
  color: #a2a2a2;
}
.index_footer_down2 {
  border-top: 1px solid #fff;
}

.index_footer_down2 a,
.index_footer_down2 p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .in_cover_logo,
  .logo {
    top: 8%;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
  }

  .index_footer {
    width: 80%;
    left: 50%;

    transform: translateX(-50%);
  }

  .index_footer_up {
    display: flex;
    /* flex-direction: column; */
  }


  .index_footer_up_a,
  .index_footer_MOC {
    display: block;
    width: 50%;
    margin: 0% 4% 5%;
    text-align: center;
  }

  .index_footer_MOC span,.index_footer_up_a span {
    margin-bottom: 10%;
    font-size: 12px;
  }

  .index_footer_down,
  .index_header {
    display: none;
  }

  .index_footer_up_a span {
    margin-bottom: -16%;
    padding-left: 30px;
  }
  .scroll_hint {
    left: 50%;
    right: auto;
    bottom: 16%;
    transform: translateX(-50%);
  }



}
@media screen and (max-width: 500px) {
  .scroll_hint img {
    width: 3px;
  }
  .index_footer{
    bottom: 6%;
  }
  .scroll_hint {
    left: 50%;
    right: auto;
    bottom: 20%;
    transform: translateX(-50%);
  }
  @keyframes scrollDown {
    0% {
      bottom: 25%;
      opacity: 0;
    }
    100% {
      bottom:20%;
      opacity: 1;
    }
  }


  
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .index_footer {
    width: 40%;
    left: 50%;

    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  /* .in_body:after{
    content:"";
    position:fixed; 
    top:0;
    height:100vh; 
    z-index:-1; 
    background: url(../images/index/back-Interim.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  } */
  /* .first_backBG,
.sec_backBG{
  content:"";
  position:fixed; 
  top:0;
  height:100vh; 
  z-index:-1; 
  background: url(../images/index/back-Interim.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */
  .in_cover_logo,
  .logo {
    top: 8%;
    left: 50%;
    width: 80%;

    transform: translateX(-50%);
  }
  .index_footer_up {
    display: flex;
    /* flex-direction: column; */
  }
}

/* ------------------------------------列表頁---------------------------------- */
.listP_box {
  background-color: #49564d;
  padding: 2% 0;
  min-height: 100vh;
}

.listP_container {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.listP_header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ae9366;
}

.header_h1 {
  display: inline-block;
  width: 11.84%;
  margin-bottom: 10px;
}

.header_h1 a {
  display: block;
}

.header_h1 a img {
  width: 100%;
  max-width: 100%;
}

/* 選單 */
.header_nav {
  display: block;
  width: 85%;
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-family: "Noto Serif TC", serif;
  width: 100%;
}

.menu_li {
  display: block;
  position: relative;
  border-bottom: 5px solid transparent;
  margin: 0 10px;
}

.hidden_close {
  display: none;
}

.menu_li_a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  width: 100%;
}

.menu_dropdown {
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 130%;
  padding: 5%;
  font-family: "Noto Serif TC", serif;
  z-index: 5;
  padding: 1rem;
}

.menu_dropdown li {
  display: block;
}

.menu_dropdown li a {
  color: #272727;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  word-break: keep-all;
}

.menu_li_a:hover,
.menu_li:hover .menu_li_a {
  color: #ae9366;
}

.menu_dropdown li a:hover {
  color: #8d5800;
}
.menu_li:hover {
  border-bottom: 5px solid #ae9366;
}

.menu_li:hover > .menu_dropdown {
  display: block;
}

/* 當下頁面  --------------------------------------  馬克*/
.main_active {
  color: #8d5800;
}

/* 漢堡選單 */
.RWD_ham_bar {
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: 5;
  width: 14.2%;
  cursor: pointer;
  display: none;
}

.RWD_ham_bar img {
  max-width: 100%;
}

.hidden_close:hover {
  border-bottom: 5px solid transparent;
}

.hidden_close img {
  max-width: 30%;
}

.in_rwd_container {
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .menu_li {
    margin: 0 6px;
  }
  .menu_li_a {
    font-size: 0.9rem;
    padding: 5px;
  }
}
@media screen and (max-width: 1281px) {
  .menu_li_a {
    font-size: 0.85rem;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1000px) {
  .menu_li {
    margin: 0 0px;
  }
}
@media screen and (max-width: 769px) {
  .menu_cover {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
  }
  .RWD_ham_bar {
    display: block;
    top: 3%;
    right: 4%;
  }

  .header_nav {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #49564d;
    min-width: 70%;
    z-index: 5;
    display: none;
    min-height: 100vh;
  }

  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20%;
  }

  .hidden_close {
    display: block;
    text-align: right;
  }

  .menu_li {
    width: 100%;
    display: block;
    border-bottom: 0.5px solid #959d98;
    padding: 0;
    margin-bottom: 1px;
  }

  .menu_dropdown {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-width: auto;
    display: none;
  }

  .menu_li:hover {
    border: none;
  }

  .menu_li:not(.hidden_close) {
    text-align: center;
  }

  .menu_li_a,
  .menu_dropdown li a {
    width: 100%;
    font-size: 4.6vw;
    margin: 0;
    padding: 20px 0;
  }

  .header_h1 {
    width: 30.8vw;
  }

  .listP_box {
    padding: 10% 0;
  }

  .listP_container {
    width: 85%;
  }
  .menu_li:hover > .menu_dropdown {
    display: none;
  }
}

/* 麵包屑 */
.breadcrumb {
  display: flex;
  flex-direction: row;
  margin: 2% 0;
}

.breadcrumb li {
  padding: 0 10px 0 0;
}

.breadcrumb li + li::before {
  content: ">";
  color: #84998a;
  margin-right: 10px;
}

.breadcrumb li a {
  color: #84998a;
}

.breadcrumb li:last-of-type a,
.breadcrumb li a:hover {
  color: #fefefe;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/* 頁尾 */
.listFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #a2a2a2;
  border-top: 1px solid #a2a2a2;
  padding-top: 10px;
  font-size: 13px;
}

.listFooter a {
  display: inline-block;
  color: #a2a2a2;
}

@media screen and (max-width: 768px) {
  .listFooter {
    
    justify-content: center;
    text-align: center;
    line-height: 1.5rem;
  }

  .listFooter a {
    display: none;
  }
}

/* 列表專區 */

.list_area {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 0 3% 3%;
  flex-wrap: wrap;
}

.list_box {
  position: relative;
  width: 300px;
  text-align: center;
  display: block;
  margin: 0 1.5% 7vh;
}

/* .list_box:nth-child(4n + 0) {
  margin: 0 0% 7vh 1%;
} */

.list_img {
  width: 100%;
  height: 200px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
}

.list_img img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.list_img_cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.589);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}

.list_img_cover img {
  width: 15%;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.list_title {
  width: 100%;
  line-height: 1.5;
  margin: 3% 0;
  color: #ffffff;
}

.list_box:hover .list_img_cover {
  animation: fadeIn1 0.5s 1;
  animation-fill-mode: forwards;
}

.list_box:hover .list_img_cover img {
  animation: fadeIn1 0.5s 0.3s 1;
  animation-fill-mode: forwards;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* @media screen and (max-width:1600px){
  .list_box {
    width: 250px;
  }
}
@media screen and (max-width: 1400px){
  .list_box {
    width: 230px;
  }
}
@media screen and (max-width: 1280px) {
  .list_box {
    width: 210px;
  }
} */
@media screen and (max-width: 1152px) {
  .list_area {
    padding: 0 0 3%;
  }
  .list_box {
    width: 200px;
    margin: 0 1% 7vh;
  }
  .list_img {
    height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .listP_container {
    width: 86%;
  }

  .list_img {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .list_area {
    padding: 5% 3%;
  }

  .list_box {
    width: 48%;
    margin: 0 1% 3%;
  }
  .list_img {
    height: 180px;
  }

  /* .list_box:nth-child(4n + 0) {
    margin: 0 1% 0%;
  } */
}

@media screen and (max-width: 500px) {
  .list_area {
    padding: 10% 5%;
  }

  .list_box {
    width: 100%;
    margin: 4% auto 10%;
  }
}

/* -----------------------------單文頁----------------------- */
.clear_fix {
  clear: both;
}

.sigle_page_area {
  position: relative;
}

.sigle_page_area h2 {
  text-align: center;
  color: #fefefe;
  font-size: 1.9rem;
  margin: 0% auto;
  max-width: 80%;
}

.single_page_container {
  width: 90%;
  margin: 3% auto;
  background-color: #cacecb;
  padding: 85px 75px;
  position: relative;
}

/* 回上層 */
.go_back {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  /* width: 10%; */
}
.go_back1 {
  right: 75px;
  top: 45px;
}
.go_back2 {
  right: 75px;
  bottom: 45px;
}
.go_back_btn {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  color: #8d5800;;
}
.go_back_btn span {
  display: block;
}
.go_back_btn img {
  width: 42px;
  max-width: 100%;
}
.go_back:hover .go_back_btn img {
  /* animation: Rto_L 1s;
  animation-fill-mode: forwards; */
}
/* .go_back_btn:hover {
  color: #8d5800;
} */

/* @keyframes Rto_L {
  0% {
    width: 0px;
  }
  100% {
    width: 42px;
  }
} */

/* 主要文章 */
.sigle_page_article {
    font-size: 1.1875rem;
    line-height: 1.6;
    /*word-break:break-all;*/
}
.sigle_page_mainPic {
  float: left;
  margin: 0 2% 2% 0;
  max-width: 100%;
}

/* .sigle_page_p {
  font-size: 1vw;
  line-height: 1.6;
} */

/* 最前面第一個字要變大 */
.sigle_page_article:nth-of-type(1)::first-letter {
  font-size: 2rem;
}

/* 問答 */
.QnA_box {
  width: 90%;
  margin: 5% auto;
}

.Question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #49564d;
  margin-bottom: 2%;
  cursor: pointer;
}

.Question p {
  color: #49564d;
  font-size: 1.5rem;
  padding-bottom: 2%;
  font-weight: bold;
  line-height: 1.5;
}

.QnA_arrow {
  width: 21px;
  max-width: 100%;
}

.Answer {
  display: none;
}

.Answer p {
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #49564d;
}

.transfrom180 {
  transform: rotate(-180deg);
}

/* 比較前後 */
.befroe_after_area {
  width: 700px;
  margin: 3% auto;
  text-align: center;
}

.befroe_after_img {
  margin: 0 auto;
}

.befroe_after_img img {
  max-width: 100%;
}
.twentytwenty-overlay {
  width: 100%;
  display: none;
}
/* .twentytwenty-overlay:hover{
  background: rgba(0, 0, 0, 0);

} */
.twentytwenty-handle {
  border-radius: 0;
  width: 4px;
  margin-left: -4px;
  background-color: #fff;
}

.twentytwenty-left-arrow {
  margin-left: -20px;
}

.twentytwenty-right-arrow {
  margin-right: -20px;
}

/* 名詞解釋 */
.glossary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 5% auto;
}

.glossary_p {
  text-align: center;
  width: 160px;
  line-height: 49px;
  font-size: 1.5625rem;
  background-image: url("../images/box.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0px 5px 0px 10px;
  margin-right: 10px;
  color: #49564d;
}

.glossary_tags {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 170px);
}

.glossary_tags a {
  display: inline-block;
  padding: 8px 10px;
  background-color: #49564d;
  color: #fefefe;
  margin: 0px 10px 10px;
  font-size: 1.3125rem;
}
.glossary_tags a:hover {
  color: #ae9366;
}
/* 回最上面按鈕 */
.go_top {
  position: fixed;
  bottom: 10%;
  right: 5%;
  width: 6.3%;
  cursor: pointer;
}

/* 案例分享 */
.collection_example_container {
  width: 100%;
  position: relative;
}

.collection_example_h3 {
  font-size: 1.27vw;
  position: relative;
  color: #49564d;
  text-align: center;
  font-weight: bold;
}

.collection_example_h3::before,
.collection_example_h3::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #49564d;
  top: 50%;
  transform: translateY(-50%);
}

.collection_example_h3::before {
  left: 0;
}

.collection_example_h3::after {
  right: 0;
}

.collection_examples {
  width: 96%;
  margin: 3% auto;
  position: relative;
}

/* 案例分享swiper */

.swiper-container {
  width: 90%;
  height: 100%;
}


.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  width: 20px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.each_example {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  /* position: relative; */
}

.each_example p {
  color: #49564d;
  margin: 10px;
}

.each_example_img {
  width: 100%;
  position: relative;
  max-width: 300px;
}

.each_example_img img {
  max-height: 100%;
  max-width: 100%;
}

.each_example_img_cover img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.each_example_img_cover {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* .each_example:hover .each_example_img_cover{
    display: block;
} */
.each_example:hover .each_example_img_cover {
  animation: fadeIn1 0.5s 1;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .single_page_container {
    width: 100%;
    padding: 5%;
  }

  .sigle_page_area h2 {
    font-size: 1.4rem;
    margin: 5% auto;
  }

  .sigle_page_mainPic {
    margin: 3% auto;
    float: none;
    width: 100%;
  }

  .sigle_page_p:nth-of-type(1)::first-letter {
    font-size: 1.5rem;
  }

  .befroe_after_area {
    width: 100%;
  }
  .Question p {
    font-size: 1.1rem;
  }

  .Answer p,
  .sigle_page_p,
  .glossary_tags a {
    font-size: 0.9rem;
  }

  .glossary {
    flex-direction: column;
  }
  .glossary_tags {
    width: 100%;
  }

  .glossary_p {
    font-size: 1.2rem;
    width: 120px;
    margin: 3% auto;
  }

  .collection_examples {
    width: 100%;
  }

  .each_example {
    width: 90%;
    margin: 0 auto;
  }
  .go_back {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 3% 0;
    /* width: 100%; */
  }
  .each_example_img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .collection_example_h3 {
    font-size: 1rem;
  }

  .collection_example_h3::before,
  .collection_example_h3::after {
    width: 33%;
  }

  .go_top {
    width: 20%;
    right:2%;
    bottom: 5%;
  }
  .go_top img {
        width: 100%;
    }

  .go_back_btn {
    /* width: 100%; */
  }
  .sigle_page_article{
    font-size: 1rem;
  }
  .sigle_page_article:nth-of-type(1)::first-letter {
    font-size: 1.5rem;
  }
}

/* -----------------------------------名詞解釋頁------------------------------ */
.glossary_page_container {
  width: 90%;
  margin: 3% auto;
  background-color: #cacecb;
  padding: 75px;
}

.glossary_page_container_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.search_box {
  display: flex;
  width: 15.8%;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dfe2e0;
}

.search_box input {
  background-color: #dfe2e0;
  outline: none;
  border: none;
  font-size: 1rem;
  color: #565656;
  width: 100%;
  padding: 5px 10px;
}
.search_box input::placeholder {
  font-family: "Noto Serif TC", serif;
}
.go_search {
  display: block;
  padding: 5px 10px;
}

.glossary_table ul {
}

.glossary_table ul li {
  border-bottom: 1px solid #49564d;
  width: 100%;
}

.glossary_table ul li a {
  display: inline-block;
  color: #49564d;
  vertical-align: middle;
  width: 90%;
  padding: 20px 10px;
  line-height: 1.5;
  font-size: 1.31rem;
}

.glossary_table ul li a:hover {
  text-decoration: underline;
}

.glossary_table ul li span {
  display: inline-block;
  margin: 0 2% 0 0px;
  width: 3%;
  text-align: right;
  vertical-align: middle;
  color: #49564d;
  padding: 20px 0;
  line-height: 1.5;
}

/* 頁碼 */
.pagination_out {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination_out p {
  color: #373737;
  margin-left: 10px;
}

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 3% 0;
}

.pagination li a {
  display: block;
  padding: 8px 10px;
  margin: 0 15px;
  color: #373737;
  font-weight: bold;
}

.pagination li a:hover {
  background-color: #dadddb;
}
/* 當下頁面(頁碼)-----------------------------------------馬克 */
.active_page {
  background-color: #dadddb;
}

.next_btn,
.prev_btn {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

@media screen and (max-width: 1400px) {
  .search_box {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .glossary_page_container {
    width: 100%;
    padding: 5% 6%;
  }

  .search_box {
    width: 30%;
  }

  .pagination li a {
    padding: 5px 6px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 500px) {
  .glossary_page_container_title {
    flex-direction: column;
  }

  .search_box {
    position: relative;
    width: 100%;
    margin: 10% auto 0;
  }

  .pagination li a {
    padding: 4px 2px;
    margin: 0 3px;
    font-size: 14px;
  }

  .pagination_out {
    flex-wrap: wrap;
  }

  .pagination_out p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .glossary_table ol li {
    border-bottom: 1px solid #49564d;
    padding: 20px 10px;
  }

  .next_btn img,
  .prev_btn img {
    max-width: 100%;
  }
  .glossary_table ul li a {
    font-size: 1rem;
  }
}

/* -----------------------------------名詞解釋查詢結果列表頁------------------------------ */

.glossary_result_title,
.glossary_result_explane_title {
  text-align: center;
  margin: 3% auto;
  font-size: 1.31rem;
  color: #49564d;
}

@media screen and (max-width: 500px) {
  .glossary_result_title,
  .glossary_result_explane_title {
    font-size: 1.2rem;
  }
}

/* -----------------------------------名詞解釋查詢結果解釋頁------------------------------ */
.glossary_result_explane {
  padding: 2% 0;
  border-top: 1px solid #49564d;
  border-bottom: 1px solid #49564d;
  font-size: 1rem;
  line-height: 1.5;
  color: #49564d;
}

.GRSP_return {
  display: block;
  padding: 10px;
  color: #fff;
  margin: 3% auto;
  background-color: #49564d;
  width: 6%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .GRSP_return {
    width: 30%;
  }
}

/* -----------------------------------瀏覽器判別頁------------------------------ */
.browsers_page_container {
  width: 90%;
  margin: 3% auto;
  background-color: #cacecb;
  padding: 8% 3%;
}

.browsers_page_container p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #49564d;
  text-align: center;
  line-height: 1.5;
}
.browsers {
  display: flex;
  justify-content: center;
}
.browsers a {
  margin: 3%;
}
.browsers a img {
  max-width: 100%;
}

/* ----------------------------------------------------------------- */
.site_map_container {
  width: 90%;
  margin: 3% auto;
  background-color: #cacecb;
  padding: 75px;
}
.site_map_container_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3%;
}
.site_map_container_title img {
  max-width: 100%;
}

.site_map {
    width: 100%;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.site_map ul {
  margin: 1%;
}
.site_map ul li a {
  display: block;
  padding: 8px 8px;
  color: #49564d;
  margin: 3px 0;
  text-align: center;
  font-size: 1rem;
}
.site_map ul li a:hover {
  text-decoration: underline;
}
.site_map ul li:first-of-type {
  background-color: #49564d;
}
.site_map ul li:first-of-type a {
  color: #fff;
  padding: 10px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .site_map_container {
    padding: 5%;
  }
}
@media screen and (max-width: 500px) {
  .site_map_container {
    padding: 15px;
  }
  .site_map ul {
    width: 100%;
    margin: 1%;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  animation: disappear 1s 2s forwards, visibility 1s 2s forwards;
}

.load_img {
  width: 10%;
  padding: 3%;
  border-radius: 50%;
  animation: load 1.5s infinite, visibility 1s 1s forwards;
  background-color: #222222;
}
.load_img img {
  max-width: 100%;
}
@keyframes load {
  0% {
    background-color: #222222;
  }
  50% {
    background-color: #0e0e0e;
  }
  100% {
    background-color: #222222;
  }
}
@keyframes disappear {
  0% {
    height: 100vh;
  }
  100% {
    height: 0;
  }
}
@keyframes visibility {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@media screen and (max-width: 500px) {
  .load_img {
    width: 20%;
  }
}
@media screen and (max-width: 1280px) {
    .befroe_after_area {
        width: 100%;
    }
}
