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

/* font size */
#c3_wrap .fs_50 {font-size: 25px; font-weight: 800; line-height: 1.5; font-family: 'NanumSquare'; }
#c3_wrap .fs_32 {font-size: 20px; font-weight: 800; line-height: 1.1; font-family: 'NanumSquare'; }
#c3_wrap .fs_25 {font-size: 17px; 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: 50px 0; background:url("../img/c3_bg.jpg") 50%/cover no-repeat; overflow: hidden; }


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

#c3_wrap .list .box > img {width: 100%; }
/* #c3_wrap .list .box:hover > img {transform: scale(1.1);} */






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

}
