.food_container {
    width: 92%;
    margin: 0 auto;
}

.food_products {
    padding-bottom: 36px;
}

/* food_content_title */
.food_content_title {
    position: relative;
    margin-top: 34px;
    padding-bottom: 12px;
}

.food_content_title h2 {
    display: block;
    padding-bottom: 2px;
    font-size: 24px;
    color: #333;
    font-weight: normal !important;
}

.food_content_title span {
    display: block;
    font-size: 13px;
    color: #888888;
}

.food_content_title img {
    width: 9px;
    height: 12px;
}

.food_content_title a {
    position: absolute;
    right: 0;
    top: 2px;
    overflow: hidden;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #ececec;
    border-radius: 16px;
    text-align: center;
}

.food_content_title.recipe_title a {
    position: unset;
    left: auto;
    right: auto;
    border: 0;
    padding: 0;
}

.food_content_title.recipe_title a img {
    width: auto;
}

.food_content_title a span {
    display: inline-block;
    float: left;
    color: #666
    font-size: 14px;
}

.food_content_title a img {
    display: inline-block;
    float: left;
    width: 15px;
    height: 11px;
    margin-top: 4px;
    margin-left: 5px;
}

.other_recipe_title {
    border-bottom: 1px solid #555;
}

.other_recipe_title h4 {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

/* food_item_text */
.food_item_text .sale {
    padding-top: 30px;
}

.food_item_text .sale span {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.food_item_text .price {
    padding-bottom: 14px;
}

.food_item_text .price span {
    font-size: 21px;
    color: #222;
}

.food_item_text .price span.percentage {
    color: #ee2f49;
}

.food_item_text .detail {
}

.food_item_text .detail span {
    font-size: 13px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.products_item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.products_item_wrap.recipe {
    margin-top: 12px;
}

.products_img {
    overflow: hidden;
    border-radius: 12px;
}

.products_img img {
    width: 100%;
    height: 100%;
}

.products_item {
    width: 48%;
    padding: 1%;
}

.products_item > a {
    overflow: hidden;
    display: block;
}

.products_item .item_name {
    padding: 4px 0;
}

.products_item .item_name span {
    height: 35px;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.products_item .sale {
    padding: 0;
}

.slick-next,
.slick-prev {
    width: 17px !important;
    height: 33px !important;
    top: 35% !important;
    padding: 0 10px !important;
    background-size: cover !important;
}

.slick-next {
    background: url(../images/k-food_right_btn.png) no-repeat top center !important;
    right: 1px !important;
}

.slick-prev {
    z-index: 9;
    display: none;
    left: 0 !important;
    background: url(../images/k-food_left_btn.png) no-repeat top center !important;
}

.slick-next:before,
.slick-prev:before {
    content: '' !important;
}

.recipe_slider .slick-next,
.recipe_slider .slick-prev {
    top: 50% !important;
}

.other_recipe_slider .slick-next,
.other_recipe_slider .slick-prev {
    height: 13px !important;
    top: -42px !important;
    padding: 0 !important;
}

.other_recipe_slider .slick-next {
    background: url(../images/recipe_arrow_R.png) no-repeat top center !important;
    background-size: cover !important;
    right: 11px !important;
}

.other_recipe_slider .slick-prev {
    background: url(../images/recipe_arrow_L.jpg) no-repeat top center !important;
    background-size: cover !important;
    right: 82px !important;
    left: auto !important;
}

.wrap img {
    width: 100%;
}

.item_image img,
.tab_item_image img {
    height: auto;
}

.container {
    width: 94%;
    margin: 0 auto;
}

.bar_line {
    width: 100%;
    height: 14px;
    background-color: #eff2f9;
}

.main_title {
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 17px;
}

.item_contents_wrap {
    padding-left: 3%;
}

.scroll_item a {
    display: block;
    position: relative;
}

.scroll_item_content_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.scroll_item_content_wrap::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}

.scroll_item_content {
    display: flex;
    flex-wrap: wrap;
    width: 850px;
    margin: -14px -4px;
}

.contents_wrap {
    margin-bottom: 70px;
}

.item_name {
    height: 42px;
    padding: 12px 0 30px 0;
}

.item_name span,
.tab_item_name span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.fixed_price {
    color: #848484;
    text-decoration: line-through;
}

.price_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.discount_rate {
    font-size: 19px;
    font-weight: bold;
    color: #ee2f49;
}

.item_price {
    margin-left: 6px;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.more_btn {
    display: flex;
    justify-content: center;
    width: 120px;
    margin: 32px auto 53px auto;
    padding: 7.5px 0;
    border: 1px solid #ececec;
    border-radius: 24px;
}

.more_btn span {
    font-weight: 400;
    font-size: 15px;
    color: #8d8d8d;
}

.more_btn img {
    margin-top: 3px;
    margin-left: 6px;
    width: 15px;
    height: 11px;
}

#tab_btn ul {
    display: flex;
}

#tab_btn li {
    display: block;
    margin-right: 16px;
    padding: 6px 0;
    font-size: 19px;
    font-weight: bold;
    color: #ccc;
}

#tab_btn li.active {
    position: relative;
    display: inline-block;
    color: #000;
}

#tab_btn li.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}

#tab_btn li:last-child {
    margin-right: 0;
}

