/*----------COMMONS CLASSES----------*/
* {
	list-style-type:none;
	margin:0;
	padding:0;
}
html,body{
	height: 100%;
}

body{
	font-family: "Noto Sans TC", "微軟正黑體", "繁黑體", 'Roboto Slab', serif !important;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
img{
	max-width: 100%;
	max-height: 100%;
}

h1,h2,h3,h4,h5,h6,p{
	margin:10px 0;
}
h2{
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 400;
	color: #111;
	margin: 10px 0 16px 0;
}
h3{
	font-size: 1.9em;
	line-height: 1.5em;
	font-weight: 300;
	color: #111;
	/*margin-bottom: 20px;*/
}
h4{
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 300;
	/*color: #D95E00;*/
	margin: 0px;
}
p{
	font-size: 1.125em;
	line-height: 1.7em;
	font-weight: 300;
	color: #222;
	margin: 5px 0;
	text-align: justify;
}
h6{
	line-height: 1.4em;
	font-size: 11px;
}

.small-title{
	font-size: 1.6em;
	font-weight: 800;
	letter-spacing: .1em;
	color: #FFF;
	border-bottom: 3px solid #FFF;
	padding-bottom: 4px;
	display: inline-block;
	margin:0; 
}

.title-left-line{
	border-left: 10px solid #D95E00;
	padding-left: 16px;
	margin-bottom: 20px;
}

/*----------header----------*/

header{
	padding:63px 0 40px 0 ;
	background: no-repeat;
	background-position: center;
	background-size: cover;
}
header h1{
	color: #000;
	font-weight: 300;
	margin:10px 0 16px 0;
	line-height: 1.3em;
	font-size: 2.5em;
}
header p{
	font-size: 1em;
	font-weight: 400;
	color: #333;
	line-height: 1.7em;
}
.video-container{
	padding-bottom: 60px;
}

.fbShared,.lineShared a{
	top:-5px;
}
/*---------head1----------*/
#head-pc{
	background-color: #A9C3C1; 
	height: auto;
}
.map-wrap{
	background-image: url(../../images/header-1-1.svg);
	background-repeat:no-repeat;
	background-position: left top;
	height: 780px;
	position: relative;
}
.map-tag{
	height: 36px;
	cursor: pointer;
	opacity: .8;
}
.map-tag:hover{
	opacity: 1;
}

.tag1{
	position: absolute;
	top:250px;
	left: 170px;
}
.tag2{
	position: absolute;
	top:290px;
	left: 280px;
}
.tag3{
	position: absolute;
	top:330px;
	left: 260px;
}
.tag4{
	position: absolute;
	top:460px;
	left: 180px;
}
.tag5{
	position: absolute;
	top:650px;
	left: 270px;
}
.tag6{
	position: absolute;
	top:240px;
	left: 500px;
}
.tag7{
	position: absolute;
	top:280px;
	left: 510px;
}
.tag8{
	position: absolute;
	top:490px;
	left: 160px;
}
.tag9{
	position: absolute;
	top:320px;
	left: 500px;
}
.tag10{
	position: absolute;
	top:680px;
	left: 300px;
}

.container-head1{
	position: absolute;
	right: -4%;
	top:80px;
	border: 1px solid #FFFDE6;
	background: rgba(255,253,230,.4);
	padding: 30px 28px 24px 30px;
}
.container-mbobile-head{
	border: 1px solid #FFFDE6;
	background: rgba(255,253,230,.2);
	padding: 24px 20px;
	margin: 50px 0;
}

#head-mobile{
	display: none;
	/*margin-top: 63px;*/
}

.container{
	position: relative;

}

/*#head-mobile .container{
 	padding: 20px;
}*/

@media (max-device-width : 667px) {
	header{
		padding-bottom: 0px;
	}
	.contact{
		padding-top: 30px;
	}
 	#head-pc{
 		display: none;
 	}
 	#head-mobile{
 		display: block;
 		background: url(../../images/header-12.svg) 0 0 no-repeat;
 		/*height: auto;*/
 		background-size: cover;
 	}
 	.container-head3{
	border: 1px solid #FFFDE6;
	background: rgba(255,253,230,.2);
	padding: 24px 20px;
	margin: 20px 0;
 	}
 }


 .container-head3{
	border: 1px solid #FFFDE6;
	background: rgba(255,253,230,.4);
	padding: 30px 28px 24px 30px;
	margin-top: 60px;
 }

/*----------footer----------*/
footer{
	background-color: rgba(52, 50, 45, 1);
	padding: 15px;
	font-size: .7em;
	font-weight: 600;
	margin-top: 60px;
	text-align: center;
	color: #BBB;
	width: 100%;
}
.footer-container{
	padding-bottom: 10px;
}
/*.logo-container{
	padding: 0 0 10px 0;
}*/

