/* 공통 */
#c2_wrap .c_inner {width:100%; margin:0 auto; padding:0;}
#c2_wrap .m_title {position: relative; text-align: left;}
#c2_wrap .m_title h1 {font-size:32px; font-weight: 600; color:#141414; font-family: 'Raleway', sans-serif;}
#c2_wrap .m_title a {font-size:14px; font-weight: 500; color:#707070; font-family: 'Raleway', sans-serif; position: absolute; right:15px; top:100px; transition: all .3s ease;}
#c2_wrap .m_title a i {margin-left:10px; transition: all .4s ease;}
#c2_wrap .m_title a:hover {color:#072a60;}
#c2_wrap .m_title a:hover i {transform: rotate(180deg);}

/*Content CSS*/
#c2_wrap {width:100%; text-align: center; padding:0 0 50px;background: #fff; position: relative; z-index: 1;}
#c2_wrap .m_title h1 {color:#fff;}
#c2_wrap .m_title a {color:rgba(255,255,255,.5);}
#c2_wrap .m_title a:hover {color:rgba(255,255,255,1);}
#c2_wrap .m_title {width:100%; height:140px; background: url('../img/c2_bg.jpg?v=201111') 50% 50% no-repeat; background-size:cover; position: relative;
padding: 50px 15px 0;}
.c2_list {width:100%; box-shadow: 5px 5px 10px 0 rgba(177, 177, 177, 0.16); background: #fff; min-height:160px; display: flex; flex-wrap:wrap;}
.c2_list li {width:50%; background: #fff; padding:20px; border-bottom: 1px solid #dcdcdc;}
/* .c2_list li:last-child {border-bottom: 0;} */
.c2_list li:nth-child(even) {border-left:1px solid #dcdcdc;}
.c2_list li a {display: flex; flex-direction: column;}
.c2_list .c2_img {width:100%; overflow: hidden; position: relative;}
.c2_list .c2_img img { width:100%;}
.c2_list .c2_txt {position: relative; width:100%; text-align: left; }
.c2_list .c2_txt i {position: absolute; right:0; bottom:0; font-size:20px; color:#cfcfcf; transition: all .2s linear;}
.c2_list .c2_txt h2 {font-size:15px; font-weight: 400; color:#141414; letter-spacing: -1px; margin-top:10px; white-space: nowrap;text-overflow:ellipsis; overflow:hidden;}
.c2_list .c2_txt span {display: block; font-size:14px; font-weight: 300; color:#b8b8b8; margin:15px 0 0;}
.c2_list .c2_txt p {font-size:15px; font-weight: 300; color:#727272; letter-spacing: -.5px; line-height: 22px; word-break: keep-all; display: none; margin-top:25px;}

/* hover */
/* .c2_list a:hover .c2_img {height:170px;}
.c2_list a:hover .c2_txt i {top:20px; color:#455f87;} */



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

}

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

}

@media screen and (max-width: 480px) {
    .c2_list li {padding:15px;}
}
