/* BASIC css start */
#preview_wrap { display:none }

.footer_fix_menu li.kakao {
    background: #F8C400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_fix_menu li.kakao img {
    width: 60%;
}

/*
#headerWrapBackBox { height: 140px; }
*/

#headerWrap img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; -ms-interpolation-mode: nearest-neighbor; image-rendering: crisp-edges; }
#headerWrap { width:100%; position: relative; top: 0; left: 0; background-color: #fff; z-index: 1000; min-width: 1100px; }
#headerWrap ul li { display:inline-block; }
#headerWrap .headerTop { padding: 25px 30px; position:relative; background-color: #16191c; /*background: url(//efairplay.img2.kr/www/event/2023/202312_theend/top_02.jpg);*/}
#headerWrap .headerTop h1 { display:inline-block; }
#headerWrap .headerTop div.searchWrap { display: inline-block; position: absolute; top: 32px; left: 50%; margin-left: -125px; }
#headerWrap .headerTop div.searchWrap .search_bs_txt { position: absolute; color: #fff; font-size: 14px; }
#headerWrap .headerTop ul.customer { margin-top: 3px; }
#headerWrap .headerTop ul.customer li {line-height: 26px;margin-left: 20px; }
#headerWrap .headerTop ul.customer li a { font-size:13px; color: #fff; }

@-webkit-keyframes scale-in-tr {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
}

@keyframes scale-in-tr {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
}

#headerWrap .headerTop ul.customer li.app {
    color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 26px;
    text-align: center;
    padding: 2px;
    margin-left: 5px;
}

#headerWrap .headerTop ul.customer li.app div.qr {
    position: absolute;
    top: 38px;
    right: -1px;
    width: 300px;
    background: #fff;
    padding: 20px;
    z-index: 10;
    display: none;
    -webkit-animation: scale-in-tr .4s cubic-bezier(.25,.46,.45,.94) both;
    animation: scale-in-tr .4s cubic-bezier(.25,.46,.45,.94) both;
    border-radius:10px;
}

#headerWrap .headerTop ul.customer li.app:hover div.qr {
    display: block;
    box-shadow: 0 .125rem .1875rem 0 rgba(0,0,0,.11);
    margin-top: -1px;
    margin-left: -1px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border-top: 1px solid #298c2d
}

#headerWrap .headerTop ul.customer li.app div.qr p {
    font-size: 15px;
    margin-bottom: 10px;
}
#headerWrap .headerTop ul.customer li.app div.qr div {
    background: #f1f1f1;
    text-align: center;
    padding: 20px;
}


#headerWrap .headerTop ul.customer li.app div.qr div img {
    width: 100px;
    padding: 12px;
    background: #fff;
}

#headerWrap .headerTop ul.customer li.app div.qr span {
    display: block;
    text-align: center;
    color: #777;
    margin-top: 10px;
    font-size: 12px;
}


#headerWrap nav ul li a { position: relative; font-size:15px; text-decoration: auto;}
#headerWrap nav > ul > li > a { font-weight: 500; }
#headerWrap nav ul.event li ul.depth01 a { font-size:13px !important; }
#headerWrap nav.gnb { height: 60px; padding: 0 30px; font-size: 15px; position: relative; top: 0; width: 100%; box-sizing: border-box; background-color: #fff; }
#headerWrap nav.gnb ul.cate { text-align: center; height: 100%; }
#headerWrap nav.gnb ul.cate li { margin-right: 1.5vw; font-size: 14px !important; line-height: 60px; }
#headerWrap nav.gnb ul.cate li:last-child { margin-right: 0;}
#headerWrap nav.gnb ul li.cg { position:relative; }
#headerWrap nav.gnb ul li.bar_lst { display: inline-block; width: 1px; height: 17px; background-color: #000; margin: 0 30px -5px 0; }

