.sol-container{
	position:relative;
	width:100%;
	height:740px;
}

.sol-container .sol-bg{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:740px;
}

.sol-content{
	width:1280px;
	margin:0 auto;
	position:relative;
	z-index:999;
	padding:90px 0px;
	color:#fff;
	text-align:center;
	font-family:'Noto Sans KR', dotum, sans-serif;
}

.sol-content h1{
	font-size:40px;
	font-weight:500;
}

.sol_font{font-size:40px;
Color:#1db86b;
font-weight:500;}

.sol-content h2{
	font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px;
}
.sol-text1 h1{font-size:40px;
	font-weight:500;}
.sol-text1 span{font-size:40px;
	font-weight:500; Color:#1db86b;}

.sol-btn-wrap{
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:999;
}

.sol-btn-wrap ul{
	width: 100%;
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sol-btn-wrap ul li{
	width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
	cursor:pointer;
	text-align:center;
    transition: background-color 0.3s ease;
	font-family:'Noto Sans KR', dotum, sans-serif;
}

.sol-btn-wrap ul li:nth-child(3n) {
    margin-right: 0;
}

.sol-btn-wrap ul li:hover,
.sol-btn-wrap ul li.active,
.sol-btn-wrap li a:hover,
.sol-btn-wrap li.active a{
    background: rgba(255, 255, 255, 1);
    color: #00954d;
    border-radius: 5px;
}

.sol-btn-wrap li a{
	display:block;
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    transition: color 0.3s ease;
	font-family:'Noto Sans KR', dotum, sans-serif;
}

.sol-btn-wrap .sol-num{
	font-size: 13px;
    display: inline-block;
    line-height: 13px;
    margin-right: 5px;
    background: #00954d;
    color: #fff;
    padding: 3px 15px;
    border-radius: 8px;
	font-family:'Noto Sans KR', dotum, sans-serif;
}

.sol-view-more{
	position:relative;
	height:50px;
	z-index:1000;
	text-align:center;
}

.sol-view-more a{
	color:#ffffff;
	font-size:24px;
}