*,
*::before,
*::after {
	box-sizing: border-box;
}

body{
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #666668;
	margin: 0;
	text-align: left;
	background-color: #fff;
}
a{
	color: #1c1e44;
	text-decoration: none;
}
a:focus,
a:hover{
	text-decoration: underline;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}
picture{display:inline-block;}
svg {
	overflow: hidden;
	vertical-align: middle;
}
figure{
	margin: 0;
}
table {
	border-collapse: collapse;
}
th {
	text-align: inherit;
}
textarea {
	overflow: auto;
	resize: vertical;
}
label{
	margin-bottom: .25rem;
	display: inline-block;
}
ul,ol{
	margin: 0;
	padding-left: 2rem;
}
li{
	margin-top: .5rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0rem;
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

h1, .h1 {
	font-size: 2.5rem;
}

h2, .h2 {
	font-size: 2rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.5rem;
	line-height: 1.5;
}

h5, .h5 {
	font-size: 1.25rem;
	line-height: 1.5;
}

h6, .h6 {
	font-size: 1rem;
	line-height: 1.5;
}


/*************************/

.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}


/*************************/
.lazy{
	object-fit: contain !important;
}
.sep1{
	height: 1rem;
	clear: both;
}
.sep2{
	height: 2rem;
	clear: both;
}
.sep3{
	height: 3rem;
	clear: both;
}



.acenter{
	text-align: center;
}
.aright{
	text-align: right;
}
.hide{
	display:none;
}
.vhide{
	visibility: hidden;
}
.dflex{
	display: flex;
	align-items: center;
}
.dflex.acenter{
	justify-content: center;
}
.dflex1{
	flex: 1;
}
.list{
	margin-top: -2rem;  
}
.list > div{
	margin-top: 2rem;  
}
.row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -1rem;
	margin-right: -1rem;
}
.row > div{
	padding-left: 1rem;
	padding-right: 1rem;
}
.row.astart{
	align-items: flex-start;
}
.row.aend{
	align-items: flex-end;
}

