/* BASIC css start */
@media (min-width:1025px) { 
    body {
        padding-top: 0 !important;
    }
}
#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
}

#contentWrapper > div {
    margin-bottom:120px;
}

/* 메인 비쥬얼 배너 */
#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)
}
/* 상품 목록 영역 */
#newPrdSld {
    padding-top:136px;
}

/*중간배너*/
.mid_banner {
    margin-bottom:160px;
    width:100%;
    height:520px;
    background:url('/design/ungpa/img/wide-bnr.jpg') no-repeat center center / cover;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    text-align:center;
}
.banner-content {
    z-index:2;
}
.banner-title {
    font-family:var(--base-font);
    font-size:25px;
    font-weight:600;
    margin-bottom:16px;
    letter-spacing: -2%;
}
.banner-subtitle {
    font-size:16px;
    margin-bottom:32px;
    line-height:24px;
}
.banner-btn {
    font-family:var(--base-font);
    color:#fff;
    border:1px solid #fff;
    cursor:pointer;
    border-radius:999px;
    font-size:16px;
    font-weight:700;
    margin:0 auto;
    display:block;
    width:169px;
    height:38px;
    line-height: 38px;
}
/*recmd*/
#recmdPrdWrp .item-wrap .item-cont {
    gap: 80px 24px;
}

#recmdPrdWrp .item-wrap .item-cont .item-list {
    width: calc(33.33% - 16px);
}

/* 인스타 */
.insta-cont {
    max-width:1760px;
    margin:0 auto;
    padding:0 16px;
}

.insta-cont h3 {
    padding-bottom: 48px;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}

.insta-cont ul {
    display:flex;
    gap:24px;
}

.insta-cont ul li {
    
}

.insta-cont ul li a img {
    width:100%;
}

.insta-cont .btn_moreGray {
    background:url(/design/ungpa/img/more-arrow-r-ic.svg) #568448 no-repeat;
    background-position: 134px center;
    margin-top:88px;
}

.insta-cont button.btn_moreGray:after {
    margin-left: -15px;
    font-size: 15px;
    content: "보러 가기";
}

/* 슬라이드 상품 */
.slidePrd {
    background:#568448;
}

.slidePrd .inner {
    max-width: 1200px;
    color: #fff;
}

.slidePrd .grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding:96px 16px;
}

.slidePrd .item-title {
    padding-bottom: 56px;
    grid-column: 1;
    grid-row: 1;
}

.slidePrd .item-title h4 {
    font-size: 28px;
    line-height: 41px;
}

.slidePrd .item-title h3 {
    font-size: 58px;
    font-weight: 500;
    line-height: 84px;
    margin-bottom: 16px;
}

.slidePrd .item-title p {
    font-size: 16px;
    line-height: 26px;
}

.slidePrd .item-banner {
    grid-column: 2;
    grid-row: 1 / 3;
}

.slidePrd .item-banner img {
    width:100%;
    height:100%;
    object-fit:contain;
}

.slidePrd .item-banner video {
    width: 600px;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 50px;
}

.slidePrd .item-buy {
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-top: 24px;
    grid-column: 1;
    grid-row: 2;
    max-width:456px;
}

.slidePrd .item-buy dl {
    display: flex;
    gap:24px;
}

.slidePrd .item-buy dl dt {

}

.slidePrd .item-buy dl dt img {
    width: 80px;
    border-radius: 8px;
}

.slidePrd .item-buy dl dd {
    display: flex;
    align-items: center;
}

.slidePrd .item-buy dl dd .item-info {

}

.slidePrd .item-buy dl dd .item-info .item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: block;
    font-size:16px;
    font-weight:500;
    margin-bottom:4px;
}

.slidePrd .item-buy dl dd .item-info .item-price {
    display:flex;
    align-items:center;
    gap:6px;
}

.slidePrd .item-buy dl dd .item-info .item-price span {
    font-size:18px;
    font-weight:500;
}

.slidePrd .item-buy dl dd .item-info .item-price strike {
    font-size:16px;
    opacity:0.4;
}

.slidePrd .item-buy dl dd .buy-btn {
    width: 112px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    text-align: center;
    color: #568448;
    border-radius: 19px;
    font-size:15px;
    font-weight:500;
}

.slidePrd .item-buy dl dd .buy-btn img {
    margin-left:8px;
}

