/* BASIC css start */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

#slideBoardList ul > li:last-child{width:50%!important;}



/* 최근 본 상품 */
#ly_lastView {width:100%; position:absolute; top:36px; left:0; background-color:#fff; z-index:101; padding-bottom:20px; box-shadow: 0 1px 10px #717171; display:none;}
/* //최근 본 상품 */

/* 다찾다 자동완성*/
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.search-auto-complete-list ul li { text-align:center; margin: 3px; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'malgun gothic'; font-size:11px; letter-spacing:-1px; } 
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span {}
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* 다찾다 검색 파인더 - 레이어 */
#allfinder-ctr { z-index: 100; position: fixed; right:0; bottom:50%; }
#allfinder-ctr a { display:block; width:77px; height:64px; background:url('/images/common/allfinder_ctrl_mo.png') no-repeat 0 0; background-size:100% 100%; border:none; outline:none; font-size:0; }

.all-finder-layer { z-index:200; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; overflow-y:auto; }
.all-finder-layer .finder-hd { z-index:1; position:fixed; top:0; left:0; width:100%; height:60px; border-bottom:1px solid #e7e7e7; background:#fff; }
.all-finder-layer .finder-hd .fa-close { position:absolute; top:17px; right:10px; font-size:26px; color:#000; }
.all-finder-layer .finder-hd .finder-tit { height:60px; line-height:60px; padding:0 10px; font-size:16px; font-weight:bold; color:#000; letter-spacing:-2px; }
.all-finder-layer .finder-search { position:relative; margin:0 10px 20px; border:2px solid #000; border-radius:3px; }
.all-finder-layer .finder-search .fa-search { display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; }
.all-finder-layer .finder-search .txt-input { width:85%; height:42px; line-height:42px; margin:0; padding:0; font-size:14px; outline:none; border:none; color: #000; vertical-align:top; letter-spacing:-1px; }
.all-finder-layer .finder-search .txt-input::-webkit-input-placeholder { color:#b1b1b1; }
.all-finder-layer .finder-search dd { background:#FFF; }
.all-finder-layer .finder-opt { padding:60px 0 55px; color:#000; }
.all-finder-layer .finder-opt dl dt { position:relative; height:53px; line-height:53px; padding:0 10px; border-top:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#000; letter-spacing:-1px; }
.all-finder-layer .finder-opt dl dt .fa { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:25px; color:#b2b2b2; }
.all-finder-layer .finder-opt dl dt > .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:20px; margin-top:0; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer { display:none; position:absolute; top:43px; left:10px; width:70%; padding:0 15px 11px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1 }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:10px; right:14px; margin:0; font-size:19px; color:#000; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-tit { padding:13px 0; border-bottom:1px solid #e5e5e5; font-size:14px; font-weight:bold; line-height:14px; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-cnt { padding-top:13px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-opt dl dd { display:none; padding:10px 5px 0; border-top:1px solid #e7e7e7; background:#f4f4f4; font-size:0; }
.all-finder-layer .finder-opt dl dd label { display:inline-block; width:33.3333%; text-align:center; line-height:18px;}
.all-finder-layer .finder-opt .finder-color label { width:12.5%; }
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding:0 5px 10px; text-align:right; font-size:12px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input:after { clear: both; content: ""; display: block; }
.all-finder-layer .finder-opt .finder-price .finder-price-input span { float:left; display:inline-block; height:34px; line-height:34px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: inline-block; width: 33%; padding: 0 8px; border: 1px solid #ccc; border-radius:3px; color: #666; background:#fff; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label .txt-input { display: inline-block; width: 84%; height: 32px; line-height: 32px; padding: 0; border: none; background: none; color: #000; outline:none; text-align:right; }
.all-finder-layer .finder-opt .finder-child-category { padding:0; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category { padding:15px; margin-bottom:9px; border-bottom:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#9a9a9a; background:#fff; word-break:break-all; letter-spacing:-1px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .pd-2px { padding:0 2px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fc-black { color:#000; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fa { margin-left:2px; color:#000; }
.all-finder-layer .finder-btn-c { z-index:1; position:fixed; bottom:0; left:0; width:100%; height:55px; text-align: center; font-size:0; }
.all-finder-layer .finder-btn-c a.reset { display: inline-block; width: 30%; height: 55px; line-height: 55px; background: #999; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 1px; border:none; }
.all-finder-layer .finder-btn-c button { display: inline-block; width: 70%; height: 55px; line-height: 55px; background: #000; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.5px; border:none; }
.all-finder-layer .finder-btn-c button span.fa-search { margin-right:5px; margin-top:-2px; vertical-align:middle; font-size:0.750em; }
.all-finder-layer .finder-btn-c button span.finder-count { display:inline-block; color:#ffd800; font-size:18px; vertical-align:middle; }

.all-finder-layer .finder-opt .finder-options { display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:80%; height:22px; padding: 5px 5%; line-height:22px; border: 1px solid #ccc; word-break:break-all; border-radius: 20px; background:#fff; color:#000; text-align:center; font-size:12px; }
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; border: 1px solid #000; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 33px; height: 33px; border-radius:20px; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { width:33px; height:33px; padding: 0; border: none; } 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check { display:none; width:33px; height:33px; margin-top:-25px; color:#fff; text-align:center; font-size:16px; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }

.finder-option-color.finder-option-color-black em { background-color: #000; }
.finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.finder-option-color.finder-option-color-gray em { background-color: #808080; }
.finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.finder-option-color.finder-option-color-navy em { background-color: #425583; }
.finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.finder-option-color.finder-option-color-purple em { background-color: #800080; }
.finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.finder-option-color.finder-option-color-green em { background-color: #008000; }
.finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.finder-option-color.finder-option-color-gold em { background-color: #cfbc4e; }
.finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.all-finder-layer .search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.all-finder-layer .search-auto-complete-list ul li { text-align:center; margin: 3px; }
.all-finder-layer .search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'malgun gothic'; font-size:11px; letter-spacing:-1px; } 
.all-finder-layer .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .search-auto-complete-list ul li a:hover span {}
.all-finder-layer .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* header css */
.topBnn{display:none;background:var(--main-color);width:100%;height:40px!important;position:relative;text-align:center;color:#fff;font-size:13px;font-weight:500}
.topBnn ul li {font-size:12px;color: #fff;line-height:40px;}
.topBnn ul li a{color:#fff}

header{width:100%;position:relative;z-index:100}
header.fixed{position:fixed;top:0;left:0;/*z-index:111*/z-index:99;}
header.fixed .inner{
    background:#fff;
    /*transition-duration: 0.5s;*/
}
header.fixed .inner + .inner{display:block}

header .inner{width:100%;position:relative}
header .inner + .inner{/*display:none;*/}
header .topArea{
	    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 15px 0 10px;
    border-bottom: 1px solid #0000001a;
}
header.fixed .topArea{/*display:none;*/ }
header.fixed.up .topArea{
    display:flex;
    border-bottom: 1px solid #0000001a;
}
header.fixed.up .topArea svg{}

header .topArea svg rect{stroke:#000;fill:#000;}
header .topArea svg path{stroke:#000;}
header .topArea .searchBtn svg path{stroke:#000;fill:#000;}
header .topArea .btnBasket  svg path:last-child{fill:#000;}
header .topArea .wish_btn  svg path:last-child{fill:#000;}


#main header .topArea svg rect{stroke:#000;fill:#000;}
#main header .topArea svg path{stroke:#000;}
#main header .topArea .searchBtn svg path{stroke:#000;fill:#000;}
#main header .topArea .btnBasket  svg path:last-child{fill:#000;}
#main header .topArea .wish_btn  svg path:last-child{fill:#000;}


#main header.fixed.up .topArea svg rect{stroke:#000;fill:#000;}
#main header.fixed.up .topArea svg path{stroke:#000;}
#main header.fixed.up .topArea .searchBtn svg path{stroke:#000;fill:#000;}
#main header.fixed.up .topArea .btnBasket  svg path:last-child{fill:#000;}
#main header.fixed.up .topArea .wish_btn  svg path:last-child{fill:#000;}


header .topArea .logo{display:inline-block;position:absolute;left:50%;top:50%;transform:translate( -50%, -50%);font-size:21px;font-weight:600}
header .topArea .logo img{display:block;max-height:55px;width:auto}
#main header .topArea .logo .basic,
#main header.fixed .topArea .logo .white,
header .topArea .logo .white{display:none}
#main header .topArea .logo .white,
#main header.fixed .topArea .logo .basic{display:block}
header .topArea > ul{font-size:0}
header .topArea > ul.left-menu{
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
header .topArea > ul.right-menu{
    float:right;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
header .topArea > ul > li{display:inline-block;}
header .topArea > ul > li:first-child{padding-left:0}
header .topArea > ul > li:last-child{padding:0}
header .topArea > ul > li > a{display:block;position:relative;font-size:24px;color:#555}
header .topArea > ul > li > a{
    color:#fff;
    position: relative;
    top: 4px;
}
header .topArea > ul > li > a svg{
    width: 17px;
    height: auto;
    overflow: visible;
}
header .topArea > ul > li > a.wish_btn svg{width:20px;    overflow: visible;}
header .topArea > ul > li > a.searchBtn svg{width:18px;}
header .topArea > ul > li > a.btnBasket svg{width:18px;}
header .topArea > ul > li > a.btnBasket > span{
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-size: 10px;
    background: #f7bbbd;
    color: #fff;
    width: 15px;
    height: 15px;
}
#main header .topArea > ul > li > a.btnBasket > span{ 
    color: #fff;
    background: #f7bbbd;
}
#main header.fixed.up .topArea > ul > li > a.btnBasket > span{color: #fff;/*background:#000;*/}
header .topArea > ul > li > a.btnBasket span .count{
	text-align: center;
    line-height: 16px;
    color: #000;
    font-size: 10px;
}
#main header .topArea > ul > li > a.btnBasket span .count{
	 color: #fff;
}
#main header.fixed .topArea > ul > li > a{color:#555}
header .topArea > ul > li > a > img{width:18px;height:18px;position:relative;top:6px;font-size:20px;color:#000;line-height:40px}
header .topArea > ul > li > a > .count{position:absolute;right:-7px;top:25px;display:inline-block;width:15px;height:15px;line-height:15px;text-align:center;border-radius:100%;font-size:11px;background:var(--main-color);color:#fff}
header .headerArea{
    margin: 0 auto;
    font-size: 0;
    transition: all 0.5s;
    padding-right: 38px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
	/*border-bottom: 1px solid #0000001a;*/
}
header .headerArea .category{display:block;min-width:100%;white-space:nowrap;overflow-x:auto;overflow-y: hidden;}
header .headerArea .category::-webkit-scrollbar {
  display: none;
}

header .headerArea .category > ul{position:relative;display:inline-block;font-size:0;padding:0 8px}
header .headerArea .category > ul:first-child{padding-right:0}
header .headerArea .category > ul:last-child{padding-left:0}
header .headerArea .category > ul:last-child > li:last-child{padding-left:0}
header .headerArea .category > ul > li{
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 12px;
}
header .headerArea .category > ul > li > a{font-size:12px;color:#222;font-weight:500}
/*header .headerArea .category > ul:first-child > li:last-child > a{color:#f55354}*/

/* 검색창 */
.search_box{padding:25px;background:var(--sub-color);position:absolute;top:100%;left:0;display:none;z-index:112;text-align:center;width:100%;box-sizing:border-box}
.search_box .searchClose{font-size:36px;position:fixed;top:27px;right:34px}
.search_box .keywordArea .heading{display:inline-block;color:#fff;font-size:20px;margin-right:15px;font-weight:500}
.search_box .keywordArea > .list{display:flex;flex-flow:wrap;gap:5px}
.search_box .keywordArea > .list li{display:inline-block;}
.search_box .keywordArea > .list li a{display:block;font-size:13px;color:#8a8a8a;text-align:left;border:1px solid #8a8a8a;border-radius:50px;padding:6px 10px;opacity:0.8;background:#fff}
.search_box .keywordArea > .list li a:before{content:"#";margin-right:5px}
.search_box .keywordArea > .list li a:hover{opacity:1}
.and .search_box fieldset{position:relative;margin:2px 2px 20px}
.and .search_box fieldset .btn{font-size:20px;position:absolute;right:0;top:50%;transform:translate(0,-50%);background:none;color:#8a8a8a;border:0}
.and .search_box fieldset input[type=text]{font-family:'Pretendard', sans-serif !important;width:100%;height:40px;line-height:40px;border-radius:0;padding:10px 0;border:0;font-size:14px;border-bottom:1px solid #8a8a8a;color:#8a8a8a;background:none}

.all_cate_menu_btn{
    width: 37px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background-image: url(/design/ninnananna/mo/image/top_arrow01.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #0000001a;
}
.all_cate_menu_btn.active{
    background-image: url(/design/ninnananna/mo/image/top_arrow02.png);
    background-position-y: 40%;
}
.header_all_menu_wrap{
    display:none;
	position: absolute;
    width: 100%;
    top: 39px;
    left: 0;
    background:#fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
}
.header_all_menu_wrap div{
    display: flex;
    flex-wrap: wrap;
}
.header_all_menu_wrap div a{
	display: block;
    width: calc(20%);
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-right: 0;
    border-bottom: 0;
}
.header_all_menu_wrap .blank{font-size:0;}


/* side css */
#side{position:fixed;left:-100%;top:0;width:80%;max-width:320px;height:100%;z-index:410}
#side .mask_side{position:fixed;display:none;right:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.4)}
#side .btn_close_side{position:absolute;right:50px;top:25px;display:block;width:20px;height:20px; /*background:#777;*/ z-index:999; text-align:center; /*display:none;*/}
#side .btn_close_side i{font-size:20px;color:#111;margin-top:9px;/*font-weight:600;*/}
#side .inwrap{position:relative;width:100%;height:100%;background:var(--sub-color);box-sizing:border-box;padding-bottom:30px;z-index:320;overflow-y:auto}

#side .logo{text-align:left;}
#side .logo img{
	max-width: 75px;
    height: auto;
}
#side .login_txt{line-height:1.4;font-size:12px;color:#8b8b8b;margin:10px 15px 0}
#side .sideCart{position:absolute;top:25px;right:15px;display:block;border:0;font-size:24px;color:#777;background:none}
#side .sideCart img{max-height:20px}
#side .sideCart .count{position:absolute;right:-6px;bottom:0;display:inline-block;width:16px;height:16px;line-height:16px;font-size:10px;color:#fff;background:var(--main-color);border-radius:100%;vertical-align:top;margin-left:-3px;text-align:center}
#side .xans-layout-searchheader{display:block;position:relative;border:0;margin:20px 0 10px}
#side .xans-layout-searchheader .searchForm{    position: relative;}
#side .xans-layout-searchheader input[name="search"]{
	background: #efefef;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding-right: 42px;
    height: 30px;
}
#side .xans-layout-searchheader .searchForm button{
	position: absolute;
    top: 6px;
    right: 10px;
    background:none;
}
#side .xans-layout-searchheader .searchForm button img{width:17px;}
#side .xans-layout-searchheader input::placeholder{color:#999}
#side .member_btn{overflow:hidden;margin:13px 12px 10px}
#side .member_btn span{float:left;width:50%}
#side .member_btn span a{display:block;height:30px;line-height:30px;text-align:center;font-size:11px;color:#777;border:1px solid #ddd;border-radius:5px;background:#fff;margin:0 0 0 2px;}
#side .member_btn span.log a{color:#fff;border-color:#999;background:#999;margin:0 2px 0 0;}
#side .member_menu{margin:15px 0 25px}
#side .member_menu ul{overflow:hidden;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-bottom:0}
#side .member_menu ul li{float:left;width:33.3%;border:0;margin:0}
#side .member_menu ul li a{position:relative;display:block;text-align:center;background:#fff;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:12px 0;color:#777}
#side .member_menu ul li a i{position:relative;font-size:26px;margin-bottom:3px;}
#side .member_menu ul li a span{display:block;font-size:11px;white-space:nowrap}
#side .member_menu ul li a span.cnt{position:absolute;top:-4px;right:-6px;width:16px;height:16px;line-height:14px;text-align:center;background:#555;color:#fff;border-radius:100%;font-size:10px}
#side .member_menu ul li a:after{display:none}
#side .btn_mask_seach{position:absolute;right:10px;top:50%;margin-top:-12px}
#side .btn_mask_seach i{font-size:22px;color:#999}
#side .tit{font-size:14px;color:#555;font-weight:600;margin:10px 0}
#side .section_side{background:#fff;padding:20px 15px}
#side .section_side + .section_side{padding-top:0}
#side .section_side .sub_tit{font-weight:500;font-size:14px;margin-bottom:10px;color:#555}
#side .section_side p{color:#777}
#side .section_side .phone{font-size:18px;font-weight:500;color:var(--main-color)}
#side .section_side .runtime{font-size:12px;line-height:1.6;margin-top:10px}
#side .section_side .runtime br:last-child{display:none}
#side .section_side .b_info{font-size:12px;margin-bottom:7px}
#side .section_side .b_info b{font-size:12px;margin-right:4px}
#side .shop,
#side .community,
#side .member_menu,
#side .customer,
#side .today{padding:0 15px;margin-top:30px}
#side #category_all{font-size:0; /*display:flex; flex-wrap: wrap;*/}
#side #category_all > li{position:relative;display:inline-block;width:100%;background:#fff; width:50%; vertical-align: top;}
#side #category_all > li:not(.noChild):nth-child(2n) .slideSubMenu{margin-left: -100%;}
#side #category_all > li:not(.noChild){}
#side #category_all > li:not(.noChild) .cate{margin-right:40px;}
#side #category_all > li > a{color:#000;display:block;height:35px;line-height:35px;padding:0 10px 0 10px;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#side #category_all > li:last-child > a{color:#f55354}
#side #category_all > li > span{
    position: absolute;
    top: 17px;
    right: 5px;
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    background: #000;
    transition: all 0.5s;
}
#side #category_all > li > span:after{
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: -4px;
    width: 2px;
    height: 10px;
    background: #000000;
    transition: all 0.2s;
}
#side #category_all li.in .more_btn{position:absolute;top:0;right:0;padding:12px}
#side #category_all li.in .more_btn i{font-size:12px}
#side #category_all li.in span{display:inline-block;vertical-align:middle;width:9px;height:1px;background:#aaa;margin:-2px 0 0 5px;position:relative}
#side #category_all li.in span:after{content:"";display:block;position:absolute;position:absolute;left:4px;top:-4px;width:1px;height:9px;background:#aaa;}
#side #category_all li.open > .more_btn > span{display:inline-block}
#side #category_all li.open > .more_btn > span:after{display:none}

#side .community #category_all > li:last-child > a{color:#777;}

#side #category_all li > ul > li:last-child{border-bottom:0}
#side #category_all li.noChild span{display:none}
#side #category_all > li.selected > span:after{display:none;transition:all 0.2s}
#side #category_all > li > .slideSubMenu{padding: 10px 20px; box-sizing:border-box; background: #f5f5f5; display: flex; flex-wrap: wrap; gap: 15px 10px; display:none; width:200%;}

#side #category_all > li > .slideSubMenu.on {display:block;}
#side #category_all > li > .slideSubMenu li{width:50%; display:inline-block;}
#side #category_all > li > .slideSubMenu li a{display: block; font-size: 12px; color: #000; line-height: 30px;}
#side #category_all > li > .slideSubMenu > li > ul{padding:0 10px}
#side #category_all > li > .slideSubMenu > li > ul > li > a{color:#888}
#side #category_all > li > .slideSubMenu > li > ul > li > ul{padding:0 10px}
#side #category_all > li > .slideSubMenu > li > ul > li > ul > li > a{color:#999}

#side #category_all .view{position:absolute;left:0;top:0;display:inline-block;width:70%;height:30px;text-indent:-999px;z-index:99;opacity:0}
#side #category_all .view:before{display:none}
#side .slideSubMenu button.icoBookmark{display:none}

#side #category_all > li:last-child{width:100%;}
#side #category_all > li:last-child .slideSubMenu{width:100%;}


#side #slideCateList #category_all > li:last-child{border-top:1px solid #ccc; border-bottom:1px solid #ccc;  padding:10px 0; margin-top:10px;}


#side .community #category_all li{width:50%}




#side .xans-layout-multishoplist{margin:0 10px}
#side .xans-layout-multishoplist .xans-multishop{font-size:0}
#side .xans-layout-multishoplist .xans-multishop span{margin-right:4px}

#side .today{position:relative}
#side .today .tit{margin-bottom:15px}
#side .today ul{font-size:0}
#side .today li{float:left;width:31%;margin-right:2%}
#side .today li a img{width:100%;height:auto}
#side .today_btn{font-size:0;position:absolute;right:9px;top:0}
#side .today_btn .swiper-button-prev,
#side .today_btn .swiper-button-next{position:static;display:inline-block;width:25px;height:25px;background:rgba(255,255,255,1);border:1px solid #eee;text-align:center;margin:0;transition:all 0.5s;outline:none}
#side .today_btn .swiper-button-prev:hover,
#side .today_btn .swiper-button-next:hover{border:1px solid #999;}
#side .today_btn .swiper-button-prev i,
#side .today_btn .swiper-button-next i{display:inline-block;line-height:25px;text-align:center;font-size:14px;color:#aaa;transition:all 0.5s}

#side #searchBarForm > .dimmed{display:none !important}
#side .cate_area{display:block;}
#side .cate_area.active{display:block;}









.sidebar {
    width: 300px;
    background: #fff;
    padding: 10px;
    height: 100vh;
    position: relative;
    overflow-y: auto;
    box-sizing: border-box;
}

.sidebar .icon_menu ul{display:flex; align-items:center;}
.sidebar .icon_menu li{position:relative; text-align:center; width:25%;}
.sidebar .icon_menu li p{padding-top:5px; font-size:12px;}
.sidebar .icon_menu li.side_cart span{
    position: absolute;
    top: -1px;
    right: 50%;
    margin-right: -16px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f7bbbd;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.sidebar_top_wrap{
	    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 30px;
}
.logo {
    font-size: 20px;
    font-weight: bold;
}
.top-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    font-size: 18px;
    align-items: center;
}
.top-icons #top_icon_w_cart2{    width: 17px;}
.top-icons #top_icon_w_cart2 path{stroke: #000;}
.top-icons #top_icon_w_cart2 path:last-child{    fill: #000;}
.category-tabs {
    display: flex                ;
    margin:10px 0 0 0;
    /*border: 1px solid #7b7c7d;*/
}
.category-tabs button {
    flex: 1;
    padding:12px 10px 15px;
    border: none;
    cursor: pointer;
    color:#000;
}
#side .category-tabs > button{/*border-bottom:2px solid #cdcdcd;*/ text-align:left; text-transform: uppercase; background:#fff; font-size:15px;}
.category-tabs > button:first-child{ /*border-right: 1px solid #7b7c7d;*/}
#side .category-tabs .active {
    /*background: #c4b8a7;
    color: #fff;*/
    color:#111; font-weight:bold!important;
    border-color:#111;
    
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.menu li:hover {
    background: #eae3db;
}
.submenu {
    display: none;
    padding-left: 15px;
    background: #f0ebe6;
}
.submenu li {
    padding: 8px;
    font-size: 14px;
}
.submenu li:hover {
    background: #d8cec3;
}
.social_title{margin-top: 30px; font-size:12px;}
.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 12px;

}
.social-icons a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}
.social-icons a img{
width: 25px;
}

#side button,#side a,#side span{ 
    font-weight: 500;
    font-family: "Montserrat", 'Hind Madurai', 'NanumBarunGothic', sans-serif !important;
    
}



/* BASIC css end */

