/* BASIC css start */
#home_theme {
  overflow-x: scroll;
}
#home_theme::-webkit-scrollbar{
  width: 0;
}
#home_theme ul{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
#home_theme ul a{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
#home_theme ul a img{
  border-radius: 50%;
  object-fit: contain;
  background: #f7f7f7;
}
#home_theme ul{
    width: 1200px;
  }
#home_theme ul a{
    width: 120px;
    margin: 0 28px 36px;
  }
#home_theme ul a img{
    width: 120px;
    height: 120px;
    margin-bottom: 6px;
  }

/* ===== On sale Trends 전용 ===== */
#trendSale{
  display:none;
  width:1760px;
  margin-bottom:160px;
  padding-top:0;
}

/* 기존 #trend .trendPrdWrp flex 영향 제거 */
#trendSale .trendPrdWrp{
  display:block;
}

/* 6개 상품을 2열로 배치 */
#trendSale .small.item-cont{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 60px;
}

/* 각 상품 줄: 지금처럼 썸네일+텍스트 한 줄 유지 */
#trendSale dl.item-list{
  width:100%;
  display:flex;
  align-items:center;
  padding:16px 0;
  margin:0;
  border-bottom:1px solid #E1D9D7;
}

/* 썸네일 폭 */
#trendSale dl.item-list .thumb{
  width:92px;
  flex:0 0 92px;
  margin-right:16px;
}

/* 위시 아이콘 위치 유지 */
#trendSale dl.item-list .thumb .new_option{
  right:5px;
  top:5px;
}
#trendSale dl.item-list .thumb .new_option .ico img{
  width:15px;
}

/* 할인율 span */
#trendSale .prd-price span.discount{
  position:unset;
  margin-left:4px;
}

/* 반응형 */
@media (max-width: 1024px){
  #trendSale{ width:100%; }
  #trendSale .small.item-cont{
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/* ===== Brand shop 전용(기존 #trend에서 분리) ===== */
#brandShop{
  width:1760px;
  margin-bottom:160px;
  padding-top:0;
}
#brandShop .trendPrdWrp{
  display:flex;
  justify-content:space-between;
}
#brandShop .trendPrdWrp .section{
  width:568px;
  display:inline-block;
  vertical-align:top;
}




#head_box {
	position:fixed;
	top:0;
	z-index:100;
	width:100%;
	background:none !important;
	border:0 !important;
}
#head_box.fixed {
	background:#fff !important;
	border-bottom:1px solid #E1D9D7 !important;
}
#contentWrapper {
	padding-top: 0 !important
}
/* 메인 비쥬얼 배너 */
#mainSpot {
	position:relative;
	overflow:hidden;
}
#mainSpot .mySwiper {
}
#mainSpot .mySwiper .spotSlider {
}
#mainSpot .mySwiper .spotSlider .swiper-slide {
}
#mainSpot .mySwiper .spotSlider .swiper-slide a {
}
#mainSpot .mySwiper .spotSlider .swiper-slide a img {
	width:100%;
}
#mainSpot .swiper-button-prev {
	left:var(--swiper-navigation-sides-offset,80px);
}
#mainSpot .swiper-button-prev:after {
	font-size:0;
	background:url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_left.png);
	width:22px;
	height:42px;
}
#mainSpot .swiper-button-next {
	right:var(--swiper-navigation-sides-offset,80px);
}
#mainSpot .swiper-button-next:after {
	font-size:0;
	background:url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_right.png);
	width:22px;
	height:42px;
}
#mainSpot .swiper-pagination {
	top:unset;
	bottom:30px;
	width:240px;
	left:calc(50% - 120px);
	background:rgba(18,18,18,0.2);
	height:2px;
}
#mainSpot .swiper-pagination .swiper-pagination-progressbar-fill {
	background: rgba(18,18,18,1)
}

/* 메인 비쥬얼 배너 텍스트 */
#mainSpot .mySwiper .spotSlider .swiper-slide .main_bn_txt {
  position:absolute;
  left: 30%;
  display: block;
  top: 50%;
  text-align: center;
  width:91%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
