body{
	font-family: "NanumSquare", sans-serif;
	width:850px;
	margin:auto;
}

.header .total{
	background-image:url("/img/guide/total.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .total.on{
	background-image:url("/img/guide/total_on.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .general{
	background-image:url("/img/guide/general.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .general.on{
	background-image:url("/img/guide/general_on.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .score{
	background-image:url("/img/guide/score.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .score.on{
	background-image:url("/img/guide/score_on.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .data{
	background-image:url("/img/guide/data.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .data.on{
	background-image:url("/img/guide/data_on.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .chat{
	background-image:url("/img/guide/chat.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .chat.on{
	background-image:url("/img/guide/chat_on.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .point{
	background-image:url("/img/guide/point.png?t=1");
	background-repeat: no-repeat;
	background-position:center;
}
.header .point.on{
	background-image:url("/img/guide/point_on.png?t=1");
	background-repeat: no-repeat;
	background-position:center;
}
.header .board{
	background-image:url("/img/guide/board.png?t=1");
	background-repeat: no-repeat;
	background-position:center;
}
.header .board.on{
	background-image:url("/img/guide/board_on.png?t=1");
	background-repeat: no-repeat;
	background-position:center;
}
.header .market{
	background-image:url("/img/guide/market.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .market.on{
	background-image:url("/img/guide/market_on.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .app{
	background-image:url("/img/guide/app.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header .app.on{
	background-image:url("/img/guide/app_on.png");
	background-repeat: no-repeat;
	background-position:center;
}
.header{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.header>div:nth-child(1) img{
	width: 238px;
	height: 74px;
}
.header>div:not(:nth-child(1)){
	cursor:pointer;
	width: 68px;
	height: 74px;
}
.header>div u{
	display: block;
	width:20px;
	height:20px;
	line-height: 20px;
	text-decoration:none;
	text-align:center;
	color:#888888;
	font-size:13px;
	font-weight:bold;
	background:white;
	border-radius:50%;
	border:1px solid #cccccc;
	position:relative;
	left: 42px;
	top: 2px;
}
.boardList{
	min-height:720px;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
}
.boardList>div{
	padding:20px 20px 0px 20px;
}
.boardList>div:nth-last-child(1){
	padding:20px;
}
.boardList .title{
	height:50px;
	line-height:50px;
	padding-left:80px;
	background-color:#002E72;
	color:white;
	font-size:17px;
	font-weight:bold;
	background-image:url("/img/guide/icon_Q.png"), url("/img/guide/icon_close.png");
	background-repeat: no-repeat, no-repeat;
	background-position:45px center, 95% center;
	cursor:pointer;
}

.boardList .title.on{ 
	background-image:url("/img/guide/icon_Q.png"), url("/img/guide/icon_open.png");
	background-repeat: no-repeat, no-repeat;
	background-position:45px center, 95% center;
}
.boardList .contents{
	border:1px solid #F2F2F2;
}
.boardList div:not(:nth-child(1)) .contents{
	top:0px;
	display:none;
}
.boardList .contents img{
	width:100%;
}

.paging{
	margin-top:30px;
	margin-bottom:100px;
	display:flex;
	justify-content:center;
}
.paging>div{
	width:30px;
	height:30px;
	line-height:30px;
	border:1px solid #F2F2F2;
	color:#232323;
	font-size:17px;
	font-weight:bold;
	margin:0px 10px;
	text-align:center;
	cursor:pointer;
}
.paging>div.on{
	background:#002E72;
	color:white;
}

.noContent{
	text-align:center;
	height:500px;
	line-height:500px;
	color:#666666;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}