@charset "UTF-8";
@media screen and (max-width: 1440px) {
header nav>ul{
	margin: 0 3%;
}
}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {
/*版面邊框*/
header nav>ul {
	padding: 0;
	margin: 0 1%;
}
.wrap{
	margin: 0 4%;
}
/*Header*/
header nav>ul>li>a {
	padding: 20px 0;
}
header nav>ul>li>a span,
header nav>ul>li .subMenu>li>a span{
	font-size: 110%;
}
header nav>ul>li>a {
    font-size: 1.1rem;
}

}

@media screen and (max-width: 1024px) {
.normalPage{
    padding:  80px 0 0 0;
}
.wrap{
    margin: 0 3%;
}
.webpath_and_control .wrap{
	margin: 0;
	height: auto;
}
.error .content{
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    padding: 20px;
    margin: 100px 0 0 0;
}
.error .content .photo{
    display: none;
}
.error .content .message{
    width: 100%;
    padding: 10px 0px;
}
.error .content .message h1{
    font-size: 1.8rem;
    text-align: center;
    line-height: inherit;
    margin: 0 0 20px 0;
}
.error .content .message h1 span{
    font-size: 1.2rem;
    line-height: initial;
    margin: 5px 0;
}
.error .content .message p{
    font-size: 90%;
    padding: 0 5%;
    line-height: 1.4rem;
}
.error .content .message a{
    margin: 10px auto;
}
/*手機板時Header區塊的情形*/
header {
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #ffffff;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}
header .wrap{
    margin: 0;
    background-color: #fff;
}
header .logo{
    margin: 0 auto;
    z-index: 99999;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
}
header .link_and_language .link>.hot{
    display:  none;
}
header .language .lan{
    display:  none;
}
header .link_and_language{
    width: 100%;
    z-index: 0;
}
/*手機板的按鈕開關*/
.menuBtn {
	display: block;
	width: 80px;
	height: 80px;
	position:  absolute;
	top: 0;
}
.menuBtn>span,
.menuBtn>span::before,
.menuBtn>span::after {
	content: '';
	width: 30px;
	height: 5px;
	background-color: #52c2e3;
	display: block;
	border-radius: 5px;
}
.menuBtn>span {
	position: relative;
	top: calc((80px - 5px)/2);
	left: calc((80px - 40px)/2);
}
.menuBtn>span::before {
	position: absolute;
	top: -10px;
}
.menuBtn>span::after {
	position: absolute;
	top: 10px;
}
menu-container{
	display:none;
}
.main_content .content aside{
    width: 100%;
    position: relative;
    display: none;
}
.main_content .content article{
    width: 100%;
}
.main_content .content .on_sidenav{
    width: 100%;
    float: initial;
}
.main_content .content aside .storageMenu ul{
	display:none;
}
.main_content .content .page_h1box{
    width: 100%;
    float: initial;
}
.search_box{
    top: 0;
    display: block;
    background-color: #52c2e3;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 0 15px;
    z-index: -1;
    width: 100%;
    border-radius: 0;
    position: fixed;
    height: 60px;
    transition: 0.4s all;
}
.search_box.open{
	top: 65px;
	z-index: 99999;
}
.search_box .search-btn {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    background-image: url(../../images/icon/search_w.svg);
}
header .link_and_language .link{
    padding-right: 0;
    margin-right: -11.5px;
    float: right;
}
header .link_and_language .link>a{
	display: none;
}
header .link_and_language .link>div .guide{
	display: none;
}
header .link_and_language .link>div .home{
	display: none;
}
header .logo a {
    background-size: 90%;
}
.webpath_and_control{
	position: absolute;
	top: 15px;
	right: 55px;
	padding: 0;
	width: 50px;
	height: 50px;
	z-index: 9999999;
}
.webpath{
	display:none;
}
.control{
}
.control ul{}
.control ul li{
	display:none;
}
.control ul .share{
	display:block;
	width: 50px;
	height: 50px;
	margin: 0;
}
.control ul li a{
	width: 50px;
	height: 50px;
	background-size: 26px;
}
.control ul .share>a{
    background-image: url(../../images/icon/share_w.svg);
}
.control ul li a.selt,
.control ul .share>a:hover{
    background-image: url(../../images/icon/share_w.svg);
}
.search_box input[type="text"]{
	background-color: #ffffff;
	margin: 10px 0;
	width: calc((100% - 50px));
}
.search{
    background-image: url(../../images/icon/search_w.svg);
}
header .link_and_language .link>div a{
    background-position: 0 50%;
}
.search:hover{
    background-image: url(../../images/icon/search_w.svg);
}
.search_box>span{
    transition: 0.1s all;
    -webkit-transition: opacity .4s ease .4s;
    transition: 0.42s all;
}
.search_box.open>span {
	left: 0;
	top: 125px;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: none;
	border-radius: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.main_content .content{margin: 30px 0 10px 0;}
footer .menu{
    display: none;
}
footer .info{
    width: 100%;
    border-right: none;
    background-image: url(../../images/footer_logo.svg);
    padding: 80px 0 0 0;
    background-position: 50% 0;
    background-size: 200px;
}
footer .info>a{
	display:none;
}
footer .info p,
footer .info p.hotline{
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
footer .info p:nth-child(3),
footer .info p:nth-child(4){
	display:none;
}
.main_content .content aside .storageMenu .title{}
.page_select ul li{
    display: none;
}
.page_select ul .first,
.page_select ul .prev,
.page_select ul .next,
.page_select ul .last{
    display: inline-block;
}
.festival_banner{
    position: fixed;
    bottom: inherit;
    top: 50%;
    left: 50%;
    margin: -185px 0 0 -185px;
    z-index: 999;
}
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
.wrap{
    margin: 0 20px;
}
.menuBtn {
	width: 60px;
	height: 60px;
}
.menuBtn>span {
	top: calc((60px - 5px)/2);
	left: calc((60px - 31px)/2);
}
header .wrap{
    height: 60px;
}
header .logo a{
    background-size: 80%;
}
.normalPage{
    padding: 60px 0 0 0;
}

.search_box{
	top: 0;
	z-index: -1;
}
.search_box.open {
	top: 55px;
}
.webpath_and_control{
    top: 5px;
}
.search_box.open>span {top: 115px;}
footer .info p b{
	display:block;
	font-size: 0.9rem;
}
.abgne_fade_pic aside{
	display:none;
}
footer{
    margin: 20px 0 0 0;
}
.att_download table tr td .bt-content img{
    display: inline-block;
    vertical-align: top;
    width: 40px;
}
table.bt tbody td{
    padding: 0;
}
table.bt tfoot th:before, table.bt tfoot td:before, table.bt tbody td:before{
    padding: 10px;
    background-color: #1aa4a0;
    color: #fff;
    margin: 0 10px 0 0;
    border-bottom: 1px solid #fff;
}
}

@media screen and (max-width: 480px) {
.tourism .wrap{
	margin:0;
}
header>.topNav {
	margin-left: 50px;
}
header .logo a{
    background-size: 75%;
    background-position: 10px 50%;
}
.normalPage {
    padding: 60px 0 0 0;
}
}
@media screen and (max-width: 420px) {

}
@media screen and (max-width: 370px) {
}


