/*for Images performance*/

.showimg {
	margin:0;
	text-align: center
}

.showimg > img{

}

.showimg > figcaption {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #fff
}

/*==Casting Process==*/

.casting_pro {
	margin-bottom: 50px;
}

.casting_pro > section.box {
	text-align: center;
	margin-top: 10px;
	background-color: #fcfbfb;
	border:#f8f6f6 3px solid;
	padding-top:15px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.casting_pro:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: #e1dfdf 15px solid;
	border-bottom:transparent 15px solid;
	border-left:transparent 15px solid;
	border-right:transparent 15px solid;
	position:absolute;
	top:auto;
	bottom:-33px;
	left:0;
	right: 0;
	margin: auto;
}

.casting_pro .showimg > figcaption{
	background-color: #2b97d1;
	line-height: 25px;
	overflow: hidden;
	font-size: 15px
}

.casting_pro .showimg > figcaption > span{
	position: absolute;
	top:0;
	left: -4px;
	padding-right: 2px;
	width: 26px;
	line-height: 35px;
	height: 100%;
	text-align: center;
	background-color: #186188;
	border-radius:0 100% 100% 0;
	box-shadow: 2px 0 1px rgba(255,255,255,.7);
	font-family: Arial;
	font-size:15px;
	text-align: center
}

/*==品質管理 - 檢驗設備==*/

.quality_pro > section.box{
	margin-bottom: 30px;
}

.quality_pro .showimg > figcaption{
	background-color: #2b97d1;
	line-height: 30px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top:8px;
}

.quality_pro .showimg > figcaption > span{
	border:#a0d7f4 1px solid;
	width: 100%;
	display: block;
}

/*==品質管理 - 品檢流程==*/

.quality_process > section.box{
	margin-bottom: 30px;
}

.quality_process .showimg > img {
	border: #dbdbdd 1px solid;
	padding: 6px 6px
}

.quality_process .showimg > figcaption{
	margin-top: 5px;
	text-align: left;
	border-bottom: #f2f1f1 1px solid;
	line-height: 25px;
}

.quality_process .showimg > figcaption > span{
	color: #a8a5a5;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}

.quality_process .showimg > figcaption > b{
	color: #2b97d1;
	padding-left: 2px;
}

/*==RWD==*/
@media screen and (max-width: 400px){

.quality_pro .col-xs-6,
.quality_process .col-xs-6,	
.casting_pro .col-xs-6{
	width: 100%;
/*	padding-left: 2px;
	padding-right: 2px;*/
	margin-bottom: 5px
}

.casting_pro {
	margin-bottom: -40px;
}

.casting_pro > section.box{
	border-color:transparent;
	background-color: transparent;
}

.casting_pro:after{
	display: none
}

.casting_pro .col-xs-6 {
	padding: 0
}

.casting_pro .showimg > figcaption > span{
	left: -1px;
	padding-right: 5px;
}

}