@charset "UTF-8";
@import url("./vweb-anim.css");
:root {
  --canvas: 1905;
  /* 레거시 호환 브리지: calc(var(--px)*N) 코드를 안 고치고 rem 기반으로 동작시킴 */
  --px: 0.1rem;
  /* 메인 고유 폰트 토큰 (library.css 수정 금지 → 페이지 CSS 에 정의) */
  --font-paytone: "Paytone One", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: unset;
}

p {
  word-break: break-all;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.pc-mobile {
  display: flex;
}

.mobile-pc {
  display: none;
}

.pc {
  display: flex;
}

.pc-inline {
  display: inline;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.flowhid {
  overflow: hidden;
}

.hide {
  display: none !important;
}

.hideopa {
  opacity: 0 !important;
}

.show {
  opacity: 1 !important;
}

.absol {
  position: absolute;
}

.rltv {
  position: relative;
}

.flexrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.flexcol {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.smoke {
  animation: smoke 8s infinite linear;
}

.shakeTwice {
  animation: shakeTwice 2s ease-in-out infinite;
  transform-origin: center;
}

.shakeTwices {
  animation: shakeTwices 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes shakeTwice {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shakeTwices {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(3deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
div.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-wrapper.flow {
  pointer-events: none;
  transition-timing-function: linear;
}

section img {
  width: 100%;
}

section:not(.map_section) img {
  pointer-events: none;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.noto {
  font-family: "Noto Serif", serif;
}

.notokr {
  font-family: "Noto Serif KR", serif;
}

.exbold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.sebold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.flight {
  font-weight: 200;
}

.thin {
  font-weight: 100;
}

.animate-blk {
  animation: blk 1s infinite ease-in-out;
}

.scaleOpa {
  animation: scaleOpa infinite 2s;
}

.scaleOpa2 {
  animation: scaleOpa2 infinite 2s;
}

.light {
  animation: light infinite 5s;
}

.rotate_img {
  animation: rotate_image 10s infinite linear;
}

.white {
  color: white;
}

.txct {
  text-align: center;
}

.lh {
  line-height: 1.5;
}

/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.8s;
}

/* 가운데에서 나타나기 */
.clip_off {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 0.8s;
}

/* gsap에서 넣을 class */
.clip_on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

/* reveal 대신 사용 end */
.absol_cover {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.max_width {
  width: unset !important;
  max-width: 101%;
}

.back_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* image_sd */
.image_sd_wrap {
  overflow: hidden;
}

.image_sd {
  animation: marqueeX 20s infinite linear;
}

.image_sd .absol {
  left: 100%;
}

.image_sd_r {
  animation: marqueeX_r 20s infinite linear;
}

.image_sd_r .absol {
  right: 100%;
}

/* image_sd end */
/* y_slide start */
.slide_y_wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0%;
  overflow: hidden;
}

.slide_y {
  animation: marqueeY 20s infinite linear;
}

.slide_y img.absol {
  top: 100%;
}

.slide_y_r {
  animation: marqueeY_r 20s infinite linear;
}

.slide_y_r img.absol {
  bottom: 100%;
}

/* y_slide end */
/* flow_sd 가로 (여러 이미지 마퀴) start */
.flow_sd {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flow_sd_move {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  animation: marqueeX 20s infinite linear;
}
.flow_sd_move_r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  animation: marqueeX_r 20s infinite linear;
}
.flow_sd_move_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow_sd_move_item02 {
  left: 100%;
}
.flow_sd_move_item02_r {
  right: 100%;
}
.flow_sd_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* flow_sd 가로 end */
/* flow_sd 세로 (여러 이미지 마퀴) start */
.flow_sd_y {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flow_sd_y_move {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  animation: marqueeY 10s infinite linear;
}
.flow_sd_y_move_r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  animation: marqueeY_r 10s infinite linear;
}
.flow_sd_y_move_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.flow_sd_y_move_item02 {
  top: 100%;
}
.flow_sd_y_move_item02_r {
  bottom: 100%;
}
.flow_sd_y_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* flow_sd 세로 end */
/* swiper-arr */
.btn_arr {
  z-index: 2;
  cursor: pointer;
}

.arr_next {
  transform: rotateY(180deg);
}

/* swiper-arr */
iframe {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-lock {
  display: none !important;
}

.swiper {
  margin: 0;
  z-index: 0;
}

b {
  font-weight: 700;
}

.obj > img {
  height: 100%;
  object-fit: cover;
}

.map_marker {
  position: relative;
  display: inline-block;
}

.map_marker_text {
  background: var(--c-yellow);
  border: 1px solid var(--c-navy);
  padding: 0.9rem 1.9rem;
  border-radius: 10rem;
  font-size: var(--bodyXS);
  font-weight: 500;
  color: var(--c-navy);
  white-space: nowrap;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* border/오프셋 전부 rem 통일 (px 혼용 시 모바일 비례 어긋남) */
.map_marker_tail {
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid var(--c-navy);
}

.map_marker_tail::after {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: -0.7rem;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.7rem solid var(--c-yellow);
}

/* ============================================================
 * 퍼블시작 — 섹션별 CSS (위쪽은 공통 자산, 여기부터 .mv/.conNN)
 * ============================================================ */

/* ===== INTRO: 2분할 진입배너 (BRAND | FRANCHISE) ===== */
/* 그누보드 default.css 의 html{overflow-y:scroll} 무력화 (빈 스크롤바 트랙 제거) */
html {
    overflow-y: auto;
}

.intro {
    height: 100vh;
    overflow: hidden;
}

.intro__panel {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.intro__panel--brand {
    background: #FFCE31;
}

.intro__panel--fran {
    background-color: #0D0E28;
    background-image:
        repeating-linear-gradient(90deg, #15162F 0, #15162F 0.1rem, transparent 0.1rem, transparent 3rem),
        repeating-linear-gradient(0deg, #15162F 0, #15162F 0.1rem, transparent 0.1rem, transparent 11.4rem);
}

.intro__dish {
    top: 0;
    left: 0;
    z-index: 1;
}

.intro__dish img {
    height: auto;
}

.intro__store {
    top: 46.2rem;
    left: 10.45rem;
    z-index: 1;
}

.intro__store img {
    height: auto;
}

/* 타이틀 폭만 감싸 뱃지 중앙정렬 기준 잡음 */
.intro__title-row {
    width: fit-content;
}

/* 호버 토글 시 top 부드럽게 (transition 은 유틸불가 속성) */
.intro__copy {
    transition: top 0.35s ease;
}

.intro__panel--brand .intro__copy {
    top: 21.8rem;
    left: 32.8rem;
}

.intro__panel--fran .intro__copy {
    top: 19.5rem;
    left: 24.55rem;
}

.intro__title {
    font-family: var(--font-paytone);
    font-size: var(--displayM);
    letter-spacing: 0;
    line-height: 1;
}

.intro__panel--brand .intro__title {
    color: #0D0E28;
}

.intro__panel--fran .intro__title {
    color: #fff;
}

.intro__badge {
    top: 7.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.intro__sub {
    margin-top: 2.1rem;
    font-size: var(--headS);
    letter-spacing: -0.05em;
    line-height: 1.32;
    white-space: nowrap;
    transition: margin-top 0.35s ease;
}

.intro__panel--brand .intro__sub {
    color: #0D0E28;
}

/* 기본 = FRANCHISE active */
.intro__panel--fran .intro__sub {
    color: #fff;
    margin-top: 4.4rem;
}

/* 중앙 원형 디바이더 = 위치 컨테이너(투명). 내부 halo + circle + 화살표/라벨 적층 */
.intro__divider {
    width: 28rem;
    height: 28rem;
    top: 32rem;
    left: 82rem;
    z-index: 3;
}

/* halo 가 circle 보다 커야 외곽 딤 링 노출 (circle 뒤에 깔림) */
.intro__halo {
    z-index: 0;
}

/* 우호버 navy 딤: 우측 절반 가림 → 좌측(노랑 위)만 딤 */
.intro__halo-img--navy {
    clip-path: inset(0 50% 0 0);
}

/* 좌호버 white 딤: 좌측 절반 가림 → 우측(네이비 위)만 딤 */
.intro__halo-img--white {
    display: none;
    clip-path: inset(0 0 0 50%);
}

/* 중앙 원 (state1=디폴트 = 네이비+격자 채움 → 노랑패널 위 얹혀 경계 원형 오목 / state2=좌호버 = 노랑 솔리드 → 네이비 위 원형 볼록) */
.intro__circle {
    width: 24rem;
    height: 24rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #0D0E28;
    background-image:
        repeating-linear-gradient(90deg, #15162F 0, #15162F 0.1rem, transparent 0.1rem, transparent 3rem),
        repeating-linear-gradient(0deg, #15162F 0, #15162F 0.1rem, transparent 0.1rem, transparent 11.4rem);
    z-index: 1;
    /* circle < halo 이어야 외곽 딤 링 노출 */
    transition: width 0.35s ease, height 0.35s ease, background-color 0.35s ease;
}

.intro__arrow {
    position: relative;
    z-index: 2;
}

.intro__divider-label {
    position: relative;
    z-index: 2;
    margin-top: 1.4rem;
    font-size: var(--headS);
    letter-spacing: -0.05em;
    line-height: 1.32;
    color: #fff;
    white-space: nowrap;
    transition: color 0.35s ease;
}

/* ===== 호버 토글 (디폴트 = 우측 호버 상태) ===== */
/* 디폴트: 우향 화살표 · "창업안내" · 프랜차이즈 뱃지 노출 / 브랜드 뱃지·좌향·"브랜드" 숨김 */
.intro__arrow-img--left,
.intro__divider-label--left,
.intro__badge--brand {
    display: none;
}

/* ★ hover 토글 = PC 전용. 터치 기기에서 :has(:hover) 가 탭 시 발동하는 문제 차단 (모바일 599 보색 = min-width:600) */
@media (min-width: 600px) {

    /* 좌패널 hover → 좌향 화살표 · "브랜드" · 브랜드 뱃지 노출, 우측 상태 숨김 */
    .intro:has(.intro__panel--brand:hover) .intro__arrow-img--right,
    .intro:has(.intro__panel--brand:hover) .intro__divider-label--right,
    .intro:has(.intro__panel--brand:hover) .intro__badge--fran {
        display: none;
    }

    .intro:has(.intro__panel--brand:hover) .intro__arrow-img--left,
    .intro:has(.intro__panel--brand:hover) .intro__divider-label--left,
    .intro:has(.intro__panel--brand:hover) .intro__badge--brand {
        display: block;
    }

    /* 좌호버: 솔리드 원 노랑 */
    .intro:has(.intro__panel--brand:hover) .intro__circle {
        width: 24rem;
        height: 24rem;
        background: #FFCE31;
    }

    /* 좌호버: halo 흰색으로 전환 */
    .intro:has(.intro__panel--brand:hover) .intro__halo-img--navy {
        display: none;
    }

    .intro:has(.intro__panel--brand:hover) .intro__halo-img--white {
        display: block;
    }

    /* 좌호버: 중앙 라벨 "브랜드" 네이비 */
    .intro:has(.intro__panel--brand:hover) .intro__divider-label--left {
        color: #0D0E28;
    }

    /* 좌호버: BRAND active 상승 / FRANCHISE inactive 하강 */
    .intro:has(.intro__panel--brand:hover) .intro__panel--brand .intro__copy {
        top: 19.5rem;
    }

    .intro:has(.intro__panel--brand:hover) .intro__panel--fran .intro__copy {
        top: 21.8rem;
    }

    /* 좌호버: BRAND/FRANCHISE sub gap swap */
    .intro:has(.intro__panel--brand:hover) .intro__panel--brand .intro__sub {
        margin-top: 4.4rem;
    }

    .intro:has(.intro__panel--brand:hover) .intro__panel--fran .intro__sub {
        margin-top: 2.1rem;
    }

}

