.site-footer-section {
  width: 100%;
  display: flex;
  justify-content: center;
  min-width: 1185px;
  
  background: var(--poster-footer);
  overflow: visible;
  flex: none;
}

.site-footer-panel {
  width: 1024px;
  max-width: 1185px;
  background: transparent;
  overflow: visible;
}

.teaser-footer {
  position: relative;
  width: 100%;
  background: transparent;
  color: var(--poster-white);
  overflow: visible;
}

.footer-inner {
  --footer-left-rail-width: 98px;
  --footer-middle-gap: 48px;
  display: grid;
  grid-template-columns: var(--footer-left-rail-width) var(--footer-middle-gap) minmax(0, 1fr);
  grid-auto-rows: max-content;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
  overflow: visible;
}

.footer-top {
  grid-column: 1 / 4;
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 28px; /*42px*/
}

.footer-social-strip {
  display: flex;
  align-items: center;
  gap: 35px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: auto;
}

.footer-top-link {
  margin: 0;
  color: var(--poster-yellow);
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.1em;
  white-space: nowrap;
}

.footer-divider {
  width: 1px;
  height: 18px;
  background: var(--poster-white);
  flex: none;
  opacity: 0.9;
}

.footer-managed-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  flex: none;
}

.footer-managed-link img {
  display: block;
  width: auto;
  height: auto;
}

.footer-managed-link--store img {
  height: 14px;
}

.footer-managed-link--instagram img {
  width: 23px;
}

.footer-managed-link--youtube img {
  width: 30px;
}

.footer-kr,
.footer-store-copy,
.footer-incom-korean,
.footer-incom-legal {
  margin: 0;
  color: var(--poster-white);
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 13px !important;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.footer-store-copy {
  margin-top: 14px;
  margin-bottom: 5px;
  grid-column: 1 / 4;
  font-size: 19px;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  position: relative;
}

.footer-lower {
  display: contents;
}

.footer-lower-brand {
  grid-column: 1 / 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.footer-lower-brand, .footer-brand-copy{
  margin-top: 20px;
}
.footer-brand-logo {
  width: 98px;
  height: auto;
}

.footer-brand-copy {
  grid-column: 3 / 4;
  display: grid;
  font-size: 19px !important;
  gap: 5px;
  align-content: start;
  width: max-content;
  max-width: none;
}

.footer-managed-note {
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 98px;
  gap: 5px;
  align-self: start;
  justify-self: start;
  position: relative;
  left: -7px;
}
.footer-managed-note, .footer-incom-block{
  margin-top: 15px;
}


.footer-managed-label {
  margin: 0;
  color: var(--poster-white);
  font-family: "DINPro-Light", "DINPro-Regular", "DIN Pro", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.05;
  width: max-content;
  text-wrap: nowrap;
  text-align: right;
}

.footer-managed-sub {
  margin: 0;
  color: var(--poster-white);
  font-family: "DINPro-Light", "DINPro-Regular", "DIN Pro", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.05;
  width: max-content;
  text-wrap: nowrap;
  text-align: right;
}

.footer-incom-block {
  grid-column: 3 / 4;
  display: grid;
  gap: 20px;
  align-content: start;
  width: max-content;
  max-width: none;
}

.footer-incom-head {
  position: relative;
  top: 2px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: max-content;
}

.footer-brand-incom {
  position: relative;
  height: 14px;
  top: -2.5px;
}

.footer-incom-korean {
  white-space: nowrap;
}

.footer-incom-legal {
  font-size: 19px;
  line-height: 1;
  white-space: nowrap;
}

.footer-copyright {
  margin: 0;
  color: var(--poster-white);
  font-family: "DINPro-Regular", "DIN Pro Regular", "DIN Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.05;
  white-space: nowrap;
}
