@charset "utf-8";



.nopost:before{
	display:block;
	content:'\e026';
	font-family: 'intaeFont';  
	font-size:70px;
	opacity:0.75;
	font-weight:normal;
	padding-bottom:30px;
	}

.btn_write{
	padding:0 22px;
	height:38px;
	line-height:36px;
	}

.autosave_wrapper{}
.btn_frmline{position:absolute; margin:0; bottom:-50px;}/*임시저장된글 버튼*/




/* 뷰 페이지 */
#bo_v{}
#bo_v h3.tit{
	text-align:left;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:34px;
	font-weight:400;
	margin:50px 0 30px 0;
	color:#303030;
	}
#bo_v #bo_v_con{}


a.btn_link{
	display:inline-block;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:23px;
	font-weight:400; 
	color:#fff;
	min-width:176px;
	text-align:center;
	height:58px;
	line-height:58px;
	padding:0 50px;
	border-radius:3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
a.btn_link:hover{opacity:0.9;}