.menu {
  width: 92%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu {
    width: 96%;
  }
}
.menu .container {
  max-width: 1600px;
  margin: auto;
}
.menu .content-title {
  margin: 4% 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menu .content-title {
    margin: 8% 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .menu .transition-btn {
    width: 90%;
    margin: auto;
  }
}

.menu-category-title {
  width: 60%;
  max-width: 1000px;
  margin: auto;
  background-color: #af1f24;
  color: #ffffff;
  position: relative;
  padding: 2% 5%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 110%;
  line-height: 142%;
}
@media screen and (max-width: 767px) {
  .menu-category-title {
    width: 84%;
    padding: 30px 20px;
    font-size: 90%;
    line-height: 130%;
  }
}
.menu-category-title .menu-category-name {
  background-color: white;
  color: #af1f24;
  font-weight: bold;
  position: absolute;
  left: -10%;
  top: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  width: 220px;
  height: 45px;
  border-radius: 30px;
  border: 1px solid #af1f24;
}
@media screen and (min-width: 768px) {
  .menu-category-title .menu-category-name {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu-category-title .menu-category-name {
    left: -9%;
    font-size: 115%;
  }
}
.menu-category-title .menu-category-name img {
  position: absolute;
  left: 0;
  top: 0;
  height: 43px;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .menu-list {
    padding: 30px 0 50px;
  }
}
.menu-list .menu-list-one {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one {
    width: 94%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.menu-list .menu-list-one .menu-hr {
  width: 90%;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .menu-hr {
    width: 100%;
  }
}
.menu-list .menu-list-one .menu-hr img {
  width: 100%;
}
.menu-list .menu-list-one .menu-list-bg {
  border-radius: 10px;
  margin-top: -80px;
  background-color: #ffffff;
  padding: 25px;
  padding-top: 80px;
  margin-left: auto;
  width: 90%;
  border: 1px solid #a1a1a1;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .menu-list-bg {
    margin-top: -25px;
    padding: 25px 15px;
    width: 96%;
  }
}
.menu-list .menu-list-one h3 {
  font-size: 110%;
  line-height: 142%;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one h3 {
    font-size: 100%;
    line-height: 130%;
  }
}
@media screen and (min-width: 768px) {
  .menu-list .menu-list-one .benefits-area {
    min-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .benefits-area {
    min-height: 10px;
  }
}
.menu-list .menu-list-one .benefits {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #af1f24;
  font-size: 90%;
  margin: 10px 0;
  border-radius: 7px;
  border: 1px solid #af1f24;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .benefits {
    margin: 3px 0;
    font-size: 80%;
  }
}
.menu-list .menu-list-one .hot {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  color: #af1f24;
  background-color: #ffffff;
  font-size: 90%;
  margin: 10px 0;
  border-radius: 7px;
  border: 1px solid #af1f24;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .hot {
    margin: 3px 0;
    font-size: 80%;
  }
}
.menu-list .menu-list-one .cold {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  color: #558adb;
  background-color: #ffffff;
  font-size: 90%;
  margin: 10px 0;
  border-radius: 7px;
  border: 1px solid #558adb;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .cold {
    margin: 3px 0;
    font-size: 80%;
  }
}
.menu-list .menu-list-one .main-img {
  width: 90%;
  margin: 5px 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 7px 7px 0px -2px #cfcfcf;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .main-img {
    width: 94%;
  }
}
.menu-list .menu-list-one .main-img img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1500px) {
  .menu-list .menu-list-one .main-img img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .main-img img {
    height: 160px;
  }
}
.menu-list .menu-list-one .sub-img {
  width: 98%;
  margin: 10px auto 5px;
  padding: 0 5%;
  display: flex;
  justify-content: center;
}
.menu-list .menu-list-one .sub-img img {
  display: inline-block;
  width: 32%;
  filter: brightness(0.7);
  cursor: pointer;
  transition: all 0.25s ease;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .menu-list .menu-list-one .sub-img img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .sub-img img {
    height: 40px;
  }
}
.menu-list .menu-list-one .sub-img img:nth-child(2) {
  margin: 0 5px;
}
.menu-list .menu-list-one .sub-img img.active {
  filter: brightness(1);
}
.menu-list .menu-list-one .sub-img img:hover {
  filter: brightness(1);
}
.menu-list .menu-list-one .price {
  font-weight: bold;
  font-size: 110%;
  line-height: 142%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .price {
    font-size: 85%;
    line-height: 130%;
  }
}
.menu-list .menu-list-one .period {
  display: flex;
  align-items: center;
  font-size: 95%;
  line-height: 140%;
  margin: 10px 0 15px;
}
.menu-list .menu-list-one .period .tag {
  padding: 2px 4px;
  border: 1px solid #0c0204;
  font-size: 90%;
  display: inline-block;
  margin: 5px 8px 5px 0;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .period .tag {
    font-size: 75%;
  }
}
.menu-list .menu-list-one .detail {
  font-size: 95%;
  line-height: 140%;
  flex-grow: 1;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .detail {
    font-size: 90%;
    line-height: 130%;
  }
}
.menu-list .menu-list-one .allergy {
  margin: 20px 0 10px;
}
.menu-list .menu-list-one .allergy .title {
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .allergy .title {
    font-size: 75%;
  }
}
.menu-list .menu-list-one .allergy .list {
  display: flex;
  flex-wrap: wrap;
}
.menu-list .menu-list-one .allergy .list div {
  font-size: 85%;
  margin-right: 5px;
  background-color: #bb993b;
  color: #ffffff;
  border-radius: 16px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-list-one .allergy .list div {
    font-size: 75%;
  }
}