/* 自訂檔 */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /* font-family: 'Noto Sans TC', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400'); /* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,500'); /* font-family: 'Montserrat', sans-serif; */

html {	
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: Helvetica, Arial, 'Noto Sans TC', "微軟正黑體", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	scroll-behavior: smooth;
	background-color: #fff;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.clear01 {
}
.clear01::after {
	content: "";
	display: block;
	clear: both;
}

.fleft{
	float: left;
}

/*
.back-to-top {
	width: 38px;
	height:41px;	
	position: fixed;
	bottom: 20px;
	right: 25px;
	text-decoration: none;
	font-size: 12px;
	padding: 1em;
	display: none;
	background:url(../top.png) no-repeat;
	z-index:1000;
}
*/

/* =============== 語言列 ===================== */


@media (min-width: 992px) {
	.language{
		position:fixed;
		right: 15px;
		margin-top: 28px;
		z-index: 50;
	}
	
	.language ul{
	margin: 0;
	padding: 0;
	}
	
	.language ul li{
	float: left;
	list-style-type: none;
	margin-right: 3px;
	}
}


@media (min-width: 1200px) {
	.language{
		right: 80px;
	}
}

@media (max-width: 991px) {
	.language{
		padding-left: 20px;
		background: #fff;
		text-align: center;
	}
	
	.language ul{
	margin: 0;
	padding: 0;
	}
	
	.language ul li{
		display: inline-block;
		list-style-type: none;
		margin-right: 3px;
	}
	
	
}





.language ul li a{
	width: 30px;
	color: #fff;
	font-size: 13px;
	padding:6px 0;
	text-align: center;
	display: block;
}

.language ul li:nth-of-type(1) a{
	background: #004f94;
}

.language ul li:nth-of-type(2) a{
	background: #abce03;
}

.language ul li:nth-of-type(3) a{
	background: #6ea831;
}

.language ul li:nth-of-type(4) a{
	background: #1a7f18;
}





/* =============== 首頁 ===================== */

.container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

footer{
	font-size: 13px;
	color: rgba(220,220,220,1.00);
	text-align: center;
	padding: 10px 0;
	background: #002748;
}

/* 第2層 */

.index_profile{	
	background: url(../index_02.png) no-repeat left top , #e8e8e8;
}

.index_profile ul{
	min-height: 250px;
	margin: 0;
	padding: 40px 0;
	background: url(../index_01.png) no-repeat center bottom;
}

.index_profile ul li{
	list-style-type: none;
}


@media (min-width: 1200px) {

.index_profile ul{
	background: url(../index_01.png) no-repeat left bottom;
}

.index_profile ul li:nth-of-type(1){
	width: 45%;
	float: left;
	padding:15px 0 200px;
}

.index_profile ul li:nth-of-type(2){
	width: 55%;
	float: right;
	padding: 45px 30px 0;
	letter-spacing: 1px;
}
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	
.index_profile ul{
	background: url(../index_01.png) no-repeat -20px bottom;
}

.index_profile ul li:nth-of-type(1){
	width: 45%;
	float: left;
	padding:25px 0 200px;
}

.index_profile ul li:nth-of-type(2){
	width: 55%;
	float: right;
	padding: 30px 0 0 80px;
	letter-spacing: 1px;
}
	
}


@media (max-width: 991px) {
	
.index_profile{
	background: url(../index_02.png) no-repeat center top , #e8e8e8;
	background-size:contain;
}

.index_profile .container{
	padding: 0;	
}
	
.index_profile ul{
	padding:35px 30px 250px;
}
	
}


.index_title{
	color: #000;
	padding: 0 0 25px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	background: url(../icon03.png) no-repeat center bottom;
}

