body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #332c2b !important;
	line-height: 1.3;
	font-size: 15px;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'Arial',
		sans-serif !important;
	font-weight: 400;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

input[type='button'],
input[type='submit'] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2;
}


p {
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.5;
}

.row {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

li {
	list-style: none !important;
}

label {
	margin: 0;
}

a {
	color: #000;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.table td,
.table th {
	vertical-align: middle !important;
	padding: 0.75em;
}

.hide {
	display: none !important;
}

img {
	width: 100%;
}

section {
	padding-top: 3em;
	padding-bottom: 2em;
}

.scroll-to-top {
	z-index: 1029;
	right: 1rem;
	bottom: 3.3rem;
	display: none;
}

.scroll-to-top a {
	width: 3.1rem;
	height: 3.1rem;
	background-color: rgb(0, 0, 0);
	line-height: 3.1rem;
}

.scroll-to-top a::after {
	content: url(../images/fa-angle.png);
	position: absolute;
	top: 15%;
	right: 15%;
	width: 70%;
	opacity: 0.7;
}

.scroll-to-top a:hover::after {
	opacity: 1;
}

@media (max-width: 575px) {
	.scroll-to-top {
		right: 3.8em;
    bottom: 1.5em;
	}

	.scroll-to-top a {
		width: 5.5em;
    height: 4em;
    line-height: 0.1;
    font-size: 1em;
	}
}

/**/

@media (min-width: 575px) {
	.container {
		max-width: 600px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 840px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1000px;
	}
}

@media (min-width: 1399px) {
	header .container {
		max-width: 1140px;
	}
}

/*END_container*/

/*-- //Reset-Code --*/

.bg-blue {
	background-color: #0B2F53 !important;
}
.bg-footer {
	background-color: #DCDDDD !important;
}

.border-white {
	border: 2px solid #fff;
}

.f-blue {
	color: #0B2F53 !important;
}

.f-white {
	color: #ffffff !important;
}

.f-purple {
	color: #6b1d49 !important;
}

.f-yellow {
	color: #fdd100 !important;
}

.f-red {
	color: #e62129 !important;
}

mark {
	background-color: #f4d739;
}

.navbar_logo {
	font-size: 1.2em !important;
	line-height: 1.6 !important;
	display: block;
	letter-spacing: 1px;
	margin-top: .1em;
	margin-bottom: 0 !important;
	color: #1e1e1e;
}

.bg_banner {
	background:
		url("../images/bn_bg.png") no-repeat center;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th1 {
	background-image: url('../images/pt1_bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th2 {
	background-image: url('../images/pt2_bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th3 {
	background-color: #59B138;
}


/*-------------------------------------Media------------------------------------------*/
@media screen and (max-width: 575px) {
	.bg_banner {
		background:
			url("../images/bn_bg_ph.png") no-repeat center;
		background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	}
}

/**/
/*------------------------------------#END_Media--------------------------------------*/

/*水平垂直至中*/
.middle {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/*BTNN*/
.hoverbig img {
	filter: drop-shadow(2px 2px 2px #303030);
}

.hoverbig:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	filter: drop-shadow(0px 0px 0px #303030);
}



/*#BTNN*/
.shadow-f {
	filter: drop-shadow(3px 3px 5px #303030);
}

.shadow-f:hover {
	filter: drop-shadow(8px 8px 8px #303030);
}

/*click*/
.click_box {
	position: relative;
	display: inline-block;
}

.click_box:hover img.click_hand,
.click_box.active img.click_hand {
	display: none;
}

.click_hand {
	position: absolute;
	filter: drop-shadow(2px 2px 2px #303030);
	width: 3em;
	z-index: 2;
}

/*##click*/


/*---------------------------header------------------------------*/
.bn_img{
	margin: 9em 0em 11em -47em;
  width: 66%;
}


@media screen and (max-width: 746px){

}

@media screen and (max-width: 575px) {

.bn_img{
	margin: 3em 0 32em 0em;
	width: 90%;
}
}
/*---------------------------#END_header----------------------------*/
/*---------------------------part1---------------------------*/

#part1 .line_btn img {
	position: absolute;
	bottom: 1%;
    right: 17%;
    width: 30%;
}


@media screen and (max-width: 575px){
#part1 .line_btn img {
	position: absolute;
	bottom: 0%;
	right: 21%;
	width: 34%;
}
}
/*---------------------------#part1---------------------------*/
/*---------------------------part3---------------------------*/

#part3 .line_btn img {
	position: absolute;
	bottom: 80%;
	right: 10%;
	width: 23%;
}
#part3 {
	padding-bottom: 0em!important;
	padding-top: 3em;
}


@media screen and (max-width: 575px){

#part3 .line_btn img {
	position: absolute;
	bottom: 41.5%;
    right: 8%;
    width: 24%;
}
}
/*---------------------------#part3---------------------------*/

/*---------------------------------- footer_class ---------------------------------*/

#footer_class {
	padding: 3em 1em;
	background-color: #F8F3D2;
}

#footer_class a.btngo {
	display: inline-block;
	border-radius: 4em;
	background-color: #F08519;
	border: 2px solid #E84426;
	color: #fff;
	margin: 10px;
	box-shadow: .2em .1em .2em rgba(80, 20, 25, 0.8);
	line-height: 1.2;
	padding: .25em 1em .35em 1em;
	font-size: 1.4em;
	font-weight: 700;
}

#footer_class a.btngo:hover {
	box-shadow: 0 0 0 rgba(80, 20, 25, 0.8);
}

@media screen and (max-width: 768px) {


	#footer_class a.btngo {
		font-size: 4vw;
		margin: .35em;
	}
}

@media screen and (max-width: 575px) {}

/*----------#end_footer----------*/

/*---------------------------media------------------------------*/
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1199px) {
	body {
		font-size: 11.5px !important;
	}
}

@media screen and (max-width: 991px) {
	body {
		font-size: 11px !important;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 9px !important;
	}
}

/*576以上*/
@media screen and (min-width: 576px) {
	.type_ph {
		display: none !important;
	}
	
}


/*手機板575*/

@media screen and (max-width: 575px) {
	body {
		font-size: 2.2vw !important;
	}

	section {
		padding-bottom: 2em;
		padding-top: 3em;
	}
	.sm{
		padding: 0 3em 0 3em !important;
	}

	.type_pc {
		display: none !important;
	}

	.nolr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 470px) {}

@media screen and (max-width: 440px) {
	body {
		font-size: 2.4vw !important;
	}
}

/*END_media*/

/**/