/* 공통 */
#c2_wrap .c_inner {width: 100%; margin:0 auto;}
#c2_wrap .c_title {text-align: center;}
#c2_wrap .c_title h2 {font-size:14px; font-weight: 600; color:#ff6800; letter-spacing: 3.4px; text-transform: uppercase; font-family: 'Montserrat'; margin-bottom: 13px;}
#c2_wrap .c_title h1 {font-size:28px; font-weight: 400; color:#333; font-family:'GongGothicMedium';}

/*Content CSS*/
#c2_wrap {background: #fff; padding:50px 15px; text-align: center; background: url('../img/dot_bg.jpg') 50% 50% repeat; }
.c2_list {margin-top:30px;}
.c2_list li {width: 100%; border-top:1px solid #333;background: #fff; margin-bottom: 10px;}
.c2_list li a {display: block; width: 100%; display: flex; justify-content: space-between; align-items: center;}
/* c2_img */
.c2_img {position: relative; padding:15px; width: 30%;}
.c2_img img {max-width: 100%;}

/* c2_txt */
.c2_txt {width: 70%; text-align: left; transition: all .3s ease; padding: 0 70px 0 20px; position: relative;}
.c2_txt h2 {font-size:12px; font-weight: 400; color:#ff7200; letter-spacing: 1.4px; font-family:'GongGothicLight'; margin-bottom: 8px; transition: color .3s ease;}
.c2_txt h1 {font-size:16px; font-weight: 500; color:#333; }

.c2_plus {position: absolute; right: 15px; top: 50%; width: 39px; height: 39px; margin-top: -20px;}

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

}

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

}

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

}
