@charset "UTF-8";
@media (max-width: 1180px) {
  .mainArea.ins .rightBox {
    max-width: 100%;
  }
}

.faqList {
  width: 100%;
}

.faqList > li {
  border-bottom: 1px solid #ddd;
}

.faqList .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.faqList .title:hover {
  background-color: #ededed;
}

.faqList .no {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
  font-family: "Amiri", "微軟正黑體", serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  color: #c80c16;
  line-height: 1;
}

.faqList h3 {
  padding-right: 10px;
  font-size: 16px;
  letter-spacing: .02em;
  color: #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faqList .current .toggleOpen::after {
  background-position: left top -100%, left 200%;
}

.toggleOpen {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.toggleOpen::before, .toggleOpen::after {
  content: '';
  position: absolute;
}

.toggleOpen::before {
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background-color: #c80c16;
}

.toggleOpen::after {
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, to(#c80c16)), -webkit-gradient(linear, left top, left bottom, to(#c80c16));
  background-image: -webkit-linear-gradient(top, #c80c16 100%), -webkit-linear-gradient(top, #c80c16 100%);
  background-image: -o-linear-gradient(top, #c80c16 100%), -o-linear-gradient(top, #c80c16 100%);
  background-image: linear-gradient(to bottom, #c80c16 100%), linear-gradient(to bottom, #c80c16 100%);
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-size: 1px 50%, 1px 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
  overflow: hidden;
}

.definition {
  display: none;
  padding: 15px 10px 30px;
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.6;
  color: #666;
}
