/* BASIC css start */
/* header */
#header {width:100%; z-index:1000; position:relative; position:fixed; top:0; left:0; }
#header .topBanner {position:relative; height:48px; ;overflow: hidden;}
#header .topBanner .swiper-slide {background: #000;} 
#header .topBanner .swiper-slide a { height:48px; color: #fff; display: flex; justify-content:center; align-items: center; font-size:1.4rem; font-weight:500; letter-spacing:1px}


#header #headerCon {background:#fff; }
#header #headerCon .topArea {padding:14px 16px; display: flex; align-items: center; justify-content: center; position:relative;  box-sizing:border-box;  width:100% }
#header #headerCon .topArea .logo img {height:18px;}
#header #headerCon .topArea .icon { display: inline-block;}
#header #headerCon .topArea .icon img { height:24px }
#header #headerCon .topArea .left { position: absolute; top: 50%; left: 16px; transform: translate(0, -50%) }
#header #headerCon .topArea .right { position: absolute; top: 50%; right: 16px; transform: translate(0, -50%); display: flex; align-items: center; justify-content: center;}
#header #headerCon .topArea .left .icon img { height: 18px; }
#header #headerCon .topArea .right .icon { margin-right: 10px; position:relative; }
#header #headerCon .topArea .right .icon:last-child { margin-right: 0}
#header #headerCon .topArea .right .icon .cunt { position:absolute; top:0; right:-4px; width:16px; height:16px;  font-size:1.1rem; display: flex; align-items: center; justify-content: center;  border-radius:100%; background:#07703e; color:#fff;}


#header #headerCon .btmArea {box-sizing:border-box; width:100%; padding-bottom:5px;}
#header #headerCon .btmArea .menuSwiper  {}
#header #headerCon .btmArea .menuSwiper .swiper-slide {width: auto;}
#header #headerCon .btmArea .menuSwiper .swiper-slide a {display: flex; justify-content:center; align-items: center; font-size:1.6rem; font-weight:700; padding:0 10px; height:36px; }

#aside {position:fixed; top:0; left:-100%; width:100%; height:100%; z-index:1000;  box-sizing:border-box;  }
#aside .dim {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); display:none; }
#aside #asideMenu {position:fixed; top:0; left:-100%; width:calc(100% - 66px); height:100%; transition: all 0.3s;}
#aside .aside_wrapper {position:relative; z-index:1; width:100%; background:#fff;height:100%; box-sizing:border-box; padding:28px 16px 20px; overflow: auto;      }
#aside  #aside_closed {width:30px; height:30px; background:#2b2b32; box-sizing:border-box; color:#fff;display: flex; justify-content:center; align-items: center; font-size:2rem; position:absolute; top:0; right:0; z-index:10 } 
#aside .asideTop .logo {margin-bottom:32px; }
#aside .asideTop .logo img {height:20px; }
#aside .aside_login_box {display: flex; justify-content: flex-start;  align-items: flex-start; margin-bottom:24px;}
#aside .aside_login_box a {width:calc(33.33% - 8px); background:#2b2b32;  color:#fff; font-size:1.3rem; margin-right:12px; height:24px; border-radius:10px; display: flex; justify-content:center; align-items: center; }
#aside .aside_login_box a:nth-child(2) {background:#07703e}
#aside .aside_login_box a:last-child {margin-right:0; }
#aside .aside_my_box {display: flex; justify-content:space-between;  align-items: flex-start; margin-bottom:16px;}
#aside .aside_my_box a {font-size:1.5rem; color:#4b4b4b; font-weight:bold;  }

#aside .asideCate {margin-top:24px; }
#aside .asideCateCon {margin-bottom:24px;   }
#aside .asideCateCon dt {position:relative; font-size:1.5rem; font-weight:900; margin-bottom:16px;   }
#aside .asideCateCon dt span {display:inline-block; padding-right:10px; background:#fff; z-index:1; position:relative;  }
#aside .asideCateCon dt:before {content:""; position:absolute; top:50%; right:0; transform: translate(0, -50%); background:#07703e; width:100%; height:1px;   }
#aside .asideCateCon dd {display: flex; align-items: flex-start;  justify-content: flex-start; box-sizing:border-box; padding:0 4px}
#aside .asideCateCon dd ul { box-sizing: border-box; display: grid; grid-template-columns: 1fr 1fr ; grid-template-rows: auto; gap: 12px; width:100%  }
#aside .asideCateCon dd ul li a {font-size:1.6rem; font-weight:600; }

