/* #region 헤더 */
#header {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* 상단바: 즐겨찾기/앱 다운로드 (왼쪽) + 로그인/회원가입 등 (오른쪽) */
#header .header_top_bar {
  height: 3rem;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

#header .header_top_bar_inner {
  width: 100%;
  max-width: 128.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* 왼쪽: 즐겨찾기/앱 다운로드 */
#header .header_top_bar_left {
  display: flex;
  align-items: center;
  gap: 0;
}

#header .header_favorite,
#header .header_app_download {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #5b5b5b;
  font-size: 1.2rem;
  font-family: "Dotum-Regular", Helvetica;
  font-weight: 400;
  line-height: 4rem;
  white-space: nowrap;
}

#header .header_favorite_icon {
  width: 2rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header_app_icon {
  position: absolute;
  top: 1.2rem;
  left: 2.5rem;
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../img/main/app-icon.png);
  background-size: cover;
  background-position: 50% 50%;
}

#header .header_app_download {
  width: 20rem;
  height: 4rem;
  padding-left: 4.8rem;
}

#header .header_app_text {
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: 15.2rem;
  height: 4rem;
  line-height: 4rem;
}

/* 오른쪽: 로그인/회원가입/장바구니 등 */
#header .header_top_bar_right {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  height: 2rem;
}

#header .header_top_bar_right a {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  color: #5b5b5b;
  font-size: 1.2rem;
  font-family: "Dotum-Regular", Helvetica;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0.5rem;
}

#header .header_separator {
  color: #909090;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 0 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .header_top_bar_right a:hover {
  color: var(--color-primary);
}

/* 헤더 메인: 전화번호, 로고 및 검색바 */
#header .header_main {
  background-color: #ffffff;
  border-bottom: 0.1rem solid #e0e0e0;
  padding: 2rem 0;
}

#header .header_main_inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

/* 전화번호 섹션 (왼쪽) */
#header .header_phone_section {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-self: flex-start;
}

#header .header_phone_icon {
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
}

#header .header_phone_icon svg {
  width: 100%;
  height: 100%;
}

#header .header_phone_icon svg .phone_icon_bg {
  fill: var(--color-primary);
}

#header .header_phone_info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

#header .header_phone_label {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

#header .header_phone_label .phone_label_number {
  color: var(--color-primary);
  font-weight: 600;
}

#header .header_phone_number {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* 로고 (중앙) */
#header .header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  justify-self: center;
}

#header .header_logo img {
  height: 100%;
  max-height: 5rem;
}

/* 검색바 (오른쪽) */
#header .header_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: flex-end;
  width: 55%;
  position: relative;
}

#header .header_search form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

#header .header_search .common_input {
  flex: 1;
  height: 4rem;
  padding: 0 1.5rem;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 1.4rem;
}

#header .header_search .search_button {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: absolute;
  right: 0;
  top: 0;
}

#header .header_search .search_button:hover {
  background-color: color-mix(in oklch, var(--color-primary) 85%, black);
}

#header .header_search .search_button svg {
  width: 2rem;
  height: 2rem;
  fill: #000;
}

#header .header_search .search_button svg path {
  stroke: #000;
  fill: none;
}

/* 네비게이션 바: 테마 색상 배경 */
#header .header_nav {
  width: 100%;
  background-color: var(--color-primary);
  height: 5rem;
  padding: 0;
}

#header .header_nav_position {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#header .header_nav_position::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#header .header_nav_position a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  flex: 0 0 auto;
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

#header .header_nav_position a:hover {
  opacity: 0.8;
}

#header .header_nav_position a.active {
  font-weight: 700;
  text-decoration: underline;
}

#header .all_menu_btn {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1.5rem;
  cursor: pointer;
  white-space: nowrap;
}

/* 마이페이지 버튼 (모바일용) */
#header .header_mypage_btn {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  justify-self: end;
}

#header .header_mypage_btn svg {
  width: 100%;
  height: 100%;
}

