/* BASIC css start */
@font-face {
    font-family: 'Cafe24SuperMagic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/Cafe24Supermagic-Regular-v1.0.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'LABDigital';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/fontlab/LABDigital.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/fontlab/LABDigital.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/fontlab/LABDigital.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/fontlab/LABDigital.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/fontlab/LABDigital.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv1Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv1Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv1Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
#footer-container {
    margin-top: 0px;
}
/*
.items li,
.items li:nth-child(2n){padding:0 !important;}
*/
div#event2 section {
    margin-bottom: 40px;
}



.list_dlvy_btn { display: none !important; }
.listName_brand,
.items-wrap .items li .brand_fporg_name { margin-top: 7px; }
.items-wrap {
    margin-top: 0;
    padding: 0;
}

div#content-mainbn {
    position: relative;
    overflow: hidden;
}

div#content-mainbn img{width:100%}

#content-mainbn div {
    background-color: #ff3b06;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#content-mainbn div p {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}


.big_box { 
    position: relative; 
    
}

.content_wrap>img {
    width: 100%;
}

.content_wrapper { 
    position: relative; 
}

.pickTabMenuWrap {
  margin:0 20px;
}

.pickTabMenuWrap ul.pickTabMenu {}
.pickTabMenuWrap ul.pickTabMenu li.on {
   /* border-bottom: 2px solid #fff;*/
}
.pickTabMenuWrap ul.pickTabMenu li.on:after {
    position: absolute;
    top: 8px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    font-weight: 300;
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}
.pickTabMenuWrap ul.pickTabMenu li img {
    width: 100%;
}

.swWrap {
    overflow: hidden;
    position: relative;
    background: #fff;
} 

.swWrap section{display:none;}
.swWrap section.on{display:block;}

.more {
    text-align: center;
    margin-bottom: 100px;
    margin-bottom: 39px !important;
}
.more a {
    font-size: 3.2vw;
    background: #000;
    color: #fff;
    padding: 11px 27px;
    font-family: 'NexonLv1Gothic';
}

/* floating menu */
.floating-menu { 
    background: #061821;
    position: sticky;
    top: 55px;
    z-index: 10;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.floating-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.floating-menu li {
    margin: 0;
    width: 20%;
    cursor: pointer;
    position: relative;
}

.floating-menu li:nth-child(1) { width: 24%; }
.floating-menu li:nth-child(2) { width: 32%; }
/*
.floating-menu li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #5f5f5f;
    position: absolute;
    top: 50%;
    left: -3.5%;
    transform: translateY(-50%);
}
*/
.floating-menu li:first-child::before { display: none; }

.floating-menu a {
    display: block;
    padding: 10px 0;
    color: #7b7b7b;
    text-align: center;
    font-size: 14px;
    color: #7b7b7b;
}

.floating-menu li.on a { 
    color: #fff;
    font-weight: bold;
}
/* BASIC css end */

