*
{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', Dotum, sans-serif;
	letter-spacing: -0.05em;
}

.bgWarning
{
	background-color: #E4A816;
}
.bgPrimary
{
	background-color: #1994DA;
}
.bgDanger
{
	background-color: #E86352;
}
.bgSecondary
{
	background-color: #8F8F8F;
}


.row3
{
	background-color: aliceblue;
}
.text1
{
	font-size: 11px;
}
.text2
{
	font-size: 14px;
}
.circleNum
{
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.box1
{
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}

.row4 p
{
	font-size: 11px;
}
.row4 table
{
	font-size: 12px;
}


.row5
{
	background-color: #f5f5f5;
}
.row5Text
{
	font-size: 11px;
}


.row7 .p1
{
	font-size: 14px;
}
.row7 .p2
{
	font-size: 11px;
}


.row8 button
{
	color: #767676;
	background-color: white;
	border: 1px solid #ddd;
	width: 100px;
	font-size: 11px;
}


.row9 p
{
	font-size: 10px;
}