* {font-family: Arial, Helvetica, SimHei, sans-serif, Microsoft JhengHei; color: #fff;}

article .main {
	position: absolute; z-index: 1;
	padding: 30px 30px;
	margin-bottom: 30px;
	border: 0px solid #808080;
	width: 600px; max-height: 500px;
	top: 140px; left: 40px; /*height: auto;*/
	text-align: center;
	background-image: url('/images/mbox.png');
	-webkit-border-radius: 20px; border-radius: 20px;
	font-size: 19px; letter-spacing: 1pt; line-height: 30px;
	overflow-x: hidden;
}
footer {
    position: absolute;
    z-index: 2;
    width: 345px;
    height: 20px;
    bottom: 90px;
    right: 40px;
    text-align: center;
    font-weight: 500;
	text-shadow: 0px 0px 10px #000;
}

@media screen and (max-width: 768px) {
	article .main {
		position: relative; padding: 20px 0px;
		width: 100%; height: auto;
		top: 60px; left: 0px; font-size: 1.1em;
		-webkit-border-radius:0px; border-radius:0px;
		margin-bottom: 30px;
	}
	footer{
		/*position: relative;*/
		width: 100%;
		bottom: 10px; left: 0px;
		margin-top: 20px;
		margin-bottom: 0px;
		font-size: 1rem;
	}

}
.text-phone {color:#fff036; font-weight: 300;}
