/*공통*/
.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*/
#c2_wrap {position: relative;}
.c2_title { font-size: 26px; font-family: 'NanumSquare',sans-serif; font-weight: 700; text-align: center; padding-top: 100px;}
.c2_title span {color:#0053dd;}
.c2_title::before {width: 1px; height:50px; background: #0053dd; display: block; content: ""; position: absolute; top: 0; left: 50%;}
.c2_title::after {width: 11px; height:11px; background: #0053dd; display: block; content: ""; position: absolute; top: 66px; left: 50%; margin-left: -5px;}
#c2_wrap .txt_bg {position: absolute; top: 30px; right: -40px;}


#c2_wrap .article {width: 100%; margin-top: 30px;}
#c2_wrap .article .box {width:100%; border-bottom: 1px solid #ddd; height: 100%;}
#c2_wrap .article .box:first-child {border-top: 1px solid #ddd;}
#c2_wrap .article .box a {display: flex; align-items: center; width: 100%;padding: 30px 20px; background: #fff; text-align: left; position: relative;}
#c2_wrap .article .box a .icon {width: 94px; height: 103px; text-align: center; transition: all 0.5s; text-align: center;}
#c2_wrap .article .box:nth-child(1) a .icon {background: url('../img/c2_icon1_ov.png')no-repeat 50% 50%;}
#c2_wrap .article .box:nth-child(2) a .icon {background: url('../img/c2_icon2_ov.png')no-repeat 50% 50%;}
#c2_wrap .article .box:nth-child(3) a .icon {background: url('../img/c2_icon3_ov.png')no-repeat 50% 50%;}

#c2_wrap .article .box a .txt {width: calc(100% - 94px);padding-left: 30px;}
#c2_wrap .article .box a h1 {font-size: 22px;font-family: 'NanumSquare',sans-serif; font-weight: 700; color:#000; margin-bottom: 15px;}
#c2_wrap .article .box a p {font-size: 14px; font-weight: 300; color:#666; line-height: 24px;  word-break: keep-all; letter-spacing: -0.3px;}


.c2_btn {font-size: 30px; color:#000; position: absolute; top: 20px; right: 20px; width: 30px; height: 30px;}













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

}

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

}

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

}
