@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body{
	font-family: 'Noto Sans TC','微軟正黑體', sans-serif;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg.jpg) repeat;
    overflow-x: hidden;
}
*,a,a:link,a:visited,a:hover,a:active{
	text-decoration: none;
}
html{
	width: 100%;
	height: 100%;
}
.main{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index:2;
}
.allbox{
    width: 100%;
    background: url(../images/bg_red.jpg) repeat;
}
/* share --------------------------------- */
.share{
	position: relative;
	z-index: 899;
}
.share .mainlogo,.share .logo50,.share .sharesoc{
	position: absolute;
	top: 30px;
}
.share .mainlogo{
	left: 30px;
}
.share .logo50{
	right: 30px;
}
.share .sharesoc{
	right:133px;
}
.share .sharesoc a{
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 10px 6px;
}
.share .sharesoc a img{
	width: 100%;
}

footer{
	width: 100%;
	text-align: center;
	position: relative;
}
footer p{
	padding: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0;
}
/* popup --------------------------------------- */
.swal2-content p,.swal2-content li{
    font-size: 15px;
    font-family: 'Noto Sans TC','微軟正黑體', sans-serif;
    text-align: left;
}
.swal2-content{
    padding-top: 10px;
}
.swal2-popup{
    width: 660px;
    padding: 20px;
}
.swal2-close{
    font-size: 5em;
    outline: none;
}
.swal2-title{
    color: #bc3931;
}
@media (max-width: 1110px) {
	.main {width: 100%;
	}
}
@media (max-width: 760px) {
	.main {width: 98%;
	}
	.share .mainlogo {
		max-width: 15%;
		left: 5%;
	}
	.share .logo50 {
		max-width: 12%;
		right: 5%;
	}
	.share .mainlogo, .share .logo50, .share .sharesoc{
		top:5vw;
	}
	.share .sharesoc a{
		max-width: 10vw;
		height: 10vw;margin: 0 2px;
	}.share .sharesoc {
		right:20%;
	}
}