/* 삭제 버튼 */
a.dell_item {
    color: #fff;
    background: #ee001e;
    border-radius: 2em;
    font-size: 0.83333vw;
    padding: 0.2vw 1vw;
    margin-left: 1em;
}


/* 페이지네이션 */
.pagination {
    width: 100%;
}

.pagination li:hover {
    background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: #333;
}

.page-numbers {
    text-decoration: none;
    display: block;
    width: 3.02083vw;
    height: 100%;
    line-height: 3.02083vw;
    border: none;
    margin: 0;
    text-align: center;
    border-radius: 0;
}

.pagination ul li.is-current {
    border-top: 2px solid #ee001e;
    border-bottom: 2px solid #ee001e;
    border-left: 2px solid #ee001e;
    background: #ee001e;
    color: #fff;
}

.pagination ul li {
    display: flex;
    height: 100%;
    color: #a0a0a0;
    align-items: center;
    justify-content: center;
}

.pagination ul li.prev,
.pagination ul li.next {
    color: #222;
}

.pagination ul li.next::after {
    content: "→";
    font-size: 24px;
}

.pagination ul li.prev::before {
    content: "→";
    font-size: 24px;
    transform: rotate(180deg);
}

/* 카테고리 */
.stocks_wrapper {
    padding: 5.35vw;
}

.stocks_wrapper,
.stocks_detail_wrapper {
    margin: 0 auto;
    padding-top: 6.08888vw;
    width: auto;
}

.stocks_wrapper .stcoks_sidebar,
.stocks_detail_wrapper .stcoks_sidebar {
    display: none;
}

.stcoks_sidebar .aside01 .warehouse_ttl_wrapper,
.stcoks_sidebar .aside02 .category_ttl_wrapper {
    background-color: rgb(0, 27, 45);
    color: #FFF;
}

.stcoks_sidebar .aside01 .warehouse_ttl,
.stcoks_sidebar .aside02 .category_ttl {
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.998;
    font-size: 1.14583vw;
    padding: 0.83333vw;
}

.warehouse_list_wrapper li,
.category_list_wrapper li {
    font-size: 0.83333vw;
    position: relative;
    padding: 0.83333vw 0;
    padding-left: 0.83333vw;
    border: none;
    border-bottom: thin solid rgb(214, 214, 214);
}

.article ul li,
.article ol li {
    margin-top: 10px;
}

.category_list_wrapper li {
    padding: 0;
}

.category_list_wrapper ul li a,
.category_list_wrapper ul li p.cat_ttl2 {
    display: block;
    padding: 0.83333vw 0;
    padding-left: 0.83333vw;
    transition: 0.3s;
}

.category_list_wrapper ul li .cat_desc {
    padding: 0;
    margin: 0;
    width: 15.70833vw;
}

.category_list_wrapper ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.5625vw;
    bottom: 0;
    margin: auto;
    width: 2.70833vw;
    height: 0.41667vw;
    transition: 0.3s;
    background: url(/image/web/category_list_arrow_red.png) no-repeat center/contain;
}

.category_list_wrapper ul li a:hover:after {
    right: 0vw;
}

.category_list_wrapper ul li a:hover {
    color: #ef001e;
}

.stocks_wrapper .stcoks_section_wrapper,
.stocks_detail_wrapper .stcoks_section_wrapper {
    width: 100%;
}

.stocks_wrapper .section.layout01,
.stocks_detail_wrapper .section.layout01 {
    padding: 0;
    overflow: hidden;
}

.campaign_list_wrapper {
    font-size: 0.83333vw;
    overflow: hidden;
    margin-bottom: 1.06667vw;
}

.campaign_list li {
    float: left;
    padding: 1.06667vw;
    padding-top: 0;
    padding-left: 0;
}

.campaign_list li a {
    display: block;
    border-radius: 1vw;
    background-color: rgb(227, 227, 227);
    line-height: 1.3;
    padding: 0.3vw 1vw;
}

.conditions_wrapper {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0.4vw;
    border: 4px solid rgb(0, 27, 45);
}

