@charset "utf-8";

.bnd-event{
    max-width:940px;
    margin:auto;
}
.bnd-event img{
    width: 100%;
}
.bnd-event img.mo{
    display: none;
}
.bnd-event .main-con{
    position:relative;
}
.bnd-event .main-con .btn-list a{
    position:absolute;
    display: block;
    width: 22.3404%;
    height: 24.5914%;
}
.bnd-event .main-con .btn-list a:nth-child(1){
    top: 35.9533%;
    left: 24.468%;
}
.bnd-event .main-con .btn-list a:nth-child(2){
    top: 35.9533%;
    right: 24.468%;
}
.bnd-event .main-con .btn-list a:nth-child(3){
    top: 66.3035%;
    left: 24.468%;
}
.bnd-event .main-con .btn-list a:nth-child(4){
    top: 66.3035%;
    right: 24.468%;
}
.bnd-event .drink-con{
    position:relative;
}
.bnd-event .back-btn{
    position:absolute;
    bottom: 100px;
    left: 360px;
    display: block;
    width: 220px;
    height: 70px;
}

.bnd-event .notice-pop{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 10;
}
.bnd-event .notice-pop::before {
    content: '';
    position: fixed;
    left:0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}
.bnd-event .notice-pop .pop-con {
    position: relative;
    top:50%;
    transform: translateY(50%);
    width: 300px;
    padding: 25px 0;
    margin: auto;
    border-radius: 10px;
    border:3px solid #FFF;
    background-color: #00ade5;
    text-align: center;
}
.bnd-event .notice-pop .pop-con p{
    font-family: 'Paperozi';
    font-size:22px;
    font-weight: 400;
    line-height: 1.4;
    color:#FFF;
}
.bnd-event .notice-pop .pop-con .close-pop {
    position: absolute;
    top: -50px;
    right: 0;
    display:block;
    width: 35px;
    height: 35px;
}

.bnd-event .merch01-con, .bnd-event .merch02-con {
    position:relative;
}
.bnd-event .merch01-con .go-btn, .bnd-event .merch02-con .go-btn{
    position:absolute;
    top: 676px;
    left: 335px;
    width: 270px;
    height: 70px;
    cursor: pointer;
}
.bnd-event .merch01-con .goods-btn, .bnd-event .merch02-con .goods-btn {
    position: absolute;
    width: 204px;
    height: 50px;
    cursor: pointer;
}
.bnd-event .merch01-con .goods-btn01 {
    top: 2658px;
    right: 212px;
}
.bnd-event .merch01-con .goods-btn02 {
    top: 3113px;
    left: 143px;
}
.bnd-event .merch01-con .goods-btn03 {
    top: 3411px;
    right: 275px;
}
.bnd-event .merch01-con .goods-pop .pop-con01 {
    top:2435px;
}
.bnd-event .merch01-con .goods-pop .pop-con02 {
    top:2861px;
}
.bnd-event .merch01-con .goods-pop .pop-con03 {
    top:3188px;
}
.bnd-event .merch02-con .goods-pop .pop-con01 {
    top:2280px;
}
.bnd-event .merch02-con .goods-pop .pop-con02 {
    top:2587px;
}
.bnd-event .merch02-con .goods-pop .pop-con03 {
    top:2903px;
}
.bnd-event .merch02-con .goods-btn01 {
    top: 2503px;
    right: 276px;
}
.bnd-event .merch02-con .goods-btn02 {
    top: 2810px;
    right: 223px;
}
.bnd-event .merch02-con .goods-btn03 {
    top: 3126px;
    left: 274px;
}
.bnd-event .goods-pop {
    position: absolute;
    width: 100%;
    z-index: 10;
}
.bnd-event .goods-pop::before {
    content: '';
    position: fixed;
    left:0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}
.bnd-event .goods-pop .pop-con {
    position: relative;
    width: 700px;
    margin: auto;
}
.bnd-event .goods-pop .pop-con .close-pop {
    position: absolute;
    top: 0;
    right: 0;
    display:block;
    width: 35px;
    height: 35px;
}

.bnd-event .event-con{
    position: relative;
}
.bnd-event .event-con .cate-list{
    position:absolute;
    left:84px;
    top:412px;
    display:flex;
    width:772px;
    height:60px;
    background-color: #FFF;
    z-index: 3;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}
.bnd-event .event-con .cate-list{
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}
.bnd-event .event-con .cate-list li{
    width:20%;
    border-right: 2px solid #b2e3f4;
}
.bnd-event .event-con .cate-list li:last-child{
    border-right: none;
}
.bnd-event .event-con .cate-list li a{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
    font-family: 'Paperozi';
    font-size:1.8em;
}
.bnd-event .event-con .cate-list li.on{
    background-color: #00ade5;
    border-right: none;
}
.bnd-event .event-con .cate-list li.on a{
    font-weight: 800;
    color: #FFF;
}
.bnd-event .event-con .cate-list li soan{

}
.bnd-event .event-con .cate-list.fixed{
    position:fixed;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.bnd-event .event-con .event-con01, .bnd-event .event-con .event-con02, .bnd-event .event-con .event-con04, .bnd-event .event-con .event-con05{
    position: relative;
}
.bnd-event .event-con .go-btn {
    position: absolute;
    width: 270px;
    height: 70px;
    cursor: pointer;
}
.bnd-event .event-con .btn-list .go-btn {
    width: 300px;
}
.bnd-event .event-con .event-con01 .btn-list a:first-child {
    left: 165px;
    bottom: 176px;
}
.bnd-event .event-con .event-con01 .btn-list a:last-child {
    right: 165px;
    bottom: 176px;
}
.bnd-event .event-con .event-con02 .go-btn, .bnd-event .event-con .event-con04 .go-btn{
    left: 335px;
    bottom: 80px;
}
.bnd-event .event-con .event-con05 .btn-list a:first-child {
    left: 165px;
    bottom: 749px;
}
.bnd-event .event-con .event-con05 .btn-list a:last-child {
    right: 165px;
    bottom: 749px;
}
.bnd-event .event-con .event-con05 .back-btn{
    bottom: 436px;
}
.bnd-event .notice-pop .pop-con{
    transform:translateY(0);
}
.bnd-event .notice-pop .pop-con01{
    top:1907px;
}
.bnd-event .notice-pop .pop-con02{
    top: 3708px;
}
.bnd-event .notice-pop .pop-con03{
    top: 5682px;
}
.bnd-event .notice-pop .pop-con04{
    top: 6680px;
}

@media screen and (max-width:719px){
.bnd-event img.mo{
    display: block;
}
.bnd-event img.pc{
     display: none;
}
.bnd-event .main-con .btn-list a{
    height: 18.9221%;
}
.bnd-event .main-con .btn-list a:nth-child(1){
    top: 34.1317%;
}
.bnd-event .main-con .btn-list a:nth-child(2){
    top: 34.1317%;
}
.bnd-event .main-con .btn-list a:nth-child(3){
    top: 57.485%;
}
.bnd-event .main-con .btn-list a:nth-child(4){
    top: 57.485%;
}
.bnd-event .notice-pop .pop-con{
    width:260px
}
.bnd-event .notice-pop .pop-con .close-pop{
    width:25px;
    height:25px;
    top:-40px;
}
.bnd-event .notice-pop .pop-con p{
    font-size: 18px;
}

}