/* ================= Base Styles ================= */

.footer {
  --footer-container-max: 1800px;
  --footer-container-padding: clamp(16px, 3vw, 45px);
  --footer-message-gap: clamp(12px, 1.5vw, 40px);

  background-color: #F4F4F4;
}

.footer__inner {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin: 0;
  padding: 0 0 20px !important;
  min-width: 0;
}

.footer-body {
  display: flex;
  /* padding-top: 10px; */
}

.footer-left {
  width: 30vw;
  padding-left: 4vw;
}

.footer__shop {
  margin-top: 20px;
}

/* ---------- Common Text ---------- */

.footer-title,
.footer__navigation-title,
.inspiration-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 500 17px var(--sort-title-font);
  text-transform: uppercase;
  color: #000;
}

.footer__email-subscribe-title,
.footer__custom-text-title {
  font-size: 14px;
  font-weight: bold;
}

.footer__email_content1,
.footer__email_content2,
.footer__navigation-item,
.core__blocks {
  font-size: 12px;
}

.room-idea-content {
  font-size: 12px;
}

.core__blocks,
.footer__navigation-title-text,
.room-idea-content {
  color: #222;
}

.foot_shop li,
.footer__navigation-item {
  font-weight: 400;
}

.footer-title .icon__arrow,
.footer-title .icon__minus,
.footer__navigation-title .icon__arrow,
.footer__navigation-title .icon__minus {
  display: none;
}

/* ---------- Lists / Links ---------- */

.foot_shop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.foot_shop li a,
.footer-item .footer__navigation-item a {
  color: #333 !important;
}

.sale {
  color: #c60000 !important;
}

.footer__navigation {
  position: relative;
}

.footer__navigation-item {
  padding-block-start: 15px;
  font-family: 'Lato Regular' !important;
}

.footer__navigation-item a {
  display: block;
}

.footer__navigation[open] .footer__navigation-content {
  height: auto;
  opacity: 1;
}

/* ---------- Footer Items ---------- */

.footer-item {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  padding-left: 20px !important;
}

.footer-item:first-child {
  padding-left: 0 !important;
}

.footer__group {
  display: flex !important;
}

.footer__group:nth-of-type(1) {
  flex: 1;
  padding-top: 0 !important;
}

/* ---------- Subscribe ---------- */

.new-email {
  width: auto !important;
  min-width: 0;
}

.footer__email-subscribe,
.footer__email-subscribe form {
  width: 100%;
}

/* ---------- Media ---------- */

.footer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration-menu,
.inspiration-menu-model,
.footer-imageBox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.inspiration-menu {
  padding-bottom: 30px;
}

.inspiration-menu img,
.inspiration-menu-model img {
  width: 20px !important;
  height: 20px;
}

/* ---------- Visibility ---------- */

.footer-payment-method-pc {
  display: block;
}

.footer-payment-method-model,
.footer-logo-model,
.inspiration-menu-model,
.sub2 {
  display: none;
}

.sub1 {
  display: block;
}

/* ---------- Payment / Social ---------- */

.footer__payment-icons>svg {
  height: 22px;
}

.footer__social-media-content,
.footer-iconlist--container {
  display: flex;
  align-items: center;
}

.footer__social-media-content {
  flex-wrap: wrap;
  gap: 8px;
}

.footer-iconlist--container {
  justify-content: flex-start;
}

.footer-iconlist--item {
  width: 100%;
  padding: 14px 0;
}

.footer-iconlist--container .footer-iconlist--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 20px;
  padding: 0;
  color: #878787;
  border-style: none;
  border-radius: 63%;
}

.footer-iconlist--container .footer-iconlist--icon svg {
  display: block;
  height: 100%;
}

/* ---------- Shared Card Blocks ---------- */

.footer-room-idea {
  display: flex;
  gap: 20px;
}

.footer-room-idea-left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.footer-room-idea-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.footer-room-idea-left img {
  object-fit: contain;
}

.room-idea-title {
  margin: 0;
  font-size: clamp(13px, 0.78vw, 15px);
  line-height: 1.2;
  color: #333;
  font-family: var(--sort-title-font);
}

