
   /* footer 디자인 수정  -------------------------------------------- */

.hd-magazine-footer {
  background: #000;
  padding: 60px 0 0;
}

.hd-magazine-footer .hd-footer-info a {
  color: rgba(255, 255, 255, .9);
}

.hd-footer-container {
  text-align: center;
  max-width: 1400px;
}

.hd-footer-top {
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 8px;
}

/* 로고 영역 */
.hd-footer-logo-container {
  margin-bottom: 20px;
}

.hd-footer-logo-container .logo-link {
  display: inline-block;
}

.hd-footer-logo-container img {
  width: 15%;
  height: initial;
}

.hd-footer-nav {
  gap: 30px 45px;
}

.hd-footer-nav>li {
  position: relative;
}

.hd-footer-nav>li>a {
  display: block;
}

.hd-footer-nav>li>ul {
  display: none;
  /* 1번 스타일은 서브메뉴 안 보이게 */
}

/* 회사 정보 영역 */
.hd-footer-info {
  color: #777;
  font-size: 13px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 40px;
}

.hd-footer-company {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.hd-footer-company span {
  position: relative;
  padding: 0 10px;
}

.hd-footer-company span:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #ccc;
}

/* 주소, 사업자명 등 한 줄씩 */
.hd-footer-company span {
  white-space: nowrap;
}

/* DMCA 배지 & 카피라이트 */

.hd-copyright {
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  border-top: 1px solid #eee;
  margin-top: 0;
}

.dcma_badge a {
  display: flex;
  justify-content: center;
}

.dcma_badge a img {
  width: 20%;
}

@media (max-width: 768px) {
     /* footer 디자인 수정 */
  .hd-footer-nav {
    gap: 20px 30px;
    font-size: 14.5px;
  }

  .hd-footer-company {
    display: flex;
  }

  .hd-footer-company span {
    display: block;
    padding: 4px 0;
    white-space: normal;
    word-break: keep-all;
  }

  .hd-footer-company span:not(:last-child)::after {
    display: none;
  }

  .hd-magazine-footer {
    padding: 40px .5rem 0;
  }

  .hd-footer-top {
    gap: 0;
  }

  /* footer 디자인 수정 */
}

@media (max-width: 480px) {
    
  /* footer 디자인 수정 */
  .hd-footer-container {
    padding: 0;
  }

  .hd-footer-logo-container {
    margin-bottom: 0;
  }

  .hd-footer-logo-container img {
    width: initial;
    height: 50px;
  }

  /* .hd-magazine-footer .hd-footer-info a {
    font-size: .9em;
  } */

  .hd-footer-top {
    padding-bottom: 10px;
  }

  .hd-footer-nav {
    gap: 10px;
    justify-content: space-around;
  }

  .hd-footer-nav>li>a {
    font-size: 13px;
  }

  .hd-footer-company {
    gap: 0;
    margin-bottom: 0;
  }

  .hd-magazine-footer .hd-footer-container .hd-footer-info .hd-footer-company span {
    padding: 2px 0;
    line-height: 1.4;
    font-size: 11px;
  }

  .hd-copyright {
    gap: 0;
    padding-top: 10px;
    border-top: none;
  }

  .dcma_badge a img {
    width: 30%;
    margin-bottom: 8px;
  }

  .hd-footer-warning {
    font-size: .8em;
  }
.hd-social-links {
  gap: 8px;
}
  /* footer 디자인 수정 */
}

/* footer 디자인 수정  -------------------------------------------- */