#aside .asideInfo {}
#aside .asideInfo dt {font-size:2.5rem; font-weight:800; margin-bottom:10px; }
#aside .asideInfo dd {  }
#aside .asideInfo dd span { display:inline-block; margin-right:10px; color:#4b4b4b; font-size:1.4rem}
#aside .asideInfo dd span:last-child {marign-right:0; }

#aside.open {left:0}
#aside.open #asideMenu {left:0}


#header.headroom--not-top {height:87px;}
#header.headroom--not-top::before { opacity: 1;}

#header #headerCon, #topBanner {-webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; transform: translateY(0);}
#header.slideUp #headerCon, #header.slideUp #topBanner {transform: translateY(-48px); }




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


/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ - ·¹ÀÌ¾î */
#allfinder-ctr { z-index: 10000; position: fixed; right:0; bottom:50%; }
#allfinder-ctr a { display:block; width:77px; height:64px; background:url('/images/common/allfinder_ctrl_mo.png') no-repeat 0 0; background-size:100% 100%; border:none; outline:none; font-size:0; }

#finder_mask {width:100%; height:100%; position:fixed; top:0; left:0; right:0; bottom:0; background-color:rgba(0,0,0,0.5); z-index:1000; display:none;  }
.all-finder-layer { z-index:100000; position:fixed; bottom:0 !important; left:0; width:100%; height:80%; background:#fff; overflow-y:auto; transition: transform 0.25s ease-in-out 0s; transform: translateY(100%); border-radius:30px 30px 0px 0; box-sizing:border-box;  }
.all-finder-layer.show {transform: translateY(0%)}
.all-finder-layer .finder-hd { z-index: 1; position: sticky; top: 0; left: 0; width:100%; background: #fff; text-align: center; margin: 0 auto; height:102px;  border-bottom: 1px solid #acacac;}
.all-finder-layer .finder-hd .all-finder-close  {padding-top:20px; display:block; }
.all-finder-layer .finder-hd .all-finder-close span {font-size:2rem;}
.all-finder-layer .finder-hd .finder-tit { height:60px; line-height:60px; padding:0 10px; font-size:1.8rem; font-weight:bold; color:#2b2b32; }
.all-finder-layer .finder-search { position:relative; margin:0 0 20px; border:1px solid #acacac; border-radius:8px; display:block !important;  }
.all-finder-layer .finder-search .fa-search { display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 1.8rem; display:none; }
.all-finder-layer .finder-search .txt-input { width:100%; height:42px; line-height:42px; margin:0; padding:0 16px; font-size:1.4rem; outline:none; border:none; color: #2b2b32; vertical-align:top; letter-spacing:-1px; border-radius:8px; }
.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:0px 10px 120px; color:#2b2b32; box-sizing:border-box; position:relative; min-height: calc(100% - 103px);  }
.all-finder-layer .finder-opt dl dt { position: relative; padding: 10px 10px 0; margin: 10px 0 10px; font-size: 1.8rem; font-weight: bold; color: #2b2b32; display: flex;  justify-content: space-between; align-items: center; border-top: 1px solid #acacac; }
.all-finder-layer .finder-opt dl dt:nth-child(1) {margin-top:0; border-top:none; }
.all-finder-layer .finder-opt dl dd:nth-child(2) {display: block; }
.all-finder-layer .finder-opt dl dt span { font-size: 2.4rem; }
.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:1.1rem; 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 #2b2b32; background:#fff; text-align:left; font-weight:normal; color:#2b2b32; 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:1.9rem; color:#2b2b32; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-tit { padding:13px 0; border-bottom:1px solid #acacac; font-size:1.4rem; 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:1.3rem; }
.all-finder-layer .finder-opt dl dd { padding:0 8px 10px; font-size:0; display:none;  }
.all-finder-layer .finder-opt dl dd > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 0; list-style-type: none; }
.all-finder-layer .finder-opt dl dd label { display:inline-block; text-align:center; line-height:18px; vertical-align: top;}
.all-finder-layer .finder-opt dl dd > div.finder-price, .all-finder-layer .finder-opt dl dd > div.finder-color {display:block; }
.all-finder-layer .finder-opt .finder-price label {margin-right:4px; margin-bottom:4px; } 
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding: 10px 0px 10px; text-align: right; font-size: 1.3rem; display: flex; justify-content: flex-start; align-items: center;display:none; }
.all-finder-layer .finder-opt .finder-price .finder-price-input span { width:60px; display:inline-block; height:34px; line-height:34px; text-align:left;  }
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: flex; justify-content: flex-end; align-items: center;width: 33%; padding: 0 8px; border: 1px solid #ccc; border-radius:3px; color: #666; background:#fff; margin:0 10px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label:last-child {margin-right:0}
.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: #2b2b32; 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 #acacac; font-size:1.4rem; font-weight:bold; color:#9a9a9a; background:#fff; word-break:break-all;  }
.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:#2b2b32; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fa { margin-left:2px; color:#2b2b32; }

.all-finder-layer .finder-btn-c { z-index:1;  width:100%; height:55px; text-align: center; font-size:0;  position:absolute; bottom: 0 !important; left:0; border-top:1px solid #acacac; display: flex;align-items: flex-start; justify-content: flex-start;}
.all-finder-layer .finder-btn-c a.reset { display: inline-block; width: 50%; height: 55px; line-height: 55px; background: #fff; color: #2b2b32; font-size: 1.8rem; font-weight: bold; border:none; }
.all-finder-layer .finder-btn-c a.reset span {margin-right:8px; }
.all-finder-layer .finder-btn-c button { display: inline-flex; justify-content:center; align-items: center; width: 50%; height: 55px; line-height: 55px; background: #2b2b32; color: #fff; font-size: 1.8rem; font-weight: bold;  border:none; }
.all-finder-layer .finder-btn-c button span {margin-right:4px; }
.all-finder-layer .finder-btn-c button span.xi-search{margin-right:8px; }
.all-finder-layer .finder-btn-c button .finder-count {color:#ffd800; }

.all-finder-layer .finder-opt .finder-category .finder-options { display:inline-block; margin:3px 6px 3px 0; padding: 5px 10px; cursor:pointer; line-height:24px;  background:#fff; font-size:1.4rem; color:#5c5c5c; border: 1px solid #ccc; vertical-align:top; word-break:break-all; }
.all-finder-layer .finder-opt .finder-category .finder-options.on { font-weight: bold; color:#2b2b32; background:#fff; border: 1px solid #2b2b32;}
.all-finder-layer .finder-opt .finder-child-category .finder-category2 {/*padding: 10px;*/}
.all-finder-layer .finder-opt .finder-child-category .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; background:#fff; color:#2b2b32; font-size:1.3rem;}
.all-finder-layer .finder-opt .finder-child-category .finder-category2 .finder-cate2 .fa-check { display:none; }
.all-finder-layer .finder-opt .finder-child-category .finder-category2 .finder-cate2.on { font-weight:bold; color:#fff; background:#2b2b32; border:1px solid #2b2b32; }
.all-finder-layer .finder-opt .finder-options { display:inline-block;  padding: 5px 10px; cursor:pointer; line-height:24px;  border-radius:5px; font-size:1.4rem; background:#fff; color:#474747; border: 1px solid #acacac; vertical-align:top; word-break:break-all; box-sizing:border-box; width:100%;}
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; color:#fff; border: 1px solid #2b2b32; background:#2b2b32;}

.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 32px; height: 32px; border-radius:32px; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { min-width:1px; width:32px; height:32px; padding: 0; border: none; background:transparent; margin:3px 5px 3px 0;} 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check {display:none;width: 32px;height: 32px;margin-top: -32px;color:#fff;text-align:center;font-size:2rem;line-height: 32px;}
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check:before { /*content: "\e928";  font-family: xeicon !important;*/ }


.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, .all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-beige .fa-check, .all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-yellow  .fa-check, .all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-silver  .fa-check { color:#000; }

.finder-option-color.finder-option-color-black em { background-color: #000; }
.finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.finder-option-color.finder-option-color-gray em { background-color: #808080; }
.finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.finder-option-color.finder-option-color-navy em { background-color: #425583; }
.finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.finder-option-color.finder-option-color-purple em { background-color: #800080; }
.finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.finder-option-color.finder-option-color-green em { background-color: #008000; }
.finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.finder-option-color.finder-option-color-gold em { background-color: #cfbc4e; }
.finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }








.all-finder-layer .search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0%; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.all-finder-layer .search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.all-finder-layer .search-auto-complete-list ul li { text-align:center; margin: 3px; }
.all-finder-layer .search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#2b2b32; border: 1px solid #eee; border-radius: 10px; background:none;font-size:1.1rem; 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:1.1rem; }


/* BASIC css end */

