/* BASIC css start */
#powerReviewType2 .img-area .swiper-button-prev:after,
#powerReviewType2 .img-area .swiper-button-next:after{opacity:0}
#powerReviewTop .img-slider .swiper-button-next:after,
#powerReviewTop .img-slider .swiper-button-prev:after{font-size:0}

#photoreview{}
#photoreview ul.review_list{
    width: 1300px;
    overflow: hidden;
    display: flex;
    gap: 20px;}
#photoreview ul.review_list li{
    width: 310px;}
#photoreview ul.review_list li a{display:block;}
#photoreview ul.review_list li a img{width:100%; border-radius:6px}
#photoreview ul.review_list li .innerconts{}
#photoreview ul.review_list li .innerconts p.txt{    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    padding: 14px 0 8px;
    height: 40px;}
#photoreview ul.review_list li .innerconts p.date{
    font-size: 15px;
    color: #999999;
    font-weight: 600;
    letter-spacing: -1.2px;}
    
#photoreview ul.review_list li .innerconts p.score{padding-top: 10px;
    line-height: 1;
    font-size: 16px;
    color: #000000;
    font-weight: 600;}

#photoreview ul.review_list li .innerconts p.score em{color:#F7C54C}
            
/* 메인 비쥬얼 배너 */
#main_bnr .banner-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#main_bnr .swiper-slide {
  cursor:pointer;
  width: 100%;
}

#main_bnr .banner {   
    background-size: contain !important; 
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 500;         
  background: #3ecfbe;              
  overflow: hidden;
  display: flex;
  align-items: center;
}

#main_bnr .banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 20% 50%,
                rgba(0,0,0,.18) 0%,
                transparent 70%);
  z-index: 1;
  pointer-events: none;
}

#main_bnr .banner-products {
  position: absolute;
  right: -2%;
  top: -8%;
  width: 62%;
  height: 116%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
  transform: rotate(-12deg);
  transform-origin: center center;
  z-index: 0;
}

#main_bnr .product-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  gap: 4px;
}

#main_bnr .product-box .pill {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3ecfbe 0%, #2ab5a5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#main_bnr .product-box .pill svg { width: 22px; height: 22px; fill: #fff; }

#main_bnr .product-box .brand {
  font-size: .58em;
  color: #3ecfbe;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.2;
}
#main_bnr .product-box .name {
  font-size: .72em;
  color: #1a1a1a;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -.01em;
}
#main_bnr .product-box .sub {
  font-size: .50em;
  color: #555;
  text-align: center;
  line-height: 1.4;
}
#main_bnr .product-box .badge {
  background: #e8faf8;
  color: #2ab5a5;
  font-size: .48em;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 20px;
  letter-spacing: .02em;
}

#main_bnr .banner-text {
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    width: 1300px;
    margin: auto;
}

#main_bnr .banner-text .tag {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #fff;
    letter-spacing: -.3px;
}

#main_bnr .banner-text .arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#main_bnr .banner-text .arrow svg {
  width: clamp(14px,2vw,22px);
  height: clamp(14px,2vw,22px);
  flex-shrink: 0;
}

#main_bnr .banner-text .sub-title {
  font-size: clamp(.85rem, 1.6vw, 1.1rem);
  font-weight: 500;
  color: rgba(255,255,255,.95);
  letter-spacing: .02em;
}

#main_bnr .banner-text .main-title {
    font-weight: 900;
    letter-spacing: -.03em;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .18);
    font-size: 63px;
    line-height: 1;
}

#main_bnr .swiper-button-prev{left: 50%; margin-left: -700px;    background: url(/design/greenstore/2026/img/prev_btn.svg) no-repeat center;}
#main_bnr .swiper-button-next{right: 50%; margin-right: -700px;    background: url(/design/greenstore/2026/img/next_btn.svg) no-repeat center;}

#main_bnr .swiper-button-prev:after,#main_bnr .swiper-button-next:after{font-size:0 !important}

