@charset "utf-8";
/*-------------------------------------------------
popup Style Sheet / Author : myeong-hee park
-------------------------------------------------*/
@import url(../../css/common/jquery.mCustomScrollbar.css);
@import url(../../css/common/font.css);
@import url(../../css/common/general.css);
@import url(../../css/common/remixicon.css);
@import url(../../css/common/bbs.css);
@import url(../../css/mps/content.css);

#popup-wrap,
#print_wrap	{
	position: relative;
	width: 100%;
	margin: 0 auto;  
	}
#print_wrap {
    margin: 0 auto;
	}	
.h1-title {
	margin-bottom: 3rem;
	padding: 1.6rem 2rem;
	background-color:#28C4A6;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	}
#popup-body {
	margin: 0 4rem 3rem;
	overflow: hidden;
	}
.emission-items {
	height: 35rem;
	overflow-y: scroll;
	}
#fixTable th {
	background-color: #fff;
	border-bottom: none;
	z-index: 1;
	}	
#fixTable th:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    content: '';
	}
@media print{
.page_break {page-break-after: always;}
}