#contents {
    max-width: 720px;
    margin: 0 auto;
}
.ly_wrap {
    height: 0; 
}
.menu_bar {
    width: 20px;
}
.header {
    padding: 10px 14px !important;
    border-bottom: 1px solid #ebebeb;
    margin: 0 !important;
}
.header .a_logo {
    height: auto;
    font-family: var(--main-fonts);
    color: #383838; 
    font-size: 15px;
    font-weight: 600;
}
.deallist_top select {
    font-family: var(--main-fonts);
    font-size: 12px;
    padding: 5px;
    background: #fff;
    border: none;
    color: #858585;
    appearance: none;
    background: url(/common/image/arrow/down_icon.svg) no-repeat right 0px center;
    background-size: 11px;
    padding-right: 20px;
    outline: 0;
} 
.sort_type_deco {
    width: 100%;
    height: 6px;
    background: #f5f5f5;
    margin-top: 15px;
}
.list_product {
    margin-top: 14px;
}

.sub_menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.sub_menu ul li {
    width: calc(100% / 3);
    text-align: center;
}
.sub_menu ul li a {
    color: #858585;
    font-size: 13px;
    font-family: var(--main-fonts);
    padding: 12px 0;
    display: block;
    font-weight: 500;
}
.sub_menu ul li a.on {
    color: #ae75cc; 
}
.category_top {
    width: 100%;
    padding: 20px 14px;
    font-family: var(--main-fonts);
    font-size: 15px;
    color: #0e0e0e;
}
.cate_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; 
}
.cate_info p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #858585;
    margin: 0;
}
.cate_info p span {
    font-family: var(--main-fonts);
    font-size: 12px;
    color: #858585;
}
.scroll_wrap {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: none;
}
.scroll_wrap.fixed {
    display: block;
    position: fixed;
    top: 0;
    z-index: 3;
}
.scroll_area {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.scroll_list {
    min-width: 100%;
    display: inline-flex;
    padding: 0px 14px;
    background: #fff;
} 
.scroll_item {
    margin-right: 15px;
}
.scroll_item a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    color: #858585;
    font-size: 13px;
    font-family: var(--main-fonts);
    padding: 12px 0;
    display: block;
}