/* BASIC css start */
/* µª½º ¸Þ´º */
.menus > li {
    display:flex;
    justify-content:center;
}
.menus > li > .depth {
    display:none;
    position:absolute;
    top:100%;
    z-index:21;
    min-width:123px;
    padding:14px 10px;
    background:#fff;
    border:1px solid #ccc;
    border-radius:6px;
    box-sizing:border-box;
}
.menus > li > .depth > li a {
    display:block;
    color:#666666;
    font-size:14px;
    line-height:25px;
    text-align:center;
    box-sizing:border-box;
}

/* #header */
#header {
    position:relative;
    width:100%;
    margin:0 auto;
    padding-top:30px;    
    z-index:9999;
    background:#fff;
    border-bottom:1px solid #dedede;
    transition:0.3s ease-in-out;
}

/* Çì´õ ¶ì¹è³Ê */
#header .h-banner {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:10;
    display:flex;
    justify-content:center;
    align-items:center;
    height:35px;
    background:#f9f5f1;
}
#header .h-banner.close {
    display:none !important;

}
#header .h-banner .swiper .txt {
    color:#666666;
    font-size:16px;
    line-height:0px;
    text-align: center;
    font-weight: bold;
}
.swiper-wrapper a { font-size : 15px !important; }
#header .h-banner > .btn-banner-close {
    position:absolute;
    top:0px;
    right:15px;
    z-index:1;
    width:32px;
    height:32px; 
    background:url('/design/park6594/renew_23/pc/h_banner_close.png')no-repeat center center;
    background-size:100% auto;
    text-indent:-9999px;
    font-size:0px;
    transition:0.3s ease-in-out all;
}

/* Çì´õ »ó´Ü */
#header .h-wrap > .h-top {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    padding:35px 13px 24px 20px;

}
#header .h-wrap > .h-top .logo > a {
    display:block;
    font-size:0px;
    text-indent:-9999px;
    width:134px;
    height:40px;
    background:url('/design/park6594/renew_23/pc/logo.png')no-repeat center center;
    background-size:100% auto;
    transition:0.3s ease-in-out all;
}
#header .h-wrap > .h-top .menus {
    display:flex;
    gap: 0px 16px;
}
#header .h-wrap > .h-top .menus > li {
    position:relative;
    display:flex;
    justify-content:center;
    transition:0.3s ease-in-out all;
}
#header .h-wrap > .h-top .menus > li > a,
#header .h-wrap > .h-top .menus > li > a .icon {
    display:block;
}
#header .h-wrap > .h-top .menus > li > .depth {
    top:39px;
}
#header .h-wrap > .h-top .menus > li .join-badge {
    position: absolute;
    top: 39px;
    left: 50%;
    z-index:1;
    height:22px;
    padding:0px 8px;
    background:#fff;
    border:1px solid #cccccc;
    border-radius:11px;
    color:#333333;
    font-size: 11px;
    line-height:20px;
    transform: translateX(-50%);
    white-space: nowrap;
    box-sizing:border-box;
}
#header .h-wrap > .h-top .menus > li .cart-count {
    position:absolute;
    bottom:2px;
    right:-3px;
    z-index:1;
    display:flex;
    justify-content:center;
    align-items:center;
    width:20px;
    height:20px;
    background:#000;
    color:#fff;
    font-size:10px;
    border-radius:10px;
}

/* Çì´õ ÇÏ´Ü */
#header .h-wrap > .h-bottom {
    margin-top: -20px;
}
#header .h-wrap > .h-bottom .navi-wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    height:58px;
    gap:39px;
    margin-bottom: 5px;
}
#header .h-wrap > .h-bottom .navi-wrap > ul {
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
}
#header .h-wrap > .h-bottom .navi-wrap > ul:after {
    position:absolute;
    top:50%;
    right:-19px;
    z-index:1;
    width:1px;
    height:14px;
    margin-top:-7px;
    background:#000;
    content:'';
}
#header .h-wrap > .h-bottom .navi-wrap > ul:last-child:after {
    display:none;
}
#header .h-wrap > .h-bottom .navi-wrap > ul > li {
    position:relative;
}
#header .h-wrap > .h-bottom .navi-wrap > ul > li > a {
    display:block;
    padding:0px 2px;
    color: #000; /* ¾à°£ ÁøÇÑ Â÷ÄÝ»ö»ó */
    font-weight: 500; /* µÎ²²¸¦ ±âÁ¸º¸´Ù Á¶±Ý Áõ°¡ (º¸Åë 400ÀÌ ±âº») */
    font-size:16px;
    line-height:40px;
    box-sizing:border-box;
    text-transform:uppercase;
    white-space:nowrap;
}
#header .h-wrap > .h-bottom .navi-wrap > ul > li > a > b {
    font-weight:800;
}
#header .h-wrap > .h-bottom .navi-wrap > ul > li > a.btn-open-allmenu {
    width: 32px;
    height: 24px;
    background: url(/design/park6594/renew_23/pc/btn_allmenu_open.png) no-repeat center center;
    background-size: 100% auto;
    font-size:0px;
    text-indent:-9999px;    
    transition:0.3s ease-in-out background;
}
#header .h-wrap > .h-bottom .navi-wrap > ul > li > a.btn-open-allmenu.close {
    background: url(/design/park6594/renew_23/pc/btn_allmenu_close.png) no-repeat center center;
    background-size: 100% auto;
}

