/* BASIC css start */
#header {
    border-bottom: 0 !important;
}

#header.fixed,
#header.state-login.fixed {
    border-bottom: 1px solid var(--000) !important;
}  

#mainBnr img {
    width: 100%;
}

#mainBnr .swiper-button-prev {
    opacity: 0;
    background: url(//skin.makeshop.co.kr/skin/everyday/images/every_arr_l.png) no-repeat;
    height: 32px;
    width: 16px;
    background-size: contain;
}

#mainBnr .swiper-button-next {
    opacity: 0;
    background: url(//skin.makeshop.co.kr/skin/everyday/images/every_arr_r.png) no-repeat;
    height: 32px;
    width: 16px;
    background-size: contain;
}

#mainBnr .swiper-button-next,
#mainBnr .swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

#mainBnr .swiper-button-next::after,
#mainBnr .swiper-button-prev::after {
    display: none;
}

#mainBnr:hover .swiper-button-next,
#mainBnr:hover .swiper-button-prev {
    opacity: 1;
}

#mainBnr .swiper-button-prev {
    left: 7%;
}


#mainBnr .swiper-button-next {
    right: 7%;
}

#mainBnr .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* 페이지네이션을 꽉 채우기 위해 추가 */
}

#mainBnr .swiper-pagination .swiper-pagination-bullet {
    background: var(--000);
    opacity: 0.2; 
    border-radius: 0;
    margin: 0;
    height: 2px;
    width: auto;
    /* 기본 너비 초기화 */
    flex-grow: 1;
    /* 유연한 너비를 허용 */
}

#mainBnr .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
#mainBnr .txt {
    text-align: center;
    padding: 65px 0;
}

#mainBnr .txt h1 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

#mainBnr .txt p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
}




#banner1{}
#banner1 a{display: block;width: 100%;}
#banner1 a img{width: 100%;}







.banner {
    width: 1500px;
    margin: 100px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    overflow: hidden;
}
.banner > a {
    flex: 1;
}
.banner img {
    transition: transform 0.3s ease; 
    width: 100%;
} 

.banner .left,
.banner .right {
    flex: 1;
    overflow: hidden;
}

.banner .left img:hover,
.banner .right img:hover {
    transform: scale(1.02); /* 이미지 확대 */
}

.banner .txt {
    pointer-events: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner .txt h1 {
    color: var(--fff);
    font-weight: 700;
    font-size: 32px;
}

.banner .txt p {
    color: var(--fff);
    font-size: 14px;
    line-height: 1.55;
    margin-top: 15px;
}
.mainTitle {
    width: 1480px;
    position: relative;
    margin: 100px auto 25px;
}

.mainTitle h1 {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.mainTitle a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.item-wrap-slide {
    overflow-x: hidden;
    margin-bottom: 100px;
}

.item-wrap-slide .swiper-container {
    padding-bottom: 57px !important;
    width: 1380px;
    padding-right: 100px;
    overflow: visible;
}

.item-wrap-slide .swiper-container .swiper-pagination {
    bottom: 0 !important; left:0; right:0;
}

.item-wrap-slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 7px !important;
    background: #eee !important;
    opacity: 1 !important;
}

.item-wrap-slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--000) !important;
}


.item-wrap-slide .swiper-container .swiper-slide {}



.item-wrap-slide .swiper-button-prev {
    background: url(//skin.makeshop.co.kr/skin/everyday/images/slide_btn_l.png) no-repeat;
    height: 48px;
    width: 48px;
    background-size: contain;
    left: 0;
    display: none;
}

.item-wrap-slide .swiper-button-next {
    background: url(//skin.makeshop.co.kr/skin/everyday/images/slide_btn_r.png) no-repeat;
    height: 48px;
    width: 48px;
    background-size: contain;
    right: 0;
}

.item-wrap-slide .swiper-button-next,
.item-wrap-slide .swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: -64px !important;
}

.item-wrap-slide .swiper-button-next::after,
.item-wrap-slide .swiper-button-prev::after {
    display: none;
}

.item-wrap-slide .collection_slide.swiper-container {
    padding-bottom: 60px !important;
    width: 1290px;
    padding-right: 190px;
    overflow: visible;
}


.itemList.swiper-slide>div {
    position: relative;
}

.itemList.swiper-slide>div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.itemList.swiper-slide .thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.item-wrap-slide .new_slide.swiper-container .swiper-slide-active>div::after,
.item-wrap-slide .new_slide.swiper-container .swiper-slide-active+.swiper-slide>div::after,
.item-wrap-slide .new_slide.swiper-container .swiper-slide-active+.swiper-slide+.swiper-slide>div::after,
.item-wrap-slide .new_slide.swiper-container .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide>div::after {
    display: none;
}


.item-wrap-slide .collection_slide.swiper-container .swiper-slide-active>div::after,
.item-wrap-slide .collection_slide.swiper-container .swiper-slide-active+.swiper-slide>div::after,
.item-wrap-slide .collection_slide.swiper-container .swiper-slide-active+.swiper-slide+.swiper-slide>div::after {
    display: none;
}

.subject {}

.subject a {
    font-size: 18px;
    font-weight: 600;
}


.item-wrap-slide .collection_slide.swiper-container .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* 페이지네이션을 꽉 채우기 위해 추가 */
}

