@charset "utf-8";
/* CSS Document */

@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
}





/* 예시 
font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Nanum Gothic';  400,700,800
font-family: 'Roboto', sans-serif;
@font-face 
 font-family: 'NanumSquare';
font-family: 'Lato', 'Paperlogy', Tahoma, Geneva, sans-serif;
font-family: 'Nanum Myeongjo';
font-family: 'Nanum Barun Gothic', sans-serif;
font-family: 'Cairo', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Paperlogy', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Titillium Web', sans-serif;

*/

 
html, body {
	color:#474747; font-family:'Paperlogy'; 
}



div, li, ul, p, dl, dt, dd, h1, h2, h3, h4, h5, h6 {font-family:'Paperlogy'; color: #474747;   }
#sub_content {
	font-size:20px;
}
#bo_v_con{ font-size:18px;
}
#sub_content.bbs {
	font-size:14px;
}
#sub_content.bbs h1,
#sub_content.bbs h2,
#sub_content.bbs h4,
#sub_content.bbs h5,
#sub_content.bbs h6 {
	font-family: 'Paperlogy';
}

@media (max-width: 991px) {
    div, li, ul, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, th, td {font-family:'Paperlogy'; color: #474747;  }
	#sub_content #bo_v_con {
		font-size:14px;
	}

}
