@charset "utf-8";

.meat02 .sub_visual {
    height: 300px;
    background: #aaa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.meat02 .sub_visual .inner {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.meat02 .sub_visual .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* padding-bottom: 62px;
    box-sizing: border-box; */
}

.meat02 .sub_visual .text h2 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.meat02 .sub_visual .text p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px;
}

.meat02 .sub_visual .sub_path {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 0;
    letter-spacing: -4px;
}

.meat02 .sub_visual .sub_path:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.meat02 .sub_visual .sub_path>* {
    float: left;
}

.meat02 .sub_visual .sub_path a.home {
    width: 60px;
    background: #222;
    display: block;
    font-size: 0;
    letter-spacing: -4px;
    text-align: center;
    padding: 21px;
    box-sizing: border-box;
}

.meat02 .sub_visual .sub_path a.home:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.meat02 .sub_visual .sub_path a.home i {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);
    height: 7px;
    margin: 1px;
    background: #fff;
}

.meat02 .sub_visual .sub_path a.home span {
    display: none;
}

.meat02 .sub_visual .sub_path [class^='depth'] {
    width: calc(50% - 30px);
    max-width: 326px;
    position: relative;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.meat02 .sub_visual .sub_path [class^='depth']>p {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.075em;
    font-weight: 400;
    padding: 0 50px 0 30px;
    position: relative;
    overflow: hidden
}

.meat02 .sub_visual .sub_path [class^='depth']>p:before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    display: block;
    width: 12px;
    height: 6px;
    background: url('/img/sub_visual_arrow.png') no-repeat center center / contain;
}

.meat02 .sub_visual .sub_path [class^='depth'] ul {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.meat02 .sub_visual .sub_path [class^='depth'] ul li a {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.075em;
    font-weight: 400;
}

.sub_tab {
    margin-top: 40px;
}

.sub_tab .inner {
    margin: 0 auto;
}

.sub_tab ul {
    font-size: 0;
    letter-spacing: -4px;
    text-align: center;
}

.sub_tab ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(16.6666% - 10px);
    height: 60px;
    margin: 5px;
}

.sub_tab ul li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #222;
    letter-spacing: 0em;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}

.sub_tab ul li a span {
    display: table-cell;
    vertical-align: middle;
}

.sub_tab ul li:hover a {
    color: #fff;
    background: #444;
}

.sub_tab ul li.on a {
    color: #fff;
    background: #444;
}

.sub_tab ul.grid2 li {
    width: calc(50% - 10px);
}

.sub_tab ul.grid3 li {
    width: calc(33.333333% - 10px);
}

.sub_tab ul.grid4 li {
    width: calc(25% - 10px);
}

.sub_tab ul.grid5 li {
    width: calc(20% - 10px);
}

.sub_tab ul.grid6 li {
    width: calc(16.666666% - 10px);
}

.sub_tab ul.grid7 li {
    width: calc(14.285714% - 10px);
}

.sub_tab ul.grid8 li {
    width: calc(12.5% - 10px);
}

.sub_tab ul.grid9 li {
    width: calc(11.111111% - 10px);
}

.sub_tab ul.grid10 li {
    width: calc(10% - 10px);
}


/* tab */
.meat02 .tab_menu {
    justify-content: space-between;
    align-items: center;
    padding: 75px 0 50px 0;
    border-top: 1px solid #e5e5e5;
}

.meat02 .tab_menu {
    font-size: 16px;
}

.meat02 .tab_menu span {
    font-weight: 700;
}

.meat02 .tab_menu .category_select {
    position: relative;
    width: 168px;
    height: 46px;
}

