* {
    font-family: 'Pretendard';
    --font-size-base: 16px;
}

p {
    color: #333;
}

.mw_1300.item_list___product {
    padding: 0;
}

#item_list article {
    overflow-x: hidden;
}

.food_header {
    position: relative;
    padding-top: 40px;
}

.food_header::before {
    content: '';
    width: 100%;
    height: 1440px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    overflow: hidden;
    background: url(/images/tastetop/food_back_01.webp) center;
    background-size: cover;
}

.inner {
    margin: 0 auto;
    max-width: 1270px;
    text-align: center;
    overflow: hidden;
}

.food_txtwrap>p {
    color: #FF7D7D;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 15%;
    position: relative;
    margin-bottom: 14px;
}

.food_txtwrap>p::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: calc(50% - 29px);
    top: -72px;
    width: 59px;
    height: 59px;
    background: url(/images/tastetop/food_icon.png)no-repeat;
}

.food_txtwrap h1 {
    font-family: 'RiaSans-ExtraBold';
    font-size: 2.65rem;
}

.wrap_line {
    padding: 24px 0;
    margin-top: 20px;
    font-size: 1.2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wrap_line strong {
    padding: 16px 172px;
    background: #111;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.food_tap {
    margin-top: 5%;
    background: #111;
    color: #fff;
    cursor: pointer;
    display: flex;
    ;
    border-radius: 10px;
    overflow: hidden;
}

.food_tap li {
    flex-basis: 38%;
    padding: 18px 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    font-weight: 600;
}

.food_tap li span {
    font-size: 1rem;
    font-weight: 300;
}

.food_tap .on {
    background: #FF7D7D;
}


.taste_banner_wrap {
    margin-top: 3%;
}

.taste_banner_wrap img {
    border-radius: 10px;
    min-height: 124px;
    object-fit: cover;
}

.taste_infor {
    text-align: left;
    margin-top: 3%;
}

.taste_infor .title_en {
    font-size: 1rem;
    color: #999999;
    margin-top: 8px;
    word-break: break-all;
}

.google_star {
    display: flex;
    gap: 5px;
    color: #999999;
    margin-top: 8px;
    align-items: center;
}

.google_star img {
    width: 15px;
    height: 15px;
}

.google_star p {
    color: #999;
}

.google_star span::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #9989;
    margin-left: 5px;
}

.taste_infor_txt {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 3줄 넘어가면 말줄임 */
    -webkit-box-orient: vertical;
}

.taste_infor_txt.open {
    -webkit-line-clamp: unset;
    /* 말줄임 해제 */
    display: block;
    /* 전체 내용 표시 */
    overflow: visible;
    text-overflow: unset;
}

.infor_txt_more {
    color: #157CED;
    border: 1px solid #157CED;
    padding: 4px 10px;
    font-size: 0.9rem;
    display: inline-block;
    border-radius: 30px;
    margin-top: 5px;
    cursor: pointer;
}

.sum_infor {
    margin-top: 14px;
}

.sum_infor ul li {
    background: #ECF6FF;
    color: #157CED;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 12px;
}

.swiper-container {
    max-height: 500px;
    overflow: hidden;
    max-width: 1270px;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
}

.swiper-wrapper {
    display: flex;
    position: relative;
}

.swiper-pagination {
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 80px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 24px;
    border-radius: 20px;
    padding: 10px 16px;
}

.swiper-pagination span {
    color: #fff;
}

.swiper-slide img {
    object-fit: cover;
    min-height: 300px;
}

.detail_section {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 24px;
    text-align: left;
}

.detail_section h3 {
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
}

.detail_section p {
    color: #555
}

.taste_coupon>p::before {
    content: '*';
    color: #FF7D7D;
    margin-right: 5px;
}

.couponde_wrap {
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 6px;
    margin-top: 15px;
    display: inline-block;
}

