    @charset "utf-8";
    /* CSS Document */

    .c3layout {
        margin:3em 0;
    }

    .c3layout h3 {
        font-size: 1.85em;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'GmarketSansBold';
        padding: 1em 0.5em 0 0;
        color: #333333;
    }

    .c3layout h3 p {
        width: 2.5em;
        transform: translateY(-2px);
        color: #333333;
    }

    .c3layout h3 p img {
        width: 100%;
        transform: scale(0.7) translateY(-2px);
    }

    .c3layout h3 span {
        margin: 0 0.2em;
        color: #8b00cc;
    }

    .c3layout h3 b {
        color: #6600cc;
    }

    .c3layout h4 {
        text-align: center;
        font-family: 'GmarketSansMedium';
        color: #333333;
        font-size: 1.25em;
        margin-bottom: 1.25em;
    }

    .c3_glayout {
        width: 100%;
        text-align: center;
    }

    .c3_glayout ul {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .c3_product {
        width: 44%;
        height: 100%;
        margin-bottom: 1.5em;
    }

    .c3_product p {
        width: 100%;
    }

    .c3_product p a {
        display: inline-block;
        border: 1px solid #cccccc;
    }

    .c3_product p img {
        width: 100%;
    }

    .c3_product dl {
        margin: 0.5em 0;
    }


    .c3_product .c3_goods {
        font-family: 'GmarketSansMedium';
        text-align: left;
        padding-left: 0.3em;
    }

    .c3_product .c3_goods dt {
        display: inline-flex;
        font-weight: 300;
        color: #666666;
        font-size: 1.15em;
    }

    .c3_product .c3_goods dt .Code_num {
        color: #990000 !important;
        margin: 0 0 0 0.5em;
    }

    .c3_product .c3_goods .name {
        word-break: keep-all;
        font-size: 1.35em;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c3_product .c3_goods .price {
        font-family: 'GmarketSansBold';
        font-size: 1.5em;
        color: #ff3300;
        margin: 0 0 0.6em 0;
    }