/*±âº» ·¹ÀÌ¾Æ¿ô*/
.SectionHead{display: none;}
.SectionBody_event{border: none; margin-left: 94px;}
html,body{height: auto}
.clearfix:after{content: ''; display:block; clear:both}
#wrapper{border:1px solid #ececec; width:1001px}
#wrapper *{
    box-sizing: border-box;
    outline:none;
    -webkit-tap-highlight-color : transparent;
    font-family: 'GmarketSans', sans-serif;
}
.eventHeader,
.event_wrap > section{position: relative;}
.mo{display: none;}
.Wrapper{width:1000px; position:relative;}

.tab_wrap{
    position: relative;
}
.tab_list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.tab_list li{
    width: 50%;
}
.tab_list li a{
    display: block;
    height: 100%;
}

.flexDiv{
    display: flex;
}

.evtDiv{
    position: relative;
}
.time{
    font-size: 35px;
    color: #bfbfbf;
    position: absolute;
    top: 7%;
    right: 12%;
    z-index: 1;
}
.evtList > li{
    position: relative;
}
.evtList > li:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.OX_list{
    position: absolute;
    bottom: 19%;
    left: -3%;
    display: flex;
    width: 100%;
    justify-content: center;
}
.OX_list li{
    margin: 0 20px;
    cursor: pointer;
}

.next_list{
    position: absolute;
    bottom: 31%;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 20%;
    display: flex;
    justify-content: center;
}
.next_list li{
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.quiz:not(.Q1),
.answer{
    display: none;
}

.clkDiv{
    position: relative;
}
.clk{
    position: absolute;
    top: 0;
    left: 25%;
    display: inline-block;
    width: 20%;
    height: 100%;
    cursor: pointer;
}

.evtZone{
    position: relative;
}
.finPopWrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.submitBtn{
    display: flex;
    justify-content: center;
    margin: 20px 0 50px;
}
.submitBtn span{
    display: inline-block;
    font-size: 32px;
    color: #fff;
    background-color: #494949;
    padding: 20px 0;
    width: 35%;
    border-radius: 200px;
    text-align: center;
    cursor: pointer;
}


@media all and (max-width:768px){
    /*layout reset*/
    html, body{
        min-width: auto;
        margin: 0;
        overflow-x: hidden;
    }
    header,
    .footerWrap,
    .web{
        display: none;
    }
    .evBody,
    .SectionBody_event,
    .Wrapper,
    #wrapper,
    .wrap{
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    #wrapper{
        border: none;
    }
    .mo{
        display: block;
    }
    .width100{
        width: 100%;
    }
    #wrap{
        width: 100% !important;
    }
    /* .Wrapper{
        padding-bottom: 90px !important
    }
    .moBanner{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        max-height: 80px;
        text-align: center;
        background-color: #281d52;
    }
    .moBanner img{
        width: auto !important;
        height: 100%;
        display: inline !important;
    } */

    .flexDiv .left{
        width: 77%;
    }
    .flexDiv .right{
        width: 23%;
    }

    .OXImg{
        width: 20vw;
    }
}

@media all and (max-width:430px){
    /* .moBanner img{
        width: 100% !important;
        height: auto;
    } */

    .time{
        font-size: 16px;
    }
    .submitBtn span{
        width: 50vw;
        font-size: 23px;
    }
}

@media all and (max-width:320px){

}