.footer-dark {
	padding: 50px 0;
	color: #f0f9ff;
	background-color: #282d32;
}

.footer-dark h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
}

.footer-dark li {
	margin-bottom: 8px;
}

.footer-dark ul {
	padding: 0;
	list-style: none;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 0;
}

.footer-dark ul a {
	color: inherit;
	text-decoration: none;
	opacity: 0.6;
	margin-bottom: 8px;
}

.footer-dark ul a:hover {
	opacity: 0.8;
}

@media (max-width:767px) {
	.footer-dark .item:not(.social) {
		text-align: center;
		padding-bottom: 20px;
	}
}

.footer-dark .item.text {
	margin-bottom: 36px;
}

@media (max-width:767px) {
	.footer-dark .item.text {
		margin-bottom: 0;
	}
}

.footer-dark .item.text p {
	opacity: 0.6;
	margin-bottom: 8px;
}

.footer-dark .item.social {
	text-align: center;
}

@media (max-width:991px) {
	.footer-dark .item.social {
		text-align: center;
		margin-top: 20px;
	}
}

.footer-dark .item.social>a {
	text-decoration: none;
}

.footer-dark .copyright {
	text-align: center;
	padding-top: 24px;
	opacity: 0.3;
	font-size: 13px;
	margin-bottom: 0;
}

.footerKakao {
	background-color: #FEE500;
	color: black;
}

.button-59 {
	display: inline-block;
	outline: 0;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
	background: hsl(50, 100%, 54%, 0.7);
	border: 1px solid hsl(50, 100%, 54%, 0.7);
	font-size: 13px;
	padding: 2px;
	text-align: center;
	font-weight: bolder;
	color: #0F1111;
	margin-bottom: 8px;
}

.button-59:focus {
	color: #171e29;
}

.button-59:hover {
	background: #F7CA00;
	border-color: #F2C200;
	box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
	color: black;
}

@media (min-width: 768px) {
	.button-59 {
		min-width: 170px;
	}
}
