/*sub*/
.sub .subtop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.sub .subtop > div {
  color: #fff;
}
.sub .subtop h3 {
  color: #bf1035;
  font-weight: 400;
}
.sub .subtop h2 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 5px;
  position: relative;
}
.sub .subtop01 {
  background-image: url(../img/subtop01.jpg);
}
.sub .subtop02 {
  background-image: url(../img/subtop02.jpg);
}
.sub .subtop03 {
  background-image: url(../img/subtop03.jpg);
}
.sub .subtop04 {
  background-image: url(../img/subtop04.jpg);
}
.sub .subtop05 {
  background-image: url(../img/subtop04.jpg);
}
.submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 80px;
  gap: 50px;
}
.submenu a {
  font-weight: 200;
  color: #666;
  font-size: 20px;
  position: relative;
  display: block;
  height: 100%;
  line-height: 80px;
}
.submenu a:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  background: transparent;
  bottom: 0;
  height: 1px;
}
.submenu a.active {
  color: #000;
  font-weight: 400;
}
.submenu a.active::before {
  background: #000;
}
.sub .sub_wrap {
  padding: 100px 0;
  background: #f4f4f4;
  position: relative;
}
.sub_food_title {
  border-top: 1px double #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 15px;
}
.sub_food_title h2 {
  font-size: 40px;
}
.sub_food_title small {
  display: block;
  letter-spacing: 10px;
  font-size: 13px;
}
.sub_food > ul {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}
.sub_food > ul li {
  position: relative;
  margin-bottom: 50px;
}
.sub_food_box {
  display: flex;
  justify-content: space-between;
  align-self: start;
}
.food_slide {
  border-radius: 10px;
  margin-bottom: 10px;
  width: 49%;
}
.sub_food .food_thumb {
  margin-top: 30px;
  width: 49%;
  display: flex;
  align-items: center;
}
.food_thumb .swiper-wrapper {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
}
.food_thumb .swiper-slide {
  width: 30%;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 8px 0;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 18px;
}
.food_thumb .swiper-slide-thumb-active {
  color: #fff;
  background: #bf1035;
  border-color: #bf1035;
}
.food_slide .swiper-btns-small .swiper-button-prev,
.food_slide .swiper-btns-small .swiper-button-next {
  background: rgba(0,0,0,0.5);
}

/*****동영상페이지추가*****/
.sub_video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sub_video iframe {
  width: 49%;
  border-radius: 15px;
  height: 350px;
}
.sub_video iframe:nth-of-type(odd) {
  margin-right: 2%;
}