/* #endregion 헤더 */

/* #region 전체메뉴 */
.all_menu_position {
  background-color: rgba(0, 0, 0, 0.80);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.all_menu_position p,
.all_menu_position a,
.all_menu_position div {
  font-size: 1.4rem;
}

.all_menu_header {
  background-color: var(--color-primary);
  height: 4rem;
  padding: 0 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all_menu_header img {
  height: 1.8rem;
}

.all_menu_header .close_btn {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

.all_menu_header .close_btn svg {
  width: 100%;
  height: 100%;
}

.all_menu_container {
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 6.5% 29% 58.5% 6%;

}

.all_menu_nav {
  background-color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.all_menu_nav a {
  color: #666;
  font-weight: 400;
}

.all_menu_category {
  background-color: #f4f4f4;
  display: grid;
  grid-template-columns: repeat(4, 6rem);
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  gap: 5% 0;
}

.all_menu_category a {
  color: #333;
  font-weight: 500;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.all_menu_category a img {
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.all_menu_body {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.all_menu_body_section h4 {
  font-family: 'GyeonggiBatang', sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -1.08px;
  padding-top: 0.5rem;
}

.all_menu_body_section div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 0.3rem;
  padding: 0.6rem;
}

.all_menu_body_section a {
  color: #4C4C3F;
  font-weight: 500;
  line-height: 1;
  background-color: #F7F7F7;
  padding: 1rem 1.2rem;
  border-radius: 2rem;
  display: block;
}

.all_menu_footer {
  background-color: #e8eae8;
  border-top: 0.1rem solid #D4D4D4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.all_menu_footer a {
  color: #666;
  font-weight: 500;
  width: 100%;
  height: 100%;
  border-right: 0.1rem solid #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all_menu_footer a:last-child {
  border-right: none;
}

/* #endregion 전체메뉴 */

/* #region 푸터 */
#footer {
  margin-bottom: 7rem;
}

#footer .pc_section {
  background-color: #eeeeee;
  display: block;
}

.footer_nav {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-evenly;
}

.footer_nav_mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #656565;
}

.footer_nav_mobile a {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  padding: 1.6rem 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #868686;
}

.footer_shop_nav {
  background-color: #F4F4F4;
  padding: 4rem 0;
  gap: 2rem 0;
}

.footer_shop_nav_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  gap: 1.5rem;
}

.footer_shop_nav_item img {
  width: 9rem;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  border: 1px solid #ECEDF0;
  transition: box-shadow 0.3s ease;
}

.footer_shop_nav_item:hover img {
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
}

.footer_menu_nav {
  background-color: #656565;
  padding: 1.6rem 0;
  gap: 1.2rem 0;
}

.footer_menu_nav a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer_info {
  width: max-content;
  padding: 4rem 0 3rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 4rem;
}

.footer_info_title {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.footer_info_tel_container {
  margin-bottom: 1.4rem;
}

.footer_info_tel {
  color: var(--color-primary);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.056rem;
  margin-top: -0.6rem;
  margin-bottom: 0.8rem;
}

.footer_info_call_time {
  color: #999;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
}

.kb_icon_box {
  display: block;
  margin-bottom: 1.6rem;
}

.footer_info_account {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.footer_info_account span {
  font-size: 1.8rem;
  font-weight: 700;
}

.footer_info_account_name {
  color: #999;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer_about {
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.024rem;
}

.footer_about img {
  height: 3rem;
  margin-bottom: 2rem;
  display: block;
}

.footer_copyright {
  color: #999;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.024rem;
  background-color: #f4f4f4;
  padding: 2.8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 푸터 카드 영역 - 모바일 기본 (세로 나열) */
.footer_cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #eeeeee;
  padding: 2rem;
}

.footer_card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_card_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_card_title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.footer_card_tel {
  display: block;
  color: #e86514;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.048rem;
  margin-bottom: 0.8rem;
}

.footer_card_time {
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 160%;
}

.footer_card_desc {
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.2rem;
}

.footer_card_buttons {
  display: flex;
  gap: 0.8rem;
}

.footer_card_btn {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #e2e2e2;
  transition: background-color 0.2s ease;
}

.footer_card_btn:hover {
  background-color: #f5f5f5;
}

.footer_card_bank {
  margin-bottom: 0.8rem;
}

.footer_card_bank_img {
  height: 2.5rem;
}

.footer_card_account {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.footer_card_account .bank_name {
  margin-right: 0.5rem;
}

.footer_card_account .account_number {
  font-size: 1.6rem;
  font-weight: 700;
}

.footer_card_owner {
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer_card_icon {
  display: none;
}

/* 푸터 하단 검은색 영역 (PC) */
.footer_bottom {
  display: none;
}

/* 모바일 푸터 정보 */
.footer_mobile_info {
  background-color: #000;
  padding: 3rem 2rem;
  text-align: center;
}

.footer_mobile_info h4 {
  color: #a6a6a6;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer_mobile_info p {
  color: #a6a6a6;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.024rem;
}

.footer_mobile_copyright {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #333;
}

/* #endregion 푸터 */

/* #region 메인 페이지 */
.container {
  width: 100%;
  padding-top: 16.5rem; /* 헤더 높이: 상단바(3.5rem) + 헤더메인(8rem) + 네비게이션(5rem) */
  padding-left: 0;
  padding-right: 0;
}

/* #endregion 메인 페이지 */

/* #region 모바일 하단 메뉴 */
#mobileMenu {
  background-color: #ffffff;
  width: 100%;
  height: 7rem;
  border-top: 0.1rem solid #dddddd;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 250;
}

#mobileMenu .mobile_menu_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

#mobileMenu .mobile_menu_item.phone_icon {
  background-color: var(--color-primary);
}

#mobileMenu .mobile_menu_item svg {
  width: 2.4rem;
  height: 2.4rem;
}

#mobileMenu .mobile_menu_item path {
  stroke: #000000
}

#mobileMenu .mobile_menu_item.home_icon path {
  stroke: var(--color-primary);
}

#mobileMenu .mobile_menu_item.phone_icon path {
  stroke: #ffffff;
}