.conditions_wrapper .conditions_wrapper_label {
    display: flex;
    color: #fff;
    font-size: 1.06667vw;
    padding: 0.2em 0.8em;
    background: rgb(0, 27, 45);
}

.conditions_wrapper .conditions_wrapper_contents {
    padding: 0.4vw 1.5625vw;
}

.conditions_wrapper p {
    margin-bottom: 0.6em;
    display: flex;
    align-items: center;
}

.stocks_count {
    margin-top: 0.1vw;
    font-size: 1.1333vw;
}

.stocks_count span {
    font-weight: bold;
    font-size: 1.2em;
}

.chg_des {
    font-size: 0.83333vw;
    margin-bottom: 1vw;
    color: #ee001e;
}

/* 상품 */
.sort_list_wrapper {
    padding-top: 0.83333vw;
}

.sort_list {
    float: right;
}

.sort_list li {
    float: left;
    padding-left: 1.29167vw;
}

.sort_list li a {
    transition: 0.3s;
    font-size: 0.83333vw;
    background: #fff;
    border: 1px solid #ee001e;
    color: #ee001e;
    padding: 0.222222vw;
    border-radius: 2em;
    width: 8em;
    padding: 0.25vw 0.78125vw;
}

.result_list {
    margin-top: 9.6vw;
    padding: 0 5.33333vw;
}

.result_list_item {
    background-color: rgb(241, 241, 241);
}

.result_list_item a {
    display: block;
    padding: 1.40625vw;
    padding-top: 0.2vw;
    padding-bottom: 0;
}

.result_desc {
    margin-top: 2.66667vw;
}

p.result_code {
    font-size: 0.83333vw;
    font-weight: bold;
    text-align: right;
    margin: 0;
    margin-bottom: 0.53333vw;
}

.result_code span {
    font-size: 0.63333vw;
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.result_list_item a .result_name {
    line-height: 1.2em;
}

.result_list_item p {
    margin: 0;
}

.result_tag span {
    display: block;
    line-height: 1.3;
    background: #ccc;
    width: 6.2em;
    border-radius: 8em;
    padding: 0.1em 0.6em;
    text-align: center;
    font-weight: normal;
}

.result_price span {
    display: block;
    font-weight: bold;
    line-height: 1.3;
    font-size: 0.83333vw;
    color: #222;
    text-align: left;
}

.result_price {
    margin-top: 1.06667vw;
    color: #ee001e;
    text-align: right;
}

.result_name {
    font-size: 4.53333vw;
}

.article h3.section_ttl {
    color: #ee001e;
}

/* no-image */
.result_list_item.no-image a {
    padding: 1.40625vw;
}

.result_list_item.no-image .result_code_wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(51, 51, 51, 0.1);
}

.result_list_item.no-image .result_code_wrap .result_code {
    font-size: 1.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: auto;
    transition: 0.3s;
    height: 10.33334vw;
    min-height: 10.33334vw;
}

.result_list_item a:hover .result_code_wrap .result_code {
    font-size: 1.4vw;
}