/*----------main----------*/
/*.container{
	margin-top: 68px;
}*/

.text-container{
	padding: 16px;
}

.flag{
	margin:20px 10px;
	color: #000;
	font-weight: 800;
	font-size: 1.4em;
}
.contact1{
	padding-top: 80px;
}

/*----------video----------*/
.concept-video{
	margin-top: 30px;
}

/*----------company----------*/
.com-map img{
	width:100%;
	max-width: 250px;
	margin: 0 auto;
	display: inline-block;
}
.com-map{
	text-align: center;
}

.more a{
	font-weight: 700;
	color: #B24B04;
	font-size:.9em ;
}
.more a:hover{
	color: #D95E00 ;
}
.com-part{
	margin-top: 30px;
}

@media (max-width : 667px) {
	.com-map{
		margin: 20px auto;
	} 
 }

@media (min-width : 668px) {
	.com-map{
		display: none;
	} 
 }




/*IPAD*/
@media screen and (min-width : 768px) and (max-width : 1024px){
	.container-head1{
		position: static;
		margin-top: 20px;
	}
	.map-wrap{
		/*height: 100%;*/
	}
}

/*----------city----------*/
.contact-city{
	padding: 80px 0 70px 0;
}

.border-box{
	margin-top: 20px;
	border: 1px solid #BBB;
	padding: 15px 20px;
	border-radius: 10px;
	display: inline-block;
}

.info_group{
	margin:26px auto;
}
.info_group img{
	margin: 8px auto;
}
.info_group h5{
	font-weight: 800;
	margin:0; 
}

.change-bg{
	background-color:#AFC9C7;
}

.legend-img{
	width: 250px;
	/*margin: 10px auto;*/
}
.legend-img-pc{
	display: none;
}

@media (max-width : 667px) {
	.contact-city{
	padding: 30px 0;
}
	.change-bg{
	background-color:#FFF;
}
	.border-box{
		display: none;
	}
	.legend-img-pc{
		display: block;
	}
}


/*----------work----------*/
.workimg{
	width: 300px;
	float: right;
}
.contact-w1,.contact-w2,.contact-w3{
	padding-top: 80px;
	padding-bottom: 70px;
}
.contact-w3{
	padding-bottom: 0;
}
.contact-w2{
	background-color: #A7C1BF;
}

.goto-btn{
	width: 16px;
	margin-top: -6px;
}


.nav-tabs{
	margin-top: 30px;
	margin-bottom: 35px;
}


.divi-block{
	padding: 75px 0;
}

.work-img-mobile{
	display: none;
}

.bar-a1{
	opacity: 0;
	transition: opacity 0.5s, transform 0.35s;
	background: #000;
	color:#FFF;
	width: 200px;
	height: 30px;
	text-align: center;
}

#bar1:hover .bar-a1,
#bar2:hover .bar-a1,
#bar3:hover .bar-a1,
#bar4:hover .bar-a1,
#bar5:hover .bar-a1,
#bar6:hover .bar-a1,
#bar7:hover .bar-a1,
#bar8:hover .bar-a1,
#bar9:hover .bar-a1,
#bar10:hover .bar-a1{
	opacity: 1;
}


.salary-mobile{
	display: none;
}
/*--------------*/
@media (max-width : 667px) {
	.work-img-pc{
	display: none;
	}
	.work-img-mobile{
	display: block;
	}
	.contact-w1,.contact-w2,.contact-w3{
	padding-top: 40px;
	padding-bottom: 35px;
	}
	.contact-w3{
		padding-bottom: 0;
	}
	.salary-mobile{
		display: block;
	}
	.salary-svg{
		display: none;
	}	
}

/*----------people----------*/
.people-content{
	margin-top:90px;
}

.cell-text{
	padding:20px 60px;	
}
.Ptitle{
	float: right;
	width: 150px;
	margin-top: 40px;
}
.text-wrap{
	margin-top: 150px;
}
.text-wrap3{
	margin-top: 100px;
}
.text-wrap6{
	margin-top: 180px;
}
.text-wrap8{
	margin-top: 120px;
}
.text-wrap9{
	margin-top: 80px;
}

@media (max-width : 667px) {
	.people-content{
	margin-top:30px;
	}
	.cell-text{
	padding:20px 10px;	
	}
	.Ptitle{
	float: none;
	width: 150px;
	margin-top: 0px;
	}
	.text-wrap,.text-wrap3,.text-wrap6,.text-wrap8,.text-wrap9{
	margin-top: 20px;
	}
	.container-wrap{
	margin-bottom: 20px;

	}
}

.spac{
	border-top: 1px solid #AAA ;
	margin-top: 70px;
	padding: 20px 20px;
}
