@charset "UTF-8";
/* 오버레이 */
.sub-menu-sec {
  z-index: 500;
  top: 0;
  transition: all 0.5s ease;
}
.sub-menu-sec .sub-menu-contain {
  width: 100%;
  height: 70px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #dadbe0;
}
.sub-menu-sec .sub-menu-contain ._wide {
  height: 100%;
  flex-direction: column;
  padding: 0 10px;
}
.sub-menu-sec .sub-menu-contain ._wide .sub-menu-wrap {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
}
.sub-menu-sec .sub-menu-contain ._wide .sub-menu-wrap .sub-menu-box {
  height: 100%;
  width: 100%;
  border-bottom: solid;
  border-width: 1px;
  border-color: #dadbe0;
  border-top: 0px solid transparent;
}
.sub-menu-sec .sub-menu-contain ._wide .sub-menu-wrap .sub-menu-box .menu-box {
  width: calc(100% / 5);
  height: 100%;
}
.sub-menu-sec .sub-menu-contain ._wide .sub-menu-wrap .sub-menu-box .menu-box.sub-menu-active p {
  color: #ffffff;
}
.sub-menu-sec.sticky {
  top: 0;
  position: fixed;
}
@media screen and (max-width: 992px) {
  .sub-menu-sec {
    display: none;
  }
}
.all-recipe-list-sec ._wide {
  margin-top: 70px;
  padding-bottom: 70px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap {
  width: 100%;
  padding: 0 10px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control {
  padding-left: 10px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul {
  display: flex;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li {
  padding: 10px 25px;
  border: 1px solid #d2d2d2;
  margin: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  font-family: "Noto Sans KR", sans-serif !important;
  cursor: pointer;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li.filtr-active {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: #ffffff;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain {
  margin: 20px 0 0px;
  padding-left: 10px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain input {
  width: 250px;
  height: 45px;
  padding: 10px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item {
  width: calc(100% / 4);
  padding: 10px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a {
  width: 100%;
  height: 100%;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .thumb-box {
  width: 100%;
  height: 200px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box {
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  padding: 15px 5px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .text-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-bottom: 10px;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .calory-box {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  font-family: "Noto Sans KR", sans-serif !important;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .calory-box .calory-tex .calory-span {
  font-weight: 400;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .calory-box .rat-tex .rat-span {
  font-weight: 400;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .recip-tex {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  font-family: "Noto Sans KR", sans-serif !important;
}
.all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .recip-tex .recip-span {
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .all-recipe-list-sec ._wide .all-recipe-list-wrap {
    width: 100%;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control {
    padding-left: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul {
    display: flex;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li {
    padding: 10px 25px;
    border: 1px solid #d2d2d2;
    margin: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li.filtr-active {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #ffffff;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain {
    margin: 20px 0 0px;
    padding-left: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain input {
    width: 250px;
    height: 45px;
    padding: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item {
    width: calc(100% / 3);
    padding: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a {
    width: 100%;
    height: 100%;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .thumb-box {
    width: 100%;
    height: 200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box {
    padding: 15px 5px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .calory-box {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .calory-box .calory-tex .calory-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .calory-box .rat-tex .rat-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .recip-tex {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item .menu-item-wrap a .text-box .value-wrap .recip-tex .recip-span {
    font-weight: 400;
  }
}
@media screen and (max-width: 992px) {
  .all-recipe-list-sec {
    margin-top: 60px;
  }
  .all-recipe-list-sec ._wide {
    margin-top: 60px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap {
    width: 100%;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control {
    padding-left: 0px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li {
    padding: 10px 25px;
    border: 1px solid #d2d2d2;
    margin: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li.filtr-active {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #ffffff;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain {
    margin: 10px 0 0px;
    padding-left: 0px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain input {
    width: 250px;
    height: 45px;
    padding: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    display: flex;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item {
    width: calc(100% / 3);
    padding: 10px 15px 10px 0;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a {
    width: 100%;
    height: 100%;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .thumb-box {
    width: 100%;
    height: 200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box {
    padding: 15px 5px;
    height: 150px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box .calory-tex .calory-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box .rat-tex .rat-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .recip-tex {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .recip-tex .recip-span {
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .all-recipe-list-sec {
    padding-bottom: 0;
  }
  .all-recipe-list-sec ._wide {
    margin-top: 50px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap {
    width: 100%;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control {
    padding-left: 0px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li {
    padding: 10px 25px;
    border: 1px solid #d2d2d2;
    margin: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li.filtr-active {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #ffffff;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain {
    margin: 10px 0 0px;
    padding-left: 0px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain input {
    width: 230px;
    height: 35px;
    padding: 5px 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    display: flex;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item {
    width: calc(100% / 2);
    padding: 10px 15px 10px 0;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a {
    width: 100%;
    height: 100%;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .thumb-box {
    width: 100%;
    height: 200px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box {
    padding: 15px 5px;
    height: 150px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box .calory-tex .calory-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box .rat-tex .rat-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .recip-tex {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .recip-tex .recip-span {
    font-weight: 400;
  }
}
@media screen and (max-width: 576px) {
  .all-recipe-list-sec {
    padding-bottom: 0;
  }
  .all-recipe-list-sec ._wide {
    margin-top: 20px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control {
    padding-left: 0px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li {
    padding: 7px 20px;
    border: 1px solid #d2d2d2;
    margin: 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    cursor: pointer;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filterizr-control .all-filter-menu-ul li.filtr-active {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #ffffff;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain {
    margin: 10px 0 0px;
    padding-left: 0px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .search-form-contain input {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    display: flex;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container .filtr-item {
    width: 100%;
    padding: 10px 0;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a {
    width: 100%;
    height: 100%;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .thumb-box {
    width: 100%;
    height: 200px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box {
    padding: 15px 5px;
    height: 150px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box .calory-tex .calory-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .calory-box .rat-tex .rat-span {
    font-weight: 400;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .recip-tex {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .all-recipe-list-sec ._wide .all-recipe-list-wrap .filtr-container a .text-box .value-wrap .recip-tex .recip-span {
    font-weight: 400;
  }
}

/*# sourceMappingURL=recipe.css.map */
