

.mainArea{background:#fff;padding:40px 0 ;}

.contentBox{padding:0 100px;}
.faqList {
  width: 100%;
}

.faqList > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.faqList > li.current h3 {
  color: #660000;
}

.faqList > li.current .toggleOpen:before {
  width: 0;
}

.faqList > li.current .toggleOpen:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #660000;
}

.faqList h3 {
  position: relative;
  padding: 10px 0 10px 30px;
  font-weight: 400;
  font-size: 18px;
  font-family: "source-han-serif-tc", "微軟正黑體", serif;
  font-weight: 400;
  letter-spacing: .15em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.faqList h3:hover {
  color: #c29725;
}

.faqList h3:hover .toggleOpen:before, .faqList h3:hover .toggleOpen:after {
  background-color: #c29725;
}

.toggleOpen {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.toggleOpen:before, .toggleOpen:after {
  content: '';
  position: absolute;
  background-color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.toggleOpen:before {
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
}

.toggleOpen:after {
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
}


.definition {
  display: none;
}


@media (max-width: 1023px) {
  .faqList {
    width: 100%;
  }
.contentBox{padding:0 50px;}

}



@media (max-width: 480px) {
	
	.contentBox{padding:0px;}

  .faqList > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .faqList h3 {
    font-size: 16px;
  }
  .faqList .TxtBoxS02 {
    font-size: 14px;
  }
}
