/***********************
 page-faq
************************/
#page-faq h1 {
  color: #fff;
  background: #35b597;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-top: 80px;
  font-size: 32px;
}
#page-faq .faq-answer {
  display: none;
}
#page-faq .faq-about {
  font-size: 24px;
  color: #5e5d5c;
  margin-bottom: 30px;
  font-weight: bold;
}
#page-faq .faq-title {
  position: relative;
  padding-right: 60px;
}
#page-faq .faq-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #5e5d5c;
  border-right: 1px solid #5e5d5c;
  transform: rotate(45deg);
  transition: 0.5s all;
}
#page-faq .faq-title.active:after {
  transform: rotate(-135deg);
  top: 8px;
  transition: 0.5s all;
}
#page-faq .faq-title .faq-title-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #5e5d5c;
}
#page-faq .faq-title .faq-title-cnt {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  color: #5e5d5c;
  display: inline-block;
}
#page-faq .faq-box {
  border: 1px solid #5e5d5c;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
#page-faq .faq-answer {
  position: relative;
  margin-top: 30px;
}
#page-faq .faq-answer .faq-answer-label {
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 24px;
  color: #5e5d5c;
}
#page-faq .faq-answer .faq-answer-cnt {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: #5e5d5c;
  display: inline-block;
}
#page-faq .inner-link a {
  color: #5e5d5c;
  text-decoration: none;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
#page-faq .inner-link a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #5e5d5c;
  margin-right: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}
#page-faq .arrow-box {
  padding-left: 30px;
}
#page-faq .arrow-box p {
  margin-bottom: 0;
}
#faq-order {
  padding-top: 50px;
  padding-bottom: 50px;
}
#faq-printing-detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
#faq-finishing-option {
  padding-top: 50px;
  padding-bottom: 50px;
}
#faq-design {
  padding-top: 50px;
  padding-bottom: 50px;
}
#faq-other {
  padding-top: 50px;
  padding-bottom: 50px;
}
#faq-other .flex {
  display: flex;
  flex-wrap: wrap;
}
#faq-other .flex .text {
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  padding-right: 30px;
  font-size: 20px;
  color: #5e5d5c;
}
#faq-other .flex .link {
  width: 200px;
}
#faq-other .flex .link a {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #35b597;
  text-align: center;
  border-radius: 10px;
}
#page-faq .inner-link .mb {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #page-faq .faq-title .faq-title-label {
    font-size: 18px;
  }
  #page-faq .faq-title .faq-title-cnt {
    font-size: 18px;
  }
  #page-faq .faq-answer .faq-answer-label {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #faq-other .flex .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #faq-other .flex .link {
    width: 100%;
  }
}
