
a:hover { 
    text-decoration: none;
}

.hw_menu{
    font-weight: 700;
}

.service_icone{
    width : 40px;
    height : 35px;
    float : left;
    margin:0px 3px 0px 0px;
}

.service_img{
    width : 320px;
    height : 213px;
    box-shadow : 5px 5px 5px #333;
}

.info{
    line-height: 100%;
    font-size : 14px;
    margin : 3px;
    padding : 0px;
}

.pricing-card{
    margin-top : 20px;    
    margin-bottom : 20px;
    border-radius: 10px;
    padding : 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family :sans-serif, 굴림;
}

.menu_title{
    font-family : sans-serif, 굴림체;
    font-size : 42px;
    font-weight: 600;
    color : #777;
}
.pricing-features{
    height : 680px;
}


.bill_headline{
    font-size : 18px;
    color : rgb(20, 20, 20)
}
.emphasis{
    font-weight: 600;
    color :rgb(214, 118, 0)
}
.section-container-spacer{
    margin-bottom: 50px;
}
.features{
    padding-left: 80px;
}
.click_msg{
    color : #d6d6d6;
    font-size : 12px;
    font-style: normal;
}

@media screen and (max-width:750px){
    .bill_img{
        width : 100%;
    }
}