#headerWrap div.subCateWrap { margin-top: 60px; position: absolute; top: -1px; left: 0; z-index: 10; background-color: #fff; width: 100%; display:none; }
#headerWrap div.subCate { display: flex; justify-content: center; min-width: 1270px; padding: 50px 20px 70px; border-top: 1px solid #ededed; }
#headerWrap div.subCate section { display: flex; justify-content: center; width: 100%; }
#headerWrap div.subCate section article { max-width: 150px; width: 100%; padding-left: 20px; border-right: 1px solid #ededed; }
#headerWrap div.subCate section article:first-child { padding-left: 0; }
#headerWrap div.subCate section article:last-child { border-right: none; padding-left: 30px; width: 600px; max-width: none; flex-shrink: 0; }
#headerWrap div.subCate section article:nth-last-child(2) { border-right: none; }
#headerWrap div.subCate section article ul:first-child + ul { margin-top: 40px; }
#headerWrap div.subCate section article ul li { display: block; margin-top: 20px; }
#headerWrap div.subCate section article ul li:first-child { margin-top: 0; }
#headerWrap div.subCate section article ul li:first-child a { font-weight: bold; font-size: 15px; }
#headerWrap div.subCate section article .big_list li a { font-weight: bold; }
#headerWrap div.subCate section article .brand_category_list { display: flex; flex-wrap: wrap; margin-top: 0 !important; }
#headerWrap div.subCate section article .brand_category_list li { margin-right: 25px; margin-top: 20px !important; }
#headerWrap div.subCate section article .brand_category_list li:nth-child(5n) { margin-right: 0; }
#headerWrap div.subCate section article .brand_category_list li:first-child a { font-weight: normal; }
#headerWrap div.subCate section article .brand_category_list li a { text-align: center; }
#headerWrap div.subCate section article .brand_category_list li a div { display: flex; align-items: center; justify-content: center; overflow: hidden; width: 100px; height: 100px; border-radius: 100%; position: relative; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
#headerWrap div.subCate section article .brand_category_list li a div::after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgb(0 0 0 / 33%); }
#headerWrap div.subCate section article .brand_category_list li a div img:first-child { width: 102%; }
#headerWrap div.subCate section article .brand_category_list li a div img:last-child { position: absolute; width: 95%; z-index: 1; filter: invert(100%) sepia(150%) saturate(0%) hue-rotate(218deg) brightness(110%) contrast(100%); }
#headerWrap div.subCate section article .brand_category_list li a p { font-size: 15px; margin-top: 10px; }

#headerWrap nav.gnb ul.event { margin-top: -49px; display: none; }/* »ó´Ü ÇÜ¹ö°Å */
#headerWrap nav.gnb ul.event li.category { padding: 3px 0 0; }
#headerWrap nav.gnb ul.event li.category a i.xi-bars { font-size: 32px; cursor: pointer; }
#headerWrap nav.gnb ul.event li.category a span { vertical-align: text-top; margin-left: 10px; margin-top: -6px; display: inline-block; cursor: pointer; }
#headerWrap nav.gnb ul.event li.home_logo { margin-left: 20px; }
#headerWrap nav.gnb ul.event li.home_logo img { height: 26px; vertical-align: baseline; display: none; }

#headerWrap nav.gnb ul.event li a{ font-size: 15px; }
#headerWrap nav.gnb ul ul.depth01 { position: absolute; top: 45px; left: 50%; margin-left: -65px; padding: 20px 10px; background: #fff; width: 110px; font-size: 15px; display:none; z-index:10; text-align: center; }
#headerWrap nav.gnb ul ul.depth01 li { display: block; padding: 0; margin-right: 0; margin-left: 0; line-height: 30px; }
#headerWrap nav.gnb ul ul.depth01 li a.new { position: relative; }
#headerWrap nav.gnb ul ul.depth01 li a.new::before { content: ""; position: absolute; top: 0; right: -5px; display: block; width: 4px; height: 4px; background-color: #7A0514; border-radius: 2px; }
#headerWrap nav.gnb ul.event ul li:after, #headerWrap nav.gnb ul.cate ul li:after{ width: 0 !important; height: 0 !important; }

#headerWrap nav.gnb ul.event ol li { padding: 0 0 15px 0; float: left; width: 127px; }
#headerWrap nav.gnb ul.event .fmj ol li { padding: 10px 0 8px 0; }
#headerWrap nav.gnb ul.event ol li a { font-size: 13px; }
#headerWrap nav.gnb ul.event ol li img { display: block; width: 100px; }
#headerWrap nav.gnb ul.event ol li span { display: block; margin-top: 10px; width: 100px; text-align: center; }
#headerWrap nav.gnb ul.event ol li:last-child span { width: 107px; margin-left: -4px; }

