/* BASIC css start */
/* »ó´Ü ¹è³Ê */
.top_bnr a { display: block; background: #000; color: #fff; text-align: center; font-size: 11px; font-weight: 500; padding: 8px 0; } 

/* ±âº» »ó´Ü */
#header { width:100%; } 
#header .headerBottom { padding: 13px 18px 16px; display: flex; justify-content: space-between; align-items: center; } 
#header .headerBottom h1 { line-height: 1.25; } 
#header .headerBottom h1 a { display:inline-block; font-size: 21px; font-weight: 700; } 
#header .headerBottom h1 a img { width:118px; height: auto; } 
#header .headerBottom .headerBottomLeft { } 
#header .headerBottom .headerBottomRight { display: flex; gap: 22px; align-items: center; } 
#header .headerBottom .headerBottomRight a { color:#7d7d7d; } 
#header .headerBottom .headerBottomRight .cart { position:relative; } 
#header .headerBottom .headerBottomRight .cart sup { width: 16px; height: 16px; background-color: var(--point-color2); color:#fff; border-radius: 100%; position:absolute; top: -4px; right: -10px; text-align: center; line-height: 16px; } 

#header2 { display:none; width:100%;position: fixed;top: 0;left: 0;z-index: 99;} 
#header2 .headerBottom {background: #fff;padding: 13px 18px 16px; display: flex; justify-content: space-between; align-items: center; } 
#header2 .headerBottom h1 { line-height: 1.25; } 
#header2 .headerBottom h1 a { display:inline-block; font-size: 21px; font-weight: 700; } 
#header2 .headerBottom h1 a img { width: 14px; height: auto; } 
#header2 .headerBottom .headerBottomLeft { } 
#header2 .headerBottom .headerBottomRight { display: flex; gap: 22px; align-items: center; } 
#header2 .headerBottom .headerBottomRight a { color:#7d7d7d; } 
#header2 .headerBottom .headerBottomRight .cart { position:relative; } 
#header2 .headerBottom .headerBottomRight .cart sup { width: 16px; height: 16px; background-color: var(--point-color2); color:#fff; border-radius: 100%; position:absolute; top: -4px; right: -10px; text-align: center; line-height: 16px; } 

/* Ä«Å×°í¸® */
#cate_swiper { position: relative; overflow: hidden; border-bottom: 1px solid #ddd; padding: 0 18px 10px; } 
#cate_swiper.fixed { position:fixed; top:0; right:0; left:0; z-index: 99; background: #fff; padding: 10px 18px; } 
#cate_swiper .swiper-slide { width:auto !important; margin-right: 22px; padding: 4px 4px 4px 0; } 
#cate_swiper .swiper-slide a { position: relative; font-size: 15px; font-weight: 700; line-height: 1.25; } 
#cate_swiper .swiper-slide a.point:after { content:''; position: absolute; top: -2px; right: -4px; width: 4px; height: 4px; background: var(--point-color1); border-radius: 100%; } 
#cate_swiper .swiper-slide a.point_text { color: var(--point-color1); } 
#cate_swiper .swiper-slide a.st { font-size: 13px; font-weight: 500; } 
#cate_swiper .swiper-slide a.st:after { content:''; display: inline-block; width: 1px; height: 10px; background: #ddd; position: absolute; top: 50%; right: -11px; transform: translateY(-50%); } 
#cate_swiper .swiper-slide:last-child a.st:after { content:unset; } 

/* Ä«Å×°í¸® */
aside { display:none; position:fixed; width:100%; height:100%; top:0; left:0; bottom:0; background:#fff; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch; z-index:1001 } 
aside .asideTop { margin: 16px 18px; position:relative; text-align: left; box-sizing: border-box; } 
aside .asideTop a.btnAsideClose { display: block; text-align:right;} 
aside .asideTop a img { width: 16px; } 
aside .asideTop ul { display: flex; gap: 20px;margin-top: 20px;font-size: 12px; font-weight: 500; align-items: flex-end;justify-content: center; } 
aside .asideTop ul li {margin-right:25px;}
aside .asideTop ul li:last-child {margin-right:0;}
aside .asideTop ul li a {position: relative; display: flex;flex-direction: column;align-items: center;justify-content: center;} 
aside .asideTop ul li a sup {position: absolute;right: 0;bottom: 22px;background: #000;color: #fff;width: 21px;height: 15px;border-radius: 20px;text-align: center;font-size: 11px;font-weight: 600;}
aside .asideTop ul li a img {display:block; width: auto;height:24px;vertical-align: baseline;margin-bottom: 10px; } 
aside .asideTab { position: sticky; top: 0; z-index: 1002; background: #fff; } 
aside .asideTab .tab { display: flex; justify-content: space-between; } 
aside .asideTab .tab li { width: 50%; text-align: center; font-size: 14px; font-weight: 400; color: #000; padding: 14px 0; border-bottom: 1px solid #eee; } 
aside .asideTab .tab li.current { border-bottom: 3px solid #000; font-weight: 700; } 

aside .tabcontent { display: none; } 
aside .tabcontent.current { display: block; } 
aside .tabcontent dl { overflow-x: scroll; white-space: nowrap; display: flex; gap: 6px; padding: 24.5px 18px; justify-content: space-between; } 
aside .tabcontent dl dd { display: inline-block; } 
aside .tabcontent dl dd a { display: block; text-align: center; } 
aside .tabcontent dl dd img { margin-bottom: 8px; } 
aside .tabcontent dl dd p {text-align: center;font-size: 12px; font-weight: 400; } 

aside .navCategory { display:none; } 
aside .navCategory.current { display:block; } 

aside nav { display: flex; width: 100%; height: 100vh; overflow: hidden; border-top: 1px solid #eee; } 
aside nav .cate2 { display: block; width: 50%; } 
aside nav .cate2 > dd > a { position: relative; display: block; padding: 0; box-sizing: border-box; font-size: 12px; font-weight: 400; line-height: 36px; } 
aside nav .cate2 > dd > a img { position: absolute; top: 3px; right: 0; display: inline-block; } 
aside nav .cate2 > dd > a img.rotate { filter: invert(55%) sepia(61%) saturate(462%) hue-rotate(133deg) brightness(99%) contrast(93%); } 
aside nav .cate3 { display: none; flex-wrap: wrap; border-bottom: 1px solid #fafafa; margin: 4px 0; padding: 12px 25px; background: #f1f1f1; gap: 7px 0; } 
aside nav .cate3.flexed { display:flex; } 
aside nav .cate3 li { width: 50%; } 
aside nav .cate3 li a { display: block; box-sizing: border-box; font-size: 14px; font-weight: 400; line-height: 14px; color: #272727; } 

.left-panel { width: 100px; background: #f1f1f1; box-sizing: border-box; position: sticky; top: 0; overflow: hidden scroll; overscroll-behavior: contain; } 
.left-panel ul { list-style: none;padding-bottom: 90px;} 
.category-btn { position: relative;text-align: center;cursor: pointer; transition: background 0.3s; font-size: 13px; font-weight: 400; color: #000; line-height: 15px; padding: 18px 10px; } 
.category-btn.active { background: #fff; color: #272727; } 
.category-btn.active span { position:relative; } 
.category-btn.active span:after { content:''; display: inline-block; width:4px; height:4px; background: var(--point-color1); border-radius: 100%; position: absolute; top: 0px; right: -5px; } 
.right-panel { width: calc(100% - 110px); padding: 0 15px;margin-top: 8px;box-sizing: border-box; position: sticky; top: 0; overflow: hidden scroll; overscroll-behavior: contain; } 
.right-panel .category { margin-bottom: 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; } 
.right-panel .category:first-child .r_cate_tit { padding-top:10px; width: 100%; } 
.right-panel .category:last-child { margin-bottom: calc(100vh - 427px); } 
.right-panel .category .r_cate_tit { width:100%; display: flex; justify-content: space-between; align-items: center; padding: 16px 0 12px; } 
.right-panel .category .r_cate_tit a { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; } 
.right-panel .category .r_cate_tit .r_cate_toggle { display:none; font-size: 12px; font-weight: 500; color: #717171; cursor: pointer; } 
.right-panel .category .r_cate_tit .r_cate_toggle:nth-child(2) { display:block; } 
.rotate { transform: rotate(180deg); transition: transform 0.3s ease; } 



/* ºê·£µå ÅÇ */
.b_tab { display: flex; justify-content: space-between; width: 100%; position: sticky; top: 48px; background: #fff; padding-top: 24px; } 
.b_tab li { width: 50%; text-align: center; font-size: 14px; font-weight: 400; color: #000; padding: 14px 0; border: 1px solid #ddd; border-bottom: 1px solid #000; } 
.b_tab li.current { border: 1px solid #000; border-bottom: 0; font-weight: 700; } 

.b_tabcontent { display: none; } 
.b_tabcontent.current { display: block; } 
.b_tabcontent dl { overflow-x: scroll; white-space: nowrap; display: flex; gap: 6px; padding: 24px 0; justify-content: space-between; } 
.b_tabcontent dl dd { display: inline-block; } 
.b_tabcontent dl dd a { display: block; text-align: center; } 
.b_tabcontent dl dd a img { margin-bottom: 8px; } 
.b_tabcontent dl dd a p { font-size: 12px; font-weight: 400; } 

.brand_tab { background: #fff; padding: 0 17px; box-sizing: border-box; } 
.brand_tab .brand_cont { position: relative; width: 100%; height: 100%; } 
.brand_tab .brand_cont .brand_keyword { display: flex; flex-direction: column; gap: 8px; position: sticky; top: 120px; background: #fff; z-index: 1; overflow-x: auto; } 
.brand_tab .brand_cont .brand_keyword dl { display: flex; gap: 8px; flex-direction: row; align-items: center; } 
.brand_tab .brand_cont .brand_keyword dl dt { width: 180px; font-size: 15px; font-weight: 500; line-height: 40px; } 
.brand_tab .brand_cont .brand_keyword dl dd a { font-size: 16px; font-weight: 700; color: #ccc; } 
.brand_tab .brand_cont .brand_keyword dl dd a.on { color: #000; font-weight: bold; } 
.brand_tab .brand_cont .brand_list { position:relative; padding: 0; max-height: calc(100vh - 235px); box-sizing: border-box; overflow-y: auto; -webkit-overflow-scrolling: touch; } 
.brand_tab .brand_cont .brand_list ul { display: flex; flex-direction: column; gap: 36px; height: 100%; overflow-y: auto; } 
.brand_tab .brand_cont .brand_list ul li { } 
.brand_tab .brand_cont .brand_list ul li h1 { display: block; font-size: 48px; font-weight: 700; line-height: 1; margin-bottom: 16px; } 
.brand_tab .brand_cont .brand_list ul li .brand_menu { display: flex; gap: 16px; flex-direction: column; } 
.brand_tab .brand_cont .brand_list ul li .brand_menu a { position: relative; display: flex; flex-direction: column; gap: 4px; } 
.brand_tab .brand_cont .brand_list ul li .brand_menu a:after { content:''; background: url('/design/brandbig/renewal/img/arrowR.svg') no-repeat 100% 100%; width: 5.5px; height: 11px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); } 
.brand_tab .brand_cont .brand_list ul li .brand_menu a .ko { font-size: 13px; font-weight: 500; } 
.brand_tab .brand_cont .brand_list ul li .brand_menu a .en { font-size: 11px; font-weight: 400; color: #888; } 
.brand_filter { padding: 24px 18px 0; } 
#brandSearch { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; } 

/* ºê·£µå, »çÀÌÁî, ¾ÆÀÌÅÛ ·¹ÀÌ¾îÃ¢ */
.dim_bg {background: rgba(0, 0, 0, .5);width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 10;}
.layer_cont { display:none; position: absolute; right: 0; left: 0;height:100%;z-index: 5; background: #fff; padding: 0 18px 56px; box-sizing: border-box; box-shadow: 0 10px 15px #d5d5d5; } 
.top_layer_cont { height: calc(100vh - 210px);position: fixed;overflow-y: scroll;}
.top_layer_cont.fixed{top: 47px !important;}
.layer_cont.top_layer_cont.brand_layer {padding: 0 0 56px;}
.layer_cont.brand_layer_new {height: 100vh;padding: 0;}


/* °Ë»öÃ¢ */
.layer_cont .schTop {text-align: right;padding-top: 20px;}
.layer_cont .search {display: flex;align-items: center;justify-content: space-between;}
.layer_cont .search .searchBox {width: 100%;margin-right: 10px;}
.layer_cont .search .btn_search {padding-top: 15px;}
.layer_cont fieldset {margin-top:20px;}
.layer_cont fieldset input {width:100%;}


.layer_cont p { text-align: center; ]; font-size: 17px; font-weight: 700; padding: 16px 0 12px; } 
.brand_layer .tab_brand_cate { display: flex; justify-content: flex-start; align-items: center; gap: 16px; padding: 12px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 16px; } 
.brand_layer .tab_brand_cate li a { font-size:15px; font-weight:700; color: #ccc; } 
.brand_layer .tab_brand_cate li.current a { color:#000; } 
.brand_layer .brand_cate_tabcontent { display:none; } 
.brand_layer .brand_cate_tabcontent.current { display:block; } 
.brand_layer .brand_cate_tabcontent dl { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 4px; } 
.brand_layer .brand_cate_tabcontent dl dd { width: calc((100% - 12px)/4); text-align: center; } 
.brand_layer .brand_cate_tabcontent dl dd a { display: \block; font-size: 11px; font-weight: 400; text-align: center; } 
.brand_layer .brand_cate_tabcontent dl dd span { text-align: center; background: #f5f5f5; border-radius: 5px; width: 100%; font-size: 11px; font-weight: 700; margin-bottom: 4px; min-height: 46px; display: flex; align-items: center; justify-content: center; padding: 0 3px; box-sizing: border-box; } 
.brand_layer .brand_cate_tabcontent dl dd a img { width: 100%; height: 46px; line-height: 46px; margin-bottom: 4px; background: #f5f5f5; border-radius: 5px; } 

.size_layer { padding-bottom:48px;z-index: 1005; } 
.size_btn { display: flex; justify-content: space-between; align-items: center; gap: 6px; } 
.size_btn a { display: block; width: 100%; text-align: center; font-size: 15px; font-weight: 700; background: #f5f5f5; padding: 11.5px 0; border-radius: 5px; } 
.size_list { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 32px 6px; margin-bottom: 30px; } 
.size_list dl { display: flex; width: calc((100% - 6px) / 2); text-align: center; flex-direction: column; gap: 14px; } 
.size_list dl dt { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 8px 0; margin-bottom: 2px; } 
.size_list dl dt a { display: block; font-size: 13px; font-weight: 700; line-height: 1.25; } 
.size_list dl dd { } 
.size_list dl dd a { font-size: 13px; font-weight: 400; } 
.size_list3grid { display: flex; flex-wrap: nowrap; } 
.size_list3grid dl { } 
.size_list3grid dl dt { margin-bottom: 2px; display: block; position: relative; width: 100%; text-align: center; font-size: 15px; font-weight: 700; background: #f5f5f5; padding: 11.5px 0; margin-bottom: 10px; border-radius: 5px; border: 0; } 
.size_list3grid dl dt:after { content:''; position: absolute; left: 0; right: 0; bottom: -10px; width: 100%; height: 1px; background: #eee; } 
.size_list3grid dl dt a { display: block; font-size: 13px; font-weight: 700; line-height: 1.25; } 
.size_layer_new {height:100vh;}



.item_layer { padding-bottom:48px;z-index: 1005; } 
.item_list { padding-top:16px; border-top: 1px solid #eee; } 
.item_list dl { display: flex; flex-wrap: wrap; gap: 14px 0; } 
.item_list dl dd { width: 50%; text-align: center; } 
.item_list dl dd a { font-size: 13px; font-weight: 400; }

.item_layer_new {height:100vh;}
.item_layer_new.changeTop {top:180 !important;}


/* ÇÏ´Ü °íÁ¤ ¸Þ´º */
.ft_fixed_wrap { position:fixed; left:0; right:0; bottom:0; z-index:101; background: #000; padding: 10px 0; border-radius: 15px 15px 0 0; } 
.ft_fixed_wrap ul { display:flex; justify-content:space-around; align-items:center; } 
.ft_fixed_wrap ul li { text-align:center; width:16%; } 
.ft_fixed_wrap ul li a { display: inline-block; } 
.ft_fixed_wrap ul li a img { margin-bottom:10px; } 
.ft_fixed_wrap ul li a p { white-space:pre; font-size:10px; font-weight:400; line-height: 1; color: #ccc; } 


/* ¿ìÃø ÇÏ´Ü °íÁ¤ */
#quick_button { display:none; position: fixed; right: 10px; bottom: 120px; z-index: 99; } 
#quick_button .a_kakaotalk {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;width: 40px;height: 40px;padding: 3px;margin: 4px 3px;color: #000;box-sizing: border-box;border-radius: 100%;background: #f1d900;}
#quick_button .a_kakaotalk img {max-width: 25px;vertical-align: middle;}
#quick_button a {position:relative;display: block; } 
#quick_button a img { max-width:47px; } 
#quick_button a .recent_qnt { position: absolute; top: 0; right: 0; font-size: 11px; font-weight: 700; color: #fff; background: #000; width: 20px; height: 16px; line-height: 16px; border-radius: 14px; text-align: center; } 
#quick_button a.rc_btn::after {content:"ÃÖ±Ùº»»óÇ°";display:block;position: absolute;left: -80px;top: 12px;padding:5px 10px;color:#fff;background-color:#000;font-weight: 500;opacity: 0;transition: all .3s;}
#quick_button a.rc_btn:hover::after {opacity: 1;transition: all .3s;}


/* °Ë»öÃ¢ ·¹ÀÌ¾î */
.sch_layer { top: 0 !important; bottom: 0; z-index:1001; } 


/* ºê·£µå ½½¶óÀÌ´õ */
.headerbrandLayerCnt {max-width: 380px;width: 100%;overflow: hidden;margin: 0 auto 60px;}
.headerbrandLayerCnt .swiper-pagination {left: 50%;transform: translate(-50%);}
.headerbrandLayerCnt .headerbrandTabBtn {padding: 5px;border-bottom: 1px solid #e9e9e9;margin-bottom: 15px;} 
.headerbrandLayerCnt .headerbrandTabBtn ul li {display:block;width:auto;font-size:15px;font-weight: 700;line-height:28px;padding-right:15px;color: #ccc;border-radius:14px;cursor: pointer; } 
.headerbrandLayerCnt .headerbrandTabBtn ul li.swiper-slide-thumb-active {font-size: 15px;color:#000;}
.headerbrandLayerCnt .headerbrandTabCnt {} 
.headerbrandLayerCnt .headerbrandTabCnt .goodsList {} 
.headerbrandLayerCnt .headerbrandTabCnt .goodsList ul {display: grid;grid-template-columns: repeat(4, 1fr);row-gap: 15px;} 
.headerbrandLayerCnt .headerbrandTabCnt .goodsList ul li {max-width:91px;width:100%;margin-right:5px;}
.headerbrandLayerCnt .headerbrandTabCnt .goodsList ul li:nth-child(4n) {margin-right:0;}
.headerbrandLayerCnt .headerbrandTabCnt .swiper-slide a {display: block;font-size: 11px;font-weight: 400;text-align: center;}
.headerbrandLayerCnt .headerbrandTabCnt .swiper-slide a span {text-align: center;background: #f5f5f5;border-radius: 5px;width: 100%;font-size: 11px;font-weight: 700;margin-bottom: 4px;min-height: 46px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;}
.headerbrandLayerCnt .goodsList ul li .textWrap .goodsName {overflow:hidden;text-overflow:ellipsis;white-space:nowrap; } 
.headerbrandLayerCnt .goodsList ul li .textWrap .goodsSubName {display:none; } 
.headerbrandLayerCnt .goodsList ul li .textWrap .goodsPrice {padding-top:0; } 
.headerbrandLayerCnt .goodsList ul li .textWrap .goodsPrice .c_price {/* display:none; */}
.headerbrandLayerCnt .goodsList.swiper {padding-bottom:40px; } 
.headerbrandLayerCnt .swiper .swiper-pagination-progressbar-fill {background:#121212;border-radius: 1px; }

/* ºê·£µå ½½¶óÀÌ´õ */
.header2brandLayerCnt {max-width: 380px;width: 100%;overflow: hidden;margin: 0 auto 60px;}
.header2brandLayerCnt .header2brandTabBtn {padding: 5px;border-bottom: 1px solid #e9e9e9;margin-bottom: 15px;} 
.header2brandLayerCnt .header2brandTabBtn ul li {display:block;width:auto;font-size:15px;font-weight: 700;line-height:28px;padding-right:15px;color: #ccc;border-radius:14px;cursor: pointer; } 
.header2brandLayerCnt .header2brandTabBtn ul li.swiper-slide-thumb-active {font-size: 15px;color:#000;}
.header2brandLayerCnt .header2brandTabCnt {} 
.header2brandLayerCnt .header2brandTabCnt .goodsList {} 
.header2brandLayerCnt .header2brandTabCnt .goodsList ul {display: grid;grid-template-columns: repeat(4, 1fr);row-gap: 15px;} 
.header2brandLayerCnt .header2brandTabCnt .goodsList ul li {max-width:91px;width:100%;margin-right:5px;}
.header2brandLayerCnt .header2brandTabCnt .goodsList ul li:nth-child(4n) {margin-right:0;}
.header2brandLayerCnt .header2brandTabCnt .swiper-slide a {display: block;font-size: 11px;font-weight: 400;text-align: center;}
.header2brandLayerCnt .header2brandTabCnt .swiper-slide a span {text-align: center;background: #f5f5f5;border-radius: 5px;width: 100%;font-size: 11px;font-weight: 700;margin-bottom: 4px;min-height: 46px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;}
.header2brandLayerCnt .goodsList ul li .textWrap .goodsName {overflow:hidden;text-overflow:ellipsis;white-space:nowrap; } 
.header2brandLayerCnt .goodsList ul li .textWrap .goodsSubName {display:none; } 
.header2brandLayerCnt .goodsList ul li .textWrap .goodsPrice {padding-top:0; } 
.header2brandLayerCnt .goodsList ul li .textWrap .goodsPrice .c_price {/* display:none; */}
.header2brandLayerCnt .goodsList.swiper {padding-bottom:40px; } 
.header2brandLayerCnt .swiper .swiper-pagination-progressbar-fill {background:#121212;border-radius: 1px; }
.header2brandTabCnt .swiper-pagination {left:50%;transform:translate(-50%, -50%);}
.header2brandTabCnt .swiper-pagination .swiper-pagination-bullet {margin-right:8px;}
.header2brandTabCnt .swiper-pagination .swiper-pagination-bullet:last-child {margin-right:0;}


/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.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; } 


/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ - ·¹ÀÌ¾î */
.all-finder-layer { z-index:200; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; overflow-y:auto; padding: 0 18px; box-sizing: border-box; } 
.all-finder-layer .finder-hd { z-index:1; position:fixed; top: 20px; right: 17px; } 
.all-finder-layer .finder-hd img { width:16px; } 
.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; font-size: 13px; font-weight: 500; color:#000; letter-spacing:-1px; margin-bottom: 20px; } 
.all-finder-layer .finder-opt dl dt .fa { display: none; 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 { font-size:0; margin-bottom: 48px; } 
.all-finder-layer .finder-opt dl dd div { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; gap: 12px 20px; } 
.all-finder-layer .finder-opt dl dd label { display:inline-block; text-align:center; } 
.all-finder-layer .finder-opt .finder-color label { width:12.5%; } 
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding: 0 0 10px; text-align:right; font-size:12px; flex-wrap: nowrap; justify-content: space-between; } 
.all-finder-layer .finder-opt .finder-price .finder-price-input span { float:left; display: none; height:34px; line-height:34px; } 
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: inline-block; width: 100%; padding: 0; border-bottom: 1px solid #000; color: #000; background:#fff; font-size: 12px; font-weight: 400; } 
.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: left; } 

.all-finder-layer .finder-opt .finder-child-category { padding:0; } 
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category { 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 {margin-bottom: 64px;width:100%;text-align: center;font-size:0;display: flex;justify-content: flex-end;align-items: center;gap: 32px;} 
.all-finder-layer .finder-btn-c a.reset { display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: 1px; border:none; color: #000; border-bottom: 1px solid #000; } 
.all-finder-layer .finder-btn-c button { display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: -0.5px; border:none; background: #fff; color: #000; border-bottom: 1px solid #000; } 
.all-finder-layer .finder-btn-c button span.fa-search { display: none; 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; } 

.all-finder-layer .finder-opt .finder-options { display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; color: #888; text-align:center; font-size:12px; font-weight: 400; } 
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; color: #000; } 
.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; } 

.allfinder_sch_wrap { position: relative; margin-top: 56px; border-bottom: 3px solid #000; } 
.allfinder_sch_wrap span.fa { display:none; } 
.allfinder_sch_wrap input { width: 100%; border: 0; height: 53px; line-height: 53px; padding: 0; font-size: 20px; font-weight: 700; } 
.allfinder_sch_wrap img { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 22px; height: 22px; } 



/* BASIC css end */

