@charset "UTF-8";
/* ========== Bloomy Clinic — Design Tokens ========== */
:root {
  /* ─── Brand Colors (from 01_프론트 PSD text-layer audit) ─── */
  --mc: #71994b; /* Main · 잎사귀 그린 (강조·CTA) */
  --sc: #84b952; /* Sub · 라이트 그린 (보조 강조) */
  --tc: #3d5329; /* Tertiary · 딥그린 (텍스트 강조) */
  --fc: #05130b; /* BG dark · 거의 블랙 그린 (메인 배경) */
  --fifc:#eff7e7; /* Pale · 페일 그린 (소프트 배경) */
  --black:#000000;
  --white:#ffffff;
  /* ─── Font Families ─── */
  --mf: 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --sf: 'cofo-raffine', 'Times New Roman', serif;
  --tf: 'Paperozi', 'Pretendard Variable', sans-serif;
  --ff: 'cofo-raffine', serif;
  /* ─── Font Size Tokens ─── */
  --fs-cap: 13px;
  --fs-body-s: 16px;
  --fs-body: 18px;
  --fs-body-l: 20px;
  --fs-sub: 24px;
  --fs-h6: 28px;
  --fs-h5: 32px;
  --fs-h4: 42px;
  --fs-h3: 62px;
  --fs-h2: 110px;
  --fs-h1: 151px;
  --fs-mega: 232px;
  /* ─── Letter-spacing ─── */
  --ls-title: -0.025em;
  --ls-body: 0;
  /* ─── Legacy table tokens (그누보드 기본) ─── */
  --table-header: #f6fcf1;
  --table-footer: #71994b;
  --table-border: #d1d1d1;
  --font-black: #1a1a1a;
}

.fwrap {
  flex-wrap: wrap;
}

