@import url("http://fonts.googleapis.com/earlyaccess/jejugothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");

.goods{
}
.goods img{
	width:100%;
	border:1px solid #eaeaea;
    margin:15px 0;
}
.goods p{
    display:block;
    font-size:14px;
    text-align:center;
    
}
.goods ul{
    width:100%;
	vertical-align:top;
}
.goods li{
	display:inline-block;
	vertical-align:top;
}


.goods li:nth-child(1){
	width:35%;
}
.goods li:nth-child(2){
	width:5%;
}
.goods li:nth-child(3){
	width:52%;
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){

}

/* mobile */
@media screen and (max-width:768px){
.goods li{
	display:block;
    margin:0 auto;
}
.goods li:nth-child(1){
	width:100%;
}
.goods li:nth-child(2){
	width:100%;
}
.goods li:nth-child(3){
	width:100%;
}
}