@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body,html {margin:0; padding:0;}
body {overflow:visible;}
body.notscroll {overflow:hidden;}

.event_container {
    width: 100%;
}
.evnet_box {
    max-width: 1920px;
    margin: 0 auto;
}

.event_box_contents {
    width: 860px;
    margin: 0 auto;
}
.event_box_contents img {
    width: 100%;
}
.top_area {
    height: 1186px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/top.png');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}
.bg_v_line {
    height: 2147px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/v_line.png');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}

.bg_uv {
    height: 976px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/bg_uv.png');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}

.bg_recipe01 {
    height: 2295px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/recipe01.png');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}

.bg_recipe02 {
    height: 1381px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/recipe02.png');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}

.bg_refund {
    height: 453px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/refund_1.jpg');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}

.bg_sale1 {
    height: 1384px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/refund_2.jpg?v=220712_1');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}
.bg_sale2 {
    height: 3045px;
    background:url('https://image.serybox.com/event/2021/12/1201/pc/sale.jpg?v=220712_1');
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
}

.event_menu_area {
    width: 100%;
    height: 140px;
}
.event_menu_fixed {position:fixed; top:0; left:0; z-index:80; z-index:999999999;}
.event_menu_box {
    width: 100%;
    background-color: #46065C;
}
.event_menu {
    max-width: 860px;
    margin: 0 auto;
    margin-block-start: unset;
    margin-block-end: unset;
    display: flex;
}
.event_menu dd {
    padding: 30px 0 30px 0;
    width: 25%;
    margin-inline-start: unset;
    background-color: #46065C;
    cursor: pointer;
}

.event_menu dd.on {
    background-color: #680788;
    color: #FEFDFA;
    font-weight: bold;
}

.event_menu dd .menu_item {
    height: 80px;
    margin: 0;
    color: #E5D7F2;
    text-align: center;
    line-height: 1.5;
    position: relative;
    font-size: 23px;
    line-height: 1.2;
}

.event_menu dd .menu_item:after {
    content: '';
    display: block;
    position: absolute;
    left: calc(48% - 3.5px);
    bottom: 0px;
    width: 7px;
    height: 7px;
    border: solid #F9C847;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.menu_item_l {
    border-left: 1px solid #F9C847;
}
.buy_botton {
    position: fixed;
    bottom: 0px;
    display: none;
    z-index: 999;
}
