html {
	padding: 0;
	overflow-y:auto;	
}
body{
	font-size:13px;
}
div{
	border:0px solid;
}
a img{
	border:0;
}
a{
	border:0;
	color:#000000;
	list-style:none;
}
a:hover, a:active, a:visited, a:link{
	text-decoration:none;
}
span, .btn, option, .form-control{
	font-size:13px;
}
p{
	margin: 0;
}

h1 h2 h3 h4{
	font-family:NanumGothic;
}
th{
	text-align:center;
}
tbody{
	border-bottom:2px solid #d4d4d4; 
	cursor:pointer;
}
td{
	height:35px;
	text-align:center;
}
option{
	text-align:center;
}

#header{
	width:100%;
	height:43px;	
	background-color:#fff;
}
.hl7korea_logo{
	width:80px;
	height:28px;
	margin-top:10px;
	float:left;
}

#category {
	width:100%;
	height:28px;
	float:left;
	margin-top:5px;
	padding:5px 0 0 0;
	background-color:#3c57d2;
	color:#fff;
}

.category_menu {
	margin-left:  5px;	
}

#category a{
	color:#fff;
	font-weight:bold;
}

.main_contents{
	width: 100%;
	height:100%;
	float:right;
	padding:15px 0 0 0;
	margin-right:0;
}

.mobile_img {
	width: 100%;
}