/* ÀüÃ¼ ¸Þ´º */
#all-menus-wrap{
    display:none;
    position:absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    z-index:20;
    width:100%;
    max-width:1400px;
    margin:0 auto;
}
#all-menus-wrap > .container {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    background:#fff;
}
#all-menus-wrap > .container > .box {
    flex:1;
    padding:38px 0px 40px 38px;
}
#all-menus-wrap > .container > .box:nth-child(1),
#all-menus-wrap > .container > .box:nth-child(2) {
    background:#f5f3f1;
}
#all-menus-wrap > .container > .box > .wrap {
    margin-bottom:24px;
}
#all-menus-wrap > .container > .box > .wrap:last-child {
    margin-bottom:0;
}
#all-menus-wrap > .container > .box > .wrap > h5 {
    margin-bottom:6px;
    color:#000000;
    font-size:18px;
    font-weight:800;
    line-height:40px;
    text-transform:uppercase;
}
#all-menus-wrap > .container > .box > .wrap > ul > li > a {
    display:block;
    font-size:15px;
    line-height:30px;
    color:#666666;
    text-transform:uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#all-menus-wrap > .container > .box:first-child > .wrap > ul > li > a {
    color:#000;
    font-size:18px;
    font-weight:bold;
    line-height:40px;
}

/* Çì´õ ½ºÅ©·Ñ ½Ã ¿¹¿ÜÃ³¸® */
#header #scroll-clone {
    position:fixed;
    left:0px;
    z-index:21;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    min-width:1552px;
    height:58px;
    padding:0px 200px;
    background:#fff;
    border-bottom:1px solid #dedede;
    box-sizing:border-box;
    transition:top 0.3s ease-in-out;
}
#header .h-banner + #scroll-clone {
    top:0;
}
#header .h-banner.closing + #scroll-clone,
#header .h-banner.close + #scroll-clone {
    top:0px;
}
#header #scroll-clone > .navi-wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    height:58px;
    gap:39px;
}
#header #scroll-clone > .navi-wrap > ul {
    position:relative;
    display:flex;
    align-items:center;
    gap:9px;
}
#header #scroll-clone > .navi-wrap > ul:after {
    position:absolute;
    top:50%;
    right:-19px;
    z-index:1;
    width:1px;
    height:14px;
    margin-top:-7px;
    background:#000;
    content:'';
}






#header #scroll-clone > .navi-wrap > ul:last-child:after {
    display:none;
}
#header #scroll-clone > .navi-wrap > ul > li {
    position:relative;
}
#header #scroll-clone > .navi-wrap > ul > li > a {
    display:block;
    padding:0px 6px;
    color:#000;
    font-size:16px;
    line-height:40px;
    box-sizing:border-box;
    text-transform:uppercase;
    white-space:nowrap;
}
#header #scroll-clone > .navi-wrap > ul > li > a > b {
    font-weight:800;
}
#header #scroll-clone > .navi-wrap > ul > li > a.btn-open-allmenu {
    width: 32px;
    height: 24px;
    background: url(/design/park6594/renew_23/pc/btn_allmenu_open.png) no-repeat center center;
    background-size: 100% auto;
    font-size:0px;
    text-indent:-9999px;    
    transition:0.3s ease-in-out background;
}
#header #scroll-clone > .navi-wrap > ul > li > a.btn-open-allmenu.close {
    background: url(/design/park6594/renew_23/pc/btn_allmenu_close.png) no-repeat center center;
    background-size: 100% auto;
}
#header #scroll-clone > .logo {
    position:absolute;
    left:20px;
    z-index:10;
}
#header #scroll-clone > .logo > a {
    display:block;
    width:86px;
    height:21px;
    background:url('/design/park6594/renew_23/pc/logo.png')no-repeat center center;
    background-size:100% auto;
    transition:0.3s ease-in-out all;
    font-size:0px;
    text-indent:-9999px;
}
#header #scroll-clone > .menus {
    position:absolute;
    right:20px;
    z-index:10;
    display:flex;
    gap: 0px 16px;
}
#header #scroll-clone > .menus > li {
    position:relative;
    display:flex;
    justify-content:center;
    transition:0.3s ease-in-out all;
}
#header #scroll-clone > .menus > li > a,
#header #scroll-clone > .menus > li > a .icon {
    display:block;
}
#header #scroll-clone > .menus > li > .depth {
    top:39px;
}
#header #scroll-clone > .menus > li .join-badge {
    display:none;
}
#header #scroll-clone > .menus > li .cart-count {
    position:absolute;
    bottom:2px;
    right:-3px;
    z-index:1;
    display:flex;
    justify-content:center;
    align-items:center;
    width:20px;
    height:20px;
    background:#000;
    color:#fff;
    font-size:10px;
    border-radius:10px;
}
#header #scroll-clone > .menus .mini-mod-none {
    display:none;
}