.index_title .en{
	color: #d1d1d1;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}






/* 第3層 */

.index_choice{
	padding: 60px 0;
	background:linear-gradient(to bottom, rgba(8,51,90,1) 0%,rgba(188,200,210,0) 73%,rgba(255,255,255,0) 100%) , url(../index_03-2.jpg) no-repeat center bottom , #08335a;
	
	background-attachment: scroll , fixed;
	
	
}


.index_choice .index_title{
	color: #fff;
	font-weight: 400;
}

.index_choice ul{
	margin:50px 0 0;
	padding: 0;
}

.index_choice ul li{
	width: calc(100%/4);
	position: relative;
	float: left;
	padding: 0 25px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	list-style-type: none;
}

@media (max-width: 767px) {
	
	.index_choice ul li{
		width: calc(100%/2);
		padding: 0 25px 15px;
	}
	
	.index_choice ul li:nth-of-type(2n+1){
		clear: left;
	}
	
	
}

@media (max-width: 360px) {
	
	.index_choice ul li{
		width: 100%;
		padding: 0 25px 15px;
	}	
	
}

.index_choice ul li .pic{
	position: relative;
	margin-bottom: 20px;
}

.index_choice ul li:hover .pic{
	animation:iconmove 0.5s infinite alternate;
}

.index_choice ul li h4{
	color: #bede25;
	font-weight: 400;
	line-height: 130%;
}

.index_choice ul li p{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

@keyframes iconmove {
	from {top: 0;}
	to {top:-15px;}
}



/* 第4層 */


.index_product{
	padding: 60px 0 0;
}

.index_product ul{
	margin: 0;
	padding: 0;
}

.index_product ul li{
	position: relative;
	list-style-type: none;	
	border-radius: 3px;
	margin-bottom: 30px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;	
}

.index_product ul li a{
	color: #004f93;
}

.index_product ul li a:hover{
	color: #308cdc;
}

.index_product ul li .pic{
	overflow: hidden;	
}

.index_product ul li .pic img{
	transition: all 0.3s;
}

.index_product ul li:hover .pic img{	
	transform: scale(1.2,1.2);
}

.index_product ul li h2{
	font-size: 22px;
	margin-top: 30px;
}

.index_product ul li p{
	color: rgba(112,112,112,1.00);
}



@media (min-width: 992px) {
	
	.index_product ul li{
		width: calc(100%/3 - 10px);		
		margin: 0 calc(10px*3/2) 50px 0;
		float: left;
	}

	.index_product ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	.index_product ul li:nth-of-type(3n+1){
		clear: left;
	}
	
	
}


@media (min-width: 768px) and (max-width: 991px) {
	.index_product ul li{
		width: calc(100%/2 - 7.5px);
		margin: 0 calc(7.5px*2) 50px 0;
		float: left;
	}	

	.index_product ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.index_product ul li:nth-of-type(2n+1){
		clear: left;
	}
	
}




/*第5層*/

.index_certification{
	padding: 40px 0;
	background: url(../index_17.jpg) no-repeat center bottom;
}
















/*========================== 公司簡介 ============================*/

.pro_quality{
	padding: 60px 0;
	background: url(../profile_01.jpg) no-repeat left bottom;
	overflow: hidden;
} 

.pro_quality ul{
	margin: 0;
	padding: 0 30px;
	
}

.pro_quality ul li{
	float: left;
	list-style-type: none;
	letter-spacing: 1px;
	
}

@media (min-width: 1600px) {
	.pro_quality ul{
		padding: 0 120px;
	}
	.pro_quality ul li:nth-of-type(1){
	width: 55%;
	padding: 0 40px;
}

	.pro_quality ul li:nth-of-type(2){
	width: 45%;
	padding: 0 0;
}
	
}


@media (min-width: 1200px) and (max-width: 1599px) {
	.pro_quality ul{
		padding: 0 80px;
	}
	.pro_quality ul li:nth-of-type(1){
	width: 50%;
	padding: 0 40px 0 0;
}

	.pro_quality ul li:nth-of-type(2){
	width: 50%;
	padding:110px 0 0;
}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pro_quality ul{
		padding: 0 50px;
	}
	.pro_quality ul li:nth-of-type(1){
	width: 50%;
	padding: 0 40px 0 0;
}

	.pro_quality ul li:nth-of-type(2){
	width: 50%;
	padding:120px 0 0;
}
	
}

@media  (max-width: 991px) {
	.pro_quality ul li:nth-of-type(1){

	float: none;
	padding: 0 0;
}

	.pro_quality ul li:nth-of-type(2){
	float: none;
	padding:0 0;
}
	
}





.pro_quality ul li > h4{
	color: #a3c400;
}

.pro_quality ul li > h3{
	color: #08335a;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 25px;
}

.pro_quality ul li > h3::after{
	content: "";
	display: block;
	width: 51px;
	height: 6px;
	background: url(../icon04.jpg) no-repeat;
	margin-top: 25px;
}




/*地2層*/

.pro_tech{
	background: #c7d6e4;
}

.pro_tech ul{
	margin: 0;
	padding:50px 30px 60px;
}

.pro_tech ul li{
	list-style-type: none;
}

@media (min-width: 1500px) {
	.pro_tech ul{
		margin: 0;
		padding:50px 50px 60px;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.pro_tech ul li .pic{
		padding-top: 80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pro_tech ul li .pic{
		padding-top: 80px;
	}
}

.pro_tech ul li h3{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	margin:15px 0 25px;
}



.pro_tech ul li h3::after{
	content: "";
	display: block;
	width: 51px;
	height: 6px;
	background: url(../icon05.jpg) no-repeat;
	margin-top: 25px;
}




/*地3層*/

.pro_history{
	min-height: 200px;
	background: url(../profile_04.jpg) no-repeat center top;
	background-size: cover;
}

.pro_history .container{
	position: relative;
}

.pro_history .top{	
	position:relative;
	top:-50px;
	color: #fff;
	padding: 30px;
	border-radius: 4px;
	background: url(../profile_05.jpg) no-repeat center top;
	background-size: cover;
	box-shadow: 0 6px 30px -6px rgba(89, 98, 105 , 0.9);
}


.pro_history .top h3{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin:15px 0 25px;
}

.pro_history .top h3::after{
	content: "";
	display: block;
	height: 6px;
	background: url(../icon05.jpg) no-repeat center top;
	margin-top: 25px;
}







.pro_history .bottom{
	
}

.pro_history .bottom > h3{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin:15px 0 25px;
}

.pro_history .bottom > h3::after{
	content: "";
	display: block;
	height: 6px;
	background: url(../icon04.jpg) no-repeat center top;
	margin-top: 25px;
}


.pro_history .bottom ul{
	margin: 0;
	padding: 50px 0;
	background: url(../line01.jpg) repeat-y center top;
}


.pro_history .bottom ul li{
	list-style-type: none;
	background: url(../profile_06.png) no-repeat center 18px;
}

.pro_history .bottom ul li::after{
	content: "";
	display: block;
	clear: both;
}

.pro_history .bottom ul li:nth-of-type(odd) .box{
	width: 45%;
	float: right;
	position: relative;
	padding: 15px 30px;
	border-radius: 4px;
	background:rgba(255,255,255,1.00);
	box-shadow: 5px 5px 20px -5px rgba(158,163,166,0.7);
}

.pro_history .bottom ul li:nth-of-type(odd) .box::after{
	content: '';
	position: absolute;
	top: 15px;
	left: -20px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: rgba(255,255,255,1.00);
	z-index: 10;
}


.pro_history .bottom ul li:nth-of-type(odd) .box h3{
	color: #587198;
}

.pro_history .bottom ul li:nth-of-type(odd) .box p{
}




.pro_history .bottom ul li:nth-of-type(even) .box{
	width: 45%;
	float:left;
	color: #fff;
	position: relative;
	padding: 15px 30px;
	border-radius: 4px;
	background:rgba(24,50,90,1.00);
	box-shadow: 5px 5px 20px -5px rgba(158,163,166,0.8);
}

.pro_history .bottom ul li:nth-of-type(even) .box::after{
	content: '';
	position: absolute;
	top: 15px;
	right: -20px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: rgba(24,50,90,1.00);
	z-index: 10;
}


.pro_history .bottom ul li:nth-of-type(even) .box h3{
	color: #8baada;
}

.pro_history .bottom ul li:nth-of-type(even) .box p{

}







@media (max-width: 480px) {
	
.pro_history .bottom ul{
	margin: 0;
	padding: 50px 0;
	background: url(../line01.jpg) repeat-y 5px top;
}


.pro_history .bottom ul li{
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 15px;
	background: url(../profile_06.png) no-repeat 0px 18px;
}

.pro_history .bottom ul li::after{
	content: "";
	display: block;
	clear: both;
}

.pro_history .bottom ul li:nth-of-type(odd) .box{
	width: 100%;
	float:none;
	position: relative;
	padding: 15px 30px;
	border-radius: 4px;
	background:rgba(255,255,255,1.00);
	box-shadow: 5px 5px 20px -5px rgba(158,163,166,0.7);
}





.pro_history .bottom ul li:nth-of-type(even) .box{
	width: 100%;
	float:none;
	color: #fff;
	position: relative;
	padding: 15px 30px;
	border-radius: 4px;
	background:rgba(24,50,90,1.00);
	box-shadow: 5px 5px 20px -5px rgba(158,163,166,0.8);
}

.pro_history .bottom ul li:nth-of-type(even) .box::after{
	content: '';
	position: absolute;
	top: 15px;
	left: -20px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: rgba(24,50,90,1.00);
	z-index: 10;
}



	
}



/* 企業殊榮 */

.award{
	padding: 40px 0;
}

.award .container > h3{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin:15px 0 25px;
}

.award .container > h3::after{
	content: "";
	display: block;
	height: 6px;
	background: url(../icon04.jpg) no-repeat center top;
	margin-top: 15px;
}


.award_paper{
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

.award_paper li{
	width: calc(100%/4 - 10px);
	margin: 0 calc(10px*4/3) 15px 0;
	list-style-type: none;
	
}

.award_paper li:nth-of-type(4n){
	margin-right: 0;
}

@media (max-width: 767px) {

.award_paper li{
	width: calc(100%/2 - 10px);
	margin: 0 calc(10px*2) 15px 0;
	list-style-type: none;
	
}

.award_paper li:nth-of-type(2n){
	margin-right: 0;
}


}



/*=============================== 聯絡我們 ===============================*/


.pagetitle{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin:15px 0 25px;
}

.pagetitle::after{
	content: "";
	display: block;
	height: 6px;
	background: url(../icon04.jpg) no-repeat center top;
	margin-top: 15px;
}























/*======================== 內頁 ============================*/


.pageswf{
	margin-top: 85px;
	height: 350px;
	position: relative;	
}

.pageswf::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}


.pageswf.swf01{
	background: url(../pageswf01.jpg) no-repeat center;	
}

.pageswf.swf02{
	background: url(../pageswf02.jpg) no-repeat center;	
}

.pageswf.swf03{
	background: url(../pageswf03.jpg) no-repeat center;	
}

.pageswf.swf04{
	background: url(../pageswf04.jpg) no-repeat center;	
}

.pageswf.swf05{
	background: url(../pageswf05.jpg) no-repeat center;	
}

.pageswf .center{
	position: absolute;
	top:50%;
	left: 50%;
	padding: 15px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
	color:#fff;
}

.pageswf .center .en{
	font-size: 40px;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}

.pageswf .center h3{
	margin: 0;
	font-weight: 500;
	letter-spacing: 2px;
}



/*========================== 產品介紹 ==============================*/

.productlist{
	padding: 40px 0;
}

.productlist ul{
	margin: 0;
	padding: 0;
}



@media (min-width: 480px) {

.productlist ul > li{
	width: calc(100%/3 - 16px);
	float: left;
	margin: 0 calc(16px*3/2) 70px 0;
	list-style-type: none;
}

.productlist ul > li:nth-of-type(3n){
	margin-right: 0;
}
	
.productlist ul > li:nth-of-type(3n+1){
	clear: left;
}
	
}



@media (max-width: 479px) {

.productlist ul > li{
	width: calc(100%/2 - 16px);
	float: left;
	margin: 0 calc(16px*2) 70px 0;
	list-style-type: none;
}

.productlist ul > li:nth-of-type(2n){
	margin-right: 0;
}
	
.productlist ul > li:nth-of-type(2n+1){
	clear: left;
}
	
}

.productlist ul > li .pic{
	height: 0;
	padding-bottom: 90%;
	margin-bottom: 30px;
	
}

.productlist ul > li:nth-of-type(1) .pic{
	background: url(../product_01.jpg) no-repeat center;
	background-size: cover;
}

.productlist ul > li:nth-of-type(2) .pic{
	background: url(../product_02.jpg) no-repeat center;
	background-size: cover;
}

.productlist ul > li:nth-of-type(3) .pic{
	background: url(../product_03.jpg) no-repeat center;
	background-size: cover;
}

.productlist ul > li:nth-of-type(4) .pic{
	background: url(../product_04.jpg) no-repeat center;
	background-size: cover;
}

.productlist ul > li:nth-of-type(5) .pic{
	background: url(../product_05.jpg) no-repeat center;
	background-size: cover;
}

.productlist ul > li:nth-of-type(6) .pic{
	background: url(../product_06.jpg) no-repeat center;
	background-size: cover;
}



.productlist ul > li > h3{
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.productlist ul li a{
	display: block;
	color: #333;
}


.productlist ul ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.productlist ul ul li{
	width: auto;
	white-space: nowrap;	
	float: none;
	padding: 6px 20px;
	text-align: center;
	margin: 0 5px 10px;
	border-radius: 30px;
	background: rgba(241,241,241,1.00);
}

.productlist ul ul li:hover{	
	background: #004f94;
}
	
.productlist ul ul li:hover a{
	color: #fff;
}



@media (max-width: 991px) {

.productlist ul ul{
	display:block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.productlist ul ul li{
	width:100%;
	white-space:normal;	
	float: none;
	margin: 0 0 10px;
	border-radius: 20px;
}

}


















.product_table{
	margin-bottom: 40px;
}

.style02{
	
}



.product_table table{	
    border-collapse: collapse;
    margin-bottom: 20px;
}

.product_table table tr:nth-of-type(even){
	background: rgba(244,251,234,1.00);
}

.product_table table th{
	color: #fff;
	font-weight: 400;
	padding: 6px 5px;
    text-align: center;
	background: #6ea831;
	border: solid 1px #7ab938;
}

.product_table table td{
	font-size: 14px;
	padding: 6px 10px;
	text-align: center;
	border: rgb(226, 226, 226) solid 1px;
	
}

.product_table table td i{
	color:#e49500;
}


@media (min-width: 1200px){
	.product_table{		
		
	}
	
	.product_table table{
		 width: 100%;
	}
	
	.product_table table thead tr th{		
		width: 70px;
	}
	.product_table table tr td span{
		display: block;		
	}
	
	.min_h80{
		height: 80px;
	}
}



@media (max-width: 1199px){

.product_table table {
	white-space: nowrap;
	border-spacing: 0;
	margin-bottom: 30px;
	
	display: flex;
	overflow: hidden;
	background: none;
}

.product_table table thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content ;
}

.product_table table tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.product_table table tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.product_table table td,
.product_table table th {
	min-width: 120px;
	display: block;
	min-height: 37px;
	word-break: normal;
}


.product_table.style02 table tbody tr:nth-of-type(5){
	flex-shrink:1;
}	

.product_table.style02 table tbody tr:nth-of-type(5) td:nth-of-type(2){
	min-width: 120px;
	height: calc(37px*11);
	white-space:pre-wrap;
	word-break: break-all;
}	
	

.product_table table td {
	border-left: none;
}


.product_table table th:not(:last-child),
.product_table table td:not(:last-child) {
  border-bottom: 0;
}

	
}







.product_table02{
	border-collapse: collapse;
    margin-bottom: 20px;
}

.product_table02 tr{
	
}

.product_table02 tr th{
	color: #fff;
	font-weight: 400;
	padding: 6px 5px;
    text-align: center;
	background: #aacc03;
	border: solid 1px #aacc03;
}

.product_table02 tr:nth-of-type(even){
	background: rgba(244,251,234,1.00);
}

.product_table02 tr td{
	font-size: 14px;
	padding: 6px 10px;
	text-align: center;
	border: rgb(226, 226, 226) solid 1px;
}






















/*======================製程介紹==========================*/

.process_step{
	background: url(../process_02.jpg) no-repeat center ;
	background-size: cover;
}

@media (min-width: 560px){
	.process_step .pic02{
		display: none;
	}
}

@media (max-width: 559px){
	.process_step .pic01{
		display: none;
	}
}




.equipment{
	width: 100%;
	border-collapse: collapse;
	margin: 50px 0;
}

.equipment tr{
	
}

.equipment tr th{
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding: 6px 10px;	
	border-radius: 4px;
	letter-spacing: 1px;
}

.equipment tr td{
	padding: 10px 10px;
	text-align: center;
	border: solid 1px #fff;
}

.equipment tr:nth-of-type(even){
	background: rgba(244,244,244,1.00);
}

.equipment tr:nth-of-type(even) td:nth-of-type(2){
	background:rgb(234, 241, 247);
}




/*=======================人力資源==========================*/

.hirelist{
	margin: 40px 0;
	
}

.hirelist ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}

.hirelist ul li{
	
}

.hirelist ul li:nth-of-type(odd){
	background: #eaeff3;
}

.hirelist ul li::after{
	content: "";
	display: block;
	clear: both;
}

.hirelist ul li div{
	padding: 8px 12px;
	letter-spacing: 1px;
	
}

.hirelist ul li:nth-of-type(1){
	background: none;
}

.hirelist ul li:nth-of-type(1) div{
	font-size: 17px;
	color: #08345b;
	font-weight: 600;	
	border-bottom: rgba(180,180,180,1.00) solid 2px;
}

.hirelist ul li div > h4{
	display: none;
	font-size: 16px;
	color: #08345b;
	font-weight: 600;	
}

@media (max-width: 767px){
	.hirelist{
		border: solid 1px rgb(220, 220, 220);
	}
	
	.hirelist ul li:nth-of-type(1){
		display: none;
	}
	.hirelist ul li div > h4{
		display: block;
	}
}















/*====================== 聯絡我們 ===========================*/

.contact{
}

.contact p{
	color: #666;
	letter-spacing: 1px;
}



























































/*=====================================================================================
快選外內距
======================================================================================*/

.ptop5 { padding-top: 5px;}
.ptop50 { padding-top: 50px;}
.ptop100 { padding-top: 100px;}
.pbottom50 { padding-bottom: 50px;}
.pbottom70 { padding-bottom: 70px;}
.pbottom80 { padding-bottom: 80px;}
.pright0 { padding-right: 0;}
.pright5 { padding-right: 5px;}
.pright10 { padding-right: 10px;}
.pright15 { padding-right: 15px;}
.pright20 { padding-right: 20px;}
.pright25 { padding-right: 25px;}
.pright30 { padding-right: 30px;}
.pleft0 { padding-left: 0;}
.pleft5 { padding-left: 5px;}
.pleft10 { padding-left: 10px;}
.pleft15 { padding-left: 15px;}
.pleft20 { padding-left: 20px;}
.pleft25 { padding-left: 25px;}
.pleft30 { padding-left: 30px;}



.mauto { margin: 0 auto;}
.m0 { margin: 0 !important;}
.mtop5 { margin-top: 5px;}
.mtop10 { margin-top: 10px;}
.mtop15 { margin-top: 15px;}
.mtop20 { margin-top: 20px;}
.mtop25 { margin-top: 25px;}
.mtop30 { margin-top: 30px;}
.mtop40 { margin-top: 40px;}
.mtop50 { margin-top: 50px;}
.mtop70 { margin-top: 70px;}
.mtop100 { margin-top: 100px !important;}
.mtop106 { margin-top: 106px !important;}
.mtop130 { margin-top: 130px !important;}
.mbottom0 { margin-bottom: 0 !important;}
.mbottom5 { margin-bottom: 5px !important;}
.mbottom10 { margin-bottom: 10px !important;}
.mbottom15 { margin-bottom: 15px !important;}
.mbottom20 { margin-bottom: 20px !important;}
.mbottom25 { margin-bottom: 25px !important;}
.mbottom30 { margin-bottom: 30px !important;}
.mbottom35 { margin-bottom: 35px !important;}
.mbottom40 { margin-bottom: 40px !important;}
.mbottom50 { margin-bottom: 50px !important;}
.mbottom60 { margin-bottom: 60px !important;}
.mbottom70 { margin-bottom: 70px !important;}
.mbottom80 { margin-bottom: 80px !important;}
.mbottom90 { margin-bottom: 90px !important;}
.mbottom100 { margin-bottom: 100px !important;}
.mleft5 { margin-left: 5px;}
.mleft10 { margin-left: 10px;}
.mleft15 { margin-left: 15px;}
.mleft20 { margin-left: 20px;}
.mleft25 { margin-left: 25px;}
.mleft30 { margin-left: 30px;}
.mleft50 { margin-left: 50px;}
.mleft60 { margin-left: 60px;}
.mleft65 { margin-left: 65px;}
.mleft80 { margin-left: 80px;}
.mleft85 { margin-left: 85px;}
.mleft90 { margin-left: 90px;}
.mleft160 { margin-left: 160px;}
.mleft230 { margin-left: 230px;}
.mleft240 { margin-left: 240px;}
.mright5 { margin-right: 5px;}
.mright10 { margin-right: 10px;}
.mright15 { margin-right: 15px;}
.mright20 { margin-right: 20px;}
.mright25 { margin-right: 25px;}
.mright30 { margin-right: 30px;}
.mright40 { margin-right: 40px;}
.mright50 { margin-right: 50px;}
.mright60 { margin-right: 60px;}






