
.entry-content.single-post-content blockquote.bs-quote, .single-page-simple-content .entry-content blockquote.bs-quote, blockquote.bs-quote {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-align: inherit;
	text-transform: inherit;
	width: auto;
	height: auto;
	background: 0 0;
	border-radius: inherit;
	padding: 0;
	margin: 0;
	border: none;
	clear: inherit;
	color: inherit;
	line-height: 1.4;
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	bottom: inherit;
}

.entry-content.single-post-content blockquote.bs-quote:before, .single-page-simple-content .entry-content blockquote.bs-quote:before, blockquote.bs-quote p, blockquote.bs-quote:before {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-align: inherit;
	text-transform: inherit;
	width: auto;
	height: auto;
	background: 0 0;
	border-radius: inherit;
	padding: 0;
	clear: inherit;
}

.entry-content.single-post-content blockquote.bs-quote:before, .single-page-simple-content .entry-content blockquote.bs-quote:before, blockquote.bs-quote:before {
	margin: 0;
	border: none;
	color: inherit;
	content: "";
	display: none;
	position: inherit;
	top: inherit;
	left: inherit;
	right: inherit;
	bottom: inherit;
}

blockquote.bs-quote {
	--bq-primary-color: var(--publisher-main-term-color, var(--publisher-primary-color, #057fce));
	color: #121212;
}

blockquote.bs-quote.bs-quote.bsq-left {
	float: left;
	max-width: 300px;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
}

blockquote.bs-quote.bs-quote.bsq-right {
	float: right;
	max-width: 300px;
	margin-left: 30px;
	padding-left: 0;
	padding-right: 0;
}

blockquote.bs-quote .quote-author span {
	display: block;
}

blockquote.bs-quote p {
	margin: 0;
	border: none;
	color: #121212;
	word-wrap: break-word;
}

blockquote.bs-quote a, blockquote.bs-quote a:hover {
	color: var(--bq-primary-color);
}

.bs-quote-clearfix {
	clear: both;
}

@media only screen and (max-width:500px) {
	.bs-quote.bs-quote.bsq-left, .bs-quote.bs-quote.bsq-right {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}
}

blockquote.bs-quote.bsq-t1:after {
	background-color: var(--bq-primary-color);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
}

blockquote.bs-quote.bsq-t1 a, blockquote.bs-quote.bsq-t1 a:hover, blockquote.bs-quote.bsq-t1:before {
	color: var(--bq-primary-color);
}

blockquote.bs-quote.bsq-t1 .quote-author {
	margin-top: 20px;
	text-align: center;
}

blockquote.bs-quote.bsq-t1 .quote-author-name {
	font-size: 15px;
	font-weight: bolder;
}

blockquote.bs-quote.bsq-t1 .quote-author-avatar+.quote-author-name {
	margin-top: 8px;
}

blockquote.bs-quote.bsq-t1 .quote-author-job {
	font-size: 13px;
	color: #969696;
}

blockquote.bs-quote.bsq-t1 .quote-author-avatar {
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.entry-content.single-post-content blockquote.bs-quote.bsq-t1, .single-page-simple-content .entry-content blockquote.bs-quote.bsq-t1, blockquote.bs-quote.bsq-t1 {
	padding: 80px 30px 30px;
	font-size: 120%;
	text-align: center;
	margin: 0 0 26px;
	z-index: 1;
}

.entry-content.single-post-content blockquote.bs-quote.bsq-t1:before, .single-page-simple-content .entry-content blockquote.bs-quote.bsq-t1:before, blockquote.bs-quote.bsq-t1 .icon-bs-quote:before, blockquote.bs-quote.bsq-t1:before {
	content: "끀";
	font: normal normal normal 14px/1 bs-icons;
	font-size: 38px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: 0 0;
	border-radius: inherit;
	text-align: inherit;
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 50%;
	margin: 0 0 0 -30px;
	z-index: 1;
}

blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s2.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s3.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s2.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s3.bsq-right {
	margin-left: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1 {
	padding: 65px 0 0;
}

blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1:before {
	top: 0;
}

blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1:after {
	display: none;
}

blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1.bs-quote:before {
	color: #232323;
}

blockquote.bs-quote.bsq-t1.bsq-s2 {
	margin-bottom: 20px;
	padding-top: 100px;
}

blockquote.bs-quote.bsq-t1.bsq-s2:before {
	top: 23px;
	content: "끂";
	font-size: 62px;
}

blockquote.bs-quote.bsq-t1.bsq-s2:after {
	display: inline-block;
	z-index: -1;
	opacity: .15;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5.bs-quote:before, blockquote.bs-quote.bsq-t1.bsq-s4.bs-quote:before {
	display: none;
}

blockquote.bs-quote.bsq-t1.bsq-s2.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s2.bs-quote.bsq-right {
	padding-left: 25px;
	padding-right: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s3.bsq-s3 {
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

blockquote.bs-quote.bsq-t1.bsq-s3:after {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -30px;
	z-index: -1;
	border-radius: 50%;
}

blockquote.bs-quote.bsq-t1.bsq-s3.bs-quote.bs-quote:before {
	color: #fff;
	font-size: 24px;
	top: 0;
}

blockquote.bs-quote.bsq-t1.bsq-s3 .quote-author-name {
	font-weight: bolder;
}

blockquote.bs-quote.bsq-t1.bsq-s4 {
	margin-bottom: 20px;
	padding-top: 50px;
	padding-bottom: 35px;
}

blockquote.bs-quote.bsq-t1.bsq-s4:after {
	z-index: -1;
}

blockquote.bs-quote.bsq-t1.bsq-s4.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s4.bsq-right {
	padding-left: 25px;
	padding-right: 25px;
	max-width: 400px;
}

blockquote.bs-quote.bsq-t1.bsq-s4.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s4.bsq-right {
	margin-left: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s4, blockquote.bs-quote.bsq-t1.bsq-s4 .quote-author-job, blockquote.bs-quote.bsq-t1.bsq-s4 .quote-author-name, blockquote.bs-quote.bsq-t1.bsq-s4 p, blockquote.bs-quote.bsq-t1.bsq-s4.bs-quote.bs-quote a {
	color: #fff;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5 {
	padding: 30px 0;
	text-align: inherit;
	font-size: 123%;
	border-bottom: 1px solid #eee !important;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5.bsq-left {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6.bsq-left, blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s8.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5.bsq-right {
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6.bsq-right, blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s8.bsq-right {
	margin-left: 25px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: inline-block;
	height: 6px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5 .quote-author .quote-author-avatar {
	display: inline-block;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5 .quote-author {
	text-align: inherit;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5 .quote-author-name {
	font-weight: bolder;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6 {
	text-align: inherit;
	font-size: 123%;
	padding: 0 0 0 30px;
	margin-top: 4px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6:before {
	display: none;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 6px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6 .quote-author .quote-author-avatar {
	display: inline-block;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6 .quote-author {
	text-align: inherit;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6 .quote-author-name {
	font-weight: bolder;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7 {
	text-align: inherit;
	font-size: 123%;
	padding: 18px 16px 18px 30px;
	background: #f1f1f1;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7:before {
	display: none !important;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 6px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7 .quote-author .quote-author-avatar {
	display: inline-block;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7 .quote-author {
	text-align: inherit;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7 .quote-author-name {
	font-weight: bolder;
}

blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bs-quote {
	border: 1px solid #e1e1e1 !important;
	padding: 65px 30px 35px 55px;
}

blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bs-quote:before {
	color: #fff;
}

blockquote.bs-quote.bsq-t1.bsq-s8:after {
	border-top: 100px solid transparent;
	border-right: 100px solid transparent;
	background: 0 0;
	left: -1px;
	right: inherit;
	top: -1px;
	z-index: 0;
	border-top-color: var(--bq-primary-color);
}

blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bs-quote:after {
	background-color: transparent;
}

blockquote.bs-quote.bsq-t1.bsq-s8 .quote-author, blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote {
	text-align: inherit;
}

blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote:before {
	top: 0;
	left: 0;
	margin: 0;
	font-size: 27px;
	text-align: center;
}

blockquote.bs-quote.bsq-t1.bsq-s10.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s9.bsq-left {
	margin-right: 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s8 .quote-content:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 6px;
	background-color: var(--bq-primary-color);
}

blockquote.bs-quote.bsq-t1.bsq-s8 .quote-author .quote-author-avatar {
	display: inline-block;
}

blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bsq-right {
	max-width: 400px;
}

blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote.bsq-right {
	max-width: 360px;
}

blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote {
	padding: 95px 30px 30px;
	border: 1px solid #e1e1e1 !important;
}

blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote:before {
	content: "끂";
	font-size: 50px;
	top: 23px;
}

blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote:after {
	display: none;
}

blockquote.bs-quote.bsq-t1.bsq-s9.bsq-right {
	margin-left: 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s9 .quote-author {
	margin-top: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote {
	border: 1px solid #e1e1e1 !important;
	margin-top: 40px;
	padding: 65px 30px 27px;
}

blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote:before {
	content: "끂";
	font-size: 34px;
	top: -30px;
}

blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote:after {
	background: #fff;
	width: 80px;
	height: 80px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	left: 50%;
	top: -40px;
	margin-left: -40px;
	z-index: 0;
}

blockquote.bs-quote.bsq-t1.bsq-s10.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s11.bsq-right {
	margin-left: 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote.bs-quote:after {
	background-color: #fff;
}

blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bsq-right {
	max-width: 400px;
}

blockquote.bs-quote.bsq-t1.bsq-s10 .quote-author {
	margin-top: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote {
	text-align: inherit;
	font-size: 120%;
	padding: 30px 40px 30px 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote:after {
	z-index: -1;
	-webkit-box-shadow: -10px 10px 0 rgba(0, 0, 0, .11);
	-moz-box-shadow: -10px 10px 0 rgba(0, 0, 0, .11);
	box-shadow: -10px 10px 0 rgba(0, 0, 0, .11);
}

blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote:before {
	content: "끃";
	transform: rotate(181deg);
	top: inherit;
	right: 45px;
	left: inherit;
	bottom: 30px;
	font-size: 70px;
}

blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bs-quote:before {
	color: rgba(255, 255, 255, .27);
}

blockquote.bs-quote.bsq-t1.bsq-s11, blockquote.bs-quote.bsq-t1.bsq-s11 p, blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bs-quote a, blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bs-quote:before {
	color: #fff;
}

blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author {
	margin-top: 20px;
	text-align: inherit;
}

blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author-avatar+.quote-author-name, blockquote.bs-quote.bsq-t2 .quote-author-avatar+.quote-author-name {
	margin-top: 8px;
}

blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:after, blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: inline-block;
}

blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:before {
	border-top: 40px solid #fff;
	border-left: 40px solid transparent;
	width: 0;
	height: 0;
}

blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:after {
	width: 0;
	height: 0;
	border-bottom: 40px solid rgba(5, 5, 5, .31);
	border-right: 40px solid transparent;
}

blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author-job {
	color: rgba(255, 255, 255, .67);
}

blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author-avatar {
	float: left;
	margin-right: 15px;
}

blockquote.bs-quote.bsq-t1.bsq-s11.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote {
	text-align: inherit;
	font-size: 120%;
	padding: 50px 0 0 70px;
}

blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote:after {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	left: 0;
	top: 0;
	z-index: -1;
}

blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bs-quote:after {
	background-color: #e3e3e3;
}

blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote:before {
	left: 0;
	margin: 0;
	width: 90px;
	height: 90px;
	top: 0;
	line-height: 90px;
	font-size: 32px;
	text-align: center;
}

blockquote.bs-quote.bsq-t1.bsq-s12 .quote-author .quote-author-avatar {
	display: inline-block;
}

blockquote.bs-quote.bsq-t1.bsq-s12 .quote-author {
	text-align: inherit;
}

blockquote.bs-quote.bsq-t1.bsq-s12.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s13.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s14.bsq-left {
	margin-right: 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s12.bsq-right {
	margin-left: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s13.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s14.bsq-right {
	margin-left: 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s13.bs-quote {
	padding: 70px 0 0;
}

blockquote.bs-quote.bsq-t1.bsq-s13.bs-quote:before {
	content: "끂";
	font-size: 50px;
	top: 0;
}

blockquote.bs-quote.bsq-t1.bsq-s13.bs-quote:after {
	display: none;
}

blockquote.bs-quote.bsq-t1.bsq-s13 .quote-author-avatar {
	border: 10px solid #fff;
}

blockquote.bs-quote.bsq-t1.bsq-s13 .quote-author-avatar-w {
	position: relative;
}

blockquote.bs-quote.bsq-t1.bsq-s13 .quote-author-avatar-w:before {
	content: "";
	display: inline-block;
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: -1;
	background: #e5e5e5;
	left: 0;
	top: 50%;
	margin-top: -.5px;
}

blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote:after, blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote:before, blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote:after {
	display: none;
}

blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote {
	padding: 0;
	font-size: 132%;
}

blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote, blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote p {
	color: var(--bq-primary-color);
	font-weight: bolder;
}

blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-right {
	max-width: 320px;
}

blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-right, blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-right .quote-author {
	text-align: right;
}

blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-left .quote-author {
	text-align: left;
}

blockquote.bs-quote.bsq-t1.bsq-s14 .quote-author-name {
	color: #272727;
}

blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote {
	padding: 65px 0 0;
	font-size: 131%;
}

blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote:before {
	content: "끄";
	top: 0;
	color: var(--bq-primary-color);
	font-size: 44px;
}

blockquote.bs-quote.bsq-t1.bsq-s15 .quote-content {
	padding: 3px 0;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	-webkit-box-shadow: 10px 0 0 var(--bq-primary-color), -10px 0 0 var(--bq-primary-color);
	-moz-box-shadow: 10px 0 0 var(--bq-primary-color), -10px 0 0 var(--bq-primary-color);
	box-shadow: 10px 0 0 var(--bq-primary-color), -10px 0 0 var(--bq-primary-color);
	background: var(--bq-primary-color);
	display: inline;
	word-wrap: break-word;
	line-height: 1.9;
	color: #fff;
	text-transform: uppercase;
}

blockquote.bs-quote.bsq-t1.bsq-s15 .quote-content p {
	padding: 4px 0;
	display: inline;
	color: #fff;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16:before, blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote:after {
	display: none;
}

blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote.bsq-right {
	max-width: 340px;
}

blockquote.bs-quote.bsq-t1.bsq-s15.bsq-left {
	margin-right: 35px;
}

blockquote.bs-quote.bsq-t1.bsq-s15.bsq-right {
	margin-left: 35px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16 {
	text-align: inherit;
	font-size: 123%;
	padding: 0 0 0 17px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 4px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bsq-right {
	margin-left: 25px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16 .quote-author .quote-author-avatar {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16 .quote-author {
	text-align: inherit;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16 .quote-author-name {
	font-weight: bolder;
	padding-top: 3px;
	margin-top: 0;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-left, blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-right {
	max-width: 360px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-right {
	margin-left: 20px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-left {
	margin-right: 20px;
}

blockquote.bs-quote.bsq-t1.bsq-s17 {
	margin-top: 20px !important;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote {
	text-align: inherit;
	font-size: 120%;
	padding: 0 0 0 51px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote:before {
	content: "끂";
	left: 0;
	width: 35px;
	margin: 0;
	top: 0;
	line-height: 15px;
	font-size: 42px;
	text-align: center;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote.bs-quote:before {
	color: #e5e5e5;
}

blockquote.bs-quote.bsq-t1.bsq-s17 .quote-author .quote-author-avatar {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}

blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote:after, blockquote.bs-quote.bsq-t1.bsq-s19:before {
	display: none;
}

blockquote.bs-quote.bsq-t1.bsq-s17 .quote-author {
	text-align: inherit;
}

blockquote.bs-quote.bsq-t1.bsq-s17 .quote-author-name {
	margin-top: 0;
	font-weight: 700;
	font-size: 20px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote.bsq-right {
	max-width: 380px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bsq-left {
	margin-right: 20px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bsq-right {
	margin-left: 20px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote {
	text-align: inherit;
	font-size: 120%;
	padding: 0 0 0 30px;
	margin-top: 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote:before {
	font-size: 72px;
	z-index: -1;
	color: #ededed;
	top: -6px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bsq-right {
	margin-left: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote.bsq-right {
	max-width: 333px;
}

blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote {
	text-align: inherit;
	font-size: 120%;
	padding: 0;
}

blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote:before {
	content: "끃";
	transform: rotate(180deg);
	top: inherit;
	right: 0;
	left: inherit;
	bottom: 23px;
	font-size: 60px;
}

blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote.bs-quote:before {
	color: rgba(0, 0, 0, .08);
	content: "끄";
}

blockquote.bs-quote.bsq-t1.bsq-s18 .quote-author {
	margin-top: 20px;
	text-align: inherit;
}

blockquote.bs-quote.bsq-t1.bsq-s18 .quote-author-avatar {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

blockquote.bs-quote.bsq-t1.bsq-s18 .quote-author-avatar+.quote-author-name {
	margin-top: 3px;
}

blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote.bsq-right {
	max-width: 342px;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	border-right: none !important;
	border-left: none !important;
	padding: 22px 0 17px;
}

blockquote.bs-quote.bsq-t1.bsq-s18.bsq-left {
	margin-right: 25px;
}

blockquote.bs-quote.bsq-t1.bsq-s18.bsq-right {
	margin-left: 30px;
}

blockquote.bs-quote.bsq-t1.bsq-s19 {
	text-align: inherit !important;
	font-size: 123%;
	padding: 0 0 0 17px !important;
}

blockquote.bs-quote.bsq-t1.bsq-s19:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 4px;
}

blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote:before {
	content: "끀";
	transform: rotate(180deg);
	top: inherit;
	right: 7px;
	left: inherit;
	bottom: 26px;
	font-size: 116px;
	width: 116px;
	height: 99px;
}

blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bs-quote:before {
	color: rgba(0, 0, 0, .04);
}

blockquote.bs-quote.bsq-t1.bsq-s19 .quote-author .quote-author-avatar {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

blockquote.bs-quote.bsq-t1.bsq-s19 .quote-author {
	text-align: inherit;
}

blockquote.bs-quote.bsq-t1.bsq-s19 .quote-author-name {
	font-weight: bolder;
	padding-top: 3px;
	margin-top: 0;
	font-size: 19px;
}

blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-left, blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-right {
	max-width: 375px;
}

blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-right {
	margin-left: 20px !important;
}

blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-left {
	margin-right: 20px !important;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 {
	text-align: inherit;
	font-size: 123%;
	padding: 40px 30px 0;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .icon-bs-quote:before {
	bottom: -20px;
	right: -30px;
	top: auto;
	left: auto;
	font-size: 17px;
	width: 17px;
	height: 13px;
	line-height: 13px;
	content: "끂";
	opacity: .2;
	transform: rotate(180deg);
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bs-quote:before {
	font-size: 17px;
	left: 0;
	width: 17px;
	height: 13px;
	margin: 0;
	top: 19px;
	line-height: 13px;
	content: "끂";
	opacity: .2;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-left {
	margin-right: 30px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-right {
	margin-left: 30px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: inline-block;
	height: 4px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-author .quote-author-avatar {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-content {
	position: relative;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-content p {
	font-size: 96%;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-author {
	text-align: inherit;
	margin-top: 25px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-author-name {
	font-weight: bolder;
	padding-top: 3px;
	margin-top: 0;
	font-size: 17px;
}

blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-left, blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-right {
	max-width: 377px;
}

.entry-content.single-post-content blockquote.bs-quote.bsq-t2, .single-page-simple-content .entry-content blockquote.bs-quote.bsq-t2, blockquote.bs-quote.bsq-t2 {
	padding: 0;
	font-size: 125%;
	margin: 0 0 26px;
}

.entry-content.single-post-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon, .single-page-simple-content .entry-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon, blockquote.bs-quote.bsq-t2 .bsq-quote-icon {
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: -1;
}

.entry-content.single-post-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon:before, .single-page-simple-content .entry-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon:before, blockquote.bs-quote.bsq-t2 .bsq-quote-icon:before {
	content: "끂";
	font: normal normal normal 14px/1 bs-icons;
	font-size: 73px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 60px;
	background: 0 0;
	border-radius: inherit;
	text-align: inherit;
	display: inline-block;
	margin: 0;
	color: #f2f2f2;
	z-index: -1;
}

blockquote.bs-quote.bsq-t2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
}

blockquote.bs-quote.bsq-t2.bsq-s1:after, blockquote.bs-quote.bsq-t2.bsq-s1:before, blockquote.bs-quote.bsq-t2.bsq-s2:after, blockquote.bs-quote.bsq-t2.bsq-s2:before {
	display: none;
}

blockquote.bs-quote.bsq-t2.bs-quote.bsq-left, blockquote.bs-quote.bsq-t2.bs-quote.bsq-right {
	max-width: 360px;
}

blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow:after, blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow:before {
	border: 13px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom:after, blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom:before {
	bottom: -27px;
	left: 25px;
	border-top-color: #dcdcdc;
}

blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-top:after, blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-top:before {
	top: -27px;
	left: 25px;
	border-bottom-color: #dcdcdc;
}

blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom:after {
	border: 15px solid transparent;
	border-top-color: #fff;
	left: 23px;
	bottom: -28px;
}

blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-top:after {
	border: 15px solid transparent;
	border-bottom-color: #fff;
	left: 23px;
	top: -28px;
}

blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom {
	margin-bottom: 25px;
}

blockquote.bs-quote.bsq-t2 .quote-author-name {
	font-size: 17px;
}

blockquote.bs-quote.bsq-t2 .quote-author-job {
	font-size: 13px;
	color: #969696;
}

blockquote.bs-quote.bsq-t2 .quote-content {
	border: 1px solid #e5e5e5;
	padding: 40px 35px 30px;
	position: relative;
	z-index: 1;
}

blockquote.bs-quote.bsq-t2 .quote-author-avatar {
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

blockquote.bs-quote.bsq-t2.bsq-s1.bsq-left, blockquote.bs-quote.bsq-t2.bsq-s2.bsq-left {
	margin-right: 30px;
}

blockquote.bs-quote.bsq-t2.bsq-s1 {
	margin-top: 6px;
	margin-bottom: 10px;
	text-align: inherit;
}

blockquote.bs-quote.bsq-t2.bsq-s1 .quote-author-avatar {
	margin-top: -5px;
}

blockquote.bs-quote.bsq-t2.bsq-s1 .quote-author {
	margin-left: 10px;
}

blockquote.bs-quote.bsq-t2.bsq-s1.bsq-right {
	margin-left: 30px;
}

blockquote.bs-quote.bsq-t2.bsq-s2 {
	text-align: inherit;
}

blockquote.bs-quote.bsq-t2.bsq-s2 .quote-author {
	margin-bottom: 20px;
	margin-left: 10px;
}

blockquote.bs-quote.bsq-t2.bsq-s2.bsq-right {
	margin-left: 30px;
}
