@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&subset=chinese-traditional');


#wrapper{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.none{
	display: none;
	visibility: hidden;
}

/* 1200 以上 寬螢幕 */
@media screen and (min-width:1200px){}
.kv1{
	width: 100%;
	height: auto;
	background: url(../images/20190325/body_bg.jpg) top center;
	overflow: hidden;
}
.form_box{
	width: 430px;
	height: 650px;
	background: url(../images/20190325/form_bg.png) top center;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 2%;
}
.form_box1{
	width: 90%;
	height: auto;
	overflow: hidden;
	padding: 20% 5%;
	margin: 0 auto;
}
.title1{
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: -2px;
	color: #6B1687;
}
.title2{
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -2px;
	margin-bottom: 0;
	color: #6B1687;
}
.title3{
	font-size: 1.3em;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: -2px;
	color: #AB9666;
}
.title4{
	font-size: 1.6em;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 0px;
	text-align: center;
	color: #FEA621;
}
.bt{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.txt,.txt a{
	font-size: 0.9em;
	line-height: 1.5;
	text-align: center;
	padding-top: 10px;
	color: #000;
}
.ans{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: rgba(0,0,0,0.05);
	padding: 5% 4%;
	font-size: 1.1em;
	line-height: 1.6;
	color: #666666;
	text-indent: 17px;
	text-align: justify;
	margin-bottom: 0px;
}
.title5{
	font-size: 1.2em;
	text-align: center;
	line-height: 1.8;
	color: #6B1687;
	margin-bottom: 0;
}

/*PAD*/
@media (max-width:1199px) and (min-width:992px){
}
/*MOBILE 768*/
@media (max-width:991px) and (min-width:768px){
}
/*MOBILE 414*/
@media screen and (max-width:767px){
	.form_box{
		width: 100%;
		height: 650px;
		background: url(../images/20190325/form_bg.png) top center;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.form_box1{
		width: 90%;
		height: auto;
		overflow: hidden;
		padding: 22% 5%;
		margin: 0 auto;
	}
	.title1{
		font-size: 2em;
		font-weight: 500;
		line-height: 1.1;
		margin-bottom: 0;
		text-align: center;
		letter-spacing: -2px;
		color: #6B1687;
	}
	.title2{
		font-size: 2em;
		font-weight: 500;
		line-height: 1.2;
		text-align: center;
		letter-spacing: -2px;
		margin-bottom: 0;
		color: #6B1687;
	}
}