/*공통*/
.con_1280 {width: 100%; margin: 0 auto;}
.c_title {width: 100%;}
.c_title h2 { font-family: 'Raleway',sans-serif; font-weight: 600; font-size: 14px; color:#857874; margin-bottom: 10px; word-break: keep-all;}
.c_title h3 { font-weight: 500; font-size: 16px; color:#f4ac96; margin-bottom: 10px;}

.c_title h1 { font-family: 'NanumSquare',sans-serif; font-weight: 500; font-size: 26px; color:#000; margin-bottom: 10px; word-break: keep-all;}
.c_title p {  font-weight: 300; font-size: 14px; color:#888787; line-height: 26px; word-break: keep-all;}
.c_line { width: 207px; height: 9px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 20px auto 0 auto; }
.c_line span {width: 9px; height: 9px; background: #857874; display: block;}
.c_line::before {width: 83px; height: 1px; background:#857874; display: block; content: ""}
.c_line::after {width: 83px; height: 1px; background:#857874; display: block; content: ""}

/*Content CSS*/
#c2_wrap {width: 100%; background:url('../img/c2_bg.jpg') no-repeat  0 0; background-size: cover; padding: 50px 15px; text-align: center;  overflow: hidden;}
#c2_wrap .c_title {position: relative;}
#c2_wrap .c_title h1 {color:#fff;}
#c2_wrap .c_title p {color: rgba(255, 255, 255, 0.5);}

#c2_plus { margin: 15px 0; }
#c2_plus a {display: flex;  flex-direction: row; justify-content: center; align-items: center;  }
#c2_plus a p { transition: all 0.3s;font-size: 16px; font-weight: 300; color:#fff;}
#c2_plus a span {width: 62px; height: 48px; line-height: 48px; text-align: center; display: inline-block; background: url('../img/c2_arrow.png')no-repeat 50% 50%; margin-left: 16px; transition: all 0.3s}
#c2_plus a:hover p {color:#f4ac96;}
#c2_plus a:hover span {background: url('../img/c2_arrow_ov.png')no-repeat 50% 50%;}

#c2_article {margin-top: 30px;}
.c2_box {width: 100%; margin-bottom: 15px;}
.c2_box a {width: 100%; display: block; position: relative;}
.c2_img_box {width: 100%; position: relative;}
.c2_img img {width: 100%;}
.c2_box p {font-weight: 300; font-size: 14px; color:#fff; margin-top: 15px; width: 100%; background: rgba(0,0,0,0.7); position: absolute; bottom: 0; left: 0; padding: 15px }

.c2_box a:hover .c2_cover {opacity: 1;}









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

}

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

}

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

}
