.px-30{padding: 0 30px;}
.px-24{padding: 0 24px;}
.pl-24{padding-left: 24px;}
/* 최상단 띠배너 */
.top-line-banner{
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.top-line-banner .swiper-slide{
    display: flex;
    align-items: center;
}
.top-line-banner .swiper-slide *{
    font-size: 14px !important;
}
.top-line-banner button{
    z-index:10;
    position:absolute;
    top:0px;
    right:0px;
    width:40px;
    height:40px;
}
/* 메인 gnb */
header.blackyakkids{
    position: relative;
    height: auto !important;

}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}
.header-top .logo{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-top .btn-cart{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.header-top .btn-cart .cart-cnt{
    width: 18px;
}
.header-top .btn-cart .cart-cnt.hide{
    display: none;
}
.header-top .btn-cart .cart-cnt span{
    z-index: 0;
    position: absolute;
    top: -2px;
    right: 0px;
    width: 25px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 9px;
    background-color: #f00000;
    color: #FFF;
}

.header-middle {
    position: relative;
    top: 0; left: 0; right: 0;
    z-index: 99;
    background: #fff;
    transition: transform 0.5s cubic-bezier(0.215,0.610,0.355,1.000);
}

.header-middle.is-sticky {
    position: fixed;
}

/* Swiper 초기 깜빡임 방지 */
.gnb-swiper {
    visibility: hidden;
    overflow: hidden;
    padding-right: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.gnb-swiper.swiper-initialized {
    visibility: visible;
    transition: opacity 0.2s;
    opacity: 1;
}

.gnb-swiper .swiper-wrapper {
    display: flex;
}

.gnb-swiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
    min-width: max-content;
    padding: 16px 0;
    box-sizing: border-box;
}
.gnb-swiper .swiper-slide:first-of-type{
    padding-left: 24px;
}

.gnb-swiper .swiper-slide a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    opacity: 0.8;
    text-decoration: none;
}
/* 메인 컨텐츠 */
main img{
    display: block;
    width: 100%;
}

.kv-area{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.kv-area img{
    width: 100vw;
}
.kv-area .kv-content{
    position: absolute;
    bottom: 62px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kv-area .kv-content .main-text{
    font-size: 2.66667rem;
    font-weight: 700;
    line-height: 130%;
    color: #FFF;
}
.kv-area .kv-content .sub-text{
    font-size: 1.33333rem;
    font-weight: 400;
    line-height: 140%; /* 1.86667rem */
    color: #FFF;
}
.kv-area .swiper-pagination{
    width: fit-content;
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: auto;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 80px;
    padding: 6px 12px;
    color: #FFF;
}
.kv-area .swiper-pagination *{
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
}
.kv-area .swiper-pagination .swiper-pagination-current{
    font-weight: 600;
}

/* 공통 */
.section-area{
    margin-top: 64px;
}

.section-area .main-tit{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
}
.section-area .main-tit.eng{
    font-weight: 600;
}
.banner-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 20px 0 32px 0;
}
.banner-tabs button{
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.5px;
    border-radius: 80px;
    border: 1px solid #D9D9D9;
}
.banner-tabs button.active{
    color: #FFF;
    border: 1px solid #000;
    background: #000;
}

/* 배너 상품 영역 공통 */
.prd-area .prd-list{
    position: relative;
    max-width: 160px;
}
.prd-list.swiper-slide{
    /*border: 1px solid red;*/
}
.prd-area .prd-list .prdimg a{
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.prd-area .prd-list .prdimg img{
    width: 100%;
    height: 100%;
}
.prd-area .prd-list .icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%; /* 12px */
}
.prd-area .prd-list .info{
    margin-top: 12px;
}
.prd-area .prd-list .info .name a{
    font-size: 13px;
    line-height: 140%; /* 16px */
    letter-spacing: -0.065px;
    word-break: break-word;
}
.prd-area .prd-list .info .price{
    margin-top: 8px;
    display: flex;
    gap: 8px;
}
.prd-area .prd-list .info .price .sale-per{
    color: #FF5C47;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
}
.prd-area .prd-list .info .price .prd-price{
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
}

/* 가장 사랑받는 베스트 아이템 */
.best-banner{
    overflow: hidden;
    padding-right: 24px;
}
.best-banner .swiper-slide:first-of-type{
    margin-left: 24px;
}
.popular-area .banner-content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.popular-area .parent-swiper{
    position: relative;
    overflow: hidden;
}
.popular-area .parent-swiper .swiper-slide{
    position: relative;
    width: 100%;
    aspect-ratio: 390 / 500; /* 원본 비율 유지 */
}
.popular-area .parent-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* or contain */
}
.popular-area .parent-swiper .tit-area{
    position: absolute;
    bottom: 52px;
    left: 24px;
    padding-left: 24px;
}
.popular-area .parent-swiper .tit-area .banner-tit{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}
.popular-area .parent-swiper .tit-area .banner-sub-tit{
    margin-top: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.popular-area .parent-swiper .swiper-pagination{
    width: fit-content;
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: auto;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 80px;
    padding: 6px 12px;
    color: #FFF;
}
.popular-area .parent-swiper .swiper-pagination *{
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
}
.popular-area .parent-swiper .swiper-pagination .swiper-pagination-current{
    font-weight: 600;
}

.popular-area .child-swiper .swiper-container{
    overflow: hidden;
    padding-right: 24px;
}
.popular-area .child-swiper .swiper-slide:first-of-type{
    margin-left: 24px;
}

.hot-picks-area{
    padding: 64px 0;
    background-color: #F5F5F5;
    overflow: hidden;
}
.hot-picks-area .banner-content{
    margin-top: 30px;
}
.hot-picks-area .hot-picks-banner {
    width: calc(100% - 24px);
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    padding-left: 24px;
}
/*.hot-picks-banner .swiper-wrapper{
    transform: translate3d(4%, 0, 0);
}*/
.hot-picks-banner .swiper-slide {
    position: relative;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 335 / 482;
}
.hot-picks-banner .swiper-slide-shadow {
    border-radius: 12px;
}
.hot-picks-banner .swiper-slide-next,
.hot-picks-banner .swiper-slide-next .swiper-slide-shadow{
    opacity: 1 !important;
}
.hot-picks-banner .swiper-slide-shadow,
.hot-picks-banner .swiper-slide-shadow-left,
.hot-picks-banner .swiper-slide-shadow-right {
    pointer-events: none !important;
}
/*.hot-picks-banner .swiper-slide-next .swiper-slide-shadow {
    background: #999;
}*/
.hot-picks-banner .swiper-slide a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.hot-picks-banner .swiper-slide a iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 335 / 482;
    pointer-events: none;
}
.hot-picks-banner .swiper-slide a .touch-layer{
    position: absolute;
    top:0; left:0;
    right:0; bottom:0;
}
.hot-picks-banner .swiper-slide a img {
    width: 100%;
    height: 100%;
}
.hot-picks-banner .swiper-slide .tit-box{
    position: absolute;
    bottom: 9.756vw;
    left: 7.80488vw;
    right: 7.80488vw;
    opacity: 0;
    transform: translateY(20px);
}
.hot-picks-banner .swiper-slide .tit-box.slide-up{
    animation: slideUp 0.2s ease-in-out forwards;
}
.hot-picks-banner .swiper-slide .tit-box .tit{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}
.hot-picks-banner .swiper-slide .tit-box .sub-tit{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 16px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px); /* 시작 시 20px 아래에 위치 */
    }
    to {
        opacity: 1;
        transform: translateY(0);   /* 원래 위치로 이동 */
    }
}

