/* BASIC css start */
.icon_wrap { display:flex; justify-content:space-around; padding:20px 0; gap:20px; }
.icon_wrap a { text-align:center; }
.icon_wrap a img { width:58px; height:auto; }
.icon_wrap a p { font-size: 13px; font-weight: 700; padding-top: 4px; }

.txt_deco { position:absolute; right:-16px; top:-6px; font-size:10px; color:#ff5c35; font-weight:bold; animation:txtAni 1s infinite; }
@keyframes txtAni {
    0% { transform:translateY(0); }
    50% { transform:translateY(3px); }
    100% { transform:translateY(0); }
}
.rollingMenu { height:18px !important; overflow:hidden; }
.rollingMenu a { display:block; animation:rollAni 4.5s infinite; text-align:center;}
@keyframes rollAni {
    0% { transform:translateY(0); }
    40% { transform:translateY(0); }
    50% { transform:translateY(-33px); }
    90% { transform:translateY(-33px); }
    100% { transform:translateY(0); }
}



.modal_lang { opacity:0; pointer-events:none; transition:opacity 0.3s; position:fixed; width:100vw; height:100vh; z-index:100; }
.modal_lang.on { opacity:1; pointer-events:all; }
.modal_lang.on ul { top:50%; }
.modal_lang ul { position:absolute; left:50%; top:55%; transition:top 0.3s; transform:translate(-50%, -50%); background:#fff; padding:40px; width:40%; border-radius:6px; box-shadow: 2px 2px 20px rgba(0,0,0,0.3); z-index:105; }
.modal_lang ul li:not(.btn_mdClose){ font-size:14px; font-weight:500; }
.btn_mdClose { position:absolute; right:12px; top:12px; }
.btn_mdClose .xi-close-thin:before { font-size:20px !important; }
.modal_lang ul li a:not(.btn_mdClose a) { display:block; padding:12px; margin-bottom:8px; background:#f6f6f6; border-radius:4px; text-align:center; }
.modal_lang ul li:last-child a { margin-bottom:0px; }
.modal_lang .modal_bg { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); z-index:101; }


.topBannerWrap{
    width:100%;
    overflow:hidden;
}

.topBannerWrap a{
    display:block;
    width:100%;
    line-height:32px;
    color:#111;
    font-size:12px;
    text-align:center;
    background:#FAF8EF;
}

.topBannerWrap .swiper-button-next,
.topBannerWrap .swiper-button-prev{
    background: none;
    color:#111;
}

.topBannerWrap .swiper-button-next:after,
.topBannerWrap .swiper-button-prev:after{
    display:none;
}

header, header *{
    box-sizing:border-box;
}

header{
    position:relative;
    padding-top:98px;
}

header .h_fixedArea{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:999;
}

header .header_top{
    padding:15px;
    transition:all 0.3s;
    background:#fff;
}

header .header_top .logoWrap{
    line-height:20px;
}

header .header_top .logoWrap img{
    width:105px;
    vertical-align:middle;
}

header .header_top .userMenu ul li{
    position:relative;
    margin-right:15px;
}

header .header_top .userMenu ul li:last-child{
    margin-right:0;
}

header .header_top .userMenu ul li a img{
    height:19px;
}

header .header_top .userMenu ul li a .cnt,
.allMenuBox .am_userMenu ul li.basket .cnt{
    position:absolute;
    top:-1px;
    right:50%;
    margin-right:-16px;
    width:16px;
    height:16px;
    border-radius:8px;
    background:#ff5c35;
    font-size:10px;
    color:#fff;
    line-height:16px;
    text-align:center;
}

header .header_bottom{
    position:relative;
    padding:15px 0 15px 40px;
    background:#fff;
    border-bottom:1px solid #eee;
    transition:all 0.3s;
}

header .header_bottom .allMenuWrap{
    position: absolute;
    width: 17px;
    left: 15px;
    top: 15px;
}

header .header_bottom .allMenuWrap img{
    width:100%;
}

header .header_bottom .h_menuList{
    padding-right:15px;
    overflow:hidden;
}

header .header_bottom  .h_menuList .swiper{
    overflow:visible;
}


header .header_bottom .h_menuList ul li{
    width:auto;
    margin:0 10px;
}
header .header_bottom .h_menuList ul li.new {
    margin-right:20px !important;
}

header .header_bottom .h_menuList ul li a{
    font-size:14px;
    font-weight:bold;
}

/*ÇØ´õ fixed*/
header .h_fixedArea.fixed .header_top,
header .h_fixedArea.fixed .header_bottom{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
}

header .h_fixedArea.fixed .header_top{
    top:-50px;
}

header .h_fixedArea.fixed.scrollUp .header_bottom{
    top:50px;
}

header .h_fixedArea.fixed.scrollUp .header_top{
    top:0;
}

/*ÇÜ¹ö°Å ¸Þ´º*/
.allMenuBox,
.allMenuBox *{
    box-sizing:border-box;
}

.allMenuBox{
    position: fixed;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    padding: 60px 15px 0;
    background: #fff;
    overflow: auto;
    transition: all 0.3s;
    
    z-index: 1001;
}

.allMenuBox.open{
    left:0;
}

.allMenuBox .am_TopBox{
    padding: 20px 15px;
    position: fixed;
    top: 0;
    left: -120%;
    width: 100%;
    background: #fff;
    z-index: 1002;
    transition:all 0.3s;
}

.allMenuBox.open .am_TopBox{
    left: 0;
}

.allMenuBox .am_TopBox .logo img{
    width:105px;
    margin-top:2px;
}

.allMenuBox .am_TopBox .global {
    margin-right:40px;
}

.allMenuBox .am_TopBox .global li{
    margin-left:1px;
    margin-top:1px;
}

.allMenuBox .am_TopBox .global li a{
    display: block;
    width: 25px;
    height: 18px;
    
    background-image: url(/design/09women/2023_renew/image/global.png);
    background-size: 100px 17px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.allMenuBox .am_TopBox .global li a.kr{
    background-position:0 0;
}

.allMenuBox .am_TopBox .global li a.cn{
    background-position:-25px 0;
}

.allMenuBox .am_TopBox .global li a.en{
    background-position:-50px 0;
}

.allMenuBox .am_TopBox .global li a.jp{
    background-position:-75px 0;
}

.allMenuBox .am_TopBox .closeMenuBtn a{
    padding: 10px;
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
}

.allMenuBox .am_TopBox .closeMenuBtn a i {
    font-size: 20px;
    line-height: 20px;
    display: block;
}

.allMenuBox .am_userMenu{
    padding:10px 0;
}

.allMenuBox .am_userMenu ul li{
    position:relative;
    width:25%;
    text-align:center;
}

.allMenuBox .am_userMenu ul li a{
    display:block;
    margin:0 10px;
}

.allMenuBox .am_userMenu ul li a img{
    width:auto;
    height:17px;
}

.allMenuBox .am_userMenu ul li a .text{
    display:block;
    padding-top:5px;
    font-size:12px;
    font-weight:500;
}

.allMenuBox .am_searchBox{
    position:relative;
    padding:10px 0;
}

.allMenuBox .am_searchBox input{
    height:40px;
    width:100%;
    background:#efefef;
    border:none;
}

.allMenuBox .am_searchBox input::placeholder{
    color:#222;
}

.allMenuBox .am_searchBox a{
    position:absolute;
    width:40px;
    height:40px;
    top:10px;
    right:0;
    line-height:40px;
    text-align:center;
}

.allMenuBox .am_searchBox a img{
    width:17px;
    vertical-align:middle;
}

.allMenuBox .categoryWrap .c_tabBtn ul li{
    width:50%;
    text-align:center;
}

.allMenuBox .categoryWrap .c_tabBtn ul li a{
    position:relative;
    display:block;
    font-size:15px;
    font-weight:500;
    line-height:40px;
    color:#999999;
}

.allMenuBox .categoryWrap .c_tabBtn ul li a:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:1px;
    bottom:0;
    left:0;
    background:#cdcdcd;
}

.allMenuBox .categoryWrap .c_tabBtn ul li a.active{
    font-weight:bold;
    color:#111;
}

.allMenuBox .categoryWrap .c_tabBtn ul li a.active:after{
    height:2px;
    background:#111;
}

.allMenuBox .categoryWrap .c_tabCon{
    padding:10px;
    border-bottom:1px solid #dedede;
}

.allMenuBox .categoryWrap .c_tabCon .gnb > li > a{
    position:relative;
    display:block;
    line-height:46px;
    font-size:16px;
    font-weight:bold;
}

.allMenuBox .categoryWrap .c_tabCon .gnb > li > a span.c_enName{
    margin-left:5px;
    font-size:11px;
    font-weight:500;
    color:#999;
}

.allMenuBox .categoryWrap .c_tabCon .gnb > li > a i{
    position: absolute;
    font-size: 12px;
    line-height: 40px;
    top: 0;
    right: 0;
    text-align: right;
}

.allMenuBox .categoryWrap .c_tabCon .lnb{
    padding:13px 0;
    background:#f5f5f5;
}

.allMenuBox .categoryWrap .c_tabCon .lnb > li{
    width:50%;
    padding:0 20px;
}

.allMenuBox .categoryWrap .c_tabCon .lnb > li:nth-child(2n+1){
    padding-right:0;
}

.allMenuBox .categoryWrap .c_tabCon .lnb > li a{
    display:block;
    font-size: 13px;
    line-height: 38px;
    font-weight: 500;
}

.allMenuBox .categoryWrap .c_tabCon .communityList ul li{
    width:50%;
}

.allMenuBox .categoryWrap .c_tabCon .communityList ul li:nth-child(2n){
    padding-left:12px;
}

.allMenuBox .categoryWrap .c_tabCon .communityList ul li a{
    display:block;
    line-height:40px;
    font-size:14px;
    font-weight:bold;
}

.allMenuBox .hamConBox dl dt{
    padding:35px 0 10px;
    line-height:25px;
    font-size:20px;
    font-weight:bold;
}

.allMenuBox .brandWrap dl dd ul li{
    width:calc((100% - 6px)/3);
    margin-right:3px;
    margin-bottom:20px;
}

.allMenuBox .brandWrap dl dd ul li:nth-child(3n){
    margin-right:0;
}

.allMenuBox .brandWrap dl dd ul li .imgBox img{
    display:block;
    width:100%;
}

.allMenuBox .brandWrap dl dd ul li .textBox strong{
    display:block;
    margin-top:7px;
    font-size:14px;
    font-weight:600;
    color:#111;
    line-height:20px;
}

.allMenuBox .brandWrap dl dd ul li .textBox span{
    color:#7b7b7b;
    font-size:12px;
}

.allMenuBox .lookBookWrap ul li{
    padding:15px;
    border:1px solid #e0e0e0;
}

.allMenuBox .lookBookWrap ul li a{
    display:flex;
}

.allMenuBox .lookBookWrap ul li a .imgBox{
    width:80px;
}

.allMenuBox .lookBookWrap ul li a .imgBox img{
    display:block;
    width:100%;
}

.allMenuBox .lookBookWrap ul li a .textBox{
    display:flex;
    padding-left:20px;
    flex-direction: column;
    justify-content: center;
}

.allMenuBox .lookBookWrap ul li a .textBox strong{
    margin-bottom:5px;
}


.allMenuBox .lookBookWrap .swiper,
.allMenuBox .membershipWrap .swiper{
    padding-bottom:15px;
}

.allMenuBox .membershipWrap .swiper .swiper-slide img{
    display:block;
    width:100%;
}

.allMenuBox .eventWrap ul li a{
    position:relative;
    display:block;
    padding-left:8px;
    line-height:20px;
}

.allMenuBox .eventWrap ul li a:after{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:0;
    margin-top:-1px;
    width:2px;
    height:2px;
    background:#111;
}

.allMenuBox .customerCenterWrap dd a.tel{
    display:block;
    margin-bottom:5px;
    font-size:18px;
    font-weight:bold;
}

.allMenuBox .customerCenterWrap dd span{
    display:block;
    font-size:12px;
    line-height:20px;
}

.allMenuBox .offlineCenterWrap dt i{
    vertical-align:middle;
    margin-top:-2px;
}

.allMenuBox .offlineCenterWrap dd ul li{
    margin-bottom:5px;
    padding:10px;
    background:#f6f6f6;
}

.allMenuBox .offlineCenterWrap dd ul li .hideArea{
    display:none;
}

.allMenuBox .offlineCenterWrap dd ul li span{
    display:block;
}

.allMenuBox .snsWrap{
    padding:40px 0 15px;
}

.allMenuBox .snsWrap ul li{
    width:36px;
    height:36px;
    margin-right:9px;
}

.allMenuBox .snsWrap ul li:last-child{
    margin-right:0;
}

.allMenuBox .snsWrap ul li a{
    display:block;
    width:100%;
    height:100%;
    font-size:18px;
    line-height:36px;
    text-align:center;
    color:#fff;
    background:#d9d9d9;
    border-radius:18px;
}

/*ÇÏ´Ü FIXED ¹Ù*/
.bottomFixedWrap,
.bottomFixedWrap *{
    box-sizing:border-box;
}

.bottomFixedWrap{
    display:none !important;
    position:fixed;
    width:100%;
    bottom:-65px;
    left:0;
    padding:10px;
    background:#fff;
    z-index:1000;
    box-shadow: 2px 0px 6px rgba(0,0,0,0.05);
    transition:all 0.3s;
}

.bottomFixedWrap.scrollUp{
    bottom:0;
}

.bottomFixedWrap ul li{
    width:20%;
}

.bottomFixedWrap ul li a{
    display:block;
    padding:5px 5px 0;
    text-align:center;
}

.bottomFixedWrap ul li a img{
    height:16px;
    margin-bottom:10px;
}

.bottomFixedWrap ul li a span{
    display:block;
    font-size:10px;
    line-height:10px;
}


/*°Ë»ö ¹Ú½º*/
.searchArea ,
.searchArea *{
    box-sizing:border-box;
}

.searchArea{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    right: -120%;
    padding:0 15px 90px;
    overflow:auto;
    background:#fff;
    z-index:999;
    transition:all 0.3s;
}
.searchArea.open{
    right:0;
}

.searchArea .searchBox{
    position:sticky;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:1000;
}

.searchArea .searchBox .searchAreaInput input{
    width:100%;
    height:50px;
    padding:0 30px;
    font-size:14px;
    border:none;
    border-bottom:1px solid #111;
}

.searchArea .searchBox .searchAreaInput a.btn_search{
    position:absolute;
    width:37px;
    padding:10px;
    top:50%;
    right:-10px;
    transform:translateY(-50%);
}

.searchArea .searchBox .closeSearchArea{
    position: absolute;
    padding: 10px;
    width: 37px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.searchArea .searchBox .searchAreaInput a.btn_search img,
.searchArea .searchBox .closeSearchArea img{
    display:block;
    width:100%;
}

.searchArea .smartSearch{
    position:relative;
    padding: 15px 25px;
    margin-top: 20px;
    background: #111;
    border-radius: 8px;
}

.searchArea .smartSearch span{
    display:block;
    color:#fff;
    font-size:10px;
    font-weight:500;
    font-family: 'Nunito Sans', sans-serif;
}

.searchArea .smartSearch p{
    display:block;
    color:#fff;
    font-size:14px;
    font-weight:300;
}

.searchArea .smartSearch img{
    position: absolute;
    top: 50%;
    right: 25px;
    width: 25px;
    transform:translateY(-50%);
}

.searchArea .searchConBox dl dt{
    padding:35px 0 10px;
    line-height:25px;
    font-size:20px;
    font-weight:bold;
}

.searchArea .keywordWRap dl dd ul{
    width:50%;
}

.searchArea .keywordWRap dl dd ul li a{
    font-size:14px;
    line-height:30px;
    color:#7b7b7b;
}

.searchArea .keywordWRap dl dd ul li.bold a{
    font-weight:500;
    color:#111;
}

.searchArea .keywordWRap dl dd ul li a span{
    margin-right:15px;
    font-weight:bold;
    color:#111;
}

.searchArea .styleWrap dl dd a{
    display:inline-block;
    padding:0 15px;
    margin-bottom:7px;
    font-size:14px;
    color:#777;
    line-height:32px;
    border-radius:16px;
    background:#efefef;
}





.searchArea .searchConBox.brandWrap dl dd ul li{
    width:calc((100% - 6px)/3);
    margin-right:3px;
    margin-bottom:20px;
}

.searchArea .searchConBox.brandWrap dl dd ul li:nth-child(3n){
    margin-right:0;
}

.searchArea .searchConBox.brandWrap dl dd ul li .imgBox img{
    display:block;
    width:100%;
}

.searchArea .searchConBox.brandWrap dl dd ul li .textBox strong{
    display:block;
    margin-top:7px;
    font-size:14px;
    font-weight:600;
    color:#111;
    line-height:20px;
}

.searchArea .searchConBox .brandWrap dl dd ul li .textBox span{
    color:#7b7b7b;
    font-size:12px;
}

/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.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:2000; 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; background:#fff; }
.all-finder-layer .xi-close-thin { 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 15px; font-size:16px; font-weight:bold; color:#000; letter-spacing:-2px; }
.all-finder-layer .finder-search { position:relative; margin:0 0 20px; padding-left:15px; border:0; background:#efefef; }
.all-finder-layer .finder-search .fa-search { position:absolute; top:0; right:0; display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 0; background-image:url(/design/09women/2023_renew/image/icon/icon_search.png); background-position:center; background-repeat:no-repeat; background-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; background:none; }
.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 15px; 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:15px; margin-top:-13px; font-size:25px; color:#b2b2b2; transform: scale(0.7); }
.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 15px 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-colorl-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; }

/*´ÙÃ£´Ù ÀÏºÎ ¼öÁ¤*/
.all-finder-layer .finder-opt dl dd.allFInderSearchArea{
    padding-top:6px;
    background:#fff;
    border-top:none;
}

.all-finder-layer .finder-opt dl dd.allFInderSearchArea{
    background:#fff;
}
/* BASIC css end */

