@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');
*{
	margin: 0;
	padding: 0;
}
.report-container form,fieldset,img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	color: #333;
}
.report-container address,caption,em {
	font-style: normal;
}
.report-container a {
	text-decoration: none;
	color: #333;
}
.report-container a:hover {
	text-decoration: underline;
	color: #4651AE;
}
.report-container input,select,textarea {
	color: #333;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
}
.report-container ul,ol{
	list-style: none;
}
.report-container table {
	border-collapse: collapse;
	border-spacing: 0;
	/*letter-spacing:-1px*/
}

*html .png24 {
	tmp: expression(setPng24(this));
}
.report-container body {
	font-family: 'Noto Sans KR', Arial, sans-serif;
	background: #fff;
	color: #3a3a3a;
	margin: 0;
	padding: 0;
}
.report-container .container {
	width: 880px;
	margin: 0 auto;
	background: #fff;
}
.report-container .container-inner{
	padding: 30px;
}
.report-container h1 {
	display: flex;
	align-items: center;
	text-align: center;
	height: 100px;
	line-height: 100px;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	justify-content: center;
	gap: 15px;
}
.report-container h1 i{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/report/head-ico.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.report-container .bg01 h1{
	background: url(../images/report/head-bg01.png);
}
.report-container .bg02 h1{
	background: url(../images/report/head-bg02.png);
}
.report-container .bg03 h1{
	background: url(../images/report/head-bg03.png);
}
.report-container .bg04 h1{
	background: url(../images/report/head-bg04.png);
}
.report-container h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.report-container h3 {
	margin-top: 28px;
	font-size: 18px;
	margin-bottom: 10px;
}
.report-container .section {
	margin-bottom: 40px;
}
.report-container p,li {
	font-size: 15px;
	line-height: 20px;
}
.report-container li{
	color:#555555;
	text-indent: -7px;
  		padding-left: 14px;
}
.report-container li:before{
	display: inline-block;
	margin-right: 5px;
	font-size: 15px;
	content:'-';
	color:#000;
}
.report-container table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
	font-size: 13px;
	background: #fff;
	border-top: 2px solid #000;
	color:#1d1d1d;
}
.report-container th{
	background: #f6f6f6;
}
.report-container th,td {
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #c6c6c6;
}
.report-container th {
	background: #f6f6f6;
	font-weight: bold;
}
.report-container .summary {
	background: #f6f6f6;
	border: 1px solid #c6c6c6;
	padding: 16px;
	margin: 20px 0;
	border-radius: 7px;
	font-size: 1rem;
}

.report-container .add-info{
	margin-top: 5px;
}
.report-container .add-info p{
	font-size: 13px;
	color:#717171;
}
.report-container .add-info p + p{
	margin-top: 5px;
}
.report-container .color01{
	color:#64940e;
	font-weight: bold;
}
.report-container .color02{
	color:#0868ac;
	font-weight: bold;
}
.report-container .color03{
	color:#c8553e;
	font-weight: bold;
}
.report-container .color04{
	color:#35645e;
	font-weight: bold;
}
.report-container .page-break {
	height: 50px;
}

@media print {
	.report-container body,	.report-container .container {
		background: #fff !important;

	}
	.report-container .container {
		box-shadow: none;
		padding: 0;
		width: 100%;
	}
	.report-container .footer {
		color: #888;
	}
}