.room-idea-content {
  font-size: clamp(11px, 0.63vw, 12px);
  line-height: 1.35;
}

.room-idea-content p {
  margin: 0;
}

.room-idea-button .sub-button2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: clamp(31px, 1.9vw, 35px);
  padding: clamp(7px, 0.55vw, 10px) clamp(10px, 1vw, 20px);
  box-sizing: border-box;
  font-size: clamp(11px, 0.73vw, 14px);
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.room-idea-button {
  margin-top: auto;
}

.room-idea-button .sub-button2 {
  margin: 0;
  color: #fff !important;
}

/* ================= Desktop Helper ================= */

@media (min-width: 1024px) {

  .footer-title .icon__arrow,
  .footer-title .icon__minus,
  .footer__navigation-title .icon__arrow,
  .footer__navigation-title .icon__minus {
    display: none !important;
  }
}

/* ================= Tablet & Mobile (<= 1023px) ================= */

@media (max-width: 1023px) {
  .footer-body {
    display: block;
  }

  .footer-left {
    width: 100%;
    padding: 0;
    background: #fff;
  }

  .footer-title,
  .footer__navigation-title {
    padding: 10px 15px 0;
    cursor: pointer;
  }

  .footer-title .icon__arrow,
  .footer__navigation-title .icon__arrow {
    display: inline;
    transform: rotate(-90deg);
  }

  .foot_shop {
    display: none;
    gap: 15px;
    margin-top: 0;
    padding: 0 15px 10px;
  }

  .foot_shop.open {
    display: grid;
  }

  .footer-item {
    width: 100%;
  }

  .sub1 {
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
  }

  .sub2 {
    display: block;
    margin-bottom: 5px;
    padding: 0 15px;
  }

  .footer-inspiration {
    margin-top: 0;
    padding: 0 15px;
  }

  .footer__navigation-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px 10px;
  }

  .footer__navigation[open] .icon__arrow {
    display: none;
  }

  .footer__navigation[open] .icon__minus {
    display: inline;
  }

  .footer__custom-text-title {
    padding-block-start: 15px;
  }
}

/* ================= Small Mobile (<= 767px) ================= */

@media (max-width: 767px) {
  .footer-body {
    margin-bottom: 20px;
  }
  .footer-logo-model {
    display: block;
    padding: 30px 20px 10px 20px
  }

  .footer-logo-model img {
    width: 100px;
  }

  .footer__group .footer-inspiration,
  .footer-left,
  .footer-payment-method-pc {
    display: none;
  }

  .inspiration-menu {
    padding-bottom: 0;
  }

  .inspiration-menu-model {
    display: inline-flex;
    padding: 10px 15px;
  }

  .footer-item {
    padding: 0 !important;
  }

  .footer-item:last-child {
    padding: 0 20px;
  }

  .footer__inner {
    flex-direction: column;
    padding: 0 5px !important;
  }

  .footer__group:nth-of-type(2) {
    width: 100%;
  }

  .footer-message {
    padding: 0 20px;
    position: relative;
  }

  .footer-message::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #E6E6E6;
  }

  .sub1 {
    padding-bottom: 20px;
  }

  .footer-imageBox {
    display: block;
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #E6E6E6;
  }

  .footer-payment-method-model {
    display: block;
    /* padding-bottom: 10px; */
  }

  .footer__navigation-content .footer__navigation-item a,
  .footer-getTouch.footer-item .footer__navigation-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .footer-getTouch.footer-item .footer__navigation-item .footer__navigation-link {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    text-decoration: none;
  }

  .footer-iconlist--icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .footer__navigation-tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .footer__navigation-item-title {
    margin-top: 5px;
    line-height: 1.4;
  }

  .footer__navigation-time {
    margin-top: 2px;
    line-height: 1.4;
  }

  /* 两列布局：左图固定轨道，右侧内容占满剩余空间 */
  .footer-room-idea {
    display: grid;
    grid-template-columns: clamp(150px, 24vw, 220px) minmax(0, 1fr);
    column-gap: 16px;
    align-items: stretch;
  }

  .footer-room-idea {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
  }

  /* 左右区域基础 */
  .footer-room-idea-left,
  .footer-room-idea-right {
    min-width: 0;
    height: 100%;
  }

  /* 左侧图片区容器：和右侧等高 */
  .footer-room-idea-left {
    overflow: hidden;
  }

  /* 右侧内容区：固定占满第二列 */
  .footer-room-idea-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  /* 房间图：铺满容器，允许裁切，不变形 */
  .footer-room-idea-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .room-idea-content {
    padding: 10px 0;
  }

  .room-idea-content {
    margin-bottom: 10px;
  }

  /* 按钮区域同宽，右边界一致 */
  .room-idea-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
  }

  .room-idea-button .sub-button2 {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    color: #222 !important;
    background: #f4f4f4;
    border: 1px solid #222;
  }
}