#headerWrap nav.gnb ul.right_menu { margin-top: -43px; /*display: none;*/ }
#headerWrap nav.gnb ul.right_menu li { margin-left: 20px; }
#headerWrap nav.gnb ul.right_menu li:first-child { margin-left: 0; }
#headerWrap nav.gnb ul.right_menu i { font-size: 25px; }
#headerWrap nav.gnb ul.right_menu .as_btn {
    display: inline-block;
    width: 50px;
    height: 27px;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    margin-top: -9px;
    text-align: center;
    line-height: 27px;
    border-radius: 15px;
}

#headerWrap nav.gnb ul li.new:before { content: ""; position: absolute; top: 18px; right: -5px; display: block; width: 4px; height: 4px; background-color: #7A0514; border-radius: 2px; }
#headerWrap nav.gnb ul li.sw:before {background-color: #3F291C;}

#headerWrap nav.gnb ul li.sale:before {     content: "È¸¿øÀü¿ë"; position: absolute; top: 3px; right: 21px; display: block; font-size: 11px; font-weight: 300; color: #fff; background-color: var(--main-color); height: 17px; line-height: 17px; padding: 0 4px; border-radius: 4px; }
#headerWrap nav.gnb ul li.review:before {
    content: "~3,000¿ø";
    position: absolute;
    top: 3px;
    right: -11px;
    display: block;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    background-color: #B68645;
    height: 17px;
    line-height: 17px;
    padding: 0 4px;
    border-radius: 4px;
    width: 44px;
}


#headerWrap nav.gnb ul li.spcExh:before { right: -8px; }

#headerWrap .searchWrap .MS_search_word { border: none; border-bottom: 1px solid #fff; background-color: transparent; width: 250px; color: #fff; font-size: 14px; }
#headerWrap .searchWrap .searchBtn { position: absolute; top: -1px; right: 2px; font-size: 17px; color: #fff; }

#headerWrap .cart { position:relative; padding-right: 13px; }
#headerWrap .cart i {
    font-size: 22px;
    vertical-align: middle;
    margin-top: -5px;
}
#headerWrap .quanti {
    position: absolute;
    right: 3px;
    top: -11px;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 19px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 13px;
    font-size: 12px;
}

#searchDepthWrap {
    background: #fff;
    position: absolute;
    z-index: 10;
    width: 500px;
    display: none;
    padding: 20px 0;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    overflow:hidden;
    height: 400px;
}   
.searchDepth {
    margin: 0 auto;
    position: relative;
    float: left;
    width: 50%;
    padding: 10px 20px 10px 30px;
    box-sizing: border-box;
}

.searchDepth h3 {font-size: 15px;padding-bottom: 10px;font-weight: 600;}
.mySidenavdiv ul{overflow:hidden;margin-top: 10px;}
.mySidenavdiv ul li{float: left;padding: 5px 17px;margin: 0 10px 10px 0;border-radius: 20px;background: #F3F3F3;}
/*
.mySidenavdiv.searchWord ul li:nth-child(-n+3) { background: #333; }
.mySidenavdiv.searchWord ul li:nth-child(-n+3) a{ color: #fff }
.mySidenavdiv.searchWord ul li:first-child { background: var(--main-color); border-color: var(--main-color); }
*/
.mySidenavdiv ul li a {font-size: 14px;}
.mySidenavdiv.ranking li span { font-weight:600 }
.benefit1 { text-align: center; }
.benefit1 p { border: 1px solid; margin: 15px; padding: 14px 0; font-size: 16px; }
.benefit1 p a { display: block; font-size: 14px; }
.searchDepth i.xi-check-square-o { font-size: 20px; vertical-align: bottom; }
.srcfrm { overflow: hidden; margin-top:0 !important }
div#mySidenav { padding-top: 0; }

.popular ul li {
    display: block !important;
    line-height: 31px;
    font-size: 14px;
    font-weight: 500;
}

.popular ul li a {
    font-size: 14px;
}

.popular ul li span {
    margin-right: 10px;
}

.popular ul li:nth-child(-n+3) {
    color: var(--main-color);
}

.popular ul li:nth-child(-n+3) a {
    color: var(--main-color);
}
p.line {
    position: absolute;
    bottom: 49px;
    left: 5%;
    width: 90%;
    border-top: 1px solid #9b9999;
}
span.scx {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 13px;
    color: #656565;
    cursor:pointer;
}

#searchDepthWrap .hd_kw_history { 
    display: none;
    padding: 10px 0 15px;
    margin: 0 30px 15px;
    border-bottom: 1px solid #efefef;
}

