/* BASIC css start */
#header { width: 100%; z-index: 10; transition: background 0.3s ease-in-out }
/*#header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); transition: opacity 0.3s ease-in-out; z-index: -1; opacity: 0;}*/
#header .header_wrapper { box-sizing: border-box; padding: 14px 44px 0px ; }
#header .header_top {  display: flex; align-items: center; justify-content: space-between;}
#header .header_top .logo a { display: inline-block; }
#header .header_top .logo img { height: 36px }
#header .header_top .logo .logo_wh {display:none; }
#header .header_top .gnb { display: flex; align-items: center; }
#header .header_top .gnb li { position: relative;}
#header .header_top .gnb li:last-child { margin-right: 0; }
#header .header_top .gnb li a { display: inline-block; padding: 10px }
/*#header .header_top .gnb li #hd_search_box { display: none; position: absolute; top: 7px; right:48px; }
#header .header_top .gnb li #hd_search_box fieldset { display: flex; }
#header .header_top .gnb li #hd_search_box input { border: 0; border-bottom: 1px solid #000; background: transparent; height: 34px; color:#000}
#header .header_top .gnb li #hd_search_box .search_close_btn { position: absolute; top: 3px; right: 0; font-size:16px; color:#000; padding: 5px; }
#header .header_top .gnb li #hd_search_box .search_btn {display:none; }*/
#header .header_top .gnb li #hd_language_box { display: none; position: absolute; top: 48px; right: 0; width: 100px; padding: 10px 0; background: rgb(255 249 243 / 70%) }
#header .header_top .gnb li #hd_language_box a { display: flex; align-items: center; justify-content: flex-start; padding: 4px 10px; width: 100%; box-sizing: border-box;}
#header .header_top .gnb li #hd_language_box a .img img { height: 16px; }
#header .header_top .gnb li #hd_language_box a .txt { font-size: 12px; margin-left: 4px; margin-top: 1px }
#header .header_top .gnb li #hd_language_box a:hover .txt {font-weight:bold}
#header .header_top .gnb li .cartNum { position: absolute; top:6px; right:6px; width: 18px;  height: 18px; display: flex; align-items: center; background: #FF0000; color: #fff; font-size: 12px; justify-content: center; border-radius:100% }

#header .header_btm {margin-top:24px; }
#header .header_btm #hd_menu { display: flex; align-items: center; font-size:16px; color:#000; }
#header .header_btm #hd_menu .txt {margin-left:8px}

#menu_box { position: fixed; top: 0; left: -400px; height: 100vh; width: 360px; z-index: 10000; background: rgba(255,249,243,0.8); transition: left .75s cubic-bezier(0.22, 1, 0.36, 1);}
#menu_box.open {left:0; transition: left .75s cubic-bezier(0.22, 1, 0.36, 1);}
#menu_box .menu_wrapper { box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; height: 100% }
#menu_box .menu_hd { padding: 52px 40px 0; box-sizing: border-box; width:100% }
#menu_box .sub_logo { margin-bottom: 26px; box-sizing: border-box; }
#menu_box .sub_logo img { height:32px; } 
#menu_box .menu_close { position: absolute; top:54px;  right:16px; display: inline-block; width: 40px; height: 40px; }
#menu_box .menu_close span { font-size: 22px; }
#menu_box .menu_list { display: flex; flex-direction: column; padding:26px 40px; box-sizing: border-box; flex: 1; height: 100%; width: 100%; overflow:auto;  }
#menu_box .menu_list::-webkit-scrollbar {display: none;}
#menu_box .menu_list dl { margin-bottom:28px; }
#menu_box .menu_list dl:last-child { margin-bottom: 0 }
#menu_box .menu_list dl dt { font-size: 24px; display: block; margin-bottom: 24px;}
#menu_box .menu_list dl dd li { display: block; box-sizing: border-box; padding: 0 8px; margin-bottom: 14px; color: #666;}
#menu_box .menu_list dl dd li:last-child { margin-bottom: 0 }
#menu_box .menu_list dl dd li a { color:inherit; font-size: 16px;  display:inline-block; }
#menu_box .menu_list dl dd li a:hover {font-weight:bold; color:#000 }
#menu_box .menu_ft { padding: 27px 32px; border-top: 1px solid #E0E0E0; display: flex; align-items: center; width: 100%; box-sizing: border-box; }
#menu_box .menu_ft a { display: inline-block; margin-right: 14px; font-size: 14px; color: #202020; position: relative; }
#menu_box .menu_ft a:after { content: ""; display: inline-block; position: absolute; top: 2px; right: -8px; height: calc(100% - 5px); width: 1px; background: #202020}
#menu_box .menu_ft a:last-child { margin-right: 0 }
#menu_box .menu_ft a:last-child:after { display: none; }

#header .WH {display:none}
#header.headroom--not-top {position:fixed; top:0; left:0}
#header.headroom--not-top::before { opacity: 1;}

#header .header_wrapper, #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 .header_wrapper, #header.slideUp #topbanner {transform: translateY(-35px); }


#menu_box .menu_hd {-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
#menu_box .menu_close {-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
#menu_box.slideUp .menu_hd {padding-top:19px; }
#menu_box.slideUp .menu_close {top:23px; }

#hd_search_box { display:none; position: fixed; top: 0; right: 0; width: 100%; height: 50%; background: rgba(0,0,0,0.6); z-index:100000 }
#hd_search_box form { width: 100%; height:100vh; } 
#hd_search_box fieldset { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 50%; }
#hd_search_box input { border: 0;  background: transparent; height: 34px; color: #fff; font-size:16px; padding:0; width:100%}
#hd_search_box .search_close_btn { font-size:22px; color: #fff; padding:0px;  font-size: 30px; color: #fff; position: fixed; padding: 0px; top: 20px; right: 20px; }
#hd_search_box .search_btn {color:#fff; margin-right:10px; }

