@charset "UTF-8";
/*카피라이터 영역 */
.footer {
  width: 100%;
  background: #000;
  font-size: 2rem;
  font-weight: 400;
  color: #737373;
  max-width: 640px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}
.footer::after {
  content: "";
  display: block;
  clear: both;
}
.footer .layout_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 3rem 7.5rem;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer-menu li {
  color: #737373;
}
.footer-menu li a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  color: inherit;
}
.footer-menu li.foo-menu-line {
  margin: 0 2.5rem;
  margin-top: 1px;
  width: 2px;
  height: 2px;
  border-radius: 5px;
  background: #818181;
}
.footer-menu .policy2 a {
  font-weight: 500;
  color: #ffffff;
}
.footer-info {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  color: inherit;
  letter-spacing: -0.05em;
  margin-top: 4.5rem;
}
.footer-info p {
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-wrap: break-word;
  word-break: keep-all;
}
.footer-info p.foo-com {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 1.2rem;
}
.footer-info span {
  margin-right: 4rem;
}
.footer-info a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(153.25, 153.25, 153.25);
  padding: 1rem 2rem;
  border: 1px solid rgba(113, 78, 14, 0.5);
  border-radius: 0;
  cursor: pointer;
  margin: 0.5rem 1.5%;
}
.footer-info a:link, .footer-info a:active, .footer-info a:visited, .footer-info a:hover {
  color: rgb(153.25, 153.25, 153.25);
}
.footer .copyright {
  font-size: 1.8rem;
  font-weight: 200;
  color: #8e8e8e;
  margin-top: 4.5rem;
}
.footer .copyright a {
  cursor: text;
  color: inherit;
  text-decoration: none;
}
.footer button {
  position: fixed;
  bottom: 3rem;
  right: 1.5rem;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  width: 7rem;
  height: 7rem;
  background: url("/m/images/shop_top.svg") no-repeat center/100%;
}

footer.simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem;
}
footer.simple .copyright {
  color: #adb5bd;
  font-size: 2rem;
}
footer.simple .copyright a {
  cursor: text;
  color: inherit;
  display: inline;
}