#mobileMenu .mobile_menu_item p {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.048rem;
}

#mobileMenu .mobile_menu_item.phone_icon p {
  color: #ffffff;
}

/* #endregion 모바일 하단 메뉴 */

/* #region PC 사이트 메뉴 */
#shopFloation {
  display: none;
}

.pc_section {
  display: none;
}

/* 푸터 하단 검은색 영역은 모바일에서 숨김 */
.mobile_section {
  display: block;
}

/* #endregion PC 사이트 메뉴 */

/* ============================================
   반응형 미디어 쿼리 (넓은 순서 → 좁은 순서)
   ============================================ */

/* 2100px 이상 */
@media screen and (min-width: 2100px) {
  #shopFloation {
    bottom: 3rem;
    right: 3rem;
  }
}

/* 1300px 이상 */
@media screen and (min-width: 1300px) {
  /* 푸터 카드 아이콘 표시 */
  .footer_card_icon {
    display: flex;
  }
}

/* 1200px 이상 */
@media screen and (min-width: 1200px) {

  /* #region 헤더 */
  #header .header_nav a {
    font-size: 1.8rem;
    padding: 0 2rem;
  }

  #header .all_menu_btn {
    height: 3.2rem;
  }

  /* #endregion 헤더 */

  /* #region 푸터 */
  .footer_info {
    flex-direction: row;
    gap: 8rem;
    padding: 6rem 0 5rem;
  }

  .footer_cards {
    gap: 2rem;
  }

  .footer_card_account .account_number {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
  }

  /* #endregion 푸터 */
}

