/* 공통 */
#c3_wrap .c_inner {width: 100%; max-width: 1400px; padding: 0 50px; margin:0 auto; position: relative; }
#c3_wrap .c_tit h2 span { color:#e53b11;  }

/* font size */
#c3_wrap .fs_50 {font-size: 50px; font-weight: 800; line-height: 1.1; font-family: 'NanumSquare'; }
#c3_wrap .fs_32 {font-size: 32px; font-weight: 800; line-height: 1.1; font-family: 'NanumSquare'; }
#c3_wrap .fs_25 {font-size: 25px; font-weight: 400; line-height: 1.5; font-family: 'NanumSquare'; }


/*Content CSS*/
#c3_wrap {position: relative; z-index: 1;text-align: center;  background: #fff; padding: 80px 0 110px; background:url("../img/c3_bg.jpg") 50%/cover no-repeat;}


#c3_wrap .list {display: flex; justify-content:space-between; margin-top: 50px; flex-wrap: wrap;}
#c3_wrap .list > li {position: relative; overflow: hidden; width: 420px; }
#c3_wrap .list > li:nth-child(n+4) {margin-top: 20px; }
#c3_wrap .list .box {position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; width: 100%;}

#c3_wrap .list .box > img {transition: transform .3s; max-width: inherit; }
#c3_wrap .list .box:hover > img {transform: scale(1.1);}






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

}
