/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
/*

	processContentWrapper

*/
.processContentWrapper_head {
  margin-bottom: 40px;
}

/*

	workList

*/
.workList_item {
  padding: 30px 0;
  position: relative;
}

.workList_item:not(:last-child) {
  margin-bottom: 30px;
}

.workList_item:nth-child(even):after {
  left: auto;
  right: 50px;
}

.workList_item:after {
  background: #fff8e6 url(../images/bg-stripe-white1.png) repeat 0 0;
  border-radius: 30px;
  content: "";
  display: block;
  height: 100%;
  left: 50px;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
}

.workList_item_row_col-text {
  position: relative;
}

.workList_item_object .object_food_right {
  position: absolute;
  z-index: 2;
}

.workList_item_thumb {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.workList_item_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.workList_item_thumb img {
  border-radius: 20px;
}

.workList_item_title {
  border-bottom: 3px dotted #ff5115;
  color: #ff5115;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.workList_item_tag {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.workList_item_tag span {
  background: linear-gradient(transparent 70%, #ffd666 20%);
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}

.workList_item_tag:before {
  background-image: url(../images/object-food6.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 33.5556px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36.4444px;
}

.workList_item_photoList {
  margin-top: 30px;
}

.workList_item_comment {
  background: #fff;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
}

.workList_item_btnArea {
  margin-top: 30px;
}

/*

	photoList

*/
.photoList_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: -10px;
}

.photoList_row_col {
  flex: 0 0 50%;
  margin-bottom: 10px;
}

.photoList_row_col_paddingControl {
  padding: 0px 10px;
}

.photoList_thumb .trimThumbnail:before {
  padding-top: 75%;
}

@media (min-width: 48em) {
  .processContentWrapper_head {
    margin-bottom: 60px;
  }
  .workList_item {
    padding: 50px 0;
  }
  .workList_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .workList_item:nth-child(even) .workList_item_row {
    flex-direction: row-reverse;
  }
  .workList_item:nth-child(even) .workList_item_row .workList_item_row_col-text {
    padding-left: 0px;
    padding-right: 40px;
  }
  .workList_item:nth-child(even):after {
    right: 100px;
  }
  .workList_item:after {
    left: 100px;
  }
  .workList_item_row {
    display: flex;
  }
  .workList_item_row_col-image {
    flex: 0 1 420px;
  }
  .workList_item_row_col-text {
    flex: 1;
    min-width: 500px;
    padding-left: 40px;
  }
  .workList_item_object .object_food_right {
    max-width: 90px;
    right: 30px;
    top: -70px;
  }
  .workList_item_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .workList_item_tag {
    margin-bottom: 15px;
    padding-left: 50px;
  }
  .workList_item_tag span {
    font-size: 22px;
  }
  .workList_item_tag:before {
    height: 37.75px;
    width: 41px;
  }
  .workList_item_comment {
    margin-top: 20px;
    padding: 20px;
  }
  .photoList_row {
    margin: 0 -20px;
    margin-bottom: -40px;
  }
  .photoList_row_col {
    margin-bottom: 40px;
  }
  .photoList_row_col_paddingControl {
    padding: 0 20px;
  }
}

@media (max-width: 47.99em) {
  .workList_item_row_col-image {
    margin-bottom: 20px;
  }
  .workList_item_object .object_food_right {
    max-width: 65px;
    right: 0px;
    top: -55px;
  }
}

/*# sourceMappingURL=sourcemaps/works.css.map */
