@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSansKR-Regular") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR';
}

#lnbtn {
    position: relative;
    z-index: 1;
    top: -90px;
    left: 50%;
    transform: translate(-640px, -60px);
    width: 80px;
    cursor: pointer;
}

#lnbtn img {
    width: 100px;
}

#lnbtn:hover {
    opacity: 80%;
}


.menu {
    position: absolute;
    z-index: 1;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 1280px;
    height: 250px;
   
}

.menu > li:first-child {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
}

.menu > li:first-child > p {
    color: #fff;
    font-size: 20px;
    padding: 12px 100px;
}

.menu > li {
    position: absolute;
    width: 100%;
    cursor: pointer;
}

.menu > li > a {
    color: #fff;
    font-size: 18px;
    padding-left: 180px;
}

.menu > li > a > span {
    position: absolute;
    left: 120px;
    top: 8px;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.board {
    top: 50px;
    height: 40px;
    line-height: 40px;
    background-color: #505050;
}

.c1 {
    background-color: #fff;
}

.store {
    top: 90px;
    height: 40px;
    line-height: 40px;
    background-color: #959595;
}

.c2 {
    background-color: lawngreen;
}

.snack {
    top: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #505050;
}

.c3 {
    background-color: yellow;
}

.event {
    top: 170px;
    height: 40px;
    line-height: 40px;
    background-color: #959595;
}

.c4 {
    background-color: blue;
}

.brand {
    top: 210px;
    height: 40px;
    line-height: 40px;
    background-color: #505050;
}

.c5 {
    background-color: red;
}

.snacksub,
.brandsub {
    position: absolute;
    right: 140px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
}

.brandsub {
    top: 0px;
    right: 123px;
}


.snacksub {
    top: 0px;
}


