@charset "UTF-8";
#footer {
  text-align: center;
  padding: 30px 0;
  background: #F3F3F3;
  -webkit-touch-callout: none; /* iOS 전화번호 감지 비활성화 */
}
#footer p {
  font-size: 12px;
  color: #666;
}
#footer .address {
  font-size: 12px;
  color: #666;
}
#footer .copyright {
  margin-top: 8px;
}
#footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
#footer .kbs-news {
  width: 81px;
  height: 11px;
  background: var(--kbs-ci) center/contain no-repeat;
}
#footer .nec-link {
  width: 153px;
  height: 35px;
  background: var(--nec-ci) center/contain no-repeat;
}