@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');



*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	font-family: 'Noto Sans KR', sans-serif;
}


a{
	text-decoration:none;
	color:black;
}
	
body{
	margin-top:150px;
	margin-bottom:90px;
}

/* header -----------------------------*/

header{
	background:#333333;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 30px;
	position:fixed;
	top:0;
	width:100%;
	z-index:3;
}

header > a{
	display:inline-block;
	background:gray;
	padding:5px 10px;
	border-radius:5px;
	color:white;
	
}

header > h3 > a{
	color:white;
}

/* nav -----------------------------*/

#menu{
	width:100%;
	position:fixed;
	top:50px;
	z-index:3;
	list-style:none;
	overflow:hidden;
}
#menu > li{
	float:left;
	width:25%;
	border-right:1px solid #333333;
}
#menu a{
	display:inline-block;
	width:100%;
	height:40px;
	background:gray;
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
}

#menu a.active{
	background:white;
	color:black;
}



/* footer -----------------------------*/

footer{
	width:100%;
	height:50px;
	background:#333333;
	color:gray;
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:0;
	z-index:3;

}
footer a{
	color:#aaaaaa;
}



/* index -----------------------------*/

#notice{
	width:90%;
	margin:10px auto;
	border:1px solid #e7e7e7;
	padding:10px;
}
#notice li{
	margin-left:20px;
	margin-bottom:5px;
}
.ss{
	color:#00aaff;
}
#menu2{
	list-style:none;
}

#menu2 > li{
	border-bottom:1px solid white;
	width:90%;
	margin:0 auto;
}
#menu2 a{
	display:block;
	background:#e7e7e7;
	padding:10px;
	text-align:center;
}



/* index -----------------------------*/

#loginbox{
	width:90%;
	margin:20px auto;
	border:1px solid #e7e7e7;
	text-align:center;
}
#loginbox h3{
	padding:10px;
}
#menu_login{
	list-style:none;

}
#menu_login li{
	border-top:1px solid #e7e7e7;
	padding:10px;
	width:100%;
	margin:0 auto;
}
#menu_login a{
	display:block;
	background:white;
	color:gray;
}


/* 버튼 박스 -----------------------------*/

.btn_box{
	margin:10px;
	text-align:center;
}

.btn_box a{
	display:inline-block;
	background:silver;
	border-radius:4px;
	padding:5px 10px;
	margin:2px;
	font-size:0.75em;
}

.btn_box a.active{
	background:#0099ff;
	color:white;
}

.parti{
	width:90%;
	margin:3px auto;
	border-top:1px solid #e7e7e7;
}

.btn_box a.btn2{
	background:#e1e1e1;
}


/* report -----------------------------*/

.report{
	border:1px solid #e7e7e7;
	width:90%;
	padding:15px;
	margin:10px auto;
	text-align:center;
}
.report > div{
	width:100%;
	background:#d1d1d1;
	margin:2px;
}
.report .inner{
	background:#cc3333;
	text-align:right;
	height:20px;
	line-height:20px;
	color:white;
	font-weight:900;
	position:relative;	
	font-size:0.7em;
}
.report > div:first-child > .inner{
	background:#B40404;
	height:30px;
	font-size:0.8em;
	line-height:30px;
}
.inner > div{
	width:200px;
	position:absolute;
	right:10px;
}
.inner > div.inner_text{
	text-align:left;
	right:-210px;
	color:#333;
}



/* list300 -----------------------------*/

#list300{
	width:100%;
}

#list300 > li{
	border-top:1px solid #e7e7e7;
	overflow:hidden;
	padding:5px;
}

#list300 > li.active, #list300 > li.active a{
	color:silver;
}

#list300 > li > div{
	float:left;
	font-size:0.75em;
}
#list300 > li > div:first-child{width:10vw;}
#list300 > li > div:nth-child(2){width:30vw;font-weight:700;font-size:1em;}
#list300 > li > div:nth-child(3){width:10vw;}
#list300 > li > div:nth-child(4){width:10vw;}
#list300 > li > div:last-child{width:30vw;font-size:0.9em;overflow:hidden;}

