﻿@charset "utf-8";
/* CSS Document */
.header {
/*position:fixed;*/
}
.main .reservation {
	display: none;
}
.main .wetherArea {
	overflow: hidden;
	border-bottom: 1px solid #757575;
	padding-bottom: 10px;
	margin: 10px 30px 25px 30px;
}
.weatherBox {
	float: right;
	margin-right: 30px;
	height: auto;
	width: 240px;
	padding: 25px 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background: url(../../images/ZH-TW/index/bg_index_info1.png) top left repeat-x, url(../../images/ZH-TW/index/bg_index_info2.png) bottom left repeat-x, url(../../images/ZH-TW/all/bg_panel.png) top left repeat;
	backdrop-filter: blur(5px);
	box-sizing: border-box;
}
.wetherArea .weather_title {
	/*height: 11px;
	width: 100px;
	background-image: url(../../images/ZH-TW/index/weather_title.png);
	background-position: left top;
	background-repeat: no-repeat;*/
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: lighter;
	/*text-indent: -9999px;*/
	padding-right: 0%;
	letter-spacing: 1px;
	float: right;
}
.wetherArea img {
	width: 65px;
	float: left;
	margin-top: 7px;
}
.wetherArea p {
	font-size: 48px;
	float: right;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #fff;
	line-height: 1.3;
}
.wetherArea span {
	font-size: 48px;
	color: #fff;
}
.newsArea {
}
.newsArea .index_newstitle {
	width: auto;
	height: 36px;
	background: url(../../Images/ZH-TW/index/index_newstitle.png) top left no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
	margin-left: 40px;
}
.copyright {
	font-size: 13px;
	color: #aaa;
	text-align: center;
}
.copyright a {
	color: #aaa;
	text-decoration: none;
}
.main .newsArea {
/*display:none;*/
}
.more_news {
	display: none;
}
.eventlightbox img {
	width: 100%;
	max-width: 800px;
}
/*slogan 置中外框主架構_很重要_請勿隨意更動*/
.outerouterouter {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
}
.outerouter {
	display: table-row;
}
.outer {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	vertical-align: middle;
	margin: 0 auto;
	width: 100%;
}
.inner img {
	display: table;
	margin: 0 auto;
}
.inner div {
	text-align: center;
}
.inner .slogan-title1 {
	font-size: 36px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	letter-spacing: 1px;
}
.inner .slogan-title2 {
	font-size: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	letter-spacing: 3px;
}
/*置中外框主架構_END*/

@media screen and (max-width: 1060px) {
.fullBG {
	position: relative;
}
.main .reservation {
	display: block;
	width: 95%;
	margin: 20px auto;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #d59829;
	text-decoration: none;
	text-align: center;
	/*background-color: #91806c;*/
	border: 1px solid #d59829;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.weatherBox {
	position: inherit;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
	background: none;
	backdrop-filter: none;
}
.newsArea .index_newstitle {
	background: none;
	text-indent: inherit;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 20px;
	color: #d59829;
	box-sizing: border-box;
	margin: 0;
	margin-top: 20px;
}
.main .wetherArea {
	display: none;
}
.main .newsArea {
	display: block;
	border-top: 1px dotted #4e4e4e;
	margin: 0 20px;
}
.copyright {
	display: none;
}
.more_news {
	padding: 20px 0;
	overflow: hidden;
	display: block;
}
.more_news a {
	float: right;
	font-size: 13px;
	left: 0px;
	width: 65px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d59728;
	text-decoration: none;
	color: #d59728;
	text-align: center;
}
}
@media screen and (max-width: 768px) {
.inner img {
	width: 50%;
}
}
@media screen and (max-width: 600px) {
	.inner .slogan-title1 {
		font-size: 24px;
	}
	.inner .slogan-title2 {
		font-size: 14px;
	}
}
@media screen and (max-width: 414px) {
	.inner .slogan-title1 {
		font-size: 20px;
	}
	.inner .slogan-title2 {
		font-size: 12px;
	}
}