/* 공통 */
#c6_wrap .c_inner {width: 1300px; margin:0 auto; position: relative; }
#c6_wrap .c_title h1 {font-size:60px; font-weight: 400; color:#fff; line-height: 90px; word-break: keep-all; font-family: 'BMDOHYEON';}
#c6_wrap .cont_p {font-size:18px; font-weight: 300; color:#fff; line-height: 36px; word-break: keep-all; }

/* table */
#c6_wrap .s_table table {width: 100%; text-align: center; border-collapse: collapse;}
#c6_wrap .s_table table thead th {background-color: #3a3838; padding:20px 10px; border-left:1px solid rgba(255,255,255,.25); border-right:1px solid rgba(255,255,255,.25);
font-size:15px; font-weight: 500; color:#fff; word-break: keep-all; line-height: 20px; }
#c6_wrap .s_table table tbody td {background: #000; padding:20px 10px; font-size:14px; font-weight: 300; color:#fff; line-height: 20px; word-break: keep-all;
border:1px solid rgba(255,255,255,.25); border-top: 0; }
/* res_table  */
#c6_wrap .res_table {width: 100%; overflow-x: auto; }
#c6_wrap .res_table table { width:100%; max-width: 1024px; white-space: nowrap; min-width: 100%;}
#c6_wrap .res_table_icon {text-align: right; display: none;}
#c6_wrap .res_table_icon i {font-size:30px; color:#fff;}




/*Content CSS*/
#c6_wrap {text-align: center; position: relative; padding: 100px 0 130px;}
#c6_wrap .top {margin-bottom: 85px;}
#c6_wrap .top h2 {font-size:24px; font-weight: 500; color:#fff; font-family: 'Montserrat'; margin:20px 0 15px; word-break: keep-all; }
#c6_wrap .top .cont_p {font-family: 'Montserrat';}
#c6_wrap .img_list {display: flex ; justify-content: space-between;}
#c6_wrap .img_list li {width: 410px; }
#c6_wrap .img_list li img {width: 100%; }
/* table */
#c6_wrap .s_table {margin:85px 0;}
#c6_wrap .s_table > div:last-child {margin-top: 23px;}





@media screen and (max-width:1300px) {
    /* 공통 */
    #c6_wrap .c_inner {width: 100%; padding:0 50px; }

    /* content */
    #c6_wrap .img_list li {width: calc(33.3% - 14px);}
    #c6_wrap .s_table table thead th {font-size:14px ;}
    #c6_wrap .s_table table tbody td {font-size:13px;  }

}

@media screen and (max-width: 1024px) {
    /* 공통 */
    #c6_wrap .c_inner {width: 100%; padding:0 30px; }
    #c6_wrap .c_title h1 {font-size:45px; line-height: 75px;}
    #c6_wrap .cont_p {font-size:16px; line-height: 30px;}

    /* content */
    #c6_wrap {padding:90px 0;}
    #c6_wrap .top {margin-bottom: 50px;}
    #c6_wrap .s_table {margin:50px 0;}
    #c6_wrap .res_table_icon {display: block;}
    #c6_wrap .s_table table {min-width: 1024px;}
    #c6_wrap .s_table table thead th {font-size:12px ; padding:12px 10px;}
    #c6_wrap .s_table table tbody td {font-size:12px;  padding:12px 10px; }
    #c6_wrap .top h2 {font-size:22px; }
    #c6_wrap .img_list li {width: calc(33.3% - 10px);}

}

@media screen and (max-width: 640px) {
    /* 공통 */
    #c6_wrap .c_title h1 {font-size:35px; line-height: 60px;}
    #c6_wrap .cont_p {font-size:14px ;line-height: 28px;}

    /* content */
    #c6_wrap {padding:60px 0;}
    #c6_wrap .top {margin-bottom: 40px;}
    #c6_wrap .s_table {margin:40px 0;}

    #c6_wrap .top h2 {font-size:20px; line-height: 32px; margin:15px 0 10px;}
    #c6_wrap .img_list li {width: calc(33.3% - 5px);}


}

@media screen and (max-width: 480px) {
    /* 공통 */
    #c6_wrap .c_inner {width: 100%; padding:0 15px; }
    #c6_wrap .c_title h1 {font-size:30px; line-height: 50px;}

}
