@charset "utf-8";

/* PC 요소 노출 설정 */
.pc-only {
  display: block;
}

.mo-only {
  display: none;
}

/* 푸터 기본 레이아웃 및 배경 */
#footer {
  display: block;
  position: relative;
  background-color: #000;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#footer .footer_inner {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

/* 푸터 상단 링크 영역 */
#footer .footer_link {
  padding: 40px 0 20px;
  border-bottom: 1px solid #686664;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footer_link ul li {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
  text-align: left;
}

#footer .footer_link ul li a {
  font-size: 0.85em;
  color: #fff;
}

/* 기업 정보 및 카피라이트 영역 */
#footer .company {
  padding: 40px 0;
}

#footer .company p {
  line-height: 1.7;
  font-size: 0.85rem;
  color: #fff;
}