#mainSpot .mySwiper .spotSlider .swiper-slide .big_txt {
  font-size:30px;
  font-weight:700;
  line-height:35px;
  margin-bottom:16px;
}
#mainSpot .mySwiper .spotSlider .swiper-slide .small_txt {
    font-size:18px;
    font-weight:300;
    margin-bottom:20px;
}
#mainSpot .mySwiper .spotSlider .swiper-slide .mid_txt {
  font-size:24px;
  font-weight:400;
  margin-bottom:0px;
}
#mainSpot .mySwiper .spotSlider .swiper-slide .main_bn_txt .txt_bt a {
font-size:14px;
font-weight:400;
height:42px;
line-height:42px;
color:var(--fff);
text-align:center;
background-color:var(--000);
padding:0 40px;
border-radius:30px;
display: inline-block;
margin: 6px;
}

/* 이미지 배너 */
.imgBanner { margin:30px auto 0; position:relative; width:1172px; overflow:hidden }
.imgBanner ul { *zoom:1 }
.imgBanner ul:after { display:block; clear:both; content:'' }
.imgBanner ul li { padding-right:10px; float:left;}
.imgBanner ul li img {
	width:580px;
}

/* 이미지 배너 위에 텍스트 넣을수 있는 */
.Bnnr {
	position:relative;
	width:100%;
	text-align:center;
    display: none;
}
.Bnnr .inner {
    overflow: hidden;
}
.Bnnr .inner .tx {
}


.Bnnr .inner .tx span{display:inline-block;
	white-space:pre;
	animation:text-to-left 60s linear infinite;
	font-size:96px;
	font-weight:300;
	color:#5F4541;
	line-height:360px; }

@keyframes text-to-left {
	0% {
		transform:translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}
/* 상품 목록 영역 */
#newPrdSld {
	padding-top:136px;
}
#bstPrdWrp .swiper-pagination {
	width:240px;
	left:calc(50% - 120px);
	background:rgba(18,18,18,0.2);
	height:2px;
	position:unset;
	margin:60px auto 20px;
}
#bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill {
	background:rgba(18,18,18,1)
}
#bstPrdWrp .arrowBox {
	position:absolute;
	right:0;
	bottom:30px;
}
#bstPrdWrp .arrowBox .l-line {
	display:inline-block;
	vertical-align:top;
	width:1px;
	height:12px;
	background:#ccc2bf;
	margin:0 15px;
}
#bstPrdWrp .swiper-button-prev:after,#bstPrdWrp .swiper-button-next:after {
	font-size:14px;
	font-family:var(--base-font);
	color:var(--point-color);
	text-transform:capitalize !important;
	font-weight:500;
}
#bstPrdWrp .arrowBox .swiper-button-next {
	margin-top:0;
	width:auto;
	height:unset;
	position:unset;
	display:inline-block;
	vertical-align:top;
}
#bstPrdWrp .arrowBox .swiper-button-next span {
	float:right;
	margin-left:10px;
}
#bstPrdWrp .arrowBox .swiper-button-next span:after {
}
#bstPrdWrp .arrowBox .swiper-button-prev {
	margin-top:0;
	width:auto;
	height:unset;
	position:unset;
	display:inline-block;
	vertical-align:top;
}
#bstPrdWrp .arrowBox .swiper-button-prev span {
	margin-right:12px;
}
#bstPrdWrp .arrowBox .swiper-button-prev span:after {
}
.moreBox {
	padding-top:0;
	padding-bottom:80px;
}
.moreBox .item-cont .item-list {
	margin-right:24px;
	float:left;
	margin-bottom:80px;
}
.moreBox .item-cont .item-list:nth-child(4n) {
	margin-right:0
}

