/* BASIC css start */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
.f_f_pretendard{
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* 2023 renewal */

#blk_scroll_wings {
  display: none!important;
}
/* »σΗ° °ψΕλ css */


.next_btn,.prev_btn {cursor:pointer;width: 18px;height: 43px;background-size: 100% 100%;transition: 0.3s;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);z-index: 9;}
.prev_btn {background: url(/design/half1031/2023_renewal/imgs/pc/pc_slide_btn_left01.png) no-repeat;left: 52px;}
.next_btn {background: url(/design/half1031/2023_renewal/imgs/pc/pc_slide_btn_right01.png) no-repeat;right: 52px;}
.swiper-pagination-progressbar {
    position: static;
    margin-top: 40px;
    height: 2px!important;
    background-color: #e4e4e4;
}

.swiper-pagination-progressbar-fill {
    background-color: #232323!important;
}

.next_btn>i, .prev_btn>i {
    font-size: 24px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding : 20px;
}

.component-products__wrapper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1287px;
}
.component-products__list.swiper-wrapper{
    flex-wrap: initial;
    height: auto;
}
.component-products__list.swiper-wrapper>.component-products__item {
    margin-bottom: 0;
}

.component-products__list {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}




.component-products__item {
    width: calc((100% - 51px) / 4);
    margin-right: 17px;
    margin-bottom: 150px;
    box-sizing: border-box;
}