#header #scroll-clone .detail-tab {
    display:none;
    position:absolute;
    top:0px;
    left:200px;
    right:200px;
    z-index:10;
    max-width:auto;
    padding:0px;
}
#header #scroll-clone .detail-tab.on{
    height:100%;
}
#header #scroll-clone .detail-tab.on > .inner{
    border:0px;
    height:100%;
}
#header #scroll-clone .detail-tab.on > .inner > button{
    height:100%;
}
#header #scroll-clone .detail-tab.second {
}
#header #scroll-clone .detail-tab.second {
    z-index:11;
}
#header #scroll-clone .detail-tab.third {
    z-index:12;
}
#header #scroll-clone .detail-tab.four {
    z-index:13;
}
#header #scroll-clone .detail-tab .inner {
    max-width:1400px;
    margin:0 auto;
}

#header.mini-mod .h-wrap {
    position:relative;
    min-width:1552px;
    height:58px;
}
#header.mini-mod .h-wrap > .h-top {
    align-items:center;
    height:100%;
    padding:0 20px;
}
#header.mini-mod .h-wrap > .h-top .logo > a{
    width:86px;
    height:21px;
}
#header.mini-mod .h-wrap > .h-top .menus > li .join-badge{
    display:none;
}
#header.mini-mod .h-wrap > .h-top .mini-mod-none{
    display:none;
}
#header.mini-mod .h-wrap > .h-bottom{
    height:100%;
    padding:0;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}


