/* 공통 */
#c1_wrap .c_inner {width:100%; margin:0 auto;}

/*Content CSS*/
#c1_wrap { text-align: center; width: calc(100% - 40px); margin: -60px auto 0; box-shadow: 10.1px 4.3px 13px 13px rgba(0, 0, 0, 0.04); }
#c1_wrap ul {display: flex; flex-wrap:wrap;}
.c1_btn { width: 50%; }
.c1_btn a {width:100%; height:100%; display: flex; align-items: center; justify-content: center;  transition: all .3s ease; background: #fff; flex-direction: column; position: relative; z-index: 1;  padding: 30px 20px;}
#c1_list .c1_btn:last-child a::after {display: none; }
.c1_btn a .icon {transition: all .3s ease;  width: 55px; height: 55px; }
.c1_btn a h1 {transition: color .3s ease ;font-size: 14px; font-weight: 500; color:#333; margin:15px 0;letter-spacing: -0.7px;}
.c1_btn a span {width: 100%; height: 35px;  line-height: 35px; transition: all .3s ease; border-top: 1px solid #dee6e6;  border-bottom: 1px solid #dee6e6; max-width: 140px;
display: block; margin:0 auto; font-size:13px; font-weight: 700; color:#bad5d6; font-family: 'NanumSquare',sans-serif; }



#c1_list .c1_btn:nth-child(1) a .icon {background: url('../img/c1_icon2.png?v=201007') 50% 50% no-repeat;}
#c1_list .c1_btn:nth-child(2) a .icon {background: url('../img/c1_icon3.png?v=201007') 50% 50% no-repeat;}
#c1_list .c1_btn:nth-child(3) a .icon {background: url('../img/c1_icon4.png?v=201007') 50% 50% no-repeat;}
#c1_list .c1_btn:nth-child(4) a .icon {background: url('../img/c1_icon5.png?v=201007') 50% 50% no-repeat;}


#c1_list .c1_btn:nth-child(1) a  {border-right: 1px solid #dee6e6;border-bottom: 1px solid #dee6e6}
#c1_list .c1_btn:nth-child(2) a  {border-bottom: 1px solid #dee6e6}
#c1_list .c1_btn:nth-child(3) a  {border-right: 1px solid #dee6e6}




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

}

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

}

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

}
