/** 상단 배너 **/
.top_banner{width: 100%; height: 57vh; background: url(/img_/bg/products.jpg) no-repeat; background-size: cover;}
.top_banner h2{
    display: block; text-align: center; line-height: 60vh;
    font-family: "Shippori Mincho B1", serif; font-size: 50px;
    text-shadow: 0 0 20px #000; color: #fff;
    cursor: default;
}

/** 상품 list **/
.products{width: 100%; margin-top:160px;}
.products ul{width: 1200px; margin: 0 auto;}
.products ul li{float: left; overflow: hidden; margin-bottom: 120px;}
.products ul li:nth-of-type(2),
.products ul li:nth-of-type(5),
.products ul li:nth-of-type(8){margin: 0 30px}
.products ul li a img{display: block; width: 380px; height: 430px;}
.products ul li .text_box{margin-top: 30px;}
.products ul li .text_box p.name{font-size: 24px; font-weight: 500; word-break: keep-all;}
.products ul li .text_box p.price{color: #ce373d; font-size: 20px; letter-spacing: -0.5px; font-weight: 500; margin-top: 20px;}



.top-bg-tit { font-family: "Shippori Mincho B1", serif; font-size: 60px; text-shadow: 0 0 20px #000;}

