.s1_2_con2 ul li.bold {margin-bottom: 15px;font-weight:bold;font-size: 22px;color: #50585c;}
.mb-60{margin-bottom:60px}
.subConBox .txt-tit{font-size:18px; margin-bottom:10px; font-weight:bold}
.txt-wrap{margin-bottom:30px}
.s4_1_con .t_typel tr td{text-align:left}
.align-center{text-align:center}

/********************************
* 2021-08-23 eun
* 졸업/취업 > 졸업 후 진로
*********************************/
.ht_s4_1_con{border-top:5px solid #79b244;border-bottom:5px solid #79b244}
.ht_s4_1_con ul{overflow:hidden}
.ht_s4_1_con ul > li{float:left;width:25%;border-right:1px solid #e3e3e3;text-align:center;padding:50px 20px}
.ht_s4_1_con ul > li:nth-child(4n){border-right:0}
.ht_s4_1_con ul > li:nth-child(n + 5){border-top:1px solid #e3e3e3}
.ht_s4_1_con .ico{display:flex;justify-content:center;align-items:center;height:55px}
.ht_s4_1_con .ico img{max-height:100%}
.ht_s4_1_con .tit{font-size:1.5rem;color:#4e4e4e;margin:25px 0}
.ht_s4_1_con .con{font-size:1.063rem;height:90px}

/********************************
* 2021-08-23 eun
* 졸업/취업 > 학사관련 자격증
*********************************/
.ht_s4_2_con li{display:flex;align-items:center;padding:25px 40px;border-radius: 15px;border: solid 3px #004d40;margin-bottom:20px}
.ht_s4_2_con .img{flex-shrink:0;margin-right:50px}
.ht_s4_2_con .subject{display:block;color:#004d40;margin-bottom:20px;font-size:1.25rem}
.ht_s4_2_con p{word-break:keep-all}

@media (max-width:1028px){
	.ht_s4_1_con ul > li{width:50%}
	.ht_s4_1_con ul > li:nth-child(4n){border-right:1px solid #e3e3e3}
	.ht_s4_1_con ul > li:nth-child(2n){border-right:0}
	.ht_s4_1_con ul > li:nth-child(-n + 6){border-top:1px solid #e3e3e3}
}

@media (max-width: 640px){
	.s1_2_con2 ul li {padding-left:0}
	.s1_2_con2 ul li.bold {margin-bottom: 10px; font-size: 18px}
	.s1_2_con2 ul li.bold br{display:none}
	
	.ht_s4_1_con ul > li{padding:30px 10px}
	.ht_s4_1_con .tit{font-size:1.2rem;margin:15px 0}
	.ht_s4_1_con .con{font-size:.9rem}
	
	.ht_s4_2_con li{display:block;padding:20px}
	.ht_s4_2_con .img{margin-right:0;margin-bottom:20px}
	.ht_s4_2_con .img img{width:100%}
	.ht_s4_2_con .subject{font-size:1.125rem;margin-bottom:10px}
}

@media (max-width: 480px){
	.ht_s4_1_con ul > li{width:100%;float:none}
	.ht_s4_1_con ul > li{border-right:0}
	.ht_s4_1_con .con{height:auto}
}