#wdh-list {
  padding-bottom: 95px;
}
#wdh-list .intro {
  max-width: 1005px;
  margin: 0 auto;
  text-align: center;
}
#wdh-list .intro img {
  width: 60%;
}

#wdh-list .head-tit {
  max-width: 1005px;
  margin: 0 auto;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  color: #858484;
  line-height: 26px;
}
#wdh-list .head-tit .sub1 {
  /* font-weight: 900; */
  margin-bottom: 15px;
  font-size: 19px;
}
#wdh-list .head-tit .sub2 {
  font-size: 14px;
  line-height: 1.4;
}
#wdh-list .head-tit .warn {
  font-size: 13px;
  margin-top: 10px;
  color: black;
  font-weight: 400;
}
#wdh-list .head-tit span {
  color: #f71464;
  font-style: oblique;
  font-weight: 900;
}
#wdh-list .head-tit span i {
  font-size: 12px;
  margin-right: 2px;
}
#wdh-list .list {
  max-width: 1025px;
  margin: 0 auto;
}



#wdh-list .video-wrapper{
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
/* #wdh-list .video-wrapper .inner{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} */
/* #wdh-list .video-wrapper::before{
  content: '';
  display: inline-block;
  margin-top: 60%;
  width: 100%;
} */








/* 웨딩홀 아이템 */
.i-wdh {
  /* display: inline-block; */
  height: 340px;
  /* width: 100%; */
  margin-bottom: 1px;
  cursor: pointer;
  padding: 10px;
}
.i-wdh .item {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;

  border-top: 1px solid #e3e3e3;
  /* border: 1px solid #dddddd;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); */
}
.i-wdh .item .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 3.5s;
}
.i-wdh .item .item-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 1;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.1);
}
.i-wdh .item .item-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.i-wdh .item .item-cont .head {
  /* background: rgba(255, 255, 255, 0.79); */
  background: white;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity 0.5s;
}
.i-wdh .item .item-cont .head .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.i-wdh .item .item-cont .head .left .name {
  color: #524f4a;
  font-size: 30px;
  font-weight: 900;
  transition: transform 1.5s;
  transform-origin: left top;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.i-wdh .item .item-cont .head .left .name .best {

  font-size: 10px;
  margin-left: 5px;
  padding: 2px 10px;
  /* background: #f71464; */
  color: #f1c683;
  display: inline;
  border-radius: 13px;
  letter-spacing: -0.05em;
  border: 1px solid #f1c683;
}
.i-wdh .item .item-cont .head .left .address {
  margin-top: 15px;
  font-size: 18px;
  color: #94908b;
}

.i-wdh .item .item-cont .head .right {
  margin-left: auto;
}
.i-wdh .item .item-cont .head .right .favorit {
  font-size: 15px;
  color: white;
}
.i-wdh .item .item-cont .head .right .favorit i {
  display: none;
  font-size: 26px;
  padding: 5px;
  vertical-align: middle;
}
.i-wdh .item .item-cont .head .right .favorit .check {
  color: #f71464;
}
.i-wdh .item .item-cont .head .right .favorit .uncheck {
  color: #e3e3e3;
}

.i-wdh .item .item-cont .head .right .favorit .uncheck {
  display: block;
}
.i-wdh .item .item-cont .head .right .favorit.on .uncheck {
  display: none;
}
.i-wdh .item .item-cont .head .right .favorit.on .check {
  display: block;
}
.i-wdh .item .item-cont .foot {
  /* background: rgba(0,0,0,0.6); */

  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity 0.5s;
}
.i-wdh .item .item-cont .foot .short-comment {
  font-size: 18px;
  color: white;
}
.i-wdh .item .item-cont .foot .tags {
  margin-left: auto;
}
.i-wdh .item .item-cont .foot .tags li {
  float: left;
  padding: 4px 15px;
  font-size: 15px;
  border-radius: 3px;
  margin-right: 4px;
  color: #000000;
  background: rgba(255, 255, 255, 0.81);
}
#wdh-list .request-submit {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
  font-size: 13px;
  border-radius: 50%;
  background: #bbbbbb;
  color: white;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  line-height: 1.4;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  transition: background 0.2s;
}
#wdh-list .request-submit.active {
  background: #de3973;
  color: white;
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 470px) {
  .i-wdh {
    height: 200px;
  }
  .i-wdh .item .item-cont .head {
    padding: 8px;
    padding-top: 20px;
    /* padding: 10px 16px;
    padding-top: 20px; */
  }
  .i-wdh .item .item-cont .head .left .name {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .i-wdh .item .item-cont .head .left .address {
    margin-top: 3px;
    font-size: 12px;
  }
  .i-wdh .item .item-cont .head .right .favorit i {
    font-size: 20px;
  }

  .i-wdh .item .item-cont .foot {
    flex-direction: column;
    align-items: flex-end;
    padding: 8px 16px;
  }
  .i-wdh .item .item-cont .foot .short-comment {
    font-size: 14px;
  }
  .i-wdh .item .item-cont .foot .tags {
    margin-top: 6px;
    margin-left: 0;
  }
  .i-wdh .item .item-cont .foot .tags li {
    font-size: 10px;
    padding: 2px 8px;
  }
}
/* 테블릿 */
@media screen and (min-width: 400px) and (max-width: 1023px) {
  .i-wdh {
    height: 200px;
  }
  .i-wdh .item .item-cont .head {
    padding: 8px;
    padding-top: 20px;
    /* padding: 10px 16px;
        padding-top: 20px; */
  }
  .i-wdh .item .item-cont .head .left .name {
    font-size: 17px;
  }
  .i-wdh .item .item-cont .head .left .address {
    margin-top: 3px;
    font-size: 12px;
  }
  .i-wdh .item .item-cont .head .right .favorit i {
    font-size: 18px;
  }

  .i-wdh .item .item-cont .foot {
    flex-direction: column;
    align-items: flex-end;
    padding: 8px 16px;
  }
  .i-wdh .item .item-cont .foot .short-comment {
    font-size: 14px;
  }
  .i-wdh .item .item-cont .foot .tags {
    margin-top: 6px;
    margin-left: 0;
  }
  .i-wdh .item .item-cont .foot .tags li {
    font-size: 10px;
    padding: 2px 8px;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  .i-wdh:hover .item .thumb {
    transform: scale(1.05);
    transition: transform 8.5s cubic-bezier(0.08, 1.15, 0.66, 0.94);
  }
  .i-wdh:hover .item .item-filter {
    opacity: 0;
    transition: opacity 8.5s cubic-bezier(0.08, 1.15, 0.66, 0.94);
  }
  .i-wdh:hover .item .item-cont .head .address,
  .i-wdh:hover .item .item-cont .foot .short-comment,
  .i-wdh:hover .item .item-cont .foot .tags {
    opacity: 0.5;
    transition: opacity 8.5s cubic-bezier(0.08, 1.15, 0.66, 0.94);
  }
  .i-wdh:hover .item .item-cont .head .name {
    transform: scale(1.1);
  }
}
