/* BASIC css start */
#container {
    padding-top: 30px;
}

.title_1 {font-size: 30px;font-family: Brewery Com;font-weight: 700;line-height: 30px;margin-bottom: 20px;}
.title_2 {font-size: 16px;font-weight: 700;margin-bottom: 20px;font-family: 'Noto Sans Korean';}
.title_3 {line-height: 1.5;font-family: 'Noto Sans Korean';}

.intro {padding: 100px 10px 20px;}
.intro h1 {font-size: 40px;padding-bottom: 0px;}


.mt50{margin-top:50px;}

.swiper-container1{overflow:hidden;    margin-top: 1px;}


.flexc div:nth-child(2) {margin-left: 0.5px;}
.flexc div:nth-child(1) {margin-right: 0.5px;}
.flexc {display: flex;margin-top: 1px;    margin-bottom: 1px;}
 


.swiper-containerA, .swiper-containerB {overflow:hidden;} 
.swiper-containerA, .swiper-containerB .swiper-pagination {
    position: relative!important;
    margin-top: -20px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}



/**/
#floatingButton {opacity: 0; }
.FloatingWriteButton {position: fixed;right: 20px;bottom: 18px;z-index: 11;}
.FloatingWriteButton .btn {width: 200px;height: 80px;color: var(--cafe-color-onCafeSkin);border-radius: 50px;box-shadow: 0 1px 4px 0 rgba(0,0,0,.07);transition: width .3s ease-out; background: #000;display: flex;justify-content: space-evenly;}
.FloatingWriteButton .text {white-space: nowrap;margin-right: 5px;opacity: 1; transition: opacity 1s ease; color : #fff;line-height: 80px;font-size:16px;    font-weight: 500;text-decoration: underline;}
.FloatingWriteButton .hide {opacity: 0; display:none;}
.btn span {visibility: unset!important;}




.header_box {
    mix-blend-mode: unset !important;
}
svg.logo-svg2 {
    fill: #000 !important;
}
.header_box .icon svg line,.header_box .icon svg circle,.header_box .icon svg rect,.header_box .icon svg path{
    stroke: #000 !important;
}



.swiper_tab_box {text-align:center; margin:100px 0 70px;}
.swiper_tab_box a {display:inline-block; padding:0 10px; line-height:19px; color:#aaa; font-weight:400; font-size:14px;}
.swiper_tab_box a.active {background:none; color:#26231D; font-weight:600;}
.product_list_box .product_list_box_wrap {padding-top: 50px;}
.product_list_box .product_list_box_wrap.active {display:block;}
.opendate {position: absolute;top: 0;left: 0;width: auto;height: 26px;background: #00000029;font-size: 12px;font-weight: 500;line-height: 26px;color: #fff;text-align: center;z-index: 1;padding: 0 10px;}






/** 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 */

