/* 공통 */
.sub_con {width: 1300px; margin:0 auto ; position: relative; }

/* bullet_list */
.bullet_list li {width: 100%; position: relative; padding-left: 18px; word-break: keep-all; font-size:18px; font-weight: 300; color:#fff ; line-height: 32px ; margin-bottom: 18px; }
.bullet_list li:last-child {margin-bottom: 0; }
.bullet_list li::before {content: ''; display:block; width: 5px; height: 5px ;background-color: #fff; position: absolute; left: 0; top: 13px; }

/* table */
.s_table table {width: 100%; text-align: center; border-collapse: collapse;}
.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; }
.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; }
.clear .s_table > div:last-child {margin-top: 20px;}
/* res_table  */
.res_table {width: 100%; overflow-x: auto; }
.res_table table { width:100%; max-width: 1024px; white-space: nowrap; min-width: 100%;}
.res_table_icon {text-align: right; display: none;}
.res_table_icon i {font-size:30px; color:#fff;}

/*Content CSS*/
/*clear 공통  */
.clear {padding:100px 0 120px; }

/* sec1 */
.cle_sec1 .article {display: flex;}
.cle_sec1 .article .img_box {width: 573px;}
.cle_sec1 .article .img_box img {width: 100%;}
.cle_sec1 .article .img_box .img {border:1px solid #444;}
.cle_sec1 .article .img_box ul {display: flex; justify-content: space-between; margin-top: 30px;}
.cle_sec1 .article .img_box ul li {; }

.cle_sec1 .article .txt_box {width: calc(100% - 573px); margin-left: 40px; background-color: #161616; position: relative; padding: 125px 100px 0;}
.cle_sec1 .article .txt_box::before {content: ''; display: block; width: 100%; height: 10px; position: absolute; left: 0; top: 0;
background: url('../img/cle_bor_top.jpg') 50% 50% no-repeat; background-size:cover; }
.cle_sec1 .article .txt_box .title {padding-bottom: 60px; margin-bottom: 65px; border-bottom: 1px solid #888; }
.cle_sec1 .article .txt_box .title h2 {font-size:22px; font-weight: 300; color:#fff; text-transform: uppercase; }
.cle_sec1 .article .txt_box .title h2 span {font-weight: 500; }
.cle_sec1 .article .txt_box .title h2 span::before {content: ''; display: inline-block; width: 3px; height: 18px; background-color: #004eba; margin:0 15px; }
.cle_sec1 .article .txt_box .title h1 {font-size:45px; font-weight: 400; color:#fff ;font-family: 'BMDOHYEON'; margin-top: 25px ;}

/* sec2 */
.cle_sec2 {margin-top: 80px ;}





@media screen and (max-width:1300px) {
    /* 공통 */
    .sub_con {width: 100%; padding:0 50px; }
    .bullet_list li {font-size:16px; line-height: 30px; }

    /* content */
    .cle_sec1 .article .img_box {width: 40%;}
    .cle_sec1 .article .img_box ul li {width: calc(50% - 5px); }
    .cle_sec1 .article .txt_box {width: calc(60% - 40px); padding:60px 50px;}
    .cle_sec1 .article .txt_box .title {padding-bottom: 30px; margin-bottom: 35px;}
    .cle_sec1 .article .txt_box .title h1 {font-size:40px;}

    .s_table table thead th {font-size:14px;}
    .s_table table tbody td {font-size:13px;  }

}

@media screen and (max-width: 1024px) {
    /* 공통 */
    .sub_con {padding:0 30px; }
    .clear {padding:90px 0;}
    .bullet_list li {font-size:15px; line-height:26px; }
    .bullet_list li::before {top: 10px;}

    /* content */
    .clear {padding:90px 0;}
    .cle_sec1 .article {flex-direction: column; }
    .cle_sec1 .article .img_box {width: 100%; display: flex; justify-content: space-between;}
    .cle_sec1 .article .img_box .img {width: calc(70% - 20px);}
    .cle_sec1 .article .img_box ul {width: 30%; flex-direction: column; justify-content: space-between; margin-top: 0; }
    .cle_sec1 .article .img_box ul li {width: 100%; }
    .cle_sec1 .article .txt_box {width: 100%; padding:60px 50px; margin-left: 0; margin-top: 40px; }

    .cle_sec2 {margin-top: 50px ;}
    .res_table_icon {display: block;}
    .s_table table {min-width: 1024px;}
    .s_table table thead th {font-size:12px ; padding:12px 10px;}
    .s_table table tbody td {font-size:12px;  padding:12px 10px; }

}

@media screen and (max-width: 640px) {
    /* 공통 */
    .clear {padding:60px 0;}
    .bullet_list li {margin-bottom: 10px; font-size:14px;}

    /* content */
    .cle_sec1 .article .img_box {flex-direction: column ;}
    .cle_sec1 .article .img_box .img {width:100%;}
    .cle_sec1 .article .img_box ul {width: 100%; margin-top: 20px;flex-direction: row;}
    .cle_sec1 .article .img_box ul li {width: calc(50% - 10px); }
    .cle_sec1 .article .txt_box {width: 100%; padding:40px 30px; margin-left: 0; margin-top: 40px; }
    .cle_sec1 .article .txt_box::before {height: 5px; }
    .cle_sec1 .article .txt_box .title {padding-bottom: 20px; margin-bottom: 25px;}
    .cle_sec1 .article .txt_box .title h2 {font-size:16px;  }
    .cle_sec1 .article .txt_box .title h2 span::before {height: 15px; position: relative; top:1px; margin:0 10px; }
    .cle_sec1 .article .txt_box .title h1 {font-size:28px; margin-top: 15px; }


}

@media screen and (max-width: 480px) {
    /* 공통 */
    .sub_con {padding:0 15px; }
    .bullet_list li {font-size:13px; padding-left: 15px; margin-bottom: 8px;}

    /* content */
    .cle_sec1 .article .txt_box {padding:30px 20px; }
    .cle_sec1 .article .txt_box .title h2 {font-size:14px; }
    .cle_sec1 .article .txt_box .title h1 {font-size:26px ;}

}
