html, body {
    height: auto;
}

#wrapper {
    border: 1px solid #ececec;
    width: 1000px
}

.SectionHead {
    display: none;
}
.SectionHead {
    display: none;
}
.SectionBody_event {
    border: none;
    margin-left: 94px;
}
.SectionBody_event {
    border: none;
    margin-left: 94px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

#wrapper {
    border: 1px solid #ececec;
    width: 1000px
}

#wrapper * {
    box-sizing: border-box;
}

.section {
    position: relative;
}

.abImg {
    position: absolute;
}
.responsiveImg {
    width: 100%;
}

.eventHeader,
.event_wrap > section {
    position: relative;
}

.BgImg {
    width: 100%;
}

.section {
    overflow: hidden;
    max-width: 1000px;
    position: relative;
}

@media all and (max-width:768px) {
    /*layout reset*/
    body,
    html {
        min-width: auto;
        margin: 0;
        overflow-x: hidden;
    }
    .footerWrap,
    .web,
    header {
        display: none;
    }
    #wrapper,
    .SectionBody_event,
    .Wrapper,
    .evBody,
    .wrap {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    #wrapper {
        border: none;
    }
    .mo {
        display: block;
    }
    .width100 {
        width: 100%;
    }
    #wrap {
        width: 100% !important;
    }

    .eventHeader .red{
        top: 75px;
        left: 37px;
    }
    .product_list{
        width: 80vw;
        margin-top: 35px;
        margin-left: 19px;
    }
    .tabList ul{
        padding-left: 0;
        padding: 0 5%;
        height: auto;
        bottom: -95px;
    }
    .tabList li{
        width: 25%;
    }
    .tabList li img{
        width: 100%;
    }

    .video_wrap{
        width: 80vw;
    }

    .evtTap_list{
        padding: 0 6%;
    }

    .startBox,
    .evtCont_list li{
        width: 80vw;
    }
}

@media all and (max-width:414px) {
    .eventHeader .red{
        width: 100px;
        height: 100px;
        top: 45px;
        left: 14px;
    }
    .product_list {
        margin-top: 20px;
        margin-left: 10px;
    }
    .tabList ul{
        bottom: -45px;
    }

    .volume{
        width: 33vw;
        height: auto;
        bottom: -40px;
    }

    .evtTap_list .click{
        width: 10vw;
    }
    .evtTap_list li{
        padding: 0 5px;
    }
    .evtTap_list .tapOn {
        top: -8px;
        left: -4px;
    }


    .form_wrap{
        width: 100%;
        padding: 0 5%;
    }
}

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