.sub-section > .wrap > div {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 50px 0 100px 0;
	padding: 0px 0px;
	background: #fff;
}

.sub-section .wrap div .sec-1 p {
	font-size: 17px;
	color: #fff;
	font-family: '맑은 고딕';
	padding: 18px 25px;
	width: 100%;
	background: #353535;
}

.sub-section .wrap div .sec-1 p + p {
	background: #676767;
	text-shadow: 1px 1px 1px #000;
}

.sub-section .wrap div .sec-2 ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	background: #fff;
}

.sub-section .wrap div .sec-2 ul li {
	display: flex;
	width: calc(50% - 10px);
	min-height: 116px;
	flex-direction: column;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-bottom: 1px solid #cccccc;
}

.sub-section .wrap div .sec-2 li .num {
	display: inline-flex;
	justify-content: center;
	font-family: '고려대 백주년기념체';
	width: 56px;
	font-size: 22px;
	color: #fff;
	padding: 8px 0px;
	margin-left: 25px;
	background: #78001d;
	position: relative;
	margin-top: -1px;
	z-index: 1;
}
.sub-section .wrap div .sec-2 li:nth-child(2) .num,
.sub-section .wrap div .sec-2 li:nth-child(3) .num,
.sub-section .wrap div .sec-2 li:nth-child(6) .num,
.sub-section .wrap div .sec-2 li:nth-child(7) .num,
.sub-section .wrap div .sec-2 li:nth-child(10) .num,
.sub-section .wrap div .sec-2 li:nth-child(11) .num{
	background: #b9193f;
}

.sub-section .wrap div .sec-2 li p {
	width: 100%;
	font-size: 15px;
	text-align: left;
	padding: 54px 24px 18px 24px;
	position: relative;
	margin-top: -38px;
	font-family: '맑은 고딕';
	color: #1b1b1b;
}

.sub-section .wrap div .sec-3 {
	background: #f4f6f8;
	border: 1px solid #eaeaea;
	margin-top: 20px;
}

.sub-section .wrap div .sec-3 p {
	font-size: 17px;
	font-family: '맑은 고딕';
	padding: 18px 25px;
	color: #000;
}


@media screen and (max-width: 767px) {
	.sub-section .wrap div .sec-1 p{
		text-align: left;
	}
	.sub-section .wrap div .sec-3 p,
	.sub-section .wrap div .sec-1 p{
		font-size: 15px;
	}
	.sub-section .wrap div .sec-2 ul li{
		width: 100%;
	}
	.sub-section .wrap div .sec-2 li:nth-child(2n) .num{
		background: #b9193f;
	}
	.sub-section .wrap div .sec-2 li:nth-child(2n + 1) .num{
		background: #78001d;
	}
	
}

