#content-main div.new-report {
    display: inline-block;
    /* border: 1px solid; */
	vertical-align: top;
	width: 210px;
    margin: 0 38px 38px 0;
}
#content-main div.new-report:nth-child(4n) {
    margin-right: 0px;
}
#content-main div.new-report ul.report-list {}
#content-main div.new-report ul.report-list li {
    text-align: center;
}
#content-main div.new-report ul.report-list li:nth-child(1) {}
#content-main div.new-report ul.report-list li:nth-child(1) a.item-img {
    display: block;
    text-align: center;
}
#content-main div.new-report ul.report-list li a.item-img img {
    width: 180px;
	height: 260px;
    border: 1px solid #e7e7e7;
}
#content-main div.new-report ul.report-list li.title {
    margin: 0 0 8px;
}
#content-main div.new-report ul.report-list li.title a {
    font-size: 16px;
    font-weight: 600;
}
#content-main div.new-report ul.report-list li.pdf-download {}
#content-main div.new-report ul.report-list li.pdf-download a,
#content-main div.new-report ul.report-list li.mobile-view a {
    border: 1px solid;
    border-radius: 2px;
    background: #f3f3f3;
    padding: 3px 0px 5px 11px;
    font-size: 14px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
}
#content-main div.new-report ul.report-list li.mobile-view {}
#content-main div.new-report ul.report-list li.mobile-view a {}
#content-main div.new-report ul.report-list li.pdf-download a::before {
	content: '';
	background: url(/images/open.content/ko/administrative/news/new.report/icon.png) no-repeat center;
	background-position: -30px -2px; ;
	position: absolute;
    top: 2px;
    left: 49px;
    width: 20px;
    height: 20px;
	transition: 0.3s;
}
#content-main div.new-report ul.report-list  li.pdf-download:hover a::before {
	background: url(/images/open.content/ko/administrative/news/new.report/icon.png) no-repeat center;
	background-position: -30px -27px;
}
#content-main div.new-report ul.report-list li.mobile-view a::before {
	content: '';
	background: url(/images/open.content/ko/administrative/news/new.report/icon.png) no-repeat center;
	background-position: -0px -2px;
	position: absolute;
    top: 2px;
    left: 55px;
    width: 20px;
    height: 20px;
	transition: 0.3s;
}
#content-main div.new-report ul.report-list li.mobile-view:hover a::before {
	background: url(/images/open.content/ko/administrative/news/new.report/icon.png) no-repeat center;
	background-position: 0px -27px;
}
#content-main div.new-report ul.report-list li.report-hidden {
	position: relative;
}
#content-main div.new-report ul.report-list li.report-hidden::before {
	content: '';
	background: url(/images/open.content/ko/administrative/news/new.report/closed.png) no-repeat center;
	position: absolute;
    top: 0px;
    right: 15px;
    width: 64px;
    height: 25px;
	transition: 0.3s;
}
#content-main div.new-report ul.report-list li.report-hidden a {
    display: block;
    text-align: center;
}
#content-main div.new-report ul.report-list li.report-hidden a img {
    width: 180px;
	height: 260px;
    border: 1px solid #e7e7e7;
}


#content-main a.fancy {
    display: block;
    text-align: center;
}
.product-contents-detail img {
	
}
