#bo_v_info {
    /* border-bottom: 1px solid #000; */
     position: relative;
     padding-bottom: 20px;
}
#bo_v {
     position: relative;
}
/* sns */
#bo_v_share {
     position: absolute;
     top: 0;
     right: 0;
     z-index: 2;

}
#bo_v_share i {
      position: absolute;
      right: 0;
      top: 18px;
      font-size:24px;
      color: #cacaca;
      display:block !important;
}

#bo_v_share .sns_share {
    display: none;
     position: relative;
  margin-top: -20px;
  margin-right: 35px;
  padding:0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3em;
  
  padding: 6px 10px;
}
#bo_v_sns {
    zoom: 1;
    float: none;
    display:flex;
    /* flex-direction: column; */
}
#bo_v_sns li {
    margin-top: 0px;
    float: left;
    width: auto;
    margin-right: 2px;
    margin-left: 2px;
    text-align: auto;
}
#bo_v_sns li span {
    display:none;
}
#bo_v_sns li a {
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 0.95em;
    border-radius: 50%;
   
}
#bo_v_sns li img {
    vertical-align: middle;
    margin-right: 0px;
}

/* sns 마감 */
.video-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
