@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
*{
	font-family: 'Malgun Gothic' !important;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.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: 30px;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
}
.header-wrap span{
	font-size: 15px;
	padding-left:10px;
}

.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;
	width:100%;
    max-width: 1280px;
    height: 80%;
    clear: both;
}
.body-wrap table{
	width:100%;
}


table tr:hover td {
	/*
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
	*/
}

#dartList{padding:25px; border:1px solid #dbdbdb;}
.table_wrap1{ margin-bottom:10px;}
.table_wrap2{border:1px solid #dbdbdb;}
#dartList table{border-collapse: collapse;}
#dartList tr th{color:#fff; background:#363636; font-size:14px; font-weight:600; padding:20px 5px; }
#dartList tr td{color:#666; font-size:14px; padding:17.5px 0; border-bottom:1px solid #dbdbdb;}
#dartList tr td a{text-decoration: none; color:#333; font-weight:600; font-size:14px;}

#dartList tr th:nth-child(1){width:75px; text-align:center; white-space:nowrap;}
#dartList tr th:nth-child(2){width:150px; text-align:center;}
#dartList tr th:nth-child(3){ text-align:left;}
#dartList tr th:nth-child(4){width:150px; text-align:center;}

#dartList tr td:nth-child(1){width:75px; text-align:center}
#dartList tr td:nth-child(2){width:150px; text-align:center;}
#dartList tr td:nth-child(3){}
#dartList tr td:nth-child(4){width:150px; text-align:center;}


@media only screen and (max-width:727px){
	#dartList{
		padding:0px;
	}
	#dartList tr th, #dartList tr td, #dartList tr td a{
		font-size:13px;
	}
	#dartList tr th:nth-child(1), #dartList tr td:nth-child(1){
		width:45px;
	}
	#dartList tr th:nth-child(2), #dartList tr td:nth-child(2){
		width:85px;
	}
	#dartList tr th:nth-child(4), #dartList tr td:nth-child(4){
		width:90px;
	}
}