<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-KR";

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	font-family: 'NanumSquareRound';
	word-break: break-all;
	overflow-x: hidden;
	background-color: #ffffff;
}

a {
	overflow: hidden;
	word-break:break-all;
}

.title-div {
	padding: 0px 20px 0px 20px;
	max-width: 800px;
}

.title-div .title-span-div {
	width: 100%;
	height: auto;
	padding: 10px 0px 30px 0px;
}

.title-div .title-span-div .title-span {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.3px;
	color: #111111;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.div-line {
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}

.content-div {
	padding: 20px 20px 60px;
	max-width: 800px;
}

.content-div p {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.4px;
	color: #111111;
}

.company {
	margin-top: 40px;
}

.company .company-title {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #000000;
}

.company table {
	margin-top: 15px;
	border-collapse: collapse;
	border-top: 1px solid #EEE;
}

.company table tr {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: -0.1px;
	color: #111111;
	border-bottom: 1px solid #EEE;
}

.company table tr th {
	width: 80px;
	font-weight: normal;
	background-color: #f8f8f8;
	border-right: 1px solid #EEE;
	text-align: left;
	padding: 10px;
}

.company table tr td {
	text-align: left;
	padding: 10px;
}
</pre></body></html>