/* 누구를선택하시겠습니까 시작-------------------------------------------------- */

.youtube_vs {
    margin-top: 80px;
}

.youtube_vs h2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 49.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -3.47px;
    text-align: left;
    color: #333333;
}

.youtube_vs .filter button{
  border:none;
  background: transparent;
  color: #555;
  cursor: pointer;
  padding:5px 10px;
  position: relative;
}
.youtube_vs .filter button:after{
  content: '';
  background: #333;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 75px;
  top:12px;
}
.youtube_vs .filter a:nth-child(3) button:after{
  display: none;
}
.youtube_vs .filter button:focus{
color: #111;
}
/* 진행사례 유튜브 시작------------------------- */
.progress_exam {}

.video-warp {
    position: relative;
    text-align: center;
}

.video {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    justify-content: space-between;
    width: 389px;
    height: 360px;
    border: solid 1px #cccccc;
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
}
.video_txt_wrap{padding-top:25px; padding-bottom:25px;}
.video_txt_wrap .face{
  display: flex;
    flex-wrap: wrap;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}
.video_txt_wrap .face span:nth-child(1){

border-radius: 50%;
border:2px solid #ccc;
height: 80px;
    width: 80px;
    line-height: 80px;
background-size: cover;
margin-top: -50px;
}
.video_txt_wrap .face span:nth-child(1) img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.video_txt_wrap .face span:nth-child(2){
  padding-left: 1.5em;
  font-size: 1.2em;
  font-weight: 600;
  align-items: center;
margin-top: -0.5em;
}
.video_txt{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    margin-right: 25px;
    margin-left: 27px;
    position: relative;
}
.video_txt_bar::after{
    content: "";
    position: absolute;
    top:0;
    right: -25px;
    height: 61px;
    width: 1px;
    background-color: #cccccc;
}

.video_txt span{
    display: block;
    text-align: center;
}
.video_txt span:nth-child(1){
    width: 18px;
    height: 18px;
    margin:0 auto;
}
.video_txt span:nth-child(2){
    font-size: 14px;
    letter-spacing: -0.98px;
    color: #666666;
    font-style: normal;
    line-height: 1.67;
    text-align: center;
  }
  .video_txt span:nth-child(3){
    font-size: 18px;
      letter-spacing: -1.26px;
    color: #444444;
  }




/* 진행사례 유튜브 끝------------------------ */
/* 유튜브 체험단/섭외/협찬 진행 사례 카테고리 아이콘------- */
.youtube_vs_category_icon{
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(14, 1fr);
  padding-top: 40px;
  padding-bottom: 20px;

}
.youtube_vs_category_icon>a{
  border:1px solid #d5d5d5;
  border-right: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.youtube_vs_category_icon>a:nth-of-type(14){
  border-right:1px solid #d5d5d5;
}
.youtube_vs_category_icon>a:hover{
  background: #ffeee9;
}
.youtube_vs_category_icon>a span{
  height: 34px;
  display: block;
}
.youtube_vs_category_icon>a p{
  color:#444444;
  font-size: 15px;
  margin-top: 10px;

}
.more{
    text-align: center;
    margin-top:40px;
    margin-bottom: 100px;
  }
  

  .viewmore{
    width: 45px;
   height:45px;
     display: inline-block;
     font-size: 14px;
     font-weight: normal;
     font-stretch: normal;
     font-style: normal;
     letter-spacing: -0.56px;
     text-align: center;
     color: #888888;
        line-height: 45px;
   margin-right: 3px;

  }
  .more div.viewmore:hover{
    color: #e35029;
    border-bottom: 1px solid #e35029;
  }
  .more a .viewmoreend:hover{
      border-bottom:none;
  }