.work-mix-btn-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.work-mix-btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.work-mix-btn-item:nth-of-type(n + 2) {
  margin-left: 30px;
}

.work-mix-btn-item:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.work-mix-container {
  margin-left: -15px;
  margin-right: -15px;
}

.work-mix-items {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 50px;
}

.work-mix-item {
  display: inline-block;
  padding: 20px;
}

.work-mix-item-none {
  display: none;
}

.work-mix-figWrap {
  margin-bottom: 10px;
  border: #ddd 1px solid;
  position: relative;
}

.work-mix-figWrap img {
  width: 100%;
}

.work-mix-link {
  display: block;
}

.work-mix-caption {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.work-mix-caption:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.work-mix-subTitle {
  text-align: center;
  margin-bottom: 40px;
}

.work-mix-bar {
  width: 13px;
  height: 1px;
  display: block;
  margin: 0 auto 20px;
  background-color: #1b1b1b;
}

.work-mix-cat {
  text-align: center;
}

.work-mix-cat .client {
  display: block;
}

.work-mix-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-mix-checkbox {
  margin-right: 5px;
  position: relative;
}

.work-mix-more {
  max-width: 500px;
  margin: 0 auto;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-mix-more > span {
  display: block;
  padding: 30px 50px;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
}

.work-mix-more > span:hover {
  opacity: 0.5;
}

.work-mix-more > span:after {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background: url(../../images/common/icon-arrow.svg) no-repeat;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 45px;
}

.work-mix-more-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: com-fade-in;
  animation-name: com-fade-in;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --bs-conSize: 540px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --bs-conSize: 720px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --bs-conSize: 960px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
  :root {
    --bs-conSize: 1140px;
  }
}

@media screen and (min-width: 1680px) {
  :root {
    --bs-conSize: 1340px;
  }
}

@media screen and (max-width: 767.98px) {
  .work-mix-btn-controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left; */
    margin-bottom: 30px;
  }

  .work-mix-btn-item:nth-of-type(5) {
    margin-left: 0px !important;
  }

  .work-mix-item {
    padding: 0;
  }

  .work-mix-item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575.99px) {
  :root {
    --bs-conSize: 100%;
  }
}

/*# sourceMappingURL=work.min.css.map */