#search{
	width:100%;
	padding:20px;
	text-align:center;
	display:flex;
	justify-content:space-around;
}
#search > input{
	width:45%;
	padding:5px;
	font-size:1em;
}


/* list100 -----------------------------*/

#list100{
	width:100%;
}

#list100 > li{
	border-top:1px solid #e7e7e7;
	overflow:hidden;
	padding:5px;
}

#list100 > li.active, #list100 > li.active a{
	color:silver;
}

#list100 > li:first-child{
	text-align:center;
	font-size:0.5em;
}

#list100 > li > div{
	float:left;
	text-align:center;
}

#list100 > li > div:first-child{width:10vw;}
#list100 > li > div:nth-child(2){width:25vw;text-align:left;font-weight:700;}
#list100 > li > div:nth-child(3){width:8vw;font-size:0.7em;}
#list100 > li > div:nth-child(4){width:8vw;font-size:0.7em;}
#list100 > li > div:nth-child(5){width:8vw;font-size:0.7em;}
#list100 > li > div:nth-child(6){width:8vw;font-size:0.7em;}
#list100 > li > div:nth-child(7){width:7vw;font-size:0.75em;text-align:right;}
#list100 > li > div:last-child{width:20vw;font-size:0.75em;}


.cat{
	display:inline-block;
	background:gray;
	color:white;
	width:20px;height:20px;
	border-radius:10px;
}
 li.active .cat{
	 background:#e7e7e7;
 }


/* login -----------------------------*/

#login{
	width:70%;
	margin:10px auto;
	
}
#login input{
	border:1px solid gray;
	width:100%;
	font-size:1.3em;
	padding:5px;
	border-radius:0;
}

.btn{
	background:#e7e7e7;
	padding:10px 20px;
	border-radius:5px;
	display:block;
	margin:30px 0;
}


/* detail -----------------------------*/

#detailbox{
	margin:10px;
	padding:10px;
	border:1px solid #e7e7e7;
	position:relative;
}

#detailbox h2{
	font-size:2em;
}

#detailbox ul{
	list-style:none;
}

#detailbox ul > li{
	border-bottom:1px solid silver;
	padding:5px 0;
}


#detailbox > a{
	font-size:0.75em;
	display:inline;
	position:absolute;
	right:10px;
	top:-20px;
}

#detailbox input{
	font-size:1em;
	border:1px solid silver;
	padding:3px;
}

.award{
	display:inline-block;
	background:#e7e7e7;
	border-radius:5px;
	padding:5px;
	font-size:0.7em;
}

/* 목록 수정 페이지 -----------------------------*/

#edit_subject{
	text-align:center;
	margin:10px 0;
	padding:20px;
}


.edit_table{
	border-right:1px solid silver;
	border-top:1px solid silver;
	width:80%;
	margin:0 auto;
}
.edit_table td{
	border-bottom:1px solid silver;
	border-left:1px solid silver;
	padding:5px;
}


.edit_table .active{
	color:silver;
}

.bb{
	font-weight:700;
}

.btn100p{
	display:block;
	width:90%;
	background:#e7e7e7;
	border-radius:10px;
	padding:20px 0;
	margin:30px 20px;	
	color:black;font-size:1em;
}

.edit_active{
	background:#e7e7e7;
}

/* map -----------------------------*/

#map{
	margin:0 auto;
	border:1px solid black;
}

.infoWin{
	width:150px;
	background:black;
}

.infoWin a{
	display:block;
	text-align:center;
	padding:5px;
	font-size:0.8em;
	width:120px;
	color:white;
}
#cnt{
	margin:10px;
	text-align:center;
}

/* 모자이크 -----------------------------*/

#mosaic{
	overflow:hidden;
	list-style:none;
	margin:10px;
	border-top:1px solid silver;
	border-left:1px solid silver;
}

#mosaic > li{
	float:left;
	width:50px;
	height:50px;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	text-align:center;
	margin:0px;
	font-size:0.7em;	
	color:gray;
	overflow:hidden;
}

#mosaic > li > div:nth-child(2){
	line-height:100%;
}

#mosaic .mychk{
	background:#d1d1d1;
	color:white;
}

@media (max-width:600px){
	#mosaic > li{
		width:10%;
	}
}













