/* BASIC css start */
body {
    padding-top: 0 !important;
}
#contentWrapper {
    padding-top: 0 !important
}
/* 메인 비쥬얼 배너 */
#mainSpot {
    position:relative;
    overflow:hidden;
}
#mainSpot .mySwiper {
}
#mainSpot .mySwiper .spotSlider {
}
#mainSpot .mySwiper .spotSlider .swiper-slide {
}

#mainSpot .main-video-banner img { width: 100%; height: 100%; }

@media (min-width:1025px) {
    #mainSpot .main-video-banner {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: #000;
    }
}

#mainSpot .main-video-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#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)
}

/* 비디오 배너, 고정 배너  */
.banner_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin-bottom: -5px;
}

.banner_wrap iframe { width: 100%; height: 100%; }
.banner_wrap img { width: 100%; }


/* 흐르는 배너 */
.Bnnr { position:relative; width:100%; text-align:center; }
.Bnnr .inner { overflow: hidden; }
.Bnnr .inner .tx span{ display: inline-block; white-space: pre; animation: text-to-left 60s linear infinite; font-size: 70px; font-weight: 900; color: #fff; line-height: 100px; text-transform: uppercase; background: #000; }

@keyframes text-to-left {
    0% {
        transform:translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* BEFORE & AFTER */
.main_bar .section-wrap .cateTit { margin-bottom: 70px; }
.main_ba__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.main_ba__item { position: relative; border-radius: 15px; overflow: hidden; }
.main_ba__item:nth-child(1)::before,
.main_ba__item:nth-child(3)::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; transition: opacity .3s ease; }
.main_ba__item:nth-child(1)::before,
.main_ba__item:nth-child(3)::before { background: url(/design/hippier/img/main/img_cursor_up1.png) center no-repeat; background-size: 45%; }
.main_ba__item:hover::before { opacity: 0; }
.main_ba__item .ba-b,
.main_ba__item .ba-a { width: 100%; }
.main_ba__item img { display: block; width: 100%; }
.main_ba__item .ba-a { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; z-index: 10; }
.main_ba__item:hover .ba-a { opacity: 1; }
.main_bar .js-bna { position: relative; width: 100%; height: 100%; overflow: hidden; user-select: none; }
.main_bar .after {
    position: static;
    width: 100%;
    height: auto;
    display: block;
}

.main_bar .before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_bar .overlay {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: inset(0 50% 0 0);
}
    /* width 없애 */
    clip-path: inset(0 50% 0 0); }
.main_bar .overlay .after { top: 0; left: 0; }
.main_bar .slider { position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background: #fff; transform: translateX(-50%); z-index: 10; cursor: ew-resize; }
.main_bar .handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto !important; max-width: none; }


/* 상품 목록 영역 */
/* 베스트 상품 영역 시작 */
#bstPrdWrp .swiper-pagination { width: 100%; background: rgba(0, 0, 0, 0.1); height: 3px; position: unset; margin-top: 38px; }
#bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill { background:rgba(0,0,0,1) }
#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 .prd-price { background: #000; justify-content: space-between; align-items: center; color: #fff; padding: 6.5px 10px; }
#bstPrdWrp .prd-price * { color: #fff; font-size: var(--cw-size-14); }
#bstPrdWrp .prd-price .discount { margin-right: 4px; }
#bstPrdWrp .prd-price .soldOut { color: #B2B2B2; font-weight: 700; text-transform: uppercase; }
#bstPrdWrp .prd-price .add_cart { font-size: var(--cw-size-12); }
#bstPrdWrp .prd-price .add_cart img { margin-right: 6px; }
#bstPrdWrp .item-wrap .item-cont .item-list .prd-info { padding-top: 14px; }
#bstPrdWrp .item-wrap .item-cont .item-list .prd-name { margin-bottom: 10px; min-height: 42px; }

/* Shot 슬라이드 */
#shot_swiper { margin-top: 50px; }
#shot_swiper * { color: #fff; font-size: var(--cw-size-12); font-weight: 700; }
#shot_swiper .bnr iframe { pointer-events: none; }
.shot-wrap { padding: 120px 0px 140px; }
.main-gallery .swiper-slide{
    position: relative;
    display: flex;
    align-items: center;

    width: 70%;
    max-width: 350px;

    aspect-ratio: 350 / 621;
    height: auto;

    overflow: hidden;
    clip-path: inset(12% 0 round 15px);
    transition: clip-path .35s cubic-bezier(.25,.46,.45,.94);

    will-change: clip-path;
}

.main-gallery .swiper-slide img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.main-gallery .swiper-slide iframe { width: 350px; height: 621px; }

.main-gallery .swiper-slide-active{
    clip-path: inset(0 round 15px);
}

.main-gallery .swiper-slide .bnr_prd_wrap{
    position:absolute;
    left:0;
    bottom:12%;
    display:flex;
    align-items:center;
    padding:24px;
    transition:bottom .35s cubic-bezier(.25,.46,.45,.94);
}

.main-gallery .swiper-slide-active .bnr_prd_wrap{
    bottom:0;
}
.main-gallery .swiper-slide .bnr_prd_wrap a.thumb { display: block; width: 88px; height: 88px; border-radius: 8px; overflow: hidden; margin-right: 14px; }
.main-gallery .swiper-slide .bnr_prd_wrap a img { width: 100% }
.main-gallery .swiper-slide .bnr_prd_wrap .prd-name { margin-bottom: 4px; }
/* Shot 슬라이드 */


/*중간배너*/
.mid_banner { align-items: center; justify-content: space-between; width: 100%; overflow: hidden; }
.mid_banner > div { width: 50%; }
.mid_banner > div.banner-img-wrap img { width: 100%; }
.mid_banner .banner-content { margin-left: 50px; }
.mid_banner .banner-title { font-family: var(--base-font); font-size: var(--cw-size-35); font-weight: 900; margin-bottom: 35px; text-transform: uppercase; }
.mid_banner .banner-subtitle { font-size: 12px; line-height: 17.5px; font-weight: 400; }
.mid_banner .banner-subtitle .kor { margin-bottom: 25px; }
.mid_banner .banner-subtitle .eng { color: #777; }


/*******************  반응형 *********************/

@media (max-width:1024px) {
    #mainSpot .swiper-button-next, #mainSpot .swiper-button-prev {
        display: none !important; }

    #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 .main-video-banner {
        position: relative;
        width: 100%;
        aspect-ratio: 10 / 12;
        overflow: hidden;
        background: #000;
    }
    

    #head_box {
        position:fixed;
        top:0;
        z-index:100;
        width:100%;
    }
    #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); }
    
    
    /* 이미지 배너 */
    .Bnnr {
        overflow: hidden; position:relative; width:100%; text-align:center; }
    .Bnnr .inner .tx span {
        line-height: 56px; font-size: 30px; }
    @keyframes text-to-left {
        0% {
            transform:translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    .main_bar .section-wrap .cateTit { margin-bottom: 40px; }
    .main_ba__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
    .main_ba__item:nth-child(2) { grid-column: 1 / -1; grid-row: 1; }
    .main_ba__item:nth-child(1) { grid-column: 1; grid-row: 2; }
    .main_ba__item:nth-child(3) { grid-column: 2; grid-row: 2; }
    .shot-wrap { padding: 110px 0 80px; }
    

    #bstPrdWrp { max-width:calc(100% - 13px); margin-right: 0; }
    #bstPrdWrp .cateTit { margin-right: 13px; }
    #bstPrdWrp .swiper-pagination { width:calc(100% - 13px); margin-top: 26px; }
    #bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill { background:rgba(18,18,18,1); }
    #bstPrdWrp .arrowBox { position:absolute; right:0; bottom: 28px; }
    #bstPrdWrp .arrowBox .l-line { display:inline-block; vertical-align:top; width:1px; height:12px; background:#ccc2bf; margin:2px 15px; }
    #bstPrdWrp .swiper-button-prev:after,#bstPrdWrp .swiper-button-next:after { font-size:13px; font-family:var(--base-font); 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-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-next span img,#bstPrdWrp .arrowBox .swiper-button-prev span img{width:5px; height:10px; vertical-align: middle; margin-top: -2px; display: inline-block;}
    
    
    /*중간배너*/
    .mid_banner { flex-direction: column; }
    .mid_banner > div { width: 100%; }
    .mid_banner > div.banner-img-wrap { order: -1; }
    .mid_banner .banner-content { margin: 0 auto; max-width: calc(100% - 26px); }
    .mid_banner .banner-title { margin-top: 40px; margin-bottom: 20px; font-size: 25px; }
    .banner-subtitle { margin-bottom: 0; }
    .mid_banner .banner-subtitle .kor { margin-bottom: 10px; }
}
/* BASIC css end */