#searchDepthWrap .hd_kw_history h3 {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 600;
}

#searchDepthWrap .hd_kw_history .swiper-container { margin-top: 10px; }

#searchDepthWrap .hd_kw_history li {
    width: auto;
    padding: 5px 17px;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    background: #F3F3F3;
}

#searchDepthWrap .hd_kw_history li a { font-size: 14px; }
#searchDepthWrap .hd_kw_history li i { 
    margin-left: 10px; 
    cursor: pointer;
}


/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.search-auto-complete-list { display:none; z-index:11; position:absolute; top:20px; left:0; border:1px solid #ddd; border-top:1px solid #000; line-height:14px; background:#fff; }
.search-auto-complete-list ul { width:248px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.search-auto-complete-list ul li { text-align:left; }
.search-auto-complete-list ul li.on { background:#f3f3f3; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px 7px; color:#000; background:none; font-size:12px; letter-spacing:-1px; }
.search-auto-complete-list ul li a strong { color: var(--main-color); }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }

/* ÇÏ´Ü °íÁ¤ ¸Þ´º */
.footer_fix_menu {
    position: fixed;
    bottom: 100px;
    right: -70px;
    transition: 1s;
    z-index: 100;
    background-color: #000;
}

.footer_fix_menu > ul > li {
    background: #000;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.footer_fix_menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.footer_fix_menu .wish_btn i,
.footer_fix_menu .cart_btn i,
.footer_fix_menu .today_prd_btn i {
    font-size: 25px;
    color: #fff;
}

.footer_fix_menu .wish_btn i {
    margin-top: 9px;
    font-size: 28px;
}

.footer_fix_menu .cs_btn i {
    font-size: 31px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    --fa-secondary-opacity: 1.0;
    margin-top: -4px;
}

.footer_fix_menu .cs_btn i span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    line-height: 0;
    font-weight: 500;
    margin-top: -1px;
    color: #000;
}


.footer_fix_menu img {
    width: 29px;
    vertical-align: middle;
}

.footer_fix_menu > ul > ul {
    background: #000;
    display: block;
    width: 60px;
    text-align: center;
    padding: 0 13px 15px;
    box-sizing: border-box;
}

.footer_fix_menu > ul > ul li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.footer_fix_menu > ul > ul i {
    color: #fff;
    vertical-align: middle;
    font-size: 27px;
}

.footer_fix_menu .user_basket_quantity,
.footer_fix_menu .today_prd_btn span {
    position: absolute;
    display: inline-block;
    bottom: 14px;
    right: 10px;
    background: var(--main-color);
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-weight: 300;
    font-size: 11px;
}

.footer_fix_menu .today_prd_btn {
    cursor: pointer;
}

/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ */
#allfinder-layer { 
    z-index: 9999;
    position: fixed;
    right: 27px;
    width: 490px;
    zoom: 1;
    margin-top: -50px;
}
#allfinder-layer .finder-body { 
    display:none; 
    z-index:1; 
    position: relative; 
    width: 100%; 
    padding:35px 30px; 
    max-height: 800px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    box-sizing: border-box; 
    background:#fff; 
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
#allfinder-layer .finder-body .finder-close { 
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 35px;
    color: #000; 
}
#allfinder-layer .finder-body .size_search_tit {
    text-align: center;
    margin: 20px 0 30px;
}
#allfinder-layer .finder-body .size_search_tit h3 {
    font-size: 20px;
    font-weight: bold;
}
#allfinder-layer .finder-body .size_search_tit p {
    font-size: 16px;
    margin-top: 10px;
}
#allfinder-layer .finder-body .size_search_tit p strong {
    margin-right: 5px;
}
#allfinder-layer .finder-body .size_search_tit p span {
    color: var(--main-color);
}
#headerWrap nav > ul > #allfinder-ctr {
    margin-top: -7px;
}
#headerWrap nav > ul > #allfinder-ctr a {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 0 20px;
    height: 40px;
    line-height: 39px;
    font-weight: bold;
    border-radius: 25px;
}

