/*--css--*/

/* ==
　公司簡介 
=============================================================================== */
.about_banner{
	background: url("../images/top-banner.jpg")no-repeat center top;
	background-size: cover;
	background-position: center;	
}
@media(max-width:768px) {
.about_banner{
	background: url("../images/top-banner_768.jpg")no-repeat center top;
	background-size: cover;
	background-position: center;	
}    
    
}
.about img{
	max-width: 100%;
}
.about h2 {
	font-size: 3em;
	font-weight: 700;
	margin-bottom:0.5em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}

.about h3{
	font-size:2.2em;
	font-weight: 700;
	color:#d10202;
	text-transform: uppercase;
}
.about h3 a{
	color:#d10202;
}
.about h3 a:hover{
	text-decoration:none;
	color:#555;
}
.about p, .about ul{
	color:#555;
	font-size: 18px;
	font-weight: 600;
	line-height:1.5em;
}
a.btn.btn-LINE.btn2.btn-normal.btn-inline {
	padding: 10px 40px;
}

.staff{
	padding: 1em 0 3em;
}
.staff_grid img{
	width: 25%;
	float: left;
	margin-bottom: 2em;
	position: relative;
  min-height: 1px;
  padding: 0 1px;
	object-fit: cover;
	height: 220px;
}

/*** responsice layout ***/
@media all and (max-width: 800px) {
.staff {
  padding: 1em 0;
}
.staff_grid img {
    height: 135px;
} 
}

@media all and (max-width: 600px) {
.staff_grid img {
  width: 50%;
  height: 150px;
	padding: 1px 1px;
	margin: 0;
} 
.about h2 {
    font-size: 2.5em;
	}
.about h3 {
    font-size: 2em;
	}
}
@media all and (max-width: 480px) {

.about h2 {
    font-size: 2.3em;
	}
.about h3 {
    font-size: 1.8em;
	}
}

@media all and (max-width: 420px) {
.about h3 {
    font-size: 1.6em;
	}
}


/*--隱私權政策--*/
.PrivacyPolicy h2 {
	font-size: 3em;
	font-weight: 700;
	margin-bottom:0.5em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
.PrivacyPolicy h4{
	font-size:2em;
	font-weight: 700;
	color:#000;
	text-transform: uppercase;
}
.PrivacyPolicy p , .PrivacyPolicy ul{
	color:#333;
	font-size: 18px;
  font-weight: 500;
	line-height:1.5em;
}

/*** responsice layout ***/
@media all and (max-width: 600px) {
.PrivacyPolicy h2 {
    font-size: 2.5em;
	}

}
@media all and (max-width: 480px) {
.PrivacyPolicy h2 {
    font-size: 2.3em;
	}
.PrivacyPolicy p, .PrivacyPolicy ul{
	font-size: 16px;
}
}
/*--關係企業--*/
.about-link {
	width: 100%;
	float: left;	
	margin: 2em 0 4rem;	
}
.about-linkL {
	width: 68%;
	float: left;
}
.about-linkR {
	width: 25%;
	margin-top: 2rem;
	float: right;
}
.about-linkL img,
.about-linkR img{
	width: 100%;
	height: auto;
}

/*** responsice layout ***/
@media all and (max-width: 768px) {
.about-linkL {
	width: 72%;
	float: left;
}
.about-linkR {
	width: 28%;
	float: left;
}
.about-linkR img{
	width: 100%;
	height: auto;
}	
}
@media all and (max-width: 600px) {
.about-linkL {
	width: 100%;
	float: left;
}
.about-linkR {
	width: 70%;
	float: left;
	margin: 0 15%;
}

		
}
@media all and (max-width: 420px) {
.about-linkR{
	width: 60%;
	margin: 1em 20%;
}	

}
.PrivacyPolicy {
    padding: 2rem 0 4rem;
}
