@charset"utf-8";

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

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

h4 ,h5{
    font-weight: normal;
    color: #faf3e2;
}

a:any-link {
    text-decoration: none;
    color: aliceblue;
}

ul {
    list-style: none;
}
.hidden{
    float: left;
    text-indent: -9999px
}
#wrap {
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 1280px;
}

header {
    width: 100%;
    background-color: #d71514;
}

.header {
    width: 1280px;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
    background-image: url(../img/snack_header.png);
    background-repeat: no-repeat;
}

h1 {
    margin: 50px 0px 50px 0;
}

h1 img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

h1 img:hover {
    opacity: 80%
}

#contentwrap {margin-top: -100px;
    background-repeat: no-repeat;
    background-image: url(../img/backimg.png);
    background-size: cover;
    background-color: #282828;
    height: 1220px;
}

.lnb-1 {
    margin: 0 auto;
    width: 1280px;
    height: 150px;
}

.lnb-1 > ul {
    width: 1280px;
    float: left;
}

.lnb-1 > ul > li {
    height: 150px;
    width: 350px;
    float: left;
}

.lnb-1 ul > li:nth-child(1) {
    background-image: url(../img/setkbtn.png);
    background-repeat: no-repeat;
    margin-left: 25px;
}

.lnb-1 ul > li:nth-child(2) {
    background-image: url(../img/dirnkbtn.png);
    background-repeat: no-repeat;
    margin-left: 90px;
}


.lnb-1 ul > li:nth-child(3) {
    background-image: url(../img/snackbtn.png);
    background-repeat: no-repeat;
    margin-left: 90px;
}

.lnb-1 ul > li:nth-child(1):hover {
    background-image: url(../img/setbtnh.png);
}

.lnb-1 ul > li:nth-child(2):hover {
    background-image: url(../img/drinkbtnh.png)
}

.lnb-1 ul > li:nth-child(3):hover {
    background-image: url(../img/snackbtnh.png);
}

.lnb-1 > ul > li > a {
    display: block;
    height: 100%;
}

.content {
    width: 1280px;
    height: 1020px;
    margin: 0 auto;
}

.best-menu {
    width: 1280px;
    height: 1020px;
    margin: 0 auto;
}

.best-menu > li {
    border-radius: 5px;
    width: 380px;
    height: 330px;
    margin: 0 62px 14px 5px;
    float: left;
    text-align: center;
}

.box {
    overflow: hidden;
    position: relative;
}

.textimg {
    opacity: 80%;
    top: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    /*상자크기:보더 포함(패딩은 보더 안쪽)*/
    transition: all 0.25s;
}

.box:hover > .textimg {
    top: 0;
    left: 0;
}

.best-menu > li > h4 {
    line-height: 40px;
    color: #fff;
    font-size: 16pt;
}

.best-menu > li > h5 {
    color: #fff;
    font-size: 14pt;
}

.best-menu > li:nth-child(3n) {
    margin-right: 1px;
}
