@charset "utf-8";


#isec5 {
	padding: 47px 0;
	
}
#isec5 .cnt {
	position: relative;
}
#isec5 .hd {
	position: absolute;
	right: 0px;
	font-size: 0;
}
#isec5 .hd a {
	display: inline-block;
	font-size: 12px;
	width: 31px;
	height: 31px;
	margin-left: 10px;
	overflow: hidden;
	cursor: pointer;
}
#isec5 .hd a.prev {
	background: url(../images/isec5prev.png) no-repeat;
}
#isec5 .hd a.prev:hover {
	background: url(../images/isec5prevon.png) no-repeat;
}
#isec5 .hd a.next {
	background: url(../images/isec5next.png) no-repeat;
}
#isec5 .hd a.next:hover {
	background: url(../images/isec5nexton.png) no-repeat;
}
#isec5 .tit {
	font-size: 30px;
	line-height: 33px;
	color: black;
	text-align: center;
	font-weight: normal;
}
#isec5 .plist ,
#isec5 .tempWrap {
	margin-top: 35px;
}
#isec5 .blk {
	border: 1px solid transparent;
	width: 230px;
	margin: 0 10px;
	background: #e6e6e6;
}
#isec5 .blk h3 {
	padding: 22px 0 0;
	color: black;
}
#isec5 .blk p {
	color: #505050;
}
#isec5 .blk:hover {
	color: white;
	border: 1px solid #737373;
	background: #737373;
}
#isec5 .blk:hover h3,
#isec5 .blk:hover p {
	color: white;
}
