.select_wrap { text-align: right;}
.selectFAQ { width: 320px;  height: 40px;  color: #231f20;   background-color: #fff;    border: #b9956a solid 1px;  border-radius: 20px;   padding: 7.5px 30px 7.5px 20px;  appearance: none;    -webkit-appearance: none;    -moz-appearance: none;  background-image: url(/common/images/pages/point-dollar/search_arrow.png) !important;  background-repeat: no-repeat; background-position: right 15px center; font-size: 19px; }
select::-ms-expand {  display: none;}
.selectFAQ option{color: #231f20;}
.selectFAQ option.gold{color: #c9ac7d !important;}
.selectFAQ option:focus,.selectFAQ option:hover {color: #b9956a;}

.faq_wrap { display: none;}
.faq1 { display: block;}
.faq_title, .step_title {font-size: 36px; line-height: 1.3;}
.faq_wrap {}
.faq_list { background: #ffffff; border: #ffffff solid 2px; border-radius: 55px; padding: 25px 55px 25px 35px; margin-bottom: 15px; text-align: left; position: relative; cursor: pointer; -webkit-transform: translate3d(0,0,0); -webkit-perspective: 1000; -webkit-backface-visibility: hidden; }
.faq_list::before {right: 30px; top: 31px; content: ''; display: block; width: 19px; height: 19px; position: absolute; background-image: url(/common/images/pages/point-dollar/more.png);  background-repeat: no-repeat; background-position: center center;}
.faq_list.active { border: #b9956a solid 2px; }
.faq_list.active::before {background-image: url(/common/images/pages/point-dollar/less.png); }
.faq_q {font-size: 24px; color: #b9956a; padding-left: 35px; position: relative;}
.faq_q span {position: absolute; top: 0px; left: 0px;}
.faq_a {display: none; margin-top: 10px; padding-left: 35px;}

.tnc_title { font-size: 30px; text-align: center;}
	 .tnc_district_wrap { display: flex; flex-flow: row nowrap; justify-content: center; background: #ededed; padding: 10px 0;  width: 100%; /*position: relative; left: 50%; transform: translateX(-50%);*/}
	.tdistrict_list {   text-align: center; color: #4e4e4e; font-size: 26px; font-weight: bold; padding: 5px 20px; margin: auto 10px; border-radius: 15px; cursor: pointer; -moz-transition: all 0.3s linear;  -webkit-transition: all 0.3s linear;  -o-transition: all 0.3s linear;  }
	.tdistrict_list:hover, .tdistrict_list.active { background: #c9ac7d; color: #ffffff;}
	 /*.tdistrict { display: none;}*/
	 .tdistrict.hk { display: table-row;}
	 .contact-list {border-top: 1px solid #4e4e4e;}
	 .contact-list .tdistrict.hk { display: block;}
	 .list-row {border: 1px solid #4e4e4e;}
	 .list-row:first-child {border-top: 0px;}

select, .faq_title {  font-family: 'FontAwesome'; }
.faq_text {  display: none; text-align: left;}
.faq_text ul {list-style:disc;}
.faq_text .faq_remark { font-size: 14px; line-height: 1.2; margin-top: 15px;}
@media (max-width: 767px) {
	.select_wrap { text-align: center; margin-top: 60px;}
	.faq_list {padding: 20px 40px 20px 25px;}
	.faq_q {font-size: 20px; padding-left: 28px; }
	.faq_a {font-size: 16px; padding-left: 28px; }
	.faq_list::before {right: 22px; top: 25px;}
	
	.faq_title, .step_title {font-size: 32px;}
	
	.tnc_title { font-size: 22px;}
	.tdistrict_list { font-size: 16px; min-width: 70px; padding-right: 5px; padding-left: 5px; margin: auto 5px;}
	.list-row .brand-cell { font-size: 16px;}
}