@charset "utf-8";

/*html.fixed { overflow-y: hidden; }*/

#hd_wr { height: 55px; }
#hd #logo { margin-top: 0; line-height: 0; }
#hd #logo a { display: inline-block; }
#hd #logo img { max-height: 30px; }
#hd_wr.fixed #logo{ margin-top: 0; }
#hd #hd_btn button { height: 35px; top: 50%; margin-top: -17.5px; }
#hd #hd_btn a { top: 50%; height: 35px; margin-top: -24px; }
#hd_wr.fixed #btn_hdcate, #hd_wr.fixed #hd_btn a { top: 50%; }

#container { position: relative; }

.layer_popup { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; overflow-y: auto; display: none; }
.layer_popup.hide { display: none; }
.layer_popup.show { display: block; }
.mask { position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }
.layer_popup h3 { font-size: 16px; line-height: 2; padding-bottom: 7px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.lp_con { position: absolute; top: 0px; left: 0%; background-color: #fff; box-shadow: 1px 1px 3px rgba(0,0,0,0.8); padding: 10px; font-size: 12px; }
.layer_popup .lp_close_btn { width: 15px; height: 15px; position: absolute; top: 10px; right: 10px; background: url(../img/pop_close.png) center center no-repeat; background-size: cover; text-indent: -9999px }
.lp_con_body { position: relative; }
#standardSize .lp_con  { width: 100%; }
#standardSize em { font-style: normal; position: absolute; right: 10px; top: -19px; }
.standard_tab_wrap { margin-top: 20px; }
.standard_tab_wrap li { display: inline-block; margin-right: 5px; }
.standard_tab_wrap li a { padding: 8px; border: 1px solid #000; display: inline-block; }
.standard_tab_wrap li a.active { background-color: #999; color: #fff; }
.standard_tab_wrap .tab_con { display: none; position: relative; margin: 20px 0 10px; }
.standard_tab_wrap .tab_con.active { display: block; }
.standard_tab_wrap .tab_con table { width: 100%; border-collapse: collapse; }
.standard_tab_wrap .tab_con th { padding: 10px; border: 1px solid #000; text-align: center; background-color: #eee; }
.standard_tab_wrap .tab_con td { padding: 10px; border: 1px solid #999; text-align: center; white-space: nowrap; }
.standard_tab_wrap .size_hd { position: absolute; top: 0; left: 0; }
.standard_tab_wrap .size_hd th {  width: 80px; }
.standard_tab_wrap .size_body { margin-left: 80px; overflow-x: auto; }

#imgGuide .lp_con  { width: 100%; }
.img_guide_img { padding: 20px 0; text-align: center; }
.img_guide_img img { max-width: 100%; }

/*filter*/
.open_filter { position: absolute; top: 6px; right: 15px; width: 40px; height: 35px; line-height: 35px; text-align: center; font-size: 16px; }
.close_filter { position: absolute; top: 5px; right: 5px; width: 40px; height: 35px; line-height: 35px; text-align: center; font-size: 16px; }
.filter_pop { position: fixed; width: 100%; height: 100%; top: 0; left: 0; overflow-y: auto; background: #fff; z-index: 100; display: none; }
.filter_pop.hide { display: none; }
.filter_pop.show { display: block; }
.filter_pop h2 { font-size: 16px; line-height: 2.8; padding: 0 10px; border-bottom: 1px solid #ddd; margin-bottom: 10px; }
.filter_wrap { position: relative; padding: 0 10px; }
.filter_wrap:after { content: ''; display: block; clear: both; float: none; border-bottom: 1px solid #000; }
.filter_wrap article { position: relative; width: 100%; padding: 0 2px; }
.filter_wrap article h3 { overflow: hidden; padding: 8px 5px; font-size: 13px; font-weight: normal; background-image: url(../img/sit_accordion_ico1.png); background-repeat: no-repeat; background-position: 95% center; background-size: 10px; cursor: pointer;  }
.filter_wrap article.active h3 { background-image: url(../img/sit_accordion_ico2.png); }
.filter_wrap article h3 ~ a { position: absolute; bottom: 7px; right: 10px; color: #ff7575; font-size: 0.85em; text-decoration: underline; text-underline-position: under; display: none; }
.filter_wrap article.active h3 ~ a { display: block; }
.filter_wrap article .filter_contents { display: none; padding: 0; padding-bottom: 40px; border-bottom: 1px solid #ddd; }
#fliter_row1 article .filter_contents {  }
#fliter_row2 article .filter_contents {  }
.filter_wrap article.active .filter_contents { display: block; }
.filter_wrap article.active .filter_contents li { margin: 2px; display: inline-block; line-height: 1.5 }
.filter_wrap button {
    padding: 5px 10px;
    margin: 3px 1px;
    background: black;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;}
.filter_wrap button:hover {
    background:grey}
.filter_wrap .filter_choice_button {
    background: white;
    color: black;
    border-color: black;
    border: 1px solid;
}
.filter_block {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.filter_contents li { margin: 2px; display: inline-block; line-height: 1.5 }
.filter_list { padding: 5px 10px; }
.filter_list_outer { padding-top:10px; overflow-y: auto; }
.filter_list_outer .filter_list { height: auto; }
.filter_contents input[type="checkbox"] { display: none; }
.filter_contents input[type="checkbox"] + label { cursor: pointer; font-size: 12px; display: block; position: relative; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filter_contents input[type="checkbox"] + label:before { content: ''; border: 1px solid #000; border-radius: 50%; width: 15px; height: 15px; position: absolute; left: 0; top: 1px; padding: 0; cursor: pointer; }
.filter_contents input[type="checkbox"] + label:hover:before { background-color: #efefef; }
.filter_contents input[type="checkbox"]:checked + label:before { background-color: #000; background-image: url(../img/icon_check.png); background-repeat: no-repeat; background-position: center center; }
.filter_contents input[type="checkbox"]:disabled + label { opacity: 0.3; cursor: default; }
.filter_contents input[type="checkbox"]:disabled + label:before { cursor: default; }
.filter_contents .filter_list_inside { padding-left: 5px; }
.filter_contents .filter_list_inside_inside { padding-left: 15px; }
.filter_contents .filter_list_outer > li > input[type="checkbox"] + label { padding-left: 15px; }
.filter_contents .filter_list_outer > li > input[type="checkbox"] + label:hover:before { background-color: transparent; }
.filter_contents .filter_list_outer > li > input[type="checkbox"] + label:before { border: none; background-image: url(../img/list_ico.gif); background-repeat: no-repeat; background-position: left center; }
.filter_contents .filter_list_outer > li > input[type="checkbox"]:checked + label:before { background-color: transparent; background-image: url(../img/list_ico_active.gif) }
.filter_list_inside { display: none; }
.filter_contents input[type="checkbox"]:checked +label + .filter_list_inside { display: block; padding-top: 5px; padding-bottom: 5px; }
.filter_list_inside_inside { display: none; }
.filter_list_inside input[type="checkbox"]:checked +label + .filter_list_inside_inside { display: block; padding-top: 5px; padding-bottom: 5px; }
.filter_brand_search { margin-bottom: 10px; }
.filter_brand_search input[type="search"] { width: 180px; height: 30px; padding: 0 10px; padding-right: 40px; background: url(../img/filter_sch_ico.png) 100% center no-repeat; border: 1px solid #c5c5c5; }
/*.filter_wrap article h4 { font-weight: normal; margin-bottom: 5px; }*/
.filter_wrap article h4 { overflow: hidden;    padding: 0px 5px 8px;    font-size: 11px;    font-weight: normal;    /* background-image: url(../img/sit_accordion_ico1.png); */    background-repeat: no-repeat;    background-position: 95% center;    background-size: 10px;    cursor: pointer;    border-bottom: 1px solid #ddd;    color: #ff7575;}
.filter_brand_list { height: 80px; overflow: auto; }
.filter_contents > a { display: block; text-align: right; text-decoration: underline; text-underline-position: under; margin-bottom: -18px; padding-right:10px }
.filter_contents input[type="radio"] { display: none; }
.filter_contents input[type="radio"] + label { cursor: pointer; font-size: 12px; display: block; position: relative; padding-left: 23px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filter_contents input[type="radio"] + label:before { content: ''; border: 3px solid #999; border-radius: 50%; width: 15px; height: 15px; position: absolute; left: 0; top: 1px; padding: 0; cursor: pointer; }
.filter_contents input[type="radio"] + label:hover:before { border-color: #666; }
.filter_contents input[type="radio"]:checked + label:before { border: 5px solid #000; }
.filter_contents input[type="radio"]:disabled + label { opacity: 0.3; cursor: default; }
.filter_contents input[type="radio"]:disabled + label:before { cursor: default; }
.filter_contents .filter_color_list li { display: inline-block; position: relative; }
.filter_contents .filter_color_list li span { display: none; position: absolute; top: -17px; left: 50%; min-width: 45px; max-width: 60px; margin-left: -22.5px; padding: 1px 0px; background: #fff; border: 1px solid #ddd; white-space: nowrap; text-align: center; z-index: 1; }
.filter_contents .filter_color_list li:hover span { display: block; }
.filter_contents .filter_color_list input[type="checkbox"] + label { height: 20px; padding-left: 16px; }
.filter_contents .filter_color_list input[type="checkbox"] + label:before { border: none; }
.filter_contents .filter_color_list input[type="checkbox"] + label:hover:before { background-color: transparent; }
.filter_contents .filter_color_list input[type="checkbox"]:checked + label:before { background-color: inherit; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filterColorWn"]:before { background-color: ; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_red"]:before { background-color: red; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_orange"]:before { background-color: orange; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_yellow"]:before { background-color: gold; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_pink"]:before { background-color: pink; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_purple"]:before { background-color: purple; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_green"]:before { background-color: green; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_khaki"]:before { background-color: olive; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filterColorSb"]:before { background-color: skyblue; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_blue"]:before { background-color: blue; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_navy"]:before { background-color: navy; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_gray"]:before { background-color: grey; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_ivory"]:before { background-color: ivory; border: 1px solid #aaa; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_beige"]:before { background-color: #f5eddc; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_brown"]:before { background-color: brown; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_black"]:before { background-color: black; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_white"]:before { background-color: white; border: 1px solid #aaa; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filterColorSv"]:before { background-color: silver; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filterColorGd"]:before { background-color: gold; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_fluorescent"]:before { background-color: chartreuse; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_multi"]:before { background-color: transparent; border: 1px solid firebrick; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filter_color_light green"]:before { background-color: yellowgreen; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filterColorPt"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="filterColorPt"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }

.filter_contents .filter_color_list input[type="checkbox"] + label[for="plain"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="dot"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="stripe"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="multi"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="check"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="gradation"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="pattern"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="tiger"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="kamo"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
.filter_contents .filter_color_list input[type="checkbox"] + label[for="printing"]:before { background: url(../img/filter_color_pattern.jpg) no-repeat center center; }
a.filter_clear_all { position: absolute; top:-40px; right: 60px; color: #ff7575; }
.brand_box { /*border-top: 1px solid #ddd;*/ }
.filter_wrap .brand_box article { float: none; max-width: 1200px; }
.brand_box h4 { font-weight: normal; margin-bottom: 5px; }
.brand_box ul { overflow: hidden; height: 300px }
.filter_wrap .brand_box article.active ul li { float: left; width: 33.333%; margin: 0; }
.brand_box input[type="checkbox"] { display: none; }
.brand_box input[type="checkbox"] + label { cursor: pointer; font-size: 12px; display: block; position: relative; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand_box input[type="checkbox"] + label:before { content: ''; border: 1px solid #000; border-radius: 50%; width: 15px; height: 15px; position: absolute; left: 0; top: 1px; padding: 0; cursor: pointer; }
.brand_box input[type="checkbox"] + label:hover:before { background-color: #efefef; }
.brand_box input[type="checkbox"]:checked + label:before { background-color: #000; background-image: url(../img/icon_check.png); background-repeat: no-repeat; background-position: center center; }
.brand_box input[type="checkbox"]:disabled + label { opacity: 0.3; cursor: default; }
.brand_box input[type="checkbox"]:disabled + label:before { cursor: default; }
.filter_brand_all { display: block; text-align: right; }
.mCSB_scrollTools { width: 5px !important; }
.mCSB_inside>.mCSB_container { margin-right: 5px !important; }

#filter_category {  }
#filter_category .filter_contents { background: none }
#filter_category .depth_lv1_wrap { width:100%; margin:0; padding:2px; box-sizing: border-box }
#filter_category.active .filter_contents li { display: block; }
#filter_category .depth_lv2 { box-sizing: border-box }
#filter_category .filter_list_outer {  }

#fliter_row2 article {  }

#brandAll .lp_con {  }
.brand_all_wrap { padding-bottom: 25px; position: relative; }
.brand_all_wrap .filter_contents { padding-top:10px;}
.brand_all_wrap > a { position: absolute; bottom: 0px; right: 7px; color: #ff7575; font-size: 0.85em; text-decoration: underline; text-underline-position: under;}
.brand_all_wrap .filter_brand_search { margin-bottom: 0px; }
.brand-index { display: inline-block; vertical-align: top; }
.brand-index-list { list-style: none; padding: 0; }
.brand-index-list li { display: inline-block; font-size: 12px; margin: 0 4px; }
.brand-index-list li a { cursor: pointer; color: #666; font-weight: 500; }
.brand-index-list li:first-child a { color: #333; }
.brand_all_wrap .filter_brand_list { height: 300px; }
.brand_all_wrap .filter_brand_list .mCSB_container > ul { float: left; width: 33.333%; }
.brand_all_wrap .filter_brand_list .mCSB_container > ul > li { margin-bottom: 10px; }
.brand_all_wrap .filter_brand_list .mCSB_container > ul > li h4 { font-size: 12px; }

.total_items_wrap { position:relative; background: #fff; padding: 10px; margin:10px;  }
.total_items { font-size: 18px; padding: 0px 5px;}
.total_items span.count { color: #FF7F01}


/*#ft_logo img { width: 85px; }*/

#hd_sch { background: #fafafa; border-bottom:1px solid #ddd; padding:10px 5px 10px 5px}
.main_ui { position: relative; overflow: hidden; margin-bottom:5px;}
.main_ui > ul > li { float:left;  width: 23%; font-size: 15px;}
.main_ui li div {padding: 5px 0 5px 0}
.main_ui li div a { background: #fff; border-left:1px solid #ddd; text-align: center; display: block; padding: 5px 10px;}
/*.main_style_filter {padding:5px 0 !important;}*/
.main_ui li:last-child img { width: 100% }
.main_style_filter_div {padding:0 !important;}
.main_style_filter img {height: 30px}
.filter_title { display: block; position: absolute; top:3px; right: 5px; }
.filter_title img { height:30px;}


.top_bar_fix{position:fixed; top:0; left:0; width:100%;}
.pd_top_80{padding-top:80px;}

.ft_bottom { padding: 40px 0; overflow: hidden;}
#ft .ft_info { margin-right: auto;     text-align: center;}
#ft .ft_cs { text-align: left; color: #fff; width: auto; }
#ft .ft_cs span { margin-right: 20px; }
#ft .ft_cs a { color: #fff; padding: 8px 30px; margin: 0 4px; background-color: #525a5b; display: inline-block; }
#ft .ft_cs div { margin-top: 15px; }
#ft .ft_cs strong { margin: 0; line-height: 1; font-size: 2.5em; display: inline-block; margin-right: 10px; font-weight: normal; }
#ft .ft_cs small { line-height: 1.2; display: inline-block; font-size: 1em; color: rgba(255,255,255,0.7); }


/* ===== [2026-07-06] 필터개편(모바일): 실측 슬라이더 + 택사이즈 전체보기 ===== */
.meas_toggle { padding: 8px 4px 4px; }
.meas_toggle label { margin-right: 8px; cursor: pointer; font-size: 13px; }
.meas_toggle input[type="radio"] { display: none; }
.meas_toggle input[type="radio"] + span { display: inline-block; padding: 3px 12px; border: 1px solid #ccc; border-radius: 12px; }
.meas_toggle input[type="radio"]:checked + span { background: #000; color: #fff; border-color: #000; }
.meas_axis { margin: 10px 8px 4px; }
.meas_label { font-size: 12px; overflow: hidden; }
.meas_val { float: right; color: #777; }
.meas_track { position: relative; height: 26px; margin-top: 4px; }
.meas_track:before { content: ''; position: absolute; left: 0; right: 0; top: 50%; margin-top: -1px; height: 2px; background: #ddd; }
.meas_track input[type="range"] { position: absolute; left: 0; top: 0; width: 100%; height: 26px; margin: 0; padding: 0; background: transparent; -webkit-appearance: none; pointer-events: none; }
.meas_track input[type="range"]::-webkit-slider-runnable-track { height: 20px; background: transparent; }
.meas_track input[type="range"]::-moz-range-track { height: 2px; background: transparent; }
.meas_track input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 20px; height: 20px; border-radius: 50%; background: #000; margin-top: 0; cursor: pointer; }
.meas_track input[type="range"]::-moz-range-thumb { pointer-events: auto; width: 20px; height: 20px; border-radius: 50%; background: #000; border: 0; cursor: pointer; }
#filter_layer_meas { padding: 6px 4px 12px; }
.size_more_btn { font-weight: bold; }