@media (min-width: 768px) {

    /* 페이지네이션 */
    .pagination ul li.prev,
    .pagination ul li.next {
        width: 7.08333vw;
    }

    .pagination ul li.next,
    .pagination ul li.prev {
        padding: 0 1.30208vw;
        border-right: 2px solid #eaeaea;
    }

    .pagination ul li.next::after {
        margin-left: 0.3125vw;
        font-size: 1.25vw;
    }

    .pagination ul li.prev::before {
        margin-right: 0.3125vw;
        font-size: 1.25vw;
    }

    .pagination ul {
        display: flex;
        height: 3.125vw;
        align-items: center;
        justify-content: center;
    }

    .pagination ul li {
        border-top: 2px solid #eaeaea;
        border-bottom: 2px solid #eaeaea;
        border-left: 2px solid #eaeaea;
        width: 3.02083vw;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0.72917vw;
    }

    /* 카테고리 */
    .stocks_wrapper {
        margin: 0 auto;
        width: 98vw;
    }

    .stocks_wrapper .stcoks_sidebar,
    .stocks_detail_wrapper .stcoks_sidebar {
        display: block;
        float: left;
        width: 20vw;
    }

    .stocks_wrapper .stcoks_section_wrapper,
    .stocks_detail_wrapper .stcoks_section_wrapper {
        float: right;
        width: calc(100% - 25vw);
    }

    .section.layout01 {
        padding: 0 2.08333vw;
    }

    .section.layout01 {
        padding: 0 40px;
    }

    .article h3.section_ttl {
        margin-bottom: 0.9375vw;
        font-size: 1.97917vw;
    }

    .conditions_wrapper p {
        font-size: 0.89vw;
        line-height: 1.5;
    }

    /* 상품 */
    .result_list {
        display: flex;
        margin: 0.36458vw -0.67708vw;
        padding: 0;
        flex-wrap: wrap;
    }

    .result_list_item {
        margin: 1.5625vw 0.67708vw !important;
        width: calc(25% - 1.35417vw);
    }

    .result_list_item a .result_img {
        overflow: hidden;
    }

    .result_desc {
        margin-top: 0.46875vw;
    }

    .result_list_item a .result_img img {
        display: block;
        margin: auto;
        width: auto;
        transition: 0.3s;
        height: 10.33334vw;
        min-height: 10.33334vw;
        max-height: 10.33334vw;
    }

    .result_list_item a:hover .result_img img {
        transform: scale(1.05);
    }

    .result_list_item a .result_name, .result_list_item a .result_tag, .result_list_item a .result_price {
        transition: 0.3s;
        height: 4em;
        line-height: 2.2em;
    }

    .result_price {
        margin-top: 0.36458vw;
        font-size: 1.14583vw;
    }

    .result_name {
        font-size: 1.14583vw;
    }

    .result_tag {
        margin-top: 0.36458vw;
        font-size: 0.83333vw;
    }
}

@media (min-width: 1920px) {
}

@media (max-width: 767px) {
    .result_list_item.no-image .result_code_wrap .result_code {
        height: 77px;
        font-size: 4.5vw;
    }

    .result_list_item a:hover .result_code_wrap .result_code {
        font-size: 5vw;
    }

    .result_list_item.no-image .result_code_wrap .result_code span {
        font-size: 2.6vw;
    }

    .pagination ul {
        margin: 0 !important;
        height: 55px;
    }

    .pagination ul li.next,
    .pagination ul li.prev {
        padding: 0 1.30208vw;
        border-right: 2px solid #eaeaea;
    }

    .pagination ul li.next::after {
        margin-left: 0.3125vw;
        font-size: 50px;
    }

    .pagination ul li.prev::before {
        margin-right: 0.3125vw;
        font-size: 50px;
    }

    .pagination ul {
        display: flex;
        height: 47px;
        align-items: center;
        justify-content: center;
    }

    .pagination ul li {
        border-right: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        min-width: 30px;
        max-width: 30px;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
    }

    .pagination ul li.next, .pagination ul li.prev {
        border-left: 2px solid #eaeaea;
        border-top: 2px solid #eaeaea;
        border-bottom: 2px solid #eaeaea;
        cursor: pointer;
        transition: 0.3s;
        font-size: 13px;
    }

    .pagination ul li.next a, .pagination ul li.prev a {
        display: none;
    }

    .pagination ul li.next::after,
    .pagination ul li.prev::before {
        font-size: 20px;
    }

    .pagination {
        margin-top: 20px;
    }

    .pagination .page-numbers {
        display: flex;
        line-height: initial;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        max-width: 30px;
    }

    .conditions_wrapper .conditions_wrapper_label,
    .stocks_count span,
    p.result_code,
    .result_code span,
    .chg_des {
        font-size: 16px;
    }

    .product_detail_desc:first-child {
        margin-top: 10px;
    }

    .article h3.section_ttl {
        margin-bottom: 20px;
    }

    .block_lead.stocks_count {
        padding: 0;
    }

    a.dell_item {
        font-size: 11px;
        padding: 3px 8px;
    }

    .product_detail_desc > b {
        padding-left: 3px;
    }
}