#content{
    width:910px;
    position:Relative;
    margin:0 auto;
}


#content .sec01{
    width:100%;
    position:Relative;
}

#content .sec01 .bg{
    width:100%;
    overflow:Hidden;
}

#content .sec01 .bg img{
    width:100%;
}



#content .sec01 .ct{
    width:100%;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
}


#content .sec01 .ct .tit1{
    width:440px;
    margin:0 auto;
}

#content .sec01 .ct .tit1 img{
    width:100%;
}

#content .sec01 .ct .tit2{
    width:536px;
    margin:21px auto 0;
}

#content .sec01 .ct .tit2 img{
    width:100%;
}

#content .sec01 .time{
    width:375px;
    margin:26px auto 0;
    position:Relative;
}

#content .sec01 .time .img{
    width:100%;
}

#content .sec01 .time .img img{
    width:100%;
}

#content .sec01 .time .tx{
    color:#9CE8FF;
    letter-spacing:-0.6px;
    line-height:27px;
    font-size:18px;
    width:100%;
    text-align:Center;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

#content .sec01 .homeworkList{
    width:480px;
    margin:26px auto 0;
}

#content .sec01 .homeworkList dd{
    widtH:100%;
    border-radius:8px;
    border:2px solid transparent;
    background:#101938;
    background-image:linear-gradient(#101938, #101938), linear-gradient(to right, #CD975B, #fff, #CD975B); 
    background-origin:border-box; 
    background-clip:content-box, border-box;
    box-sizing:border-box;
    margin-top:8px;
}

#content .sec01 .homeworkList dd:first-child{
    margin-top:0px;
}


#content .sec01 .homeworkList dd .pd{
    widtH:100%;
    padding:16px;
    box-sizing:border-box;
}

#content .sec01 .homeworkList dd .pd .subjA{
    widtH:100%;
    display:flex;
    justify-content:space-between;
}


#content .sec01 .homeworkList dd .pd .subjA .subj{
    text-shadow:0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size:15px;
    font-weight:600;
    letter-spacing:-0.6px;
    background: linear-gradient(180deg, #FDFCFA 0%, #B4DBEA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content .sec01 .homeworkList dd .pd .subjA .state{
    font-size:15px;
    font-weight:600;
    color:#fff;
    text-shadow:0px 2px 0px rgba(0, 0, 0, 0.25);
}


#content .sec01 .homeworkList dd .pd .subjA .state span{
    color:#CD975B;
}


#content .sec01 .homeworkList dd .pd .bar{
    width:100%;
    margin-top:11px;
    height:4px;
    border-radius:14px;
    overflow:Hidden;
}

#content .sec01 .homeworkList dd .pd .type1{
    background: linear-gradient(90deg, #EAC68B 0%, #FBF4E0 100%);
}

#content .sec01 .homeworkList dd .pd .type2{
    background:#23386F
}

#content .sec01 .homeworkList dd .pd .barct80{
    width:80%;
    height:4px;
    border-radius:14px;
}

#content .sec01 .homeworkList dd .pd .barct100{
    width:100%;
    height:4px;
    border-radius:14px;
}


#content .sec01 .arlTx{
    width:100%;
    text-align:Center;
    margin-top:12px;
    font-size:15px;
    color:#fff;
}

#content .sec01 .btn{
    width:190px;
    margin:23px auto 0;
    cursor:pointer;
}

#content .sec01 .btn img{
    width:100%;
}



#content .sec02{
    width:100%;
    position:Relative;
}

#content .sec02 .bg{
    width:100%;
    overflow:Hidden;
}

#content .sec02 .bg img{
    width:100%;
}


#content .sec02 .ct{
    width:100%;
    position:absolute;
    top:80px;
    z-index:1;
}

#content .sec02 .ct .tit{
    width:474px;
    margin:0 auto;
}

#content .sec02 .ct .subtit{
    width:100%;
    text-align:Center;
    font-size:18px;
    color:#BFC2D7;
    margin-top:27px;
}

#content .sec02 .ct .subtit span{
    color:#41A7FF;
}

#content .sec02 .ct .bringA{
    width:622px;
    margin:64px auto 0;
    position:relative;
    padding:13px 18px;
    box-sizing:border-box;
    background:#073EC0;
    border-radius:8px 8px;
    box-shadow:2px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
}

