@charset "utf-8";

/* 공통 */
section {
    padding: 200px 0 0;
}

/* header */
header {
    width: 400px;
}

/* alertText */
span.alertText.alertNav {
    right: auto;
    left: 0;
}

/* nav */
nav {
    right: 0;
    text-align: left;
}

nav .snb {
    font-size: 18px;
}

nav .snb:before {
    right: auto;
    left: -20px;
}

nav .snb li.on a::after {
    right: auto;
    left: -20px;
}

/* MainVisual */
#MainVisual .kjy {
    width: 550px;
    bottom: 0;
    left: 50%;
}

#MainVisual .line1 {
    top: -100px;
}

#MainVisual .line2 {
    bottom: -100px;
}

/* #Information */
#Information .informationArea {
    width: 600px;
    font-size: 16px;
}

.informationArea .info {
    height: calc(100vh - 180px);
}

.info ul h3 {
    font-size: 18px;
}
.infoBottom .luckydraw ul li {
    width: 33%;
}
.informationArea .noticeArea {
    padding-bottom: 80px;
}

/* Menu, GiftList, #LuckyDraw */
#Menu .menuContentsWrap , #GiftList .giftContentsWrap, #LuckyDraw .luckyContentsWrap {
    width: 650px;
}

#Menu h3 , #GiftList h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

#Menu h4 {
    font-size: 24px;
    margin-bottom: 40px;
}

#Menu h4::after {
    width: 24px;
    height: 18px;
}
#GiftList h4::before {
    width: 24px;
    height: 20px;
}

.cocktail figure {
    height: 270px;
}

.cock02 .smallJY {
    bottom: 49%;
}

.cock03 .smallJY {
    bottom: 100%;
}

.cockInfo .cockName {
    font-size: 18px;
    margin-bottom: 25px;
}

.cockInfo .cockName::before {
    padding: 2px 10px;
}

.cockInfo .cockPrice {
    font-size: 18px;
}

.cockInfo .cockType {
    font-size: 16px;
    margin-bottom: 10px;
}

.foodArea ul li {
    font-size: 18px;
}

/* GiftList */
#GiftList h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
#GiftList p {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-left: 35px;
}
#GiftList .giftType {
    margin-bottom: 70px;
}

.textArea  {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 50px;
}

/* #LuckyDraw */
#LuckyDraw .luckyList li {
    margin-bottom: 80px;
}
#LuckyDraw h3 {
    font-size: 26px;
}
.luckyList li h5 {
    font-size: 20px;
}
.luckyList li h5::before {
    content: '';
    width: 40px; height: 40px;
    display: block;
    background: url(images/ico_1heart.png) no-repeat center / contain;
    position: absolute;
    transform: translateY(-50%);
    left: -50px; top: 50%;
}
.luckyList li h5 span {
    font-size:16px;
}
.luckyList li figure {
    height: 260px;
}

@media all and (max-width:990px) {

    /* MainVisual */
    #MainVisual .kjy {
        width: 100%;
    }

    #MainVisual .romance {
        width: 200px;
        left: 20%;
        bottom: 40%;
    }

    /* nav */
    nav {
        transform: translate(0, -50%);
        right: 2%;
    }

    /* #information */
    #Information .informationArea {
        width: 400px;
    }

    .informationArea .info {
        height: auto;
    }

    .info ul li {
        margin-bottom: 50px;
    }

    .infoTop,
    .infoBottom {
        height: auto;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .infoTop {
        padding-top: 10px;
        margin: 0;
    }

    .infoTop>ul {
        width: 100%;
        height: auto;
    }

    .info ul.gift li:first-child {
        margin-bottom: 25px;
    }

    .infoBottom>div {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .infoBottom .hashtag {
        text-align: center;
        justify-content: center;
        order: 4;
    }

    .infoBottom .hashtagInfo {
        position: static;
        transform: translateX(-22px);
    }

    .infoBottom .luckydraw {
        margin-bottom: 50px;
    }

    .infoBottom .luckydraw ul li {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .notice {
        width: 360px;
    }

    /* #Menu, #GiftList */
    #Menu .menuContentsWrap , #GiftList .giftContentsWrap, #LuckyDraw .luckyContentsWrap {
        width: 400px;
    }
    #GiftList .giftType {
        margin-bottom: 20px;
    }

    #Menu h4 {
        margin-bottom: 30px;
    }

    .cocktailArea {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .cocktail {
        width: 100%;
        margin-bottom: 70px;
    }

    .cocktail figure {
        height: 500px;
    }

    .cocktail .cockPic {
        height: 100%;
        width: auto;
    }

    .cock01 .cockPic {
        width: auto;
        height: 100%;
    }

    .cock02 {
        margin-bottom: 70px;
    }

    .cock02 figure {
        height: 350px;
    }

    .cock02 .cockPic {
        width: auto;
        height: 100%;
    }

    .cock02 .smallJY {
        width: 27%;
        left: 52%;
        bottom: 61%;
    }

    .cock03 figure {
        height: 500px;
    }

    .cock03 .smallJY {
        width: 27%;
        bottom: 80%;
    }

    .cockInfo .cockName {
        font-size: 20px;
    }

    .cockInfo .cockPrice {
        font-size: 20px;
    }

    .cockInfo .cockType {
        font-size: 16px;
    }

    #Menu .foodArea {
        padding-bottom: 100px;
    }

    #GiftList .giftArea {
        flex-direction: column;
    }
    .giftArea img {
        margin-bottom: 50px;
    }
    .giftArea > img:first-child {
        width: 100%; height: auto;
    }
    .giftType:nth-child(3) .giftArea > img:first-child {
        width: 100%; height: auto;
    }
    .giftType:nth-child(2) .giftArea .align {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .giftType:nth-child(2) .giftArea .align img {
        width: 48%; height: 100%;
    }
    .giftType:nth-child(3) .giftArea .align {
        width: 90%;
    }

    /* #LuckyDraw */
    #LuckyDraw .luckyList li {
        width: 100%;
        margin-bottom: 80px;
    }

    /* #Teaser */
    .pcVideo {
        display: none;
    }
    .mobileVideo {
        display: block;
    }
}