@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{
    width:100%;
}
.goods h3{
    padding-top:20px;
	color:#c41f24;
    font-size:20px;
}
.goods img{
	display:block;
	margin:0 auto;
	padding:20px 0;
}
.goods h3:before{
	display:inline-block;
    content:'';
    width:25px;
    height:25px;
    vertical-align:middle;
    background:url(/app/dubu_sourcecode/docs/imgs/1491452974_asset12.jpg) no-repeat 0 2px;
    background-size:100%;
}

.goods ul{
    margin: 5px 0 15px;
    padding:5px;
    padding-bottom:15px;
    padding-left:5px;
}
.goods li{
     font-size: 15px;
    line-height: 1.7;
    margin: 5px;
}

.goods li:before {
	display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-bottom:5px;
    background-color: #c41f24;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;

}

.goods li span{
   font-family:'noto sans kr';
    font-size:16px; 
    display:inline-block;
	color:#444;
    font-weight:600;

}
.goods li:last-child{
    margin-bottom:0;
}


/* cont3 */
div.cont3{
	padding-top:20px;
    padding-bottom:20px;
}
div.cont3 p {
    font-family:'noto sans kr';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px;
    color: #595959;
}
div.cont3 p b {
    color: #745025;
}
div.cont3 > ul > li {
    margin: 10px auto;
   font-family:'noto sans kr';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px;
    color: #595959;

    border: 3px solid #e4b450;
    border-radius: 15px;
}
div.cont3 > ul > li span {

    color: #946501;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
.goods img{
	width:100%;
}
}

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