/* BASIC css start */
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 } 
.dn{display:none !important}

#wrap{overflow-y: visible;}

/* header */
#header {position: sticky; top: 0; left: 0; width:100%; background:#fff; z-index:100 } 
#header:after{
    content: "-";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0f0f0;}
#header .headerTnb { display: flex; margin:0 auto; position:relative; max-width: 1416px; width: 100%; /*justify-content: flex-end; */align-items: center; padding: 35px 0; *zoom:1 } 
#header .headerTnb .tnbLeft { } 
#header .headerTnb .tnbLeft a { display:inline-block; } 
#header .headerTnb .tnbLeft a img { max-width:195px; } 

#header .headerTnb .tnbCenter{margin-left: auto; margin-right: 50px;}

#header .headerTnb .tnbRight { } 
#header .headerTnb .tnbRight ul { display: flex; justify-content: space-between; gap: 25px; } 
#header .headerTnb .tnbRight li { position: relative; } 
#header .headerTnb .tnbRight li::after { content:''; width:1px; height:10px; background:#d9d9d9; position:absolute; top: 50%; transform: translateY(-50%); right: -12px; } 
#header .headerTnb .tnbRight li a { display:block; font-size: 13px; font-weight: 400; white-space: pre; } 
#header .headerTnb .tnbRight li:last-child::after { content:unset; } 
#header .headerTnb .searchArea { } 
#header .headerTnb .searchArea .search { position:relative; width: 420px; height: 30px; border-bottom: 1px solid #000; } 
#header .headerTnb .searchArea .search input { border: none; background:#fff; width: 100%; height: 30px; font-size: 13px; font-weight: 400; color: #9c9c9c; } 
#header .headerTnb .searchArea .search a { display:block; position:absolute; top: 50%; right:0; transform: translateY(-50%); } 

#header .headerGnb { border-top: 1px solid #f0f0f0; _border-bottom: 1px solid #f0f0f0; } 
#header .headerGnb .gnbInner { margin:0 auto; position:relative; max-width: 1416px; width: 100%; } 
#header .headerGnb .gnbInner .cate1_wrap {
    _overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1416px;
    margin: auto;} 


#header .headerGnb .gnbInner .cate1_wrap:after { display:block; clear:both; content:'' } 
.cateSwiper {
  _overflow: hidden;
}

.cateSwiper .swiper-wrapper {
  display: flex;   
  gap: 40px;      
  _padding-right: 40px; 

}

.cateSwiper .swiper-slide {
  width: auto !important; 
  flex-shrink: 0;         
}

#header .headerGnb .gnbInner .cate1_wrap li.sld { position:relative;    margin-right: 40px; } 
#header .headerGnb .gnbInner .cate1_wrap li.sld.point a{color:#AD0F0A}
#header .headerGnb .gnbInner .cate1_wrap li.sld.has-children:after { content:''; position: absolute; top: 49px; left: -15px; right: -15px; height: 18px; background: transparent; z-index: 5; } 
#header .headerGnb .gnbInner .cate1_wrap li.sld a {
    position:relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    overflow: hidden; } 
#header .headerGnb .gnbInner .cate1_wrap li.sld a:hover { /*color:#000; font-weight:700;*/ } 
#header .headerGnb .gnbInner .cate1_wrap li.sld:hover > a::after{content:"-"; width:100%; height:4px; background:#000; font-size:0;position:absolute; bottom:-1px; left:0 }

#header .headerGnb .gnbInner .cate2_wrap { display:none; position: absolute; top: 60px; left: -15px; width: 264px; background: #fff; border: 1px solid #000; box-sizing: border-box; padding: 10px 0; } 
#header .headerGnb .gnbInner .cate2_wrap li { 
    max-height: 600px;
   _overflow: auto;
    padding: 0 16px;
    position: relative; } 
#header .headerGnb .gnbInner .cate2_wrap li a {
    height: 36px !important;
    line-height: 36px ! IMPORTANT;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #929292 ! IMPORTANT;
    font-weight: 400 !IMPORTANT; }
    
