#bo_v_con {
    font-size:19px;
}

#bo_v_sns {
    padding: 0;
    list-style: none;
    zoom: 1;
    float: right;
    display: inline-block
}

#bo_v_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_v_sns li {
    float: left;
    width: 35px;
    margin-right: 3px;
    text-align: left
}

#bo_v_sns li a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3em;
    color: #fff;
    font-size: 0.95em;
    padding-left: 6px;
}

#bo_v_sns li img {
    vertical-align: middle;
    margin-right: 5px
}

#bo_v_sns li .sns_f {
    display: block;
    background: #3b5997
}

#bo_v_sns li .sns_t {
    display: block;
    background: #09aeee
}

#bo_v_sns li .sns_g {
    display: block;
    background: #ea4026
}

#bo_v_sns li .sns_k {
    display: block;
    background: #fbe300
}

#bo_v_sns li span {
    display: none;
}
@media(max-width:991px){  
    #bo_v_con {
        font-size:14px;
    }
    #bo_v_sns {
        position: absolute;
        right: 0;
        margin-top: -50px;
    }
}


.btn_wrap {
    margin-top: 50px;

}
.btn_wrap a.btn {
    max-width: 250px;
    width:250px;
    height: 58px;
    font-size:18px;
    border-radius: 0;
    line-height: 56px;
    padding: 0px 20px; 
    border: 1px #000 solid;
    letter-spacing: 0;
    margin:2px;

}

.btn_wrap a.btn:after {
    border-color: #000;
    background-color: #000;
}
.btn_wrap a.btn:hover {
    color: #fff;
}


.btn_wrap a.btn.blue {
    background: #0351c5;
    border: 1px #0351c5 solid;
    letter-spacing: 0;
}
.btn_wrap a.btn.blue:after {
    border-color: #0351c5;
    background-color: #fff;
}
.btn_wrap a.btn.blue:hover {
    color: #0351c5;
}
.btn_wrap i {
    margin-right: 2px;
}

 @media(max-width:991px){
    

    
    
    .btn_wrap a.btn {
        
        height: 48px;
        font-size:14px;
        border-radius: 0;
        line-height: 46px;
        padding: 0px 10px; 
        border: 1px #000 solid;
        letter-spacing: 0;        
    
    }
 }
