.product h2{
    font-family: 'Fugaz One';
    font-size: 35px;
    letter-spacing: -1px;
    color: #ec3d35;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    margin-bottom:10px;
}
.product h2 b{
	font-family: 'Fugaz One';
    font-size: 19px;
    font-weight:500;
}
.product h2 span{
    font-size:16px;
    color:#333;
    font-weight:500;
    margin-left:23px;
    padding-left:15px;
    border-left:1px solid #ddd;
}
.product img{width:100%;}
.product ul{
	overflow:hidden;
    margin:30px 0;
}
.product ul li{
    float:left; 
    width:49%; 
    border:1px solid #ddd;
    font-size: 15px;
    line-height: 1.8;
    padding:20px;
    margin-left:2%;
    height:150px;
}
.product ul li:first-child{
	margin-left:0;
}
.product table {
    width:100%;
    border-collapse:collapse;
    border-top:2px solid #d0332c;
    border-left:1px solid #dfdfdf;
    margin-bottom:100px;
}

.product th {
    font-size:15px;
    font-family: 'Noto Sans KR';
    padding:10px 7px;
    letter-spacing:-0.6px;
    background:#f3f3f3;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
    color:#595959;
    font-weight:normal;
}


.product td {
    font-size:15px;
    font-family: 'Noto Sans KR';
    padding:10px 7px;
    letter-spacing:-0.6px;
    text-align:center;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
    color:#595959;
    font-weight:normal;
}
.product table img{width:22px; margin:0 2px;}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    .product ul li{
    	height:260px;
    }
    .product h2 {
        font-size: 26px;
    }
    .product h2 span{
        display:block;
        margin-left: 0px; 
    	padding-left: 0px; 
     	border-left: none; 
    }
    
}

/* mobile */
@media screen and (max-width:768px){
    .product ul li{
    	height:auto;
        float:none;
        width:100%;
        margin-left:0;
    }
    .product ul li:last-child{
    	margin-top:15px;
    }
    .product h2 {
        font-size: 22px;
    }
    .product h2 span{
        font-size:15px;
        display:block;
        margin-left: 0px; 
    	padding-left: 0px; 
     	border-left: none; 
    }
    .product table img{width:20px;}
}
