/*===================layout===================*/
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-size: 16px;
	color: #343436;
	font-family: "Roboto", "Noto Sans TC", sans-serif;
	line-height: 24px;
	letter-spacing: 0.05em;
}

body {
	position: relative;
	background-color: #fff;
	word-break: break-word;
	-webkit-text-size-adjust: none;
}

.body-hidden {
	height: 100%;
	overflow: hidden;
}

a {
	color: #343436;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover {
	color: #449D44;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.a1 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.25rem;
}

.a2 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 3rem;
}

.a3 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 3.75rem;
}

.a4 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 4.5rem;
}

.a5 {
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 5.25rem;
}

@media only screen and (max-width: 1280px) {
	.a1 {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
	.a2 {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	.a3 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 2.625rem;
	}
	.a4 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 3rem;
	}
	.a5 {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.375rem;
	}
}

@media only screen and (max-width: 768px) {
	.a1 {
		font-size: 19px;
		font-size: 1.188rem;
		line-height: 1.813rem;
	}
	.a2 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 2.063rem;
	}
	.a3 {
		font-size: 25px;
		font-size: 1.563rem;
		line-height: 2.375rem;
	}
	.a4 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 2.625rem;
	}
	.a5 {
		font-size: 31px;
		font-size: 1.938rem;
		line-height: 2.938rem;
	}
}

@media only screen and (max-width: 480px) {
	.a1 {
		font-size: 18.4px;
		font-size: 1.15rem;
		line-height: 1.75rem;
	}
	.a2 {
		font-size: 20.8px;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.a3 {
		font-size: 23.2px;
		font-size: 1.45rem;
		line-height: 2.188rem;
	}
	.a4 {
		font-size: 25.6px;
		font-size: 1.6rem;
		line-height: 2.438rem;
	}
	.a5 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 2.625rem;
	}
}

input {
	line-height: 24px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0;
}

input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="number"], input[type="email"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

input::-webkit-input-placeholder {
	color: #888;
}

input::-moz-placeholder {
	color: #888;
}

input:-ms-input-placeholder {
	color: #888;
}

input::-ms-input-placeholder {
	color: #888;
}

input::placeholder {
	color: #888;
}

input:focus::-webkit-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

input:focus::-moz-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

input:focus:-ms-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

input:focus::-ms-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

input:focus::placeholder {
	color: rgba(136, 136, 136, 0.5);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	        appearance: none !important;
}

select, textarea {
	border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	line-height: 24px;
}

textarea {
	width: 100%;
	max-width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #dedede;
}

select::-ms-expand {
	display: none;
}