/*사이즈변경 3열로 260225*/
#contentWrapper .moreBox .item-cont .item-list{
	width:calc((100% - 24px * 2) / 3) !important;
    box-sizing:border-box;
}
.moreBox .item-wrap .item-cont .item-list .thumb {
	width: 100%;
}
/*브랜드샵*/
.caption{
 font-size:16px;
 padding:8px 0px 20px 4px;
}
/*trend*/

#trend {
	width:1760px;
	margin-bottom:160px;
    padding-top: 0;
}
#trend .trendPrdWrp {
	display:flex;
	justify-content:space-between;
}
#trend .item-wrap .item-cont .item-list {
	padding:16px 0;
	display:inline-flex;
	align-content:stretch;
	align-items:center;
	margin-right:0;
	width:100%;
}
#trend .item-wrap .item-cont .item-list:nth-child(2) {
	border-top:1px solid #E1D9D7;
	border-bottom:1px solid #E1D9D7;
}
#trend .item-wrap .item-cont .item-list .thumb {
	width:92px;
	margin-right:16px;
}
#trend .item-wrap .item-cont .item-list .prd-info {
	padding-top:0
}
.trendPrdWrp .section {
	width:568px;
	display:inline-block;
	vertical-align:top;
}
.trendPrdWrp .section .big {
}
.trendPrdWrp .section .big a {
}
.trendPrdWrp .section .big a img {
	width:100%
}
#trend .item-wrap .item-cont .item-list .thumb .new_option .ico {
	width:100%
}
#trend .item-wrap .item-cont .item-list .thumb .new_option .ico img {
	width:15px;
}
#trend .item-wrap .item-cont .item-list .thumb .new_option {
	right:5px;
	top:5px
}
#trend .item-wrap .item-cont .item-list .prd-info .prd-price span.discount {
	position:unset;
	margin-left: 4px;
}
/*온세일*/


/*중간배너*/
.mid_banner {
	margin-bottom:160px;
	width:100%;
	height:0px;
	background:url('/design/candlejoy/2mo_1.jpg') no-repeat center;
	display:flex;
	align-items:center;
	justify-content:center;
	color:white;
	text-align:center;
    margin: 40px 0;
}
.banner-content {
	z-index:2;
}
.banner-title {
	font-family:var(--base-font);
	font-size:36px;
	font-weight:600;
	margin-bottom:12px;
	display:none;
}
.banner-subtitle {
	font-size:16px;
	margin-bottom:32px;
	line-height:24px;
    	display:none;
}
.banner-btn {
	font-family:var(--base-font);
	font-weight:600;
	color:#fff;
	border:1px solid #fff;
	cursor:pointer;
	border-radius:999px;
	font-size:16px;
	text-decoration:none;
	margin:auto;
	display:block;
    display:none;
	width:169px;
	height:38px;
	line-height: 38px;
}
/*recmd*/
#recmdPrdWrp {
	width:1240px;
}
#recmdPrdWrp .item-wrap .item-cont .item-list,#recmdPrdWrp .item-wrap .item-cont .item-list .thumb {
	width:570px;
}
#recmdPrdWrp .item-wrap .item-cont .item-list:nth-child(3n) {
	margin-right:0
}
#recmdPrdWrp .item-wrap .item-cont .item-list .thumb .new_option .ico {
	width: 100%;
}

/* 핫딜 */
.product-wrap .cateTit .hotdeal{
	color:#e5005e;
}

/* 리뷰 더보기 */
.best_review_more{
  display:block; 
  width:calc(100% - 280px);
  margin:24px auto 0; 
  padding:20px 0;
  border:1px solid #ddd; 
  background:#fff; 
  border-radius:36px;
  font-weight:600;
  font-size: 18px;
}

/* 인스타그램 시작 */
.ig6-wrap{
 max-width:1240px;margin:0px auto
}

  /* 항상 3열 고정 (가로 3 × 세로 2) */
  .ig6-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr); /* 3열 고정 */
    gap:8px;
  }

  /* 카드 스타일 */
  .ig6-card{
    position:relative; overflow:hidden; border-radius:8px;
    aspect-ratio:1/1; background:#f5f5f5;
  }
  .ig6-card a{display:block;width:100%;height:100%}
  .ig6-card img{width:100%;height:100%;object-fit:cover;display:block}

  .ig6-badge{
    position:absolute; right:8px; top:8px;
    background:rgba(0,0,0,.55); color:#fff; font-size:11px;
    padding:4px 8px; border-radius:999px;
  }