/* °Ë»öÃ¢ */
#h-search-wrap {
    position:fixed;
    top:-633px;
    left:0;
    z-index:1004;
    width:100%;
    height:605px;
    background:#fff;
    transition:top 0.3s ease-in-out;
}
#h-search-wrap.show {
    top:0px;
}
#h-search-wrap > .search-box {
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-top:80px;
}
#h-search-wrap > .search-box > h5 {
    margin-bottom:10px;
    color:#000;
    font-size:24px;
    font-weight:800;
    line-height:36px;
    letter-spacing:3.2px;
    text-align:center;
}
#h-search-wrap > .search-box .search-input-wrap {
    width:635px;
}
#h-search-wrap > .search-box .search-input-wrap fieldset {
    position:relative;
    width:100%;
    padding:0;
}
#h-search-wrap > .search-box .search-input-wrap fieldset > input {
    display:block;
    width:100%;
    height:75px;
    background:transparent;
    border:1px solid #ccc;
    border-radius:6px;
    padding:0px 58px 0px 35px;
    color:#000;
    font-size:20px;
    font-weight:300;
    line-height:75px;
    box-sizing:border-box;
}
#h-search-wrap > .search-box .search-input-wrap fieldset > input::placeholder {
    color:#999;
}
#h-search-wrap > .search-box .search-input-wrap fieldset > a {
    position:absolute;
    top:50%;
    right:18px;
    width:40px;
    height:40px;
    margin-top:-20px;
    background: url(/design/park6594/renew_23/pc/h_search_enter.png)no-repeat center center;
    background-size:100% auto;
    font-size:0px;
    text-indent:-9999px;
}
#h-search-wrap > .search-box .search-etc-wrap {
    display:flex;
    margin-top:65px;   
}
#h-search-wrap > .search-box .search-etc-wrap > div > h6 {
    color:#000;
    font-size:17px;
    font-weight:normal;
    line-height:30px;
}
#h-search-wrap > .search-box .search-etc-wrap > .recom-keyword {
    width:443px;
}
#h-search-wrap > .search-box .search-etc-wrap > .recom-keyword > .tags {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:17px;
}
#h-search-wrap > .search-box .search-etc-wrap > .recom-keyword > .tags > button,
#h-search-wrap > .search-box .search-etc-wrap > .recom-keyword > .tags > a {
    height:40px;
    padding:0px 16px;
    background:#f9f5f1;
    border-radius:10px;
    color:#666666;
    font-size:14px;
    font-weight:300;
    line-height:40px;
    box-sizing:border-box;
    transition:0.3s ease-in-out background;
}
#h-search-wrap > .search-box .search-etc-wrap > .recom-keyword > .tags > button:hover {
    background:#f3ebe2;
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword {
    position:relative;
    min-width:189px;
    padding-left:41px;
    box-sizing:border-box;
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword:before {
    position:absolute;
    left:0px;
    top:8px;
    z-index:1;
    width:1px;
    height:192px;
    background:#ccc;
    content:"";
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol {
    margin-top:16px;
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol > li {
    display:flex;
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol > li > span {
    width:40px;
    color:#999;
    font-size:15px;
    font-weight:300;
    line-height:30px;
    font-style: italic;
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol > li > button,
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol > li > a {
    height:30px;
    background:transparent;
    color:#999;
    font-size:15px;
    font-weight:300;
    line-height:30px;
    transition:all 0.3s ease-in-out;
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol > li.active > span {
    color:#000;
}
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol > li.active > button,
#h-search-wrap > .search-box .search-etc-wrap > .pop-keyword > ol > li.active > a {
    color:#000;
    font-size:18px;
}

#h-search-wrap .btn-h-search-close {
    position:absolute;
    left:50%;
    bottom:-28px;
    z-index:10;
    width:56px;
    height:56px;
    margin-left:-28px;
    background:url(/design/park6594/renew_23/pc/h_search_close.png) no-repeat center center;
    background-size:cover;
    font-size:0px;
    text-indent:-9999px;
}


/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ */
#allfinder-layer { z-index: 9999; position: fixed; top: 50px; right: 101px; width: 1000px; zoom: 1; overflow: hidden; }
#allfinder-layer .finder-body { display:none; z-index:1; position: relative; width: 998px; *width:918px; padding:35px 40px 5px; max-height: 800px; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; border:1px solid #666; background:#fff; }
#allfinder-layer .finder-body .finder-close { position: absolute; top: 15px; right: 10px; font-size:24px; color:#000; *width:19px; *height:24px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; *background-size:19px 24px; }
#allfinder-ctr { display:none; z-index: 10000; position: fixed; top: 50px; right: 0; width: 103px; height:86px; }
#allfinder-ctr a { display:block; width:100%; height:100%; background:url('/images/common/allfinder_ctrl_pc.png') no-repeat right top; border:none; outline:none; font-size:0; }

.all-finder-layer .finder-body .finder-tbl table { border:1px solid #ccc; 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 #e5e5e5; font-size: 13px; font-family:'Malgun Gothic'; 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: 5px 0; background: #f4f4f4; text-align: left; vertical-align:top; }
.all-finder-layer .finder-body .finder-tbl th .txt-l { position:relative; height:34px; line-height:34px; padding: 0 20px; margin:3px 0; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px; }
.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 #e5e5e5; 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: 5px 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.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; padding-left:5px; }
.all-finder-layer .finder-body .finder-search label { display: inline-block; width: 320px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; }
.all-finder-layer .finder-body .finder-search label .txt-input { display: block; width:100%; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: left; }
.all-finder-layer .finder-body .finder-btn-c { padding: 30px 0; text-align: center; }
.all-finder-layer .finder-body .finder-btn-c button { display: inline-block; height: 60px; line-height: 57px; padding:0 30px; *padding:0; border:none; border-radius:3px; background: #000; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: -0.5px; font-family:'Malgun Gothic'; cursor:pointer; }
.all-finder-layer .finder-body .finder-btn-c button span.ico-search { visibility:visible; display:inline-block; width:16px; height:15px; margin-right:10px; margin-top:-4px; *margin-top:0; vertical-align:middle; background:url('/images/common/btn_h15_search.png') no-repeat 0 0; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count { visibility:visible; display:inline-block; height:60px; color:#ffd800; font-size:23px; *vertical-align:middle; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle { visibility:visible; display:none; }
.all-finder-layer .finder-body .finder-btn-c a.reset { display: inline-block; width: 140px; height: 60px; line-height: 57px; border:none; border-radius:3px; background: #999; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 1px; font-family:'Malgun Gothic'; margin-right:15px; }

.all-finder-layer .finder-body .finder-options { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; border: 1px solid #fff; vertical-align:top; word-break:break-all; }
.all-finder-layer .finder-body .finder-options.on { font-weight: bold; border: 1px solid #000; border-radius: 20px; box-shadow:2px 2px 3px #d2d2d2; }
.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:30px; left:5px; border:1px solid #ddd; line-height:14px; background:#fff; }
.all-finder-layer .finder-body .search-auto-complete-list ul { width:340px; 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:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a strong { color:#ab3e41; }
.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; }


/*¾Ö´Ï¸ÞÀÌ¼Ç*/


/* BASIC css end */

