@import url("http://fonts.googleapis.com/earlyaccess/jejugothic.css");
.product {font-size:15px;line-height:1.6;color:#595959;}


.p_con+.p_con {margin-top:60px;}


.p_con h3:before {content:'';display:block;width:30px;height:2px;margin-bottom:3px;
	background-color:#09a9eb;}
.p_con h3 {margin-bottom:5px;
    font-size:24px;letter-spacing:-2px;color:#333;font-family:'jeju gothic';font-weight:500;}


.dot {
    padding: 10px 20px;
	background-color:#f7f7f7;}
.dot li{margin-bottom:5px;padding-left:8px;}
.dot li:before{display:inline-block; content:''; width:3px; height:3px;margin-right:5px;margin-left:-8px;
    border-radius:50%; vertical-align:middle;
    background-color:#0983eb;
}
.dot+.dot {border-top:1px dashed #ccc;}


.imgs {overflow:hidden;margin-top:60px;}
.imgs li {float:left;width:33%;height:270px;margin-bottom:15px;border-bottom:1px solid #ddd;
	text-align:center;color:#333;font-size:14px;font-weight:600;
	padding-bottom:5px;}
.imgs li:nth-child(3n) {margin-left:.5%;}
.imgs li:nth-child(3n-1) {margin-left:.5%;}
.imgs li img {width:100%;margin-bottom:5px;}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    .imgs li {height:230px;}
}

/* mobile */
@media screen and (max-width:768px){
    .imgs li {width:100%;margin-left:0 !important;height:auto;}

