@charset "UTF-8";

/* footer.css — 푸터 템플릿용 (Bricks Footer 템플릿 Custom CSS에 붙여넣기) */

@charset "UTF-8";

/* layout.css — 컨테이너/헤더/푸터 레이아웃
출처: 원본 style.header.css, style.footer.css + 컨테이너 규칙 */

#footer {
  min-width: 1280px;
  margin: 0 auto;
  background-color: #f8f8f8;
}

#footer .footer-sitemap {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#footer .footer-sitemap .footer-action .footer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1816px;
  width: 100%;
  margin: 0 auto;
}

#footer .footer-sitemap .footer-action .footer-button .button-text {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}

#footer .footer-sitemap .footer-action + .footer-collapse {
  border-top: 1px solid #eee;
}

#footer .footer-sitemap .footer-nav {
  display: flex;
  padding: 22px 16px 44px;
  max-width: 1816px;
  width: 100%;
  margin: 0 auto;
}

#footer .footer-sitemap .footer-nav .button-text {
  color: #666;
  padding: 6px 0;
}

#footer .footer-sitemap .footer-nav .button-text.st-lg {
  color: #000;
  padding: 10px 0;
}

#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 0;
  max-width: 1816px;
  width: 100%;
  margin: 0 auto 42px;
  padding-right: 128px;
}

#footer .footer-top .footer-end .icon:first-child {
  margin-left: 0 !important;
}

#footer .footer-start {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#footer .footer-end {
  width: 210px;
  display: flex;
}

#footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 16px 40px;
  max-width: 1816px;
  width: 100%;
  margin: 0 auto;
  padding-right: 128px;
}

#footer .footer-bottom .divider.st-vertical {
  border-color: #ddd;
}

#footer .footer-bottom .footer-start {
  display: block;
}

#footer .footer-bottom .footer-start .footer-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-bottom .footer-end .footer-col {
  margin-left: 32px;
  white-space: nowrap;
}

#footer .footer-bottom .footer-end .footer-col:first-child {
  margin-left: 0;
}

#footer .footer-symbol {
  width: 180px;
}
