#side-menu-area h2 {
	background: url(/images/common/sub-visual-3.png)no-repeat center center;
}
#content-main p.certification-img img{
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#content-main p.certification-img{
	width: 35%;
    padding: 40px 80px 0px 30px;
	display: inline-block;    
	background: url(/images/ko/certification/common/certification-back.png) no-repeat right 20px top;
}
#content-main .certification-text{
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
}
#content-main .certification-text p.text{
	background: #f7f7f7;
	padding: 20px;
}
#content-main .certification-img:after {
	content:'';
	position: absolute;
	background: #f2f6f9;
	top: 35px;
	width: 27%;
	z-index: -1;
	height: 90%;
	left: 30px;
	transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
}
@media (max-width: 991.98px){

	#content-main p.certification-img{
		background: none;
		padding: 0;
		width: 100%;
	}
	#content-main .certification-img:after {
		content: none;
	}
	#content-main .certification-text{
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width:550px) {
	#side-menu li {width: 25%;}
}
