/* 지역/키워드 페이지 업소 형태 디자인 통일 */
.type-nav-section{
  padding:34px 0 18px;
}
.type-nav-box{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(246,203,105,.28);
  border-radius:30px;
  padding:26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(246,203,105,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025) 48%, rgba(246,203,105,.065));
  box-shadow:0 22px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.type-nav-box::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:210px;
  height:210px;
  border-radius:999px;
  background:rgba(246,203,105,.08);
  border:1px solid rgba(246,203,105,.16);
  pointer-events:none;
}
.type-nav-top{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:18px;
}
.type-nav-title-group span{
  display:inline-flex;
  align-items:center;
  height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(246,203,105,.42);
  color:#ffd775;
  background:rgba(246,203,105,.08);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.type-nav-title-group strong{
  display:block;
  margin-top:12px;
  color:#fffaf0;
  font-size:clamp(30px,3.7vw,48px);
  line-height:1.04;
  letter-spacing:-.055em;
  text-shadow:0 12px 36px rgba(0,0,0,.45);
}
.type-nav-title-group p{
  margin:10px 0 0;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.55;
}
.type-nav-top em{
  flex:0 0 auto;
  color:rgba(255,255,255,.58);
  font-style:normal;
  font-size:14px;
  white-space:nowrap;
}
.type-nav-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.type-chip{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  border-radius:18px;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.type-chip:hover{
  transform:translateY(-2px);
  border-color:rgba(246,203,105,.55);
  background:linear-gradient(135deg,rgba(246,203,105,.15),rgba(255,255,255,.045));
  box-shadow:0 15px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.09);
}
.type-chip b{
  font-size:clamp(16px,1.3vw,19px);
  line-height:1.2;
  letter-spacing:-.045em;
  word-break:keep-all;
}
.type-chip small{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:28px;
  min-width:44px;
  padding:0 10px;
  border-radius:999px;
  color:#ffd775;
  background:rgba(246,203,105,.10);
  border:1px solid rgba(246,203,105,.22);
  font-size:12px;
  font-weight:900;
}
.type-chip.is-active{
  border-color:rgba(246,203,105,.78);
  background:linear-gradient(135deg,rgba(246,203,105,.26),rgba(255,255,255,.07));
  box-shadow:0 0 0 1px rgba(246,203,105,.18), 0 18px 44px rgba(246,203,105,.10), inset 0 1px 0 rgba(255,255,255,.18);
}
.type-chip.is-active b{
  color:#fff7df;
}
.type-chip.is-active small{
  color:#111;
  background:#ffd775;
  border-color:#ffd775;
}
.type-nav-swipe-hint{
  display:none;
  position:relative;
  z-index:1;
  margin-top:10px;
  color:rgba(255,215,117,.82);
  font-size:12px;
  font-weight:800;
  text-align:center;
}
.type-landing-hero .type-nav-box{
  margin-top:24px;
}
.type-landing-hero .type-nav-title-group strong{
  font-size:clamp(26px,3.1vw,38px);
}
.type-landing-hero .type-nav-title-group p{
  display:none;
}
@media (max-width:860px){
  .type-nav-section{padding:24px 0 12px;}
  .type-nav-box{border-radius:22px;padding:17px 14px;margin-left:-10px;margin-right:-10px;}
  .type-nav-top{display:block;margin-bottom:12px;}
  .type-nav-title-group span{height:28px;padding:0 10px;font-size:11px;}
  .type-nav-title-group strong{font-size:28px;margin-top:9px;}
  .type-nav-title-group p{font-size:13px;margin-top:7px;}
  .type-nav-top em{display:block;margin-top:7px;font-size:12px;white-space:normal;color:rgba(255,255,255,.52);}
  .type-nav-grid{
    display:flex;
    overflow-x:auto;
    gap:9px;
    padding:2px 18px 8px 0;
    margin-right:-14px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .type-nav-grid::-webkit-scrollbar{display:none;}
  .type-chip{
    flex:0 0 31%;
    min-width:31%;
    min-height:74px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-between;
    padding:12px 10px;
    border-radius:16px;
    scroll-snap-align:start;
  }
  .type-chip b{font-size:13px;line-height:1.22;letter-spacing:-.05em;}
  .type-chip small{height:23px;min-width:36px;padding:0 8px;font-size:11px;}
  .type-nav-swipe-hint{display:block;}
  .type-landing-hero .type-nav-box{margin-top:18px;}
}
@media (min-width:861px) and (max-width:1180px){
  .type-nav-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
