/*공통*/
.sub_con {width: 100%; padding:0 15px;}

/*Content CSS*/
#certification ul {display: flex; flex-wrap:wrap; margin-bottom:50px;}
#certification ul li {width:48%; margin-right:3%; margin-bottom:30px;}
#certification ul li:nth-child(even) {margin-right:0;}
#certification ul li img {width:100%;border:1px solid #eee; transition: all .3s ease;}
#certification ul li p {font-weight: 400; font-size:15px; color:#343434; margin-top:10px; position: relative; padding-left:22px; letter-spacing: -.5px; line-height: 22px;
    word-break: keep-all; letter-spacing: -1px;}
#certification ul li p::before {content: ''; display: block; position: absolute; left:4px; top:6px; width:7px; height:14px; background: #00356f; transition: all .3s ease;
 transform: skew(-15deg); }

/* #certification ul li:hover p::before {background: #a2c323;} */
/* #certification ul li:hover a img {border:1px solid #a2c323;} */

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

}

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

}

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

}

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

}
