/* epmcoat */
#service #epmcoat #contents .section h3{
	color: #273253;
}
#service #epmcoat #contents .section h3::after{
	background-color: #273253;
}
#service #epmcoat #contents .section ul{
	padding: 0;
}
#service #epmcoat #contents .section .link_btn{
	background-color: #273253;
}

/* point */
#service #epmcoat #contents .section .point{
	margin-top: 20px;
}
#service #epmcoat #contents .section .point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	list-style :none;
}
#service #epmcoat #contents .section .point li{
	max-width: 360px;
	height: 230px;
	margin: 20px 20px;
}
#service #epmcoat #contents .section .point li div{
	height: 41px;
	display: flex;
	align-items: flex-end;
}
#service #epmcoat #contents .section .point img{
	margin: 0;
	padding: 0;
}
#service #epmcoat #contents .section .point h3{
	font-size: 20px;
}
#service #epmcoat #contents .section .point p{
	font-size: 16px;
	line-height: 150%;
}
#service #epmcoat #contents .section .point li.dummy{
	width: 380px;
	display: none;
}
@media screen and (min-width: 799px) and (max-width: 1199px){
	#service #epmcoat #contents .section .point li.dummy{
		display: block;
	}
}
@media screen and (max-width: 819px){
	#service #epmcoat #contents .section .point li {
		height: auto;
	}
}
@media screen and (max-width: 480px){
	#service #epmcoat #contents .section .point h3 {
		font-size: 18px;
	}
	#service #epmcoat #contents .section .point li {
		margin: 10px 0;
	}
}

/* product */
#service #epmcoat #contents .section .product .image{
	text-align: center;
}

/* feature */
#service #epmcoat #contents .section .feature {
	padding: 0;
    text-align: left;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#service #epmcoat #contents .section .feature  img{
	margin: 10px auto;
}
#service #epmcoat #contents .section .feature li{
	font-size: 16px;
	line-height: 150%;
	list-style: disc;
	margin-left: 20px;
}

/* voice */
#service #epmcoat #contents .section .voice{
	max-width: 1200px;
	height: 610px;
	position: relative;
	margin: 40px auto 240px;
}
#service #epmcoat #contents .section .voice .main{
	width: 920px;
	height: 570px;
	padding: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #273253;
	color: #FFFFFF;
	z-index: 1;
}
#service #epmcoat #contents .section .voice .main .text{
	width: 460px;
	height: 100%;
	position: relative;
	font-size: 16px;
}
#service #epmcoat #contents .section .voice .main .text span{
	display: inline-block;
	margin-bottom: 30px;
	font-size: 72px;
	font-family: sans-serif;
	line-height: 100%;
}
#service #epmcoat #contents .section .voice .main .text .customer{
	position: absolute;
	bottom: 0;
	left: 0;
}
#service #epmcoat #contents .section .voice .image {
	position: absolute;
	top: 140px;
	left: 570px;
}
#service #epmcoat #contents .section .voice .image .contents{
	position: relative;
	width: 630px;
	height: 630px;
	z-index: 2;
	text-align: right;
}
#service #epmcoat #contents .section .voice .image .contents .border{
	background-color: transparent;
	width: 608px;
	height: 608px;
	border: 1px solid #FFFFFF;
	z-index: 3;
	position: absolute;
	top: 20px;
	left: 0;
}
#service #epmcoat #contents .section .voice .image .contents img{
	position: absolute;
	top: 0px;
	right: 0;
	width: 610px;
	height: 610px;
	z-index: 4;
	margin: 0 auto;
}
@media screen and (max-width: 1199px){
	#service #epmcoat #contents .section .introduction,
	#service #epmcoat #contents .section .service,
	#service #epmcoat #contents .section .voice {
		margin: 40px auto 80px;
	}
	#service #epmcoat #contents .section .voice .image{
		position: initial;
		margin-top: 40px;
		width: auto;
		height: auto;
	}
	#service #epmcoat #contents .section .voice {
		background-color: #273253;
		height: auto;
		padding: 40px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: initial;
	}
	#service #epmcoat #contents .section .voice .main{
		padding: 0;
		position: initial;
		height: auto;
	}
	#service #epmcoat #contents .section .voice .main .text{
		width: 100%;
	}
	#service #epmcoat #contents .section .voice .main .text span{
		margin-bottom: 30px;
	}
	#service #epmcoat #contents .section .voice .main .text .customer{
		position: initial;
		margin-top: 30px;
	}
	#service #epmcoat #contents .section .works {
		margin: 40px auto;
	}

}
@media screen and (max-width: 650px){
	#service #epmcoat #contents .section .voice {
		padding: 20px;
	}
	#service #epmcoat #contents .section .voice .image .contents{
		width: 100%;
		height: auto;
		margin: 20px auto 0;
	}
	#service #epmcoat #contents .section .voice .image .contents .border{
		position: initial;
		display: none;
	}
	#service #epmcoat #contents .section .voice .image .contents img{
		position: initial;
		width: 100%;
		height: auto;
	}
	#service #epmcoat #contents .section .voice .main .text span{
		font-size: 40px;
	}
}