*{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:185px; right:72px; 
    width:340px; height:70px; border-radius: 16px;
} 
#Wrapper .btn02{  
    position:absolute; bottom:135px; left:555px; 
    width:200px; height:48px; border-radius: 32px;
} 


/* ------------- 최상단 띠배너 -------------------------------------------- */
#Wrapper .topban{
    width:100%;     
    height:50px;
    background-color: #000000;
    text-align: center;
}

/* ---------------- 메인 헤더 시작 -------------------------------------------------- */
#Wrapper .mainHeader{  
    width:100%;
    background-image: url('/Images/jobplat/2025/WrittenPass/PC/images/00_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color:#160b02;
}
#Wrapper .mainHeader .inner{ 
    position:relative;
    width:1100px; height:1060px;
    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:244px;left:2px;
}
.tit2{
    position: absolute;top:360px;left:-5px;
    transition-delay: 0.2s;
}
.emo{
    position:absolute;bottom:150px; right:270px;  
}
.flo{
    position:absolute;top:0px; left:0px;  
}
.img2{
    position:absolute;top:190px;right:25px;  
}

/* ------------- 컨텐츠 영역 wrap---------------------------------------------- */
#Wrapper .conWrap{
    width:100%;
}
#Wrapper .conWrap .inner{ /* --- (공통)이너 박스 --- */    
    position:relative;
    width:1100px;
    height:auto;
    margin:0 auto;
}
/* --------------------------------------------------------------------------------- */
#Wrapper .conWrap .con01{
    height:auto;
    background-color: #0b0ec0;
}
#Wrapper .conWrap .point{
    position:absolute; bottom:120px; right:30px;
}
/* --------------------------------------------------------------------------------- */
#Wrapper .conWrap .con02{
    height:auto;
}
/* --------------------------------------------------------------------------------- */
#Wrapper .conWrap .con03{
    height:auto;
    background-color: #f1f1f5;
}
/* 선생님 ------------------------------------------------------------------------------ */
#Wrapper .conWrap .con04{
    height:1000px;
    background-image: url("/Images/jobplat/2025/WrittenPass/PC/images/04_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

/* -------------------------------------- */
#Wrapper .conWrap .con05{
    height:auto;
    background-color: #f1f1f5;
}
/* --------------- ---------- */
#Wrapper .conWrap .con06{  
    height:1100px;  
    background:linear-gradient(to bottom, #ffffff,#e9f4ff );
}
/* --------------------- 선생님 페이지 ----------------------- */
#Wrapper .conWrap .con07{  
    height:auto;
    background-color: #000829;
}
/* ----------- (공통) 탭 시작 ---------------------------------------------------------- */
#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: #072184; 
}
/* ----------------추천합니다- -------------- */
#Wrapper .conWrap .con09{  
    height:auto;
    background:linear-gradient(to bottom, #f6faff,#daecff );
}


/* --------------------------------------------------------------------------------- */
 
#Wrapper .conWrap .ending{
    height:350px;  
    background-image: url("/Images/jobplat/2025/WrittenPass/PC/images/e_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color:#000000;
}

/* --------------------------------------------------------------------------------- */
#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;
}