@charset "utf-8";
/* CSS Document */
   
.ImageAdvertising {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner {
	width: 100%;
	height: 100%;
	background: #fff;
}
div.mask {
	background: url(../images/all/Mask.png) repeat-x;
	width: 100%;
	position: fixed;
	z-index: -1; /*min-height:300px;*/
}
.banner img {
	width: 100%;
}
.banner div {
	position: absolute;
}
.ImageAdvertising p.name {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.ImageAdvertising p.name span {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	background-color: rgba(55, 81, 114, 0.9);
	/*background: url(../images/all/imgmenu.png);*/
	padding: 10px 36px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*左右箭頭_切換背景*/
div.bgmenu {
	position: absolute;
	z-index: 1;
	top: 50%;
	height: 50px;
	width: 100%;
	margin-top: -25px;
}
div.bgmenu a {
	width: 50px;
	height: 50px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}
div.bgmenu a.pre {
	float: left;
	margin-right: 2px;
	background: url(../images/all/back.png)
}
div.bgmenu a.next {
	float: right;
	background: url(../images/all/forward.png)
}
/*點點按鈕_切換背景*/
div.dotmenu {
	display: none;
	height: 20px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
	padding: 10px;
background:
}
div.dotmenu a {
	width: 10px;
	height: 10px;
	border-radius: 100em;
	background: #CCC;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 2px;
	display: inline-block;
}
div.dotmenu a.red {
	background-color: #db3f2f !important;
	display: inline-block;
}
/*照片按鈕_切換背景*/
.imgmenu {
	display: none;
	width: 100%;
	background: url(../images/all/imgmenu.png);
	position: absolute;
	z-index: 1;
	bottom: 0;
	padding: 10px;
	text-align: center;
}
.imgmenu a {
	display: inline-block;
	border: 2px solid #FFF;
}
.imgmenu a img {
	width: 100px;
}
.imgmenu a.active {
	border: 2px solid #db3f2f;
}

@media screen and (max-width: 1366px) {
.ImageAdvertising {
	height: auto;
}
.banner {
	height: 300px;
}
.banner_logo {
	width: 418px;
	height: 268px;
	margin-left: -209px;
	margin-top: -134px;
}
}

@media screen and (max-width: 1024px) {
.ImageAdvertising {
	height: auto;
}
.imgmenu a img {
	width: 50px;
}
.banner {
	height: 300px;
}
.banner_logo {
	width: 313px;
	height: 201px;
	margin-left: -156px;
	margin-top: -100px;
}
}

@media screen and (max-width: 768px) {
.banner_logo {
	width: 235px;
	height: 151px;
	margin-left: -117px;
	margin-top: -75px;
}
}

@media screen and (max-width: 736px) {
.banner_logo {
	width: 225px;
	height: 144px;
	margin-left: -112px;
	margin-top: -72px;
}
}

@media screen and (max-width: 600px) {
div.imgmenu, div.dotmenu {
	display: none;
}
}

@media screen and (max-width: 414px) {
.ImageAdvertising p.name span {
	font-size: 16px;
	padding: 5px 10px;
}
.banner_logo {
	width: 127px;
	height: 81px;
	margin-left: -63px;
	margin-top: -40px;
}
}
