/* BASIC css start */
.section{
    margin-bottom:70px;
}

/*스와이퍼 공통*/
 .cowave-swiper .cowave-swiper-pagination-custom .cowave-swiper-pagination-bullet {
     width: 10px;
     height: 10px;
     background: transparent;
     border: 1.2px solid #fff;
     box-sizing: border-box;
     margin: 0 5px;
 }


 .cowave-swiper .cowave-swiper-pagination-custom .cowave-swiper-pagination-bullet-active {
     background: #fff;
 }

/* [시작] 슬라이드 배너 기능 */
div[id^="newBannerList_"] {
    width: 100% !important; 
}

div[id^="newBannerList_"] img {
    width: 100% !important; 
}

div[id^="newBannerList_"] .bx-controls-direction .bx-prev, div[id^="newBannerList_"] .bx-controls-direction .bx-next {display:none;}

div[id^="newBannerList_"] .bx-pager {
    bottom: 30px;
}
div[id^="newBannerList_"] .bx-pager a {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1.2px solid #fff;
    box-sizing: border-box;
    margin: 0 5px;
}

div[id^="newBannerList_"] .bx-pager a:hover, div[id^="newBannerList_"] .bx-pager a.active {
    background: #fff;
}
/* [종료] 슬라이드 배너 기능 */
 .main-banner-wrapper {
     padding-left: 0;
     padding-right: 0;
 }

 .main-banner-wrapper .cowave-swiper .cowave-swiper-slide {
     display: flex;
     justify-content: center;
     align-items: center;
 }

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

 .main-banner-wrapper .cowave-swiper .cowave-swiper-pagination-custom {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 30px;
     width: auto;
     z-index: 99;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .main-banner-wrapper .cowave-swiper .cowave-swiper-button-prev,
 .main-banner-wrapper .cowave-swiper .cowave-swiper-button-next {
     display: none;
 }


 .main-mo-logo {
     display: flex;
     align-items: center; 
     gap: 12px;
     padding: 20px 16px 20px 28px;
 }

 .main-mo-logo img {
     max-width: 60px;
 }

 .main-mo-logo .text {
     display: flex;
     flex-direction: column;
     gap: 8px;
 }

 .main-mo-logo .text .shopName {
     color: var(--color-text-heading);
     font-size: 20px;
     font-weight: 800;
     line-height: 24px;
 }

 .main-mo-logo .text .ShopInfo {
     color: var(--color-text-light);
     font-size: 13px;
     line-height: 18px;
     font-weight: 400;
 }


 .best-section {
     padding: 0 0 20px;
 }

 .sec-title {
     font-size: 24px;
     font-weight: 700;
     text-align: center;
     line-height: 32px;
     color: var(--color-text-heading);
     margin: 50px auto 20px;
     max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
     padding: 0 var(--layout-side-padding);
 }

 .tab-menu {
     display: flex;
     justify-content: center;
     gap: 8px;
     margin: 0 auto 20px;
     max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
     padding: 0 var(--layout-side-padding);
 }

 .tab-menu li button {
     padding: 6px 0;
     width: 60px;
     border: 1px solid var(--color-border);
     border-radius: 50px;
     font-size: 13px;
     color: var(--color-text-heading);
     background: #fff;
     transition: all 0.3s;
     font-weight: 400;
     box-sizing: border-box;
     line-height: 18px;
 }

 .tab-menu li.active button {
     background: var(--color-text-heading);
     color: #fff;
     border-color: var(--color-text-heading);
     font-weight: 400;
 }

 .best-swiper-wrap {
     display: none;
     position: relative;
 }

 .swiper.best-swiper {
     padding-bottom: 50px;
     position: relative;
     margin: 0 auto;
     padding: 0 var(--layout-side-padding);
     max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
 }

 .best-swiper-wrap.active {
     display: block;
 }

 .swiper.best-swiper .swiper-pagination {
     display: none;
 }

 .best-swiper-wrap .best-swiper-button-prev,
 .best-swiper-wrap .best-swiper-button-next {
     display: none;
 }

 .swiper.new-swiper {
     padding: 0 var(--layout-side-padding);
     max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
     margin: 0 auto;
 }

 .banner {
     margin: 60px 0 0;
 }

 .banner img {
     display: block;
     width: 100%;
 }

 @media (min-width: 1024px) {
/* [시작] 슬라이드 배너 기능 */
div[id^="newBannerList_"] .bx-controls-direction .bx-prev {
    background: rgba(0, 0, 0, 0.15) url(//skin.makeshop.co.kr/skin/smartstore/cheveron-left.svg) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block;
}
div[id^="newBannerList_"] .bx-controls-direction .bx-next {
    background: rgba(0, 0, 0, 0.15) url(//skin.makeshop.co.kr/skin/smartstore/cheveron-right.svg) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block;
}
/* [종료] 슬라이드 배너 기능 */



     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-prev,
     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-next {
         width: 60px;
         height: 60px;
         display: block;
     }

     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-prev:after {
         content: '';
         background: rgba(0, 0, 0, 0.15) url(//skin.makeshop.co.kr/skin/smartstore/cheveron-left.svg) no-repeat center center;
         background-size: contain;
         width: 100%;
         height: 100%;
         display: block;
     }

     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-next:after {
         content: '';
         background: rgba(0, 0, 0, 0.15) url(//skin.makeshop.co.kr/skin/smartstore/cheveron-right.svg) no-repeat center center;
         background-size: contain;
         width: 100%;
         height: 100%;
         display: block;
     }


     .main-mo-logo {
         display: none;
     }


     .best-section {
         padding: 10px 0 60px;
     }

     .sec-title {
         font-size: 32px;
         line-height: 40px;
         margin: 60px auto 40px;
     }

     .tab-menu {
         margin: 0 auto 30px;
     }

     .tab-menu li button {
         padding: 7px 0;
         width: 76px;
     }

     .swiper.best-swiper {
         padding: 0 var(--layout-side-padding) 40px;
     }


     .swiper.best-swiper .swiper-pagination {
         position: absolute;
         left: 0;
         right: 0;
         bottom: 0;
         width: auto;
         z-index: 99;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .swiper.best-swiper .swiper-pagination .swiper-pagination-bullet {
         width: 9px;
         height: 9px;
         background: var(--color-border);
         box-sizing: border-box;
         margin: 0 6px;
     }

     .swiper.best-swiper .swiper-pagination .swiper-pagination-bullet-active {
         background: var(--color-text-body);
     }

     .new-swiper-wrap .prds-list.gallery {
         display: grid;
         grid-template-columns: repeat(4, minmax(0, 1fr));
         gap: 60px 16px;
     }

 }

 @media (min-width: 1520px) {

     .best-swiper-wrap .best-swiper-button-prev,
     .best-swiper-wrap .best-swiper-button-next {
         width: 60px;
         height: 60px;
         display: block;
         position: absolute;
         top: 120px;
     }

     .best-swiper-wrap .best-swiper-button-prev:after {
         content: '';
         background: rgba(255, 255, 255, 0.15) url(//skin.makeshop.co.kr/skin/smartstore/main_best_arr_l.svg) no-repeat center center;
         background-size: auto;
         width: 100%;
         height: 100%;
         display: block;
         border: 1px solid var(--color-border);
     }

     .best-swiper-wrap .best-swiper-button-next:after {
         content: '';
         background: rgba(255, 255, 255, 0.15) url(//skin.makeshop.co.kr/skin/smartstore/main_best_arr_r.svg) no-repeat center center;
         background-size: auto;
         width: 100%;
         height: 100%;
         display: block;
         border: 1px solid var(--color-border);
     }
 }

 @media (min-width: 1585px) {

     div[id^="newBannerList_"] .bx-controls-direction .bx-prev,
     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-prev,
     .best-swiper-wrap .best-swiper-button-prev {
         left: 50%;
         margin-left: calc(-640px - 80px - 60px);
     }

     div[id^="newBannerList_"] .bx-controls-direction .bx-next,
     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-next,
     .best-swiper-wrap .best-swiper-button-next {
         right: 50%;
         margin-right: calc(-640px - 80px - 60px);
     }
 }

 @media (max-width: 1584px) {

     div[id^="newBannerList_"] .bx-controls-direction .bx-prev,
     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-prev,
     .best-swiper-wrap .best-swiper-button-prev {
         left: 20px;
     }

     div[id^="newBannerList_"] .bx-controls-direction .bx-next,
     .main-banner-wrapper .cowave-swiper .cowave-swiper-button-next,
     .best-swiper-wrap .best-swiper-button-next {
         right: 20px;
     }
 }

 /* all product list */

 .all-section {
     padding: 0 var(--layout-side-padding);
     max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
     margin: 0 auto;
 }

 .products-wrapper .prds-list.gallery {
     display: grid;
     grid-template-columns: repeat(5, minmax(0, 1fr));
     gap: 30px 15px;
     margin-top: 0;
 }

 .products-wrapper .prds-btn {
     margin-top: 20px;
     text-align: center;
 }

 .products-wrapper .prds-btn a {
     width: var(--cw-size-300);
     height: 40px;
     line-height: 40px;
     border: 1px solid #dedede;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: var(--color-text-heading);
     font-size: 14px;
     font-weight: 500;
     gap: 8px;
 }

 @media (max-width: 1280px) {

     .products-wrapper .prds-list.gallery {
         display: grid;
         grid-template-columns: repeat(4, minmax(0, 1fr));
         gap: 30px 16px;
         margin-top: 0;
     }
 }

 @media (max-width: 991.98px) {

     .products-wrapper .prds-list.gallery {
         grid-template-columns: repeat(3, minmax(0, 1fr));
         gap: 20px 8px;
     }
 }


 @media (max-width: 767.98px) {

     .products-wrapper .prds-list.gallery {
         grid-template-columns: repeat(2, minmax(0, 1fr));
         gap: 20px 8px;
         margin-top: var(--cw-size-40);
     }

     .products-wrapper .prds-btn a {
         width: 100%;
     }

 }
 
 /*하단 배너*/
 .banner{
    max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
    margin:0 auto;
 }
 
 /*게시판 리스트*/
 .mainBoardWrap{
    padding: 50px 0;
    max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
    margin:0 auto;
}

.mainBoardWrap .likeTable ul{
    display:flex;
}

.mainBoardWrap .likeTable ul li{
    font-weight:400;
}

.mainBoardWrap .likeTable ul li:nth-child(1) {
    flex: 1;
    min-width: 0;
    padding-left:15px;
}

.mainBoardWrap .likeTable ul li:nth-child(2) {
    width: 200px;
    flex-shrink: 0;
    text-align:center;
}

.mainBoardWrap .likeTable ul li:nth-child(3) {
    width: 200px;
    flex-shrink: 0;
    text-align:center;
}

.mainBoardWrap .likeTable ul.boardTitle{
    background:#f8f8f8;
    border-top:1px solid #ececec;
    border-bottom:2px solid #ececec;
}

.mainBoardWrap .likeTable ul.boardTitle li{
    padding:13px 10px;
    text-align:center;
}

.mainBoardWrap .likeTable .boardList dl dt{
    cursor:pointer;
}

.mainBoardWrap .likeTable .boardList dl dt li{
    padding:13px 0;
    border-bottom:1px solid #ececec;
}

.mainBoardWrap .likeTable .boardList dl dt li:nth-child(1){
    padding-left:15px;
}

.mainBoardWrap .likeTable .boardList dl dd{
    display:none;
    padding: 15px 15px 15px 30px;
    border-bottom:1px solid #ececec;
}


@media (max-width:1025px){
    .mainBoardWrap .likeTable ul li:nth-child(2),
    .mainBoardWrap .likeTable ul li:nth-child(3) {
        display:none;
    }
}


/*메인 섹션*/
#responsive {margin: 0 0 100px; padding: 0;}
#responsive a{color:#333;}
#responsive p {margin: 0 0 2em 0;}
#responsive h1, #responsive h2, #responsive h3, #responsive h4, #responsive h5, #responsive h6 {color: #000;font-weight: 800;letter-spacing: 0.225em;line-height: 1em;margin: 0 0 1em 0;text-transform: uppercase;}
#responsive h1 a, #responsive h2 a, #responsive h3 a, #responsive h4 a, #responsive h5 a, #responsive h6 a {color: inherit;text-decoration: none;}
#responsive h2 {font-size: 1.35em;line-height: 1.75em;}

@media screen and (max-width: 736px) {
	#responsive h2 {font-size: 1.1em;line-height: 1.65em;}
}

#responsive h3 {font-size: 1.15em;line-height: 1.75em;}

/* Image */
#responsive .image {border-radius: 3px;border: 0;display: inline-block;position: relative;}
#responsive .image img {border-radius: 3px;display: block;}
#responsive .image.left {float: left;margin: 0 2em 2em 0;top: 0.25em;}
#responsive .image.right {float: right;margin: 0 0 2em 2em;top: 0.25em;}
#responsive .image.left, #responsive .image.right {max-width: 40%;}
#responsive .image.left img, #responsive .image.right img {width: 100%;}
#responsive .image.fit {display: block;margin: 0 0 2em 0;width: 100%;}
#responsive .image.fit img {width: 100%;}

/* Spotlight */
#responsive .spotlight {-moz-align-items: center;-webkit-align-items: center;-ms-align-items: center;align-items: center;display: -moz-flex;display: -webkit-flex;display: -ms-flex;display: flex;}
#responsive .spotlight .image {-moz-order: 1;-webkit-order: 1;-ms-order: 1;order: 1;border-radius: 0;width: 40%;}
#responsive .spotlight .image img {border-radius: 0;width: 100%;}
#responsive .spotlight .content {padding: 2em 4em 0.1em 4em ;-moz-order: 2;-webkit-order: 2;-ms-order: 2;order: 2;max-width: 48em;width: 60%;}
#responsive .spotlight:nth-child(2n) {-moz-flex-direction: row-reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}

#responsive .spotlight:nth-child(1) {background-color: rgba(255, 255, 255, 0.075);}
#responsive .spotlight:nth-child(2) {background-color: rgba(255, 255, 255, 0.15);}
#responsive .spotlight:nth-child(3) {background-color: rgba(255, 255, 255, 0.225);}
#responsive .spotlight:nth-child(4) {background-color: rgba(255, 255, 255, 0.3);}
#responsive .spotlight:nth-child(5) {background-color: rgba(255, 255, 255, 0.375);}
#responsive .spotlight:nth-child(6) {background-color: rgba(255, 255, 255, 0.45);}
#responsive .spotlight:nth-child(7) {background-color: rgba(255, 255, 255, 0.525);}
#responsive .spotlight:nth-child(8) {background-color: rgba(255, 255, 255, 0.6);}
#responsive .spotlight:nth-child(9) {background-color: rgba(255, 255, 255, 0.675);}
#responsive .spotlight:nth-child(10) {background-color: rgba(255, 255, 255, 0.75);}
#responsive .spotlight:nth-child(11) {background-color: rgba(255, 255, 255, 0.85);}
#responsive .spotlight:nth-child(12) {background-color: rgba(255, 255, 255, 0.925);}
#responsive .spotlight:nth-child(13) {background-color: rgba(255, 255, 255, 1.0);}
#responsive .spotlight:nth-child(14) {background-color: rgba(255, 255, 255, 1.075);}
#responsive .spotlight:nth-child(15) {background-color: rgba(255, 255, 255, 1.15);}
#responsive .spotlight:nth-child(16) {background-color: rgba(255, 255, 255, 1.255);}
#responsive .spotlight:nth-child(17) {background-color: rgba(255, 255, 255, 1.3);}
#responsive .spotlight:nth-child(18) {background-color: rgba(255, 255, 255, 1.375);}
#responsive .spotlight:nth-child(19) {background-color: rgba(255, 255, 255, 1.45);}
#responsive .spotlight:nth-child(20) {background-color: rgba(255, 255, 255, 1.525);}

@media screen and (max-width: 1280px) {
	#responsive .spotlight .image {width: 45%;}
	#responsive .spotlight .content {width: 55%;}
}

@media screen and (max-width: 980px) {
	#responsive .spotlight {display: block;}
	#responsive .spotlight br {display: none;}
	#responsive .spotlight .image {width: 100%;}
	#responsive .spotlight .content {padding: 4em 3em 2em 3em ;max-width: none;width: 90%;}
}

@media screen and (max-width: 736px) {
	.spotlight .content {padding: 3em 2em 1em 2em ;}
}


/* Wrapper */

#responsive .wrapper {padding: 6em 0 4em 0 ;}
#responsive .wrapper.alt {padding: 0;}
#responsive .wrapper.style1 {background-color: #ffffff;color: #000;}
#responsive .wrapper.style2 {background-color: #ffffff;}/* #2e3842 */
#responsive .wrapper.style3 {background-color: #505393;color: #d3d4e4;}

@media screen and (max-width: 980px) {
	#responsive .wrapper {padding: 4em 3em 2em 3em ;}
}

@media screen and (max-width: 736px) {
	#responsive .wrapper {padding: 3em 2em 1em 2em ;}
}

/* BASIC css end */

