.content_featured_post{
  margin-bottom: 40px!important;
}
.content_featured_post .recomentCont {
  flex: 1;
  height: 556px;
  display: flex;
  flex-direction: column;
}

.slick-slide {
  margin: 0 30px; 
}
.slick-list {
  margin: 0 -30px; 
}

.slick-initialized .slick-slide{
  border-bottom: 1px solid #000;
}

.content_featured_post .recomentCont .Tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.content_featured_post .recomentCont .Tab .TabTitle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.content_featured_post .recomentCont .Tab .TabTitle p {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
  margin: 0;
}
.content_featured_post .recomentCont .Tab .TabTitle i {
  display: flex;
}
.content_featured_post .recomentCont .Tab .TabTitle i img {
  display: flex;
  max-width: 28px;
  width: 100%;
  height: 28px;
}
.content_featured_post .recomentCont .Tab .TabNumber {
  cursor: pointer;
  display: flex;
  gap: 6px;
}
.content_featured_post .recomentCont .Tab .TabNumber span {
  cursor: pointer;
  background: #F4F4F5;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.content_featured_post .recomentCont .Tab .TabNumber span.active, .content_featured_post .recomentCont .Tab .TabNumber span:hover {
  background: #121619;
  color: #fff;
  padding-top: 1px;
}
.content_featured_post .recomentCont .tumb {
  cursor: pointer;
  height: 50%;
  height: 321px;
  background-image: url("https://velog.velcdn.com/images/kyj0206/post/bf0e52ce-cd2b-4933-b19a-c9e21e95ce26/image.png");
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.content_featured_post .recomentCont .contTit {
  cursor: pointer;
}
.content_featured_post .recomentCont .contTit p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.content_featured_post .recomentCont .contTit h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
    letter-spacing: -0.01em;
    color: #121619;
    margin: 12px 0;
    min-height: 67px;
}
.content_featured_post .recomentCont .contTit span {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0 0 30px;
  min-height: 61px;
}
.content_featured_post .recomentCont .contTit span p {
  padding: 6px 16px;
  gap: 10px;
/*   max-width: 53px; */
  max-height: 31px;
  border: 1px solid #CFD1D5;
  border-radius: 21px;
  font-size: 12px;
  line-height: 160%;
  color: #121619;
  justify-content: center;
  letter-spacing: -0.01em;
  margin: 0;
  white-space: nowrap;
}

.content_featured_post .recomentCont .contTit span p:hover{
  background : #F4F4F5;
}

.content_featured_post .recomentCont .contTit span p.active{
  background: #FFF; 
  border: 1px solid #121619; 
}

.content_featured_post .recomentCont .contTit span p.active{
  background color: FFFFFF;
  border: 1px solid #121619;
}

.row-fluid-wrapper.row-depth-1.row-number-3 {
  margin-bottom: 60px;
}



.slick-dots{
    display: block;
    position: absolute;
    top: -65px;
    right: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  margin: 0 8px !important;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  opacity: 1 !important;
  background: #121619 !important;
  border: 1px solid #121619;
  color: #fff;
  border-radius: 4px;
}

.slick-dots li button {
  cursor: pointer;
  opacity: 1 !important;
  background: #F4F4F5;
  border: 1px solid #F4F4F5;
  color: #656A71;
  border-radius: 4px;
}

.slick-dots li button:hover{
  background: #e7e8ea;
}




/* 모바일 버전 처음엔 Hidden */
.MobileV {
  display:none;
}

.content_featured_post.MobileV .recomentCont .tumb {
  cursor: pointer;
  height: 50%;
  height: 321px;
  background-image: url("https://velog.velcdn.com/images/kyj0206/post/44e19034-75c7-4199-a686-d0abfd1f37c8/image.png");
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  border-radius: 0;
}


@media screen and (max-width: 768px) {
  .List_contList .List_contListWrap .List_contListInner li span{
    max-width: 100%!important;
  }
  .List_contList .List_contListWrap .List_contListInner li:nth-last-child(3){
    margin-right: auto;
  }
}

@media screen and (max-width: 672px) {
  .slick-slide {
  margin: 0; 
  }
  .slick-list {
    margin: 0; 
  }
  .content_featured_post{
    display: none;
  }
  .content_featured_post.MobileV{
    padding: 0;
    display: block;
  }
  
  .content_featured_post.MobileV .recomentCont .Tab{
    padding: 0 30px;
  }
  
  .content_featured_post.MobileV .recomentCont .contTit{
    padding: 0 30px;
    display: block;
  }
  
  .slick-dots{position: static}
  .slick-dots li.slick-active button {
    border-radius: 50%;
  }
  .contentListend{
    margin-top: 50px!important;
  }
  .slick-track{
    margin-bottom: 25px;
  }

.slick-dots li button:before {
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  background: #D9D9D9;
  top: 0;
  left: 0;
  width: 9px !important;
  height: 9px !important;
  content: "" !important;
  text-align: center;
  opacity: 0.25;
  color: #fff !important;
}
  

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  margin: 0 8px !important;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px !important;
  height: 8px !important;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
  
.slick-dots {
  bottom: -10px !important;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
}
  
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: #121619 !important;
  border: 1px solid #121619;
   border-radius: 50%;
}
    
.slick-dots li button:hover::before {
  background: #121619 !important;
  border: 1px solid #121619;
}
}

