/*common css-tags*/
main *, main *:before, main *:after {
    box-sizing: content-box;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.section h3 {
	margin-bottom: 40px;
	font-size: 36px;
	text-align: center;
	padding-top: 30px;
}

.section h4 {
	font-size: 21px;
	margin: 20px 0 7px;
	text-align: center;
}
.section h5 {
	font-size: 21px;
	margin: 20px 0 7px;

}
.section p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 27px;
	text-align: justify;
}

/*common css-position/float/align*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.section .textLeft {
	text-align: left;
}

.section .textRight {
	text-align: right;
}

.section .textCenter {
	text-align: center;
}

/*common css-section/column*/
.section {
	width: 100%;
	min-width: 1200px;
	padding: 100px 0;
	color: #444444;
	font-family: Arial, "微軟正黑體";
}

.content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.column_2 {
	width: 50%;
}

.column_3 {
	width: 33%;
}

.column_4 {
	width: 25%;
}

.column_5 {
	width: 20%;
}

/*common css-fontColor/bgColor*/
.font_mainColor {
	color: #0bb580;
}

.font_green {
	color: #4fcc6a;
}
.font_green1{
	color: #009ca2;
}
.font_yellow {
	color: #ffb400;
}
.font_yellow1{
	color: #f0fe11;
}

.font_yellowLight {
	color: #feffc1;
}

.font_yellowDark {
	color: #ff8d00;
}

.font_redLight {
	color: #ff5454;
}

.font_white {
	color: #ffffff;
}

.font_gray {
	color: #bbbbbb;
}
.font_black{
	color: #000;
}
.bg_mainColor {
	background-color: #0bb580;
}

.bg_green {
	background-color: #4fcc6a;
}

.bg_yellow {
	background-color: #ffb400;
}

.bg_yellowDark {
	background-color: #ff8d00;
}

.bg_gray {
	background-color: #bbbbbb;
}

.bg_greenImg {
	background: url(../images/bgGreen.jpg) no-repeat center center;
	background-size: cover;
}

.bg_ {
	background: url(../images/bgGreen.jpg) no-repeat center center;
	background-size: cover;
}

.bg_bgImg{
	background: url(../images/bgImg.jpg) no-repeat center center fixed;
	background-size: cover;
}


.hover_yellow:hover h4 {
	color: #ffb400;
}



.circle {
	margin: 0 auto;
	border-radius: 50%;
}

p.imgNote {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

p.sectionNote {
	width: 800px;
	margin: 0 auto;
	font-size: 19px;
}

p.pageBtn {
	width: 400px;
	line-height: 60px;
	margin: 50px auto 0;
	border: 1px solid #ffffff;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}

p.contactBtn {
	position: relative;
	z-index: 2;
	width: 450px;
	line-height: 55px;
	margin: -30px auto 0;
	font-size: 21px;
	text-align: center;
	cursor: pointer;
}

p.contactBtn:hover {
	background-color: #ffb400;
}

.imgBorderAll {
	border: 1px solid #eaeaea;
}

/*common css-navLink*/
#navLink {
	width: 100%;
	min-width: 1020px;
	height: 80px;
	padding: 10px 0;
	background-color: #ffffff;
	font-family: Arial, "微軟正黑體";
	text-align: center;	
}

.navLink {
	position: absolute;
	z-index: 999;
	top: 602px;
}

.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #f7f7f7;
}

#navLink > ul {
	display: inline-block;
}

#navLink > ul > li {
	float: left;
	width: 125px;
	height: 80px;
	border-left: 1px solid #CCC;
	text-indent: -9999px;
}

#navLink .link1 {
	background: url(../images/link_01.png) no-repeat left top;
}

#navLink .link2 {
	background: url(../images/link_02.png) no-repeat left top;
}

#navLink .link3 {
	background: url(../images/link_03.png) no-repeat left top;
}

#navLink .link4 {
	background: url(../images/link_04.png) no-repeat left top;
}

#navLink .link5 {
	background: url(../images/link_05.png) no-repeat left top;
}

#navLink .link6 {
	background: url(../images/link_06.png) no-repeat left top;
}

#navLink .link7 {
	background: url(../images/link_07.png)  no-repeat left top;
}

#navLink .link8 {
	background: url(../images/link_08.png)  no-repeat left top;
	border-right: 1px solid #CCC;
}

#navLink > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
}

#navLink .navLinks:hover {
	background-position: right top;
}

#navLink .selected {
	background-position: right top;
}

#navLink .subLink {
	display: none;
	text-align: center;
	width: 100%;
	margin-left: -1px;
	padding-top: 10px;
	border: 1px solid #CCC;
	border-top: none;
	background-color: #FFF;
	text-indent: 0px;
}

#navLink .subLink > li {
	width: 100%;
	line-height: 40px;
	font-size: 17px;
}

#navLink .subLink > li a {
	display: block;
}

#navLink .subLink > li a:hover {
	background-color: #1db580;
	color: #FFF;
}

@media (max-width: 768px) {
	.section h3 {
		margin-bottom: 40px;
		font-size: 30px;
		text-align: center;
	}

	.section h4 {
		font-size: 19px;
		margin: 20px 0 7px;
		text-align: center;
	}
	.section h5 {
		font-size: 16px;
		margin: 20px 0 7px;

	}
	.section p {
		margin: 0;
		padding: 0;
		font-size: 16px;
		line-height: 27px;
		text-align: justify;
	}
	p.sectionNote {
		width: 90%;
		margin: 0 auto;
		font-size: 16px;
	}
}
