
/*메인배너*/
.mainBanner {
    background: #F6F6F6;
}
.mainBanner_v_mobile {
    display: none;
}
.mainSlider-con {
    position: relative;
}

.mainSlider-con .main-slider {
    padding: 44px 0;

}

.mainSlider-con .main-slider .main-item {
    position: relative;
    width: 962px;
    height: 412px;
    transform: scale(0.75);
    transition: 0.5s;
}

.mainSlider-con .main-slider .main-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    opacity: 1;
    transition: 0.5s;
}

@keyframes slide_scale {
    from {
        transform: scale(0.75);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide_scale2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.75);
    }
}


.mainSlider-con .main-slider .main-item.slick-center {
    /*transform: scale(1);*/
}

.mainSlider-con .main-slider .main-item.slick-center::after {
    opacity: 0;

}

.mainSlider-con .main-slider .main-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.mainSlider-con .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.mainSlider-con .main-btn {
}

.mainSlider-con .main-btn div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mainSlider-con .main-btn div.main-btn-left {
    left: 100px;
}

.mainSlider-con .main-btn div.main-btn-right {
    right: 100px;
}

.mainSlider-con .main-btn div img {
}

.pc-menu {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid blue;*/
}

.pc-menu a {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    width: 155px;
    box-sizing: border-box;
    display: inline-block;
}

.keyboard .pc-menu a:nth-child(1),
.sound .pc-menu a:nth-child(2),
.pc .pc-menu a:nth-child(3),
.etc .pc-menu a:nth-child(4) {
    font-weight: 600;
    color: #DF3232;
    border-bottom: #DF3232 5px solid;
}

.oKitchen .pc-menu a:last-child {
    color: white;
    font-weight: 600;
    background: #DF3232;

}

/*리스트*/
.PC-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;


}
.PC-list .list {
    position: relative;
}
.PC-list .list:hover img {
    transform: scale(1.2);
}

.PC-list .list .food-img {
    margin: 30px;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
    width: 260px;
    height: 284px;
    border-radius: 15px;
    background: white;
    overflow: hidden;
    transition: 0.5s;

}

.PC-list .list .food-img img {
    width: 100%;
    border-radius: 15px;
    vertical-align: middle;
    transition: 0.5s;
}

.PC-list .list::after  {
    content: url("../images/heart-icon1.png");
    display: block;
    position: absolute;
    top: 120px;
    right: 14px;
    transform: scale(0.6);
    z-index: 100;
}

.PC-list .list.click::after {
    content: url("../images/heart-icon2.png");
}


.PC-list .list .name {
    margin-top: 15px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}

.PC-list .list:hover strong {
    text-decoration: underline;
    color: #DF3232;
}

.PC-list .list .price {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}


/*띠배너*/

.bandBanner {
}

.banner-con {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.banner-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*매장 안내*/
.store {
    padding: 32px;
    background: #eee;
    height: 700px;
}

.store h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.store p {
    text-align: center;
    font-size: 25px;
}

.store .store-wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 50px;
    /*background: white;*/
    height: 460px;
    overflow: hidden;
}

.store .store-slider {
    width: 474px;
    height: 100%;
    /*border: 1px solid #0b2064;*/
}

.store .store-slider li {
    width: 100%;
    margin-bottom: 10px;

}

.store .store-slider li .store-name {
    font-size: 23px;
    padding: 20px 15px;
    font-weight: 700;
    cursor: pointer;
    background: white;

}

.store .store-slider li .store-name::after {
    content: "\e9c5";
    font-family: "xeicon", sans-serif;
    float: right;
    transition: 0.5s;
}

.store .store-slider li .store-name.active {
    background: #FFF100;
}

.store .store-slider li .store-name.active::after {
    transform: rotate(45deg);
}


.store .store-slider li .store-address {
    background: white;
    padding: 15px 15px;
    display: none;
    font-size: 18px;
}

.store .map-slider {
    width: 721px;
    height: 100%;
}

/*----------------------------------------------------*/

/* Media Query */
@media (max-width: 768px) {
    .max-inner {
        width: 100%;
    }
    /*메인배너*/
    /*.mainSlider-con .main-slider .main-item {*/
    /*    width: auto;*/
    /*}*/

    /*.mainSlider-con .main-btn {*/
    /*    transform: scale(0.5);*/
    /*}*/

    /*.mainSlider-con .main-btn div.main-btn-left {*/
    /*    left: -30%;*/
    /*}*/

    /*.mainSlider-con .main-btn div.main-btn-right {*/
    /*    right: -30%;*/
    /*}*/
    .mainBanner {
        display: none;
    }

    .mainBanner_v_mobile {
        position: relative;
        display: block;
    }


    .mainBanner_v_mobile .main-item {
        width: 100%;
        height: 460px;

    }

    .mainBanner_v_mobile .main-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .main-btn-m {


    }

    .main-btn-m div {
        position: absolute;
        top: 50%;
        transform: translateY(-60%) scale(0.8);
    }

    .main-btn-m div.main-btn-left-m {
        left: 10px;
    }

    .main-btn-m div.main-btn-right-m {
        right: 10px;

    }

    .mainBanner_v_mobile .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        display: flex;
        justify-content: center;
        width: 30%;
        border-radius: 50px;
        background: rgba(0, 0, 0, 0.71);
        border: 2px solid #818181;

    }

    .mainBanner_v_mobile .slick-dots li {
        width: 7px;
        height: 7px;
        background: #eee ;
        margin: 5px;
        border-radius: 20px;
        border: 2px solid #ffffff;

    }
    .mainBanner_v_mobile .slick-dots .slick-active{
        border: 2px solid #090f8a;
    }

    .mainBanner_v_mobile .slick-dots button {
        display: none;
    }



    /*카테고리*/
    .pc-menu {margin-top: 0}
    .pc-menu a {
        font-size: 15px;
    }

    /*pc리스트*/
    .PC-list{
        width: 340px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .PC-list .list {
        width: 48%;
    }

    .PC-list .list .food-img {
        margin:10px;
        width: 150px;
        height: 170px;
    }
    .PC-list .list .food-img img {
        pointer-events: none;
    }

    .PC-list .list .name {
        margin-top: 16px;
        height:38px;
        font-size: 15px;
    }

    .PC-list .list .price{
        margin-top: 5px;
        font-size: 18px;
    }
    /*띠배너*/


    .banner-con {
        width: 150%;
        transform: translate(-25%, 10px);
    }

    .banner-con img {
        width: 100%;
    }

    /*-------이미지 교체*/


    /*매장 안내*/
    .store {
        height:900px;
        padding: 20px 0 0 0 ;
    }
    .store h2 {
        font-size: 22px;
    }
    .store p {
        font-size: 15px;
    }

    .store .store-wrap {
        justify-content: center;
        flex-direction: column-reverse;
        padding: 0;
        height: auto;
    }

    .store .store-slider li .store-name {
        font-size: 18px;
        padding: 12px 15px;

    }
    .store .store-slider li .store-address {
        font-size: 15px;
    }
    .store .map-slider {
        height: 300px;
        margin-bottom: 50px;
        overflow: hidden;
    }
}