/* BASIC css start */
header {
	padding: 0 !important;
}

.mPrdList h2 {
    margin: 10px 0; padding: 0;
    text-align: center;
}
.mPrdList h2 img {
    max-width: 100%;
}

/* »óÇ°Áø¿­ */
.items-wrap { margin: 0; }
.items-wrap .items { padding: 0; margin: 0; }
.items-wrap .items li { list-style-type: none; font-size: 12px; color: #555; letter-spacing: normal; line-height: normal; text-align: center; margin-bottom: 15px; width: 33.333%; vertical-align: top; display: inline-block; }
.items-wrap .items .thumb-img { /*border: 1px solid #e3e3e3;*/ margin: 0 5px; }
.items-wrap .items .thumb-img img { width: 100%; height: auto; max-height: 100%; }
.items-wrap .items .pname { 
    padding: 5px 5px 0;
}

#main .section {
	margin: 10px 0;
}
#main .section ul {
	border-top: 1px solid #f5f5f5;
}
#main .section ul.line2 {
	border-top: 0;
}
#main .section li {
	display: inline-block;
	width: 25%;
	border: 1px solid #f5f5f5; border-top: 0; border-left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main .section li:first-child {
	border-left: 1px solid #f5f5f5;
}
#main .section li img {
	width: 100%;
}
/* BASIC css end */

