*{margin:0;padding:0;}
body{font-family: "Noto Sans KR", sans-serif;}
ul{list-style:none;}
a{text-decoration:none;}
button{background-color: inherit;border:none; box-shadow:none; cursor:pointer;}
#Wrapper{
    position:relative; width:100%;
}
#Wrapper .btn01{  /* -- 수강신청 바로가기 -- */
    position:absolute;bottom:80px; left:300px; 
    width:500px; height:80px; border-radius: 16px;
}


/* --------------------------------------------------------------------------------- */
#Wrapper .maintop{  
    width:100%;
    background-color: #0a0a42;
}
#Wrapper .maintop .inner{  
    position:relative; margin:0 auto;
    width:1100px; height:40px;
}
#Wrapper .maintop .inner .text{  
    text-align: center;
    font-size:18px;
    font-weight: 800;
    letter-spacing: 3px;
    color:#111111;
    line-height:38px;
}
/* --------------------------------------------------------------------------------- */
#Wrapper .mainHeader{  
    width:100%;
    height:1181px;
    background-image: url('/Images/jobplat/2024/NisInfo/PC/images/00_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0e0e0e;
}
#Wrapper .mainHeader .inner{  
    position:relative; margin:0 auto;
    width:1100px; 
}


/* --------------------------------------------------------------------------------- */
#Wrapper .conWrap{
    width:100%;
}
#Wrapper .conWrap .inner{ /*(공통) 컨텐츠 박스*/    
    position:relative;
    width:1100px;
    height:auto;
    margin:0 auto;
}
/* --------------------------------------------------------------------------------- */
#Wrapper .conWrap .con01{
    background-color: #1c1c1c;
    height:auto;
    padding-bottom:120px;
}
/* --------------------------------------------------------------------------------- */
#Wrapper .conWrap .con02{
    height:200px;
    background-color: #bb8241;
}
/* --------------------------------------------------------------------------------- */
