/**
	faq skin css
*/

.search {display:flex; flex-wrap:wrap; justify-content: flex-end; border-bottom: 1px solid #000; padding-bottom: 30px;}
.search  .search_box input {width:285px; height:50px; font-size:16rem; padding: 0 0 0 10px; border:1px solid #ccc; box-sizing: border-box;}
.search  .search_box button {width:50px; height:50px; margin-left:8px; cursor: pointer; background-color: #d7bb9c; color: #fff; font-size: 16rem;}

.table-heading {cursor:pointer; padding: 50px 20px; border-bottom: 1px solid #ccc; background: url(/web/img/plus.png) no-repeat right 10px center / 18px;}
.table-heading.active {background-image: url(/web/img/minus.png);}
.table-heading h4 {font-size:19rem; font-weight:500;}
.answer {display:none; padding:30px 20px; background: #f8f8f8;}

.faq_modify {margin-top:20px; display:flex; flex-wrap:wrap; justify-content: flex-end;}
.faq_modify a {display:block; padding:15px 20px; background: #d7bb9c; color:#fff; font-weight:16rem;}

.faq {margin-bottom:100px;}
.faq .title{text-align:center;margin-bottom:70px;}
.faq .title h3{font-size:48rem;font-weight:700;}