/*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 > 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;
    background-color: #fff;
}
#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 {
    text-align: center;
    padding: 20px 10px;
    margin: 0 15px;
}
#faq .board_sch_wrp select,
#faq .board_sch_wrp input,
#faq .board_sch_wrp .sch_btn{
	height: 30px;
    line-height: 1em;
}
#faq .board_sch_wrp select {
    width: 10%;
	background-color: #fff;
	vertical-align: top;
}
#faq .board_sch_wrp input {
	width: 200px;
}
#faq .board_sch_wrp .sch_btn{
	border: none;
	width: 100px;
    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%;
	}
}




/*faq*/
#faq section.toggle {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 10px;
}
#faq .toggle > label {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    border-radius: 0px !important;
    border-left: 0px;
    font-size: 14px;
    font-weight: 600;
    /* padding-left: 40px; */
    /* background: url(img/dot_bg.png) right center no-repeat; */
    background-size: 80%;
    padding: 5px 10px 5px 0;
}
#faq .toggle > label:after {
    /* content: "Q"; */
    position: absolute;
    left: 0;
    background-color: #000;
    border-radius: 50%;
    padding: 3px 10px 5px;
    color: #fff;
    font-weight: 600;
    top: 12px;
}
#faq .toggle.active > label:after {
    background-color: #f8b100;
}
#faq .toggle > label:before {
    width: 13px;
    height: 13px;
    background: url(img/arr_faq.png) center center no-repeat;
    margin-top: -6px;
    border: 0px;
    margin-right: -5px;
}
#faq .toggle > label:before {
    right: 0;
    margin-top: -6px;
}
#faq .toggle > label span {
    display: inline-block;
    background-color: #fff;
}
#faq .toggle p {
	color: #333;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	margin: 0px;
	height: 0px;
	padding: 0;
}
#faq .toggle > p {
    overflow: hidden;
}
#faq .toggle label p {
    display: inline-block;
	font-weight: 400;
	font-size: 15px;
}
@media (max-width:768px){
    #faq .toggle > label {
        font-size: 12px;
    }
    #faq .toggle p {
        font-size: 13px;
    }
}