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


/*Content CSS*/
#certification ul {display: flex; text-align: center; flex-wrap:wrap; margin-bottom:50px;}
#certification ul li {width:48%; margin-right:3%; margin-bottom:20px;  }
#certification ul li:nth-child(even) {margin-right:0;}
#certification ul li:nth-child(n+5) {margin-bottom:0;}
#certification ul li a {display: block; width:100%; height:auto; position: relative;}
#certification ul li a > img {width:100%;border:1px solid #eee;}
.hv_plus {position: absolute; width:100%; height:100%; left:0; top:0; background: rgba(0,0,0,.7); transition: all .2s ease; opacity: 0; line-height: 375px; display: none;}
#certification ul li a:hover .hv_plus {opacity: 1;}

#certification ul li > span {display: block; margin:20px auto 10px; width:40px; height: 1px; background: #333;}
#certification ul li > p {font-size:16px; font-weight: 400; color:#333; font-family: 'S-CoreDream-4Regular';  word-break: keep-all;}


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

}

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

}

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

}

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

}