#content .sec02 .ct .bringA .bring{
    display:inline-block;
    padding:10px 12px;
    box-sizing:border-box;
    background:#00145D;
    display:flex;
    justify-content:space-between;
}

#content .sec02 .ct .bringA .bring .subj{
    width:160px;
    display:inline-block;
    place-self:center;
}

#content .sec02 .ct .bringA .bring .subj img{
    width:100%;
}

#content .sec02 .ct .bringA .bring .num{
    font-size:22px;
    font-weight:700;
    display:inline-block;
    vertical-align:middle;
    margin-left:6px;
    background: linear-gradient(180deg, #EFF5FF 0%, #BCD4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    place-self:center;
}

#content .sec02 .ct .bringA .bring .num span{
    background: linear-gradient(180deg, #FFC590 0%, #FFF732 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




#content .sec02 .ct .bringA .btn{
    width:118px;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
}

#content .sec02 .ct .bringA .btn img{
    width:100%;
}


#content .sec02 .ct .binggo{
    width:635px;
    padding:18px;
    box-sizing:border-box;
    border:2px solid #587FF8;
    background:#0A0A2C;
    border-radius:8px;
    margin:50px auto 0;
    display:flex;
    flex-flow:wrap;
    justify-content:center;
    position:relative;
}


#content .sec02 .ct .binggo li{
    width:119px;
    line-height:119px;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    background:url('/bbs/images/binggo.png') center center no-repeat;
    background-size:100%;
    cursor:pointer;
    overflow:hidden;
}

#content .sec02 .ct .binggo .current{
    background:url('/bbs/images/binggoCurrent.png') center center no-repeat;
    
}

/*
#content .sec02 .ct .binggo li span{
    background:linear-gradient(180deg, #F7F9FB 0%, #7693BE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content .sec02 .ct .binggo .current span{
    background:linear-gradient(180deg, #fff 0%, #fff 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color:#fff;
}

*/


#content .sec02 .ct .binggo li span{
    width:50%;
    margin:0 auto;
    filter:grayscale(100%);
    display:block;
    opacity:0;
    overflow:hidden;
}


#content .sec02 .ct .binggo li span img{
    width:100%;
    margin-top:-10px;
}

#content .sec02 .ct .binggo .current span{
    filter:grayscale(0%);
    display:block;
    opacity:1;
}


#content .sec02 .ct .binggo .current span{
    filter:grayscale(0%);
    display:block;
    opacity:1;
}

#content .sec02 .ct .binggoA{
    width:100%;
    position:relative;
}



/*0501수정*/


#content .sec02 .ct .binggoA .binggoline{
   width:635px;
   margin:0 auto;
}




#content .sec02 .ct .binggoA .binggoline .vertical1{
    width:80%;
    position:absolute;
    height:auto;
    border:1px dashed #073EC0;
    content:'';
    left:50%;
    transform:translateX(-50%);
    top:75px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .vertical1:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    top:50%;
    transform:translateY(-50%);
    right:-50px;
}



#content .sec02 .ct .binggoA .binggoline .vertical2{
    width:80%;
    height:auto;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:195px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .vertical2:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    top:50%;
    transform:translateY(-50%);
    right:-50px;
}




#content .sec02 .ct .binggoA .binggoline .vertical3{
    width:80%;
    height:auto;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:315px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .vertical3:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    top:50%;
    transform:translateY(-50%);
    right:-50px;
}




#content .sec02 .ct .binggoA .binggoline .vertical4{
    width:80%;
    height:auto;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:435px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .vertical4:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    top:50%;
    transform:translateY(-50%);
    right:-50px;
}




#content .sec02 .ct .binggoA .binggoline .vertical5{
    width:80%;
    height:auto;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:550px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .vertical5:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    top:50%;
    transform:translateY(-50%);
    right:-50px;
}



#content .sec02 .ct .binggoA .binggoline .horizontal1{
    width:auto;
    height:100%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:215px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .horizontal1:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    left:50%;
    transform:translateX(-50%);
    bottom:-50px;
}


#content .sec02 .ct .binggoA .binggoline .horizontal2{
    width:auto;
    height:100%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:335px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .horizontal2:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    left:50%;
    transform:translateX(-50%);
    bottom:-50px;
}



#content .sec02 .ct .binggoA .binggoline .horizontal3{
    width:auto;
    height:100%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:455px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .horizontal3:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    left:50%;
    transform:translateX(-50%);
    bottom:-50px;
}


