/*공통*/
.con1300 {width: 1300px; margin: 0 auto;}
.s_title {text-align: center;}
.s_title h2 {font-size: 18px; font-weight: 500; color:#0371fb;}
.s_title h1 {font-size: 48px; font-weight: 700; color:#000; margin: 7px 0 15px}
.s_title h3 {font-size: 18px; font-weight: 500; color:#000; margin-bottom: 25px;}
.s_title p {font-size: 16px; font-weight: 300; color:#000; line-height: 30px; word-break: keep-all;}

/*Content CSS*/
#solution1 {padding: 90px 0 125px;}
#sol1_c1 .article {margin-top: 70px; text-align: center;}
#sol1_c1 .article .box ul {display: flex; justify-content: space-between;}
#sol1_c1 .article .box:last-child ul {display: flex; justify-content: space-around;}
#sol1_c1 .article .box:nth-child(2) {margin: 50px 0;}
#sol1_c1 .article .box:nth-child(2) ul li {border: 1px solid #ddd; font-size: 0;}
#sol1_c1 .article .box ul li p {font-size: 20px; font-weight: 500; color:#000; margin-top: 15px;}

#sol1_c2 { width: 100%; height: 500px; background: url('../img/sol1_img3.jpg')no-repeat 50% 50% #e6e6e6; position: relative; margin-top: 70px;}
#sol1_c2 .s_btn {width: 380px; position: absolute; left: 50%; bottom: 50px; margin-left: -175px;}
#sol1_c2 .s_btn a {width: 100%; height: 65px; background: #0371fb; color:#fff; line-height: 65px; display: block; text-align: center; border-radius: 3px; font-size: 16px; transition: all 0.3s;}
#sol1_c2 .s_btn a:hover {background: #000;}
#sol1_c2 .s_btn a i {font-size: 20px; margin-left: 10px;}
@media screen and (max-width:1300px){

}


@media screen and (max-width:960px){

}

@media screen and (max-width:640px){

}
