/* [H.Nie - 2018.02.22] */

#contents .nav {
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	background-color: #547583;
	margin-top: 30px;
}

#contents .nav ul {
	 margin-bottom: 0px;
	 padding: 7px 10px;
}

#contents .nav ul li {
	 display: inline;
}

#contents .content {
	margin-top: 30px;
}

.allCheck {
	padding-right: 45px;
	padding-top: 20px;
	margin: 0;
	height: 50px;
	border-bottom: 2px solid #4a768a;
	font-size: 15px;
	text-align: right;
}

.termUsed {
	margin-bottom: 7px;
	border: 1px solid #ccc;
}

.termUsed .title {
	position: relative;
	line-height: 35px;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-top: 8px;
	background-color: #ddeef4;
	font-size: 15px;
}

.termUsed .contents {
	overflow-y: scroll;
	height: 100px;
	margin: 14px;
	color: #757575;
	font-size: 12px;
}

.termUsed .cont table {
	margin: 0;
}

.termUsed .cont table tr{
	height: 70px;
}

.termUsed .cont table th {
	width:26%;
	padding: 10px 0px 10px 5px;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #ececec;
	background-color: white;
}

.termUsed .cont table td {
	padding: 7px 10px 7px 15px;
	border-top: 1px solid #ececec;
	font-size: 14px;
}

.foot {
	margin-bottom: 20px;
	text-align: center;
	font-size: 15px;
}

.foot .inputBtnNo{
	border: 1px solid #023348;
	background-color: white;
	color: black;
	width: 35%;
	height: 40px;
}

.foot .inputBtnNext{
	border: 1px solid #023348;
	background-color: #02577c;
	color: white;
	width: 35%;
	height: 40px;
	margin-left: 20%;
}