@charset "utf-8";

/* footer */
#footer { border-top: 0.1rem solid rgba(255, 255, 255, 0.5); background-color: var(--main-black); color: #fff; }
#footer a { color: inherit; }
#footer > .inner { padding: 4rem 0; }

/* footer layout */
#footer .footer-cont { display: flex; align-items: flex-start; justify-content: space-between; gap: 4rem; min-height: 4.8rem; }
#footer .footer-logo { flex-shrink: 0; }
#footer .footer-logo img { display: block; width: auto; height: 4.8rem; }

/* footer info */
#footer .footer-info { display: flex; flex: 1; flex-direction: column; gap: 0.8rem; min-width: 0; padding-top: 0.4rem; }
#footer .footer-info-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem 2rem; font-size: var(--fs-17); font-weight: 400; line-height: 100%; }
#footer .footer-dot { flex-shrink: 0; width: 0.3rem; height: 0.3rem; border-radius: 50%; background-color: #fff; }

/* footer copy */
#footer .footer-copy { flex-shrink: 0; margin-top: 2.9rem; font-size: var(--fs-16); font-weight: 400; line-height: 100%; white-space: nowrap; }

@media screen and (max-width: 1280px) {
	#footer .footer-cont { gap: 3.2rem; }
	#footer .footer-info-row { gap: 1rem 1.6rem; }
}

@media screen and (max-width: 1024px) {
	#footer > .inner { padding: 3.6rem 0; }
	#footer .footer-cont { flex-direction: column; align-items: flex-start; gap: 2.4rem; min-height: 0; }
	#footer .footer-copy { margin-top: 0; white-space: normal; }
}

@media screen and (max-width: 768px) {
	#footer > .inner { padding: 3.2rem 2% }
	#footer .footer-cont { gap: 2rem; }
	#footer .footer-logo img { height: 4rem; }
	#footer .footer-info { gap: 0.6rem; padding-top: 0; }
	#footer .footer-info-row { font-size: var(--fs-16); line-height: 140%; }
	#footer .footer-copy { font-size: 1.5rem; line-height: 140%; }
}

@media screen and (max-width: 500px) {
	#footer > .inner { padding: 2.4rem 2%; }
	#footer .footer-cont { gap: 1.6rem; }
	#footer .footer-logo img { height: 3.6rem; }
	#footer .footer-info-row { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
	#footer .footer-dot { display: none; }
	#footer .footer-copy { font-size: 1.4rem; }
}
