@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


*{	
	/*font-family: 'Malgun Gothic' !important;*/
	font-family: 'Noto Sans KR', sans-serif;
}
body {margin:0 !important; }
.header-wrap{
	position: relative;
    /* top: 10;
   max-width: 730px;
    height: 150px;
    clear: both;
    background-image: url(../img/img01.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 97% 100%;*/
    font-size: 26px;
    color: #000;
    font-weight: 500;
    /*padding-left: 10px;*/
}
.header-wrap span{
	font-size: 14px;
	float:right;
	padding-top:15px;
	padding-right:3px;
}

.header-wrap #query_time {
	padding-left: 0px;
}
/*
.header-wrap .time_img{
	padding-left:5px;
	vertical-align: middle;
    display: inline-table;
    width: 15px;
    height: 15px;
    background-image: url(../img/img05.png);
    background-repeat: no-repeat;
}
*/
.body-wrap{
	position: relative;
  /*  max-width: 730px;*/
    height: 80%;
    clear: both;
}
.footer-wrap{
	position: relative;
/*    max-width: 730px;*/
    clear: both;
}
table{
	position: relative;
    width: 100%;
    /*margin: 20px 0;*/
	margin-top:32px;
    border-bottom: 1px solid #adadad;
    border-spacing: 0;
    border-top: 1px solid #adadad;
    border-right: hidden;
}
table tr th{
    padding: 9px 10px;
    font-weight: 500;
    background-color: #d2d2d2;
    color: #000;
   /* border-left: 1px solid #495776;
    border-top: 1px solid #495776;*/
    font-size: 14px;
}
table tr td:first-child, table tr td:nth-child(2), table tr td:last-child{
	
	padding: 9px 10px;
    font-weight: normal;
    background-color: #ffffff;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    text-align:center;
    font-size: 14px;
}
table tr td{
	
	padding: 9px 10px;
    font-weight: normal;
    background-color: #ffffff;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    text-align:left;
    font-size: 14px;

}

table tr:hover td {
	background: #f2f2f2;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #dddddd,  #f0f0f0);	*/
}

table tr td a{
	text-decoration: none;
	color:#333333;
}



