/*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%;
	}
}
/* top_ban */
.top_ban ul li .c_wrp {
	text-decoration: none;
	height: 230px;
	padding: 15px 30px;
	background-size: cover;
}
.top_ban ul li .c_wrp.ban1 {
	background: url(../img/csban1.png) right center no-repeat;
	background-color: #fae100;
}
.top_ban ul li .c_wrp.ban2 {
	background: url(../img/csban2.png) right center no-repeat;
	background-color: #f1f1f1;
}
.top_ban ul li .txtbox h2 {
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 15px;
}
.top_ban ul li .txtbox h2 strong {
	font-weight: 700;
}
.top_ban ul li .txtbox h4 img {
	width: 30px;
}
.top_ban ul li .txtbox h4 strong {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	display: inline-block;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.top_ban ul li .txtbox h4 strong span {
	width: 24px;
	height: 24px;
	background-color: #2f2727;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	padding: 0px;
	text-align: center;
	margin-left: 5px;
	line-height: 24px;
}
.top_ban ul li .txtbox h3 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	color: #1841af;
	font-family: 'Montserrat', 'Noto Sans KR';
}
.top_ban ul li .txtbox h3 img {
	width: 25px;
	margin-bottom: 4px;
}
@media (max-width:768px){
	.top_ban ul li:not(:last-child){
		margin-bottom: 10px;
	}
	.top_ban ul li .c_wrp {
		height: 160px;
		padding: 15px 20px;
		background-size: cover !important;
	}
	.top_ban ul li .txtbox h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.top_ban ul li .txtbox h4 img {
		width: 20px;
	}
	.top_ban ul li .txtbox h4 strong {
		font-size: 15px;
		padding: 5px 10px;
	}
	.top_ban ul li .txtbox h4 strong span {
		width: 19px;
		height: 19px;
		margin-left: 5px;
		line-height: 19px;
	}
	.top_ban ul li .txtbox h3 {
		font-size: 25px;
	}
	.top_ban ul li .txtbox h3 img {
		width: 20px;
	}
}
/* acdi */
.acdi ul li,
.acdi ul li:hover{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.acdi ul li{
	position:relative;
	border:1px solid #e4e4e4;
	background:#fff;
	border-radius:2px;
	margin-top:10px;overflow:hidden;
}
.acdi ul li:first-child{
	margin-top:0;
}
.acdi ul li.active,
.acdi ul li:focus,
.acdi ul li:hover{
	border-color:#222;
}
.acdi ul li.opa{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
}
.acdi ul li.opa:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
.acdi ul li .qst{
	position:relative;
}
.acdi ul li .qst a{
	position: relative;
	display: block;
	color: #222;
	font-size: 18px;
	line-height: 24px;
	padding: 22px 60px;
	text-decoration: none;
}
.acdi ul li .qst a p{
	display:inline-block;
    margin-bottom: 0px;
}
.acdi ul li .qst a span {
	display: inline-block;
    width: 30px;
    background-color: #aaa;
    border-radius: 50%;
	height: 30px;
	display: inline-block;
	color: #222;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -13px;
}
.acdi ul li.active .qst a span {
    background-color: #8b0027;
}
.acdi ul li .qst a:after{
	content:"";
	display:inline-block;
	width:18px;
	height:10px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-5px;
	background:url("../_img/ico_accordion1.png") no-repeat 0 0;

	-webkit-background-size:18px 20px;
	background-size:18px 20px;
}
.acdi ul li.active .qst a:after{
	background-position:0 100%;
}
.acdi ul li .answer{
	position:relative;
	padding:20px 0 25px;
	margin:0 20px;
	font-size:16px;
	line-height:1.5;color:#777;
	border-top:1px solid #f0f0f0;
	letter-spacing:-.025em;
	display:none;
}
.acdi ul li .answer b{
	color:#222;
}
.acdi ul li .answer p {
	margin-bottom: 0px;
    font-size: 17px;
    line-height: 1.7em;
    color: #222;
    font-weight: 400;
}
@media (max-width:768px){
	.acdi ul li .qst a {
		font-size: 15px;
		line-height: 20px;
		padding: 15px 40px;
	}
	.acdi ul li .qst a span {
		width: 25px;
		height: 25px;
		left: 10px;
		margin-top: -12px;
	}
	.acdi ul li.active .qst a span {
		background-color: #8b0027;
	}
	.acdi ul li .qst a:after{
		content:"";
		display:inline-block;
		width:18px;
		height:10px;
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-5px;
		background:url("../_img/ico_accordion1.png") no-repeat 0 0;

		-webkit-background-size:18px 20px;
		background-size:18px 20px;
	}
	.acdi ul li.active .qst a:after{
		background-position:0 100%;
	}
	.acdi ul li .answer{
		position:relative;
		padding:20px 0 25px;
		margin:0 20px;
		font-size:16px;
		line-height:1.5;color:#777;
		border-top:1px solid #f0f0f0;
		letter-spacing:-.025em;
		display:none;
	}
	.acdi ul li .answer b{
		color:#222;
	}
	.acdi ul li .answer p {
		font-size: 14px;
		font-weight: 300;
	}
}
