* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Microsoft Sans Serif', Aria, 'Adobe 黑体 Std', '微軟正黑體',
		'標楷體', sans-serif;
	background-color: #fff;
	color: #222;
	line-height: 1.5;
	font-size: 12px;
}
h1,
h2,
h4,
h5,
h6 {
	color: inherit;
	text-shadow: none;
}
h1 {
	font-size: 1.9vw;
}
h2,
.h2 {
	font-size: 1.7vw;
}
h3,
.h3 {
	font-size: 1.5vw;
}
h4,
.h4 {
	font-size: 1.3vw;
}
h5,
.h5 {
	font-size: 1.1vw;
}
h6,
.h6 {
	font-size: 0.9vw;
}
p {
	font-size: 0.8vw;
}
input,
select,
textarea,
button {
	background: none;
	border: none;
}
textarea {
	resize: none;
	outline: none;
	font-size: large; /*清除瀏覽器預設*/
}
input,
select {
	font-size: inherit;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url('https://ourjs.github.io/static/2015/arrow.png') no-repeat
		scroll right center transparent;
	padding-right: 14px;
} /*清除瀏覽器預設*/
input,
select {
	height: 45px;
	vertical-align: middle;
	outline: none; /*清除瀏覽器預設*/
}
button {
	cursor: pointer;
	font-size: inherit;
	color: inherit;
	word-break: keep-all;
}
a {
	text-decoration: none;
	color: inherit;
}
img,
label {
	vertical-align: middle;
}
table {
	max-width: 100%;
	table-layout: fixed;
}
.d-n,
.ph,
.phone,
.kps > br:nth-of-type(1),
.kps > br:nth-of-type(2),
.kps > br:nth-of-type(odd),
.close .menu,
.pad-ph,
.phoneOnly,
#mask {
	display: none;
}
#banner .slick-next,
#banner .slick-prev {
	opacity: 0;
}
.d-b,
img,
.action .po-a {
	display: block;
}
.d-ib,
.content img {
	display: inline-block;
	width: auto;
}
img {
	height: auto;
	width: 100%;
}
.my-1 {
	margin: 2% 0;
}
.mx-auto {
	margin: 0 auto;
}
.mt-1 {
	margin-top: 2%;
}
.mt-2 {
	margin-top: 4%;
}
.mb-1 {
	margin-bottom: 2%;
}
.mb-2 {
	margin-bottom: 4%;
}
.mr-1 {
	margin-right: 2%;
}
.px-10 {
	padding: 0 10px;
}
.px-1 {
	padding: 0 2%;
}
.px-2 {
	padding: 0 4%;
}
.py-05 {
	padding: 5px 0;
}
.py-10 {
	padding: 10px 0;
}
.py-1 {
	padding: 2% 0;
}
.py-2 {
	padding: 4% 0;
}
.py-3 {
	padding: 6% 0;
}
.p-05 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-1 {
	padding: 2%;
}
.p-2 {
	padding: 4%;
}
.p-3 {
	padding: 6%;
}
.pt-1 {
	padding-top: 2%;
}
.pr-1 {
	padding-right: 2%;
}
.pr-2 {
	padding-right: 4%;
}
.pl-5 {
	padding-left: 10%;
}
.pl-20 {
	padding-left: 5.2vw;
}
.pb-1 {
	padding-bottom: 2%;
}
.pb-2 {
	padding-bottom: 4%;
}
.pb-3 {
	padding-bottom: 6%;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.ta-j {
	text-align: justify;
	word-wrap: break-word;
	word-break: break-all;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.container {
	width: 70%;
	margin: 0 auto;
}
.row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.jcc {
	justify-content: center;
}
.jcr {
	justify-content: flex-end;
}
.ai-b {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-st {
	-ms-align-items: stretch;
	align-items: stretch;
}
.h-100 {
	height: 100%;
}
iframe {
	min-height: 250px;
	height: inherit;
}
.newsContent,
.newsContent p {
	font-size: 16px;
}
.newsContent img {
	width: 100% !important;
}
.w-100,
img,
iframe {
	width: 100%;
}
.w-90 {
	width: 90%;
}
.w-85 {
	width: 85%;
}
.w-80 {
	width: 80%;
}
.w-70 {
	width: 70%;
}
.w-66 {
	width: 66.66%;
}
.w-60 {
	width: 60%;
}
.w-55 {
	width: 55%;
}
.w-50 {
	width: 50%;
}
.w-45 {
	width: 45%;
}
.w-40 {
	width: 40%;
}
.w-33 {
	width: 33.33%;
}
.w-30 {
	width: 30%;
}
.w-25 {
	width: 25%;
}
.w-20 {
	width: 20%;
}
.w-15 {
	width: 15%;
}
.w-10 {
	width: 10%;
}
.mask,
#mask {
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
	z-index: 9999;
}
.po-r {
	position: relative;
}
.po-a {
	position: absolute;
}
.po-f {
	position: fixed;
	z-index: 9998;
}
.ov-h {
	overflow: hidden;
}
.txt-1 {
	color: #7a7b7b;
}
.txt-2 {
	color: #040000;
}
.txt-3 {
	color: #4584ac;
}
.txt-r {
	color: #cf0000;
}
a:hover,
.txt-g {
	color: #44c64d;
}
.txt-w {
	color: #fff;
}
.ts-i {
	font-style: italic;
}
.letterS-5 {
	letter-spacing: 5px;
}
.letterS-10 {
	letter-spacing: 10px;
}
.letterS-1 {
	letter-spacing: 1px;
}
.bgc-1 {
	background-color: #4584ac;
}
.bgc-2,
.typeBtn.action {
	background-color: #44c64d;
}
.bgc-3 {
	background-color: #86afc9;
}
.bgc-4 {
	background-color: #077a0a;
}
.bgc-6 {
	background-color: #d6effb;
}
.bgc-e {
	background-color: #eee;
}
.bgc-bw {
	background: -moz-linear-gradient(to right, dodgerblue 0%, #fff 75%);
	background: -webkit-linear-gradient(to right, dodgerblue 0%, #fff 75%);
	background: linear-gradient(to right, dodgerblue 0%, #fff 75%);
}
.bgc-w {
	background-color: #fff;
}
.bgc-y {
	background-color: yellow;
}
.bgc-3w {
	background-color: rgba(255, 255, 255, 0.5);
}
.fwb,
mark {
	font-weight: bold;
}
mark {
	background-color: inherit;
}
.arc-7 {
	border-radius: 7px;
}
.arc-1 {
	border-radius: 1rem;
}
.arc-2 {
	border-radius: 2rem;
}
.circle {
	border-radius: 50%;
}
.border-1,
td,
th {
	border: 1px solid #9f9f9f;
}
.border-gold {
	border: 3px double transparent;
	-moz-border-image: -moz-linear-gradient(
		to bottom right,
		#f79d9d 0%,
		#630d11 25%,
		#e91e63 50%,
		#630d11 75%,
		#f79d9d 100%
	);
	-webkit-border-image: -webkit-linear-gradient(
		to bottom right,
		#f79d9d 0%,
		#630d11 25%,
		#e91e63 50%,
		#630d11 75%,
		#f79d9d 100%
	);
	border-image: linear-gradient(
		to bottom right,
		#f79d9d 0%,
		#630d11 25%,
		#e91e63 50%,
		#630d11 75%,
		#f79d9d 100%
	);
	border-image-slice: 1;
}
.bb-1 {
	border-bottom: 1px solid #4c4847;
}
.br-1 {
	border-right: 1px solid #4c4847;
}
.bl-1 {
	border-left: 1px solid #4c4847;
}
.br-w {
	border-right: 1px solid #fff;
}
.bl-w {
	border-left: 1px solid #fff;
}
.bb-g {
	border-bottom: 2px solid #44c64d;
}
.border-dash1 {
	border: 2px dashed #44c64d;
}
ol {
	padding-left: 1.5rem;
	list-style-type: decimal;
}
ul {
	padding-left: 1.5rem;
	list-style-type: circle;
}
#anchor,
.anchor {
	top: -100px;
}
.navChange {
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transform: translateY(-150px);
	animation: navAni 0.8s;
	animation-fill-mode: forwards;
}
@keyframes navAni {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
	z-index: 9;
}
