@charset "utf-8";

.subMain .roundBox .text {
	margin: 20px;
}

.subMain .roundBox .text h4 {
    margin-top: 30px;
    margin-bottom: -15px;
    padding-top: 7px;
    font-size: 24px;
    color: #3d9ad4;
    position: relative;
    font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}

.subMain .roundBox .text h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 43px;
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.subMain .roundBox .text p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: -0.6px;
    word-break: keep-all;
    font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}

.subMain2 {
	background-color: #333332;
	width: 100%;
}

.subMain h4 {
    margin-top: 30px;
    margin-bottom: -15px;
    margin-left:10px;
    padding-top: 40px;
    font-size: 30px;
    color: #fff;
    position: relative;
    font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}
.subMain .imgList {
	margin-top: 30px;
	margin-left:10px;
	margin-right:10px;
}

.imgList > div > div.bx-viewport > ul > li > span {
	display: block;
	text-align: center;
	color:#fff;
	font-size: 16px;
	margin-top:10px;
	margin-bottom:10px;
}