/*공통*/
.con1280 {width: 100%; margin: 0 auto; text-align: center; padding: 0 15px;}
.c_title {font-size: 30px; font-weight: 600; color:#4e5059; font-family: 'Montserrat',sans-serif; }

/*Content CSS*/
#contents3 {display: flex; flex-direction: row; justify-content: space-between; flex-wrap:wrap; align-items: center; padding: 0!important}
.c3_box { border-right: 1px solid #ddd; width: 50%; height: 130px; line-height: 130px;}
.c3_box:nth-child(1), .c3_box:nth-child(2) {border-bottom: 1px solid #ddd;}
.c3_box:nth-child(2n) {border-right: none;}
.c3_img {width: 100%; text-align: center; padding: 0 30px; overflow: hidden;}
.c3_img img {max-width: 100%;}
.c3_box:hover .c3_img img {transform: scale(1.1);}
@keyframes pulse-border {

}

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

}

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

}

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

}

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

}
