/* 푸터 */
footer {
  padding: 60px 300px;
  background: #646464;
  color: #e5e5e5;
}

.footer_content {
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}

.company_name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #e5e5e5;
}

.company_info {
  font-size: 13px;
  font-weight: 500;
  color: #e5e5e5;
  letter-spacing: 0px;
}
.footer_line {
  width: 100%;
  height: 1px;
  background: #777777;
  margin: 16px 0;
}
.bottom_container {
  display: flex;
  justify-content: space-between;
}

.company_address {
  font-size: 13px;
  font-weight: 500;
  color: #e5e5e5;
  margin-bottom: 5px;
  line-height: 1.5;
}

.copyright {
  font-size: 13px;
  color: #e5e5e5;
  font-weight: 500;
}

.version {
  font-size: 13px;
  color: #e5e5e5;
  font-weight: 500;
}

.footer_logo {
  padding-bottom: 16px;
}