/* 1024px 이상 */
@media screen and (min-width: 1024px) {

  /* #region 헤더 */
  #header .header_main {
    padding: 1.5rem 0;
  }

  #header .header_phone_section {
    gap: 1.5rem;
  }

  #header .header_phone_icon {
    width: 5.6rem;
    height: 5.6rem;
  }

  #header .header_phone_label {
    font-size: 1.3rem;
  }

  #header .header_phone_number {
    font-size: 2.2rem;
  }

  #header .header_logo {
    height: 6rem;
  }

  #header .header_logo img {
    max-height: 6rem;
  }

  #header .counsel_container {
    height: 1.5rem;
    padding: 0 3rem;
    justify-content: center;
  }

  #header .counsel_container_show {
    display: flex;
  }

  #header .counsel_box {
    color: #757575;
    width: 100%;
    max-width: 128rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    position: relative;
  }

  #header .counsel_box p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.036rem;
  }

  #header .counsel_box h4 {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.06rem;
    margin-top: -0.2rem;
  }

  #header .counsel_box .close_btn {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  #header .counsel_box .close_btn svg {
    width: 100%;
    height: 100%;
  }

  #header .header_quick {
    height: 13.4rem;
    padding: 0 3rem;
  }

  #header .header_quick .icon_btn_box {
    gap: 2.2rem;
  }

  #header .header_quick_position {
    max-width: 128rem;
    margin: 0 auto;
  }

  #header .header_quick .icon_box {
    width: 5rem;
    height: 5rem;
  }

  #header .header_quick .icon_box svg {
    width: 2.6rem;
  }

  #header .header_quick .icon_btn p {
    display: block;
    color: #666;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.064rem;
  }

  #header .header_nav {
    height: 6rem;
    padding: 0 3rem;
  }

  #header .header_nav_position {
    max-width: 128rem;
    margin: 0 auto;
  }

  #header .header_nav a {
    font-size: 1.8rem;
    padding: 0 1.6rem;
  }

  #header .header_search {
    max-width: 40rem;
    display: block;
    position: relative;
  }

  #header .header_search .common_input {
    height: 4.8rem;
  }

  #header #sch_submit {
    background-color: rgba(255, 255, 255, 0.0);
    width: 2.4rem;
    height: 2.4rem;
    border: none;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  #header #sch_submit svg {
    width: 100%;
    height: 100%;
  }

  #header #sch_submit svg path {
    stroke: var(--color-primary);
  }

  /* #endregion 헤더 */

  /* #region 전체메뉴 */
  .all_menu_position {
    height: calc(100% - 18rem);
    padding: 0 2rem;
    top: 18rem;
    z-index: 200;
  }

  .all_menu_container {
    max-width: 128rem;
    margin: 0 auto;
    height: max-content;
    border: 0.1rem solid #DEDEDE;
    border-radius: 1rem;
    grid-template-rows: 16rem 27rem;
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .all_menu_header,
  .all_menu_nav,
  .all_menu_footer {
    display: none;
  }

  .all_menu_category {
    grid-template-columns: repeat(8, 6rem);
    justify-content: center;
    gap: 4rem;
  }

  /* #endregion 전체메뉴 */

  /* #region 메인 페이지 */
  .container {
    padding-top: 18rem;
  }

  .container.counsel_hide {
    padding-top: 19.4rem
  }

  /* #endregion 메인 페이지 */

  /* #region 푸터 */
  .footer_shop_nav {
    gap: 4rem;
    margin-bottom: 5rem;
  }

  .footer_shop_nav_item img {
    width: 8rem;
  }

  .footer_menu_nav {
    gap: 5.4rem;
  }

  .footer_menu_nav a {
    font-size: 1.6rem;
  }

  .footer_card {
    padding: 3rem;
    min-height: 22rem;
    height: 22rem;
  }

  .footer_card_tel {
    font-size: 3rem;
  }

  .footer_card_time {
    font-size: 1.6rem;
  }

  .footer_card_icon {
    width: 12rem;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer_bottom {
    padding: 5rem 4rem;
  }

  .footer_nav_buttons a {
    font-size: 1.6rem;
    padding: 1.2rem 2.2rem;
  }

  /* #endregion 푸터 */

  /* #region PC 사이트 메뉴 */
  #shopFloation {
    width: 12rem;
    height: max-content;
    display: block;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 190;
  }

  #todayViewList {
    background-color: #FFF;
    width: 100%;
    padding: 1.6rem 2rem 3.2rem;
    border: 0.1rem solid #EBEBEB;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
    display: block;
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.10);
  }

  #todayViewList h6 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.028rem;
    margin-bottom: 3.4rem;
  }

  #todayViewList #quick {
    width: 100%;
    margin-top: 0;
    position: unset;
  }

  #todayViewList .stv_item {
    display: none;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    margin-bottom: 1rem;
  }

  #todayViewList #stv_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #todayViewList #stv_btn button {
    background-color: #fff;
    height: max-content;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #todayViewList #stv_btn .stv_page {
    color: #999;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.084rem;
  }

  #todayViewList #stv_btn .stv_page span {
    color: #000;
    font-weight: 600;
  }

  #shopFloation .li_empty {
    font-size: 1.2rem;
    text-align: center;
    word-break: keep-all;
  }

  #shopFloation .top-btn {
    color: #fff;
    font-weight: 500;
    background: #666;
    width: 100%;
    height: 3.4rem;
    border: none;
    border-radius: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
  }

  #shopFloation .top-btn svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  /* #endregion 오늘 본 상품 */
}

