
.product > img {width:600px; margin-bottom:30px;}
.product dl{margin-bottom:50px;}
.product dl dt {font-family:'Nanum Square';font-weight:bold; color:#0060c5; letter-spacing: -1px; margin-bottom:10px;font-size:20px;}
.product dl dt:before {content:''; display:inline-block; width:10px; height:2px; background: #1859ad;  margin-bottom: 7px; margin-right: 5px; border-radius: 5px 0 5px 0;}
.product p {font-size:16px; margin-bottom:10px;}

.product ul {margin-bottom:50px;}
.product ul li{overflow:hidden; margin-bottom:20px;}
.product ul li img {float:left; width:20%; margin-right:3%; padding: 10px; border: 2px dashed #ccc;}
.product ul li p {float:left; width:75%; margin-top:10px;}



/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .product img {width:100%; }


}
