@charset "utf-8";
.foodFaqSec {
  margin-top: 38px;
}
.foodFaqSec .acArea {
  background: url(../img/inspection/faq/faq-line.svg) no-repeat left top / 100% auto;
}
.foodFaqSec .question {
  font-size: 16px;
  padding: 22px 68px;
  background: url(../img/inspection/faq/faq-q.svg) no-repeat 14px 17px / 40px 40px;
  cursor: pointer;
  position: relative;
  transition: all ease 0.4s;
}
.foodFaqSec .question:hover {
  opacity: 0.7;
}
.foodFaqSec .question::after {
  content: url(../img/inspection/faq/faq-arrow.svg);
  display: inline-block;
  position: absolute;
  width: 20px;
  right: 18px;
  top: 20px;
  bottom: 0px;
  transition: all ease 0.4s;
  transform-origin: 10px 18px;
}
.foodFaqSec .question.open::after {
  transform: rotate(180deg);
  transform-origin: 10px 18px;
}
.foodFaqSec .acBox {
  display: none;
  font-size: 14px;
  padding: 22px 68px;
  background: url(../img/inspection/faq/faq-a.svg) no-repeat 14px 17px / 40px 40px, #f2f2f2;
  margin-bottom: 70px;
}
.foodFaqSec .download a {
  color: #fff;
  background: #e1934d;
  font-size: 16px;
  display: inline-block;
  width: 44%;
  padding: 14px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 43px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 0px #c5773c;
  transition: all ease 0.4s;
}
.foodFaqSec .download a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  border-spacing: 5px;
  width: calc(100% + 10px);
}
