.elementor-11744 .elementor-element.elementor-element-5072ebd1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-11744 .elementor-element.elementor-element-5072ebd1:not(.elementor-motion-effects-element-type-background), .elementor-11744 .elementor-element.elementor-element-5072ebd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-11744 .elementor-element.elementor-element-47e8ff83{width:var( --container-widget-width, 1440px );max-width:1440px;--container-widget-width:1440px;--container-widget-flex-grow:0;}.elementor-11744 .elementor-element.elementor-element-47e8ff83 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 064px 0px 064px;}.elementor-11744{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-11744 .elementor-element.elementor-element-5072ebd1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11744 .elementor-element.elementor-element-47e8ff83 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-11744 .elementor-element.elementor-element-5072ebd1{--content-width:1905px;}}/* Start custom CSS for html, class: .elementor-element-47e8ff83 */.site-footer {
  width: 100%;
          /* 블랙 배경 */
  color: #fff;                /* 전체 기본 텍스트 하양 */
  font-family: 'Noto Sans KR', sans-serif;
  padding: 4rem 1.5rem 2rem;
  font-size: 1rem;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-col h3 {
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;               /* 헤딩도 하얀색 */
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
  font-weight: 400;
  font-size: 0.97rem;
}

.footer-col a {
  text-decoration: none;
  color: #fff;               /* 링크도 하얀색 */
  transition: color 0.18s;
}

.footer-col a:hover {
  color: #e6e6e6;            /* hover 시 연한 회색 */
  font-weight: 900;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.footer-social svg {
  width: 1.55rem;
  height: 1.55rem;
  color: #fff;
  fill: #fff;
}

.footer-bottom {
  font-size: 0.89rem;
  color: #ddd;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
  color: #00bfff;           /* hover: 하늘색 포인트(선택) */
}

/* 반응형 */
@media (max-width: 1024px) {
  .footer-inner {
    max-width: 96vw;
  }
  .footer-columns {
    gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 2.3rem 0.7rem 1.6rem;
  }
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
    margin-bottom: 2rem;
  }
  .footer-col h3 {
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 520px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-bottom: 1.2rem;
  }
  .footer-col {
    margin-bottom: 1.3rem;
  }
  .site-footer {
    padding: 1.3rem 0.5rem 0.9rem;
    font-size: 0.98rem;
  }
  .footer-bottom {
    font-size: 0.82rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5072ebd1 */.elementor-template-full-width .e-con.e-flex > .e-con-inner {
    padding-left: 16px;
    padding-right: 16px;
}/* End custom CSS */