/* BASIC css start */
.dvlr_container {
	padding: 1em;
}
.dlvr_container > h2.title {
	font-family: 'Radley', 'Times New Roman', serif;
	font-size: 18px;
	text-align: center;
	padding: 1em;
	margin-bottom: 1em;
	color: #fff;
	background-color: #000;
}
.dlvr_container > h2.title small {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-family: dotum, sans-serif;
	color: #eee;
	padding-top: 5px;
}
.dlvr_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background: #fff;
	margin: 1em;
	font-size: 12px;
	line-height: 1.5em;
}
.dlvr_wrap .dw-sub-title {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.dlvr_wrap .sep {
	display: block;
	width: 100%;
	margin: 1em 0 1em 0;
	border-top: 1px solid #ccc;
}
.dlvr_wrap .content .process .item {
	border: 1px solid #ccc;
	background: #eee;
	padding:1em;
	text-align: center;
	font-weight: bold;
}
.item > .sub {
	font-weight: normal;
}
.dlvr_wrap .content .process .arrow {
	display: block;
	content: url(//img1.clickimg.co.kr/cs_center/img/arrow.jpg);
	margin: 1em auto;
}
.dlvr_wrap .title { 
	font-size:14px; 
	font-weight: 600; 
	margin-top: 1em; 
}
.dlvr_wrap .note {
	padding-left: 1em;
}
.dlvr_wrap .impact {
	color: #fa5851;
}
/* BASIC css end */