#header .headerGnb .gnbInner .cate2_wrap li a:hover{color:#000 !important;}

#header .headerGnb .gnbInner .cate2_wrap li.has-children >a{position:relative;}
#header .headerGnb .gnbInner .cate2_wrap li.has-children >a:after{
    content: "-";
    font-size: 0;
    background: url(/design/taetea/img/arrow_r.png) no-repeat;
    width: 4px;
    height: 8px;
    display: block;
    position: absolute;
    right: 4px;
    top: 0px;
    background-size: contain;}
#header .headerGnb .gnbInner .cate2_wrap li a img { display:none } 
#header .headerGnb .gnbInner .cate2_wrap > li:hover > a { color:#000; font-weight:600; } 
#header .headerGnb .gnbInner .cate2_wrap > li:hover > a img { display:block; } 
#header .headerGnb .gnbInner .cate3_wrap { display: none; position: absolute; top: -1px; left: 262px; width: 264px; background: #fff; border: 1px solid #000; padding: 10px 16px; box-sizing: border-box; min-height: auto; overflow: hidden; } 
#header .headerGnb .gnbInner .cate3_wrap ul{display:none}
#header .headerGnb .gnbInner .cate3_wrap li a { color: #929292; } 
#header .headerGnb .gnbInner .cate3_wrap > li:hover > a { color:#000; font-weight:600; } 

/* °Ë»öÃ¢ ·¹ÀÌ¾î */
.sch_layer { 
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    padding: 64px 0;
    width: 668px;
    right: 0;
    height: 100vh;
    padding-right: 252px;
    padding-left: 80px;}
    
