﻿body {background-color: #000000;}
body * {color: #FFFFFF;}
img{border: 0px;}
/* ---[ 消除超鏈結虛框線 ]--- */
a {noFocusLine:expression(this.onFocus=this.blur());} /* For IE */
:focus {-moz-outline-style: none;} /* For Firefox 及 Netscape 專用*/

#logo {
	position: absolute; z-index: 2;
	width: 345px; height: 70px;
	bottom: 100px; right: 40px;
}
.row {margin: 0; padding: 0}

article {
	position: relative; z-index: 1;
	margin: 60px auto 30px auto;
	width: 100%;  height: 340px;
	background-image: url('../img/index-map.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	border: 0px solid #FF0000;
}
@media screen and (max-width: 340px) {
	article {
		width: 100%;  height: 300px;
	}
}
h1 {
	position: absolute; z-index: 2; top: 0px; left: 20px; 
	text-indent:-9999px; overflow: hidden;
	width: 24%; height: 368px;
	background-image: url('../img/index-img1.png');
	background-repeat:no-repeat;
	background-size: contain;
}
.txt-box {
	position: absolute; z-index: 2;
}
.txt-box img {
	width: 70%;
}
.txt4 {top: 88px; right: 190px;}
.txt6 {bottom: 65px; left: 90px;}
@media screen and (max-width: 340px) {
	article {
		width: 100%;  height: 300px;
	}
	.txt4 {top: 60px; right: 20px;}
	.txt6 {bottom: 60px; left: 20px;}
}
@media screen and (max-width: 500px) {
	/* 如果使用者之視窗寬度 <= 500px，將會再載入這裡的CSS */
	.txt4 {top: 55px; right: 13%;}
	.txt6 {bottom: 45px; left: 39%;}
}

@media screen and  (min-width: 501px) and (max-width: 940px) {
	article {min-width: 940px; height: 558px;/*border: 1px solid #00FF00 !important;*/}
	.txt-box img {width: 70%;}
	.txt4	{top: 17%; right: 27%;}
	.txt6	{bottom: 18%; left: 29%;}
}

@media screen and (min-width: 941px) {
	article {
		width: 100%; max-width: 940px;
		height: 608px;
		background-position:center;
		border: 0px solid #808080;
		-webkit-border-radius:20px; border-radius:20px;
	}
	h1 {top: 30px; width: 180px; height: 368px;}
	.txt-box img {width: 100%;}
	.txt4	{top: 110px; right: 280px;}
	.txt6	{bottom: 135px; left: 250px;}
	#page {
		width: 1020px !important; max-width: 1020px;
		/*min-width: 450px;*/
		margin: 4px auto 10px auto !important;
		padding: 20px 0px !important;
	}
}


footer{
	position: absolute; z-index: 2;
	width: 345px;height: 20px;
	bottom: 90px; right: 40px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.main-box {
		position: relative; padding: 20px 0px;
		width: 100%; height: auto;
		top: 40px; left: 0px; font-size: 1.1em;
		-webkit-border-radius:0px; border-radius:0px;
	}
	footer{
		position: relative;
		width: 100%;
		top: 30px; left: 0px;
		margin-bottom: 30px;
	}

}


