@charset "utf-8";

/* main_visual */

.meat02 .main_visual {
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}


.shop_item_detail_top_box01 .swiper.shop_item_detail_slide_thumb {
    overflow-x: hidden;
}

.shop_item_detail_top_box01 .swiper.shop_item_detail_slide_thumb .swiper-wrapper {
    overflow-x: scroll
}

.shop_item_detail_top_box01 .swiper.shop_item_detail_slide_thumb .swiper-wrapper::-webkit-scrollbar {
    height: 10px;
}


.meat02 .swiper-wrapper .swiper-slide a{
    display: flex;
    flex-direction: column;
    height: 80%;
}

.meat02 .swiper-wrapper .swiper-slide a .img_box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.meat02 .swiper-wrapper .swiper-slide .bg_box {
    height: 100%;
}

.meat02 .swiper-wrapper .swiper-slide .bg_box img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.meat02 .swiper-wrapper .swiper-slide .txt_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}

.meat02 .swiper-wrapper .swiper-slide .txt_box .inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.meat02 .swiper-wrapper .swiper-slide .txt_box .inner h3 {
    font-size: 78px;
    font-weight: bold;
}

.meat02 .swiper-wrapper .swiper-slide .txt_box .inner span {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
}

@media screen and (max-width:768px) {
    .meat02 .swiper-wrapper .swiper-slide .txt_box .inner h3 {
        font-size: 50px;
    }

    .meat02 .swiper-wrapper .swiper-slide .bg_box img {
        width: 100%;
        height: 100%;
    }
}


/* con01 */

.meat02 .con01 .main_tit h3 {
    margin-bottom: 65px;
    text-align: center;
}

.meat02 .con01 .item_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

.meat02 .con01 .item_list ul li {
    width: calc(25% - 67.5px);
}