.component-products__item:nth-of-type(4n) {
    margin-right: 0;
}
.component-products__item:nth-last-of-type(-n + 4) {
    /* margin-bottom: 0; */
}
.component-products__thumb {
    overflow: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
    position :relative;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.component-products__item:hover .component-products__thumb {
    
}
.component-products__rank {
    width: 45px;
    height: 45px;
    background-color: #010101;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border: 1px solid #010101;
    box-sizing: border-box;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Marcellus';
    opacity : 0;
}
.component-products__thumb>.component-products__link img{
    width: 100%;
    vertical-align: initial;
}
.component-products__sold {
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background-color: rgba(0, 0, 0,0.5);
}
.component-products__sold>span {
    position: absolute;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.component-products__content {
    display:none;
    position: absolute;
    right: 14px;
    top: 13px;
    font-size: 0px;
    opacity: 1;
    transition: opacity 0.35s ease 0s;
}

.component-products__item:hover .component-products__content{opacity : 1;}
.component-products__menu {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.component-products__preview>span {
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url(/design/esdongsuh/2022renewal/PC/component-products_content.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
    background-position: 100% 0%;
    vertical-align: text-bottom;
}
.component-products__wish {margin-right: 0px;}
.component-products__wish>img[src*="on"] {
    opacity: .6;
}
.component-products__wish>img {
    vertical-align: middle;
}
.component-products__info {
    padding: 0 3px;
}
.component-products__name>a {
    display : inline-block;
    font-size: 13px;
    color: #000;
    margin-bottom: 12px;
    word-break: break-all;
}
.component-products__name>a>font {
    font-size: 13px;
}
.component-products__soldout {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom : 15px;
}
.component-products__time-sale {
    margin-bottom: 15px;
    font-size: 17px;
    color: #070707;
    font-weight: 600;
}
.component-products__time-sale span{
    float:right;
}
.component-products__color {
    font-size: 0;
    margin-bottom: 9px;
}
.component-products__color>span {
    display: inline-block;
    width: 16px;
    height: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    box-sizing:border-box;
}
.component-products__color>span.is-color-white {
    border: 1px solid #e4e4e4;
}
.component-products__color>span:last-of-type {
    margin-right: 0;
}
.component-products__price-wrap {
    margin-bottom: 15px;
    line-height: 100%;
}
.component-products__replace {
    font-size: 15px;
}
.component-products__price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-right: 3px;
    font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.component-products__price>em {
    font-size: 14px;
    vertical-align: middle;
    display: none;
}
.component-products__disc {
    font-size: 16px;
    color: #da7373;
    font-weight: 600;
    font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.component-products__disc>em {
    font-size: 14px;
    font-weight: 400;
}
.component-products__list-price {
    font-size: 13px;
    color: #a1a1a1;
    margin-right: 13px;
    font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.component-products__list-price>em {
display:none
}

.component-products__review {
    float: right;
    font-size: 12px;
    color: #afb1b0;
    font-weight:500;
}




/*swiper bullets*/
.swiper-pagination.swiper-paginaition-bull.swiper-pagination-bullets {
  bottom: 50px;
}

.swiper-pagination.swiper-paginaition-bull.swiper-pagination-bullets>.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #bfbfbf;
  opacity: 1;
  margin: 0 3px;
  transition: background-color .3s;
}

.swiper-pagination.swiper-paginaition-bull.swiper-pagination-bullets>.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #090909;
}


.is-bold{font-weight:600;}

.top-banner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:99;
}

.top-banner__wrapper {
    height: 35px;
    background-color: rgb(7, 7, 7);
    position: relative;
    min-width: 1460px;
}

.top-banner__link {
    display: block;
    height: 100%;
}

.top-banner__title-main {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: -0.04em;
    font-weight: 500;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header{width:100%;min-width:auto;max-width:auto;position:absolute; top:0; left:0;z-index: 98; background:none; }

.header.is-fixed{
    position:fixed;
    top:-100px;
    left:0;
}

.header__wrapper {min-width: 1460px;position: relative;/* height: 185px; */padding: 125px 105px 0px 80px;box-sizing: border-box;display: flex;justify-content: space-between;transition:all 0.5s;}
.header__wrapper.is-active{background:#fff;}

.header__category-wrapper {
    padding-top: 135px;
}

.header__category-list {
    align-items:center;
    position: absolute;
    bottom: 20px;
    left: 80px;
    box-sizing: border-box;
    z-index: 1;
}
.header__category-list:after{
    clear:both;
    content:'';
    display:block;
}
.header__category-list>li {
    position: relative;
    float:left;
    margin-right:50px;
}
.header__category-list > li>a {
    font-size: 17px;
    letter-spacing: -0.04em;
}

.header__category-list > li:hover > a {
    color: #c3c3c3;
}

.header__category-list > li .submenu {
    display: none;
    position: absolute;
    min-width: 150px;
    left : -7px;
    z-index: 1;
}


.header__category-list > li .submenu>ul {
    padding: 22px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #7d7d7d;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header__category-list > li .submenu>ul>li>a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.header__category-list > li .submenu>ul>li>a:hover {color:#c3c3c3}
.header__category-list > li .submenu>ul>li:not(li:last-of-type) {
    padding-bottom: 10px;
}
.header__category-btns {
  width: 20px;
  height: 16px;
  cursor: pointer;
}


.header__user-wrapper {
    display: flex;
    align-items: flex-end;
    padding-top: 5px;
}

.header__user-wrapper > li:nth-of-type(2) {
    margin-right: 27px;
}
.header__user-wrapper > li:nth-of-type(1) {
    margin-right: 40px;
}
.header__user-basket > a > span > #user_basket_quantity {
    font-size: 14px;
    color: rgb(255, 255, 255);
    top: -2px;
    right: 0px;
    position: absolute;
    display: block;
    text-align: center;
    width: 21px;
    height: 21px;
    line-height: 21px;
}
.header__user-mypage .join-img {
  position: absolute;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
}
.header__user-wrapper>li {
    position: relative;
}



.header__category-btns>img {
    padding: 6px 5px 5px 5px;
    cursor: pointer;
    margin-top: 1px;
}


.all-categorys {
  display:none;
  width: 100%;
  position: absolute;
  bottom: -394px;
  left: 0;
}

.all-categorys a.closeAllCateBtn{
    position: absolute;
    top: -35px;
    right: 100px;
    padding: 5px;
}

.all-categorys__wrapper {
  background-color: #f9f9f9;
}

.all-categorys__list {
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 20px;
  justify-content: center;
  min-height:394px;
  border-bottom: 1px solid #7d7d7d;
  border-top: 1px solid #7d7d7d;
}

.all-categorys__item {min-width: 133px;padding: 20px 0;}

.all-categorys__box>li>a {
  font-size: 14px;
  color: #2d2d2d;
}
.all-categorys__box>li>a.is-bold {
  font-size: 16px;
  color: #000;
}
.all-categorys__item li {
  font-size: 16px;
  margin-bottom: 10px;
}
.all-categorys__box > li.is-mgb {
  margin-bottom: 9px;
}
.all-categorys__box>li {
  margin-bottom: 3px;
}
.all-categorys__box>li:last-of-type {
  margin-bottom: 0;
}
.all-categorys__item.all-categorys__item--large {
  padding-left: 55px;
  border-left: 1px solid #ccc;
}
.all-categorys__item>ul>.is-mgt {
  margin-top: 53px;
}

.all-categorys__item.all-categorys__item--large li {
  margin-bottom: 4px;
}

.all-categorys__item.all-categorys__item--large>ul>.is-mgt {
  margin-top: 25px;
}


/* 2023 renewal */



@charset "utf-8";
/* CSS Document */

/* header */
.header_bg { background:#ffffff; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2;}    /* e2aca2 */



.top_banner {position:relative;background:#e8e8e8; width:100%; text-align:center; z-index:1112;  }
.top_banner div {position:relative; width:1903px; margin:0 auto;}
/*.top_close {position:absolute; padding:3px 2px 0; right:10px; bottom:5px; color:#fff; background:#000;}*/ 

.top_menu, .search_wrap, .gnb_inner {width:1373px; margin:0 auto;  }
.top_menu {background:#ffffff; width:1300px; height:33px;}  /* e2aca2 */
.top_menu a {display:block; float:left;  font-size:10px; color:#000;}

.top_menu .topicons { padding-top:10px;  }
.top_menu .topicons a { padding-right:10px;  }

.top_menu .global {float:right; overflow:hidden;  padding-top:9px;  }
.top_menu .global li {float:left; margin-left: 18px; font-size:11px; color:#4a4a4a; }



/*.logofixed {  position:relative; width:1300px; margin:0 auto; top:-45px; z-index:3; background-image:url(http://half1031.img11.kr/image/topmenu_bg.png);  background-repeat:repeat-x;  }*/
.logofixed {  position:fixed; left: 43%; margin-left:-655px; top:-35px; z-index:700;  /*width:100%; background:#fff; */ } 

.search_wrap {padding-bottom:10px;}
.search_wrap .logo { margin:0 auto; width:100%;text-align:center; height:35px;  padding-top:25px; margin-bottom:10px; /*float:left; margin-left:0px;*/  }
.gnb_menu .search_form {cursor:pointer; width:170px; height:18px; position:relative; float:right; margin-top:19px; height:22px; border-bottom:1px solid #ddd; line-height:22px;}
.gnb_menu .search_form .input_text {display:block; padding-right:30px; line-height:21px;}
.gnb_menu .search_form .input_text .input-keyword {width:130px; height:18px; padding:3px 0 3px 10px; border:0; line-height:16px; background:transparent;}
.gnb_menu .search_form .btn_search {position:absolute; display:block; right:0; bottom:0;}

#menu {width:100%; z-index:98;}
#menu1 {width:100%;  }

.gnb_menu {/***margin-bottom:10px;***/ height:70px; /***border-top:1px solid #000000; border-bottom:1px solid #000000;***/  background:#fff;   }
.gnb_menu .gnb_inner {overflow:hidden; }
.gnb_menu .gnb_inner:after { content:'';  clear: both; }
.gnb_menu .category {float:left; /**padding-left:90px;**/  font-size:9pt; padding-top:13px;}
.gnb_menu .category li {float:left; margin-right:23px;}
.gnb_menu .category>li:first-child { margin-left: 88px; }
.gnb_menu .category li.red a, .gnb_menu .category li.red a:hover {color:#f9414b;}
.gnb_menu .category li.blue a, .gnb_menu .category li.blue a:hover {color:#3d4eec;}
.gnb_menu .category li.last{margin-right:0;}
.gnb_menu .category>li a {display:block; height:30px; line-height:40px; color:#000000; font-size:9pt; margin-bottom:7px; font-weight:300;}
.gnb_menu .category li.txt_box a div {text-align:center; display:block; height:13px; margin-top:10px; line-height:13px; padding:5px 10px 5px 10px; background:#ddd;}
.gnb_menu .category li.txt_box a div em{color:#ff4f52; display:inline-block; zoom:1; *display:inline;}
.gnb_menu .category li a:hover {color:#8d8d8d;}
.gnb_menu .category li.txt_box a, .gnb_menu .category li.txt_box a:hover {color:#5c5c5c;}


.gnb_menu .category li .submenu { position:absolute; display:none; background:#f7f7f7;  min-width:135px; padding:5px; z-index: 88888; }
.gnb_menu .category li .submenu li { float:none; padding-left:7px; }
.gnb_menu .category li .submenu li a { line-height:30px; margin-top:5px; margin-bottom:5px; font-weight:300; }

.gnb_menu .size {float:right; overflow:hidden;}
.gnb_menu .size li {float:left; margin-left:9px;}
.gnb_menu .size li.first {margin-left:0;}
.gnb_menu .size li.first a {}
.gnb_menu .size li a { display:block; height:40px; line-height:40px; padding-left:12px;  background:url("/design/half1031/2016_re/images/menu_dot.gif") no-repeat 2px center;}
.gnb_menu .size li a:hover {color:#000;}
/* // header */











#allfinder-layer { z-index: 9999; position: fixed; top: 145px; right: 170px; 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 {z-index: 10000;position: fixed;top: 50px;right: 0;width: 103px;display: none;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: 12px; 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 td { padding: 5px 10px; }
.all-finder-layer .finder-body .txt-input { height: 21px; line-height: 21px; padding: 0 5px; font-size: 13px; }
.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 .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 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; margin-right:15px; }
.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; 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-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-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; }




















/* Uneedcomms Keepgrow CSS */

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
}

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff');
}

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 300;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff');
}


/* BASIC css end */

