@charset "utf-8";
.industry {}
.industry .secBg {position:relative; width:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}

/**테이블 */
.industry .tableWrap {margin-top:30px;} 
.industry table { width:100%; border-top:2px solid #1c1c1c; border-bottom: 1px solid #ddd; background-color:#fff; border-collapse: collapse;}
.industry table caption { width:0; height:0; font-size:0; line-height:0; overflow:hidden; text-indent:-9999px;}
.industry table th {padding:20px 10px 16px; background-color:#f6f6f6; border-right:1px solid #ddd; border-bottom:1px solid #ddd;  font-weight:500; font-size:1.7rem; color:#111; line-height:1.2em; }
.industry table td {padding: 15px 10px 10px;  border-top:1px solid #ddd; border-right:1px solid #ddd; font-size:1.5rem; color:#222;  line-height:1.2em; }
.industry table td:last-child { border-right:none; }
.industry table td.last_border {border-right:1px solid #ddd;}


.industry .halfWrap {display:flex; flex-wrap:wrap; justify-content: space-between;}
.industry .halfWrap .half.img{width:40%;}
.industry .halfWrap .half.img img {width:100%;}
.industry .halfWrap .half.txt{width:55%;}

.industry.in2 .halfWrap {display:flex; flex-wrap:wrap; justify-content: space-between;}
.industry.in2 .halfWrap .half.img{width:50%;}
.industry.in2 .halfWrap .half.img img {width:100%;}
.industry.in2 .halfWrap .half.txt{width:47%;}


.industry .halfUl {display:flex; flex-wrap:wrap; justify-content: space-between;}
.industry .halfUl li {width:50%; display:flex;align-items:start; margin-bottom:5px;}
.industry .halfUl li .colorBox {width:40px; height:20px; margin-right:10px;}
.industry .halfUl li .colorBox img {width:40px; height:20px; border:1px solid #e1e1e1;}
.industry .halfUl li .boxTxt {width:calc(100% - 80px)}
.industry .halfUl li .boxTxt.font18 {line-height: 1.3em;}
.industry .halfUl li .colorBox.box1{background-color: #e6de11;}
.industry .halfUl li .colorBox.box2{background-color: #f7c1ff;}
.industry .halfUl li .colorBox.box3{background-color: #98fe7e;}
.industry .halfUl li .colorBox.box4{background-color: #fff81b;}
.industry .halfUl li .colorBox.box5{background-color: #fffee5;}
.industry .halfUl li .colorBox.box6{background-color: #ffc001;}
.industry .halfUl li .colorBox.box7{background-color: #e1c57b;}
.industry .halfUl li .colorBox.box8{background-color: #80e0c5;}

@media screen and (max-width:1024px){
.industry.in2 .halfWrap .half.img,
.industry.in2 .halfWrap .half.txt{width:100%;}
.industry.in2 .halfWrap .half.txt{padding-top:30px;}
.industry .halfUl li {width:100%; display:flex; margin-bottom:5px;}
.industry .halfUl li .colorBox {width:30px; height:15px; margin-right:7px;}
.industry .halfUl li .colorBox img {width:30px; height:15px;}
.industry .tableWrap {margin-top:20px;} 
.industry table th { font-size:1.5rem; padding: 5px 5px 3px;}
.industry table td { font-size:1.5rem; padding: 5px 5px 3px;}
}

@media screen and (max-width:768px){
  .industry .halfWrap .half.img,
  .industry .halfWrap .half.txt{width:100%;}
  .industry .halfUl li .colorBox {width:50px; height:20px; margin-right:15px;}
  .industry .halfUl li .colorBox img {width:50px; height:20px;}

 
}