@charset "UTF-8";

.footer .box-link a {
  display: block;
  width: 192px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dddddd;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}

.footer .address {
  line-height: 1.8rem;
  color: rgba(0, 0, 0, 0.6);
}

.footer .address em {
  font-style: normal;
  font-weight: 600;
}

.footer .address .fa-download:hover {
  color: #1279bd;
}

.footer .blank2 {
  height: 75px;
}

.footer .barmenu {
  display: none;
}

.footer-info .center-info-title {
  font-size: 17px;
}

/* 데스크탑 CSS */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }

  .footer .txt-menu {
    display: flex;
  }

  .footer .icon-menu {
    display: flex;
  }

  .main-footer-box .footer .footer-menu {
    margin-top: 0px;
  }

  .footer .footer-menu {
    margin-top: 200px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 1rem 0;
  }

  .footer .txt-menu li {
    margin-right: 2.8rem;
  }

  .footer .icon-menu li {
    margin-left: 1.2rem;
  }

  .footer .time-info {
    padding: 5px 0px 5px 30px;
    line-height: 20px;
    opacity: 0.8;
  }

  .footer .company {
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
  }

  .footer .address span::before {
    content: " | ";
  }

  .footer .id-info {
    padding-left: 8px;
    font-size: 12px;
    opacity: 0.8;
  }

  .footer .id-info span:before {
    content: '/ ';
  }
}

/* 모바일 CSS */
@media screen and (max-width: 768px) {
  .mobile-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }

  .mobile-mt-12px {
    margin-top: 12px;
  }

  .mobile-mt-25px {
    margin-top: 25px;
  }

  .footer {
    margin-top: 40px;
    font-size: 12px;
  }

  .footer .footer-menu {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #e5e7e8;
    border-bottom: 1px solid #e5e7e8;
  }

  .footer .icon img {
    width: 26px;
  }

  .footer .txt-icon-menu {
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .footer .footer-sns {
    display: block !important;
  }



  @media screen and (min-width:768px) {
    .footer-sns .txt-menu {
      margin-left: 5px;
      margin-right: 5px;
    }
  }

  .footer .footer-sns .txt-menu ul {
    display: flex;
    flex-wrap: nowrap;
  }

  .footer .footer-sns .txt-menu li {
    /* margin: 0 12px; */
    height: 30px;
    font-size: 13px;
  }

  .footer .footer-sns .icon-menu {
    clear: both;
    display: flex;
    justify-content: center;
  }

  .footer .footer-sns .icon-menu li {
    padding: 0 4px;
    margin-right: 5px;
  }

  .footer .footer-sns .icon-menu img {
    /* width: 90%;
    height: auto; */
  }

  .footer .footer-info {
    margin: 0 20px;
  }

  .footer .footer-info h4 {
    /* font-size: 1.1rem; */
    font-size: 18px;
    font-weight: normal;
  }

  .footer .footer-info .row .col-48 {
    margin-top: 2.5rem;
  }

  .footer .time-info {
    margin-top: 0.8rem;
    /* padding-left: 2.8rem; */
    /* line-height: 1.9rem; */
    color: #6C757D;
    font-size: 13px;
  }

  .footer .time-info:last-child {
    margin-top: 5px;
  }

  .footer .footer-info .h3 i {
    font-size: 1.3rem;
  }

  .footer .footer-info .h3 {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .footer .box-link a {
    /* width: 152px; */
    width: 130px;
    height: 34px;
    line-height: 32px;
    font-size: 13px;
    color: #525252;
    margin-left: 10px;
    margin-bottom: 8px;
  }

  .footer .box-link a:last-child {
    margin-bottom: 5px;
  }

  .footer .id-info {
    color: #6C757D;
    font-size: 13px;
    text-align: right;
    line-height: 6px;
  }

  .footer .id-info span {
    display: block;
    color: #6C757D;
  }

  .footer .company {
    font-weight: normal;
    font-size: 1.25rem;
    text-align: center;
  }

  .footer .address {
    /* text-align: center; */
    line-height: 1.8rem;
    color: #6C757D;
    font-size: 13px;
  }

  .footer .address em {
    font-weight: 500;
  }

  .footer .address span::before {
    content: "";
    display: block;
  }

  .footer .quick-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1021;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .footer .quick-bar {
    display: block;
    position: fixed;
    bottom: 126px;
    right: 10px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .footer .quick-bar li {
    margin-top: 13px;
  }

  .footer .quick-bar li a {
    color: #fff;
  }

  .footer .quick-bar li img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #333;
    margin-left: 8px;
  }

  .footer .quick-bar li#quick-open img {
    box-shadow: 0px 0px 6px #666;
  }

  .footer .quick-bar li.quick-menu {
    display: none;
  }

  .footer .barmenu {
    display: block;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #dbe2ef;
    width: 100%;
    background: #fff;
    padding: 0.5rem 0;
    z-index: 10;
  }

  .footer .barmenu li {
    text-align: center;
  }

  .footer .barmenu li i {
    font-size: 22px;
  }

  /* .footer .barmenu li:nth-child(2) i {
      font-size: 24px;
  } */
  .footer .barmenu a.active i,
  .footer .barmenu a.active p {
    color: #1573b7;
  }
}

@media screen and (min-width:768px) {
  .desktop-none {
    display: none;
  }
}

/*# sourceMappingURL=footer.css.map */