/* ===================== 푸터 ================== */

/* footer */
#footer {
  position: relative;
  padding: 0px 0 70px 0;
  background: #383838;
}
#footer .in {
  width: 100%;
  /* max-width: 1800px; */
  margin: 0 auto;
}
#footer .f_top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0 7rem;
}
#footer .f_top .txt {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
}
#footer .f_top .txt > div > p + p {
  margin-top: 10px;
}
#footer .f_top .txt strong {
  font-size: 23px;
  font-weight: 800;
  font-family: var(--nsr);
}
#footer .f_top .txt strong.teal {
  color: #82cddb;
}
#footer .f_top .txt strong.orange {
  color: #f89a27;
}
#footer .f_top .txt p {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
}
#footer .f_top .txt dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1.625rem;
  margin-top: 1.25em;
  color: #fff;
  font-size: 17px;
}
#footer .f_top .txt dl dt {
  grid-column: 1;
  font-weight: 700;
}
#footer .f_top .txt dl dd {
  grid-column: 2;
}
#footer .f_top .txt span {
  display: block;
  opacity: 0.6;
  margin-top: 0.75em;
  color: #b9bac1;
  font-size: 15px;
}
#footer .f_bottom .btn {
  display: flex;
  gap: 20px;
  align-items: center;
}

#footer .f_bottom .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  /* width: 250px; */
  height: 109px;
  padding: 0 6em;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  border-radius: 0.5em;
  text-align: center;
  transition: background 0.3s;
}
#footer .f_bottom .btn a img {
  _max-height: 1.5em;
  margin-right: 8px;
}
#footer .f_bottom .btn a i {
  font-size: 1.5em;
  margin-right: 1rem;
}
#footer .f_bottom .btn .call:hover {
  background: rgba(255, 255, 255, 0.21);
}
#footer .f_bottom .btn a span:first-of-type {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#footer .f_bottom .btn a .desc {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#footer .f_bottom .btn .kakao {
  background: #fee500;
  color: #000;
}

#footer .f_bottom .btn .kakao span {
  font-weight: 600;
  transition: all 0.5s;
}
#footer .f_bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0 60px;
  padding-top: 65px;
  _margin-top: 50px;
  border-top: 1px solid rgba(99, 99, 99, 0.5);
}

#footer .f_bottom .f_logo img {
  height: 50px;
}
#footer .f_bottom .txt {
  text-align: left;
}

#footer .f_bottom .txt ul {
  display: flex;
  margin-bottom: 1.25rem;
  font-size: 17px;
}

#footer .f_bottom .txt ul li:not(:first-child) {
  margin-left: 1.5em;
}
#footer .f_bottom .txt ul li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
}
#footer .f_bottom .txt ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: right;
  transform: scaleX(0);
  background-color: #fff;
  transition: transform 0.175s ease-in-out;
}
#footer .f_bottom .txt ul li a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

#footer .f_bottom .txt p {
  opacity: 0.6;
  color: #b9bac1;
  line-height: 2em;
  font-size: 14px;
}
#footer .f_bottom .txt p .line {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.3);
}

#footer .f_bottom .txt p.copyright {
  margin-top: 1rem;
  font-size: 0.875rem;
}
#footer .f_bottom .sns {
}
#footer .f_bottom .sns ul {
  display: flex;
  align-items: center;
}
#footer .f_bottom .sns ul li:not(:first-child) {
  margin-left: 50px;
}
#footer .f_bottom .sns ul li a {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  background-size: 30px 30px;
  font-size: 0em;
  transition: background 0.3s;
}



@media screen and (max-width: 1600px) {
  #footer .f_bottom {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #footer .f_bottom > div {
    margin: 0 auto;
  }

  #footer .f_bottom .txt ul {
    justify-content: center;
  }

  #footer .f_bottom .txt {
    text-align: center;
  }

  #footer .f_bottom .txt p .line:nth-of-type(3) {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  #footer .f_bottom .btn a {
    width: 280px;
    height: 70px;
    padding: 0;
    font-size: 15px;
    line-height: 2;
  }

  #footer .f_bottom .txt ul {
    font-size: 14px;
  }
  #footer .f_bottom .txt p {
    font-size: 14px;
  }

}

@media screen and (max-width: 600px) {
  #footer .f_bottom .btn {
    flex-direction: column;
    width: 100%;
  }
  #footer .f_bottom .txt ul {
    font-size: 14px;
  }
  #footer .f_bottom .txt p {
    font-size: 14px;
  }
  
}


@media screen and (max-width: 430px) {
  #footer .f_bottom .txt ul {
    font-size: 13px;
  }
  #footer .f_bottom .txt p {
    font-size: 13px;
  }

  #footer .f_bottom .btn a{
    width: 240px;
  }
}

/* #footer .f_bottom .sns ul li.facebook a{background: url(../img/sns/facebook_w.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.naver a{background: url(../img/sns/blog_w.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.kakao a{background: url(../img/sns/kakao_w.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.youtube a{background: url(../img/sns/youtube_w.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.insta a{background: url(../img/sns/instagram_w.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.facebook:hover a{background: url(../img/sns/facebook_g.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.naver:hover a{background: url(../img/sns/blog_g.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.kakao:hover a{background: url(../img/sns/kakao_g.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.youtube:hover a{background: url(../img/sns/youtube_g.svg) no-repeat center/contain}
#footer .f_bottom .sns ul li.insta:hover a{background: url(../img/sns/instagram_g.svg) no-repeat center/contain} */
