/* 공통 */
.sub_con {width: 100%; padding: 0 15px; position: relative; }
.s_bot_bg {width: 100%; height: 150px; margin:-0 0 0; background: url('../img/ab_bot_bg.jpg') 50% 50% no-repeat; background-size:cover;  }
.s_title h2 {font-size:13px; font-weight: 400; color:#0900cb; letter-spacing: 2px; font-family: 'Play', sans-serif;  text-transform: uppercase; }
.s_title h1 {font-size:24px; font-weight: 500; color:#000; line-height: 24px; margin:15px 0 0;}
.s_table table {border-collapse: collapse; width: 100%;}
.s_table table th, td {padding: 12px 15px;}
.s_table table thead th { color:#fff; font-size: 14px;font-weight: 500; border:1px solid rgba(255,255,255,0.2)}
.s_table table tbody th, .s_table table tbody td {border: 1px solid #d5d6e6; text-align: left; word-break: keep-all; letter-spacing: -.5px; }
.s_table table tbody th {background: #eaedf1; font-size: 14px; font-weight: 500; color:#333; }
.s_table table tbody td {font-size: 13px; font-weight: 300; color:#666; }


/*Content CSS*/
#contribution {text-align: center; padding:0 0 50px; }

#cont_sec { background: #fff; }
#cont_sec .txt h2 {font-size:14px; font-weight: 400; color:#0900cb; letter-spacing: 3px; font-family: 'Play', sans-serif; }
#cont_sec .txt h1 {font-size:20px; font-weight: 500; color:#000; line-height: 32px; margin:15px 0 30px; word-break: keep-all;}
#cont_sec .txt p {font-size:14px; font-weight: 300; color:#666; line-height: 26px; letter-spacing: -.5px; word-break: keep-all; }
#cont_sec .txt h3 {font-size:15px; font-weight: 400; color:#333;margin:40px 0 0;}
#cont_sec .txt h3 b {font-weight: 600; font-size:22px;  }

#cont_sec .img {display: flex; flex-direction: column; width: 100%; margin-top:50px; text-align: left; }
#cont_sec .img li {width: 100%; position: relative; overflow: hidden; margin-bottom: 15px;}
#cont_sec .img li:last-child {margin-bottom: 0; }
#cont_sec .img li h2 {font-size:15px; font-weight: 500; color:#fff; position: absolute; left:30px; bottom: 30px; }
#cont_sec .img li h2::before {content: ''; display: block; width: 32px; height: 1px; background: #fff; margin:0 0 15px; }
#cont_sec .img li img {max-width: 100%;}




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

}

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

}

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

}
