/* BASIC css start */
#footer {
	border-top: 1px solid #ccc;
	clear: both;
	margin: 40px 0 20px;
	text-align: center;
}

	#footer .footerInfo {
		position: relative;
		overflow: hidden;
		zoom: 1;
		border-bottom: 1px solid #ddd;
		text-align: center;
		font-size: 11px;
		line-height: 16px;
	}

		#footer .footerInfo .footerInfoTop {
			width: 50%;
			float: left;
			padding: 20px 0;
		}

			#footer .footerInfo .footerInfoTop .footerInfoTopLeft {
				float: left;
				width: 100%;
				border-right: 1px solid #ddd;
				margin-left: -1px;
			}

				#footer .footerInfo .footerInfoTop .footerInfoTopLeft dt {
					margin-bottom: 6px;
					font-size: 1.2em;
				}

				#footer .footerInfo .footerInfoTop .footerInfoTopLeft .tel {
					color: #111;
					font-size: 18px;
					margin-bottom: 2px;
				}

			#footer .footerInfo .footerInfoTop .footerInfoTopRight {
				width: 70px;
				height: 70px;
				border-radius: 35px;
				background-color: #3c3c3c;
				display: table;
				text-align: center;
				float: right;
			}

				#footer .footerInfo .footerInfoTop .footerInfoTopRight a {
					color: #fff;
					display: table-cell;
					vertical-align: middle;
				}

		#footer .footerInfo .footerInfoBottom {
			width: 50%;
			float: left;
			border-bottom: 0;
			padding: 20px 0;
		}

			#footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {
				float: left;
				width: 100%;
			}

				#footer .footerInfo .footerInfoBottom .footerInfoBottomLeft dt {
					margin-bottom: 6px;
					font-size: 1.2em;
				}

			#footer .footerInfo .footerInfoBottom .footerInfoBottomRight {
				width: 70px;
				height: 70px;
				border-radius: 35px;
				background-color: #3c3c3c;
				display: table;
				text-align: center;
				float: right;
			}

				#footer .footerInfo .footerInfoBottom .footerInfoBottomRight a {
					color: #fff;
					display: table-cell;
					vertical-align: middle;
				}

	#footer .footerMiddle {
		border-bottom: 1px solid #ddd;
		text-align: center;
		padding: 8px 0;
	}

		#footer .footerMiddle a {
			width: 28%;
			display: inline-block;
			border-left: 1px solid #ddd;
			margin-left: -1px;
		}

			#footer .footerMiddle a.fmLast {
				width: 44%;
			}

	#footer address {
		padding: 0 10px;
		color: #606060;
	}

.btn_toggle_area {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 49px;
	z-index: 999;

}

	.btn_toggle_area a {
		display: block;
		width: 36px;
		height: 36px;
		line-height: 38px;
		color: #FFF;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		background-color: rgba(234, 115, 46, 0.8);
		border: 1px solid #FFF;
		border-radius: 10px 10px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
		.btn_call {
			position: absolute;
			bottom: 152px;
		}
		.btn_kakao {
			position: absolute;
			bottom: 114px;
		}
		.btn_talk {
			position: absolute;
			bottom: 76px;
		}
		.btn_toggle_area a.btn_up {
			position: absolute;
			bottom: 38px;
		}

		.btn_toggle_area a.btn_down {
			position: absolute;
			bottom: 0;
		}


#footer .snsWrap .list {
	display: inline-block;
	padding: 12px 0 7px;
}

#footer .snsWrap .link {
	display: block;
	padding: 0 2px;
	height: 27px;
	line-height: 27px;
}

	#footer .snsWrap .link span {
		display: block;
		border-radius: 4px;
		width: 28px;
		height: 25px;
		text-align: center;
	}

		#footer .snsWrap .link span i {
			font-size: 16px;
			line-height: 25px;
		}

.height80 {
	height: 20px;
}

.height81 {
	height: 60px;
}

/* 모바일 하단 고정 메뉴 */

@import url(//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css) 

.fixm_wr

{
	display: flex; 
	justify-item: center;
	align-items: center;
}

.fixm_toggle_area {
	display: block;
	position: fixed;
	bottom: 10px;
	z-index: 996;
	width: 96%;
	height: 60px;
	background-color: rgba(255,255,255,0.8);
	border-bottom: 3px solid #EB7530;
	border-top: 1px solid #EB7530;
	border-radius: 10px;
	left: 2%;
	right: 2%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.i_color_w {
	display: inline-block;
	filter: invert(68%) sepia(86%) saturate(3653%) hue-rotate(341deg) brightness(97%) contrast(90%);
	width: 100px;
	height: auto;
	margin-top: 6px;
	font-weight: bold;
	font-size: 20px;
}


#bt_fixmenu {
	align-items: center;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-self: center;
	border-radius: 30px;
}

.icon_wr {
	display: inline-block;
	width: 19%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	align-items: center;
	align-self: center;
	margin-top: 6px;
}


#wnInput {
  border: 0px;
    font-size: 14px;
lign-height: 14px;
align:center;
}
.bankinfo
{
  font-size: 12px;
  border: 0px; 
color: #a43204;
}
/* BASIC css end */

