.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 {
    height: 48px;
}

.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 {
    height: 16px;
    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: 13px;
    color: #8d8d8d;
}

.more_btn img {
    margin-top: 4px;
    margin-left: 4px;
    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 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.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%;
}
.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 2px;
    padding: 8px 13px;
    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: -106px;
    width: 100%;
    z-index: 9999;
}

.sort_by button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 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;
}

.pc_preorder_dday_text {
    position: absolute;
    left: 0;
    top: 78.5%;
    padding: 0 8px;
    border: 1px solid #a3a3a3;
    border-radius: 0;
}
.pc_preorder_dday_text span {
    display: inline-block;
    color: #707070;
    font-size: 12px;
}