@charset "UTF-8";

#content {
    padding-top: 60px;
    padding-bottom: 211px;
}
#socialreport-content-wrapper div, 
#socialreport-content-wrapper span, 
#socialreport-content-wrapper ul, 
#socialreport-content-wrapper li {
    display: inline-block;
}
.display-none {
    display: none !important;
}
#socialreport-content-wrapper {
	display: block !important;
	width: 915px;
	margin: 0 auto;
	padding: 0;
}
.report-nav-list {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.report-nav-list .nav-button {
	display: inline-block;
	float: none;
	width: 296px;
	margin-right: 2px;
}
.socialreport-wrapper {
	width: 100%;
}
.paging-wrap {
	display: block !important;
	padding-top: 0 !important;
}
.socialreport-list-wrapper {
    position: relative;
}
#content .socialreport-list-content {
	display: block;
	position: relative;
	float: left;
    width: 290px;
    margin: 0px 7.5px 30px;
    vertical-align: top;
    cursor: pointer;
}
#content .socialreport-list-content:hover > div {
	/* background-color: #f6f6f6; */
}
#content .socialreport-list-content:hover .socialreport-list-img {
	background: rgb(0,0,0);
	opacity: 0.2;
	/* background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0.02)), color-stop(100%, rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.5) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); */
}
.socialreport-list-content img {
    border-radius: 4px 4px 0 0;
}
.socialreport-list-content .socialreport-list-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 201px;
	border-radius: 4px 4px 0 0;	
}
.socialreport-content {
	width: 248px;
	height: auto;
    padding: 20px;
    margin-top: -3px;
    border: 1px solid #dddddb;
    border-top: none;
    /* border-left: 1px solid #dddddb;
    border-right: 1px solid #dddddb;
    border-bottom: 1px solid #dddddb; */
    border-radius: 0 0 4px 4px;
}
.socialreport-content span {
	display: block !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}
#content .socialreport-btn_wrapper {
	margin-bottom: 30px;	
}
#content .socialreport-btn_wrapper .premium-btn {
	width: 100px;
	background: #f6f6f6;
}
#content .socialreport-btn_wrapper .premium-btn:hover {
	width: 100px;
	background: #d60036;
}
#content .socialreport-btn_wrapper .premium-btn > span {
	color: #494949;
}
#content .socialreport-btn_wrapper .premium-btn:hover > span {
	color: #fff;
}
#request-pop {
	margin-left: 2px;
}
.popup-wrapper {
	border: 1px solid #dddddb;
	border-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
}
.popup-wrapper .livere-input {
	border: 1px solid #dddddb;
	border-radius: 2px;
}
.popup-btn-wrapper > button {
	border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
	#socialreport-calender-before:hover.off,
	#socialreport-calender-before {
	    background: url("/img/premium/board/social_report/sr_left_icon@3x.png") no-repeat center #F4F4F4;
	    background-size: 10px;
	}
	#socialreport-calender-next:hover.off,
	#socialreport-calender-next {
	    background: url("/img/premium/board/social_report/sr_right_icon@3x.png") no-repeat center #F4F4F4;
	    background-size: 10px;
	}
	#socialreport-calender-before:hover {
	    background: url("/img/premium/board/social_report/sr_left_icon_hover@3x.png") no-repeat center #d60036;
	    cursor: pointer;
	    background-size: 10px;
	}
	#socialreport-calender-next:hover {
	    background: url("/img/premium/board/social_report/sr_right_icon_hover@3x.png") no-repeat center #d60036;
	    cursor: pointer;
	    background-size: 10px;
	}	
}