/* 공통 */
#c3_wrap .c_inner { width: 1300px; margin:0 auto; position: relative; }
#c3_wrap .c_title h1 {font-size:72px; font-weight: 700; color:#000; font-family: 'Raleway', sans-serif;}
#c3_wrap .c_title.wh h1 {color:#fff; }

/*Content CSS*/
#c3_wrap {width: 100%; text-align: center; background: url('../img/c3_bg.jpg') 50% 50% no-repeat; background-size:cover;  background-color: #fff; padding:120px 0 140px;}
#c3_wrap .c_title h1::before {content: ''; display: block; content: ''; display: block; width: 64px; height: 3px; background-color: #fff; margin:0 auto 15px;}
#c3_wrap  .c_inner > p {font-size:18px; font-weight: 300; color:#fff; line-height: 36px; margin: 20px 0 60px;}



/* num_info*/
#c3_wrap .num_info {display: flex; justify-content: center; text-align: center;}
#c3_wrap .num_info li {padding:10px 105px; border-right: 1px solid rgba(255,255,255,.4);}
#c3_wrap .num_info li .icon {height: 55px; line-height: 55px; }
#c3_wrap .num_info li:last-child {border-right: 0;}
#c3_wrap .num_info li h2 {font-size:16px; font-weight: 400; color:#fff; margin:30px 0 10px; }
#c3_wrap .num_info li h1 {font-size:36px; font-weight: 900; color:#fff; }
#c3_wrap .num_info li:nth-child(2) {width: 397px;}








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

}

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

}

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

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

}