.tab_item_menu {
    display: none;
}

.tab_item_menu.kbeauty {
    display: block;
}

.tab_item_row {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -1%;
}

.tab_item {
    width: 31.33333333333333%;
    margin: 3% 1%;
    overflow: hidden;
}

.tab_item a {
    display: block;
    position: relative
}

.tab_item .pc_preorder_dday_text {
    position: absolute;
    left: 50%;
    top: 82%;
    transform: translate(-50%, -50%);
    border: 1px solid #a3a3a3;
    margin: 0;
    border-radius: 0;
}

.tab_item .pc_preorder_dday_text span {
    display: inline-block;
    color: #707070;
    font-size: 12px;
}

.tab_item_name {
    height: 42px;
    padding: 12px 0 30px 0;
}

.top_text_link {
    width: 100%;
    background-color: #fff;
}

.top_text_link .cate_nav {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.top_text_link .cate_nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.top_text_link .cate_nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.top_text_link .cate_nav li {
    position: relative;
    width: 29.33333333333333%;
    color: #000;
    text-align: center;
}

.top_text_link .cate_nav li a,
.top_text_link .cate_nav li input {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    color: #b5b5b5;
    text-align: center;
    border: 0;
    background: #fff;
}

.top_text_link .cate_nav li.all_nav_btn {
    width: 12%;
    margin: 0 2%;
}

.top_text_link .cate_nav li.selected:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

.top_text_link .cate_nav li.selected a,
.top_text_link .cate_nav li.selected input {
    color: #000;
    font-weight: bold;
}

.item_fillter_wrap {
    display: flex;
    padding: 15px 0;
    background-color: #f5f6f8;
}

.item_fillter {
    display: flex;
}

.item_fillter .is-checked {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.sort_price {
    position: relative;
}

.item_fillter input,
.item_fillter a,
.sort_price p {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 8px 11px;
    border: 1px solid #eaebed;
    background-color: #fff;
    border-radius: 18px;
    outline: none;
    font-size: 15px;
    color: #555;
}

.sort_by_wrap {
    display: none;
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    z-index: 9999;
}

.sort_by button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 1px 0;
    padding: 8px 16px;
    border: 1px solid #eaebed;
    background-color: #fff;
    outline: none;
    font-size: 15px;
    color: #555;
}

.sort_by button.is-checked {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.no_item {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
    padding-bottom: 40px;
}

.item_image {
    position: relative;
}

#val_chk {
    width: 232px;
    display: block;
    margin: 25px auto;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #dadada;
    font-weight: bold;
    color: #333;
    background: #fff;
    font-size: 1.2em;
    cursor: pointer;
}