/*공통*/
.c_title_line {width: 50px; height: 4px; background: #dc0004; display: inline-block; margin-bottom: 20px;}
.c_title_box h1 {font-size: 55px; font-weight: 500; color:#2a2a2a;}

/*Content CSS*/
#c5_wrap {width: 100%; padding: 80px 0; background:url('../img/c5_bg.jpg') no-repeat  0 0; background-size: cover;}
#contents5 {width: 1280px; margin: 0 auto; display: flex; flex-direction: row; justify-content: space-between;}
.c5_box {width: 160px; }
.c5_box h1 {font-size: 20px; font-weight: 500; color:#fff;  padding-bottom: 15px; border-bottom: 1px solid #707070; margin-bottom: 35px;}
.c5_box ul li { margin-bottom: 10px; }
.c5_box ul li a {font-size: 15px; font-weight: 300; color:#cecece;}
.c5_box ul li:last-child{margin-bottom: 0;}

.c5_box ul li a:hover {color:#f64554}
.c5_box:hover h1 {color:#f64554}
@media screen and (max-width:1200px) {

}

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

}

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

}