/* ================= Tablet (768px ~ 1024px) ================= */

@media (min-width: 768px) and (max-width: 959px) {
  .footer-logo-model {
    display: block;
    padding: 10px 20px;
  }

  .footer-logo-model img {
    width: 100px;
  }

  .inspiration-menu-model {
    display: inline-flex;
    padding: 10px 15px;
  }

  .footer-left {
    width: 100%;
    padding: 0 20px;
    background: #fff;
  }

  .footer__inner {
    padding: 0 20px !important;
  }

  .footer-item {
    padding: 0 !important;
  }

  .footer-title,
  .footer__navigation-title {
    padding: 10px 0;
  }

  .footer-message {
    padding: 0 20px;
  }

  .footer-imageBox {
    padding: 15px;
  }

  .footer-payment-method-model {
    display: block;
  }

  .footer-inspiration {
    display: none;
  }

  .footer-getTouch.footer-item .footer__navigation-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .footer-getTouch.footer-item .footer__navigation-item .footer__navigation-link {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    text-decoration: none;
  }

  .footer-iconlist--icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .footer__navigation-tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .footer__navigation-item-title {
    margin-top: 5px;
    line-height: 1.4;
  }

  .footer__navigation-time {
    margin-top: 2px;
    line-height: 1.4;
  }

  .footer-room-idea {
    justify-content: center;
    align-items: stretch;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
  }

  .footer-room-idea-left {
    flex: .5;
  }

  .room-idea-content {
    padding: 10px 0;
  }

  .room-idea-content p {
    font-weight: 300;
  }
}

/* ================= Desktop (>= 1024px) ================= */