@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Suit";
  src: url("/font/web/SUIT-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "aHeadlineM";
  src: url("/font/a헤드라인M.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_HambakSnow";
  src: url("/font/web/SF_HambakSnow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(/font/web/NanumSquareNeoTTF-aLt.woff2);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "HsJandari";
  src: url("/font/web/HSJandari.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saenggeojincheon";
  src: url("/font/web/SaenggeoJincheon.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "YeogiOttaeJalnan";
  src: url("/font/web/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MungyeongGamhongApple";
  src: url("/font/web/Mungyeong-Gamhong-Apple.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuSeongHyeJeong";
  src: url("/font/web/SuseongHyejeong.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "SolmoeKimDaegeon";
  src: url("/font/web/kdg_Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
/* ========== Resets & Base ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

p {
  word-break: keep-all;
}

section p {
  letter-spacing: -0.04vw;
}

:focus-visible {
  outline: 2px solid var(--mc);
  outline-offset: 2px;
}

/* ========== Typography Utilities ========== */
.sst {
  font-family: var(--sf);
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5;
}

.tst {
  font-family: var(--tf);
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5;
}

.mst {
  font-family: var(--mf);
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5;
}

.mf {
  font-family: var(--mf);
  font-weight: 400;
  line-height: 1.5;
}

.sf {
  font-family: var(--sf);
  font-weight: 300;
  line-height: 1.25;
}

.tf {
  font-family: var(--tf);
  font-weight: 300;
}

.ff {
  font-family: var(--ff);
  font-weight: 300;
}

.fiff {
  font-family: var(--fiff);
  font-weight: 300;
}

.black {
  font-weight: 900;
}

.extrabold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.extralight {
  font-weight: 200;
}

.thin {
  font-weight: 100;
}

.underline {
  line-height: 1.15;
  border-bottom: 0.1vw solid black;
}

.mc.underline {
  border-bottom: 0.1vw solid var(--mc);
  line-height: 1.15;
}

section img {
  width: 100%;
}

.exsm {
  font-size: 0.85vw;
}

.sm {
  font-size: 0.95vw;
}

.sm-md {
  font-size: 1.3vw;
}

.semimd {
  font-size: 1.7vw;
}

.md {
  font-size: 2vw;
}

.exmd {
  font-size: 2.5vw;
}

.md-lg {
  font-size: 3.4vw;
}

.semilg {
  font-size: 3.9vw;
}

.lg {
  font-size: 4.3vw;
}

.exlg {
  font-size: 5vw;
}

/* ========== Color Utilities ========== */
.mcbg {
  background: var(--mc);
}

.scbg {
  background: var(--sc);
}

.tcbg {
  background: var(--tc);
}

.fcbg {
  background: var(--fc);
}

.fifcbg {
  background: var(--fifc);
}

.mc {
  color: var(--mc);
}

.sc {
  color: var(--sc);
}

.tc {
  color: var(--tc);
}

.fc {
  color: var(--fc);
}

.fifc {
  color: var(--fifc);
}

/* ========== Layout Utilities ========== */
.vcline {
  height: 100%;
  width: 0.01vw;
}

.hzline {
  width: 100%;
  height: 0.01vw;
}

.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;
}

.pc-mobile {
  display: flex;
}

.mobile-pc {
  display: none;
}

html {
  scroll-behavior: smooth !important;
}

/* ========== Scroller (Marquee) ========== */
.scrX {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrX .scrX_item {
  animation: marqueeX 20s linear infinite;
  width: 100%;
}

.scrX .scrX_item_absol {
  right: -100%;
  width: 100%;
}

.scrX.reverse .scrX_item {
  animation-direction: reverse;
}

.scrY.reverse .scrY_item {
  animation-direction: reverse;
}

.scrX.slow .scrX_item {
  animation-duration: 40s;
}

/* ========== Components ========== */
.k_new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2% 0 6%;
}

.k_btn_inner {
  font-size: 1.5vw;
  background: #000;
  color: #fff;
  padding: 1% 3%;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
}

.k_btn_inner > a {
  color: #fff;
  text-decoration: none;
}

.k_new_btn > .k_btn_inner:nth-child(2) {
  background: rgba(0, 0, 0, 0.5607843137);
  margin-left: 2%;
  padding: 0.7% 2% !important;
}

.k_btn_inner > input {
  outline: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.1em;
}

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

.absol {
  position: absolute;
}

/* Board */
#bo_v > header {
  display: block;
  position: relative;
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #000;
  font-family: var(--mf);
}

#bo_v_title .bo_v_tit,
.board_title {
  font-family: var(--mf);
  font-weight: 700;
  letter-spacing: -1px;
}

#bo_v_title .bo_v_tit {
  font-size: 17px;
  margin: 5px 0 0;
  word-break: break-all;
}

#bo_v_con {
  margin: 30px 0;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  line-height: 1.7;
  font-size: 1.3em;
  font-family: var(--mf);
  word-break: break-all;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 0;
}

/* Content wrap */
#content_wrap {
  padding-bottom: 0 !important;
}

/* Popups */
#hd_pop > div {
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}

.hd_pops img {
  width: 100% !important;
}

#hd_pop > div > div > iframe {
  height: 100%;
}

.hd_pops_footer {
  font-size: 0.9vw !important;
}

.hd_pops_footer .hd_pops_reject {
  font-family: var(--mf);
  font-weight: 700;
}

.hd_pops_footer .hd_pops_close {
  background: #000;
  bottom: 0;
}

/* ========== Fonts (Paperozi / proxima-nova) ========== */
@font-face {
  font-family: "SfHambakneun";
  src: url("/font/web/SF_HambakSnow.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("/font/web/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/* ========== Animations ========== */
@keyframes marqueeX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee3 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes blk {
  0%, 30% {
    opacity: 0;
  }
  31%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blk2 {
  0%, 49% {
    opacity: 0;
  }
  50%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ddm_m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ddm_m_reverse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
  }
  100% {
    transform: scale(1);
  }
}
.bgimg {
  width: 106% !important;
  height: 100% !important;
  position: absolute;
  object-fit: cover;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.white {
  color: white;
}

.whitebg {
  background: white;
}

.face .face_top_2nd {
  margin-left: 0%;
  width: 75.5%;
  overflow: hidden;
  margin-top: 1.3% !important;
  font-size: 0.9vw;
}

.face .face_top_3rd {
  margin-left: 0%;
  width: 76%;
  margin-top: 0.2%;
  overflow: hidden;
}

.face .face_top_4th {
  margin-left: 0%;
  overflow: hidden;
  width: 75.6%;
  margin-top: 0.3%;
}

.face .face_top {
  height: 14.4vw;
  margin-top: 5.7%;
  margin-left: -75.3%;
  background: white;
  width: 0.01vw;
}

.semilg .line {
  overflow: hidden;
}

.md-lg .line {
  overflow: hidden;
}

.bold .line {
  overflow: hidden;
}

.sf .line {
  overflow: hidden;
}

.tf .line {
  overflow: hidden;
}

.menu_2nd .con7_mid_top_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  white-space: nowrap;
  height: 100%;
  transition: 0.3s all;
  cursor: pointer;
}

.clip_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.8s;
}

.clip_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.8s;
}

.clip_mid {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 0.8s;
}

.clip_circle {
  clip-path: circle(0% at 50% 50%);
  transition: all 2s !important;
}

.clip_bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 0.8s;
}

.clip_top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.8s;
}

