@charset "UTF-8";

footer {
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #666;
}
.footer_inner {
  padding: 23px 0 0 39px;
  @media (max-width : 992px) {
    padding: 20px 0 ;
  }
}
footer .company_name {
  margin-bottom: 15px;
  font-family: 'Pretendard-Bold';
  color: #232323;
}
footer .info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 7px;
  @media (max-width : 1405px) {
    row-gap: 5px;
  }
  @media (max-width : 375px) {
    display: block;
  }
}
footer .info_title {
  padding-right: 7px;
}
footer button.mail {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  border-radius: 50%;
  vertical-align: -1px;
  background-color: #E7E7E7;
}
footer button.mail:hover {
  background-color: #dadada;
}
footer button.mail svg {
  color: #747474;
}
footer address {
  font-size: 14px;
  color: #666;
  margin-top: 7px;
  @media (max-width : 1405px) {
    margin-top: 8px;
  }
}
footer small {
  display: block;
  padding-top: 15px;
  font-size: 12px;
}

/* 카피라이트 */
.copyRight_tb {
  text-align: left;
  font-size: 14px;
  margin: 15px 20px 20px 30px;
}

.copyRight_tb>tbody>tr>td {
  color: #666;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.copyRight_tb span {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.copyRight_span {
  font-family: 'Pretendard-ExtraLight';
  font-weight: 600;
  color: #666;
}

.copyRight_tb>tbody>tr:nth-child(1)>td {
  font-size: 15px;
  padding: 15px 15px 10px 0px;
  color: #333;
  font-weight: 500;
  line-height: 17px;
}

.copyRight_tb>tbody>tr:nth-child(2)>td {
  padding: 4px 4px 4px 0px;
}

.copyRight_tb>tbody>tr:nth-child(3)>td {
  padding: 4px 4px 4px 0px;
}

.copyRight_tb>tbody>tr:nth-child(4)>td {
  padding: 15px 15px 15px 0px;
  color: #666666;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
footer .corp_area {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
footer .corp_area .info_text {
  position: relative;
  z-index: -1;
}
footer .corp_area .info_text:not(:last-child):after {
  position: absolute;
  top: 4px;
  right: -10px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #666666;
}