#page4-3 .group-big-title{
  font-size: 40px;
  line-height: 1.38;
  margin-top:50px;
  margin-bottom:70px;
}

#page4-3 .group-big-title .sm{
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
}

.mobile-member-detail{
  display: none;
  align-items: center;
  justify-content: space-between;

}

.mobile-member-detail .mobile-more-link{
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: normal;
  color: #bbbbbb;
}



#page4-3 .video-play-button{
  width: 120px;
}

#page4-3 .more-link{
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
  padding:0px 10px;
  
  min-height: 29px;
  margin-top:19px;
}

#page4-3 .more-link a{
  color:#bbbbbb;
}
#page4-3 .more-link a:hover{
  text-decoration: none;
  color:#bbbbbb;
}


#page4-3 .owl-carousel-control.type-1{
  left: -50px;
  z-index: 5;
}

#page4-3 .owl-carousel-control.type-1.right{
  left: unset;
  right: -50px;
  z-index: 5;
}

#page4-3 .member-card{
  margin-bottom: 35px !important;
}

@media (min-width:767px) and (max-width:1366px){
  #page4-3 .group-big-title{
    margin-bottom: 40px;
  }
}


@media (max-width:767px){
  #page4-3 .owl-carousel{
    padding: 0px !important;
  }

  #page4-3{
    background-color: #ececec;
    padding: 20px 30px !important;
  }

  

  #page4-3 .video-play-button{
    width: 40px;
    right: 15px;
    bottom: 15px;
  }
  
  #page4-3 .group-big-title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #3b3b3b;
    padding:0px !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
  } 

  #page4-3 .group-big-title .sm {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #3b3b3b;
  }

  .member-card{
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom:8px !important;
  }

  .member-body .ch {
    margin:  0px !important;
    -webkit-line-clamp: 4;
    margin-bottom: 12px !important;
  }

  .mobile-member-detail{
    display: flex;
  }

  

  .member-body {
    padding: 20px 18px !important;
  }

  .u2b-content{
    flex-direction: column;
    padding:0px !important;
    margin-bottom: 35px !important;
  }
}