.clip_on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

.clip_on2 {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0) !important;
}

.clip_on3 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

.clip_on4 {
  clip-path: circle(100% at 50% 50%) !important;
}

.clip_right_on {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.scaleX {
  transform: scaleX(-1);
}

.scaleY {
  transform: scaleY(-1);
}

.scaleanti {
  transform: scale(-1);
}

/* #hd_pop 안에 div가 없을 때만 pointer-events: none */
#hd_pop:not(:has(div)) {
  pointer-events: none;
}

/* ========== Bloomy Header (fixed top) ========== */
.bh {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 2.5vw;
  margin: 0;
  transform: none;
  animation: none;
  pointer-events: all;
  transition: background-color 0.3s ease;
}

.bh.is-scrolled {
  background-color: rgba(5, 19, 11, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bh.is-hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.h_logo {
  width: calc(var(--px) * 172);
  aspect-ratio: 172/46;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0) saturate(100%) invert(60%) sepia(19%) saturate(1001%) hue-rotate(48deg) brightness(89%) contrast(87%);
  transition: filter 0.3s ease;
}

.bh.is-scrolled .h_logo {
  filter: none;
}

.h_logo img {
  width: 100%;
  display: block;
}

.bh__menu {
  width: calc(var(--px) * 162);
  aspect-ratio: 162/66;
  box-sizing: border-box;
  gap: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--mc);
  font-family: "Paperozi", var(--mf);
  font-size: 1.05vw;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}

.bh__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2vw;
  width: 1.2vw;
}

.bh__burger span {
  display: block;
  height: calc(var(--px) * 3);
  background-color: var(--mc);
}

