/* BASIC css start */
/** LOOKBOOK CSS 시작 **/
.lookbook-section { display: flex !important; flex-direction: column; gap: 0; margin: 0; width: 100%; }
@media (min-width: 768px) { .lookbook-section { flex-direction: row !important; } }
.lookbook-section > .lookbook { flex: 1 1 0; min-width: 0; }
.lookbook { position: relative; width: 100%; background: #eee; }
.lookbook[data-ratio="3/4"] { aspect-ratio: 3/4; }
.lookbook[data-ratio="4/5"] { aspect-ratio: 4/5; }
.lookbook[data-ratio="1/1"] { aspect-ratio: 1/1; }
.lookbook[data-ratio="16/9"] { aspect-ratio: 16/9; }
.lookbook-img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 상품이 안 뜰 때 대신 보이는 말. 기본은 감춰 두고, 상품 이미지가 없을 때만 JS 가 켠다 —
   반대로 짜면(기본 노출) JS 가 늦게 도는 사이 「8월 26일 오픈」이 잠깐 번쩍인다.
   ⚠️ 카드의 흰 배경·그림자는 .lookbook-card 가 아니라 진열템플릿이 뱉는 .simple 에 붙어 있다.
      상품이 없으면 .simple 도 없어서, 여기서 같은 옷을 입혀 주지 않으면 허공에 글자만 뜬다
      (재훈: 「그냥 투명한 곳에 멘트만 떠 있음」). 아래 배경·그림자는 .simple 과 같은 값이다. */
.lookbook-note {
  display: none;
  padding: 28px 16px;
  font-size: 13px; line-height: 1.5; text-align: center; color: #555;
  background: #fffdf9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  box-sizing: border-box; width: 100%;
}
.lookbook-note.on { display: block; }
/* .lookbook-spot 스타일은 선택한 버튼 스타일 프리셋(SPOT_PRESETS)이 아래에 이어붙임 */
/* lookbook-card 는 위치/노출 wrapper. 실제 카드 레이아웃은 .simple 이 담당 */
.lookbook-card {
  position: absolute; left: var(--x); top: var(--y);
  width: 320px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.lookbook-card[data-dir="right"] { margin-left: 28px; transform: translateY(-50%); }
.lookbook-card[data-dir="left"] { margin-left: -28px; transform: translate(-100%, -50%); }
.lookbook-spot.active + .lookbook-card { display: block; animation: lb-fadeIn 0.2s ease-out; }
@keyframes lb-fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* 메이크샵 personal 템플릿 출력 레이아웃 */
.lookbook-card .simple {
  display: flex; flex-direction: row; align-items: center;
  gap: 12px; padding: 10px;
  background: #fffdf9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  text-decoration: none; color: #111;
  box-sizing: border-box; width: 100%;
}
.lookbook-card .thumbnail {
  width: 72px; height: 72px;
  flex-shrink: 0; background: #fff; overflow: hidden;
}
.lookbook-card .thumbnail img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lookbook-card .item_txt { flex: 1; min-width: 0; }
.lookbook-card .item_txt .name {
  font-size: 12px; font-weight: 400; color: #111;
  margin: 0 0 4px 0; line-height: 1.3;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.lookbook-card .sale_percent {
  display: inline-block; font-size: 12px; font-weight: 500; color: #e63946;
  margin-bottom: 4px;
}
.lookbook-card .item_price { font-size: 12px; line-height: 1.4; color: #111; }
.lookbook-card .item_price .strike { text-decoration: line-through; color: #999; font-size: 12px; margin-right: 4px; }
.lookbook-card .item_price .strike .unit { color: #999; }
.lookbook-card .item_price .price { font-size: 12px; font-weight: 400; color: #111; }
.lookbook-card .unit { font-size: 12px; color: #666; }

@media (max-width: 480px) {
  .lookbook-card { width: 280px; }
  .lookbook-card .simple { padding: 8px; gap: 10px; }
  .lookbook-card .thumbnail { width: 60px; height: 60px; }
}
/** LOOKBOOK CSS 끝 **/
/** 핫스팟 버튼 스타일 (클래식 + · 레드) **/
.lookbook-spot{position:absolute;left:var(--x);top:var(--y);width:40px;height:40px;border-radius:50%;background:#ffffff;border:none;cursor:pointer;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(0,0,0,0.25);animation:lb-classic 2s infinite;padding:0;z-index:5}
.lookbook-spot::before{content:'+';color:#e63946;font-size:24px;font-weight:500;line-height:1;transition:transform 0.25s ease;transform-origin:center}
.lookbook-spot.active::before{transform:rotate(45deg)}
.lookbook-spot.active{animation:none}
@keyframes lb-classic{0%,100%{box-shadow:0 2px 12px rgba(0,0,0,0.25),0 0 0 0 rgba(255,255,255,0.7)}50%{box-shadow:0 2px 12px rgba(0,0,0,0.25),0 0 0 10px rgba(255,255,255,0)}}

/** 페이지 틀 (PC) **/
#contentWrapper.side {background: #fff!important;min-width: 1400px;    padding-top: 30px;}
#content {width: 50%!important;}

.no-translate2 {
    mix-blend-mode: unset!important;
}
.logo-svg2 {
    fill: #000!important;
}
#hdWrap .hdCate .cateWrap > ul > li > a {
    color: #000!important;
}
#hdWrap .topRight > ul > li > a {
    color: #000!important;
}
#allfinder-ctr svg {
    display: none;
}

.intro {padding: 200px 50px 50px;}
.intro h1 {font-size: 50px;padding-bottom: 10px;}

.flex {display: flex;margin: 0px 0;}
.flex .flexdiv {width: 50%;}
.flex .flexdiv:nth-child(1) {margin-right: 0.5px;}
.flex .flexdiv:nth-child(2) {margin-left: 0.5px;}

.side_container .side_wrapper .side_body {padding: 0!important;}


.swiper-containerA, .swiper-containerB {overflow:hidden;}

#content .tit-page-2:first-child {margin-top: 0px!important;}
#content .tit-page-2 {margin-top: 0px!important;}

.mt50{margin-top:50px;}
.mt180{margin-top:180px;}
/** 페이지 틀 (PC) 끝 **/
/* BASIC css end */

