/*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; position: relative; }
.c5_contents img {}

.c5_title {text-align: center; font-size: 55px; font-weight: 700; color:#000;  }
.c5_title span {color:#fc0303;}
.c5_line { width: 2px; height: 50px; background: #fc0303; margin: 20px auto 35px auto;}

.c5_slider {width: 100%; min-height: 400px; position: relative;}
.c5_box {display: flex; flex-direction: row; }
.c5_img {width: 640px;}
.c5_txt {width: 640px; background: #fff; position: relative; padding: 92px 0 0 60px;}
.c5_plus {position: absolute; top: 30px; right: 30px; width: 51px; height: 51px;}
.c5_plus a  { display: block;}
.c5_plus a img { transform: rotate(0); transition: all 0.2s;}
.c5_plus a:hover img { transform: rotate(90deg);}

.c5_txt h2 {font-size: 16px; font-weight: 700; font-family: 'Raleway', sans-serif; color:#de2020; margin-bottom: 15px;}
.c5_txt > h1 {font-size: 36px; font-weight: 700; font-family: 'NanumSquare', sans-serif !important; color:#333;}
.c5_txt_line {width: 55px; height:4px; background: #fc0303; margin: 17px 0 37px 0;}
.c5_call {font-size: 30px; font-weight: 700; color:#000;font-family: 'NanumSquare', sans-serif !important; background:url('../img/c5_call.png') no-repeat  0 0; padding-left: 70px; line-height: 42px; margin-bottom: 20px;}
.c5_address {display: flex; flex-direction: row;padding-left: 7px;}
.c5_address h1 {font-size: 16px;font-weight: 700; color:#000; margin-right: 20px; width: 30px;}
.c5_address p {font-size: 16px;font-weight: 300; color:#666; width: 480px;}

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

}

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

}

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

}