.sch_layer .sch_close { position:absolute; top:44px; right:162px; } 
.sch_layer .searchArea {margin-bottom: 56px;;} 
.sch_layer .searchArea .search { position:relative; width:100%; height:40px; border-bottom:2px solid #000; } 
.sch_layer .searchArea .search input { border:none; background:#fff; width: 93%; height:40px; font-size: 18px; font-weight:400; color: #777; padding-left: 18px; box-sizing: border-box; } 
.sch_layer .searchArea .search a { display:block; position:absolute; top:50%; right:18.37px; transform:translateY(-50%); } 
.sch_layer .searchArea .search a img { width:22px; } 
.sch_layer .sch_cont { width:900px; margin:0 auto; display:flex; justify-content:space-between; align-items:flex-start; } 
.sch_layer .sch_cont .keyword_wrap { position:relative; width:300px; flex-shrink:0; } 
.sch_layer .sch_cont .keyword_wrap p { font-size:15px; font-weight:500; margin:0 0 20px; color:#000; } 
.sch_layer .sch_cont .keyword_wrap .keyword_list { display:flex; flex-wrap:wrap; justify-content:flex-start; gap:6px; } 
.sch_layer .sch_cont .keyword_wrap .keyword_list a {display:inline-block;font-size:16px;font-weight:400;line-height: 30px;color:#cc8542;background:#fff6ee;padding:6px 14px;} 
.sch_layer .sch_cont .sch_bnr_wrap { display:flex; flex-direction:column; gap:14px; border-left:1px solid #eee; padding-left: 90px; } 

/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:40px; left:0; border:1px solid #ddd; border-top:1px solid #000; line-height:14px; background:#fff; } 
.search-auto-complete-list ul { width:202px; padding:4px 0 6px; border-bottom:1px solid #ddd; } 
.search-auto-complete-list ul li { text-align:left; } 
.search-auto-complete-list ul li.on { background:#f3f3f3; } 
.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; } 
.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 { border-bottom:1px solid #000; } 
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; } 

/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ */
#allfinder-layer { z-index: 9999; position: fixed; top: 0; right: 0; width: 1000px; zoom: 1; overflow: hidden; }
#allfinder-layer .finder-body { display:none; 
    z-index: 1;
    position: relative;
    width: 1000px;
    font-weight: 600;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border-left: 1px solid #F0F0F0;
    background: #fff;
    height: 100vh;
    padding: 64px 252px 131px 80px; }
#allfinder-layer .finder-body h3{
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #000;}

#allfinder-layer .finder-body .finder-close { position: absolute;top: 65px; right: 252px; font-size:0; color:#000; *width:19px; *height:24px; *background:url('/design/taetea/img/ic_cancel.png') no-repeat center center; *background-size:19px 24px; }
#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; }


.all-finder-layer .finder-body .finder-tbl table {}
.all-finder-layer .finder-body .finder-tbl table tr{
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
    text-align: left;}

.finder_type.finder-search_2,
.all-finder-layer .finder-body .finder-tbl table tr.finder_type.finder-search_1 th{display:none !important}

.all-finder-layer .finder-body .finder-tbl th, 
.all-finder-layer .finder-body .finder-tbl td {}
.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 { }
.all-finder-layer .finder-body .finder-tbl th .txt-l { 
    position: relative;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px; 
}

.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 { }
.all-finder-layer .finder-body .txt-input { }
.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 { 
    padding-top: 24px;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
    
.all-finder-layer .finder-body .finder-price .finder-price-input label { 
    padding-bottom: 5px;
    display: inline-block;
    width: 180px;
    border-bottom: 1px solid #000;
    color: #000;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input { 
    display: inline-block;
    width: 160px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border: none;
    background: none;
    color: #000;
    font-weight: 400;}
    
.all-finder-layer .finder-body .finder-search { position:relative; }
.all-finder-layer .finder-body .finder-search label {position:relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    height: 29px;
    line-height: 29px;
    position: relative;
    padding-bottom: 5px; }
    
.all-finder-layer .finder-body .finder-search label:after{
    content: "°Ë»ö";
    font-size: 0;
    width: 17px;
    height: 19px;
    display: block;
    background: url(/design/taetea/img/ic_search.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 10px;}
    
.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;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;}
    
   
.all-finder-layer .finder-body .finder-search label .txt-input:placeholder{color: #000;}

.all-finder-layer .finder-body .finder-btn-c { 
    padding: 30px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    
.all-finder-layer .finder-body .finder-btn-c a.reset {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
    line-height: 1; }
    
.all-finder-layer .finder-body .finder-btn-c button {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;}
.all-finder-layer .finder-body .finder-btn-c button span.ico-search { display:none; 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;
    padding: 6px 10px;
    cursor: pointer;
    line-height: 22px;
    vertical-align: top;
    word-break: break-all;
    border-radius: 36px;
    color: #000;
    border: 1px solid #DBDBDB;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;}
    
.all-finder-layer .finder-body .finder-options.on {
    font-weight:700;
    border: 1px solid #000;
    padding: 5.5px 9.5px;}
.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; }









.finder-list-wrap {
    width: 100%; 
    border-top: 2px solid #333; 
    font-family: Arial, sans-serif;
    color: #333;
}

.finder-caption {
    font-size: 1.2em;
    padding: 10px 0;
    text-align: left;
}

.finder-colgroup-visual {
    display: none; 
}

.finder-criteria-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.finder-criteria-item,
.finder-child-category-item,
.finder-apply-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.finder-item-header {
    flex-basis: 150px;
    flex-shrink: 0; 
    padding: 10px 15px;
    background-color: #f7f7f7;
    font-weight: bold;
    display: flex;
    align-items: center; 
    border-right: 1px solid #e0e0e0; 
}

.finder-item-content {
    flex-grow: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.finder-item-header .txt-l {
    display: flex;
    align-items: center;
    width: 100%; 
}

.finder-child-category-item.finder-child-category .finder-item-content {

    background-color: white; 
}
.finder-child-category-item.finder-child-category .finder-item-header {
    background-color: white; 
    border-right: none;
}

.finder-tooltip-btn {
    margin-left: 5px;
    text-decoration: none;
    color: #999;
}
.finder-comm-layer {
    display: none; 
    position: absolute;
}
/* BASIC css end */

