.backgray.on {
 background-color: #2d2d2d;
    height: 118px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 118px;
    width: 100%;
}

/*±âº» ·¹ÀÌ¾Æ¿ô*/
.SectionHead {
    display: none;
}
.SectionBody_event {
    border: none;
    margin-left: 94px;
}
body,
html {
    height: auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
#wrapper {
    border: 1px solid #ececec;
    width: 1001px;
}
#wrapper * {
    box-sizing: border-box;
}
.eventHeader,
.event_wrap > section {
    position: relative;
}
.mo {
    display: none;
}
.Wrapper {
    width: 1000px;
    position: relative;
}

.topBtn{
    margin-top: 20px;
}

/*ÅÇ ÀÖÀ» °æ¿ì*/
.tabList {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.tabList ul {
    display: inline-block;
}
.tabList li {
    float: left;
    margin-left: 15px;
}
.tabList li:first-child {
    margin-left: 0;
}

/*1p*/
.videoWrap {
    background-color: #efefef;
    padding-bottom: 50px;
}
.videoCont_wrap {
    width: 890px;
    margin: 0 auto;
}
.videoCont_wrap > div {
    float: left;
}
.video_wrap {
    width: 634px;
}
.video_wrap video {
    width: 100%;
}

.volume_wrap {
    position: relative;
    margin-top: 10px;
}
.volume {
    display: inline-block;
    width: 286px;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.volume img {
    display: none !important;
}
.volume.on img {
    display: block !important;
}

.videoList_wrap {
    width: 240px;
    margin-left: 15px;
}
.video_list li {
    margin-top: 15px;
}
.video_list .thumnail {
    background-color: #2d2d2d;
    height: 118px;
    cursor: pointer;
}
.video_list .tit {
    font-size: 17px;
    font-weight: normal;
    margin-top: 6px;
    text-align: center;
}

.nextBtn {
    text-align: center;
    margin: 100px 0;
}
.nextBtn a {
    display: inline-block;
}

/*2p*/
.contTab_list{
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 885px;
}
.contTab_list li{
    float: left;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.contTab_list li:first-child{
    margin-left: 0;
}
.contTab_list li .tabOn{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.contTab_list li .click{
    position: absolute;
    top: -20px;
    right: -20px;
    animation: blink 1.5s infinite;
    -webkit-animation: blink 1.5s infinite;
    -ms-animation: blink 1.5s infinite;
    z-index: 1;
}
.contTab_list li.on .tabOn{
    display: block;
}
.contTab_list li.on .click{
    display: none;
}

.tabCont_list{
    margin-top: 110px;
    position: relative;
}
.tabCont_list li{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.tabCont_list li.on{
    display: block;
}

/*3p*/
.chk_wrap{
    position: relative;
}
.chk_list{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 600px;
    margin-left: 20px;
}
.chk_list li{
    height: 30px;
    margin-top: 65px;
}
.chk_list li:first-child{
    margin-top: 0;
}

.chk_list li label{
    display: block;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.chk_list input[type="checkbox"],
.label input[type="checkbox"]{
    width: 0;
    height: 0;
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
}
.chk_list input[type="checkbox"]:checked + label:before{
    content:'';
    display: inline-block;
    width: 67px;
    height: 49px;
    background: url(/Users/Event/event/issue933/images/chk.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: -8px;
}

.label{
    width: 72%;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    cursor: pointer;
}
.label label{
    display: block;
    height: 100%;
    position: relative;
}
.label input[type="checkbox"]:checked + label::before{
    content:'';
    display: inline-block;
    width: 90px;
    height: 66px;
    background: url(/Users/Event/event/issue933/images/labelChk.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: -8px;
}
.formWrap {
    
}
.formWrap img {
    display: inline !important;
}
.form_wrap {
    width: 520px;
    margin: 0 auto;
    text-align: left;
}

@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}

@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;
    }

    .tabList ul,
    .contTab_list{
        width: 90vw;
        margin: 0 auto;
    }
    .tabList li,
    .contTab_list li{
        width: 32%;
        margin-left: 2%;
    }
    .tabList li img,
    .contTab_list li img{
        width: 100%;
    }

    .videoCont_wrap{
        width: 100%;
        padding: 0 5%;
    }
    .videoCont_wrap > div{
        float: none;
    }
    .video_wrap{
        width: 100%;
    }

    .videoList_wrap{
        width: 100%;
        margin: 0;
        margin-top: 50px;
    }
    .video_list li{
        float: left;
        width: 48%;
        margin-left: 4%;
    }
    .video_list li:first-child{
        margin-left: 0;
    }
    .video_list .thumnail{
        height: 180px;
    }

    .chk_list{
        width: 55vw;
        margin-left: 0;
    }
    .chk_list li{
        margin-top: 43px;
    }
    .chk_list input[type="checkbox"]:checked + label:before{
        width: 45px;
        height: 33px;
        top: -19px;
    }

    .label input[type="checkbox"]:checked + label::before{
        width: 60px;
        height: 43px;
        top: -16px;
        left: -2px;
    }
}

@media all and (max-width:414px) {
    .volume_wrap img,
    .volume{
        width: 50vw;
    }
    .volume{
        height: 100%;
    }
    .video_list .thumnail {
        height: 95px;
    }
    .video_list .tit{
        font-size: 14px;
    }

    .nextBtn{
        margin: 50px 0;
    }
    .nextBtn img{
        display: inline-block !important;
        width: 60vw;
    }

    .contTab_list{
        bottom: -45px;
        margin-top: 80px;
    }
    .contTab_list li .click{
        top: -10px;
        width: 12vw;
    }

    .chk_list li{
        height: 15px;
        margin-top: 24.5px;
    }
    .chk_list input[type="checkbox"]:checked + label:before {
        width: 24px;
        height: 18px;
        top: -14px;
        left: -3px;
    }
    .label input[type="checkbox"]:checked + label::before {
        width: 37px;
        height: 26px;
        top: -5px;
    }

    .form_wrap{
        width: 100%;
        padding: 0 5%;
    }
}

@media all and (max-width:375px) {
    .chk_list li{
        margin-top: 21px;
    }
}

@media all and (max-width:360px) {
    .chk_list li{
        margin-top: 19px;
    }
}

.thumnail  img {width:100%; height:100%;}