/*common*/
textarea, select, input[type="text"], input[type="text"], input[type="url"], input[type="search"], input[type="tel"], input[type="email"],input[type="password"]{
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
}
textarea:focus,select:focus, input[type="text"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="email"]:focus,input[type="password"]:focus {
	/*border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
	border: 1px solid #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
select{
	padding: 0;
}
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}

/*FAQ*/
#faq .required {
	top:0;
}
#faq .toggle.toggle-lg .toggle > label{
	padding: 12px 20px 12px 10px;
}
#faq .toggle.toggle-lg > a{
	color: #343434;
	font-weight: 600;
	text-decoration: none;
}
#faq .toggle.toggle-lg .toggle > label > p{
	margin: 0;
	color: #383f48;
}
#faq .toggle.toggle-lg .active > label > p{
	color: #fff;
}
#faq .contents-wrp .toggle.toggle-lg > .toggle > label > p:first-child{
	font-weight: 600;
}
#faq .toggle > label i {
    font-size: 1.5rem;
    top: 0px; 
}
#faq .contents-wrp {
	margin-top: -1px;
    border: 1px solid #eee;
	border-radius: 0px 5px 5px 5px;
}
#faq .contents-wrp .toggle > .toggle-content > p{
	padding: 0;
}
@media only screen and (max-width: 992px) {
	#faq .toggle.toggle-lg .toggle > label > p{
		font-size: 12px;
	}
}
/*FAQ tab*/
#faq .title_wrp {
	margin: 20px 0 0 0;
    background-color: rgba(238,238,238,0.2);
    border: 1px solid rgba(238,238,238,0.5);
	border-radius: 5px;
}
#faq .title_wrp h2{
	color:#343434;
}
#board_tap_wrp .board_tap ul>li {
    float: left;
    margin-left: -1px;
}
#board_tap_wrp .board_tap ul>li>a {
	color: #848484;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}
#board_tap_wrp .board_tap ul>li>a:hover,
#board_tap_wrp .board_tap ul>li>a:focus{
	color: #848484;
	background-color: #f2f4f6;
}
#board_tap_wrp .board_tap ul>li>.active:hover,
#board_tap_wrp .board_tap ul>li>.active{
	color: #fff;
	border-color: #343434;
	background-color: #383f48;
}
@media only screen and (max-width: 496px) {
	#faq .title_wrp h2{
		font-size: 2rem !important;
	}
	#board_tap_wrp .board_tap ul>li>a {
		padding: 3px 12px;
	}
}
/*FAQ - board_btn*/
#faq .btn_right{
    float: right;
}
#faq .btn_left{
    float: left;
}
/*FAQ pagination*/
#faq .board_pagin_wrp {
	padding-top: 10px
}
#faq .board_pagin_wrp .pagination {
	margin-bottom: 0px !important;
}
#faq .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
#faq .pagination > li > a, #faq .pagination > li > span, #faq .pagination > li > a:hover, #faq .pagination > li > span:hover, #faq .pagination > li > a:focus, #faq .pagination > li > span:focus {
    color: #848484;
}
@media only screen and (max-width: 496px) {
	#faq .btn{
		padding: 2px 7px;
	}
	#faq .board_pagin_wrp {
		padding-top: 0px
	}
	#faq .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}
/*FAQ - board_search_wrp*/
#faq .board_sch_wrp {
    border: 1px solid #eee;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    padding: 20px 10px;
	background: url(./img/bg_pt.png);
    margin: 0 15px;
}
#faq .board_sch_wrp select,
#faq .board_sch_wrp input,
#faq .board_sch_wrp .sch_btn{
	height: 30px;
}
#faq .board_sch_wrp select {
    width: 10%;
	background-color: #fff;
	vertical-align: top;
}
#faq .board_sch_wrp input {
	width: 15%;
}
#faq .board_sch_wrp .sch_btn{
	border: none;
    width: 10%;
    color: #fff;
    border-radius: 3px;
	vertical-align: top;
}
@media only screen and (max-width: 992px) {
	#faq .board_sch_wrp {
		margin-top: 15px !important;
		margin-bottom: 20px;
	}
	#faq .board_sch_wrp select {
    	width: 30%;
	}
	#faq .board_sch_wrp input {
		width: 35%;
	}
	#faq .board_sch_wrp .sch_btn{
	    width: 30%;
	}
}
