/*sl2_sec01*/
#sl2_sec01 {
	background: url(../img/sl2_sec01_bg.jpg) center center no-repeat;
	position: relative;
}
#sl2_sec01 .tt_tit h1 {
	color: #fff;
}
#sl2_sec01 .tt_tit h1 strong {
	color: #29a7df;
}
#sl2_sec01 .tt_tit p {
	color: #fff;
}
#sl2_sec01 .tt_tit p strong {
	color: #fff000;
}
#sl2_sec01 .arr_t {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#sl2_sec01 .conbox {
	background-color: rgba(0,0,0,0.7);
	padding: 50px;
}
#sl2_sec01 .conbox ul li {
	color: #fff;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 300;
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #404040;
	word-break: keep-all;
}
#sl2_sec01 .conbox ul li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sl2_sec01 .conbox ul li .num {
	position: absolute;
	left: 0;
	top: 0;
	color: #29a9d8;
	font-size: 30px;
	font-family: "Nanum Myeongjo", sans-serif;
}
#sl2_sec01 .conbox ul li h4 {
	color: #fff;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
	margin-bottom: 5px;
}
@media (max-width:768px){
	#sl2_sec01 .arr_t img {
		width: 50px;
	}	
	#sl2_sec01 .conbox {
		padding: 20px;
	}
	#sl2_sec01 .conbox ul li .num {
		font-size: 20px;
	}
	#sl2_sec01 .conbox ul li {
		font-size: 12px;
		padding-left: 30px;
	}
	#sl2_sec01 .conbox ul li h4 {
		font-size: 14px;
	}
}
/*sl2_sec02*/
#sl2_sec02 {
	background: url(../img/sl2_sec02.jpg) center center no-repeat;
	position: relative;
}
#sl2_sec02 .tt_tit h1 strong {
	color: #243565;
}
#sl2_sec02 .deco_wrp {
	margin: 30px 0;
}
@media (max-width:768px){
	#sl2_sec02 .deco_wrp {
		margin: 15px 0;
	}
	#sl2_sec02 .deco_wrp img {
		width: 10px;
	}
}