#footer {
	background: #fff;
	padding: 0;
	color: #333;
	padding: 40px 40px 40px;
	position: relative;
	border-top: 1px solid #ddd;
}

#footer .container-fluid {
	padding: 0;
}

#footer .left-wrapper {
	width: 50%;
	position: relative;
	float: left;
	/* overflow:hidden; */
}

#footer .footer-logo {
	font-size: 0;
	width: 224px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	left: 0;
}

#footer .footer-logo img {
	width: auto;
	height: 40px;
}

#footer p.footer-text {
	font-family: 'S-CoreDream-4Regular';
	line-height: 1.5;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	letter-spacing: -0.04em;
	font-size: 16px;
}

#footer .sns-wrapper {
	display: block;
	height: 40px;
	position: absolute;
	right: 255px;
	width: 220px;
	/* background: red; */
}

#footer .sns-wrapper > span {
	float: left;
	line-height: 40px;
	margin-right: 10px;
	font-family: 'S-CoreDream-4Regular';
}

#footer .sns-wrapper ul li {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	padding-top: 0;
	border-radius: 50%;
	cursor: pointer;
}

#footer .sns-wrapper ul > li:nth-child(5) {
	margin-right: 0
}

#footer .sns-wrapper ul li > img {
	width: 100%;
}

#footer .sns-wrapper > span {
	font-size: 14px;
	position: absolute;
	left: -10px;
	transform: translateX(-100%);
}

#footer #bottomlist {
	width: 200px;
	float: right;
	height: 40px;
	/* margin-right: 50px; */
	position: relative;
}

#footer #bottomlist .showbtn {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	color: #333;
	border: 0;
	border-radius: 3px;
	padding: 0 15px 0 15px;
}

#footer #bottomlist .showbtn span {
	color: #333;
	margin: 0;
	font-size: 16px;
}

#footer #bottomlist .showbtn span.arrow {
	position: absolute;
	right: 10px;
}

#footer #bottomlist .showbtn img {
	float: right;
	margin-top: 15px;
	margin-right: 0;
}

#bottomlist .coverlist {
	margin-bottom: 0;
	width: 100%;
	bottom: 40px;
	right: 0;
	height: 200px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #eee;
	border-width: 1px 1px 0 1px;
	padding: 0;
	font-size: 16px;
}

#bottomlist .coverlist li {
	padding: 4px 10px;
}

#bottomlist .coverlist li a {
	color: #222;
	text-decoration: none;
}

#bottomlist .coverlist li:hover {
	background-color: #333;
	transition: background 0.5s;
}

#bottomlist .coverlist li:hover a {
	color: #fff;
	transition: color 0.5s;
}

@media (max-width :991px) {
	#footer {
		/* padding-left: 15px; */
		/* padding-right: 15px; */

	}

	#footer .sns-wrapper {
		/* right: 190px; */

	}
}

@media (max-width :820px) {
	#footer .sns-wrapper > span {
		display: none;
	}
}

@media (max-width :767px) {
	#footer .sns-wrapper {
		right: 40px;
	}

	#footer #bottomlist {
		display: none;
	}
}

@media (max-width :600px) {
	#footer .left-wrapper {
		width: 100%;
	}

	#footer .footer-logo {
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#footer .sns-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 180px;
		position: static;
		margin-bottom: 20px;
	}

	#footer .sns-wrapper > span {
		display: none;
	}

	#footer p.footer-text {
		font-size: 14px;
	}
}

@media (max-width :480px) {
	#footer {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* 맨위로 버튼 */
.btn_top {
	visibility: hidden;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	cursor: pointer;
	visibility: visible;
	opacity: 0;
	transition: visibility 0s linear 0s, opacity 300ms;
}

.btn_top.btn_top_visible {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
}

.btn_top img {
	width: 100%;
}

@media (max-width : 767px) {

	/* 모바일(태블릿보다작은,화웨이세로) : 0 ~ 767 */
	.btn_top {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}
