.merit_cont_wrap {
	width: 100%;
}

.merit_cont_banner {
	width: 100%;
	margin-bottom: 48px;
}

.merit_cont_banner>a {
	display: block;
	cursor: unset
}

.merit_cont_banner>a>img {
	width: 100%;
}

.merit_cont {
	border-top: 1px solid #E4E5E7;
}

.list_tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	cursor: pointer;
	border-bottom: 1px solid #E4E5E7;
}

.list_tit.on {
	border-bottom: 1px solid #fff;
}

.list_tit>h3 {
	display: flex;
}

.list_tit span {
	color: #273243;
}

.list_tit .tit_num {
	width: 28px;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}

.list_tit .tit_txt {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.4px;
}

.list_tit .arrow_icon {
	width: 20px;
	height: 20px;
	background-image: url('../img/01_common/chevron-down-merit.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.list_tit.on .arrow_icon {
	background-image: url('../img/01_common/chevron-up-merit.svg');
}

.list_cont {
	padding: 24px;
	background-color: #F9F9F9;
	display: none;
}

.list_cont p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #273243;
	text-align: justify;
}

.list_cont p:not(:last-child) {
	margin-bottom: 16px;
}

.list_cont p.ftsz_13 {
	font-size: 13px;
}


.list_cont figure {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.list_cont .other {
	margin-bottom: 16px;
}

.list_cont .other h4 {
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 4px;
}

.list_cont .other>p {
	display: flex;
	align-items: center;
	font-weight: 400;
	letter-spacing: -0.4px;
}

.list_cont .other>p:not(:last-child) {
	margin-bottom: 10.5px;
}

.list_cont .other>p.margin_16 {
	margin-bottom: 16px;
}

.list_cont .other>p>i {
	display: block;
	width: 11px;
	margin-right: 12px;
	flex-shrink: 0;
}

.list_cont .other>p>i>img {
	width: 100%;
}



/* ++++++++++++++++++++ 반응형 미디어쿼리 작성영역 ++++++++++++++++++++ */
/* 미디어쿼리 856 이하 */
@media screen and (max-width:856px) {
	.container_wrap .title_area {
		padding-bottom: 16px;
	}

	.list_tit.on {
		padding: 16px;
	}

	.list_cont .other>p.line_tw {
		align-items: flex-start;
	}

	.list_cont .other>p.line_tw>i {
		margin-top: 8px;
	}

}


/* 미디어쿼리 780 이하 */
@media screen and (max-width:780px) {

	.merit_cont_banner {
		margin-bottom: 16px;
	}

	.list_cont {
		padding: 24px 16px;
	}

	.list_tit .tit_num {
		width: 28px;
		font-size: 15px;
	}

	.list_tit .tit_txt {
		line-height: 16px;
	}
}


/* 미디어쿼리 580 이하 */
@media screen and (max-width:580px) {
	.list_cont .other>p.line_tw {
		align-items: flex-start;
	}

	.list_cont .other>p.line_tw>i {
		margin-top: 8px;
	}
}

/* 미디어쿼리 280 이하 */
@media screen and (max-width:280px) {}