@font-face{
	font-family:'veneerregular';
	src:url(/static/css/fonts/veneer-webfont.eot);
	src:url(/static/css/fonts/veneer-webfont.eot?#iefix) format('embedded-opentype')
		, url(/static/css/fonts/veneer-webfont.woff2) format('woff2')
		, url(/static/css/fonts/veneer-webfont.woff) format('woff')
		, url(/static/css/fonts/veneer-webfont.ttf) format('truetype')
		, url(/static/css/fonts/veneer-webfont.svg#veneerregular) format('svg');
		
	font-weight:normal;
	font-style:normal;
}

p {
  text-align:justify;
  text-justify:distribute;
}

blockquote.boxquote {
  position: relative;
  display: inline-block;
  background: #fbfbfb;
  margin: 5px 5px 5px 5px;
  padding: 40px 30px 30px 60px;
  border-radius: 10px;
  font-family: 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
  color: #999;
  text-align: left;
  box-shadow: 1px 1px 1px #aaa,
              2px 2px 1px #aaa,
              3px 3px 1px #aaa;
  transition-duration: .3s;
}
blockquote.boxquote span.author {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 5px;
  color: #aaa;
}
blockquote.boxquote span.author i {
  position: relative;
  background: #fbfbfb;
  padding-left: 5px;
  font-style: italic;
  z-index: 5;
}
blockquote.boxquote span.author::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 98%;
  height: 1px;
  background: #ccc;
  z-index: 1;
}
blockquote.boxquote:hover {
  box-shadow: 1px 1px 5px #aaa,
                2px 2px 6px #aaa,
                3px 3px 7px #aaa;
}
/*
blockquote.boxquote::before {
  display: block;
  position: absolute;
  top: -35px;
  left: 10px;
  content: "\"";
  font-family: 'veneerregular', 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
  font-size: 120px;
  color: rgb(126, 206, 244);
}
*/

@font-face {
	font-family:'Iropke Batang';
	font-style:normal;
	font-weight:400;
	src:url(/static/css/fonts/IropkeBatangM.eot);
	src:url(/static/css/fonts/IropkeBatangM.eot?#iefix) format("embedded-opentype")
		,url(/static/css/fonts/IropkeBatangM.woff) format("woff")
		,url(/static/css/fonts/IropkeBatangM.ttf) format("truetype")
}

/* image quote 사용으로 추가 */
blockquote.boxquote {
  padding: 40px 50px 30px 60px;
}

blockquote.boxquote::before {
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  content: "";
  width: 50px;
  height: 50px;
  
  background: url(/static/css/fonts/quote_before.png) no-repeat;
  background-size: 50px 50px;
}

blockquote.boxquote::after {
  display: block;
  position: absolute;
  bottom: 70px;
  right: 5px;
  /*
  content: "\"";
  font-family: 'Iropke Batang';
  font-size: 120px;
  color: rgb(126, 206, 244);
  */
  content: "";
  width: 50px;
  height: 50px;
  
  background: url(/static/css/fonts/quote_after.png) no-repeat;
  background-size: 50px 50px;
}