.e2layout {
    width: 100%;
    margin: 2em 0 1em 0;
}

.e2layout h3 {
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'GmarketSansBold';
    color: #fff;
    background: #ff6633;
    margin: 0 5%;
    border-radius: 0.75em;
    line-height: 2em;
}

.e2layout h3 p {
    width: 2.5em;
    transform: translateY(-2px);
    color: #333333;
}

.e2layout h3 p img {
    width: 100%;
    transform: scale(1) translateY(-1px);
}

.e2layout h3 span {
    margin: 0 0.2em;
    color: #009999;
}

#all_list_mode ul {
    width: 90%;
    margin: 0 5%;
}

.horizontal {
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}

.horizontal a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}

.horizontal .hori_img {
    width: 35%;
    border: 1px solid #cccccc;
}

.horizontal .hori_img img {
    width: 100%;
}

.horizontal .more_btn span {
    width: 85%;
    padding: 1em 0 !important;
    border-radius: 1.5em;
    font-family: 'GmarketSansMedium';
    font-size: 1.75em;
    color: #333333;
}

.horizontal .prd_textbox {
    font-family: 'GmarketSansMedium';
    font-size: 1.15em;
    color: #333333;
    width: 60%;
}

.horizontal .prd_textbox dt {
    font-size: 0.95em;
    color: #666666;
}

.horizontal .prd_textbox .name_txt {
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em;
    font-size: 1.15em;
}

.horizontal .prd_textbox .name {
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em;
}

.horizontal .prd_textbox .price {
    font-size: 1.4em;
    font-weight: bold;
    color: #ff3300;
}