/*공통*/
.con1280 {width: 100%; margin: 0 auto;}
.c_btn {width: 294px; margin: 0 auto; text-align: left;}
.c_btn a {width: 100%; height: 50px; line-height: 50px; padding: 0 0 0 35px; background: url('../img/c_arrow_b.png')no-repeat 200px 49%; border: 1px solid #000; color:#000; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 400; display: block; transition: all 0.3s;}
.c_btn a:hover {background: url('../img/c_arrow_w.png')no-repeat 200px 49% #0053dd; border: 1px solid #0053dd; color:#fff;}

/*Content CSS*/
#c1_wrap {width: 100%;overflow: hidden; position: relative; background: #f7f7f7; overflow: hidden;}
#c1_wrap .article {width: 100%; }
#c1_wrap .article .con1280 {}
#c1_wrap .article .con1280 .img {width: 100%; height: 200px; overflow: hidden; position: relative; }
#c1_wrap .article .con1280 .img img {width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

#c1_wrap .article .con1280 .txt {width: 100%; text-align: center; padding: 60px 15px;}
#c1_wrap .article .con1280 .txt h1 {font-size: 35px;font-family: 'Roboto', sans-serif; font-weight: 700; color: #000; margin-bottom: 15px;}
#c1_wrap .article .con1280 .txt h2 {font-size: 17px;font-family: 'NanumSquare', sans-serif; font-weight: 700; margin-bottom: 15px; color:#000; word-break: keep-all;}
#c1_wrap .article .con1280 .txt h2 span {color:#0053dd}
#c1_wrap .article .con1280 .txt p {font-size: 14px; font-weight: 300; color:#666; letter-spacing: -0.3px; line-height: 30px; margin-bottom: 30px; word-break: keep-all;}



















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

}

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

}

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

}
