	#faq_search {
		margin: 30px 0;
    		width: calc(100% - 60px);
    		padding: 30px;
    		height: 20px;
    		border-radius: 20px;
    		background: #edf2f8;
    		font-size: 14px;
    		display: table;
	}
	input {
		padding: 18px;
    		border: 1px solid #3b7def;
    		width: 620px;
    		margin: 0;
    		outline:none;
    		font-size:18px;
	}
	button {
		padding: 14px;
    		background: #3b7def;
    		border: none;
    		color: white;
    		height: 60px;
    		width: 60px;
	}
	.accordion {
  		width: 100%;
  		border-collapse: collapse;
  		cursor: pointer;
	}

	.panel {
  		display: none;
		background-color: #edf2f8;
	}
	.panel td {
		background-color: #edf2f8;
		color: #444;
	}
	.faq_cate {
		text-align: center; 
		width: 120px; 
		color: #999;
	}
	.faq_title {
		padding-left: 40px !important;
	}
	.active, .accordion:hover {
  		background-color: #edf2f8; 
	}
	.active td {
  		color: #3b7def;
    		font-weight: 700; 
	}
	.active .fa-angle-down {
  		transform: rotate(180deg);
	}
	.active .faq_cate {
		color: #333;
	}
	.godob {
 		font-family: 'Godo', sans-serif;
 		font-weight:700;
 		font-size:24px;
	}
	.answer_head {
		width: 40px;
    		height: 40px;
    		border-radius: 20px;
    		background: #3b7def;
    		text-align: center;
    		font-size: 24px;
    		font-weight: 700;
    		color: white;
    		margin: 0 auto;
	}
	th { 
		display: none;
	}
