.artner-footer {
  background: #1f1f1f;
  color: rgba(255, 255, 255, 0.82);
  height: 100%;
  padding: 35px 0;
}
.artner-footer2{
  padding: 0 0;

}

.artner-footer p,
.artner-footer a,
.artner-footer span,
.artner-footer dt,
.artner-footer dd,
.artner-footer strong {
  font-family: "Noto Sans KR", sans-serif;
}

.artner-footer p,
.artner-footer a {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.artner-footer a {
  text-decoration: none;
}

.artner-footer a:hover {
  color: #ffffff;
}

.artner-footer .artner-contact {
  padding: 110px 0 58px;
}

.artner-contact-shell .artner-contact {
  padding-top: 0;
}

.artner-footer .artner-footer-bottom {
  padding: 0px 0 40px;
}

.artner-footer .artner-reveal {
  opacity: 1;
  transform: none;
  height: 100%;
}

.artner-footer .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}

.artner-footer .artner-section-head {
  margin-bottom: 46px;
}

.artner-footer .artner-section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f7f1ea;
}

.artner-footer .artner-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.artner-footer .artner-contact__card {
  min-height: 448px;
  padding: 34px 40px 32px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  background: #272727;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.artner-footer .artner-contact__card h3,
.artner-footer .artner-contact__notice h4 {
  margin: 0;
  color: #ffffff;
}

.artner-footer .artner-contact__card h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.artner-footer .artner-contact__address {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.artner-footer .artner-contact__map {
  margin-top: 28px;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
}

.artner-footer .artner-contact__map iframe {
  display: block;
  width: 100%;
  height: 300px;
}

.artner-footer .artner-contact__actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.artner-footer .artner-contact__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 126px;
  height: 40px;
  padding: 0 18px;
  background: #4a4d4e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f6f6f6;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.artner-footer .artner-contact__actions a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 auto;
}

.artner-footer .artner-contact__block {
  padding-bottom: 18px;
}

.artner-footer .artner-contact__hours {
  margin-top: 14px;
}

.artner-footer .artner-contact__hours p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 25px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.artner-footer .artner-contact__hours p + p {
  margin-top: 2px;
}

.artner-footer .artner-contact__hours strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
}

.artner-footer .artner-contact__meta {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.54);
}