/* ========== Sitemap Overlay (fixed, 100vw x 100vh) ========== */
.bs {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  background: #05130b url("/images/common/nav_bg.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.bs.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}

.bs__inner {
  position: relative;
  width: 100vw;
  height: 48.07vw;
}

.bs__close {
  position: absolute;
  top: 1.5vw;
  width: calc(var(--px) * 162);
  aspect-ratio: 162/66;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  right: 2.5vw;
}

.bs__close img {
  width: 100%;
  display: block;
}

.bs__logo {
  position: absolute;
  top: 11.04vw;
  left: 6.25vw;
  width: calc(var(--px) * 172);
  aspect-ratio: 172/46;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bs__logo img {
  width: 100%;
  display: block;
}

.bs__line {
  position: absolute;
  top: 14.48vw;
  left: 0;
  width: 100vw;
  height: 0.1vw;
  background-color: rgba(255, 255, 255, 0.22);
}

.bs__col {
  position: absolute;
}

.bs__col--1 {
  top: 11.61vw;
  left: 34.48vw;
}

.bs__col--2 {
  top: 11.61vw;
  left: 51.88vw;
}

.bs__col--3 {
  top: 11.51vw;
  left: 65.57vw;
}

.bs__col--4 {
  top: 11.51vw;
  left: 82.45vw;
}

.bs__title {
  margin: 0;
  font-family: var(--mf);
  font-weight: 900;
  font-size: 1.25vw;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.bs__list,
.bs__sublist {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs__col--1 .bs__list {
  top: 4.64vw;
}

.bs__col--2 .bs__list {
  top: 4.59vw;
}

.bs__col--4 .bs__list {
  top: 4.69vw;
}

.bs__col--3 .bs__list {
  top: 4.69vw;
}

.bs__col--3 .bs__sublist {
  top: 10vw;
  left: 0.84vw;
}

.bs__col--3 .bs__list--2 {
  top: 14.79vw;
}

.bs__list li,
.bs__sublist li {
  margin: 0;
}

.bs__list a,
.bs__sublist a {
  display: block;
  position: relative;
  font-family: var(--mf);
  font-weight: 500;
  font-size: 0.833vw;
  line-height: 1.6vw;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: padding-left 0.3s ease;
}

.bs__list a::before,
.bs__sublist a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--px) * 25);
  aspect-ratio: 25/20;
  background: url("/images/acon05_08.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bs__list a:hover,
.bs__sublist a:hover {
  padding-left: calc(var(--px) * 33);
}

.bs__list a:hover::before,
.bs__sublist a:hover::before {
  opacity: 1;
}

.bs__sublist a {
  font-size: 0.677vw;
  line-height: 1.35vw;
  color: rgba(255, 255, 255, 0.8);
}

.bs__lead {
  font-weight: 700;
  text-transform: uppercase;
}

.bs__tel {
  position: absolute;
  top: 16.51vw;
  left: 6.3vw;
  width: calc(var(--px) * 364);
  aspect-ratio: 364/35;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bs__tel img {
  width: 100%;
  display: block;
}

.bs__sns {
  position: absolute;
  top: 19.95vw;
  left: 6.3vw;
  display: flex;
  align-items: center;
}

.bs__sns-item {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bs__sns-item img {
  display: block;
  width: 100%;
}

.bs__sns-item--blog {
  width: calc(var(--px) * 34);
  aspect-ratio: 34/31;
}

.bs__sns-item--insta {
  width: calc(var(--px) * 33);
  aspect-ratio: 33/33;
  margin-left: 1.93vw;
}

.bs__sns-item--kakao {
  width: calc(var(--px) * 33);
  aspect-ratio: 33/33;
  margin-left: 1.88vw;
}

/* ========== Quick Menu (fixed bottom-right, appears on scroll) ========== */
.quick-menu {
  position: fixed;
  right: calc(var(--px) * 30);
  bottom: calc(var(--px) * 30);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--px) * 8);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(var(--px) * 20));
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.quick-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* 8-icon collapsible panel (2-col grid, floats above the toggle) */
.quick-menu__fab {
  position: relative;
  display: flex;
  justify-content: center;
}

.quick-menu__panel {
  position: absolute;
  bottom: calc(100% + var(--px) * 8);
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, calc(var(--px) * 87));
  gap: calc(var(--px) * 8);
  transform-origin: bottom right;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.quick-menu:not(.is-open) .quick-menu__panel {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

/* Toggle (green FAB, plus → x on open) */
.quick-menu__toggle {
  width: calc(var(--px) * 74);
  height: calc(var(--px) * 74);
  border-radius: 50%;
  background: var(--mc);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 calc(var(--px) * 4) calc(var(--px) * 14) rgba(0, 0, 0, 0.22);
  transition: transform 0.35s ease, background 0.2s ease;
}

.quick-menu__toggle:hover {
  background: var(--sc);
}

.quick-menu__toggle-ico {
  position: relative;
  width: calc(var(--px) * 28);
  height: calc(var(--px) * 28);
  display: block;
}

.quick-menu__toggle-ico::before,
.quick-menu__toggle-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: calc(var(--px) * 2);
  transform: translate(-50%, -50%);
}

.quick-menu__toggle-ico::before {
  width: calc(var(--px) * 24);
  height: calc(var(--px) * 3);
}

.quick-menu__toggle-ico::after {
  width: calc(var(--px) * 3);
  height: calc(var(--px) * 24);
}

.quick-menu.is-open .quick-menu__toggle {
  transform: rotate(135deg);
}

.quick-menu__item {
  display: block;
  width: calc(var(--px) * 87);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}

.quick-menu__item img {
  width: 100%;
  display: block;
}

.quick-menu__item:hover {
  transform: translateY(-2px);
}

.quick-menu__item--top {
  cursor: pointer;
}

.quick-menu__item--qr {
  cursor: pointer;
}

/* QR popup (WhatsApp / WeChat) */
.qr-pop {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.qr-pop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.qr-pop__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.qr-pop__box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: calc(var(--px) * 20);
  padding: calc(var(--px) * 24);
}

.qr-pop__close {
  position: absolute;
  top: calc(var(--px) * -52);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(var(--px) * 4) calc(var(--px) * 10);
  color: #fff;
  font-size: calc(var(--px) * 34);
  line-height: 1;
  cursor: pointer;
}

.qr-pop__img {
  display: none;
  width: calc(var(--px) * 380);
  justify-content: center;
  align-items: center;
}

.qr-pop__img.is-active {
  display: flex;
}

.qr-pop__img--whatsapp {
  aspect-ratio: 1350/2400;
}

.qr-pop__img--wechat {
  aspect-ratio: 1268/1819;
}

.qr-pop__img img {
  width: 100%;
  display: block;
}

/* ========== Responsive ========== */
@media (max-width: 599px) {
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_footer {
    font-size: 2.6vw !important;
  }
  .pc-mobile {
    display: none;
  }
  .mobile-pc {
    display: flex;
  }
  #hd_pop {
    height: 100vh;
    position: absolute;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5% !important;
  }
  #hd_pop > div {
    margin: 0 auto !important;
    left: auto !important;
    top: 5% !important;
    border-radius: 22px;
    overflow: hidden;
    width: 90% !important;
  }
  .main_small_title {
    font-size: 3.3vw;
    line-height: 1.5;
  }
  .mst {
    font-family: var(--mf);
    font-weight: 400;
    font-size: 3.3vw;
    line-height: 1.5;
  }
  .sm {
    font-size: 3.45vw;
  }
  .con2_menu_tab_item {
    text-align: center;
    line-height: 1.5vw;
    padding: 0 8%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
  }
  .con2_menu_tab {
    width: 80% !important;
    top: unset;
    right: unset;
    position: relative;
    margin-top: 8%;
  }
  .con2_menu_tab_itemab {
    width: 5vw;
  }
  .con2_menu_tab_item:hover .con2_menu_tab_itemab {
    opacity: 1;
    bottom: 204%;
  }
  .semimd {
    font-size: 4.2vw;
  }
  .face.main {
    height: 84.5vw !important;
    background-attachment: unset !important;
    justify-content: flex-start;
  }
  .face .face_top_4th {
    margin-left: 0%;
    width: 75.6%;
    text-align: center;
    margin-top: 2%;
  }
  .face .face_top {
    height: 0.5vw;
    margin-top: 48.7%;
    margin-left: 0;
    background: white;
    width: 8vw;
  }
  .face .face_top_2nd {
    margin-left: 0%;
    width: 75.5%;
    font-size: 3.2vw;
    text-align: center;
    margin-top: 2% !important;
  }
  .menu_2nd.con1 {
    background: var(--sc);
    height: 14.5vw;
  }
  .con7_mid_top_cate {
    margin: 0 6% !important;
  }
  .con7_mid_top_cate:hover {
    border-top: 0.9vw solid transparent;
    border-bottom: 0.9vw solid var(--mc);
  }
  .con7_mid_top_cate_on {
    border-top: 0.9vw solid transparent;
    border-bottom: 0.9vw solid var(--mc);
  }
  .menu_2nd .con7_mid_top {
    background: var(--sc);
    padding: unset;
    height: 14.5vw;
  }
  .exsm {
    font-size: 3.1vw;
  }
  .sm-md {
    font-size: 3.8vw;
  }
  .md {
    font-size: 5.8vw;
  }
  .exmd {
    font-size: 6.5vw;
  }
  .md-lg {
    font-size: 8.5vw;
  }
  .semilg {
    font-size: 9.7vw;
  }
  .lg {
    font-size: 12.3vw;
  }
  .exlg {
    font-size: 14vw;
  }
  .face .face_top_3rd {
    margin-top: -2% !important;
    white-space: nowrap;
    text-align: center;
    width: 100%;
  }
  /* ===== Bloomy Header — Mobile ===== */
  .h_logo {
    width: 26vw;
  }
  .bh {
    padding: 3vw 5vw;
  }
  .bh__menu {
    padding: 0;
    gap: 2.5vw;
    font-size: 3.5vw;
    width: 26vw;
  }
  .bh__burger {
    width: 4vw;
    gap: 1vw;
  }
  .bh__burger span {
    height: calc(var(--px) * 11);
  }
  .bs__inner {
    width: 90vw;
    height: auto;
    padding: 5vw 0 18vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5vw;
    box-sizing: border-box;
  }
  .bs__close {
    top: 3vw;
    left: auto;
    right: 0;
    width: 26vw;
  }
  .bs__logo {
    position: static;
    width: 26vw;
    margin-bottom: 8vw;
  }
  .bs__line {
    display: none;
  }
  .bs__col {
    position: static;
    margin-bottom: 7vw;
  }
  .bs__title {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  .bs__list,
  .bs__sublist {
    position: static;
  }
  .bs__col--3 .bs__sublist {
    left: 3vw;
    margin: 1vw 0;
  }
  .bs__list a,
  .bs__sublist a {
    font-size: 3.8vw;
    line-height: 7vw;
    transition: none;
  }
  .bs__sublist a {
    font-size: 3.3vw;
    line-height: 6vw;
  }
  .bs__list a::before,
  .bs__sublist a::before {
    display: none;
  }
  .bs__list a:hover,
  .bs__sublist a:hover {
    padding-left: 0;
    color: inherit;
  }
  .bs__tel {
    position: static;
    width: 60vw;
    margin-top: 6vw;
  }
  .bs__sns {
    position: static;
    margin-top: 4vw;
  }
  .bs__sns-item--blog {
    width: 8vw;
  }
  .bs__sns-item--insta {
    width: 7.8vw;
    margin-left: 4vw;
  }
  .bs__sns-item--kakao {
    width: 7.8vw;
    margin-left: 4vw;
  }
  .bs {
    overflow-y: auto;
    align-items: flex-start;
  }
  .quick-menu {
    right: 3vw;
    bottom: 3vw;
    gap: 1.6vw;
    transform: translateY(3vw);
  }
  .quick-menu.is-visible {
    transform: translateY(0);
  }
  .quick-menu__panel {
    bottom: calc(100% + 1.6vw);
    grid-template-columns: repeat(2, 14vw);
    gap: 1.6vw;
  }
  .quick-menu__item {
    width: 14vw;
  }
  .quick-menu__toggle {
    width: 12vw;
    height: 12vw;
  }
  .quick-menu__toggle-ico {
    width: 5vw;
    height: 5vw;
  }
  .quick-menu__toggle-ico::before {
    width: 4.4vw;
    height: 0.5vw;
  }
  .quick-menu__toggle-ico::after {
    width: 0.5vw;
    height: 4.4vw;
  }
  .qr-pop__box {
    padding: 4vw;
    border-radius: 3vw;
  }
  .qr-pop__close {
    top: -9vw;
    font-size: 7vw;
    padding: 1vw 2vw;
  }
  .qr-pop__img {
    width: 62vw;
  }
}
