@font-face {
	font-family: 'NanumBarunGothicBold';
	src: local('NanumBarunGothicBold')
			, url('fonts/NanumBarunGothicBold.eot') format('embedded-opentype')
			, url('fonts/NanumBarunGothicBold.woff') format('woff');
}

body {
	font-family: 'NanumBarunGothicBold';
	font-weight: 700;
	width:850px;
	margin:0 auto;
	overflow-x:hidden; 	
}

.container {s
	width:100%; 
	margin:0px; 
	margin-top:10px;	
	margin-bottom:20px;
	text-align: center;
}

.ALLSASP {
	position:relative;
	width:100%; height:100%;	
}

.ROUNDDIV {
	background: linear-gradient(#ebebeb, white 70%);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
	padding: 15px 20px 10px 25px;
}

.TITLE{
	width:100%;
}
.TITLE img{
	float: left;
	margin: 5px 10px 0px 0px;
}

.TITLE h1{
	position: relative;
	margin: 0px;
	padding: 5px 0px 20px 0px;
	font-size: 22px;
}

.TITLE h2{
	position: relative;
	margin: 0px;
	padding: 5px 0px 20px 0px;
	font-size: 15px;
}

.TITLE h3{
	width: 500px;
	position: relative;
	margin: 0px auto;
	padding: 5px 0px 20px 0px;
	font-size: 15px;	
}

.WARNING {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.ROUNDFILEDIV {
	background-color: #ffffff;
	display: inline-block;
	width:180px;
	height:45px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dcdcdc;	
	word-break:break-all;	
	margin: 10px 5px 10px 10px;
}

.ROUNDFILEDIV img{
	float: left;	
	margin: 6px 10px 5px 10px;;
}

.ROUNDFILEDIV h2{
	position: relative;
	height: 45px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	word-break:break-all;
	display: table-cell;
	vertical-align:middle;
}

.ROUNDDIV h4 {
	padding: 0px;
	font-size: 12px;
}

.FILEDIV{
	width:100%;
	padding-bottom: 20px;
}
table.FILETABLE {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
	border-left: 1px solid #ccc;
	text-align: center;        
}

table.FILETABLE thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c00;
	background: #dcdcd1;
}
table.FILETABLE tbody th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
	display: table-cell;
	vertical-align: middle;	    
}

table.FILETABLE td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
}

.ROUNDFILEDIV2 {
	background-color: #ffffff;
	display: inline-block;
	width:120px;
	height:40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dcdcdc;	
	word-break:break-all;	
}

.ROUNDFILEDIV2 img{
	float: left;	
	margin: 6px 10px 5px 10px;;
}

.ROUNDFILEDIV2 h2{
	position: relative;
	height: 40px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	word-break:break-all;
	display: table-cell;
	vertical-align:middle;
}

.errorDiv{
	position: relative;
	align-content: center;
	text-align: center;
	display: block;	
}
