*{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%;
}
 /* 풀페이지 내 버튼 제작 */
.btn01{
    width:300px; height:70px; z-index: 99;
    position: absolute; bottom:210px; left:25px;
    
}
.btn02{
    width:300px; height:70px;z-index: 99;
    position: absolute; bottom:210px; left:400px;
  
}
.btn03{
    width:300px; height:70px;z-index: 99;
    position: absolute; bottom:210px; right:25px;
}

/* ------------- 최상단 띠배너 -------------------------------------------- */
#Wrapper .topban{
    width:100%;     
    height:50px;
    background-color: #000000;
    text-align: center;
}

/* ---------------- 메인 헤더 시작 -------------------------------------------------- */
#Wrapper .mainHeader{  
    width:100%;
    background-image: url('../images/00_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
 
}
#Wrapper .mainHeader .inner{ 
    position:relative;
    width:1100px; height:1040px;
    margin:0 auto;
}


/* ------------- 컨텐츠 영역 wrap---------------------------------------------- */
#Wrapper .conWrap{
    width:100%;
}
#Wrapper .conWrap .inner{ /* --- (공통)이너 박스 --- */    
    position:relative;
    width:1100px;
    height:auto;
    margin:0 auto;
}
/* --------------------------------------------------------------------------------- */
#Wrapper .conWrap .con01{
    height:auto;
    background-color: #e44c2f;
}

/* 모고 신청하기--------------------------------------------------------------------------------- */
#Wrapper .conWrap .con02{
    height:1100PX;
    background-image: url('../images/02_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
.flo02{
    position: absolute;top:280px;right:40px;
}

/* 문항제작프로세스--------------------------------------------------------------------------------- */
#Wrapper .conWrap .con03{
    height:auto;
    background-image: url('../images/03_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color:#111;
}
/* 범위 ------------------------------------------------------------------------------ */
#Wrapper .conWrap .con04{
    height:auto;
    background-image: url('../images/04_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color:#e44c2f;
}

/* 모고 안내-------------------------------------- */
#Wrapper .conWrap .con05{
    height:auto;
    background-color:#111;
}
/* ------------------------- */
#Wrapper .conWrap .con06{  
    height:auto;
    background-color: #c6cad2;
}
/* ------------------------- */
#Wrapper .conWrap .con07{  
    height:auto;
    background-color: #eaedf1;
}
/* ----------- (공통) 탭 시작 ---------------------------------------------------------- */
#Wrapper .conWrap .tab {
    width:1100px; 
    margin: 0 auto;
    padding-bottom:100px;
 
}
#Wrapper .conWrap .tab .tabmenu{
    position:absolute;top:345px; /* li높이 값만큼 -요소 넣어주기. */
    width:1100px; 
    display: flex; 
    justify-content:space-between;
}
#Wrapper .conWrap .tab .tabmenu li {
    width: 365px; 
    height:90px;
    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 {
    color:#fff;
}
#Wrapper .conWrap .tab .tabcon {
    width:1100px;
    height: auto;
    margin-top:80px;
}
#Wrapper .conWrap .tab .tabcon .conbox {
    display: none;
}
#Wrapper .conWrap .tab .tabcon .on {
    display: block;
}


/* ----------------- -------------- */
#Wrapper .conWrap .con08{  
    background-color: #111; 
}
/* ----------------추천합니다- -------------- */

/* --------------------------------------------------------------------------------- */
 
#Wrapper .conWrap .ending{
    height:350px;  
    background-image: url("../images/e_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #111;
}

/* --------------------------------------------------------------------------------- */
#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;
}