.couponde_wrap strong {
    background: #FF7D7D;
    padding: 5px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.couponde_wrap .flex_row>img {
    width: 180px;
    height: 124px;
    border-radius: 5px;
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
}

.flex_col {
    display: flex;
    flex-direction: column;
}

.couponde_wrap .flex_col {
    margin-left: 20px;
}

.couponde_wrap .flex_col p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
    margin-top: 10px;
}

.couponde_wrap .flex_col span {
    overflow: hidden;
    margin-top: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 2줄 넘어가면 말줄임 */
    -webkit-box-orient: vertical;
}

.coupon_down {
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    width: 116px;
    height: 40px;
    display: flex;
    justify-content: center;
    background: #fff;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 14px;
}
.coupon_down:hover {opacity: 1;}
.coupon_down img {
    width: 14px;
    height: 14px;
}

.menu_detail {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.menu_detail>div {
    margin-left: 20px;
    min-width: 160px;
}

.menu_detail>div strong {
    line-height: 34px;
}

.menu_detail>div span {
    line-height: 34px;
    font-weight: 800;
}

.menu_detail img {
    min-width: 180px;
    height: 120px;
    border-radius: 10px;
    cursor: pointer;
    ;
    border: 1px solid #dfdfdf;
    position: relative
}

.address_infor {
    padding: 20px;
    background: #F6F7F9;
    border-radius: 5px;
}

.operationghour ul {
    display: none;
}

.operationghour ul.show {
    display: block;
}

.address::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/images/tastetop/food_map.svg)no-repeat;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.call_num::before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/images/tastetop/food_call.svg)no-repeat;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.nomal_time::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/images/tastetop/food_time.svg)no-repeat;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.nomal_time {
    color: #157CED;
    font-weight: 600;
}

.call_num,
.nomal_time,
.nomal_time {
    margin-top: 8px;
}

.nomal_time::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(135deg);
    border-top: 1px solid #157ced;
    border-right: 1px solid #157ced;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.nomal_time {
    cursor: pointer;
}

