/* 공통 */
.subpage {overflow: hidden; }
.subpage > section {padding:100px 0; position: relative; background: #fff;}
.sub_inner {width: 1300px; margin:0 auto; position: relative; }
.sub_tit {font-size: 45px; font-weight: 700; color:#000; font-family: 'Spoqa Han Sans Neo'; line-height: 1;}
.sub_tit::before {content: ''; display: block; width: 30px; height: 3px; background: #58d6ef; margin:0 auto 20px;}
.sub_p {font-size: 18px; font-weight: 300; color:#333; letter-spacing: -.27px; line-height: 33px; word-break: keep-all; font-family: 'Spoqa Han Sans Neo';}
.tit_wr .sub_p {margin-top: 20px; }

/*Content CSS*/
#busin2_sec1 {text-align: center; z-index: 1; overflow: hidden;}
#busin2_sec1::before {content: ''; display: block; width: 100%; height: 230px; position: absolute; left: 0; bottom: 0;z-index: -1; background: #f2f4f9; }
#busin2_sec1 ul {display: flex; justify-content: space-between; margin-top: 55px; }
#busin2_sec1 ul li {overflow: hidden; width: 635px; height: 400px; border:1px solid #ddd;}
#busin2_sec1 ul li img {transition: all 3s ease; }
#busin2_sec1 ul li:hover img {transform: scale(1.1);}








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

}

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

}


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

}

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


}