/* 768px 이상 */
@media screen and (min-width: 768px) {

  /* #region 헤더 */
  #header .header_nav {
    padding: 0 1.6rem;
  }

  #header .header_nav_position {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #header .header_nav a {
    border-left: 1.5px solid #ffffff50;
  }

  #header .header_nav a:first-child {
    border-left: none;
  }

  /* #endregion 헤더 */

  /* #region 전체메뉴 */
  .all_menu_position p,
  .all_menu_position a,
  .all_menu_position div {
    font-size: 1.6rem;
  }

  .all_menu_category a {
    gap: 0.8rem;
  }

  .all_menu_category a img {
    width: 6rem;
  }

  .all_menu_body_section h4 {
    font-size: 2.2rem;
  }

  .all_menu_body_section div {
    gap: 1rem;
  }

  /* #endregion 전체메뉴 */

  /* #region 푸터 */
  #footer {
    margin-bottom: 0;
  }

  .footer_nav {
    grid-template-columns: repeat(6, max-content);
    justify-content: center;
  }

  .footer_nav {
    gap: 3rem;
  }

  .footer_shop_nav {
    padding: 3rem 0;
  }

  .pc_section {
    display: block;
  }
  
  .mobile_section {
    display: none;
  }

  /* 푸터 카드 영역 - 768px 이상 (가로 3열) */
  .footer_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: unset;
    gap: 2rem;
    padding: 4rem 0;
  }

  .footer_card {
    border-radius: 1rem;
    padding: 3rem;
    min-height: 18rem;
  }

  .footer_card_content {
    height: 100%;
  }

  .footer_card_title {
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }

  .footer_card_tel {
    display: block;
    color: #e86514;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.072rem;
    margin-bottom: 1rem;
  }

  .footer_card_time {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 160%;
  }

  .footer_card_desc {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 1.5rem;
  }

  .footer_card_buttons {
    display: flex;
    gap: 1rem;
  }

  .footer_card_btn {
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #fff;
    padding: 1rem 1.2rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #e2e2e2;
    transition: background-color 0.2s ease;
  }

  .footer_card_btn:hover {
    background-color: #f5f5f5;
  }

  .footer_card_bank {
    margin-bottom: 1rem;
  }

  .footer_card_bank_img {
    height: 3rem;
  }

  .footer_card_account {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  .footer_card_account .bank_name {
    margin-right: 0.5rem;
  }

  .footer_card_account .account_number {
    font-size: 2rem;
    font-weight: 700;
  }

  .footer_card_owner {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .footer_card_icon {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
  }

  .footer_card_icon img {
    width: 100%;
  }

  /* 푸터 하단 검은색 영역 */
  .footer_bottom {
    display: block;
    background-color: #000;
    padding: 4rem 2rem;
  }

  .footer_nav_buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1.2rem;
  }

  .footer_nav_buttons a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #2a2a2a;
    padding: 1rem 1.8rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
  }

  .footer_nav_buttons a:hover {
    background-color: #3a3a3a;
  }

  .footer_company {
    max-width: 128rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer_company_left {
    flex: 1;
  }

  .footer_company_name {
    color: #a6a6a6;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .footer_company_info {
    color: #a6a6a6;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.028rem;
  }

  .footer_company_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
  }

  .footer_copyright_text {
    color: #a6a6a6;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    text-align: right;
  }

  /* #endregion 푸터 */
}

