.portfolio__title {
  padding: 175px 0 90px;
}
.portfolio__title .content__title {
  font-size: 52px;
  line-height: 1.3;
}
.portfolio_best__wrap {
  padding-bottom: 125px;
}
.portfolio_best {
}
.portfolio_best__list {
  display: flex;
  justify-content: space-between;
}
.portfolio_best__list:not(:first-child) {
  margin-top: 15px;
}
.portfolio_best__item--img {
  width: 348px;
  height: 486px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.portfolio_best__item {
  cursor: pointer;
  position: relative;
  width: 348px;
  height: 486px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_best__item:hover .portfolio_best__item--img {
  background-size: 105% !important;
}
.portfolio_best__item--title {
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.portfolio_best__item--sub_title {
  position: absolute;
  top: 22px;
  left: 22px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
}

.portfolio.banner {
  padding-bottom: 125px;
  margin-top: 120px;
}
.portfolio .content__title {
  font-size: 30px;
  margin-bottom: 43px;
}
.portfolio__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio__list:not(:first-child) {
  margin-top: 18px;
}
.portfolio__item {
  width: 348px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px 0;
  cursor: pointer;
}
.portfolio__item.video_one {
  background: url('../images/portfolio_video_clio.png') no-repeat left top;
}
.portfolio__item.video_two {
  background: url('../images/portfolio_video_adidas.png') no-repeat left top;
}
.portfolio__item.video_three {
  background: url('../images/portfolio_video_si.png') no-repeat left top;
}
.portfolio__item.video_four {
  background: url('../images/portfolio_video_clio.png') no-repeat left top;
}
.portfolio__item.video_five {
  background: url('../images/portfolio_video_adidas.png') no-repeat left top;
}
.portfolio__item.video_six {
  background: url('../images/portfolio_video_si.png') no-repeat left top;
}
.portfolio__item--title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0;
}
.portfolio .swiper-pagination {
  margin-top: 42px;
} /*# sourceMappingURL=portfolio.css.map */

/* 220826 video modal */
.portfolio_modal .video__content {
  width: 80vw;
  max-width: 1200px;
  height: auto;
  background: #fff;
}
.portfolio_modal .video__content.vertical {
  width: 30vw;
  max-width: 450px;
  min-width: 400px;
}
/* 240517 포트폴리오 베스트케이스 slick-grid 적용 */
.portfolio_best__wrap .product_inner {
  width: 1080px;
  margin: 0 auto;
}
.portfolio_best__wrap .slider_wrap {
  margin-top: 30px;
  font-size: 0px;
}
.portfolio_best__wrap .slidewidth {
  position: relative;
  width: 348px;
  height: 486px;
  overflow: hidden;
}
.portfolio_best__wrap .slidewidth {
  background: blue;
  width: 348px !important;
}
.portfolio_best__wrap .slidewidth:not(:nth-child(3n)) {
  margin-right: 15px;
}
.portfolio_best__wrap .slidewidth img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: pink;
}
.portfolio_best__wrap .slidewidth .portfolio_best__item--img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.portfolio_best__wrap .slick-slide > div + div {
  margin-top: 18px;
}

.portfolio_best__wrap .slick-dots li button {
  margin: 0 4px;
  padding: 0;
  width: 6px;
  height: 6px;
  background: #8b8b8b;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 1;
  border-radius: 50vw;
}
.portfolio_best__wrap .slick-dots li button::before {
  content: '';
}
.portfolio_best__wrap li.slick-active button {
  width: 20px;
  height: 6px;
  background: #f58329;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.portfolio_best__wrap .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.portfolio_best__wrap .slick-dots {
  position: relative;
  margin-top: 26px;
}
.portfolio_best__wrap .is-dragging {
  pointer-events: none;
}
