@charset "utf-8"; 
/* MOBILE */
 
/* image */
#SS31_img1 ,
#SS31_img2 { max-width:55rem }  



/* list */
.SS31__item { 
    font-size:1.8rem ; line-height: 3.4rem ; letter-spacing:-0.05rem ; text-align:justify ; 
    margin-bottom:2rem ; position:relative ;
    padding-left:1rem ;
}
.SS31__item::before {
    display:block ; content:"" ;
    width:0.4rem ; height:0.4rem ; background-color:#000000 ; opacity:0.3 ;
    position:absolute ; left:0 ; top:1.5rem
} 
.SS31__item:last-child { margin-bottom:0 }
.SS31__item > b { font-weight:600 }



/* table */   
#SS31_table4 td:nth-child(1):before , #SS31_table4 th:nth-child(1):before { content:"구분" }
#SS31_table4 td:nth-child(2):before , #SS31_table4 th:nth-child(2):before { content:"에너지생산(10과목)" }
#SS31_table4 td:nth-child(3):before , #SS31_table4 th:nth-child(3):before { content:"에너지 저장/변환(10과목)" }       
#SS31_table4 td:nth-child(4):before , #SS31_table4 th:nth-child(4):before { content:"에너지 소송/관리(7과목)" }
#SS31_table4 td:nth-child(5):before , #SS31_table4 th:nth-child(5):before { content:"에너지 경영(8과목)" } 

#SS31_table4 ul , #SS31_table4 li { display:inline-block }
#SS31_table4 li { margin-right:2rem }
#SS31_table4 li:last-child { margin-right:0 }





/* PC */
@media screen and (min-width:1024px){  

    /* table */   
    #SS31_table4 ul , #SS31_table4 li { display:block } 
    #SS31_table4 li { margin:0 ; text-align:center } 

}   
 




/* PRINT */
@media print {   }   
  