html{
	font-size: 10px;
}

body{
	font-family: 'SUIT', 'Noto Sans KR', Roboto, 'Nanum Gothic', 'Open Sans', sans-serif;
	font-size: 1.4rem;
	padding: 1rem 2rem;
	background: #ECEFF2;
	color: #1F2328;
}
h3{
	font-size: 1.6rem;
}
p{
	font-size: 1.4rem;
}
h5{
	font-size: 1.8rem;
}
table{
	font-size: 1.4rem;
	width: 100%;
}
table, td, th{
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
}
td, th{
	padding: .5rem;
}
ul, ol, li{
	list-style: none;
	padding: 0;
}


.com_protect ul li{
	margin: 1rem auto;
}
.com_protect ul li p{
	display: contents;
}
