@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 img { display: block; width: auto; height: 6rem; }

/* footer info */
#footer .footer-info { display: flex; flex: 1; flex-direction: column; justify-content: space-between; gap: 1.5rem 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 sns */
#footer .footer-quick-wrap > div { display: flex; justify-content: space-between; align-items: center; gap: 4rem; }
#footer .sns-list { display: flex; align-items: center; gap: 2.4rem; }
#footer .sns-list li a { display: block; width: 2.4rem; aspect-ratio: 1/1; font-size: 0; text-indent: -9999px;  }
#footer .sns-list li:nth-child(1) a { background: url('/resources/img/common/ft_sns_ico1.png') no-repeat center/contain; }
#footer .sns-list li:nth-child(2) a { background: url('/resources/img/common/ft_sns_ico2.png') no-repeat center/contain; }
#footer .sns-list li:nth-child(3) a { background: url('/resources/img/common/ft_sns_ico3.png') no-repeat center/contain; }
#footer .quick-nb-link { display: block; width: 14rem; aspect-ratio: 395/100; background: url('/resources/img/common/noxbound_logo_h.png') no-repeat center/contain; font-size: 0; text-indent: -9999px; }

/* footer copy */
#footer .footer-copy { flex-shrink: 0; margin-top: 1.6rem; font-size: 1.4rem; 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; }
}

@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%; }
}

@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; }
}