@media (min-width: 1024px) {
  .footer {
    width: 100%;
    background-color: #F4F4F4;
  }

  .footer-left {
    padding-left: 4vw;
  }

  .footer__heading.footer-db {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'OregonLdo Regular';
  }

  .footer-body {
    width: 100%;
    max-width: var(--footer-container-max);
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 20px;
    border-top: 1px solid #E6E6E6;
    padding-inline: var(--footer-container-padding);
    box-sizing: border-box;
  }

  .footer-message {
    --divider-color: #e5e5e5;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    column-gap: 0;
    width: 100%;
    max-width: var(--footer-container-max);
    margin: 0 auto;
    padding: 24px var(--footer-container-padding);
    box-sizing: border-box;
    background-color: #F4F4F4;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }

  .footer-message > * {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 0;
  }

  .footer-message > *:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    width: 1px;
    height: 100%;
    background-color: var(--divider-color);
    pointer-events: none;
  }

  .footer-imageBox {
    display: none;
  }

  .footer-email,
  .footer-room-idea {
    align-self: stretch;
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  .footer-email {
    display: flex;
    align-items: center;
  }

  .footer-message > .footer-email {
    justify-content: flex-start;
  }

  .subscribe-form {
    margin-top: 0;
  }

  .footer-email .subscribe-form.sub1 {
    display: flex;
    flex: 0 1 570px;
    flex-direction: column;
    width: 100%;
    max-width: 570px;
    height: auto;
    min-height: 0;
    box-sizing: border-box;
  }

  .footer-email .new-sub-body {
    width: 100%;
    max-width: 570px;
    min-width: 0;
  }

  .footer-email .new-sub-input {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }

  .footer-email .new-sub-body > div:last-child {
    flex: 0 0 clamp(180px, 15.625vw, 225px);
    min-width: 0;
  }

  .footer-email .sub-button2 {
    display: block;
    width: calc(100% - 15px);
    box-sizing: border-box;
  }

  .subscribe-form .subscribe-input {
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
  }

  .subscribe-form .subscribe-input form {
    width: 100%;
    margin: 0;
  }

  .footer-room-idea {
    display: grid;
    grid-template-columns: 225px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    align-self: center;
    width: min(100%, 460px);
    max-width: 460px;
    min-height: 120px;
  }

  .footer-message > .footer-room-idea {
    justify-self: center;
  }

  .footer-room-idea-left {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
    height: 120px;
    overflow: hidden;
  }

  .footer-room-idea-left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-room-idea-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
  }

  .footer-room-idea .room-idea-button {
    margin-top: 12px;
  }

  .footer-room-idea .room-idea-button .sub-button2 {
    width: 100%;
  }

  .room-idea-content {
    color: #666;
  }

  .footer-getTouch {
    width: auto;
    min-width: 0;
  }

  .footer-getTouch.footer-item .footer__navigation-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .footer-getTouch.footer-item .footer__navigation-item .footer__navigation-link {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    text-decoration: none;
  }

  .footer-iconlist--icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .footer__navigation-tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .footer__navigation-item-title {
    margin-top: 5px;
    line-height: 1.4;
  }

  .footer__navigation-time {
    margin-top: 2px;
    line-height: 1.4;
  }
}

/* ================= 1024px ~ 1300px ================= */

@media (min-width: 1024px) and (max-width: 1300px) {
  .footer-item:first-child {
    padding-left: clamp(16px, 3vw, 40px) !important;
  }

  .footer-item:last-child {
    padding-right: clamp(16px, 3vw, 40px);
  }

  .footer-body {
    max-width: var(--footer-container-max);
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0;
  }

  .footer-message {
    max-width: var(--footer-container-max);
    padding-left: var(--footer-container-padding);
    padding-right: var(--footer-container-padding);
    column-gap: 0;
  }

  /* .footer__inner {
    padding: 0 clamp(16px, 3vw, 40px) 20px !important;
  } */

  /* .footer-message {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-left: clamp(16px, 3vw, 40px);
    margin-right: clamp(16px, 3vw, 40px);
    align-items: stretch;
  } */

  .footer-imageBox {
    display: block;
  }

  .footer-email,
  .footer-room-idea {
    min-width: 0;
    width: 100%;
    align-self: stretch;
  }

  .footer-email {
    display: flex;
  }

  .subscribe-form.sub1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }

  .subscribe-form .subscribe-input {
    margin-top: auto;
  }

  .footer-room-idea {
    display: grid;
    grid-template-columns: 225px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    width: min(100%, 460px);
    max-width: 460px;
  }

  .footer-room-idea-left {
    display: flex;
    align-items: center;
  }

  /* .footer-room-idea-left img {
    flex: 0 0 clamp(110px, 10vw, 150px);
    display: flex;
    align-items: center;
  } */

  .footer-room-idea-right {
    flex: 0 1 auto;
    height: auto;
    min-height: 120px;
    justify-content: center;
  }

  .room-idea-content {
    margin-bottom: 12px;
  }

  /* 让右侧按钮与左侧 newsletter 表单行保持同一水平基线 */
  .footer-email .new-sub-body {
    height: 35px;
  }

  .footer-room-idea .room-idea-button {
    margin-top: 2px;
  }

  .footer-getTouch {
    width: 30vw;
    padding-left: 4vw !important;
  }
  .footer-getTouch.footer-item .footer__navigation-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .footer-getTouch.footer-item .footer__navigation-item .footer__navigation-link {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    text-decoration: none;
  }

  .footer-iconlist--icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .footer__navigation-tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .footer__navigation-item-title {
    margin-top: 5px;
    line-height: 1.4;
  }

  .footer__navigation-time {
    margin-top: 2px;
    line-height: 1.4;
  }

  .inspiration-menu {
    display: block;
  }

  .inspiration-menu a {
    padding: 0 10px;
  }

  .m-contain\:medium {
    width: 100%;
    max-width: var(--footer-container-max);
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--footer-container-padding);
    padding-right: var(--footer-container-padding);
    box-sizing: border-box;
    /* border-top: 1px solid #E6E6E6; */
    border-bottom: 1px solid #E6E6E6;
  }
}