.artner-footer .artner-contact__notice {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.artner-footer .artner-contact__notice h4 {
  font-size: 28px;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.artner-footer .artner-contact__parking {
  margin-top: 14px;
}

.artner-footer .artner-contact__parking-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.artner-footer .artner-contact__parking p + p {
  margin-top: 2px;
}

.artner-footer .artner-contact__parking p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  padding: 10px 0;
}

.artner-contact__parking-title span{
  display: block;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  padding: 5px 10px;
}
.artner-contact__parking-title span span{
  display: block;
  padding:0;
}



.artner-footer .artner-contact__phone {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.artner-footer .artner-contact__phone-item {
  display: flex;
  flex: 1 1 240px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  /* min-height: 78px; */
  padding: 5px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.artner-footer .artner-contact__phone-label {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgba(242, 238, 233, 0.78);
}

.artner-footer .artner-contact__phone a {
  font-size: clamp(22px, 1.9vw, 30px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
  white-space: nowrap;
}

.artner-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  padding-top: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.75);
}

.artner-footer__brand {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.artner-footer__brand img {
  width: min(240px, 38vw);
  height: auto;
  object-fit: contain;
  filter: invert(1);
}

.artner-footer__brand span {
  font-size: clamp(10px, 0.8vw, 32px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.artner-footer__company {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.artner-footer__company p {
  margin: 0;
  font-size: clamp(10px, 0.8vw, 36px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.artner-footer__company p + p {
  margin-top: 2px;
}

.artner-footer__links {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.artner-footer__links a {
  font-size: clamp(10px, 0.8vw, 34px);
  color: rgba(255, 255, 255, 0.96);
}

.artner-footer__email {
  margin-top: 26px;
  font-size: clamp(19px, 1.25vw, 34px);
}

.artner-footer__email a {
  color: #ffffff;
}

.artner-footer__tel {
  margin-top: 12px;
  font-size: clamp(60px, 5.3vw, 130px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #ffffff !important;
}

@media (max-width: 960px) {
  .artner-footer .artner-section-head,
  .artner-footer .artner-contact__card--inquiry {
    display: none;
  }

  .artner-footer .artner-contact {
    padding: 34px 0 26px;
  }

  .artner-footer .artner-footer-bottom {
    padding: 16px 0 24px;
  }

  .artner-footer .container {
    padding: 0 18px;
  }

  .artner-footer .artner-contact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .artner-footer .artner-contact__card {
    min-height: auto;
    padding: 28px 22px 26px;
  }

  .artner-footer .artner-contact__card--hours .artner-contact__block {
    padding-bottom: 0;
  }

  .artner-footer .artner-contact__hours p {
    font-size: 16px;
  }

  .artner-footer .artner-contact__hours strong {
    font-size: 16px;
  }

  .artner-footer .artner-contact__phone {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 12px;
    padding-top: 14px;
  }

  .artner-footer .artner-contact__phone-item {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    padding: 14px 16px;
  }

  .artner-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-top: 16px;
    margin-top: 0;
  }

  .artner-footer__brand {
    gap: 14px;
  }

  .artner-footer__brand img {
    width: 150px;
  }

  .artner-footer__brand span {
    font-size: 12px;
  }

  .artner-footer__company {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .artner-footer__links {
    gap: 14px;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .artner-footer__links a {
    font-size: 12px;
  }

  .artner-footer__company p {
    font-size: 12px;
    line-height: 1.65;
  }

  .artner-footer__email {
    margin-top: 10px !important;
    font-size: 12px !important;
  }

  .artner-footer__tel {
    margin-top: 8px;
    font-size: clamp(34px, 11vw, 52px);
  }
}

@media (max-width: 640px) {
  .artner-footer .artner-contact {
    padding: 72px 0 40px;
  }

  .artner-footer .artner-footer-bottom {
    padding: 12px 0 18px;
  }

  .artner-footer .container {
    padding: 0 14px;
  }

  .artner-footer .artner-section-head {
    margin-bottom: 34px;
  }

  .artner-footer .artner-section-head h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .artner-footer .artner-contact__address {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
  }

  .artner-footer .artner-contact__map iframe {
    height: 200px;
  }

  .artner-footer .artner-contact__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .artner-footer .artner-contact__actions a {
    min-width: 0;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
    gap: 4px;
  }

  .artner-footer .artner-contact__actions a img {
    width: 14px;
    height: 14px;
  }

  .artner-footer .artner-contact__card {
    padding: 22px 18px 20px;
    border-radius: 12px;
  }

  .artner-footer .artner-contact__card h3,
  .artner-footer .artner-contact__notice h4 {
    font-size: 22px;
  }

  .artner-footer .artner-contact__block {
    padding-bottom: 14px;
  }

  .artner-footer .artner-contact__hours {
    margin-top: 12px;
  }

  .artner-footer .artner-contact__hours p {
    gap: 6px;
    font-size: 17px;
    line-height: 1.55;
  }

  .artner-footer .artner-contact__hours strong {
    margin-left: 6px;
    font-size: 15px;
  }

  .artner-footer .artner-contact__parking-title {
    font-size: 16px;
  }

  .artner-footer .artner-contact__parking p,
  .artner-footer .artner-contact__meta {
    font-size: 14px;
    line-height: 1.6;
  }
  .artner-footer .artner-contact__phone-item {
    flex: 0 0 auto;
    min-height: 0;
    padding: 12px 14px;
    gap: 4px;
    border-radius: 10px;
  }

  .artner-footer .artner-contact__phone-label {
    font-size: 13px;
  }

  .artner-footer .artner-contact__phone a {
    font-size: clamp(19px, 6.6vw, 25px);
    line-height: 1;
  }

  .artner-footer__bottom,
  .artner-footer__links,
  .artner-footer__links a {
    font-size: 11px;
  }
}

/* 문의 폼 카드 */
.artner-footer .artner-contact__form-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.artner-footer .artner-contact__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.artner-footer .artner-contact__field label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.54);
}

.artner-footer .artner-contact__field input {
  height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.artner-footer .artner-contact__field input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.artner-footer .artner-contact__field input:focus {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.artner-footer .artner-contact__submit {
  width: 100%;
  height: 52px;
  margin-top: 8px;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.artner-footer .artner-contact__submit:hover {
  background: rgba(255, 255, 255, 0.88);
}

.artner-footer .artner-contact__field textarea {
  width: 100%;
  height: 100px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.6;
  resize: none;
  outline: none;
  box-sizing: border-box;
  overflow-y: auto;
  pointer-events: none;
}

.artner-footer .artner-contact__terms {
  margin-top: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.artner-footer .artner-contact__terms p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.artner-footer .artner-contact__terms ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.artner-footer .artner-contact__terms li {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.artner-footer .artner-contact__terms li + li {
  margin-top: 2px;
}

.artner-footer .artner-contact__terms-links {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.artner-footer .artner-contact__terms-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.artner-footer .artner-contact__terms-links a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.artner-footer .artner-contact__privacy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

/* 실제 input은 숨김 */
.artner-footer .artner-privacy-check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.artner-footer .artner-privacy-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  letter-spacing: -0.02em;
  user-select: none;
}

/* span이 체크박스 역할 */
.artner-footer .artner-privacy-box {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.artner-footer .artner-privacy-check:checked + .artner-privacy-label .artner-privacy-box {
  background: #ffffff;
  border-color: #ffffff;
}

.artner-footer .artner-privacy-check:checked + .artner-privacy-label .artner-privacy-box::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #111111;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .artner-footer .artner-section-head,
  .artner-footer .artner-contact__card--location,
  .artner-footer .artner-contact__card--inquiry {
    display: none;
  }

  .artner-footer .artner-contact {
    padding: 0;
  }

  .artner-footer .artner-contact__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .artner-footer .artner-contact__card--hours .artner-contact__block {
    padding-bottom: 0;
  }

  .artner-footer .artner-contact__terms {
    padding: 10px 12px;
  }

  .artner-footer .artner-contact__terms p,
  .artner-footer .artner-contact__terms li {
    font-size: 11px;
    line-height: 1.5;
  }

  .artner-footer .artner-contact__terms-links {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
  }
}