.item-wrap-slide .collection_slide.swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: var(--000) !important;
    opacity: 0.2 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    height: 2px !important;
    width: auto !important;
    /* 기본 너비 초기화 */
    flex-grow: 1;
    /* 유연한 너비를 허용 */
}

.item-wrap-slide .collection_slide.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.tab-container {
    width: 500px;
    margin: 0 auto;
}

.tabs {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    cursor: pointer;
    margin-left: 40px;
}

.tab-link {
    padding: 2px 0;
    font-size: 14px;
    color: #666;
    flex-grow: 1;
    text-align: center;
    margin-right: 28px;
}

.tab-link:hover {
    color: var(--000);
}

.tab-link.active {
    color: var(--000);
    font-weight: 700;
    border-bottom: 1px solid var(--000);
}

.tab-content {
    display: none;
    width: 1480px;
    margin: 0 auto;
}

.tab-content.active {
    display: block;
}
.specialSale {
    width: 1480px;
    margin: 0 auto;}
.specialSale .itemList:nth-child(-n+4) {width:340px;}



#content{width:1500px;}
.section{margin-bottom: 100px;}
.sec_inner{width: 1500px; margin: 0 auto;}
.section h2{color: #565656;font-family: 'Nanum Myeongjo', serif; font-size: 40px; text-align: center; font-weight: 500;margin-bottom: 55px;}
.section p.sub{color: #99978e;font-family: 'Nanum Myeongjo', serif;  font-size: 17px; font-weight: 600;text-align: center;}
.item_more{position:relative; display:flex; align-items:center; justify-content:center;}
.item_more a{display:inline-block; background-color:#fff; font-size:12px;letter-spacing:2px; font-weight:500;   color:#c6baac;font-family: 'Noto Serif KR', serif; padding:10px 40px; }
.item_more::after{content: ""; display: block;z-index:-1; width: 345px; height: 1px; background-color: #eee; position: absolute ; top: 50%; left: 50%; transform: translate(-50%,-50%);}



/* 섹션공통 */
#section1{width:100%}
#section1:not(:last-child){ margin-bottom:100px}
#sec_inner1{width: 1780px; margin: 0 auto;}
#section1 h2{font-family: 'Montserrat', 'Noto Sans KR', sans-serif;margin-bottom: 25px; font-size: 32px; color: #000; font-weight: 500;}
#section1 h2.en{font-weight:600}






#sec2{background-color:#faf8f7; padding:10px 0 50px 0}
#sec2 .sec_inner{}
#sec2 .sec_inner h2{margin-bottom:20px}
#sec2 .sec_inner p.sub{}
#sec2 .sec_inner .sec2_cont{margin-top: 45px;}
#sec2 .sec_inner .sec2_cont ul{display: flex; justify-content: space-between;}
#sec2 .sec_inner .sec2_cont ul li{}
#sec2 .sec_inner .sec2_cont ul li .promo_img{}
#sec2 .sec_inner .sec2_cont ul li .promo_img a{position: relative;display: block; overflow: hidden;}
#sec2 .sec_inner .sec2_cont ul li .promo_img a span{display: inline-block;opacity: 0; transition: all .3s; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: rgba(255, 255, 255, 0.819); width: 60px;height: 60px;box-shadow: 0 0 20px 1px rgba(84, 84, 84, 0.248); border-radius: 50%; display: flex;align-items: center; justify-content: center;}
#sec2 .sec_inner .sec2_cont ul li .promo_img a:hover>img{transform: scale(1.05);}
#sec2 .sec_inner .sec2_cont ul li .promo_img a:hover>span{opacity: 1;}
#sec2 .sec_inner .sec2_cont ul li .promo_img a>span:hover{transform:  translate(-50%,-50%) scale(1.1);}
#sec2 .sec_inner .sec2_cont ul li .promo_img a>img{display: block; transition: transform .3s;}
#sec2 .sec_inner .sec2_cont ul li .txt_wrap{padding: 30px 0;}
#sec2 .sec_inner .sec2_cont ul li .txt_wrap p{text-align: center;}
#sec2 .sec_inner .sec2_cont ul li .txt_wrap p.big{color: #5e5043;font-family: 'Nanum Myeongjo', serif; font-size: 24px; font-weight: 800;} 
#sec2 .sec_inner .sec2_cont ul li .txt_wrap p.big::after{content: "/"; display: block;color: #99978e; font-weight: 400; margin: 8px 0; font-size: 20px;}
#sec2 .sec_inner .sec2_cont ul li .txt_wrap p.small{color: #565656;font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 500;line-height: 1.5;}







#sec3{}
#sec3 .sec_inner{}
#sec3 .sec_inner h2{}
#sec3 .sec_inner .sec3_cont{}
#sec3 .sec_inner .sec3_cont ul{display: grid; height: 970px;
    gap: 15px;
    grid-template-areas: 
    "a b c"
    "a b c"
    "d b e"
    ;
}

#sec3{background-color:#faf8f7; padding:10px 0 100px 0}
#sec3 .sec_inner .sec3_cont ul li{}
#sec3 .sec_inner .sec3_cont ul li:nth-child(1){grid-area: a;}
#sec3 .sec_inner .sec3_cont ul li:nth-child(2){grid-area: d;max-height: 360px;}
#sec3 .sec_inner .sec3_cont ul li:nth-child(3){grid-area: b; }
#sec3 .sec_inner .sec3_cont ul li:nth-child(4){grid-area: c;}
#sec3 .sec_inner .sec3_cont ul li:nth-child(5){grid-area: e;max-height: 360px;}
#sec3 .sec_inner .sec3_cont ul li a{display: block;position: relative; width: 100%;height: 100%; overflow: hidden;}
#sec3 .sec_inner .sec3_cont ul li a img{width: 100%;height: 100%; object-fit: cover; transition: all .3s;}
#sec3 .sec_inner .sec3_cont ul li a:hover>img{filter:brightness(0.6);}
#sec3 .sec_inner .sec3_cont ul li a:hover>p{opacity: 1; }
#sec3 .sec_inner .sec3_cont ul li a:hover>p::after{width:105%}
#sec3 .sec_inner .sec3_cont ul li a p{opacity: 0;transition: margin-top .4s, opacity .8s;  font-family: 'Pretendard', 'Montserrat',serif;position: absolute; top: 50%;left: 50%;transform: translate(-50%,-50%); color: #fff; font-size: 22px; font-weight: 600;}
#sec3 .sec_inner .sec3_cont ul li a p::after{content: "";transition:all .3s; display: block; position: absolute;  width: 1%; height: 15px;background-color: #d7c1b27e; bottom: -2px; left: 50%; transform: translateX(-50%) rotate(-1deg);transform-origin: left center;  z-index: -1;}









/* sec6 */
#sec6{overflow:hidden}
#sec6 .sec_inner1{}
#sec6 .sec_inner1 .sec6_cont{display: flex; justify-content: space-between; flex-wrap: nowrap;gap: 80px;}
#sec6 .sec_inner1 .sec6_cont>div{width: calc((100% - 80px) / 2);}
#sec6 .sec_inner1 .sec6_cont>div .banner2{}
#sec6 .sec_inner1 .sec6_cont>div .banner2 h3{ margin-bottom: 30px;font-family:'Montserrat','Noto Sans KR', sans-serif; font-size: 38px; font-weight: 500; color: #000;}
#sec6 .sec_inner1 .sec6_cont>div .banner2 .banner_img{}
#sec6 .sec_inner1 .sec6_cont>div .banner2 .banner_img a{display: block; width: 100%;border-radius: 15px; overflow: hidden;}
#sec6 .sec_inner1 .sec6_cont>div .banner2 .banner_img a img{width: 100%;}
#sec6 .sec_inner1 .sec6_cont>div .banner2 p{    margin: 20px 0 40px;letter-spacing:-.7px; font-family:'Noto Sans KR', sans-serif; font-size:16px; color:#000; font-weight:400; line-height:1.7;}
#sec6 .sec_inner1 .sec6_cont>div .swiper{padding-bottom: 20px;}
#sec6 .sec_inner1 .sec6_cont>div .swiper ul{}
#sec6 .sec_inner1 .sec6_cont>div .swiper ul li{}
#sec6 .sec_inner1 .sec6_cont>div .swiper ul li.item_list .info .prdname{margin-bottom:5px}
#sec6 .sec_inner1 .sec6_cont>div .swiper ul li.item_list .info .price{font-weight:500}
#sec6 .sec_inner1 .sec6_cont>div .swiper .swiper-scrollbar{height:2px; }
#sec6 .swiper :is(.swiper-button-next,.swiper-button-prev){ transition: filter .4s; filter: opacity(0);  background-color:#222; padding: 10px; width: 35px; height: 50px; transform: translateY(-50%); color:#fff;}
#sec6 .sec_inner1 .sec6_cont>div:hover :is(.swiper-button-next,.swiper-button-prev){ filter: opacity(1);}
#sec6 .swiper .swiper-button-next{right:0px}
#sec6 .swiper .swiper-button-prev{left: 0px}
#sec6 .swiper .swiper-button-next:after,#sec6 .swiper .swiper-button-prev:after{font-size: 15px;}












#sec7{}
#sec7 .sec7_cont{display: flex; height: auto;}
#sec7 .sec7_cont>div{width: 50%;height: inherit;}
#sec7 .sec7_cont .sec7_left{display: flex;background-color: #f3f2ee; align-items:center; justify-content: right;}
#sec7 .sec7_cont .sec7_left .text_wrap{width: 750px;}
#sec7 .sec7_cont .sec7_left .text_wrap p{}
#sec7 .sec7_cont .sec7_left .text_wrap p.sec7_main{margin-bottom: 20px; color: #565656; font-size: 40px; font-weight: 500; font-family: 'Nanum Myeongjo', serif; line-height : 150%;}
#sec7 .sec7_cont .sec7_left .text_wrap p.sec7_sub{margin-bottom: 20px; color: #757575; font-size: 24px; font-weight: 600; font-family: 'Nanum Myeongjo', serif;}
#sec7 .sec7_cont .sec7_left .text_wrap p.sec7_cont{margin-bottom: 60px; font-family: 'Pretendard', sans-serif;font-weight: 500;line-height: 1.6;  color: #565656; font-size: 18px;}
#sec7 .sec7_cont .sec7_left .text_wrap a.moreview{background-color: #dfd7ce;transition: all .3s; font-family: 'Pretendard', serif;color: #998d80; font-size: 15px; font-weight: 600; letter-spacing: 0px; display: inline-block; padding: 15px 45px; border-radius: 13px;}
#sec7 .sec7_cont .sec7_left .text_wrap a.moreview:hover{background-color: #dcd1c5;}
#sec7 .sec7_cont .sec7_right{}
#sec7 .sec7_cont .sec7_right a{display: block; width: 100%;}
#sec7 .sec7_cont .sec7_right a img{width: 100%;}







/* sec8 */
#sec8{position:relative;}
#sec8 .sec_inner{}
#sec8 h2{}
#sec8 .sec8_review{position:relative;}
#sec8 .sec8_review>div.swiper{width: 100%; padding-bottom:50px;}
#sec8 .sec8_review>div.swiper>ul{width: 100%; }
#sec8 .sec8_review>div.swiper>ul>li{display:flex;overflow:hidden; flex-direction:column; height:auto; border:1px solid #f6f3f1;border-radius:9px;box-shadow: 0 0 15px #e3dad459; margin-top:20px; margin-bottom:20px }
#sec8 .li_review .rv_main{ width: 100%; }
#sec8 .li_review .rv_main .thumb{width:100%;height:300px; overflow:hidden;}
#sec8 .li_review .rv_main .thumb a{display: block; width: 100%; height: 100%;}
#sec8 .li_review .rv_main .thumb a img{width: 100%; height: 100%; object-fit: cover;}
#sec8 .li_review .rv_main .rv_main_cont{margin:20px 20px 0 20px; border-bottom:1px solid #f6f3f1; padding-bottom:20px;}
#sec8 .li_review .rv_main .rv_main_cont .rv_cont{font-size: 13px; font-family: 'Noto Sans KR', sans-serif; text-overflow: ellipsis; overflow: hidden; font-weight:500; color:#000; line-height:1.4; margin-bottom:15px}
#sec8 .li_review .rv_main .rv_main_cont .rv_info{display:flex; align-items:center; justify-content:space-between;}
#sec8 .li_review .rv_main .rv_main_cont .rv_info span{color:#727272}
#sec8 .li_review .rv_main .rv_main_cont .rv_info span.date{}
#sec8 .li_review .rv_main .rv_main_cont .rv_info span.rv_user{}
#sec8 .li_review .rv_mini{flex-grow:1; width: 100%; display: flex; align-items: center; justify-content: left; gap:15px;padding:20px }
#sec8 .li_review .rv_mini .mini_thumb{width: 50px; height: 50px; border-radius: 50%; display: inline-block; border: 1px solid #f2f2f2; overflow: hidden;}
#sec8 .li_review .rv_mini .mini_thumb a{display: block;width: 100%; height: 100%;}
#sec8 .li_review .rv_mini .mini_thumb a img{width: 100%; height: 100%; object-fit: cover;}
#sec8 .li_review .rv_mini ul { display:flex; flex-direction:column; gap:8px;}
#sec8 .li_review .rv_mini ul li {font-family: 'Noto Sans KR', sans-serif;font-size: 13px; color: #000;}
#sec8 .li_review .rv_mini ul li:nth-child(2){display:flex; align-items:center ; gap:10px; }
#sec8 .li_review .rv_mini ul li span {font-family: 'Pretendard', sans-serif; margin-right:10px;display:flex; align-items:center; color:#95745f; font-size:14px; font-weight:600 }
#sec8 .li_review .rv_mini ul li span:nth-child(2) img{margin-top:-1px}
#sec8 .li_review .rv_mini ul li span img{display:inline-block; margin-right:4px;}
#sec8 .swiper .swiper-pagination-bullet{}
#sec8 .swiper .swiper-pagination-bullet-active{ background-color: #95745f; }

#sec8 .swiper-button-prev:after,#sec8 .swiper-button-next:after{display:none}
#sec8 .swiper-button-next{right:5% ; width:auto; height:auto; }
#sec8 .swiper-button-prev{left:5% ;width:auto; height:auto}









/* 메인 배너 */
#main_bnr_swiper { position: relative; margin: 40px 0 80px; overflow: hidden; } 
#main_bnr_swiper .swiper-wrapper { padding-bottom:40px; } 
#main_bnr_swiper .swiper-slide:after { content:''; background: rgb(0 0 0 / 46%); position: absolute; top: 0; right: 0; bottom: 0; left: 0; } 
#main_bnr_swiper .swiper-slide-prev:after, #main_bnr_swiper .swiper-slide-active:after, #main_bnr_swiper .swiper-slide-next:after { content:''; background:unset; } 
#main_bnr_swiper .swiper-slide { border-radius: 20px; overflow: hidden; } 
#main_bnr_swiper .swiper-slide a { display: inline-block; border-radius: 20px; overflow: hidden; } 
#main_bnr_swiper .swiper-slide a img { width: 100%; } 
#main_bnr_swiper .arrow_wrap { position: relative; max-width: 73.6%; width:100%; margin:0 auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; } 
#main_bnr_swiper .swiper-button-prev { left: 0; } 
#main_bnr_swiper .swiper-button-next { right: 0; } 






/*last banner*/
.brand-story {
  position: relative;
  width: 100%;   /* 너비 */
  height: 650px;   /* 높이 */
  margin: 0 auto;  /* 가운데 정렬 */
  background: url("/design/zenwood/ondesign3/images/big_img.jpg") no-repeat center center / cover;
  background-attachment: fixed; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-story .overlay {
    color: #fff;
    width: 1260px;
}

.brand-story h2 {font-family: Alexandria;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color:#fff;
    padding-bottom: 30px;
}

.brand-story p {
    font-family: Pretendard;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    text-transform: right;
}



/* 메인 컨텐츠 */
.main-cont {width:1400px; margin:0 auto;}
.main-cont > div {margin-bottom:100px;}

/* 공통 */
.sec_title {display:flex; justify-content: space-between; height:24px; align-items:center; margin-bottom:16px;}
.sec_title h2 {font-size:20px; font-weight:500;}
.sec_title a {}
.sec_title a img {margin-left:4px;}


/* sec03 */
.sec03 .keywordTabBtn {margin-bottom:20px;}
.sec03 .keywordTabBtn ul li {display: block; width: auto; font-size: 13px; line-height: 28px; padding: 0 14px; border: 1px solid #ededed; color: var(--txt); border-radius: 40px; cursor:pointer;}
.sec03 .keywordTabBtn ul li.swiper-slide-thumb-active {background: var(--point_color); border: 1px solid var(--point_color); color: #fff; font-weight:600}
.sec03 .swiper-button-prev {width:36px; height:36px; left:0; top:40%;}
.sec03 .swiper-button-next {width:36px; height:36px; top: 40%; right: 0;}
.sec03 .swiper-button-prev:after {font-size:0; background:url(//skin.makeshop.co.kr/skin/fragrance/pc/img/slide-left.png)no-repeat center; width:100%; height:100%; background-size:cover; }
.sec03 .swiper-button-next:after {font-size:0; background:url(//skin.makeshop.co.kr/skin/fragrance/pc/img/slide-right.png)no-repeat center; width:100%; height:100%; background-size:cover; }

/* BASIC css end */

