    @charset "utf-8";
    /* CSS Document */

    .b3layout{margin:3em 0;}    
    
    .b3layout h3{
        font-size: 1.85em;
        display: flex;
        align-items: center;
        justify-content: center; 
        font-family: 'GmarketSansBold';
        padding: 1em 0.5em 0.3em 0;
        color: #333333;
        }

    .b3layout h3 p{width:2.5em; transform:translateY(-2px); color:#333333;}
    .b3layout h3 p img{width:100%;} 
    .b3layout h3 span{margin:0 0.2em; color:#cc0000;} 
    .b3layout h4{text-align:center; font-family: 'GmarketSansMedium'; color:#333333; font-size:1.25em; margin-bottom:0.2em;}    

    .b3_glayout ul{text-align: center;}
    .b3layout center{display:inline-flex; margin:3% 1.5%; justify-content:space-around;}    
    .b3_product{width:14.5em;}

    .b3_product dl{
        border-radius: 1em 1em 1em 1em;
        overflow: hidden;
        border: 1px solid #cccccc;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
    } 

    .b3_product .b3_pic{
        width:100%;
    }    
    .b3_product .b3_pic img{
        transform: scale(0.9);
        height: 11em;
    }

    .b3_product .b3_goods{
      font-family:'GmarketSansMedium';
    }

    .b3_product .b3_goods dt{
        display: inline-flex;
        background: #333366;
        padding: 0.5em 0.8em 0.5em;
        font-weight: 300;
        color: #fff;
        border-radius: 10px;
        font-size: 1.15em;
    }

    .b3_product .b3_goods dt .Code_num{
        font-family: 'GmarketSansBold';
        color:#ffffcc !important;
        margin: 0 0 0 0.5em;
    }

    .b3_product .b3_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;
        padding:0 0.5em;
        margin:0.5em 0 0 0;
        height: 2.8em;
    }

    .b3_product .b3_goods .price{
        font-family: 'GmarketSansBold';
        font-size: 1.5em;
        color: #ff3300;
        margin: 0 0 0.6em 0;
    }    
    