.operationghour ul {
    margin-top: 10px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.operationghour ul li {
    color: #157ced;
    line-height: 24px;
}

.operationghour ul li span {
    font-weight: 600;
    margin-right: 10px;
}

.operationghour ul li span::after {
    content: '';
    width: 3px;
    height: 3px;
}

.taste_map {
    margin-top: 20px;
}

.taste_map iframe {
    width: 100%;
    height: 392px;
    border-radius: 10px;
}

.food_section {
    display: none;
}

.food_section_on {
    display: block;
}
.appdown_wrap{
    background: #F7F7F7; padding: 20px 40px; margin:15px 0 0 15px; border-radius: 5px; width: 440px;}
.appdown_wrap > .flex_row {justify-content: center; gap: 20px;}
.appdown_wrap p {font-size: 1.5rem; font-family: 'RiaSans-ExtraBold'; margin-top: 20px; margin-left: 10px;
    position: relative; color: #111;}
.appdown_wrap p strong {color: #157CED; font-family: 'RiaSans-ExtraBold';}
.appdown_wrap p::after {content: ''; display: inline-block; background: url(/images/tastetop/app_banner.png)no-repeat; 
    width: 194px; height: 140px; position: absolute; left: 160px; top: -30px; z-index: 0;}
.appdown_wrap a {margin-top: 20px; z-index: 10; display: inline-block; transition: all 0.3s; width: 160px; height: 40px;
    border-radius: 5px; color: #111; background: #fff; text-align: center; line-height: 40px;
   box-shadow: 3px 3px 0px #00000029;}
.appdown_wrap button {font-size: 16px; background: none; cursor: pointer; text-align: center; height: 40px;}
.appdown_wrap button img {margin-right: 10px; width: 18px; height: 18px; display: inline-block; margin-top: -2px;}
.appdown_wrap a:hover {background: #111; color: #fff;}
.appdown_wrap a:hover button {color: #fff; opacity: 1;}


/* 🔹 모달 기본 스타일 */
.image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 560px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.modal_close {
    z-index: 10;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.modal-header {
    margin-bottom: 20px;
}

.modal-header h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

/* 🔹 Swiper 스타일 */
.modal-swiper {
    overflow: hidden;
    width: 100%;
    height: 90px;
    height: 400px;
}

.modal-swiper img {
    height: 100%;
    object-fit: contain;
}

.button_wrap {
    display: flex;
}

.swiper-button-next {
    position: absolute;
    right: 10px;
    top: 50%;
}

.swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 50%;
}

/* 배경 */
.bg_contaner {
    width: 100%;
    position: relative;
    z-index: -5;
}

.intro-bg01 {
    position: absolute;
    top: 0px;
    left: -150px;
    z-index: -1;
}

.intro-bg02 {
    position: absolute;
    top: -80px;
    right: -10%;
    z-index: -1;
}

.intro-bg03 {
    position: absolute;
    top: 500px;
    right: -10%;
    z-index: -1;
}

.intro-bg04 {
    position: absolute;
    top: 650px;
    left: -300px;
    z-index: -1;
}

.intro-bg05 {
    position: absolute;
    top: 850px;
    left: 0px;
    z-index: -1;
}

.intro-bg01,
.intro-bg02,
.intro-bg03,
.intro-bg04,
.intro-bg05 {
    animation: bounceUpDown 0.9s ease-in-out infinite alternate;
}



/* 위아래 바운스 효과 */
@keyframes bounceUpDown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@media screen and (max-width:1000px) {
    
    .intro-bg02 img,
    .intro-bg03 img,
    .intro-bg04 img,
    .intro-bg05 img,
    .intro-bg01 img {
        opacity: 0;
    }


    .menu_detail {
        width: 100%;
    }

    .inner {
        padding: 0 10px;
    }
    .appdown_wrap {margin-left: 0; width: 100%;}
}

@media screen and (max-width:550px) {
    .appdown_wrap a:hover {background: #fff; color: #111;}
    .appdown_wrap a:hover button {color: #111; opacity: 1;}

    .appdown_wrap a {width: 45%; margin-top: 20px;}
    .appdown_wrap {padding: 20px; width: 100%; overflow: hidden;}
    .appdown_wrap p {margin-top: 10px;}
    

    
    .food_txtwrap h1 {
        font-size: 2rem;
    }
    .food_header {padding-top: 80px;}
    
    .food_header::before {
        top: 0
    }

    .food_txtwrap>p {
        margin-top: 25%;
    }

    .wrap_line strong {
        word-break: break-all;
        padding: 15px;
    }

    .food_tap {
        align-items: center;
    }

    .food_tap li {
        padding: 8px 0;
        font-size: 1.0rem;
    }

    .sum_infor ul li {
        margin-bottom: 10px;
    }

    .swiper-container {
        margin-top: 10px;
    }

    .couponde_wrap .flex_row {
        flex-wrap: nowrap;
        align-items: center;
    }

    .couponde_wrap .flex_col {
        margin-left: 20px;

    }
    .couponde_wrap .flex_col p{
        margin-top: 0px;
    }
    .couponde_wrap .flex_col span {
        margin-top: 10px;
    }

    .flex_row {
        justify-content: center;
    }
   .couponde_wrap .flex_row>img {width: 136px; height: auto; object-fit: cover;}
   .taste_menu .menu_wrap {flex-direction: row; flex-wrap: nowrap; justify-content: left;
    overflow-x: auto; padding-bottom: 20px; }
   .menu_detail {margin-right: 20px;  flex-direction: column;
    align-items: flex-start;}

}

@media screen and (max-width:400px) {
    .taste_infor .title_en {
        display: none;
    }


    .menu_detail img {
        min-width: 100%;
        height: auto;
    }

    .menu_detail>div {
        margin-left: 0;
    }

    .modal-swiper img {
        min-width: 360px;
        width: 100%;
    }

    .modal-swiper {
        height: auto;
    }
    .couponde_wrap .flex_col {margin-left: 0; align-items: center;}
    .couponde_wrap {width: 100%;}
    .couponde_wrap .flex_row>img {display: none;}
    .couponde_wrap .flex_col {align-items: center;}
    .appdown_wrap button img {display: none};
}