#s05 {
}
#s05 .content {
  padding: 150px 86px !important;
  max-width: 1900px !important;
  /*background: transparent !important;*/
}


/* 메뉴정보 */
#s05 .info {
  font-size: 16px;
  letter-spacing: -1.09px;
  color: #686868;
  font-weight: 400;
  text-align: center;
}
#s05 .info > img {
  width: 15px;
  margin-bottom: 2px;
  margin-right: 4px;
}
#s05 .info .type {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #d5d5d5;
}
#s05 .info > div {
  display: inline;
}
#s05 .info > div span {
}

/* 사진 */
#s05 .thumbs {
  position: relative;
  margin-top: 58px;
  display: inline-block;
  width: 100%;
  font-size: 0;
}
#s05 .req {
  display: none;
  margin: 0 auto;
  width: 260px;
  padding: 15px 0;
  text-align: center;
  background: #333333;
  color: white;
  font-size: 21px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
}
#s05 .req:hover {
  /* background: rgb(237, 79, 57); */
  background: linear-gradient(90deg, rgba(237, 79, 57, 1) 0%, rgba(240, 104, 74, 1) 100%);
}
#s05 .more {
  position: absolute;

  bottom: 16px;
  right: 16px;
  /* bottom: 100px;
  right: 100px; */

  padding: 9px 25px;
  background: rgba(19, 34, 37, 0.6);
  color: white;
  font-size: 10px;
  z-index: 1;
  cursor: pointer;
}

#s05 .thumbs.showing li {
  transform: translateX(0);
  opacity: 1;
}
#s05 .thumbs li {
  position: relative;
  float: left;
  width: 20%;

  transform: translateX(20%);
  opacity: 0;
  transition: transform 0.9s, opacity 0.8s;
}
#s05 .thumbs li .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);

  /* display: flex; */
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 17px;
}
#s05 .thumbs li .cover i {
  margin-left: 9px;
  font-size: 22px;
}

#s05 .thumbs li::before {
  content: "";
  margin-top: 100%;
  display: inline-block;
  background: gray;
}
#s05 .thumbs li .center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
}
#s05 .thumbs li .center .item {
  width: 100%;
  height: 100%;
  /* background-image: url(); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
#s05 .thumbs li .center .item .type {
  font-size: 14px;
  background: #23545F;
  color: white;
  padding: 8px 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 0 0 8px 0;
}
#s05 .thumbs li .center .item .thumb {
  width: 100%;
}

/* 팝업 */
#s05popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#s05popup .back-drop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.92);
}
#s05popup .popup-content .exit {
  position: absolute;
  top: -60px;
  right: 8px;
  width: 54px;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.4;
}
#s05popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  /* background: white; */
  width: 95%;
  max-width: 650px;
  min-height: 200px;
  z-index: 1;

  /* padding: 30px 30px 100px 30px; */
}
#s05popup .popup-content .slider .swiper-button-white {
  opacity: 0.5;
  background-size: 70%;
}
#s05popup .popup-content .slider .swiper-slide {
  width: 100%;
  height: 500px;
}
#s05popup .popup-content .slider .swiper-wrapper {
  opacity: 0;
}
#s05popup .popup-content .nav .swiper-wrapper {
  opacity: 0;
}
#s05popup .popup-content .nav .swiper-slide {
  width: 100%;
  height: 100px;
  opacity: 0.6;
}
#s05popup .popup-content .nav .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#s05popup .popup-content .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}
#s05popup .popup-content .swiper-slide img {
  width: 100%;
}

#s05popup .swiper-pagination {
  position: absolute;
  top: -46px;
  left: 8px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.4;
  bottom: auto;
  color: white;
  width: auto;
  font-size: 20px;
}
/* #s05popup .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#s05popup .arrow img {
  width: 28px;
  opacity: 0.5;
}
#s05popup .arrow.prev {
  left: -100px;
}
#s05popup .arrow.next {
  right: -100px;
} */

#s05popup .nav {
  margin-top: 20px;
}
#s05popup .nav .slick-slide {
  background: black;
  margin-right: 5px;
  cursor: pointer;
}
#s05popup .nav .slick-slide img {
  opacity: 0.4;
}
#s05popup .nav .slick-current img {
  opacity: 1;
}

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

/* 모바일 */
@media screen and (max-width: 450px) {
  
  #s05 {
    background: #f4f4f4 !important;
  }
  #s05 .content {
    padding: 70px 15px !important;
  }
  #s05 .section-title {
    align-items: flex-start;
  }
  #s05 .section-title .section-name-sub {
    margin-top: 40px;
  }
  #s05 .section-title .section-bar {
    width: 100%;
  }

  #s05 .info {
    font-size: 14px;
    text-align: left;
  }
  #s05 .info > img {
    width: 12px;
  }
  #s05 .more {
    display: none;
  }

  #s05 .thumbs {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 18px;
  }
  #s05 .req {
    width: 100%;
  }
  #s05 .thumbs li {
    float: initial;
    width: 160px;
    display: inline-block;
  }
  #s05 .thumbs li:nth-child(5) .cover {
    display: flex;
  }
  #s05 .thumbs li::before {
    margin-top: 110%;
  }
  #s05 .thumbs li .center .item .type {
    padding: 5px 12px;
    border-radius: 0 0 5px 0;
  }
  #s05popup .popup-content {
    width: 95%;
  }

  #s05popup .popup-content .slider .swiper-slide {
    height: 300px;
  }
  #s05popup .popup-content .nav .swiper-slide {
    height: 60px;
  }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #s05 .thumbs {
    overflow-x: auto;
    white-space: nowrap;
  }
  #s05 .thumbs li {
    float: initial;
    width: 200px;
    display: inline-block;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
  #s05 .section-title .section-type {}
  #s05 .section-title .section-name {
    display: none;
  }
  #s05 .section-title .section-bar {
    order: 4;
  }
  #s05 .section-title .section-name-sub {
    order: 3;
    margin-top: 18px;
  }
  #s05 .thumbs {
    width: 1726px;
    position: relative;
    top: 0px;
    transform: translate(-50%, 0px);
    margin-left: 50%;
  }
  #s05popup .popup-content .slider .swiper-slide {
    /* height: 430px; */
    height: 650px;
  }
  #s05popup .popup-content .nav .swiper-slide {
    height: 100px;
  }
}
