.pg{

}

.pg img{
    width:100%;
    margin:0 auto;
    display:block;
}

.pg h3{
    font-size: 20px;
    color: #4D4D4D;
    margin-bottom: 10px;
    margin-top: 40px;
    letter-spacing:-1px;
}

.pg p{
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'NanumGothic';
    margin: 15px 0px;
    color: #787878;
}

.pg ul{

}

.pg ul li:before{
    width: 5px;
    height: 5px;
    background-color: #CACACA;
    display: inline-block;
    content: '';
    border-radius: 10px;
    margin-right: 5px;
    vertical-align: middle;
}

.pg ul li{
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 13px;
    color: #707070;
    margin:5px 0px;
}

.pg .word{
    font-family:'NanumbarunGhothic';
    font-weight:bold;
    font-size:13px;
    color:#707070;
}

.pg ul li span{
    font-size: 14px;
    letter-spacing: -1px;
    color: #CD3C3C;
    line-height: 22px;
    margin-right: 5px;
}

.pg .li_tit{
    font-size: 17px;
    margin: 30px 0px 10px 0px;
    color: #4C4951;
}

.pg .li_tit:before{
    display:none;
}

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

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