@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  background-color: #f9f6f2;
  padding: 200px 0 130px;
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding: 100px 0 80px;
  }
}
#section01 .common-section-3 {
  padding-top: 0;
}
@media screen and (max-width: 991.98px) {
  #section01 .common-section-3 {
    padding-bottom: 60px;
  }
}
#section01 .food-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  row-gap: 60px;
}
@media screen and (max-width: 767.98px) {
  #section01 .food-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}
#section01 .food-list div img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #section01 .food-list div img {
    margin: 0 auto;
  }
}
#section01 .food-list div dl {
  text-align: center;
}
#section01 .food-list div dl dt {
  margin: 23px 0 18px;
  font-size: 31px;
  font-family: "GangwonEdu Power", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section01 .food-list div dl dt {
    font-size: 20px;
    margin: 15px 0;
  }
}
#section01 .food-list div dl dd {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section01 .food-list div dl dd {
    font-size: 14px;
  }
}