/* 공통  */
#c3_wrap .c_inner {width: 100%; margin:0 auto; }

/*Content CSS*/
#c3_wrap {text-align: left; padding:50px 20px; background: #fff; }
.c3_top {text-align: center;}
.c3_top h1 {font-size: 30px; font-weight: 700; color:#333; font-family: 'Montserrat'; }
.c3_top span {display: block; width: 44px; height: 1px; background: #0053a5; margin: 20px auto;}
.c3_top p {font-size:15px; font-weight: 300; color:#666; line-height: 28px; }

/* c3_list */
.c3_list {display: flex; flex-wrap:wrap; margin:30px 0 0; justify-content: center;}
.c3_list li {width: 50%; position: relative;   border:1px solid #ddd; margin-top: -1px; margin-left: -1px;}
.c3_list li img { max-width: 70%; max-height: 70%;}
.c3_list li a {display: flex ;align-items: center ;justify-content: center; width: 100%; height: 125px;position: relative;}





@media screen and (max-width:100%) {

}

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

}

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

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

}
