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

/* mobile */
@media screen and (max-width:768px){
}
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
.text{
	font-family: 'Noto sans kr';
}
.text h3{
    font-size:16px;
    margin-bottom:5px;
}

.text h3:before{
display:inline-block;
content:"";
width:5px;
height:15px;
margin-right:2px;
background-color:#be303d;
vertical-align:middle;
}

.text ul{
    margin-bottom:25px; 
}

.text ul li{
    font-size:14px;
    line-height:1.5;
    margin-bottom:6px;
}

.text ul li:before{
display:inline-block;
content:'';
width:5px;
height:5px;
margin:-2px 7px 2px 0;
background-color:#f86600;
border-radius:50%;
}

.text img{
    width:100%;
    
}
