@charset "UTF-8";
.contents_wrap {
	padding-top: 25px;
	width: 100%;
}
.contents_wrap h4 {
	border-bottom: 1px solid #cccccc;
}
.itemThumb-main {
	height: 243.75px;
	max-height: 243.75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
    #itemDetail-cont .itemThumb-wrap .itemThumb-main {
        height: 243.75px;
    }
}
nav.bread-crumb-listCate {
	display: none;
}
nav#bread-crumb-listTop + nav.bread-crumb-listCate {
	display: block;
}