#content .sec02 .ct .binggoA .binggoline .horizontal4{
    width:auto;
    height:100%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:570px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .horizontal4:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    left:50%;
    transform:translateX(-50%);
    bottom:-50px;
}


#content .sec02 .ct .binggoA .binggoline .horizontal5{
    width:auto;
    height:100%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:690px;
    z-index:1;
}

#content .sec02 .ct .binggoA .binggoline .horizontal5:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    left:50%;
    transform:translateX(-50%);
    bottom:-50px;
}






#content .sec02 .ct .binggoA .binggoline .diagonal1{
    width:auto;
    height:140%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    z-index:1;
    transform:translate(-50%, -50%) rotate(45deg);
}

#content .sec02 .ct .binggoA .binggoline .diagonal1:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    left:50%;
    transform:translateX(-50%);
    bottom:-50px;
}


#content .sec02 .ct .binggoA .binggoline .diagonal2{
    width:auto;
    height:140%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    z-index:1;
    transform:translate(-50%, -50%) rotate(-45deg);
}

#content .sec02 .ct .binggoA .binggoline .diagonal2:after{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    content:attr(data-number);
    left:50%;
    transform:translateX(-50%);
    bottom:-50px;
}


/*0501수정 여기까지*/


/*


#content .sec02 .ct .binggoA .line{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}


#content .sec02 .ct .binggoA .line .vertical1{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    float:right;
    margin-right:50px;
    margin-top:50px;
}


#content .sec02 .ct .binggoA .line .vertical1:before{
    width:80%;
    height:auto;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:75px;
    z-index:0;
}


#content .sec02 .ct .binggoA .line .vertical2{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin-left:190px;
    margin-top:700px;
    
}


#content .sec02 .ct .binggoA .line .vertical2:before{
    width:auto;
    height:120%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:215px;
    transform:translateY(-50%);
    top:50%;
    z-index:0;
}




#content .sec02 .ct .binggoA .line .vertical3{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin-left:80px;
    margin-top:-110px;
}


#content .sec02 .ct .binggoA .line .vertical3:before{
    width:auto;
    height:150%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    z-index:0;
    transform:translate(-50%, -50%) rotate(45deg);
    left:50%;
    top:50%;
}




#content .sec02 .ct .binggoA .line .vertical4{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin-left:310px;
    margin-top:12px;
    
}


#content .sec02 .ct .binggoA .line .vertical4:before{
    width:auto;
    height:120%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:335px;
    transform:translateY(-50%);
    top:50%;
    z-index:0;
}




#content .sec02 .ct .binggoA .line .vertical5{
    width:50px;
    line-height:50px;
    background:#073EC0;
    border-radius:100%;
    text-align:Center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin-left:430px;
    margin-top:-50px;
    
}


#content .sec02 .ct .binggoA .line .vertical5:before{
    width:auto;
    height:120%;
    border:1px dashed #073EC0;
    content:'';
    position:absolute;
    left:455px;
    transform:translateY(-50%);
    top:50%;
    z-index:0;
}


*/

















#content .sec02 .ct .arlTx{
    width:100%;
    text-align:Center;
    margin-top:24px;
    font-size:16px;
    color:#848AA4
}




.openPop{
    position:fixed;
    z-index:9;
    border-radius: 6px;
    border:2px solid rgba(255, 255, 255, 0.2);
    background:#0A0A2C;
    box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.5);
    z-index:9;
    width:450px;
    padding:50px 0px 20px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    display:none;
}


.openPop .popCt .tit{
    text-align:Center;
    font-size:30px;
    color:#EFF5FF;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.55px;
}

.openPop .popCt .subtit{
    text-align:Center;
    font-size:15px;
    letter-spacing: -0.55px;
    color:#EFF5FF;
    margin-top:12px
}



.openPop .popCt .num{
    text-align:Center;
    font-size:30px;
    background: linear-gradient(180deg, #EFF5FF 0%, #BCD4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.55px;
    margin-top:30px;
}

.openPop .popCt .num span{
    text-align:Center;
    font-size:30px;
    background: linear-gradient(180deg, #FFC590 0%, #FFF732 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.55px;
    margin-top:30px;
}


.openPop .submit{
    width:190px;
    margin:50px auto 0;
}


