.coco-footer,
.coco-footer * {
	box-sizing: border-box;
}

.coco-footer {
	position: relative;
	margin-top: 48px;
	border-top: 3px solid #b98a31;
	background:
		radial-gradient(circle at 12% 0, rgba(205, 158, 68, .1), transparent 30%),
		#17191e;
	color: #aaaeb6;
	font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.coco-footer::before {
	position: absolute;
	top: -3px;
	left: 50%;
	width: 90px;
	height: 3px;
	background: #e2bd6b;
	content: "";
	transform: translateX(-50%);
}

.coco-footer__shell {
	background: transparent;
}

.coco-footer__main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 42px;
	padding-top: 38px;
	padding-bottom: 30px;
}

.coco-footer__brand a {
	display: inline-block;
	text-decoration: none;
}

.coco-footer__brand a > span {
	display: block;
	margin-bottom: 5px;
	color: #c99d48;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .15em;
}

.coco-footer__brand a > strong {
	display: block;
	color: #fff;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -.045em;
}

.coco-footer__brand p {
	margin: 11px 0 0;
	color: #9498a0;
	font-size: 14px;
	line-height: 1.6;
}

.coco-footer__links {
	flex: 0 0 auto;
	min-width: 220px;
}

.coco-footer__links > span {
	display: block;
	margin-bottom: 10px;
	color: #d1a954;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
}

.coco-footer__links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.coco-footer__links li {
	margin: 0;
}

.coco-footer__links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid #3a3e46;
	border-radius: 3px;
	background: rgba(255, 255, 255, .025);
	color: #d8dadd;
	font-size: 14px;
	font-weight: 700;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.coco-footer__links a:hover,
.coco-footer__links a:focus {
	border-color: #b98a31;
	background: rgba(201, 156, 70, .08);
	color: #efd18e;
	text-decoration: none;
}

.coco-footer__company {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #2b2e35;
}

.coco-footer__company ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.coco-footer__company li {
	position: relative;
	margin: 0;
	color: #7f838c;
	font-size: 13px;
	line-height: 1.55;
}

.coco-footer__company li + li::before {
	position: absolute;
	top: 50%;
	left: -13px;
	width: 1px;
	height: 11px;
	background: #393c43;
	content: "";
	transform: translateY(-50%);
}

.coco-footer__company strong,
.coco-footer__company span {
	color: #b8bbc1;
	font-weight: 600;
}

.coco-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 18px;
	padding-bottom: 22px;
	border-top: 1px solid #2b2e35;
}

.coco-footer__bottom p {
	margin: 0;
	color: #777b84;
	font-size: 13px;
	line-height: 1.5;
}

.coco-footer__bottom p strong {
	color: #d0d2d6;
	font-weight: 800;
}

.coco-footer__bottom > span {
	color: #6e5b34;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
}

@media (max-width: 767.98px) {
	.coco-footer {
		margin-top: 38px;
	}

	.coco-footer__main {
		display: block;
		padding-top: 31px;
		padding-bottom: 25px;
	}

	.coco-footer__brand a > strong {
		font-size: 24px;
	}

	.coco-footer__brand p,
	.coco-footer__links a {
		font-size: 14px;
	}

	.coco-footer__links {
		min-width: 0;
		margin-top: 25px;
	}

	.coco-footer__company ul {
		display: block;
	}

	.coco-footer__company li {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.coco-footer__company li + li::before {
		display: none;
	}

	.coco-footer__bottom {
		display: block;
	}

	.coco-footer__bottom > span {
		display: block;
		margin-top: 8px;
	}
}