.meat02 .con01 .item_list ul li a{
    outline: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.meat02 .con01 .item_list .img_box {
    height: 60%;
    display: flex;
    align-items: center;
}

.meat02 .con01 .item_list .img_box img {
    width: 100%;
    max-height: 100%;
    display: block;    /* inline 기본값 제거 */
    object-fit: contain;
}

.meat02 .con01 .item_list .info_box {
    text-align: center;
    margin-bottom: 60px;
    height: 40%;
}

.meat02 .con01 .item_list .info_box .tit_box p {
    font-size: 18px;
    padding: 24px 0;
    font-weight: 600;
    box-sizing: border-box;
    word-break: auto-phrase;
}



.meat02 .con01 .item_list .info_box .price_box {
    font-size: 22px;
    font-weight: bold;
}

.meat02 .con01 .item_list .info_box .price_box span {
    display: inline-block;
    margin-right: 15px;
}

.meat02 .con01 .item_list .info_box .price_box .before_price {
    text-decoration: line-through;
}

.meat02 .con01 .item_list .info_box .price_box .after_price {
    color: var(--main-color);
}

@media screen and (max-width:1024px) {
    .meat02 .con01 .item_list ul {
        gap: 45px;
    }

    .meat02 .con01 .item_list ul li {
        width: calc(50% - 23px);
    }
}

/* con02 */

.meat02 .con02 {
    background-image: url("/img/theme/meat02/main_con02_bg01.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.meat02 .con02 .inner {
    display: flex;
    gap: 75px;
    align-items: center;
}

.meat02 .con02 .inner .img_box {
    display: flex;
}

.meat02 .con02 .inner .img_box img {
    margin: 0 auto;
}

.meat02 .con02 .inner>div {
    width: calc(50% - 50px);
}

.meat02 .con02 .content_right {
    position: relative;
    height: 100%;
}

.meat02 .con02 .content_right .info_box {
    color: #fff;
    text-align: left;
    height: 100%;
}

.meat02 .con02 .content_right .info_box>div {
    height: 50%;
    padding: 50px 0 0 80px;
    box-sizing: border-box;
}

.meat02 .con02 .content_right .info_box .top_box {
    background-color: rgba(47, 62, 69, 0.3);
}

.meat02 .con02 .content_right .info_box .bot_box {
    background-color: rgba(47, 62, 69, 0.5);
    border-bottom-right-radius: 175px;
}

.meat02 .con02 .content_right .info_box .bot_box .info {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
}

.meat02 .con02 .content_right .info_box .bot_box .before_price {
    text-decoration: line-through;
    font-size: 22px;
    opacity: 0.3;
    margin-right: 30px;
}

.meat02 .con02 .content_right .info_box .bot_box .after_price {
    font-size: 32px;
    font-weight: bold;
}

.meat02 .con02 .content_right img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width:1300px) {
    .meat02 .con02 .inner {
        flex-wrap: wrap;
    }

    .meat02 .con02 .inner>div {
        width: 100%;
    }

    .meat02 .con02 .inner .content_left img {
        width: 100%;
    }

    .meat02 .con02 .content_right .info_box>div {
        padding: 25px 0 0 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .meat02 .con02 .inner>div {
        width: 100%;
    }
}

/* con03 */

.meat02 .con03 {
    display: flex;
    margin-left: calc((100% - 1400px) / 2);
    overflow: hidden;

}

.meat02 .con03 .swiper-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.meat02 .con03 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meat02 .con03 .count_down_box {
    padding-right: 180px;
    padding-bottom: 27em;
    position: relative;
    box-sizing: border-box;
}


.meat02 .con03 .count_down_box h3 {
    margin-bottom: 143px;
}

.meat02 .con03 .count_down_box h3 span {
    color: #000;

    /* sdemo.vizensoft.com/Noto Sans KR/Bold */
    font-family: var(--font-family-Font-1, "Noto Sans KR");
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: normal;
}

.meat02 .con03 .count_down_box .day_count {
    width: 280px;
    height: 72px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    line-height: 72px;
    font-size: 28px;
}


.meat02 .con03 .count_down_box .swiper-button-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    gap: 66px;
    position: relative;
    height: 60px;

}

.meat02 .con03 .count_down_box .swiper-button-wrapper .swiper-prev {
    margin-right: 10px;
}


.meat02 .con03 .swiper-prev {
    width: 66px;
    height: 66px;
    background-image: url("/img/main_con03_icon01.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.meat02 .con03 .swiper-next {
    width: 66px;
    height: 66px;
    background-image: url("/img/main_con03_icon01.png");
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-180deg);
    z-index: 100;
}

.meat02 .con03 .swiper-prev:hover {
    background-image: url("/img/theme/meat02/main_con03_icon02.png");
    transform: rotate(-180deg);
}

.meat02 .con03 .swiper-next:hover {
    background-image: url("/img/theme/meat02/main_con03_icon02.png");
    transform: rotate(0deg);
}

.meat02 .con03 .swiper-wrapper .swiper-slide .img_box {
    text-align: center;
    height: 70%;
}

.meat02 .con03 .swiper-wrapper .swiper-slide .img_box img {
    display: inline-block;
}

.meat02 .con03 .info_box {
    text-align: center;
    height: 30%;
}

.meat02 .con03 .info_box .tit_box {
    padding: 25px 0;
    box-sizing: border-box;
}

.meat02 .con03 .info_box p {
    font-size: 18px;
    font-weight: bold;
}

.meat02 .con03 .price_box {
    font-size: 22px;
    font-weight: bold;
}

.meat02 .con03 .price_box .before_price {
    text-decoration: line-through;
    margin-right: 10px;
}

.meat02 .con03 .price_box .after_price {
    color: var(--main-color);
}

@media screen and (max-width:1400px) {
    .meat02 .con03 {
        margin-left: unset;
    }

    .meat02 .con03 .count_down_box {
        padding-right: 80px;
    }
}

@media screen and (max-width:1024px) {
    .meat02 .con03 {
        flex-shrink: 0;
    }

    .meat02 .con03>div {
        width: 50%;
        flex: 1;
    }

    .meat02 .con03 .count_down_box {
        padding-right: 40px;
    }
}

@media screen and (max-width:768px) {
    .meat02 .con03 {
        flex-wrap: wrap;
    }
}

/* con04 */
.meat02 .con04 {
    background-image: url(/img/main_con04_bg01.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
}

.meat02 .con04 .info_txt {
    margin: 40px 0;
    font-size: 18px;
    color: #fff;
}

.meat02 .con04 .more_btn {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    color: #fff;

    border-radius: 30px;
    background: #124562;
}

/* con05 */
.meat02 .con05 .main_tit h3 {
    margin-bottom: 65px;
}

.meat02 .con05 .item_list ul {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.meat02 .con05 .item_list ul li {
    width: calc(25% - 30px);
}

.meat02 .con05 .img_box img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.meat02 .con05 .info_box {
    width: 100%;
    text-align: center;
}

.meat02 .con05 .info_box .tit_box p {
    font-size: 18px;
    padding: 25px 0;
    box-sizing: border-box;
    font-weight: 600;
}

.meat02 .con05 .price_box {
    font-size: 22px;
    font-weight: bold;
}

.meat02 .con05 .price_box span {
    display: inline-block;
    margin-right: 15px;
}

.meat02 .con05 .price_box .before_price {
    text-decoration: line-through;
}

.meat02 .con05 .price_box .after_price {
    color: var(--main-color);
}

.sub_visual01 {
    background-image: url(/img/sbsb.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sub_visual02 {
    background-image: url(/img/sbsb02.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sub_visual03 {
    background-image: url(/img/sbsb03.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sub_visual04 {
    background-image: url(/img/sbsb04.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sub_visual05 {
    background-image: url(/img/sbsb05.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sub_visual06 {
    background-image: url(/img/sbsb06.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:1024px) {
    .meat02 .con05 .item_list ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:768px) {
    .meat02 .con05 .info_box .tit_box p {
        font-size: 18px;
        padding: 10px 0;
        box-sizing: border-box;
        font-weight: 600;
    }

    .meat02 .con05 .price_box span {
        display: inline-block;
    }

    /* 20250901 추가 */
    .count_down_box.main_tit .swiper-button-prev {
        left: 30%;
    }

    .count_down_box.main_tit .swiper-button-next {
        left: 60%;
    }

    .count_down_box.main_tit {
        margin-bottom: 30px;
    }

               .con03 {
            display: flex;
            flex-direction: column;

           }
           .mobile {
            display: flex;
                    width: 100vw;
                    justify-content: space-between;
                    position: absolute;
                    transform: translateY(250%);
                    z-index: 9999;
           }
           .mobile div {
               z-index: 9999;
           }
           /* .pc {
            display: none!important;
           } */
           .meat02 .con03 .count_down_box {
            padding: 0;
            width: 100vw;
            text-align: center;
           }
           .con03 .swiper-slide {
      
           }
           .meat02 #m_menu {
            height: 100%;
           }
           .meat02 #m_menu .login_box ul {
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 10px 3px;
           }
           #m_menu ul li {
            width: calc(50% - 10px);
           }
          .meat02 #m_menu .login_box a {
                          width: 90%;
                          height: auto;
                          padding: 1rem 0;
                          line-height: 150%;
                          border-radius: 16px;
          }
          .meat02 #m_menu .gnb_box>ul {
height: auto;
          }
          #m_menu .gnb_box > ul > li {
            width: 100%;
          }
          .meat02 #m_menu .gnb_box>ul>li>a {
            font-size: 26px;
          }

}