/* 1024px 이하부터 769px까지 (태블릿) */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* #region 푸터 */
  .footer_company {
    flex-direction: column;
    gap: 3rem;
  }

  .footer_company_right {
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
  }

  .footer_nav_buttons {
    justify-content: flex-start;
  }

  .footer_copyright_text {
    text-align: left;
  }
  /* #endregion 푸터 */
}

/* 768px 미만 (모바일) */
@media screen and (max-width: 767px) {
  /* #region 헤더 */
  /* 상단바 숨기기 */
  #header .header_top_bar {
    display: none;
  }

  /* 헤더 메인: 로고와 마이페이지 버튼만 표시 */
  #header .header_main {
    height: 7rem;
    padding: 1.6rem 0;
  }

  #header .header_main_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 0 1.6rem;
    height: 100%;
  }

  /* 전화번호 섹션 숨기기 */
  #header .header_phone_section {
    display: none;
  }

  /* 로고 */
  #header .header_logo {
    width: 15rem;
    height: fit-content;
    flex-shrink: 0;
  }

  #header .header_logo img {
    width: 100%;
  }

  /* 마이페이지 버튼 표시 */
  #header .header_mypage_btn {
    display: flex;
    flex-shrink: 0;
  }

  /* 검색바 숨기기 */
  #header .header_search {
    display: none;
  }

  /* 네비게이션: 가로 스크롤 */
  #header .header_nav {
    height: 4.5rem;
  }

  #header .header_nav_position {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
  }

  #header .header_nav_position::-webkit-scrollbar {
    display: none;
  }

  #header .header_nav_position a {
    font-size: 1.4rem;
    padding: 0 1.2rem;
    flex-shrink: 0;
  }

  #header .all_menu_btn {
    display: none;
  }

  /* 컨테이너 패딩 조정 */
  .container {
    padding-top: 11rem; /* 헤더 메인(6.5rem) + 네비게이션(4.5rem) */
  }

  /* #endregion 헤더 */

  /* #region 푸터 */
  .footer_shop_nav {
    padding: 2rem 0;
    margin-bottom: 3rem;
  }
  .footer_shop_nav_item {
    font-size: 1.4rem;
    gap: 0.5rem ;
  }
  .footer_shop_nav_item img {
    width: 7rem;
  }
  /* #endregion 푸터 */
}

@media screen and (max-width: 480px) {
  /* 푸터 */
  .footer_nav {
    justify-content: center;
  }

  .footer_shop_nav {
    gap: 2rem 3rem;
  }

  .footer_card_content {
    align-items: center;
  }
}

/* #region 즐겨찾기 알럿 모달 */
.favorite_alert_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.favorite_alert_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.favorite_alert_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  min-width: 30rem;
  max-width: 90%;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
}

.favorite_alert_modal_body {
  margin-bottom: 2rem;
}

.favorite_alert_modal_message {
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

.favorite_alert_modal_confirm {
  width: 100%;
  padding: 1.2rem 2rem;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.favorite_alert_modal_confirm:hover {
  background-color: color-mix(in oklch, var(--color-primary) 85%, black);
}
/* #endregion 즐겨찾기 알럿 모달 */