@charset "utf-8";
@media print {	
html {
	background-color: #fff;	
	}
#accessibility,
#header,
#snb,
#footer,
.sns_share,
.zoom-img-btn{
	display: none;
	}
body,
#body {
	width: 100%;
	height: 100%;
	margin: 0 0 20px;
	}
#content  {
	width: 100%;
	margin: 20px;
	padding: 0;
	}
.container {
    max-width:  100%;
    }
#content .stitle {
	display: block;
	margin-bottom: 15px;
	}
	
}


