/* 푸터 모바일버전 스타일 */

#mobile_footer_container {
  padding: 0px 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  font-size: 12px;
  line-height: 1.6;
}

#mobile_footer_container .ftr_mo_inner {
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}

#mobile_footer_container .ftr_logo {
  width: 120px; /* ✅ 가로 크기 지정 */
  height: 70px; /* 혹시 모를 덮어쓰기 방지용 명시 */
  flex: 0 0 120px; /* (선택) flex에서 크기 고정 */
}

#mobile_footer_container .ftr_mo_cs {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
#mobile_footer_container .ftr_mo_cs_left_wrap {
  flex: 1 1 auto;
}
#mobile_footer_container .ftr_mo_cs_right_wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

#mobile_footer_container .ftr_mo_cs-title {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 13px;
}

#mobile_footer_container .ftr_mo_cs-tel {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}

#mobile_footer_container .ftr_mo_cs .cs-sub {
  color: #9ca3af;
  font-size: 11px;
}

#mobile_footer_container .ftr_mo_cs .cs-kakao-link {
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 3px;
  background: #facc15;
  color: #111827;
  font-size: 11px;
  font-weight: 600;
}

#mobile_footer_container .ftr_mo_cs .cs-kakao-link:hover {
  filter: brightness(0.95);
  text-decoration: none;
}

/* 사업자 정보 */
#mobile_footer_container .ftr_mo_company {
  margin-bottom: 16px;
  font-size: 11px;
}

#mobile_footer_container .ftr_mo_company div {
  margin-bottom: 2px;
}

#mobile_footer_container .ftr_mo_company span {
  display: inline-block;
  min-width: 100px;
  color: #9ca3af;
}

#mobile_footer_container .copyright {
  margin-top: 6px;
  font-size: 10px;
  color: #6b7280;
  justify-self: center;
}

/* 소셜 링크 */
#mobile_footer_container .ftr_mo_social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

#mobile_footer_container .ftr_mo_social-item {
  display: flex;
  align-items: center;
}

#mobile_footer_container .ftr_mo_social-item span:last-child {
  font-size: 12px;
}

/* 인증마크 */
#mobile_footer_container .ftr_mo_certmark {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

/* 인증마크 */
#mobile_footer_container .ftr_mo_cert {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

#mobile_footer_container .ftr_mo_cert img {
  height: 20px;
}

#mobile_footer_container .ftr_mo_social-item a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

#mobile_footer_container .ftr_mo_social-item a:hover {
  text-decoration: none;
}

.ftr_mo_logo_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 푸터 PC버전 스타일 */

#pc_footer_container {
  padding: 0px 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
}

#pc_footer_container .ftr_pc_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.7;
}

#pc_footer_container .ftr_pc_logo_wrap {
  flex: 0 0 auto;
}

#pc_footer_container .ftr_logo {
  margin-bottom: 12px;
}

/* 고객센터 */
#pc_footer_container .ftr_pc_cs {
  min-width: 200px;
}

#pc_footer_container .ftr_pc_cs-title {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 15px;
}

#pc_footer_container .ftr_pc_cs-tel {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

#pc_footer_container .ftr_pc_cs .cs-sub {
  font-size: 13px;
  color: #9ca3af;
}

#pc_footer_container .ftr_pc_cs .cs-kakao-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 3px;
  background: #facc15;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
}

#pc_footer_container .ftr_pc_cs .cs-kakao-link:hover {
  filter: brightness(0.95);
  text-decoration: none;
}

/* 사업자 정보 */
#pc_footer_container .ftr_pc_company {
  flex: 1 1 auto;
  font-size: 12px;
  margin-top: 30px;
}

#pc_footer_container .ftr_pc_company div {
  margin-bottom: 2px;
}

#pc_footer_container .ftr_pc_company span {
  display: inline-block;
  min-width: 120px;
  color: #9ca3af;
}

#pc_footer_container .copyright {
  margin-top: 8px;
  font-size: 12px;
  color: #6b7280;
  justify-self: right;
}

/* 소셜 링크 */
#pc_footer_container .ftr_pc_social {
  min-width: 150px;
  font-size: 13px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#pc_footer_container .ftr_pc_social-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#pc_footer_container .ftr_pc_social-item span:last-child {
  font-size: 13px;
}

#pc_footer_container .ftr_pc_social-item:hover span:last-child {
  text-decoration: underline;
}

/* 관계사모음 */
#pc_footer_container .ftr_pc_cert {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: end;
}

#pc_footer_container .ftr_pc_cert img {
  display: block;
  height: 28px;
}

/* 관계사모음 */
#pc_footer_container .ftr_pc_certmark {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: end;
}

/* 공통스타일 */
#pc_footer_container,
#mobile_footer_container {
  background: #3b3b3b;
  color: #e5e7eb;
  font-family: inherit;
}

#pc_footer_container a,
#mobile_footer_container a {
  color: inherit;
  text-decoration: none;
}

#pc_footer_container a:hover,
#mobile_footer_container a:hover {
  text-decoration: underline;
}

.ftr_naverlogo,
.ftr_kakaoch_logo,
.ftr_pc_kakaoch_logo,
.ftr_instagram_logo,
.ftr_youtube_logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  vertical-align: middle;
}

/* 공통 푸터 베이스 */
#pc_footer_container,
#mobile_footer_container {
  background: #3b3b3b;
  color: #e5e7eb;
  font-family: inherit;
}

#pc_footer_container a,
#mobile_footer_container a {
  color: inherit;
  text-decoration: none;
}

#pc_footer_container a:hover,
#mobile_footer_container a:hover {
  text-decoration: underline;
}

.ftr_naverlogo,
.ftr_kakaoch_logo,
.ftr_pc_kakaoch_logo,
.ftr_instagram_logo,
.ftr_youtube_logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  vertical-align: middle;
}
