/* BASIC css start */
#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;}

/** 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; }
.lookbook-spot {
  position: absolute; left: var(--x); top: var(--y);
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.95); border: none;
  cursor: pointer; transform: translate(-50%, -50%);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  transition: background 0.2s; animation: lb-pulse 2s infinite;
  padding: 0; z-index: 5;
}
.lookbook-spot::before {
  content: '+'; color: #e63946; font-size: 24px; font-weight: 500; line-height: 1.2;
  display: block; transition: transform 0.25s ease; transform-origin: center;
}
.lookbook-spot.active::before { transform: rotate(45deg); }
.lookbook-spot.active { animation: none; background: #fff; }
@keyframes lb-pulse {
  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); }
}
/* 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 ³¡ **/
/* BASIC css end */

