/* 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;
}

div#content-mainbn {
    position: relative;
    overflow: hidden;
    max-width: 1350px;
    margin: 0 auto;
}

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


.big_box { 
    position: relative; 
    margin-bottom: 100px;
}

/* floating menu */
.floating-menu {
    background: #061821;
    position: sticky;
    top: 60px;
    z-index: 11;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    max-width: 1350px;
    margin: 0 auto;
}

.floating-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1350px;
    margin: 0 auto;
}

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

.floating-menu li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #5f5f5f;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.floating-menu li:first-child::before {
    display: none;
}

.floating-menu a {
    display: block;
    padding: 18px 0;
    color: #7b7b7b;
    text-align: center;
    font-size: 20px;
}
.floating-menu li.on a { 
    color: #fff;
    font-weight: bold;
}

.content_wrapper { 
    position: relative; 
    scroll-margin-top: 110px;
}

.content_wrapper > img{ 
    width: 100%; 
    min-width: 1350px;    
}


.content_wrap {
    position: relative;
    width: 1350px;
    margin: 0 auto;
}
.content_wrap img{width:100%}

ul.pickTabMenu {
    overflow: hidden;
    margin-bottom: 30px;
    background: url(//efairplay.img2.kr/www/event/2025/202510/pc_all_06.jpg);
    height: 255px;
    position: relative;
        background-size: 1350px;
}

ul.pickTabMenu li {
    float: left;
    width: 122px;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'LABDigital';
    height: 122px;
    position: absolute;
    top: 49px;
    left: 155px;
    font-size: 0;
}
ul.pickTabMenu li:nth-child(2) {
    left: 303px;
}

ul.pickTabMenu li:nth-child(3) {
    left: 456px;
}

ul.pickTabMenu li:nth-child(4) {
    left: 612px;
}

ul.pickTabMenu li:nth-child(5) {
    left: auto;
    right: 462px;
}

ul.pickTabMenu li:nth-child(6) {
    left: auto;
    right: 308px;
}

ul.pickTabMenu li:nth-child(7) {
    left: auto;
    right: 153px;
}
ul.pickTabMenu li.on {
    font-weight: 600;
    border-radius: 50%;
    border: 3px solid #fff;
}
.prdsWrap {
    position: relative;
    min-height: 1000px;
}

.prdSection {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display:none;
    margin:0 50px;
}
.prdSection.on{display:block;}
.more {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 0;
}
.more a {
    font-size: 20px;
    background: #000;
    color: #fff;
    padding: 20px 74px;
    font-family: 'NexonLv1Gothic';
}
/* BASIC css end */

