@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.canvas_post p{
	color: #5B565A;
	font-size: 1.8rem;
	line-height: 2;
}
section img{
	width: 100%;
}

.employee_relations h2{
	color: #6EB92C;
	font-weight: bold;
}
.employee_relations h2:before{
	color: #6EB92C;
	font-weight: bold;
	/*content: "▎";*/
	content: "▏";
	margin-right: -16px;
}
.employee_relations .title{
	margin-top: 100px;
}
.employee_relations .text{
	margin-top: 40px;
}

.circle{
	width: 400px;
	height: 400px;
	background: #f4f9ca;
	border:#abca2f solid 10px;
	border-radius: 50%;
	padding: 50px;
	margin: 20px;
	display: flex;
	flex-direction:column;
	justify-content:center;
	text-align: center;
}
.circle h4{
	color: #919e28;
}
.box{
	background: #f4f9ca;
	border-radius: 20px;
	box-shadow:0 0px 23px rgba(0, 0, 0, 0.32);
	padding: 30px 20px 20px;
	margin:20px;
	position: relative;
	flex:1;
}
.column{
	display: flex;
	margin-top: 40px;
}

.box div {
	background-image: linear-gradient(to right, #abce31 0%, #83c037 25% ,#abce31 50% , #83c037 75% ,#abce31 100%);
	color: #eda612;
	box-shadow:0 0px 15px rgba(0, 0, 0, 0.21);
	border-radius: 10px;
	border:#fff solid 3px;
	padding: 0 10px;
	position: absolute;
	top: -10px;
	left: -20px;
	display: flex;
	align-items:center;
}
.box div h4{
	color: #fff;
	padding: 0 10px;
	display: inline-block;
}
/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

@media screen and (max-width: 1279px) {

}


/*iPad*/
@media screen and (max-width: 1023px) {

}

/*iPhoe*/
@media screen and (max-width: 767px) {
	.column{
		flex-direction:column;
		margin: 0;
		align-items:center;
	}
	.circle{
		width: 300px;
		height: 300px;
		padding: 15px;
		margin: 40px 0 0;
	}
	.circle p{
		font-size: 1.3rem;
	}
	.box{
		margin: 60px 20px 0;
	}
}
