@charset "utf-8";
/* CSS Document */
.bg {
	background: url(../images/service/bg.jpg) no-repeat 70% 60%;
	background-size: cover;
}

section {
	height: 100%;
}
.top_head {
	height: 50vh;
}

.content {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}

.subtitle {
	position: relative;
	margin-right: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
.subtitle img {
	height: 30px;
	margin-top: 30px;
	float: left;
}
.subtext {
	position: relative;
	display: inline-block;
	color: #555;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-left: 15px;
}
.subtext::before {
	position: absolute;
	content: '';
	left: 0;
	width: 2px;
	top: 0;
	bottom: 0;
	background: #838c74;
}
.subtext span {
	display: block;
}
.subtext .en {
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: 'Raleway', sans-serif;
}
.subtext .tw {
	font-size: 1.2em;
}
.fotorama{
	display:inline-block;
}
.fotorama__dot {
	width: 6px;
	height: 6px;
	border: none;
	background: rgba(131, 140, 116, 0.5);
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 6px;
	height: 6px;
	border: none;
	background: rgba(131, 140, 116, 1);
}
.bline {
	border-bottom: rgba(131, 140, 116, 0.3) solid 1px;
	padding-bottom: 100px;
}
.biography li {
	position: relative;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
}
.biography li::before {
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #838c74;
}

/*-----------------------------------------------------------------*/

.flow{
	position: relative;
	overflow: hidden;
}

.flow-item{
	margin-bottom: 50px;
	text-align: center;
	width: 21%;
	margin: 5% 2%;
	float: left;
	overflow: hidden;
}

.flow-item img{
	width: 25%;
	margin: 0 auto;
	opacity: 0.4;
}

.item-title{
	margin: 10px 0;
	font-size: 16px;
	color: #838c74;
	line-height: 2;
}

.flow-item p{
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	display: block;
}

/*-----------------------------------------------------------------*/
 @media screen and (max-width:1100px) {
	 
	.bg1 {
		background-attachment:scroll;
	} 

	.subtitle {
		margin-right: 0;
		margin-left: 20px;
		margin-bottom: 50px;
		width: 100%;
	}
	.subtitle span {
		display: inline-block;
	}
	.subtitle img {
		margin-top: 15px;
	}

	.content {
		width: calc(100% - 100px);
		margin: 0 50px;
		display: block;
	}

	.flow-item{
		width: 33.3333%;
		height: 250px;
		margin: 20px 0;
		overflow: visible;
	}

	.flow-item img{
		width: 20%;
	}

	.flow-item p{
		width: 190px
	}
}

@media screen and (max-width:700px){
	.flow-item{
		width: calc(50% - 40px);
		margin: 20px;
	}

	.flow-item p{
		max-width: 100%;
	}
}

@media screen and (max-width:480px) {
	.content{
		max-width: none;
		width: auto;
	}
	.flow-item{
		width: 100%;
		margin: 40px 0;
		height: auto;
	}

	.flow-item:first-child{
		margin-top: 0;
	}

	.flow-item img{
		width: 60px;
	}

	.flow-item p{
		width: auto;
	}
}

@media screen and (max-width:400px){
	
	.flow-item p{
		max-width: 260px;
	}

	.content{
		padding-top: 100px;
	}
} 