.slidePrd .control-btn {
    position:absolute;
    width:42px;
    right:24.5%;
    height:11px;
    bottom:70px;
}

.slidePrd .control-btn .swiper-button-prev {
    left:0;
    font-size:0;
    width: 6px;
    height: 11px;
    margin: 0;
    background:url(/design/ungpa/img/prev-arrow.svg)no-repeat center;
    top: 0;
    bottom: auto;
}

.slidePrd .control-btn .swiper-button-next {
    right:0;
    font-size:0;
    width: 6px;
    height: 11px;
    margin: 0;
    background:url(/design/ungpa/img/next-arrow.svg)no-repeat center;
    top: 0;
    bottom: auto;
}

.slidePrd .control-btn .swiper-button-prev:after,
.slidePrd .control-btn .swiper-button-next:after {
    display:none;
}

.slidePrd .swiper-pagination {
    bottom:48px !important;
    line-height: 1;
    font-size: 0;
}

.slidePrd .swiper-pagination span {
    width:6px;
    height:6px;
    margin:0 3px;
    background: #fff;
}


@media (max-width:1024px) { 
    #contentWrapper > div {
        margin-bottom:60px;
    }
    
    #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)
    }

    #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)
    }
    /* 이미지 배너 */
    .Bnnr {
        overflow: hidden;
        position:relative;
        width:100%;
        text-align:center;
    }
    .Bnnr .inner {
    }
    .Bnnr .inner .tx {
        display:inline-block;
        white-space:pre;
        animation:text-to-left 60s linear infinite;
        font-size:48px;
        font-weight:300;
        color:#5F4541;
        line-height: 1;
    }

    .Bnnr .inner .tx span {
        font-size: 48px;
        font-weight: 300;
        color: #5F4541;
        line-height: 1;
        display: block;
        animation: none;
    }

    @keyframes text-to-left {
        0% {
            transform:translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* 상품 목록 영역 */
    #newPrdSld {
        padding-top:136px;
    }

    .moreBox .item-wrap .item-cont .items,.moreBox .item-wrap .item-cont .items .thumb {
        width: 100%
    }

    .moreBox .items .thumb {position:relative;overflow:hidden;}
    .moreBox .items .thumb .prd_thumb img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        display: block;}
    .moreBox .items .thumb .item-wish {
        position: absolute;
        right: 16px;
        top: 17px;}

    .moreBox .items .prd-info{padding-bottom:0}
    .moreBox .items .prd-info .prd-price span.replace{color: #121212;font-size: 14px; font-weight: 700;}
    .moreBox .items .prd-info .prd-info-list {text-align:left;}
    .moreBox .items .prd-info .score img {width:15px;margin-top:-3px;margin-right:3px;}
    .moreBox .items .prd-info .review {margin-left:5px;}
    .moreBox .items .prd-wish {padding-top:0;}
    .moreBox .items .thumb .item-wish .ico.prd-wish::after {bottom:18px;}
    .moreBox .items .thumb .item-wish .ico {display: inline-block;text-align: center;width: 49%;}
    .moreBox .items .thumb .item-wish .ico.prd-wish::after {/*content:"";display:inline-block;width:1px;height:30px;background-color:#eee8da;position: absolute;right: 50%;bottom:15px;*/}
    .moreBox .items .thumb .item-wish .ico img {width:20px;height:100%;}
    .moreBox .items .thumb .item-wish .ico .on {display:none;}
    .moreBox .items .thumb .item-wish .ico .wish-on .off {display:none;}
    .moreBox .items .thumb .item-wish .ico .wish-on .on {display:inline-block;}
    .moreBox .items .thumb {position:relative;overflow:hidden }
    .moreBox .items .thumb .prd_thumb img { width:100%;transform: scale(1);transition: all 0.6s ease;}
    .moreBox .items .thumb .prd_thumb img:hover {transform: scale(1.04);transition: all 0.6s ease;}
    .moreBox .items .prd-info { padding:12px 0 60px; overflow:hidden }
    .moreBox .items .prd-ico {text-align:left; display: inline-block;}
    .moreBox .items .prd-ico img { margin:2px }
    .moreBox .items .prd-name {text-align:left; _margin-bottom: 6px;}
    .moreBox .items .prd-name a {
        font-weight: 500;
        color: #121212;
        font-size: 13px;
        word-wrap: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 20px;
        display: inline-block;}
    .moreBox .items .prd-price { padding-top:5px;text-align: left;}
    .moreBox .items .prd-price strike { color:#707070; }
    .moreBox .items .prd-price .price { color:#1c1c1c; }
    .moreBox .items .prd-color { padding-top:15px;text-align:left;}
    .moreBox .items .prd-preview { padding-top:5px }
    .moreBox .items .prd-preview .btn-preview { display:inline-block; width:69px; height:17px; text-indent:-9999em; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_preview.gif) 0 0 no-repeat }
    .moreBox .items .prd-benefit { padding-top:5px;text-align:left; }
    .moreBox .items .prd-wish a { font-family: 'malgun gothic'; font-size: 14px; color: #000; }
    .moreBox .items .prd-wish i.fa { margin-right: 4px; color: #c8c8c8; font-size: 22px; vertical-align: text-top; cursor:pointer; }
    .moreBox .items .prd-wish i.fa-heart { display:none; color: #f41f3a; }
    .moreBox .items .prd-wish .wish-on i.fa-heart { display:inline-block; }
    .moreBox .items .prd-wish .wish-on i.fa-heart-o { display:none; }
    .moreBox .items .prd-subname {
        line-height: 16px;
        margin-bottom: 8px;
        color: #999999;
        text-align: left;
        _word-break: keep-all;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 16px;
    }

    /*중간배너*/
    .mid_banner {
        margin-bottom:100px;
        width:100%;
        height:520px;
        background:url('/design/ungpa/img/m-wide-bnr.jpg') no-repeat center center / cover;
        display:flex;
        align-items:center;
        justify-content:center;
        color:white;
        text-align:center;
    }
    .banner-content {
        z-index:2;
    }
    .banner-title {
        font-family:var(--base-font);
        font-size:36px;
        font-weight:600;
        margin-bottom:12px;
    }
    .banner-subtitle {
        font-size:16px;
        margin-bottom:32px;
        line-height:24px;
        word-break: keep-all;
        padding:0 20px;
    }
    .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;
        width:169px;
        height:38px;
        line-height: 38px;
    }
    
    /* recmd */
    #recmdPrdWrp .item-wrap .item-cont {
        gap: 41px 8px;
    }
    
    #recmdPrdWrp .item-wrap .item-cont .item-list {
        width: calc(50% - 4px);
    }
    
    /* 슬라이드 상품 */
    .slidePrd .grid {
        display:block;
        padding:48px 16px 86px; 
    }
    
    .slidePrd .item-banner video {
        width:100%;
        height:100%;
    }
    
    .slidePrd .item-title {
        padding-bottom:32px;
    }
    
    .slidePrd .item-title h4 {
        font-size:20px;
        line-height:29px;
    }
    
    .slidePrd .item-title h3 {
        font-size:36px;
        line-height:52px;
        margin-bottom:12px;
    }
    
    .slidePrd .item-title p {
        font-size:14px;
        line-height:24px;
    }
    
    .slidePrd .item-buy {
        max-width:100%;
        background:#fff;
        color:#2C2B2B;
        padding:0;
        border:none;
        margin-top:16px;
        border-radius:6px;
    }
    
    .slidePrd .item-buy dl dt img {
        border-radius:6px 0 0 6px;
    }
    
    .slidePrd .item-buy dl dd .item-info .item-name {
        font-size:13px;
        margin:0;
    }
    
    .slidePrd .item-buy dl dd .item-info .item-price span {
        font-size:16px;
    }
    
    .slidePrd .item-buy dl dd .item-info .item-price strike {
        font-size:14px;
    }
    
    .slidePrd .item-buy dl dd .item-info .item-price span.discount {
        color:#568448;
    }
    
    .slidePrd .item-buy dl dd .buy-btn {
        display:none;
    }
    
    /* 인스타 */
    .insta-cont h3 {
        font-size: 26px;
        padding-bottom: 20px;
        line-height: 38px;
    }
    
    .insta-cont ul {
        gap:4px;
        flex-wrap:wrap;
    }
    
    .insta-cont ul li {
        width:calc(33.33% - 8px);
    }
    
    .insta-cont .btn_moreGray {
        margin-top:40px;
    }

}
/* BASIC css end */

