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

/*Content CSS*/
#c4_wrap {background: #fff; text-align: center;}
#c4_wrap .c_inner {display: flex; }
.c4_btn {padding: 50px 20px; transition: all .3s ease;  width: 50%; display: block ; position: relative; z-index: 1;}
#c4_wrap .c_inner > .c4_btn:first-child {border-right: 1px solid #cfdcdc; }
.c4_btn h1 {font-size:18px; font-weight: 800; color:#e1e6e7; position: relative; font-family: 'NanumSquare',sans-serif; transition: color .3s ease ;}
.c4_btn .icon {height: 50px; line-height: 50px; margin: 20px 0 30px;}
.c4_btn .icon img {transition: transform 500ms; height: 50px;}
.c4_btn h2 {font-size: 18px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif;}
.c4_btn span {display: block; margin:22px auto 0; width: 100%; max-width: 140px; height: 40px; line-height: 40px; font-size:14px; font-weight: 700; color:#bad5d6;
font-family: 'NanumSquare',sans-serif; border-top:1px solid #dee6e6; border-bottom: 1px solid #dee6e6; transition: all .3s ease; }




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

}

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

}

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

}