#main_bnr .swiper-button-prev,
#main_bnr .swiper-button-next {
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}


#main_bnr .swiper-button-prev:hover,
#main_bnr .swiper-button-next:hover {  }

#main_bnr .swiper-button-prev::after,
#main_bnr .swiper-button-next::after { font-size: 14px; font-weight: 900; }

#main_bnr .swiper-pagination {
  bottom: 14px !important;
}
#main_bnr .swiper-pagination-bullet {
  background: rgba(255,255,255,.5);
  opacity: 1;
  width: 7px;
  height: 7px;
  transition: width .3s, background .3s;
  border-radius: 4px;
}
#main_bnr .swiper-pagination-bullet-active {
  background: #fff;
  width: 22px;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
#main_bnr .swiper-slide-active .banner-text .tag      { animation: fadeUp .5s .05s both; }
#main_bnr .swiper-slide-active .banner-text .sub-title{ 
    animation: fadeUp .5s .18s both;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: -3px;
    line-height: 1;}
#main_bnr .swiper-slide-active .banner-text .main-title{ animation: fadeUp .5s .30s both; }

@media (max-width: 640px) {
  #main_bnr .banner-products { width: 70%; gap: 8px; }
  #main_bnr .product-box .pill { width: 28px; height: 28px; }
  #main_bnr .product-box .pill svg { width: 16px; }
}



/*카테고리 섹션*/
.category-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0 99px;
    background-color: #fff;
}

.category-container {
    width: 1300px;
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 135px
}

.category-item label{font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center;}

.icon-box {
    width: 135px;
    height: 135px;
    background-color: #F0F0F0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    cursor: pointer
}

/* 마우스 올렸을 때 효과 (선택사항) */
.icon-box:hover {
    transform: translateY(-5px);
    background-color: #e8e8e8;
}

.icon-box img {}




/*타임세일*/
.time-sale-section {
    width: 1300px;
    color: #fff;
    padding: 130px 0 100px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.time-sale-section .product-image-placeholder img{border-radius:3px;}

.time-sale-section .product-card{width:460px}

.time-sale-section .product-info{padding-top:17px}

.time-sale-container {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.time-sale-section .action-buttons{right:22px; bottom:24px }
.time-sale-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.time-sale-header h3{
    width: max-content;
    letter-spacing: -.2px;
    font-size: 35px;
    font-weight: 800;
    color: #000;}

.sub-txt { 
    font-size: 17px;
    color: #929292;
    font-weight: 400;
    margin: 5px 0 22px;
    line-height: 1.21;}
    
.main-txt { font-size: 34px; font-weight: 700; margin: 0; }

.timer-group {}
.timer-label { font-size: 18px; color: #fff; }
.timer-num { 
    font-size: 50px;
    font-weight: 800;
    color: #000;
}

.product-list-two {
    display: flex;
    gap: 21px;
}

.prod-item {
    flex: 1;
    width: 460px;
}

.prod-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
}

.badge-special {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #007a5d;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
}

.action-btns {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-wish, .btn-cart {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-wish { background-image: url('/design/greenstore/2026/img/icon-wish.svg'); }
.btn-cart { background-image: url('/design/greenstore/2026/img/icon-cart.svg'); }

.prod-info { padding: 25px 0; }
.price-old { 
    font-size: 18px; 
    color: #888; 
    text-decoration: line-through; 
    margin-bottom: 8px; 
}
.price-new { font-size: 28px; font-weight: 700; }
.per { color: #00ffaa; margin-right: 12px; }


section.bnr{margin-bottom:113px}

.bnr.part2 {
    margin-bottom: 117px;
}

.bnr.part2 > a {
    display: block;
    margin-bottom: 11px;
}
.bnr.part2 > ul {
    display: flex;
    justify-content: space-between;
    gap: 13px;
}
.bnr.part2 > ul >li{}
.bnr.part2 > ul >li >a{}
.bnr.part2 > ul >li >a > img{}
/* BASIC css end */