.kids-look-area{
    overflow: hidden;
}
.kids-look-banner{
    margin-top: 24px;
}
.kids-look-banner.swiper-slide {
    width: 89.3333% !important;
}

.kids-look-banner .prd-area .thum_img{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.kids-look-banner .prd-area .thum_img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.kids-look-banner .prd-area .thum_img .img-tag{
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.60);
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%; /* 12px */
}
.kids-look-banner .prd-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}
.kids-look-banner .swiper-slide.swiper-slide-active .prd-list{
    opacity: 1;
}
.kids-look-banner .prd-list li{
    display: flex;
    flex-direction: row;
}
.kids-look-banner .prd-list li .prdimg{
    flex: 0 0 auto;
    width: 21.465vw !important;
}
.kids-look-banner .prd-list li .info{
    padding: 12px 16px;
    margin: 0;
    width: 100%;
}
.kids-look-banner.prd-area .prd-list .info .name a{
    letter-spacing: -0.5px;
}
.kids-look-banner .prd-list li .wish{
    display: flex;
    margin-left: auto;
    cursor: pointer;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(/_skin/sw_kor_bcc/img/shop/wish.svg) no-repeat;
    background-size: 100%;
    transition: fill 0.2s, stroke 0.2s;
}
.kids-look-banner .prd-list li .wish.wish_on{
    background: url(/_skin/sw_kor_bcc/img/shop/wish_on.svg) no-repeat;
    background-size: 100%;
    animation: pop 0.3s ease;
}
@keyframes pop {
    0%   { transform: scale(1); }
    50%  { transform: scale(0.7); }
    100% { transform: scale(1.2); }
}

.middle-line-banner{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.best-review-area .review-box{
    padding-left: 24px;
    margin-top: 24px;
}

.lookbook-area{
    padding: 64px 24px;
    background: #F5F5F5;
}

.lookbook-area .sub-tit{
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    margin: 12px 0 24px 0;
}

.lookbook-area .large-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.lookbook-area .large-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* fade 효과 */
}
.lookbook-area .thumbnails{
    position: relative;
    overflow: hidden;
}
.lookbook-area .thumbnails .swiper-wrapper{
    margin: 24px 0 27px 0;
}
.lookbook-area .swiper-slide{
    width: 26.666666% !important;
}
.lookbook-area .swiper-pagination{
    top: auto;
    bottom: 0;
    height: 3px;
}
.lookbook-area .swiper-pagination .swiper-pagination-progressbar{
    background: #D0D9DD;
}
.lookbook-area .swiper-pagination .swiper-pagination-progressbar-fill{
    background: #000;
}
.lookbook-area .btn-more{
    width: fit-content;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid #D9D9D9;
    margin: 48px auto 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%; /* 15px */
    letter-spacing: -1px;
}

.shop-more-area .shop-more-banner{
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.shop-more-area .shop-more-banner li{
    position: relative;
}
.shop-more-area .shop-more-banner li .info{
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}
.shop-more-area .shop-more-banner li.full{
    width: 100%;
}
.shop-more-area .shop-more-banner li.half{
    flex: 1 1 calc(50% - 4px);
}

.bottom-line-banner{
    position: relative;
    overflow: hidden;
}
.bottom-line-banner .swiper-pagination {
    width: fit-content;
    position: absolute;
    bottom: 12px;
    right: 12px;
    left: auto;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 80px;
    padding: 6px 12px;
    color: #FFF;
}
.bottom-line-banner .swiper-pagination *{
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
}
.bottom-line-banner .swiper-pagination .swiper-pagination-current{
    font-weight: 600;
}

footer{
    padding: 0 !important;
}