@charset "utf-8";
/*-------------------------------------------------
Print Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2014. 09. 10.
-------------------------------------------------*/
@media print {	
html {background: #fff;}
#accessibility,#header,#side,#title_location,#aside,#footer,.person_info .pdf_viewer,#path-layout,.banner_wrap {display: none;	}
.sub-visual {padding: 0; background: none !important; color: #000; text-align: left;}	
.sub-visual .stitle {font-size: 2rem;}
body,#body {width: 100%;height: 100%;margin: 0 0 20px;	background: none;}
#contents .container-fluid,	#content  {	width: 100%;margin: 0;	padding: 0;	}
#content > h1.stitle {margin-bottom: 15px;}
.location {margin-bottom: 25px;}
#datail-content {padding: 0;}
*{-webkit-print-color-adjust:exact;}

}