body {
	display: none;
}

.list_wrap {
  padding: 90px var(--main-padding);
  display: flex;
  flex-direction: column;
}

.list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.list_wrap ul li {
  width: calc((100% - 80px) / 3);
  height: 290px;
  background-position: center bottom 35px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  transition: 0.35s ease;
}

.list_wrap ul li span {
  height: 70px;
  background: #fff;
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.48px;
  min-width: 80%;
  max-width: 90%;
  padding: 10px 30px 10px 0;
  /* transform: translateY(35px); */
}

.list_wrap ul li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 36, 36, 0.9);
  backdrop-filter: blur(5px);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: 0.35s ease;
}

.list_wrap ul li:hover div {
  opacity: 1;
}

.list_wrap ul li div p {
  color: #fff;

  font-family: "Siemens Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.96px;
  word-break: keep-all;
}

.list_wrap ul li div a {
  border-radius: 40px;
  background: linear-gradient(0deg, #66fcb8 0%, #5fe5da 100%);
  backdrop-filter: blur(2px);
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #222;
  font-family: "Siemens Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.list_wrap .more_btn {
  width: 160px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  /* backdrop-filter: blur(7px); */
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.96px;
  margin: 60px auto 0;
  transition: 0.25s ease;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.list_wrap ul li::before {
  width: fit-content;
  position: absolute;
  top: 10px;
  right: 10px;
  background-position: top 2px center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-color: #fff;
  border-radius: 5px;
  padding: 27px 5px 5px 5px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  box-sizing: border-box;
}
.list_wrap ul li.content-blog::before {
  background-image: url(../images/icon/type/blog.svg);
  content: "블로그";
}
.list_wrap ul li.content-case::before {
  background-image: url(../images/icon/type/case.svg);
  content: "고객 사례";
}
.list_wrap ul li.content-ebook::before {
  background-image: url(../images/icon/type/ebook.svg);
  content: "E-book";
}
.list_wrap ul li.content-infographic::before {
  background-image: url(../images/icon/type/infographic.svg);
  content: "인포그래픽";
}
.list_wrap ul li.content-webinar::before {
  background-image: url(../images/icon/type/webinar.svg);
  content: "웨비나";
}
.list_wrap ul li.content-video::before {
  background-image: url(../images/icon/type/video.svg);
  content: "영상";
}
.list_wrap ul li.content-whitepaper::before {
  background-image: url(../images/icon/type/whitepaper.svg);
  content: "백서";
}
.list_wrap ul li.content-news::before {
  background-image: url(../images/icon/type/news.svg);
  content: "뉴스";
}
.list_wrap ul li.content-brief::before {
  background-image: url(../images/icon/type/brief.svg);
  content: "브리프";
}
.list_wrap ul li.content-free::before {
  background-image: url(../images/icon/type/free.svg);
  content: "무료 체험";
}
.list_wrap ul li.content-article::before {
  background-image: url(../images/icon/type/article.svg);
  content: "보도자료";
}

.list_wrap ul li a::before {
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.list_wrap ul li.content-blog a::before {
  content: "";
  background-image: url(../images/icon/type/blog_detail.svg);
}
.list_wrap ul li.content-blog a::after {
  content: "블로그 보기";
}

.list_wrap ul li.content-case a::before {
  content: "";
  background-image: url(../images/icon/type/case_detail.svg);
}
.list_wrap ul li.content-case a::after {
  content: "고객 사례 보기";
}

.list_wrap ul li.content-ebook a::before {
  content: "";
  background-image: url(../images/icon/type/ebook_detail.svg);
}
.list_wrap ul li.content-ebook a::after {
  content: "E-book 보기";
}

.list_wrap ul li.content-infographic a::before {
  content: "";
  background-image: url(../images/icon/type/infographic_detail.svg);
}
.list_wrap ul li.content-infographic a::after {
  content: "인포그래픽 보기";
}

.list_wrap ul li.content-webinar a::before {
  content: "";
  background-image: url(../images/icon/type/webinar_detail.svg);
}
.list_wrap ul li.content-webinar a::after {
  content: "웨비나 보기";
}

.list_wrap ul li.content-video a::before {
  content: "";
  background-image: url(../images/icon/type/video_detail.svg);
}
.list_wrap ul li.content-video a::after {
  content: "영상 보기";
}

.list_wrap ul li.content-whitepaper a::before {
  content: "";
  background-image: url(../images/icon/type/whitepaper_detail.svg);
}
.list_wrap ul li.content-whitepaper a::after {
  content: "백서 보기";
}

.list_wrap ul li.content-news a::before {
  content: "";
  background-image: url(../images/icon/type/news_detail.svg);
}
.list_wrap ul li.content-news a::after {
  content: "뉴스 보기";
}

.list_wrap ul li.content-brief a::before {
  content: "";
  background-image: url(../images/icon/type/brief_detail.svg);
}
.list_wrap ul li.content-brief a::after {
  content: "브리프 보기";
}

.list_wrap ul li.content-free a::before {
  content: "";
  background-image: url(../images/icon/type/free_detail.svg);
}
.list_wrap ul li.content-free a::after {
  content: "무료 체험";
}

.list_wrap ul li.content-article a::before {
  content: "";
  background-image: url(../images/icon/type/article_detail.svg);
}
.list_wrap ul li.content-article a::after {
  content: "보도자료 보기";
}

/********* Detail Page *********/
.detail_wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  /* padding: 30px var(--main-padding); */
  padding: 140px var(--main-padding);
}

.detail_wrap h1 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.2px;
}

.detail_wrap p {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.72px;
  margin-top: 15px;
}

.contents_wrap {
  margin-top: 30px;
  border-top: 2px solid #1f1f1f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.contents_wrap .contents_video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
  height: 0;
  position: relative;
  padding-top: 56%;
  /* 4:3일 비율일 경우 */
  /* padding-top: 75% */
  background: #000;
}
.contents_wrap .contents_video video {
  height: 480px;
}

.contents_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents_wrap .download_btn {
  width: calc((100% - 820px) / 2);
  height: 53px;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #000;
}

.swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.swiper1 {
  max-width: 800px;
  /* height: 300px; */
  height: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.swiper-slide img {
  width: 100%;
  /* height: fit-content; */
  height: auto;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.35s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background-image: url(../images/icon/swiper_arrow_l.svg);
  left: calc(50% - 440px);
}
.swiper-button-next {
  background-image: url(../images/icon/swiper_arrow_r.svg);
  left: calc(50% + 440px);
}

.popup_swiper .popup_content {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  /* max-height: 85%; */
/*   overflow: hidden; */
  position: relative;
  display: flex;
  align-items: center;
}

.popup_swiper .popup_content img {
  width: 100%;
  object-fit: cover;
  margin: auto 0;
}

.popup_swiper .swiper-button-prev {
  left: -5%;
  right: unset !important;
}
.popup_swiper .swiper-button-next {
  right: -5%;
  left: unset !important;
}

.popup_content .swiper-button-prev,
.popup_content .swiper-button-next {
  transform: translateY(-50%);
}

.zoom_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
  transition: 0.35s ease;
}

.zoom_btn:hover {
  scale: 1.15;
}

.prev_btn {
  position: absolute;
  left: 0;
  top: 30px;
}

.contents_text {
  text-align: center;
}

@media (max-width: 1440px) {
  .list_wrap ul {
    gap: 20px;
    align-items: normal;
  }

  .list_wrap ul li {
    width: calc((100% - 40px) / 3);
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    background-position: top center;
    background-size: 100% 201px;
    padding-top: 200px;
    background-color: rgba(4, 36, 36, 0.95);
  }

  .list_wrap ul li span {
    width: 100%;
    height: fit-content;
    max-width: 100%;
    padding: 15px 15px 0 15px;

    background: none;
    background: transparent;
    color: #fff;
  }

  .list_wrap ul li div {
    opacity: 1;
    height: fit-content;
    position: unset;
    gap: 10px;
    background: transparent;
    backdrop-filter: none;
    padding: 0 15px 15px 15px;
  }

  .list_wrap ul li div p {
    font-size: 14px;
  }

  .contents_wrap .download_btn {
    width: calc((100% - 590px) / 2);
  }
  .swiper1 {
    max-width: 560px;
  }

  .swiper-button-prev {
    left: calc(50% - 320px);
  }
  .swiper-button-next {
    left: calc(50% + 320px);
  }
}

@media (max-width: 1024px) {
  .list_wrap {
    padding: 40px var(--main-padding);
  }

  .list_wrap ul li {
    width: calc((100% - 20px) / 2);
  }

  .detail_wrap {
    padding: 100px var(--main-padding);
  }

  .detail_wrap h1 {
    font-size: 24px;
    text-align: center;
  }

  .detail_wrap p {
    text-align: center;
    font-size: 16px;
  }

  .contents_wrap {
    margin-top: 20px;
    padding: 85px 0 20px;
  }

  .contents_wrap .contents_video {
    /* margin-top: -70px; */
    margin-top: 0;
  }

  .contents_wrap .download_btn {
    top: 15px;
    right: 0;
    left: unset;
  }

  .swiper1 {
    width: 100%;
    max-width: 100%;
  }
  .contents_wrap .download_btn {
    width: 100%;
    max-width: calc(100% - 70px);
  }

  .contents_wrap .swiper-button-prev {
    left: 20px;
    transform: none;
  }

  .contents_wrap .swiper-button-next {
    left: unset;
    right: 20px;
    transform: none;
  }

  .prev_btn {
    left: 0px;
    top: 15px;
  }

  .popup_swiper .swiper-button-prev {
  left: 4%;
 
}
.popup_swiper .swiper-button-next {
  right: 4%;
 
}

}

@media (max-width: 768px) {
  .detail_wrap h1 {
    font-size: 20px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .contents_wrap .swiper-button-prev {
    left: 10px;
  }
  .contents_wrap .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 550px) {
  .detail_wrap h1 {
    font-size: 18px;
  }

  .list_wrap ul {
    gap: 20px;
  }

  .list_wrap ul li {
    width: 100%;
  }
}
