@charset "UTF-8";
/* 하단 레이아웃 */
.footer {
  display: block;
  background: #506075;
  margin: 0 auto;
  text-align: center;
  font-family: var(--textFont);
}
.ft_info_area {
  width: var(--bodyWidth);
  margin: 0 auto;
}
.ft_link_wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #777;
}
.ft_link_wrap .ft_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: var(--mobilePadding);
  width: var(--bodyWidth);
  height: 42px;
  color: #EEE;
}
.ft_link_wrap .ft_link a {
  padding: 8px 0 8px 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #EEE;
  line-height: 1.4;
}
.ft_link_wrap .ft_link a::after {
  content: "|";
  font-weight: 300;
  font-size: 0.8rem;
  color: #999;
  margin-left: 6px;
}
.ft_link_wrap .ft_link li:first-child a {
  padding-left: 0;
}
.ft_link_wrap .ft_link li:last-child a::after {
  content: none;
}
.ft_company_wrap {
  display: block;
  padding: 20px 0 62px;
}
.ft_company_wrap .ft_company_div {
  position: relative;
  display: flex;
  width: var(--bodyWidth);
  margin: 0 auto;
  padding: var(--mobilePadding);
}
.ft_company_wrap .ft_company_div .ft_logo {
  margin: 0 50px 10px 0;
  padding: 6px 0;
  text-align: left;
}
.ft_company_wrap .ft_company_div .ft_logo img {
  display: block;
  max-width: 90px;
  filter: invert(90%);
}
.ft_company_wrap .ft_company_div .ft_company {
  display: block;
  text-align: left;
}
.ft_company_wrap .ft_company_div .ft_company .ft_info {
  font-size: 0.8rem;
  font-weight: 300;
  color: #EEE;
  line-height: 24px;
  letter-spacing: 0;
}
.ft_company_wrap .ft_company_div .ft_company .ft_info span::after {
  content: "|";
  font-size: 0.8rem;
  margin: 0 5px 0 7px;
}
.ft_company_wrap .ft_company_div .ft_company .ft_info span:nth-child(4)::after, .ft_company_wrap .ft_company_div .ft_company .ft_info span:nth-child(5)::after {
  content: "\a";
  white-space: pre;
}
.ft_company_wrap .ft_company_div .ft_company .ft_info span:last-child::after {
  content: none;
}
.ft_company_wrap .ft_company_div .ft_company .ft_info span b {
  font-weight: 500;
}
.ft_company_wrap .ft_company_div .ft_company .ft_copyright {
  font-size: 0.8rem;
  font-weight: 300;
  color: #EEE;
  line-height: 24px;
  letter-spacing: 0;
}
#top_btn {
  position: fixed;
  display: var(--displayPC);
  bottom: 174px;
  right: 20px;
  width: 46px;
  height: 46px;
  border: 2px solid #AAA;
  border-radius: 50%;
  color: #333;
  text-align: center;
  font-size: 0.9rem;
  z-index: 90;
  background: rgba(255, 255, 255, 0.7);
}
#top_btn:hover {
  border-color: #3059c7;
  background: #3059c7;
  color: #fff;
}
.ft_spo_wrap {
  position: fixed;
  display: var(--displayPC);
  bottom: 228px;
  right: 10px;
  width: 70px;
  height: 92px;
  color: #333;
  text-align: center;
  z-index: 90;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 46px;
}
.ft_spo_wrap .spo_img {
  display: block;
}
.ft_spo_wrap .spo_img a img {
  width: 100%;
}
.ft_spo_wrap .spo_box {
  display: block;
  width: 100%;
  height: 70px;
  margin-top: 20px;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  background-color: #00AAE6;
  z-index: 100;
  line-height: 70px;
  cursor: pointer;
}
.ft_spo_wrap .spo_box:hover {
  background-color: #0488b6;
}
@media (max-width: 767px) {
  .ft_link_wrap .ft_link {
    justify-content: center;
  }
  .ft_link_wrap .ft_link li:nth-child(3) {
    display: none;
  }
  .ft_company_wrap .ft_company_div {
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .ft_company_wrap .ft_company_div .ft_company .ft_info span::after {
    content: "|";
    font-size: 0.8rem;
    margin: 0 3px 0 5px;
  }
  .ft_company_wrap .ft_company_div .ft_company .ft_info span:nth-child(2)::after, .ft_company_wrap .ft_company_div .ft_company .ft_info span:nth-child(5)::after, .ft_company_wrap .ft_company_div .ft_company .ft_info span:nth-child(7)::after {
    content: "\a";
    white-space: pre;
  }
  .ft_company_wrap .ft_company_div .ft_company .ft_info span:last-child::after {
    content: none;
  }
  .ft_company_wrap .ft_company_div .ft_company .ft_info span em {
    display: none;
  }
}
@media (max-width: 480px) {
  .ft_link_wrap .ft_link {
    justify-content: center;
  }
  .ft_company_wrap .ft_company_div {
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=99eb133ff06094c8493dccbc037afd1e073f20eb._footer.scss.map */
