/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
/*

	charmContentWrapper

*/
.charmContentWrapper_head {
  margin-bottom: 40px;
}

/*

	workList

*/

.workList_item {
  border: 2px solid #ff5115;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.workList_item:not(:last-child) {
  margin-bottom: 40px;
}

.workList_item:not(:last-child):after {
  background: #ff5115;
  content: '';
  display: block;
  height: 43px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 2px;
}

.workList_item_object .object_food_left, .workList_item_object .object_food_right {
  position: absolute;
  z-index: 2;
}

.workList_item_object .object_food_left {
  bottom: -20px;
  left: -10px;
  max-width: 60px;
}

.workList_item_object .object_food_right {
  max-width: 60px;
  right: -20px;
  top: -20px;
}

.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: 10px;
}

.workList_item_tag span {
  background: #ffba00;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
}

@media (min-width: 48em) {
  .charmContentWrapper_head {
    margin-bottom: 60px;
  }
  .workList {
    padding-top: 30px;
  }
  .workList_item {
    border-width: 3px;
    padding: 50px;
  }
  .workList_item:not(:last-child) {
    margin-bottom: 80px;
  }
  .workList_item:not(:last-child):after {
    height: 83px;
    width: 3px;
  }
  .workList_item_row {
    display: flex;
  }
  .workList_item_row_col-image {
    flex: 0 1 420px;
    margin-right: 40px;
  }
  .workList_item_row_col-text {
    flex: 1;
    min-width: 500px;
  }
  .workList_item_object .object_food_left {
    bottom: -30px;
    left: 30px;
    max-width: 100px;
  }
  .workList_item_object .object_food_right {
    max-width: 100px;
    right: 30px;
    top: -35px;
  }
  .workList_item_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .workList_item_tag span {
    font-size: 14px;
    padding: 4px 12px;
  }
}

@media (max-width: 47.99em) {
  .workList_item_row_col-image {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=sourcemaps/charm.css.map */