#headerWrap nav > ul > #allfinder-ctr a i {
    font-size: 16px;
    margin-right: 3px;
    vertical-align: text-top;
    margin-top: 2px;
}

.all-finder-layer .finder-body .finder-tbl table { border-bottom: 1px solid #e2e2e2; border-top:1px solid #000; }
.all-finder-layer .finder-body .finder-tbl th, 
.all-finder-layer .finder-body .finder-tbl td { height: 40px; border-top: 1px solid #e2e2e2; font-size: 14px; color: #000; }
.all-finder-layer .finder-body .finder-tbl tr:first-child th,
.all-finder-layer .finder-body .finder-tbl tr:first-child td { border-top:none; }
.all-finder-layer .finder-body .finder-tbl th { padding: 20px 0; background: #ececec; text-align: left; vertical-align:top; font-weight: 500; }
.all-finder-layer .finder-body .finder-tbl th .txt-l { position:relative; line-height: 45px; padding: 0 20px; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px;display:none }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:22px; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer { display:none; position:absolute; top:33px; left:52px; width:270px; padding:0 20px 18px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1}
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:14px; right:20px; margin:0; font-size:21px; color:#000; outline:none; *width:19px; *height:22px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-tit { padding:18px 0; border-bottom:1px solid #e2e2e2; font-size:15px; font-weight:bold; line-height:15px; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-cnt { padding-top:16px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-body .finder-tbl td { padding: 15px 10px; }
.all-finder-layer .finder-body .txt-input { height: 21px; line-height: 21px; padding: 0 5px; font-size: 13px; font-family:'Malgun Gothic'; }
.all-finder-layer .finder-body .finder-category { height:40px; overflow:hidden; }
.all-finder-layer .finder-body .finder-category.open { height:100%; overflow:visible; }
.all-finder-layer .finder-body tr:nth-child(n+3):nth-child(-n+4) .finder-category label:nth-child(3) {display: none;}
.all-finder-layer .finder-body tr:nth-child(n+7):nth-child(-n+8) { display: none; }
.all-finder-layer .finder-body tr.finder-child-category {display:none;}
.all-finder-layer .finder-body tr.finder-child-category th,
.all-finder-layer .finder-body tr.finder-child-category td { border-top:none; }
.all-finder-layer .finder-body tr.finder-child-category td { background:#fbfbfb; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; vertical-align:top; word-break:break-all; color:#9a9a9a; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check { display:none; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on { font-weight:bold; color:#000; border:0; border-radius:0; box-shadow: unset; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check { display:inline-block; margin-right:3px; }

.all-finder-layer .finder-body .finder-color { padding-left:10px; }
.all-finder-layer .finder-body .finder-price .finder-price-input { display: inline-block; padding-top:5px}
.all-finder-layer .finder-body .finder-price .finder-price-input label { display: inline-block; width: 110px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; color: #666; }
.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input { display: inline-block; width: 90px; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: right; }
.all-finder-layer .finder-body .finder-search { position:relative; }
.all-finder-layer .finder-body .finder-search label { 
    display: inline-block; 
    width: 100%; 
    border: 1px solid #e2e2e2; 
    border-radius: 7px; 
    box-sizing: border-box;
}
.all-finder-layer .finder-body .finder-search label .txt-input { 
    display: block;
    width:100%; 
    height: 45px; 
    line-height: 45px; 
    padding: 0 20px;
    border: none; 
    background: none; 
    color: #000; 
    text-align: left; 
    box-sizing: border-box;
}
.all-finder-layer .finder-body .finder-btn-c { 
    padding: 30px 0; 
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-finder-layer .finder-body .finder-btn-c a.reset { 
    display: inline-block; 
    width: 140px; 
    height: 60px; 
    line-height: 57px; 
    border-radius: 7px; 
    color: #000; 
    border: 1px solid #e2e2e2;
    font-size: 16px; 
    margin-right:15px; 
    box-sizing: border-box;
}
.all-finder-layer .finder-body .finder-btn-c a.reset i {
    margin-right: 5px;
    color: #adadad;
}
.all-finder-layer .finder-body .finder-btn-c button {
    display: inline-block; 
    width: 180px;
    height: 60px; 
    line-height: 57px; 
    border:none; 
    border-radius: 7px; 
    background: #000; 
    color: #fff; 
    font-size: 16px; 
    cursor:pointer; 
}
.all-finder-layer .finder-body .finder-btn-c button span.finder-count { 
    visibility:visible; 
    display:inline-block; 
    color:var(--main-color); 
    font-weight: 500;
}
.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle { visibility:visible; display:none; }


.all-finder-layer .finder-body .finder-options { 
    display:inline-block; 
    height: 20px;
    line-height: 18px;
    margin:3px 2px 0 0; 
    padding: 5px 10px; 
    cursor:pointer; 
    border: 1px solid #fff; 
    vertical-align:top; 
    word-break:break-all; 
}
.all-finder-layer .finder-body .finder-options.on { 
    font-weight: 500; 
    border: 1px solid #000; 
    border-radius: 20px; 
    background-color: #000;
    color: #fff;
}
.all-finder-layer .finder-body .finder-option-color em { display: inline-block; width: 22px; height: 22px; border-radius:20px; font-size:0; vertical-align:top; }
.all-finder-layer .finder-body .finder-option-color.color-picker { width:22px; height:22px; padding: 0; border: none; } 
.all-finder-layer .finder-body .finder-option-color.color-picker.on { border: none; }
.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check { display:none; width:22px; height:22px; margin-top:-17px; color:#fff; text-align:center; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-black em { background-color: #000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gray em { background-color: #808080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-navy em { background-color: #425583; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-purple em { background-color: #800080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-green em { background-color: #008000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gold em { background-color: #cfbc4e;  }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .finder-body .search-auto-complete-list { 
    display:none; 
    z-index:1; 
    position:absolute; 
    top: 42px; 
    left: 0; 
    border:1px solid #ddd; 
    line-height:14px; 
    background:#fff; 
    width: 100%;
    box-sizing: border-box;
}
.all-finder-layer .finder-body .search-auto-complete-list ul { width: 100%; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.all-finder-layer .finder-body .search-auto-complete-list ul li { text-align:left; }
.all-finder-layer .finder-body .search-auto-complete-list ul li.on { background:#f3f3f3; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a{ display:block; padding: 6px 14px 7px; color:#000; background:none; font-size:12px; letter-spacing:-1px; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a strong { color: var(--main-color); }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.all-finder-layer .finder-body .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }

.all-finder-layer .finder-body .finder-search-data .finder-options { border: 1px solid #e5e5e5; box-shadow:none; }
.all-finder-layer .finder-body .finder-search-data .finder-options .fa-close { margin-left:10px; color: #999; }


/* ##################### */
/*
#particles-js2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%;
    top: 0;
    left: 0;
}

.searchWrap {
    width: 290px;
    height: 35px;
    top: 23px !important;
    margin-left: 0 !important;
    transform: translateX(-50%);
}

.searchWrap fieldset {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    line-height: 41px;
    border-radius: 100px;
    outline: none;
    background-color: #1E0E00;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchWrap form::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(90deg, #FBEFB5, #D7AE68, #FBEFB5);
    background-size: 400%;
    border-radius: 100px;
    animation: animate 10s linear infinite;
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
@-webkit-keyframes animate { 0% { background-position: 0%; } 100% { background-position: 400%; } }
@-moz-keyframes animate { 0% { background-position: 0%; } 100% { background-position: 400%; } }
@-o-keyframes animate { 0% { background-position: 0%; } 100% { background-position: 400%; } }
@keyframes animate { 0% { background-position: 0%; } 100% { background-position: 400%; } }

#headerWrap .searchWrap .MS_search_word {
    border-bottom: none;
}

#headerWrap .searchWrap .searchBtn { 
    z-index: 1; 
    top: 9px;
    right: 15px;
}

#headerWrap .headerTop div.searchWrap .search_bs_txt {
    display: block;
    margin-top: -1px;
    margin-left: -5px;
}

#headerWrap .headerTop ul.customer {
        z-index: 1;
    position: relative;
}
*/

#f2s-ranking{display:none}
/* BASIC css end */

