/* BASIC css start */
/* visual css */
.visual{margin:0 auto;overflow:hidden;font-size:0}
.visual .swiper-slide{height:100%}
.visual .swiper-slide a{display:block;margin:0;outline:none;width:100%;font-size:0}
.visual .swiper-slide img{margin:0 auto;width:100%;height:100%}

.visual .swiper-pagination{
    bottom:20px !important;
    line-height:10px;
    left: 0;
    width: 100%;
}
.visual .swiper-pagination-bullet{background:#eee;color:#eee;height:0;border-radius:0;opacity:1;font-size:11px;    margin: 0 6px;}
.visual .swiper-pagination-bullet.swiper-pagination-bullet-active{height:1px;font-size:0;background:#554135;vertical-align: sub;}
.visual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}


/* tab product css */
.and .tab_product{text-align:center;margin:50px auto}
.and .tab_product #titleArea{margin-bottom:15px}

.and .tab_product .ec-base-product [class*="grid"] > li{margin:0;font-size:0}
.and .tab_product .ec-base-product .prdList .thumbnail{margin:2px}
.tab_product .swiper-pagination{
	    position: static;
    white-space: nowrap;
    padding-bottom: 25px;
}
.tab_product .swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
    letter-spacing: 1.5px;
    margin-right: 4px;
    position: relative;
    padding: 0 3px;
    background: transparent;
    width: auto;
    height: auto;
    opacity: 1;
 
}
.tab_product .swiper-pagination .swiper-pagination-bullet a{
    font-size: 13px;
    color: #848484;
    font-weight: 500;
    position: relative;
}
.tab_product .swiper-pagination .swiper-pagination-bullet a:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tab_product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active a:before{   
    width: 100%;
    background: #000;
}
.tab_product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active a{
background: transparent;
    color: #000;
    font-weight: bold;
}


.pooky .pooky_common_product_wrap.pooky_big_thumb .prdList li:nth-child(5n+1) {width: 100%;}


body footer {margin-top:30px;}


/* 팝업 */
.main_popup_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    box-sizing:border-box;
    display: none;
}

.main_popup_box .main_popup_DisplayContainer {
    display: box;
    box-pack: center;
    box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 100%;
}

.main_popup_box .main_popup_container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.main_popup_box .main_popup_container .main_popup_btn {
    text-align: center;
}

.main_popup_box .main_popup_container .main_popup_btn .btn_todayClose {
    text-align: right;
    color: #949494;
    display: block;
    padding: 7px 10px;
    font-size: 13px;
}

.main_popup_box .main_popup_container .main_popup_btn .btn_close {
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 10px 0 0 0;
    border: 1px solid #fff;
}

.main_popup_box .main_popup_body {
    text-align: center;
    color: #444;
    padding: 0px;
}

.main_popup_box .main_popup_body img {
    width: 100%;
    vertical-align: middle;
}
.ec-base-product .grid2 li .sub_name, .ec-base-product .grid3 li .sub_name{font-size:12px!important; color:#999; padding-top:5px;}

.pooky .pooky_common_product_wrap .pooky_product_info .name {
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}


.main_popup_box .slick-prev{left:5px; background: url(/design/ninnananna/img/241118_pop_arrow01.png) no-repeat center!important; z-index:999; }
.main_popup_box .slick-prev:before{display:none;}
.main_popup_box .slick-next{right:5px; background: url(/design/ninnananna/img/241118_pop_arrow02.png) no-repeat center!important; z-index:999; }
.main_popup_box .slick-next:before{display:none;}

.main_popup_box .swiper-pagination{width:100%; bottom:5px;}
.main_popup_box .swiper-pagination .swiper-pagination-bullet{margin:0 2px;}
.main_popup_box .swiper-pagination-bullet-active{background:#f7bbbd;}

.main_popup_box .slick-dotted.slick-slider{margin:0;}
.main_popup_box .slick-dots{bottom:5px!important;}
.main_popup_box .slick-dots li{margin:0;}
.main_popup_box .slick-dots li button:before{font-size:10px; color:rgba(255,255,255,0.7);}
.main_popup_box .slick-dots li.slick-active button:before{color:#f7bbbd;}
/* BASIC css end */

