    @charset "utf-8";

    
    .d1best{
        display:flex; font-size:1.8em; 
        justify-content:center; align-items:center;
        color:#333333; margin:1em 0 0 0;
        font-family: 'GmarketSansMedium';
    }
    .d1best p{width:2.5em;}
    .d1best p img{width:100%;}
    .d1best span{font-family:'GmarketSansBold'; margin:0 0.2em; color:#333399;}

    .d1category{width:100%; padding:0.5em; font-family:'GmarketSansMedium';}
    .d1category h4{
       display: flex; background: #333399; color: #fff;
       width: 15em; margin:0.5em auto 1em; border-radius: 10px; align-items: center;
       justify-content:center; font-size: 1.25em; padding:0.5em 0.8em 0.4em 0;
    }
    
    .d1category h4 p{width:1.5em; margin:0 0.5em 0.3em 0;}
    .d1category h4.pink_bg{background:#cc3399;}
    .d1category h4 p img{width:100%;}
    .d1category ul{display:flex; justify-content:space-evenly; margin-bottom:1em;}
    .d1category ul li{
         width:19%; color: #333333; background: #f0f0f0; line-height:3em;
         text-align: center; border-radius: 10px; border: 1px solid #999999;
         letter-spacing:-0.5px; box-sizing: border-box; font-size:1.1em;
    }

