@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:200,400,700,900&display=swap');

body,html,div,p,ul,li,span{
	margin: 0;
	padding: 0;
	list-style: none;
}

body,html{
	width: 100%;
	height: 100%;
	background: url(../images/test/test_bg.jpg) repeat;
}
.hide{
	display: none;
}
.main_bg{
	width: 100%;
	height: 100%;
	background: url(../images/start/bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.main{
	width: 100%;
	position: relative;
	margin: auto;
	height: 100%;
}

.title{
	position: absolute;
	width: 610px;
	height: auto;
	margin: auto;
	top: calc(50% - 265px);
	left: calc(50% - 305px);
	display: block;
}

.title img{
	width: 100%;
	image-rendering: auto;
}
.title_mb{
	display: none;
}


.txt_1{
	position: absolute;
	font-family: 'Noto Serif TC';
	font-weight: 600;
	width: 760px;
	text-align: center;
	font-size: 18px;
	left: calc(50% - 380px);
	top: calc(50% - 30px);
}

.txt_2{
	position: absolute;
	border-radius: 20px;
	border: #000 solid 3px;
	width: 840px;
	left: calc(50% - 443px);
	top: calc(50% + 80px);
	padding: 40px 20px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}
.sub_title{
	position: absolute;
	left: 50%;
	top: calc(50% - 67px);
	transform: translate(-50%, -50%);
	display: block;
}
.sub_title img{
	width: auto;
	height: 50px;
	image-rendering: auto;
}

.sub_title_mb{
	display: none;
}

.start_btn a{
	position: absolute;
	width: 200px;
	border: 0;
	height: 62px;
	background: url(../images/start/btn.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	left: calc(50% - 100px);
	top: calc(50% + 55px);
}

.start_btn a:hover{
	position: absolute;
	width: 200px;
	border: 0;
	height: 62px;
	background: url(../images/start/btn_hover.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	left: calc(50% - 100px);
	top: calc(50% + 55px);
}


.drop_0 {
	position: absolute;
	width: 45px;
	height: auto;
	top: 0;
	left: calc(50% - 100px);
	image-rendering: auto;
	animation: drop_0 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_0 {
	0% {
		top: 30px;
		left: calc(50% + 350px);
		opacity: 0; }
	50% {
		top: 70px;
		left: calc(50% + 350px);
		opacity: 1; }
	100% {
		top: 110px;
		left: calc(50% + 350px);
		opacity: 0; } 
}
.drop_0 img{
	width: 100%;
	image-rendering: auto;
}


.drop_1 {
	position: absolute;
	width: 18px;
	height: auto;
	image-rendering: auto;
	animation: drop_1 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_1 {
	0% {
		top: 30px;
		left: calc(50% + 200px);
		opacity: 0; }
	50% {
		top: 70px;
		left: calc(50% + 200px);
		opacity: 1; }
	100% {
		top: 110px;
		left: calc(50% + 200px);
		opacity: 0; } 
}
.drop_1 img{
	width: 100%;
	image-rendering: auto;
}


.drop_2 {
	position: absolute;
	width: 16px;
	height: auto;
	image-rendering: auto;
	animation: drop_2 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_2 {
	0% {
		top: 100px;
		left: calc(50% + 270px);
		opacity: 0; }
	50% {
		top: 130px;
		left: calc(50% + 270px);
		opacity: 1; }
	100% {
		top: 160px;
		left: calc(50% + 270px);
		opacity: 0; } 
}
.drop_2 img{
	width: 100%;
	image-rendering: auto;
}


.drop_3 {
	position: absolute;
	width: 26px;
	height: auto;
	image-rendering: auto;
	animation: drop_3 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 1.5s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_3 {
	0% {
		top: 170px;
		left: calc(50% + 330px);
		opacity: 0; }
	50% {
		top: 210px;
		left: calc(50% + 330px);
		opacity: 1; }
	100% {
		top: 250px;
		left: calc(50% + 330px);
		opacity: 0; } 
}
.drop_3 img{
	width: 100%;
	image-rendering: auto;
}

.drop_4 {
	position: absolute;
	width: 20px;
	height: auto;
	image-rendering: auto;
	animation: drop_4 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_4 {
	0% {
		top: 140px;
		left: calc(50% + 400px);
		opacity: 0; }
	50% {
		top: 180px;
		left: calc(50% + 400px);
		opacity: 1; }
	100% {
		top: 220px;
		left: calc(50% + 400px);
		opacity: 0; } 
}
.drop_4 img{
	width: 100%;
	image-rendering: auto;
}

.drop_5 {
	position: absolute;
	width: 30px;
	height: auto;
	image-rendering: auto;
	animation: drop_5 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 1.8s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_5 {
	0% {
		top: 140px;
		left: calc(50% + 200px);
		opacity: 0; }
	50% {
		top: 180px;
		left: calc(50% + 200px);
		opacity: 1; }
	100% {
		top: 220px;
		left: calc(50% + 200px);
		opacity: 0; } 
}
.drop_5 img{
	width: 100%;
	image-rendering: auto;
}

.drop_6 {
	position: absolute;
	width: 24px;
	height: auto;
	image-rendering: auto;
	animation: drop_6 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_6 {
	0% {
		top: 170px;
		left: calc(50% - 400px);
		opacity: 0; }
	50% {
		top: 210px;
		left: calc(50% - 400px);
		opacity: 1; }
	100% {
		top: 250px;
		left: calc(50% - 400px);
		opacity: 0; } 
}
.drop_6 img{
	width: 100%;
	image-rendering: auto;
}

.drop_7 {
	position: absolute;
	width: 18px;
	height: auto;
	image-rendering: auto;
	animation: drop_7 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 0.9s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_7 {
	0% {
		top: 200px;
		left: calc(50% - 335px);
		opacity: 0; }
	50% {
		top: 240px;
		left: calc(50% - 335px);
		opacity: 1; }
	100% {
		top: 280px;
		left: calc(50% - 335px);
		opacity: 0; } 
}
.drop_7 img{
	width: 100%;
	image-rendering: auto;
}

.drop_8 {
	position: absolute;
	width: 36px;
	height: auto;
	image-rendering: auto;
	animation: drop_8 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 1.7s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_8 {
	0% {
		top: 220px;
		left: calc(50% - 440px);
		opacity: 0; }
	50% {
		top: 260px;
		left: calc(50% - 440px);
		opacity: 1; }
	100% {
		top: 300px;
		left: calc(50% - 440px);
		opacity: 0; } 
}
.drop_8 img{
	width: 100%;
	image-rendering: auto;
}

.drop_9 {
	position: absolute;
	width: 28px;
	height: auto;
	image-rendering: auto;
	animation: drop_9 2s;
	animation-timing-function: ease-in;
	image-rendering: auto;
	animation-delay: 1.3s;
	animation-iteration-count: infinite;
	opacity: 0;
	image-rendering: auto;
	z-index: 1; 
}

@keyframes drop_9 {
	0% {
		top: 250px;
		left: calc(50% - 280px);
		opacity: 0; }
	50% {
		top: 280px;
		left: calc(50% - 280px);
		opacity: 1; }
	100% {
		top: 310px;
		left: calc(50% - 280px);
		opacity: 0; } 
}
.drop_9 img{
	width: 100%;
	image-rendering: auto;
}











.test_main{
	width: 100%;
	background: url(../images/test/test_bg.jpg) repeat;
}

.test_topbg{
	width: 100%;
	background: url(../images/test/test_topbg.png) no-repeat top center;
	background-size: 100% auto;
	image-rendering: auto;
}

.test_bottombg{
	width: 100%;
	background: url(../images/test/test_bottom.png) no-repeat bottom center;
	background-size: 100% auto;
	image-rendering: auto;
}

.test_content{
	width: 900px;
	margin: auto;
}

.test_welcome{
	width: 100%;
	font-size: 60px;
	font-family: 'Noto Serif TC';
	font-weight: 600;
	color: #000;
	text-align: center;
	padding-top:  80px;
	padding-bottom: 30px;
}

.test_welcome span{
	color: #a21111;
}

.test_namebox{
	width: 100%;
}


.test_namebox_title{
	width: calc(100% - 0px);
	background: #000;
	padding: 10px 10px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.test_namebox_box{
	width: calc(100% - 0px);
	background: #d0c09f;
	padding: 25px 10px;
	font-size: 22px;
	color: #000;
	text-align: center;
}

.test_namebox_box_input{
	width: 220px;
	border-radius: 10px;
	background: #fff;
	color: #787878;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	border: none;
}

.test_explain{
	width: 100%;
	border-top: #000 solid 3px;
	border-bottom: #000 solid 3px;
	margin-top: 30px;
}

.test_explain_title{
	width: 100%;
	border-bottom: #000 solid 1px;
	text-align: center;
	padding: 8px 0;
	font-family: 'Noto Serif TC';
	font-weight: 600;
	font-size: 30px;
}

.test_explain_box{
	width: 100%;
	text-align: left;
	padding: 10px 0;
	font-size: 18px;
}

.test_explain_box ul li{
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

.test_explain_box ul li::before{
	content: "⬤";
	position: absolute;
	top: 0;
	left: 0;
}

.test_topic{
	width: 100%;
	margin-top: 30px;
}

.test_topic ul li{
	border-bottom: #000 dotted 2px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

.test_topic_each{
	position: relative;
	left: 0;
	top: 0;
}

.test_choose{
	position: absolute;
	right: 0;
	top: 0;
}

.test_btn { 
	width: 100%;
	padding: 60px 0;
}

.test_btn button{ 
	border-radius: 10px;
	font-size: 30px;
	padding: 10px 40px;
	background-color: #000;
	box-shadow: 0px 7px 0px #737373;
	border: 0;
	cursor: pointer; 
	color: #fffc00;
	margin: auto;
	display: block;
	font-family: 'Noto Sans TC';
	font-weight: 800;
}
.test_btn button:hover{ 
	border-radius: 10px;
	font-size: 30px;
	padding: 10px 40px;
	background-color: #fffc00;
	box-shadow: 0px 7px 0px #737373;
	border: 0;
	cursor: pointer; 
	color: #000;
	margin: auto;
	display: block;
}
.result_explain_box{
	width: calc(100% - 0px);
	padding: 20px 0;
	text-align: center;
}

.result_explain_box img{
	margin: auto;
	width: 65%;
	image-rendering: auto;
}


.result_infobox{
	background: #d0c09f;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	line-height: 30px;
	font-family: 'Noto Sans TC';
	font-weight: 400;
}


.result_infobox2{
	background: #d0c09f;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	line-height: 30px;
	font-family: 'Noto Sans TC';
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 60px;
}

.result_comment{
	width: 100%;
}

.result_comment_title{
	width: 100%;
	text-align: center;
}

.result_comment_title img{
	width: auto;
	height: 43px;
	margin: auto;
	image-rendering: auto;
}
.result_comment_txt{
	width: 100%;
	margin-top: 30px;
}

.result_bg1{
	background: url(../images/result/result_bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px;
	margin-bottom: 20px;
}

.result_bg_title{
	width: 100%;
	text-align: center;
	font-family: 'Noto Sans TC';
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 20px;
}


.result_bg_txt{
	width: 100%;
	text-align: center;
	color: #000;
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
}

.result_bg_txt span{
	font-weight: 600;
	display: block;
	padding: 10px 0; 
	font-family: 'Noto Sans TC';
}

.result_txt_color1{
	color: #ac702f;
}

.result_txt_color2{
	color: #437548;
}

.result_txt_color3{
	color: #972723;
}

.result_txt_color4{
	color: #2f7376;
}
.result_bg2{
	background: url(../images/result/result_bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px;
	margin-bottom: 20px;
}

.result_bg3{
	background: url(../images/result/result_bg3.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px;
	margin-bottom: 20px;
}

.result_bg4{
	background: url(../images/result/result_bg4.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px;
	margin-bottom: 20px;
}

.class_info{
	margin-top: 30px;
}

.class_info_title{
	text-align: center;
	font-family: 'Noto Serif TC';
	font-weight: 600;
	font-size: 30px;
}

.class_info_box{
	border: #000 solid 3px;
	margin-top: 20px;
	padding: 20px;
	font-family: 'Noto Sans TC';
	font-size: 20px;
	text-align: center;
}

.class_info_box span{
	color: #a21111;
	font-weight: 600;
}

.class_info_box r{
	font-size: 14px;
}

.class_btn button{
	width: 220px;
	height: 55px;
	line-height: 55px;
	display: block;
	background-color: #a21111;
	color: #fff;
	text-decoration: none;
	margin: auto;
	margin-top: 20px;
	border: none;
}

.class_btn button:hover{
	width: 220px;
	height: 55px;
	line-height: 55px;
	display: block;
	color: #fff;
	background-color: #c60000;
	text-decoration: none;
	margin: auto;
	margin-top: 20px;
	border: none;
}

.class_btn a{
	line-height: 55px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}


.group_btn{
	width: 100%;
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
}

.group_btn_each a{
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 40px;
	background-color: #000;
	box-shadow: 0px 7px 0px #737373;
	border: 0;
	cursor: pointer; 
	color: #fffc00;
	margin: 15px 0;
	display: block;
	font-family: 'Noto Sans TC';
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

.group_btn_each a:hover{
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 40px;
	background-color: #fffc00;
	box-shadow: 0px 7px 0px #737373;
	border: 0;
	cursor: pointer; 
	color: #000;
	margin: 15px 0;
	display: block;
	font-family: 'Noto Sans TC';
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

.logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}

.logo img{
	width: 100%;
}

@media only screen and (min-width: 640px) and (max-width: 840px) {
	.main_bg{
		width: 100%;
		height: 100%;
		background: url(../images/start/bg_mb.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
	}
	.txt_1{
		position: absolute;
		font-family: 'Noto Serif TC';
		font-weight: 600;
		width: calc(100% - 10%);
		text-align: center;
		font-size: 16px;
		left: calc(50% - 45%);
		top: calc(50% - 40px);
	}
	.txt_2{
		position: absolute;
		border-radius: 20px;
		border: #000 solid 3px;
		width: calc(100% - 10%);
		left: calc(50% - 45% - 23px);
		top: calc(50% + 70px);
		padding: 30px 20px;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		font-weight: normal;
	}
	.title{
		position: absolute;
		width: 540px;
		height: auto;
		margin: auto;
		top: calc(50% - 250px);
		left: calc(50% - 270px);
	}

	.title img{
		width: 100%;
	}
	.sub_title{
		position: absolute;
		left: 50%;
		top: calc(50% - 57px);
		transform: translate(-50%, -50%);
		display: block;
	}
	.sub_title img{
		width: auto;
		height: 43px;
	}
	.start_btn a{
		position: absolute;
		width: 170px;
		height: 53px;
		background: url(../images/start/btn.jpg) no-repeat center center;
		background-size: cover;
		display: block;
		left: calc(50% - 85px);
		top: calc(50% + 45px);
	}

	.start_btn a:hover{
		position: absolute;
		width: 170px;
		height: 53px;
		background: url(../images/start/btn_hover.jpg) no-repeat center center;
		background-size: cover;
		display: block;
		left: calc(50% - 85px);
	}
	.drop_0 {
		width: 30px;
		height: auto;
	}
	@keyframes drop_0 {
		0% {
			top: 30px;
			left: calc(50% + 280px);
			opacity: 0; }
		50% {
			top: 70px;
			left: calc(50% + 280px);
			opacity: 1; }
		100% {
			top: 110px;
			left: calc(50% + 280px);
			opacity: 0; } 
	}
	.drop_0 img{
		width: 100%;
	}
	.drop_1 {
		width: 15px;
		height: auto;
	}
	@keyframes drop_1 {
		0% {
			top: 20px;
			left: calc(50% + 220px);
			opacity: 0; }
		50% {
			top: 60px;
			left: calc(50% + 220px);
			opacity: 1; }
		100% {
			top: 100px;
			left: calc(50% + 220px);
			opacity: 0; } 
	}
	.drop_1 img{
		width: 100%;
	}
	.drop_2 {
		width: 22px;
		height: auto;
	}
	@keyframes drop_2 {
		0% {
			top: 20px;
			left: calc(50% + 150px);
			opacity: 0; }
		50% {
			top: 60px;
			left: calc(50% + 150px);
			opacity: 1; }
		100% {
			top: 100px;
			left: calc(50% + 150px);
			opacity: 0; } 
	}
	.drop_2 img{
		width: 100%;
	}
	.drop_3 {
		width: 22px;
		height: auto;
	}
	@keyframes drop_3 {
		0% {
			top: 100px;
			left: calc(50% + 180px);
			opacity: 0; }
		50% {
			top: 140px;
			left: calc(50% + 180px);
			opacity: 1; }
		100% {
			top: 180px;
			left: calc(50% + 180px);
			opacity: 0; } 
	}
	.drop_3 img{
		width: 100%;
	}
	.drop_4 {
		width: 30px;
		height: auto;
	}
	@keyframes drop_4 {
		0% {
			top: 100px;
			left: calc(50% + 230px);
			opacity: 0; }
		50% {
			top: 140px;
			left: calc(50% + 230px);
			opacity: 1; }
		100% {
			top: 180px;
			left: calc(50% + 230px);
			opacity: 0; } 
	}
	.drop_4 img{
		width: 100%;
	}
	.drop_5 {
		width: 22px;
		height: auto;
	}
	@keyframes drop_5 {
		0% {
			top: 140px;
			left: calc(50% + 280px);
			opacity: 0; }
		50% {
			top: 180px;
			left: calc(50% + 280px);
			opacity: 1; }
		100% {
			top: 220px;
			left: calc(50% + 280px);
			opacity: 0; } 
	}
	.drop_5 img{
		width: 100%;
	}
	.drop_6 {
		width: 28px;
		height: auto;
	}
	@keyframes drop_6 {
		0% {
			top: 140px;
			left: calc(50% - 300px);
			opacity: 0; }
		50% {
			top: 180px;
			left: calc(50% - 300px);
			opacity: 1; }
		100% {
			top: 220px;
			left: calc(50% - 300px);
			opacity: 0; } 
	}
	.drop_6 img{
		width: 100%;
	}
	.drop_7 {
		width: 16px;
		height: auto;
	}
	@keyframes drop_7 {
		0% {
			top: 200px;
			left: calc(50% - 250px);
			opacity: 0; }
		50% {
			top: 240px;
			left: calc(50% - 250px);
			opacity: 1; }
		100% {
			top: 280px;
			left: calc(50% - 250px);
			opacity: 0; } 
	}
	.drop_7 img{
		width: 100%;
	}
	.drop_8 {
		width: 25px;
		height: auto;
	}
	@keyframes drop_8 {
		0% {
			top: 200px;
			left: calc(50% - 210px);
			opacity: 0; }
		50% {
			top: 240px;
			left: calc(50% - 210px);
			opacity: 1; }
		100% {
			top: 280px;
			left: calc(50% - 210px);
			opacity: 0; } 
	}
	.drop_8 img{
		width: 100%;
	}
	.drop_9 {
		width: 32px;
		height: auto;
	}
	@keyframes drop_9 {
		0% {
			top: 240px;
			left: calc(50% - 370px);
			opacity: 0; }
		50% {
			top: 280px;
			left: calc(50% - 370px);
			opacity: 1; }
		100% {
			top: 320px;
			left: calc(50% - 370px);
			opacity: 0; } 
	}
	.drop_9 img{
		width: 100%;
	}








	.test_main{
		width: 100%;
		background: url(../images/test/test_bg.jpg) repeat;
	}

	.test_topbg{
		width: 100%;
		background: url(../images/test/test_topbg.png) no-repeat top center;
		background-size: 100% auto;
	}

	.test_bottombg{
		width: 100%;
		background: url(../images/test/test_bottom.png) no-repeat bottom center;
		background-size: 100% auto;
	}

	.test_content{
		width: calc(100% - 10%);
		margin: 0 5%;
		margin: auto;
	}

	.test_welcome{
		width: 100%;
		font-size: 60px;
		font-family: 'Noto Serif TC';
		font-weight: 600;
		color: #000;
		text-align: center;
		padding-top:  80px;
		padding-bottom: 30px;
	}

	.test_welcome span{
		color: #a21111;
	}

	.test_namebox{
		width: 100%;
	}


	.test_namebox_title{
		width: calc(100% - 0px);
		background: #000;
		padding: 10px 10px;
		font-size: 22px;
		color: #fff;
		text-align: center;
	}
	.test_namebox_box{
		width: calc(100% - 0px);
		background: #d0c09f;
		padding: 25px 10px;
		font-size: 22px;
		color: #000;
		text-align: center;
	}

	.test_namebox_box_input{
		width: 220px;
		border-radius: 10px;
		background: #fff;
		color: #000;
		padding: 10px;
		text-align: center;
		font-size: 20px;
		border: none;
	}

	.test_explain{
		width: 100%;
		border-top: #000 solid 3px;
		border-bottom: #000 solid 3px;
		margin-top: 30px;
	}

	.test_explain_title{
		width: 100%;
		border-bottom: #000 solid 1px;
		text-align: center;
		padding: 8px 0;
		font-family: 'Noto Serif TC';
		font-weight: 600;
		font-size: 30px;
	}

	.test_explain_box{
		width: 100%;
		text-align: left;
		padding: 10px 0;
		font-size: 18px;
	}

	.test_explain_box ul li{
		padding-bottom: 10px;
		position: relative;
		padding-left: 30px;
	}

	.test_explain_box ul li::before{
		content: "⬤";
		position: absolute;
		top: 0;
		left: 0;
	}

	.test_topic{
		width: 100%;
		margin-top: 30px;
	}

	.test_topic ul li{
		border-bottom: #000 dotted 2px;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		padding: 20px 0;
		position: relative;
	}

	.test_topic_each{
		position: relative;
		left: 0;
		top: 0;
	}

	.test_choose{
		position: relative;
		right: 0;
		top: 0;
	}

	.test_btn { 
		width: 100%;
		padding: 60px 0;
	}

	.test_btn button{ 
		border-radius: 10px;
		font-size: 30px;
		padding: 10px 40px;
		background-color: #000;
		box-shadow: 0px 7px 0px #737373;
		border: 0;
		cursor: pointer; 
		color: #fffc00;
		margin: auto;
		display: block;
		font-family: "'Noto Sans TC'";
		font-weight: 800;
	}
	.test_btn button:hover{ 
		border-radius: 10px;
		font-size: 30px;
		padding: 10px 40px;
		background-color: #fffc00;
		box-shadow: 0px 7px 0px #737373;
		border: 0;
		cursor: pointer; 
		color: #000;
		margin: auto;
		display: block;
	}

	.group_btn{
		width: fit-content;
		margin: auto;
		display: flex;
		padding: 60px 0;
		justify-content: space-between;
		flex-direction: column;
	}

} 


@media only screen and (max-width: 640px) {
	.main_bg{
		width: 100%;
		height: 100%;
		background: url(../images/start/bg_mb.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}
	.main{
		width: fit-content;
		position: absolute;
		margin: auto;
		height: fit-content;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.txt_1{
		position: relative;
		font-family: 'Noto Serif TC';
		font-weight: 600;
		width: 90%;
		text-align: center;
		font-size: 16px;
		left: auto;
		top: auto;
		margin: auto;
		line-height: 26px;
		padding-top: 10px;
	}
	.txt_2{
		position: relative;
		border-radius: 20px;
		border: #000 solid 3px;
		width: calc(90% - 20px);
		left: auto;
		top: auto;
		padding: 50px 10px 40px 10px;
		font-size: 15px;
		line-height: 24px;
		text-align: center;
		font-weight: normal;
		margin: auto;
		margin-top: 50px;
	}
	.title{
		display: none;
	}


	.title_mb{
		position: relative;
		width: 80%;
		height: auto;
		margin: auto;
		top: auto;
		left: auto;
		padding-top: 0px;
		display: block;
	}

	.title_mb img{
		width: 100%;
	}


	.sub_title{
		display: none;
	}

	.sub_title_mb{
		position: absolute;
		width: 240px;
		height: auto;
		left: calc(50% - 120px);
		top: -39px;
		display: block;
	}
	.sub_title_mb img{
		width: 100%;
	}
	.start_btn a{
		position: absolute;
		width: 145px;
		height: 45px;
		background: url(../images/start/btn.jpg) no-repeat center center;
		background-size: cover;
		display: block;
		left: calc(50% - 70px);
		top: calc(50% + 65px);
	}

	.start_btn a:hover{
		position: absolute;
		width: 145px;
		height: 45px;
		background: url(../images/start/btn_hover.jpg) no-repeat center center;
		background-size: cover;
		display: block;
		left: calc(50% - 70px);
		top: calc(50% + 65px);
	}
	.drop_0 {
		width: 13px;
		height: auto;
	}
	@keyframes drop_0 {
		0% {
			top: 30px;
			left: calc(50% + 30px);
			opacity: 0; }
		50% {
			top: 70px;
			left: calc(50% + 30px);
			opacity: 1; }
		100% {
			top: 110px;
			left: calc(50% + 30px);
			opacity: 0; } 
	}
	.drop_0 img{
		width: 100%;
	}
	.drop_1 {
		width: 15px;
		height: auto;
	}
	@keyframes drop_1 {
		0% {
			top: 10px;
			left: calc(50% - 50px);
			opacity: 0; }
		50% {
			top: 40px;
			left: calc(50% - 50px);
			opacity: 1; }
		100% {
			top: 70px;
			left: calc(50% - 50px);
			opacity: 0; } 
	}
	.drop_1 img{
		width: 100%;
	}
	.drop_2 {
		width: 20px;
		height: auto;
	}
	@keyframes drop_2 {
		0% {
			top: 20px;
			left: calc(50% + 0px);
			opacity: 0; }
		50% {
			top: 60px;
			left: calc(50% + 0px);
			opacity: 1; }
		100% {
			top: 100px;
			left: calc(50% + 0px);
			opacity: 0; } 
	}
	.drop_2 img{
		width: 100%;
	}
	.drop_3 {
		width: 16px;
		height: auto;
	}
	@keyframes drop_3 {
		0% {
			top: 20px;
			left: calc(50% + 135px);
			opacity: 0; }
		50% {
			top: 50px;
			left: calc(50% + 135px);
			opacity: 1; }
		100% {
			top: 80px;
			left: calc(50% + 135px);
			opacity: 0; } 
	}
	.drop_3 img{
		width: 100%;
	}
	.drop_4 {
		width: 25px;
		height: auto;
	}
	@keyframes drop_4 {
		0% {
			top: 100px;
			left: calc(50% + 110px);
			opacity: 0; }
		50% {
			top: 140px;
			left: calc(50% + 110px);
			opacity: 1; }
		100% {
			top: 180px;
			left: calc(50% + 110px);
			opacity: 0; } 
	}
	.drop_4 img{
		width: 100%;
	}
	.drop_5 {
		width: 20px;
		height: auto;
	}
	@keyframes drop_5 {
		0% {
			top: 40px;
			left: calc(50% + 80px);
			opacity: 0; }
		50% {
			top: 70px;
			left: calc(50% + 80px);
			opacity: 1; }
		100% {
			top: 100px;
			left: calc(50% + 80px);
			opacity: 0; } 
	}
	.drop_5 img{
		width: 100%;
	}
	.drop_6 {
		display: none;
	}

	.drop_7 {
		display: none;
	}

	.drop_8 {
		display: none;
	}

	.drop_9 {
		display: none;
	}










	.test_main{
		width: 100%;
		background: url(../images/test/test_bg.jpg) repeat;
	}

	.test_topbg{
		width: 100%;
		background: url(../images/test/test_topbg.png) no-repeat top center;
		background-size: 100% auto;
	}

	.test_bottombg{
		width: 100%;
		background: url(../images/test/test_bottom.png) no-repeat bottom center;
		background-size: 100% auto;
	}

	.test_content{
		width: calc(100% - 10%);
		margin: 0 5%;
		margin: auto;
	}

	.test_welcome{
		width: 100%;
		font-size: 32px;
		font-family: 'Noto Serif TC';
		font-weight: 600;
		color: #000;
		text-align: center;
		padding-top:  80px;
		padding-bottom: 30px;
	}

	.test_welcome span{
		color: #a21111;
	}

	.test_namebox{
		width: 100%;
	}


	.test_namebox_title{
		width: calc(100% - 0px);
		background: #000;
		padding: 10px 10px;
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	.test_namebox_box{
		width: calc(100% - 0px);
		background: #d0c09f;
		padding: 25px 10px;
		font-size: 18px;
		color: #000;
		text-align: center;
	}

	.test_namebox_box_input{
		width: 180px;
		border-radius: 10px;
		background: #fff;
		color: #000;
		padding: 10px;
		text-align: center;
		font-size: 18px;
		border: none;
	}

	.test_explain{
		width: 100%;
		border-top: #000 solid 3px;
		border-bottom: #000 solid 3px;
		margin-top: 30px;
	}

	.test_explain_title{
		width: 100%;
		border-bottom: #000 solid 1px;
		text-align: center;
		padding: 8px 0;
		font-family: 'Noto Serif TC';
		font-weight: 600;
		font-size: 24px;
	}

	.test_explain_box{
		width: 100%;
		text-align: left;
		padding: 10px 0;
		font-size: 16px;
	}

	.test_explain_box ul li{
		padding-bottom: 10px;
		position: relative;
		padding-left: 30px;
	}

	.test_explain_box ul li::before{
		content: "⬤";
		position: absolute;
		top: 0;
		left: 0;
	}

	.test_topic{
		width: 100%;
		margin-top: 30px;
	}

	.test_topic ul li{
		border-bottom: #000 dotted 2px;
		font-size: 18px;
		font-weight: bold;
		width: 100%;
		padding: 20px 0;
		position: relative;
	}

	.test_topic_each{
		position: relative;
		left: 0;
		top: 0;
	}

	.test_choose{
		position: relative;
		right: 0;
		top: 0;
	}

	.test_btn { 
		width: 100%;
		padding: 40px 0;
	}

	.test_btn button{ 
		border-radius: 10px;
		font-size: 22px;
		padding: 10px 40px;
		background-color: #000;
		box-shadow: 0px 7px 0px #737373;
		border: 0;
		cursor: pointer; 
		color: #fffc00;
		margin: auto;
		display: block;
		font-family: "'Noto Sans TC'";
		font-weight: 800;
	}
	.test_btn button:hover{ 
		border-radius: 10px;
		font-size: 22px;
		padding: 10px 40px;
		background-color: #fffc00;
		box-shadow: 0px 7px 0px #737373;
		border: 0;
		cursor: pointer; 
		color: #000;
		margin: auto;
		display: block;
	}
	.result_infobox{
		background: #d0c09f;
		color: #000;
		font-size: 18px;
		text-align: center;
		padding: 10px;
		line-height: 30px;
		font-family: 'Noto Sans TC';
		font-weight: 400;
	}


	.result_infobox2{
		background: #d0c09f;
		color: #000;
		font-size: 18px;
		text-align: center;
		padding: 10px;
		line-height: 30px;
		font-family: 'Noto Sans TC';
		font-weight: 400;
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.class_info_title{
		text-align: center;
		font-family: 'Noto Serif TC';
		font-weight: 600;
		font-size: 20px;
	}
	.group_btn{
		width: fit-content;
		margin: auto;
		display: flex;
		padding: 40px 0;
		justify-content: space-between;
		flex-direction: column;
	}
	.result_explain_box{
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
	.result_explain_box img{
		margin: auto;
		width: 100%;
		image-rendering: auto;
	}
	.logo{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 100px;
	}

	.logo img{
		width: 100%;
	}
} 