.meat02 .tab_menu .category_select p {
    line-height: 46px;
    padding-left: 25px;
    border-radius: 23px;
    border: 1px solid #808080;

    background-image: url('/img/theme/meat02/sub_list_arrow_icon.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

.meat02 .tab_menu .category_select ul.active {
    display: block;
}

.meat02 .tab_menu .category_select p.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.meat02 .tab_menu .sub_cont01 {
    display: flex;
}

.meat02 .tab_menu .category_select ul {
    display: none;
    position: absolute;
    top: 47px;
    left: 0px;
    width: 168px;
    height: 180px;
    z-index: 100;
    list-style: none;
    border: 1px solid #808080;
    background-color: #fff;
    border-bottom-left-radius: 23px;
    border-top: none;
    border-bottom-right-radius: 23px;
    box-sizing: border-box;
}

.meat02 .tab_menu .category_select ul li {
    color: #444;
    padding-left: 25px;

}

.meat02 .tab_menu .category_select ul li a {
    font-size: 16px;
    line-height: 40px;
}


/* end tab */

/* 상품리스트 */

.meat02 .sub_cont01 .img_wrap {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    flex-wrap: wrap;
}

.meat02 .sub_cont01 .img_wrap .img_list {
    width: calc(25% - 90px);
}

.meat02 .sub_cont01 .img_list .img_box {
    width: 100%;
    /* height: 280px; */
}

.meat02 .sub_cont01 .img_list .img_box i {
    width: 100%;
    height: 100%;
    display: block;
}

.meat02 .sub_cont01 .img_list .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meat02 .sub_cont01 .img_wrap .img_list .txt_box {
    text-align: center;
}

.meat02 .sub_cont01 .img_wrap .img_list .txt_box h4 {
    font-size: 18px;
    line-height: 1.5rem;
    letter-spacing: -0.04em;
    color: #222;
    padding: 25px 0 20px 0;
}

.meat02 .sub_cont01 .img_wrap .img_list .txt_box p {
    font-size: 22px;
    line-height: 1.54em;
    color: #444;
    letter-spacing: -0.04em;
    font-weight: 500;
}

.meat02 .sub_cont01 .img_wrap .img_list .txt_box p b {
    text-decoration: line-through;
    margin-right: 15px;
}

.meat02 .sub_cont01 .img_wrap .img_list .txt_box p i {
    font-style: normal;
    color: var(--main-color);
    font-weight: 500;
}

@media all and (max-width:1400px) {
    .meat02 .sub_cont01 .img_wrap .img_list {
        width: calc(50% - 45px);
    }
}


@media all and (max-width:768px) {
    .meat02 .sub_cont01 .img_wrap .img_list {
        width:calc(50% - 45px);
    }

    .meat02 .sub_cont01 .img_wrap .img_list .txt_box h4 {
        font-size: 15px;
    }
    .meat02 .sub_cont01 .img_wrap .img_list .txt_box p {
        font-size: 20px;
    }
}


/* View page */
.meat02 .sub_visual .inner .pop {
    margin-top: 100px;
    text-align: center;
    font-size:62px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height:1.6em;
}

.meat02 .shopList .con01 {
    margin-top: 100px;
}

.meat02 .shopList .right .tit {
    border-top: none;
}

.meat02 .shopList .right .tit > p {
    font-size: 32px;
    font-weight: 500;
    color: #222;
    line-height: 1.5em;
    letter-spacing: -0.04em;
        padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.meat02 .shopList .bot_btn_more {
    width: 90%;
    display: flex;
    gap: 30px;
}

.meat02 .shopList .bot_btn_more a {
    display: block;
    font-size: 20px;
    letter-spacing: -0.04em;
    width: calc(100% - 30px);
    border-color: #ad2f2d;
}

.meat02 .shopList .bot_btn_more a.save {
    display: none;
}

.meat02 .shopList .bot_btn_more a.go_buy {
    background-color: #ad2f2d;
}

.meat02 .shopList .bot_btn_more a.go_cart {
    color: #ad2f2d;
}

.meat02_detail_info .right dl {
display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.meat02 .shopList .right .product {
    align-items:flex-start;
}

.meat02_detail_info .right dl:first-child dd {
    color: #a5a5a5;
    font-weight: 700;
}

.meat02_detail_info .right dl dt {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    font-size: 18px;
    line-height: 1.44em;
    letter-spacing: -0.04em;
    color: #555;
}

.meat02_detail_info .right dl dd {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 16px;
}

.meat02_detail_info .right dl .price {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.44em;
    color: #333333;
}

.meat02_detail_info .right dl .price b {
    margin-left: 20px;
}

.meat02 .shopList .right .tit {
    border-bottom: none;
}

.meat02 .shopList .right .tit > h2 b {
    color: #ad2f2d;
}

.meat02 .shopList .right dl .delivery {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.44em;
    letter-spacing: -0.04em;
    color: #666;
}

.meat02 .shopList .right dl .delivery > b {
font-size: 16px;
    color:inherit;
    font-weight: inherit;
}

.meat02_detail_info .right .card {
    display: flex;
    align-items: center;
    margin-top: 0;
}
.meat02_detail_info .right .card:first-child {
    width: 20%;
}
.meat02_detail_info .right .card:last-child {
    width: 80%;
}

.meat02_detail_info .righ .select_after {
    background-color: #f9f9f9;
}

.meat02 .select_after .box ul li .top .text {
    font-size: 18px;
     line-height: 1.44em;
    letter-spacing: -0.04em;
    color: #555;
}

.meat02 .select_after .box ul li .bot .boxx .option_add input {
    width:80px;
}

.meat02 .detail_Con .detail_Tab ul li.on a { 
    border-bottom: 2px solid #ad2f2d;
    color: #ad2f2d;
}

/* end 상품리스트 */

@media all and (max-width:1400px) {
    .sub_tab ul.grid7 li {
        width: calc(25% - 10px);
    }

    .sub_tab ul.grid8 li {
        width: calc(25% - 10px);
    }

    .sub_tab ul.grid9 li {
        width: calc(25% - 10px);
    }

    .sub_tab ul.grid10 li {
        width: calc(25% - 10px);
    }
}

@media all and (max-width:1000px) {
    .sub_tab ul.grid7 li {
        width: calc(33.3333334% - 10px);
    }

    .sub_tab ul.grid8 li {
        width: calc(33.3333334% - 10px);
    }

    .sub_tab ul.grid9 li {
        width: calc(33.3333334% - 10px);
    }

    .sub_tab ul.grid10 li {
        width: calc(33.3333334% - 10px);
    }
}