@charset "utf-8";
.footer {
	padding: 70px 260px;
	text-align:center;
	background-color:#f6f6f6;
	font-size:14px;
}
.footer .phone {
	display:none;
	width: 179px;
	height: 40px;
	margin: 0 auto 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #b7b7b7;
	font-size: 15px;
	color: #444;
	text-align: center;
}
.footer_menu {
	padding-bottom:5px;
	text-align:left;
	border-bottom:2px solid #dddddd;
}
.footer_menu li {
	font-family: 'Noto Sans KR';
	display:inline-block;
	padding:10px 0;
}
.footer_menu li a {
	font-family: 'Noto Sans KR';
	/*font-weight:bold;*/
}
.footer_menu li:after {
	content:'•';
	margin:0 5px;
}
.footer_menu li:last-child:after {
	content:'';
	margin:0;
}

.footer_info {
	position:relative;
	padding:20px 0;
	color:#666;
	text-align:left;
}
.footer_info li {
	display:table;
	font-family: 'Noto Sans KR';
	margin-bottom:10px;
}
.footer_info li span {
	display:table-cell;
	font-family: 'Noto Sans KR';
	width:150px;
}

.info_left {
	float:left;
	width:50%;
}

.info_right {
	float:left;
	width:50%;
}

.footer_copyright {
	position:relative;
	text-align:left;
}

.footer_copyright p {
	color:#999;
}

.footer_social {
	position:absolute;
	bottom:-6px; right:0;
}

.footer_social ul {

}

.footer_social ul li {
	float:left;
	margin:0 5px;
	font-size: 33px;
}

.footer .scrollTop {
	position: fixed;
	right: 6px; bottom: -30px;
	display: inline-block;
	width: 40px; height: 40px;
	border-radius: 100%;
	background: rgba(32,32,32,0.8);
	text-align: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s;
	opacity:0;
	visibility:hidden;
}
.footer .scrollTop.active {
	bottom:6px;
	display: inline-block;
	opacity:1;
	visibility:visible;
	transition: all 0.3s;
}
.footer .scrollTop i {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.footer .scrollTop:hover {
	background: rgba(32,32,32,0.6);
	
}



.footer .fixedBooking {
	position: fixed;
	right: 6px;
	bottom: 54px;
	display: inline-block;
	width: 40px; height: 40px;
	border-radius: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0.5px 0.9px 5px 0 rgba(36, 36, 36, 0.2);
  border: solid 1px #c6c6c6;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s;
	color: #333;
	opacity:0;
	/*visibility:hidden;*/
}



.footer .fixedPhone {
	position: fixed;
	right: 6px;
	bottom: 6px;
	display: inline-block;
	width: 40px; height: 40px;
	border-radius: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0.5px 0.9px 5px 0 rgba(36, 36, 36, 0.2);
  border: solid 1px #c6c6c6;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s;
	color: #333;
	opacity:0;
	/*visibility:hidden;*/
}


.footer .fixedPhone.active {
	bottom: 54px;
	transition: all 0.3s;
}


.footer .fixedBooking.active {
	bottom: 102px;
	transition: all 0.3s;
}


.footer .fixedPhone:hover {
	/*
	background: rgba(32,32,32,0.8);
	color:#fff;
	*/
}

.footer .fixedBooking:hover {
	background: rgba(32,32,32,0.8);
	color:#fff;
}

.footer .fixedBooking i {
	font-size: 18px;
	line-height: 40px;
}

.footer .fixedPhone i {
	font-size: 18px;
	line-height: 40px;
}




@media (max-width:1400px) {
	.footer {
		padding:50px;
	}

	.footer_info li span {
		width:100px;
	}
}

@media (max-width:820px) {
	.footer {
		padding:50px 20px;
	}
	.footer .phone {
		display:inline-block;
	}

	.footer .footer_menu li:after {
		content:'';
		margin:0 5px;
	}
	.footer_menu li:last-child:after {
		content:'';
		margin:0;
	}

	.footer_info li span {
		width:120px;
	}

	.info_left, .info_right {
		float:none;
		width:100%;
	}

	.footer .fixedPhone {
		opacity:1;
	}

	.footer .fixedBooking {
		opacity:1;
	}
	
}