.col{
	flex: 1
}
.col1{
	flex: 0 0 100%;
}
.colsm34,.colsm23,.colsm12,.colsm13,.colsm14,
.colmd34,.colmd23,.colmd12,.colmd13,.colmd14,
.collg34,.collg23,.collg12,.collg13,.collg14{
	flex: 0 0 100%;
}
.col34{
	flex: 0 0 75%;
}
.col23{
	flex: 0 0 66.6666%;
}
.col12{
	flex: 0 0 50%;
}
.col13{
	flex: 0 0 33.3333%;
}
.col14{
	flex: 0 0 25%;
}
@media (min-width: 576px) {
	.mr1sm{
		margin-right: 1rem;
	}
	.mr2sm{
		margin-right: 2rem;
	}

	.colsm34{
		flex: 0 0 75%;
	}
	.colsm23{
		flex: 0 0 66.6666%;
	}
	.colsm12{
		flex: 0 0 50%;
	}
	.colsm13{
		flex: 0 0 33.3333%;
	}
	.colsm14{
		flex: 0 0 25%;
	}
	.dflexsm{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.dflexsm.acenter{
		justify-content: center;
	}
	.dflexsm1{
		flex: 1;
	}
	.hidesm{
		display: none;
	}
	.showsm{
		display: block;
	}
	.aleftsm{
		text-align: left;
	}
}
@media (min-width: 768px) {
	.mr1md{
		margin-right: 1rem;
	}
	.mr2md{
		margin-right: 2rem;
	}
	.colmd34{
		flex: 0 0 75%;
	}
	.colmd23{
		flex: 0 0 66.6666%;
	}
	.colmd12{
		flex: 0 0 50%;
	}
	.colmd13{
		flex: 0 0 33.3333%;
	}
	.colmd14{
		flex: 0 0 25%;
	}
	.dflexmd{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.dflexmd.acenter{
		justify-content: center;
	}
	.dflexmd1{
		flex: 1;
	}
	.hidemd{
		display: none;
	}
	.showmd{
		display: block;
	}
}
@media (min-width: 992px) {
	.collg34{
		flex: 0 0 75%;
	}
	.collg23{
		flex: 0 0 66.6666%;
	}
	.collg12{
		flex: 0 0 50%;
	}
	.collg13{
		flex: 0 0 33.3333%;
	}
	.collg14{
		flex: 0 0 25%;
	}
	.hidelg{
		display: none;
	}
	.showlg{
		display: block;
	}
}


.tx1{
	color: #1c1e44;
}
.tx2{
	color: #1c1e44;
	border-bottom: 1px solid #1c1e44;
}

.bx1{
	background: #f6f6f9;

}



.img1{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.img2{
	width: 100%;
	height: 500px;
	object-fit: cover;
	position: absolute;
}
.page-title{
	height: 500px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3em;
	color: #fff;
	background: rgba(0,0,0,.2);
	margin-bottom: 0;
	padding: 0 15px;
	text-align: center;
}

/*
.w100{
	width: 100%;
}
*/
.btn{
	background-color: transparent;
	color: #1c1e44;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: .9rem;
	line-height: 1.1rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: .75rem 2rem;
	border: 2px solid #1c1e44;
	border-radius: 40px;
	transition: background 400ms ease, color 400ms ease, border-color 400ms ease;
	outline: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
}
.btn:hover, .btn:focus{
	background-color: #1c1e44;
	color: #fff;
}
.btnsm{
	padding: .5rem 2rem;
}


.form-input{
	font-family: "Noto Sans TC", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	background-color: #fff;
	color: #333335;
	height: 44px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid #dddddf;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	transition: border-color 400ms ease;
	width: 100%;
	position: relative;
}
.form-input:focus{
	border-color: #1c1e44;
	z-index: 2;
}
textarea.form-input{
	resize: none;
	height: auto;
}


/*************************/

.site-header{
	/*
	padding: 0 0;
	*/
	transition: top 300ms ease;
	z-index: 3;
	background: #fff;
	position: relative;
	box-shadow:0 0 3px 0 rgba(0,0,0,.1);
}
.site-header.sticky{
	box-shadow:0 0 3px 2px rgba(0,0,0,.1);
}

.site-logo{
	transition: width 300ms ease, height 300ms ease;
	max-height: 40px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/** slidenav / topmenu **/

@media (max-width: 991px) {
	.slidenav{
		position: fixed;
		right: -230px;
		top: 0;
		width: 230px;
		background: #fff;
		bottom: 0;
		transition: transform 400ms ease;
		z-index: 999;
	}
	.slidenav.open{
		box-shadow: 0 0 7px 1px rgba(0,0,0,.2);
	}
	.slidenav-overlay{
		opacity: 0;
		position: fixed;
		z-index: 998;
		left: 0;
		bottom: 0;
		top: 0;
		width: 0px;
		background: rgba(0,0,0,.3);
		transition: opacity 400ms ease;
	}
	.slidenav-overlay.visible{
		width: 100%;
		opacity: 1;
	}
	.slidenav-btn{
		background: none;
		border:none;
		padding: 0;
		outline: none;
		float: right;
	}
	.slidenav-close{
		margin: 1rem 2rem;
		float: right;
	}
	.slidenav-trx{
		transform: translateX(-230px);
	}
	.topmenu{
		clear: both;
		padding: 0 0rem 1rem 0;
		list-style: none;
	}
	.topmenu > li{
		margin-top:0;
	}
	.topmenu a{
		padding: .75rem 2rem;
		display: block;
		color: #333335;
		text-decoration: none;
	}
	.topmenu a:focus{
		background: #f0f0f2;
	}
}
@media (min-width: 992px) {
	.topmenu{
		list-style: none;
		float: right;
	}
	.topmenu > li{
		float: left;
		margin-top: 0;
	}
	.topmenu > li:last-of-type{
		margin-right: 0;
	}
	.topmenu a{
		color: #333335;
		transition: color 300ms ease;
		display: block;
		padding: 5px 15px;
		line-height: 60px;
		border-radius: 3px;
		text-transform: uppercase;
		font-size: .95em;
		text-decoration: none;
		position: relative;
	}
	.topmenu .active a,
	.topmenu a:hover{
		color: #fff;
	}
	.topmenu a:after{
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		background: #1c1e44;
		transition: height 300ms ease;
	}
	.topmenu .active a:after,
	.topmenu a:hover:after{
		height: 100%;
	}

}

/** footer **/

.footer-site{
	margin-top: 3rem;
	padding: 2rem 0;
	font-size: .9em;
	color: #eeeeef;
	background: #333335;
}
.footer-site a{
	color: #dddddf;
}
.footer-logo{
	max-height: 25px;
}
/*
.footermenu{
	list-style: none;
	padding-left: 0;
}
*               /



/** cookiepolicy **/

.cookiepolicy{
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	background: #f3f3f3;
	padding: 1rem;
	max-width: 500px;
	margin-right: 15px;
	font-size: .9em;
	box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
	z-index: 9999999990;
}


