.ly_footer {
  position: relative;
}

.ly_footer .ly_footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ly_footer .ly_footer_bg .ly_footer_bg_base {
  height: 100%;
  width: 100%;
  background-color: #F4EBE4;
}

.ly_footer .ly_footer_container {
  position: relative;
  z-index: 1;
  padding: 120px 80px 40px;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .ly_footer .ly_footer_container {
    padding: 100px 24px 40px;
  }
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container {
    padding: 80px 24px 40px;
  }
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container {
    padding: 80px 48px 40px;
  }
}

@media screen and (max-width: 375px) {
  .ly_footer .ly_footer_container {
    padding: 80px 20px 40px;
  }
}

.ly_footer .ly_footer_container .ly_footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container .ly_footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_content {
    gap: 40px;
  }
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_logo {
  width: 100%;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1024px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_logo {
    max-width: 120px;
  }
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_logo .el_footer_logo_img {
  width: 152px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_logo .el_footer_logo_img {
    width: 120px;
  }
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_logo .el_footer_logo_img {
    width: 100px;
  }
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 80px;
  padding-right: 40px;
}

@media screen and (max-width: 1024px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap {
    gap: 50px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap {
    display: -ms-grid;
    display: grid;
    gap: 10px;
  }
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .el_footer_content_links_list_item_text {
  color: var(--color-brown, #462617);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .el_footer_content_links_list_item_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .el_footer_content_links_list_item_text {
    font-size: 13px;
  }
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links {
    width: 33%;
  }
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links {
    width: 100%;
  }
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list {
    gap: 14px;
  }
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list .ly_footer_content_links_list_item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list .ly_footer_content_links_list_item .el_footer_content_links_list_sub_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list .ly_footer_content_links_list_item .el_footer_content_links_list_sub_item_link .el_footer_content_links_list_sub_item_icon {
  margin-left: 4px;
  width: 3px;
  height: 3px;
}

.ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list .ly_footer_content_links_list_item .el_footer_content_links_list_sub_item_link .el_footer_content_links_list_sub_item_text {
  color: var(--color-brown, #462617);
  font-size: 13px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list .ly_footer_content_links_list_item .el_footer_content_links_list_sub_item_link .el_footer_content_links_list_sub_item_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .ly_footer .ly_footer_container .ly_footer_content .ly_footer_content_links_wrap .ly_footer_content_links .ly_footer_content_links_list .ly_footer_content_links_list_item .el_footer_content_links_list_sub_item_link .el_footer_content_links_list_sub_item_text {
    font-size: 12px;
  }
}

.ly_footer .ly_footer_container .ly_footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 30px;
  border-top: 1px solid rgba(70, 38, 23, 0.3);
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links .ly_footer_bottom_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links .ly_footer_bottom_links_list {
    display: -ms-grid;
    display: grid;
    gap: 8px;
  }
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links .ly_footer_bottom_links_list .ly_footer_bottom_links_list_item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links .ly_footer_bottom_links_list .ly_footer_bottom_links_list_item .el_footer_bottom_links_list_item_link .el_footer_bottom_links_list_item_text {
  color: var(--color-brown, #462617);
  font-size: 11px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links .ly_footer_bottom_content_sns_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links .ly_footer_bottom_content_sns_link_list .ly_footer_bottom_content_sns_link_list_item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .ly_footer_bottom_links .ly_footer_bottom_content_sns_link_list .ly_footer_bottom_content_sns_link_list_item .el_footer_bottom_content_sns_link_list_item_link .el_footer_bottom_content_sns_link_list_item_icon {
  width: 26px;
  height: 26px;
}

.ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .el_footer_bottom_content_copyright {
  color: var(--color-brown, #462617);
  text-align: right;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .ly_footer .ly_footer_container .ly_footer_bottom .ly_footer_bottom_content .el_footer_bottom_content_copyright {
    text-align: left;
    width: 100%;
  }
}
/*# sourceMappingURL=footer.css.map */