.ec-layoutRole .ec-layoutRole__contents {
    max-width: unset;
}
.ec-layoutRole__contents {
    width: 100% !important;
    max-width: unset; /*1500px !important;*/
    margin-left: 30px !important;
}
.ec-shelfRole,
.ec-searchnavRole {
    /* max-width: 1240px; */
    min-width: 1240px;
    max-width: unset !important;
    padding-left: 0px;
    padding-right: 0px;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 100%;
}
.ec-shelfGrid {
    margin-left: 0;
    margin-right: 0;
}

.ec-shelfGrid .ec-shelfGrid__item {
    width: 138px;
    margin: 0 14px 12px 0;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    max-width: 138px;
    max-height: 200px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0;
}
.ec-shelfGrid__item .product_name {
    font-size: 12px;
    color: #333;
    cursor: pointer;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.price02-default {
    margin: 6px 0 0 0;
    text-align: right;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
.price02-default span {
    font-size: 10px;
}
.ec-topicpath {
    border-bottom: 3px solid #04155a;
    padding: 0 0 5px 0;
    margin-top: 15px;
    color: #000;
    border-top: unset;
}

.ec-searchnavRole__infos {
    background: #f7f7f7;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    padding: 8px 10px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: unset;
    /* max-width: 1400px; */
}
.ec-select {
    margin: 0 5px 0 0;
    font-size: 12px;
    padding-right: 30px;
}
.ec-select select {
    font-size: 12px;
}
.list_num {
    float: right;
    letter-spacing: normal;
    font-size: 12px;
    margin-top: 15px;
    margin-right: 30px;
}
.ec-topicpath__item {
    display: block;
    font-weight: bold;
    border: 0;
    font-size: 16px;
}

