@charset "utf-8";

#bo_list, #bo_v {display:block;width:100%;max-width:740px;margin:auto}
#bo_list li .material-icons,
#bo_list .bo_fx .material-icons,
#bo_v .bo_v_com .material-icons {vertical-align:middle}
#bo_v .bo_v_com a {opacity:0.6}
#bo_v .bo_v_com a:hover {opacity:1}

#bo_v .addr {display:block}
#bo_v .board-title {font-family:'Gothic A1', san-serif;margin-bottom:3em}
#bo_v .board-title strong {font-size:1.25em}
#bo_v .board-title p {margin-top:1.3em;font-size:1em;font-weight:500}
#bo_v #bo_v_con {font-size:1em}
#bo_v #bo_v_con p {margin-bottom:0.7em}
#toast {
	visibility:hidden;
	min-width:200px;
	position:fixed;
	top:30px;
	left:50%;
	background-color:var(--point-color);
	border-radius:8px;
	color:#fff;
	text-align:center;
	line-height:3;
	font-size:14px;
	transform:translateX(-50%);
	z-index:1000;
	opacity:0;
	transition:opacity 0.3s, visibility 0.3s;
}
#toast.show {
	visibility:visible;
	opacity:1;
}