@charset "utf-8";

.entry-content > * {
	font-family: "NanumSquare", sans-serif !important;
}

.entry-content ul,
.entry-content ol {
	list-style: disc outside none;
}

.entry-content ul li,
.entry-content ol li {
	float: none !important;
	font-size: 13pt !important;
	display: list-item;
	line-height: 1.7 !important;
}

.entry-content img {
	max-width: 100% !important;
}

.entry-content p {
	line-height: 1.7 !important;
}

.entry-content span {
	font-size: 13pt !important;
}

.entry-content .subTit {
	padding: 40px 0 20px;
	font-size: 14pt !important;
}

@media screen and (max-width: 575px) {
	.entry-content ul li,
	.entry-content ol li {
		font-size: 10pt !important;
		line-height: 1.3 !important;
	}
	.entry-content p {
		line-height: 1.3 !important;
	}
	.entry-content span {
		font-size: 10pt !important;
	}
	.entry-content .subTit {
		font-size: 13pt !important;
	}
}

@media screen and (max-width: 580px) {
	.entry-content p {
		margin-top: 20px;
	}
}