#hd_search_box .search_dimmed { position: fixed; top: 0; left:0; height: 100%; width:100%; z-index:1}
#hd_search_box .hd_search_wrap {position:relative;  z-index:2; display: flex; align-items: center; border-bottom: 1px solid #fff;}
#hd_search_box .search_box {position:relative;  z-index:2; width:450px; }
#hd_search_box .search_box .search_list { padding-top:24px; text-align:center;  }
#hd_search_box .search_box .search_list span {display:inline-block; vertical-align:top; padding:10px 16px; border-radius:30px; background:rgba(255,255,255,0.6); line-height:1; color:#000;  margin-right:4px; font-size:16px;  cursor:pointer; margin-bottom:8px}
#hd_search_box .search_box .search_list span:hover {color:#fff; background:#000}
#hd_search_box .search_box .search_list span:last-child {margin-right:4px; }




/* 다찾다 자동완성*/
/* 다찾다 검색 파인더 */
#allfinder-layer { z-index: 9999; position: fixed; top: 0; right: -100%; width:480px; height:100%; background:#fff; overflow: hidden; transition:all 0.5s;}
#allfinder-layer.open {right:0;}
#allfinder-layer .finder-body { z-index:1; position: relative; width:480px; overflow-y: auto; box-sizing: border-box; padding:40px 35px 80px; }
#allfinder-layer .finder-body .finder-close { position: absolute; top: 15px; right: 10px; font-size:24px; color:#000; width:24px; height:24px;}
#allfinder-layer .finder-body .finder-close:before {content:"\e921";}
#allfinder-ctr { 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; }
#allfinder-layer .fa {font-family:'xeicon';}

.all-finder-layer .finder-body .finder-tbl table {}
.all-finder-layer .finder-body .finder-tbl tr {display:block;}
.all-finder-layer .finder-body .finder-tbl th, 
.all-finder-layer .finder-body .finder-tbl td {display:block; font-size: 13px; color: #000;}
.all-finder-layer .finder-body .finder-tbl .finder-category_wrap td {margin-bottom:0;}
.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 { margin-top:40px; margin-bottom:10px; text-align: left; vertical-align:top; }
.all-finder-layer .finder-body .finder-tbl tr:first-child th {margin-top:0;}
.all-finder-layer .finder-body .finder-tbl th .txt-l { position:relative; font-size:24px; font-weight:500; color:#000;}
.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 .txt-input { height: 21px; line-height: 21px; padding: 0 5px; font-size: 13px;}
.all-finder-layer .finder-body .finder-category {}
.all-finder-layer .finder-body .finder-category.open { height:100%; overflow:visible; }
.all-finder-layer .finder-body tr.finder-child-category {display:none; margin-top:-40px;}
.all-finder-layer .finder-body tr.finder-child-category th {margin-bottom:0; margin-top:10px;}
.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:#f0f0f0; padding:10px;}
.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; background:#d4d4d4; color:#000; font-size:13px;}
.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:#fff; background:#000; border:1px solid #000; }


.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 { position:relative; display: inline-block; width: 110px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; color: #666; }
.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input { display: inline-block; width: 90px; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: right; }
.all-finder-layer .finder-body .finder-search { position:relative; }
.all-finder-layer .finder-body .finder-search label {position:relative; display: inline-block; width: 100%;  border: 2px solid #000; box-sizing: border-box; height: 40px;}
.all-finder-layer .finder-body .finder-search label:after {content: url('//cdn4-aka.makeshop.co.kr/design/odeshop/ode_m/ico_search.png'); position:absolute; top:6px; right:12px; z-index:10; display:none; }
.all-finder-layer .finder-body .finder-search label .txt-input { display: block; width:100%; height:36px; line-height: 36px; padding: 0 40px 0 10px; border: none; background: none; color: #333; text-align: left; box-sizing: border-box;}
.all-finder-layer .finder-body .finder-btn-c { padding: 30px 0; text-align: center; font-size:0;}
.all-finder-layer .finder-body .finder-btn-c button { display: inline-block; height: 50px; line-height: 50px; width: calc(50% - 5px); border:none; 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:50px; color:#ffd800; font-size:23px; vertical-align:top; margin-right:2px; }
.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: calc(50% - 5px); height: 50px; line-height: 50px; border:none; background: #999; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 1px; margin-right:10px; }

.all-finder-layer .finder-body .finder-category .finder-options { display:inline-block; margin:3px 6px 3px 0; padding: 5px 10px; cursor:pointer; line-height:24px;  background:#fff; border-radius: 24px; font-size:15px; color:#5c5c5c; border: 1px solid #ccc; vertical-align:top; word-break:break-all; }
.all-finder-layer .finder-body .finder-category .finder-options.on { font-weight: bold; color:#000; background:#fff; border: 1px solid #000;}
.all-finder-layer .finder-body .finder-options { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:24px;  border-radius: 24px; font-size:15px; background:#f3f3f3; color:#474747; border: 1px solid #f3f3f3; vertical-align:top; word-break:break-all; }
.all-finder-layer .finder-body .finder-options.on { font-weight: bold; color:#fff; border: 1px solid #000; background:#000;}

.all-finder-layer .finder-body .finder-color label {display:inline-block;}
.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:0; background: none;} 
.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check { display:none; width:22px; margin-top:-22px; color:#fff; text-align:center; }
.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check:before {content:"\e929";font-size:20px;}
.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; }



#kakaopay_order_btn {text-align:right; }


/* BASIC css end */