/* ================= Large Screens (>= 1300px) ================= */

@media (min-width: 1300px) {
  .footer-left {
    padding-left: 6vw;
  }

  .m-contain\:medium {
    width: 100%;
    max-width: var(--footer-container-max);
    /* margin: 0 auto; */
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--footer-container-padding);
    padding-right: var(--footer-container-padding);
    box-sizing: border-box;
    /* border-top: 1px solid #E6E6E6; */
    border-bottom: 1px solid #E6E6E6;
    /* background-color: #F4F4F4; */
  }
}


@media (min-width: 1301px) and (max-width: 2000px) {
  .m-contain\:medium {
    width: 100%;
    max-width: var(--footer-container-max);
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--footer-container-padding);
    padding-right: var(--footer-container-padding);
    box-sizing: border-box;
    /* border-top: 1px solid #E6E6E6; */
    border-bottom: 1px solid #E6E6E6;
  }
  .footer-body {
    max-width: var(--footer-container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--footer-container-padding);
    padding-right: var(--footer-container-padding);
    /* margin: 0; */
  }
  .footer-message {
    max-width: var(--footer-container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--footer-container-padding);
    padding-right: var(--footer-container-padding);
  }
}

@media (min-width: 960px) and (max-width: 1023px) {
  .footer-body {
    display: block;
    margin: 0 0 20px;
    padding-inline: 0;
  }

  .footer-logo-model {
    display: block;
    padding: 30px 20px 10px;
  }

  .footer-logo-model img {
    width: 100px;
  }
  
  .footer__group {
    display: block!important;
  }

  .footer__group .footer-inspiration,
  .footer-left,
  .footer-payment-method-pc {
    display: none;
  }

  .inspiration-menu-model {
    display: inline-flex;
    padding: 10px 15px;
  }

  .footer__inner {
    flex-direction: column;
    padding: 0 5px !important;
  }

  .footer__group:nth-of-type(2) {
    width: 100%;
  }

  .footer-item {
    width: 100%;
    padding: 0 !important;
  }

  .footer-message {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
  }

  .footer-message::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #E6E6E6;
  }

  .footer-email {
    display: block;
  }

  .sub1 {
    padding-bottom: 20px;
  }

  .footer-room-idea {
    display: grid;
    grid-template-columns: clamp(150px, 24vw, 220px) minmax(0, 1fr);
    column-gap: 16px;
    align-items: stretch;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
  }

  .footer-room-idea-left,
  .footer-room-idea-right {
    min-width: 0;
    height: 100%;
  }

  .footer-room-idea-left {
    overflow: hidden;
  }

  .footer-room-idea-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .footer-room-idea-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .room-idea-content {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .room-idea-button {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
  }

  .room-idea-button .sub-button2 {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .footer-imageBox {
    display: block;
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #E6E6E6;
  }

  .footer-payment-method-model {
    display: block;
  }
}

/* ================= Equal Desktop Message (1024px ~ 1599px) ================= */

@media (min-width: 1024px) and (max-width: 1599px) {
  .footer-message {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    column-gap: 0;
  }

  .footer-message > * {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-message > *:not(:last-child)::after {
    right: 0;
    transform: translate3d(0, -50%, 0);
  }

  .footer-message > .footer-email {
    justify-content: flex-start;
  }

  .footer-message > .footer-room-idea {
    justify-self: center;
  }
}