/* 인스타그램 끝*/


/* 베스트리뷰 모음 */
#reviewBoard .review-wrap .tiny a img {width: 45%;}
.best_review_tit {
    font-size: 26px;
    text-align: center;
    margin-top: 80px;
}
.best_power_review_list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 14px;
}
.best_review {
    flex: 0 0 calc((100% - 80px) / 4);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 8px;
    margin-bottom: 0;
}
.best_review .review {
    padding: 2px 6px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.best_review .review .review_text {
    height:45px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.best_review_photo img{
    border-radius: 8px 8px 0 0;
}
.click {width:100%;}
.count {float:right;}
.write {
    padding-top:5px;
    color: #ccc;
}
.date {
    float:right;
    display: none
}
.product_img {
    width: 62px;
    margin:5px;
    float:left;
}
.product {width:100%; margin:5px}
.product .product_name {
    padding-top: 2px;
    padding-bottom: 4px;
}

/* 유튜브 공통 */
.video-container{
  width: 100%;
  margin: 80px auto 40px;
  padding: 0;
  display: flex;
  justify-content: center;
}

/* 비율 강제하지 않음 */
.youtube-shorts-wrap{
  width: min(1200px, 92vw);   /* 최대 폭 제한 */
  display: flex;
  justify-content: center;
}

/* iframe은 원래 비율 유지 */
.youtube-shorts-wrap iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;   /* 기본은 일반영상 */
  max-height: 80vh;       /* 너무 길어지는 것 방지 */
  border-radius: 16px;
}

/*지피티 해결은 “float를 끄는 것”이 핵심 */

/* MD's Pick / Hot Deal (moreBox) : float 방식 완전 종료 */
.moreBox .item-cont{
  display:flex !important;
  flex-wrap:wrap !important;
  gap: 80px 24px !important;     /* 세로/가로 간격: 기존 margin-bottom/ margin-right 대체 */
}

/* float/마진 제거 + 4열 고정 */
.moreBox .item-cont .item-list{
  float:none !important;
  clear:none !important;
  margin:0 !important;
  width:auto !important;
  box-sizing:border-box !important;

  flex: 0 0 calc((100% - 24px * 3) / 4) !important;
  max-width: calc((100% - 24px * 3) / 4) !important;
}

/* nth-child로 마진 빼던 방식 무력화 */
.moreBox .item-cont .item-list:nth-child(4n){
  margin-right:0 !important;
}

/* thumb 100% */
.moreBox .item-cont .item-list .thumb{
  width:100% !important;
}

/* =========================
   Hot Deal만 3열로 (최소 수정)
   - 기존 moreBox(4열 강제) 위에 덮어쓰기
========================= */
#newPrdWrp.hotdeal3 .item-cont{
  display:flex !important;
  flex-wrap:wrap !important;
  gap: 80px 24px !important;
}

#newPrdWrp.hotdeal3 .item-cont .item-list{
  flex: 0 0 calc((100% - 24px * 2) / 3) !important;
  max-width: calc((100% - 24px * 2) / 3) !important;
}
/* Hot Deal(#newPrdWrp) 이미지 작아지는 원인(thumb 292px 고정) 강제 해제 */
#wrap.small-screen #newPrdWrp.moreBox .item-cont .item-list .thumb{
  width: 100% !important;      /* 292px !important 덮기 */
  flex: 0 0 100% !important;   /* 혹시 flex 고정도 같이 덮기 */
  margin-right: 0 !important;  /* 썸네일 옆 간격이 남아있으면 제거 */
}

/* =========================
   상단간격조정
========================= */
#newPrdWrp, #trendSale, #trend {
  margin-top: 120px;
}
/* BASIC css end */

