    @charset "utf-8";
    /* CSS Document */

 .c1title{
    font-family:'GmarketSansMedium'; 
    font-size:2em; text-align:center;
    color:#333333; 
    margin:3em 0 0.5em 0; 
  } 
  .c1title strong{color:#cc0033; font-family:'GmarketSansBold';}    
    
 .c1rayout{
     width:100%; padding:1em; position:relative; margin-bottom:1em;
  }
 .c1box{overflow:hidden; width:100%; font-family:'GmarketSansMedium';}   
    
 .c1product{
     display:flex; flex-wrap:wrap;
     justify-content:center; align-items:center;
     text-align:center;
 }   
 .c1product a{
     width:100%; overflow:hidden;
     border-radius:1em; border:1px solid #b5b5b5;
  }    
 .c1product a img{width:100%;}    
 .c1product p{
     width:100%; margin-top:0.6em; 
     font-size:1rem; color:#666666; 
  }
 .c1product p span{color:#ff3300; font-family:'GmarketSansBold';} 
 .c1product .name{
     width: 100%; color:#333333; font-size:1rem; 
     display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
     overflow: hidden; text-overflow: ellipsis; height: 2.4em;
     margin:0.5em 0; word-break: keep-all; line-height: 1.2em;
 }  
 .c1product .price{color:#ff3300; font-family:'GmarketSansBold'; font-size:1.2rem;} 
    
 .c1box .swiper-pagination{margin:1em 0;}    
 .c1box .swiper-pagination span{display:inline-block; width:1.4em; height:1.4em;}
 .c1box .swiper-pagination-bullet{background:#e0e0e0; line-height:1.5em; opacity:0.7;}    
 .c1box .swiper-pagination-bullet-active{color:#fff; background:#cc0033; line-height:1.5em;}
 .c1box .swiper-button-prev{position:absolute; top:0; transform:scale(0.7) translateY(-15px);}
 .c1box .swiper-button-next{position:absolute; top:0; transform:scale(0.7) translateY(-15px);}   



