*{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:178px; right:50px; 
    width:390px; height:74px;  
} 
#Wrapper .btn02{  
    position:absolute;top:775px;  left:720px;  
    width:300px; height:60px;  
} 
 
/* 최상단 탑배너 시작 ----------------------------------------------------------------------- */
#Wrapper .topban{
    width:100%;     
    height:50px;
    background-color: #fff453;
    text-align: center;
}
/* 메인 영역 시작 ----------------------------------------------------------------------- */
#Wrapper .mainHeader{  
    width:100%;
    background-image: url("../images/00_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color:#000000;
    transform: translateZ(0);
}
#Wrapper .mainHeader .inner{ 
    position:relative;
    width:1100px; height:1500px;
    margin:0 auto;
}
#Wrapper .mainHeader .inner .txtbox{
    position:absolute;top:634px;
    width:1100px; height:400; 
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.tit1{
    position: absolute;top:200px;left:12px;  
}
.tit2{
    position: absolute;top:302px;left:12px;  
    transition-delay: 0.2s;
}
.box1{
    position:absolute;bottom:150px; left:12px;  
    transition-delay: 0.2s;
}
.box2{
    position:absolute;bottom:150px; left:310px;  
    transition-delay: 0.4s;
}

/* 컨텐츠 영역 시작 ----------------------------------------------------------------------- */
#Wrapper .conWrap{
    width:100%;
}
#Wrapper .conWrap .inner{ /*(공통) 컨텐츠 박스*/    
    position:relative;
    width:1100px;
    height:auto;
    margin:0 auto;
}
/* 수강신청 --------------------------------------------------------------------------- */
#Wrapper .conWrap .con01{
    height:828px;
    background-color:#080019;
    background-position: center;
    background-repeat: no-repeat;
}
#Wrapper .conWrap .con01 .pointer1{
    position:absolute;top:470px;right:50px;
}

/* 강의박스 ---------------------------------------------------------- */
#Wrapper .conWrap .con02{
    height:1650px;
    background:url("../images/02_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4e22ab;
    /* background: linear-gradient(to bottom,#4e22ab,#250071); */
}
/* 합격률 ---------------------------------------------------------------------------- */
#Wrapper .conWrap .con03{
    height:1050px;
    background:url("../images/03_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
/* 강사-------------------------------------------------------------------------- */
#Wrapper .conWrap .con04{
    height:1070px;
    background: linear-gradient(to bottom,#fffefa,#e5ddff);
}
.img04{
    position: absolute;top:330px; left:40px;
}
/* 탭(필요시) ----- */
#Wrapper .conWrap .tab {
    width:1100px; 
    margin: 0 auto;
    margin-top:70px;
    margin-bottom:30px;
}
#Wrapper .conWrap .tab .tabmenu{
    position:absolute;top:-80px;/* li높이 값만큼 -요소 넣어주기. */
    width:1100px; 
    display: flex; 
    justify-content:space-between;
}
#Wrapper .conWrap .tab .tabmenu li {
    width: 360px; 
    height:80px;
    margin:0;
    background-color: #d6bed6;
    color:#a18ea1;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: 700;
    cursor:pointer;
    letter-spacing: -0.5px;
}
#Wrapper .conWrap .tab .tabmenu li.on {
    background-color: #2d00de;
    color:#fff;
}
#Wrapper .conWrap .tab .tabcon {
    width:1100px;
    height: auto;
}
#Wrapper .conWrap .tab .tabcon .conbox {
    display: none;
}
#Wrapper .conWrap .tab .tabcon .on {
    display: block;
}

/* 교재안내 ---------------------------------------------------------------------- */
#Wrapper .conWrap .con05{
    height:1000px;  
    background:url("../images/05_bg.jpg");
    background-position: cover;
    background-repeat: no-repeat;
}
/* 추천------------------------------------------------------------- */
#Wrapper .conWrap .con06{  
    height:970px;  
    background: linear-gradient(to bottom,#fffefa,#e5ddff);
}

#Wrapper .conWrap .ending{
    height:350px;  
    background: linear-gradient(to bottom,#4e22ab,#250071); 
}

/* --------------------------------------------------------------------------------- */
#Wrapper .info{
    width:100%; 
    background-color:#232323;
    color:#888888;
}
#Wrapper .info .inner{
    width:1100px;height:auto;

    margin:0 auto; 
    padding:50px 0; 
}
#Wrapper .info .inner .info_tit{
    font-size: 16px; color:#888888;
    padding-bottom:5px;
    letter-spacing: -1px;
    font-weight: 600;
}
#Wrapper .info .inner .info_con{
    width:1100px;height:auto;
    border-top: 2px solid #777;
    padding:0px 0;
    margin-top:5px;
}
#Wrapper .info .inner .info_con:last-child{
    border-bottom: 2px solid #777;
}
#Wrapper .info .inner .info_con li{
    letter-spacing: -1px;
    width:1100px;height:auto;font-size: 14px;
    display: inline-block;
    padding:16px 0; 
    line-height:26px;
    border-bottom: 1px solid #333;
}
#Wrapper .info .inner li h5{
    display: inline-block;
    box-sizing: border-box;
    width:130px; font-size: 14px;
    padding-left:5px;    
}
#Wrapper .info .inner .info_con li span{
    box-sizing: border-box;
    float:right;font-size: 14px;
    width:920px;height:auto;
    padding-left:30px;
    border-left:1px solid #333;
}
#Wrapper .info .inner .info_con li span .point{
    color:#dddddd;
}