@import"all.css";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap";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,strong,sub,sup,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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}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{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,button,textarea{outline:none}*{box-sizing:border-box}a{text-decoration:none}a{color:#666}body{font-family:Helvetica,Arial,"Noto Sans TC","微軟正黑體",Heiti TC,"メイリオ",sans-serif;line-height:1;color:#666}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes lightSpeedIn{from{transform:translate3d(20%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, 90deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 50px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0, -10%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 10%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(print),(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-10%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(10%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -30%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 20%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.7, 0.7, 0.7)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}.img_effects{animation-name:effects;position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;transform:translate3d(100%, 0, 0)}.effects_wrap{position:relative;overflow:hidden}@keyframes effects{0%{transform:translate3d(-100%, 0, 0)}50%{transform:translate3d(0%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}.clip_bottom{animation-name:clip_bottom}@keyframes clip_bottom{0%{clip-path:polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)}100%{clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%)}}.clip_top{animation-name:clip_top}@keyframes clip_top{0%{clip-path:polygon(0 0, 100% 0, 100% 0, 0 0)}100%{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)}}.clip_left{animation-name:clip_left}@keyframes clip_left{0%{clip-path:polygon(0 0, 0 0, 0 100%, 0% 100%)}100%{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)}}.clip_right{animation-name:clip_right}@keyframes clip_right{0%{clip-path:polygon(100% 0, 100% 0, 100% 100%, 100% 100%)}100%{clip-path:polygon(100% 0, 0 0, 0 100%, 100% 100%)}}body{font-family:"Noto Sans TC",sans-serif}.container{margin:0 auto}iframe,video{width:100%;max-width:100%}a:hover{text-decoration:none}.flex,.row{display:flex;flex-wrap:wrap}.lightBox{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);display:none;justify-content:center;align-items:center;padding:3%;z-index:999}.lightBox .content{padding:30px;background:#fff;border-radius:15px;max-width:600px;color:#000;font-size:13px;position:relative;z-index:9;line-height:20px}.lightBox .content .contentText{max-height:80vh;overflow-y:auto;padding-right:15px}.lightBox .content .contentText p{color:#000 !important}.bgClose{position:absolute;width:100%;height:100%;left:0;top:0}.close{width:36px;height:36px;position:absolute;top:-10px;right:-10px;background:#000;cursor:pointer;border-radius:100%}.close:before,.close:after{content:"";width:24px;height:1px;position:absolute;top:17px;right:6px;transform:rotate(45deg);background:#fff}.close:after{transform:rotate(-45deg)}img{max-width:100%;display:block}@media(max-width: 500px){.pc{display:none}}.xs{display:none}@media(max-width: 500px){.xs{display:block}}.area{position:relative}.area-1 .art{position:absolute;top:0;left:0}.area-1 .pic-1{position:absolute;top:0;left:0}.area-1 .pic-2{position:absolute;bottom:0;left:0}.area-2 .picArt{position:absolute;top:0;left:0}.area-3 .art{position:absolute;top:0;left:0}.area-3 .picArt{position:absolute;bottom:0;left:0}.sliderWrap{background-image:url("../img/sliderBg.png");background-size:cover;overflow:hidden}.sliderWrap .row{display:flex;flex-wrap:wrap}.sliderWrap .row .slick{flex:0 0 60%;max-width:60%}.sliderWrap .row .art{flex:0 0 40%;max-width:40%;padding-left:60px}.sliderWrap .row .art img{margin-left:auto}.area-05{overflow:hidden}.area-05 .section-1{position:absolute;top:0;left:0}.area-05 .section-1 .pic{position:absolute;top:0;left:0}.area-05 .section-2{position:absolute;bottom:0;left:0}.area-05 .section-2 .art{position:absolute;top:0;left:0}.area-06{overflow:hidden}.area-06 section{position:relative}.area-06 section .art,.area-06 section .fig{position:absolute;top:0;left:0}.area-06 section .img{position:absolute;bottom:0;left:0}.area-07 .section{position:absolute;top:0;left:0}.area-07 .section .art{position:relative}.area-07 .section .art .art2,.area-07 .section .art .art3{position:absolute;top:0;left:0}.area-07 .section .pic{position:relative;padding-top:13px}.area-07 .section .pic .pic2,.area-07 .section .pic .pic3{position:absolute;bottom:0;left:0}.area-08{background-image:url("../img/08-bg.jpg");background-size:cover;padding-bottom:100px}.area-08 .fig{position:absolute;left:0;bottom:0}.area-08 .fig .year{padding-top:120px}.area-09{background-image:url("../img/09-bg.jpg");background-size:cover}.area-10{background-color:#e3dcd4}.area-10 img{mix-blend-mode:multiply}.table{background-image:url("../img/formBg.jpg");background-size:cover;padding-bottom:120px}@media(max-width: 500px){.table{background-position-y:center}}.table .title{padding-top:88px}.table .content{padding:32px;max-width:1800px;margin:auto;display:flex;flex-wrap:wrap}.table .content .section{flex:0 0 50%;padding:0 32px}@media(max-width: 768px){.table .content .section{flex:0 0 100%}}@media(max-width: 500px){.table .content .section{padding:0}}.table .content .section .col{margin-bottom:32px}@media(max-width: 500px){.table .content .section .col{margin-bottom:24px}}.table .content .section .col p{margin-bottom:8px;font-size:20px;color:#000}.table .content .section .col p span{color:#c02}.table .content .section .col input{width:100%;height:52px;border:none;border-radius:4px;background-color:rgba(128,76,35,.5);color:#fff;font-size:20px;padding-left:8px}@media(max-width: 500px){.table .content .section .col input{height:42px}}.table .content .section .col select{height:52px;border-radius:4px;background-color:rgba(128,76,35,.5);border:none;font-size:20px;color:#fff;padding-left:8px;flex:0 0 100%;width:100%}@media(max-width: 500px){.table .content .section .col select{height:42px}}.table .content .section .col textarea{width:100%;height:275px;border-radius:4px;background-color:rgba(128,76,35,.5);border:none;font-size:20px;padding:8px;color:#fff}.table .content .section .row{margin-bottom:32px}@media(max-width: 500px){.table .content .section .row{margin-bottom:24px}}.table .content .section .row select{height:52px;border-radius:4px;background-color:rgba(128,76,35,.5);border:none;font-size:20px;color:#fff;padding-left:8px}@media(max-width: 500px){.table .content .section .row select{height:42px}}.table .content .section .row select option{color:#fff}.table .content .section .row .colRow{flex:0 0 50%}@media(max-width: 500px){.table .content .section .row .colRow{flex:0 0 100%}}.table .content .section .row .colRow p{margin-bottom:8px;font-size:20px;color:#000}.table .content .section .row .colRow p span{color:#c02}.table .content .section .row .colRow input{width:100%;height:52px;border:none;border-radius:4px;background-color:rgba(128,76,35,.5);padding-left:8px;color:#fff;font-size:20px}@media(max-width: 500px){.table .content .section .row .colRow input{height:42px}}.table .content .section .row .colRow:nth-child(2n+1){padding-right:16px}@media(max-width: 500px){.table .content .section .row .colRow:nth-child(2n+1){padding:0;margin-bottom:24px}}.table .content .section .row .colRow:nth-child(2n){padding-left:16px}@media(max-width: 500px){.table .content .section .row .colRow:nth-child(2n){padding:0}}.table .content .section .row .county{flex:0 0 calc(50% - 16px)}@media(max-width: 500px){.table .content .section .row .county{padding:0;flex:0 0 100%;margin-bottom:24px}}.table .content .section .row .district{flex:0 0 calc(50% - 16px);margin-left:auto}@media(max-width: 500px){.table .content .section .row .district{padding:0;flex:0 0 100%}}.table .check_row{text-align:center;font-size:20px;color:#000;padding-bottom:52px}@media(max-width: 500px){.table .check_row{font-size:16px}}.table .check_row a{color:#000}.table .check_row input{width:20px;height:20px;margin:0;position:relative;top:2px}@media(max-width: 500px){.table .check_row input{width:16px;height:16px}}.table .send{padding:32px;text-align:center}.table .send #submitBtn{font-size:24px;color:#fff;background-color:#3e5532;border:none;width:320px;line-height:62px;border-radius:8px;cursor:pointer}@media(max-width: 500px){.table .send #submitBtn{max-width:88%;margin:auto;font-size:20px}}footer{position:fixed;width:100%;z-index:99;left:0;bottom:0;background-image:url("../img/footer.png")}footer .row{justify-content:space-between;align-items:center}footer .row .logo{flex:0 0 40%}@media(max-width: 500px){footer .row .logo{flex:0 0 30%}}footer .row .link{flex:0 0 60%;display:flex;flex-wrap:wrap;align-items:center}@media(max-width: 500px){footer .row .link{flex:0 0 70%}}footer .row .link a{flex:0 0 33.33%}footer .row .link .line{position:relative}footer .row .link .line::before{content:"";position:absolute;left:0;top:18px;width:1px;height:30px;background-color:#fff}footer .row .link .line::after{content:"";position:absolute;right:0;top:18px;width:1px;height:30px;background-color:#fff}/*# sourceMappingURL=style.min.css.map */