@charset "utf-8";


html {position: relative; height: 100%; min-height: 100%; margin: 0; -webkit-text-size-adjust:none;}
body {position: relative; width: 100%; height: auto; min-height: 100%; font-family: 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; overflow-y: auto; overflow-x: hidden; letter-spacing: 0;}
*, *::before, *::after {padding:0; margin:0; box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family: 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; word-break: keep-all;}
input,button,textarea,select{font-family: 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; }
ul {list-style-type: none; padding-inline-start: 0;}
a {text-decoration: none; text-decoration-line: none;}
table{padding:0; border:0; border-spacing:0px; border-collapse:collapse;}
th, td{padding:0;}
button {border: none; background:none; cursor: pointer;}
input:focus, select:focus, option:focus, textarea:focus, button:focus{outline: none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
textarea {font-size: 20px; resize: none;}
textarea:focus {outline:none;}
textarea::placeholder {color:#999;}
form .hidden {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"] {
    border: 1px solid #dadada;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    border-radius: 5px;
    padding: 0 20px;
}

input[type="file"] {padding: 14px 20px !important;}
input::placeholder {font-weight: 400; color:#9f9f9f;}
input[readonly] {background: #f5f5f5; color: #1a1a1a; font-weight: 500;}
input[readonly]:focus {border: 1px solid #dadada;}
input:focus {border: 1px solid #1a1a1a;}
select {border: none; border: 1px solid #e6e6e6; font-size: 16px; height: 60px; background: url('../images/select_arrow.png') #fff no-repeat right 25px center / 13px 8px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding: 0 20px; color:#1a1a1a; border-radius: 5px;}
select:focus {border: 1px solid #1a1a1a;}
textarea {font-size: 16px; resize: none;border: none; border: 1px solid #ddd; height: 300px; width: 100%; border-radius: 5px; padding: 20px;}
.radio_label {cursor: pointer; display: block;}
input[type="radio"] {appearance: none; display: inline-block; width: 18px; height: 18px; border: 1px solid #b2b2b2; border-radius: 50%; background: #fff; position: relative; vertical-align: middle; margin-right: 10px; cursor: pointer; padding: 0; }
input[type="radio"]::before {content: ""; display: block; position: absolute; top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: #222; opacity: 0; transition: 0.2s;}
input[type="radio"]:checked {border: 1px solid #222d30;}
input[type="radio"]:checked::before {opacity: 1;}
.radio_text {color: #2a3133; font-weight: 600; vertical-align: middle;}
input[type="radio"]:checked + .radio_text {color: #2a3133; font-weight: 600;}
input[type="checkbox"] {display:none;}
.checkbox_wrap {display: flex; gap: 30px; align-items: center; padding: 16px 0;}
.checkbox_wrap label {display: flex; align-items: center; font-size: 16px; font-weight: 600; gap: 12px; cursor: pointer; background: none; padding: 0; width: auto;}
.checkbox_wrap input[type="checkbox"] + span {display: inline-block; width: 20px; height: 20px; border: 1px solid #b3b3b3; border-radius: 4px; background: #fff; background-size: cover; background-repeat: no-repeat; background-position: center;}
.checkbox_wrap input[type="checkbox"]:checked + span {background-image: url('../images/check_on.png');}
div::-webkit-scrollbar, ul::-webkit-scrollbar {width: 8px; height: 5px;}
div::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {background-color: #e8e8e8; border-radius: 2px;}
div::-webkit-scrollbar-track, ul::-webkit-scrollbar-track {background:none;}

/* 추가 kdi 2025-09-07 */
a {text-decoration:none;color:#111;-webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;-moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;-ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;-o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;}
a:hover {text-decoration:none;}

.ssFlexCenter {display:flex;flex-wrap: nowrap; align-items: center;}

.ssCenter { text-align:center !important; }
.ssRight  { text-align:right !important; }
.ssLeft   { text-align:left !important; }
.ssMiddle { vertical-align:middle !important; }
.ssTop    { vertical-align:top !important; }
.ssBottom { vertical-align:bottom !important; }
.hide { display:none; }

/*.ssNum { font-family: "Arial" !important; }*/  /* 숫자관련 폰트 */
.ssNum { font-family: tahoma !important; }  /* 숫자관련 폰트 */
.ssFontTahoma { font-family: tahoma; }  /* 숫자관련 폰트 */

.ssFloatL { float:left !important;  }
.ssFloatR { float:right !important; }
.ssHand   { cursor:pointer !important; }
.ssShow   { display:block !important; }
.ssHide   { display:none !important; }
.ssNormal { font-weight:normal !important; }
.ssBold   { font-weight:bold !important; }
.ssClear  { display:block !important; float:none !important; clear:both !important; height:0 !important; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important; }

/* 문자색 --------------------------------------------------------------------------------- */
.ssRed    { color:red !important; }
.ssBlue   { color:blue !important; }
.ssGreen  { color:green !important; }
.ssYellow { color:yellow !important; }
.ssBlack  { color:black !important; }
.ssWhite  { color:white !important; }
.ssGray   { color:gray !important; }
.ssNavy   { color:navy !important; }
.ssOrange { color:orange !important; }
.ssPurple { color:purple !important; }

/* 배경색 --------------------------------------------------------------------------------- */
.ssBgRed    { background:red !important; }
.ssBgBlue   { background:blue !important; }
.ssBgGreen  { background:green !important; }
.ssBgYellow { background:yellow !important; }
.ssBgBlack  { background:black !important; }
.ssBgWhite  { background:white !important; }
.ssBgGray   { background:gray !important; }
.ssBgGray2  { background:#cccccc !important; }
.ssBgNavy   { background:navy !important; }
.ssBgOrange { background:#ff6600 !important; }
.ssBgPurple { background:purple !important; }

.cont_empty {padding: 50px 20px;text-align: center;font-weight: 500;}
.m_only {display: none;}
/* 추가 ------------- */



.container {padding-top: 180px;}
.wrapper {width: 100%; max-width: 1792px; padding: 0 16px; margin: 0 auto;  position: relative;}
.wrapper2 {width: 100%; max-width: 1592px; padding: 0 16px; margin: 0 auto; position: relative;}


/** Table **/
.tb::-webkit-scrollbar {width: 5px; height: 5px;}
.tb::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 50px; border-radius: 10px; }
.tb::-webkit-scrollbar-track {background:none;}
.tb {border-top: 1px solid #464c4e; overflow-x: auto;}
.tb table {width: 100%;}
.tb table tbody td {font-size: 16px; line-height: 26px; color: #5d6466; text-align: left; letter-spacing: -0.5px; border-bottom: 1px solid #e4e7e7; padding: 14px 20px; word-break: keep-all; vertical-align: middle; font-weight: 400;}
.tb table tbody td.cate {background: #f8f8f8; color: #2a3133;}
.tb2 {border-top: 1px solid #e4e7e7;}
.tb2 table tbody td.cate {font-weight: 700;}




/** Pagination**/
.pagination {display: flex; justify-content: center; align-items: center; gap: 2px; margin-top: 50px;}
.pagination button {width: 36px; height: 36px; border: none; background: none; font-size: 16px; color: #999; cursor: pointer; border-radius: 2px; font-weight: 600; border: 2px solid #fff; transition: all 0.2s;}
.pagination button a {display:block;text-decoration: none;width: 100%;height: 100%;display: flex; justify-content: center;align-items: center;}
.pagination .page.on {border-color: #d6f1fc; color: #31b9f2;}
.pagination button:hover {background: #f1f1f1; border-color: #f1f1f1;}
.pagination .prev {margin-right: 8px;}
.pagination .next {margin-left: 8px;}
.pagination button span {display: flex; text-indent: -9999px; background-repeat: no-repeat; background-position: center; background-size: 14px 14px;width: 100%;height: 100%;}
.pagination .first span {background-image: url('../images/first.png');}
.pagination .prev span {background-image: url('../images/prev.png');}
.pagination .next span {background-image: url('../images/next.png');}
.pagination .last span {background-image: url('../images/last.png');}





/** Header **/
.header {position:fixed; top:0; left:0; width:100%;  z-index:3;  height: 88px; background-color:#fff; overflow:hidden; background-position:0% 175px; transition:	all 0.4s ease-in-out; -webkit-transition:	all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition:	all 0.4s ease-in-out;-webkit-transition:	all 0.4s ease-in-out;}
.header::after {content: ''; display: inline-block; width: 100%; height: 100%; background: #f9fafb; border-top: 1px solid #e1e1e1; position:absolute; top:88px; left:0; opacity: 1; transition: all 0.5s ease-in-out;}
.header.open {height: 256px; border-bottom: 1px solid #e1e1e1; transition: height 0.5s ease-in-out;}
.header a{font-size:16px; color:#111; opacity: 1; transition: all 0.3s;}
.header a:hover {opacity: 0.5; transition: all 0.3s;}
.header header {display: flex; justify-content: space-between;}
.header .primary	{display:flex; width: calc(100% - 20vw);}
.header .primary a {display:flex; align-items:center; justify-content: center;}
.header .primary .logo {display: flex; align-items: center; height: 88px;}
.header .primary .logo a {width: 132px; height: 28px; background: url('../images/logo.png') no-repeat center / cover;}
.header .primary nav {text-align:center; height: auto; padding: 0 35px 0 60px; transition: height 0.5s ease-in-out;}
.header .navigation {display: flex; position: relative; z-index: 1;}
.header .navigation > li {padding: 0 30px; position: relative;}
.header .navigation > li > a {font-weight: 700; height: 88px; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.header .navigation > li > a span {display: flex; background: url('../images/header_shortcut.png') no-repeat center / cover; width: 17px; height: 17px; margin-left: 3px;}
.header .navigation > li .hd_menu1 {padding: 17px 0 60px; position: absolute; left: 50%; transform: translateX(-50%); display: none;}
.header .navigation > li .hd_menu1 li {padding: 13px 0;}
.header .navigation > li .hd_menu1 li a {color: #6e7479; font-weight: 500;}
.header .navigation > li .hd_menu1 li a:hover {color: #111;}
.header .primary .search_bar {display: flex; align-items: center; position: relative;width: 100%; max-width: 420px;}
.header .primary .search_bar input {outline: none; flex: 1; font-size: 14px; font-weight: 500; border: 3px solid #2ecbed; border-radius: 50px; padding: 0 18px; height: 48px; }
.header .primary .search_bar input::placeholder {color: #a1a5a6;}
.header .primary .search_btn {background: none; border: none; cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); right: 17px;}
.header .primary .search_btn .icon {display: flex; background: url('../images/header_search.png') no-repeat center / cover; width: 21px; height: 21px;}
.header .user_nav {display: flex; align-items: center; height: 88px; margin-left: 10px;}
.header .user_nav .auth {display: flex;}
.header .user_nav .auth a {color: #111; font-weight: 600; padding: 0 20px;}
.header .user_nav .tools {display: flex; margin-left: 30px; gap: 16px;}
.header .user_nav .tools a {display: flex; flex-flow: column; align-items: center; gap: 6px;}
.header .user_nav .tools .icon {display: flex; width: 26px; height: 25px;}
.header .user_nav .tools .text {font-size: 10px; font-weight: 500;}
.header .user_nav .tools .user_cart {position: relative;}
.header .user_nav .tools .user_cart .badge {font-size: 11px; font-weight: 700; color: #fff; width: 16px; height: 16px; background: #d12222; border-radius: 50%;display: flex; justify-content: center; align-items: center; position: absolute; top: -5px; right: 0;}
.header .user_nav .tools .user_cart .icon {background: url('../images/header_cart.png') no-repeat center / cover;}
.header .user_nav .tools .user_mypage .icon {background: url('../images/header_mypage.png') no-repeat center / cover;}
.header .all_menu_box {cursor: pointer; transition: all 0.3s; display: none; margin-left: 20px; display: flex; align-items: center; justify-content: center; display: none;}
.header .all_menu {display: inline-block; position: relative; width: 25px; height: 18px; vertical-align: middle;}
.header .all_menu span {display: block;position: absolute; right: 0; width: 100%; height: 2px; background: #000; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; transition: all 0.30s ease-in-out;}
.header .all_menu span:nth-child(1) {top: 0;}
.header .all_menu span:nth-child(2) {top: 8px; width: 60%;}
.header .all_menu span:nth-child(3) {top: 16px;}

/*  Header Modal Popup */
.header_m {display: none; position: fixed; width: 100%; height: 100vh; top: 0; right: 0; bottom: 0; z-index: 999; background:#32b9f2;}
.header_m .header_close_btn {display: inline-block; width: 24px; height: 24px;  position: absolute;  right: 20px;  top: 24px; cursor: pointer; z-index: 1;}
.header_m .header_close_btn span { display: inline-block; background: #fff; height: 24px;  position: relative; width: 1px; transform: rotate( 135deg); left: 10px;}
.header_m .header_close_btn span:after {content: ""; background: #fff; height: 1px; position: absolute; top: 12px;  left: -11px; width: 24px;}
.header_m .container {height: 100vh; padding-top: 0; overflow: auto;}
.header_m ul#myMenu {position: relative; top: 50%; transform: translateY(-52%); text-align: center;}
.header_m li {white-space: nowrap;}
.header_m li.category {margin-bottom: 16px; cursor: pointer; line-height: 30px;}
.header_m li.category .depth1 {font-size: 18px; font-weight: 600; color: #fff;}
.header_m .depth2 {margin-top: 6px; display: none;}
.header_m .depth2 li {padding: 2px 0;}
.header_m .depth2 li a {font-size: 16px; font-weight: 500; color:#d3f2ff; line-height: 28px; display: inline-block; position: relative;}
.header_m li a span {display: inline-block;  z-index: 1;  height: 3px; width: 0%;  background-color: #fff; position: absolute; bottom: 1px; left: 0;}
.header_m li a:hover {color:#fff; transition: all 0.8s;}
.header_m li a:hover span { width: 100%; transition: all 0.8s;}
.header_m li a .circle {display: inline-block;  width: 12px; height: 12px; background-color: #ec6617; border-radius: 50%; position: absolute; right: -30px; top: 0; opacity: 0; }
.header_m li a:hover .circle {opacity: 1; transition: all 0.8s;}
/*  Header Modal Popup */
/** Header **/

/**  Sub Header **/
.sub_header {height: 180px; border-bottom: 1px solid #ededed;}
.sub_header.open {height: 240px;}
.sub_header::after {top:180px; left:0;}
.sub_header .wrapper {flex-flow: column;}
.sub_header .primary {width: 100%; justify-content: space-between; padding-top: 10px;}
.sub_header .primary .logo, .sub_header .primary .search_bar, .sub_header .user_nav {height: 112px; transition: all 0.3s ease;}
.sub_header .primary .search_bar {max-width: 500px; position: absolute; left: 50%; transform: translateX(-50%);}
.sub_header .primary .search_bar input {height: 60px; border-color: #31b9f2; padding: 0 30px;}
.sub_header .primary .search_btn {right: 28px;}
.sub_header .header_navi {display: flex; align-items: center; gap: 50px;}
.sub_header .navigation > li > a {height: 58px;}
.sub_header .navigation > li .hd_menu1 {display: flex; gap: 30px; left: 30px; transform: none; padding: 21px 0 0; display: none;}
.sub_header .navigation > li .hd_menu1 li {padding: 0;}
.sub_header .all_cat {position: relative;}
.sub_header .all_cat.m {display: none;}
.sub_header .all_cat_btn {display: flex; align-items: center; gap: 20px; background: none; border: none; cursor: pointer; color: #2a3133; font-weight: 700;}
.sub_header .all_cat_btn .icon {display: inline-block; background: url('../images/ic_product_category.png') no-repeat center/ cover; width: 20px; height: 14px;}

/* 전체카테고리 드롭다운 */
.all_cat_drop {position: absolute; top: 192px; left: 0; width: 100%; display: none; z-index: 99; transition: all 0.3s ease;}
.all_cat_drop.m {display: none;}
.all_cat_drop.active {display: block;}
.cat_drop_box {display: inline-block;}
.all_cat_drop .cat_cols {display: flex; justify-content: flex-start; border-radius: 20px; background: #fff; border: 1px solid #e1e1e1; box-shadow: 2px 4px 12px rgb(0, 0, 0, 0.05);}
.all_cat_drop .cat_cols > li {width: 190px; padding: 25px 30px;}
.all_cat_drop .cat_cols > li:not(:last-child) {border-right: 1px solid #e1e1e1;}
.all_cat_drop .cat_cols .title {margin-bottom: 18px; font-weight: 700; color: #2a3133;}
.all_cat_drop .cat_list ul {font-size: 15px; line-height: 23px;}
.all_cat_drop .cat_list li:not(:last-child) {margin-bottom: 10px;}
.all_cat_drop .cat_list li a {color: #8a8a8a; font-weight: 500; display: block; width: 100%;}
.all_cat_drop .cat_list li a:hover {color: #555;}
/* 전체카테고리 드롭다운 */
/* 스크롤 시 변형 */
.sub_header.under {height: 60px;}
.sub_header.under.open {height: 120px; border-bottom: 1px solid #e1e1e1; transition: height 0.5s ease-in-out;}
.sub_header.under::after {top:60px; left:0;}
.sub_header.under .primary {padding-top: 0; transition: all 0.3s ease;}
.sub_header.under .primary .logo, .sub_header.under .primary .search_bar, .sub_header.under .user_nav {height: 0;  opacity: 0;  transition: all 0.3s ease;}
.sub_header::after.under {top: 60px;}
.all_cat_drop.under {position: fixed; top: 72px; transition: all 0.3s ease;}
/* 스크롤 시 변형 */
/**  Sub Header **/






/** Footer **/
.footer {position: relative; z-index: 1; border-top: 1px solid #f2f2f2; padding: 55px 0 50px;}
.ft_wrapper {width: 100%; max-width: 1632px; padding: 0 16px; margin: 0 auto; display: flex; justify-content: space-between;}
.ft_info .links {display: flex; gap: 40px;}
.ft_info .links li .f18 {color: #2a3133; font-weight: 600;}
.ft_info .links li .f18 strong {font-weight: 800;}
.ft_info .detail {margin-top: 35px;}
.ft_info .detail li {margin-bottom: 4px;}
.ft_info .detail li:last-child {margin-bottom: 0;}
.ft_info .detail li .f14 {color: #7a7a7a; font-weight: 500;}
.ft_info .detail li .f14 strong {font-weight: 800;}
.ft_info .detail li .divider {display: inline-block; width: 1px; height: 13px; background: #eee; margin: 0 15px;}
.ft_info .copyright {margin: 30px 0; color: #b8b9bc; font-weight: 600;}
.ft_info .ft_logo {display: inline-block; background: url('../images/ft_logo.png') no-repeat center / cover; width: 170px; height: 36px;}
.ft_contact {display: flex; flex-flow: column; justify-content: space-between; align-items: flex-end;}
.ft_contact .tel .f18 {color: #2a3133; font-weight: 700;}
.ft_contact .tel .f28 {color: #46c9ef; font-weight: 700; margin-top: 2px;}
.ft_contact .sns {display: flex; gap: 12px;}
.ft_contact .sns .sns_btn {display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 50%; border: 1px solid #e1e1e1; transition: all 0.3s;}
.ft_contact .sns .sns_btn:hover {background: #f5f5f5; transition: all 0.3s;}
.ft_contact .sns .sns_btn span {display: inline-block; width: 28px; height: 25px; opacity: 0.2; transition: all 0.3s;}
.ft_contact .sns .sns_btn:hover span {opacity: 1; transition: all 0.3s;}
.ft_contact .sns .youtube span {background: url('../images/sns_youtube.png') no-repeat center / cover;}
.ft_contact .sns .kakao span {background: url('../images/sns_kakao.png') no-repeat center / cover;}
.ft_contact .sns .blog span {background: url('../images/sns_blog.png') no-repeat center / cover;}
.footer .top_btn {position: absolute; right: 32px; bottom: 50px; width: 96px; height: 96px; border-radius: 50%; border: 1px solid #e1e1e1; background: #fff; display: flex; justify-content: center; align-items: center; transition: all 0.3s;}
.footer .top_btn:hover {background: #f5f5f5; transition: all 0.3s;}
.footer .top_btn span {background: url('../images/top_btn.png') no-repeat center / cover; display: inline-block; width: 22px; height: 25px;}
/** Footer **/










@media (max-width: 1920px) {
   .footer .top_btn {width: 80px; height: 80px; bottom: 130px; right: 16px;}
}


@media (max-width: 1600px) {
   .header .primary nav {padding: 0 20px 0 40px;}
   .header .primary .navigation > li {padding: 0 20px;}
   .header .user_nav .auth a {padding: 0 10px;}
   .sub_header {height: 150px;}
   .sub_header.open {height: 210px;}
   .sub_header::after {top:150px; left:0;}
   .sub_header .primary {padding-top: 0;}
   .sub_header .primary .logo, .sub_header .primary .search_bar, .sub_header .user_nav {height: 90px;}
   .all_cat_drop {top: 162px;}

   .container {padding-top: 150px;}
}


@media (max-width: 1440px) {
   .header a {font-size: 15px;}
   .header .primary nav {padding: 0 20px 0 20px;}
   .header .primary .navigation > li {padding: 0 14px;}
   .header .user_nav .auth a {padding: 0 10px;}
   .header .user_nav .tools {margin-left: 20px;}
   .header .primary .navigation > li > a span {width: 14px; height: 14px;}
   .all_cat_drop .cat_cols > li {width: 180px; padding: 18px 24px;}
   .all_cat_drop .cat_cols .title {margin-bottom: 10px;}
   .all_cat_drop .cat_list li:not(:last-child) {margin-bottom: 6px;}

   .ft_info .detail {margin-top: 25px;}
   .footer .top_btn {width: 70px; height: 70px;}
   .footer .top_btn span {width: 17px; height: 18px;}
   .ft_info .copyright {margin: 24px 0;}

   select {background: url('../images/select_arrow.png') #fff no-repeat right 20px center / 13px 8px;}
   .tb table tbody td {padding: 12px 16px; font-size: 15px; line-height: 24px;}

}


@media (max-width: 1200px) {
   .header .primary .logo a {width: 114px; height: 24px; background-size: contain;}
   .header .primary nav {padding: 0 12px;}
   .header .primary .navigation > li {padding: 0 10px;}
   .header .primary .navigation > li > a span {width: 12px; height: 12px;}
   .header .user_nav .auth a {padding: 0 6px;}
   .header .user_nav .tools {margin-left: 10px;}
   .header, .header .primary .logo, .header .primary .navigation > li > a, .header .user_nav {height: 70px;}
   .header .primary .search_bar input {padding: 0 12px; width: 140px;}
   .header .primary .search_btn .icon {width: 18px; height: 18px;}
   .sub_header {height: 140px;}
   .sub_header.open {height: 200px;}
   .sub_header::after {top:140px; }
   .sub_header .primary .logo, .sub_header .primary .search_bar, .sub_header .user_nav {height: 80px;}
   .sub_header .primary .search_bar input {height: 52px;}
   .sub_header .navigation > li {padding: 0 24px;}
   .sub_header .header_navi {gap: 40px;}
   .sub_header .all_cat_btn {gap: 15px;}
   .sub_header .primary {gap: 20px;}
   .sub_header .primary .search_bar {width: 100%; position: relative; left: auto; transform: none;}
   .sub_header .primary .search_btn {right: 17px;}
   .all_cat_drop {top: 152px;}
   .all_cat_drop .cat_cols {flex-flow: column; width: 400px; border-radius: 10px;}
   .all_cat_drop .cat_cols > li {padding: 14px 16px; width: 100%;}
   .all_cat_drop .cat_cols > li:not(:last-child) {border-right: 0; border-bottom: 1px solid #e1e1e1;}
   .all_cat_drop .cat_cols .title {display: flex; justify-content: space-between; align-items: center; cursor: pointer; margin-bottom: 0;}
   .all_cat_drop .cat_cols .title::after {content: ''; display: block; width:12px; height:12px; background:url('../images/filter_minus.png') no-repeat center; background-size:contain; border:none; padding:0; margin-left: 20px; cursor:pointer; transition: background-image 0.2s ease;}
   .all_cat_drop .cat_cols > li.active .title::after {background-image:url('../images/filter_plus.png'); transition: background-image 0.2s ease;}
   .all_cat_drop .cat_cols .cat_list {margin-top: 10px; display: none;}

   .footer {padding: 40px 0;}
   .ft_contact .sns .sns_btn {width: 50px; height: 50px;}
   .ft_contact .sns .sns_btn span {width: 23px; height: 20px;}
   .ft_info .ft_logo {width: 142px; height: 30px;}
   .footer .top_btn {bottom: 110px;}

   .container {padding-top: 140px;}
}


@media (max-width: 1024px) {
   .header .primary nav {display: none;}
   .header .all_menu_box {display: block; margin-left: 10px;}
   .header .user_nav .tools a {gap: 4px;}
   .header .user_nav .tools .icon {width: 20px; height: 20px;}
   .header .user_nav .auth a {font-size: 14px;}
   .header .user_nav .tools .text {display: none;}
   .header .primary .search_bar {margin-left: 10px;}
   .header .user_nav .tools .user_cart .badge {top: -6px; right: -6px;}
   .sub_header nav {display: none;}
   .sub_header .primary .search_bar input {height: 48px;}
   .sub_header {padding: 10px 0 14px; border-bottom: 1px solid #ddd;}
   .sub_header, .header .primary .logo, .sub_header .primary .navigation > li > a, .sub_header .user_nav {height: auto;}
   .sub_header .primary .logo, .sub_header .primary .search_bar, .sub_header .user_nav {height: auto;}
   .sub_header .primary {flex-flow: wrap; width: 100%; gap: 0;}
   .sub_header .primary .search_bar {width: calc(100% - 150px); max-width: none;}
   .sub_header .user_nav {justify-content: space-between; margin-top: 15px; margin-left: 0; width: 100%;}
   .sub_header::after {display: none;}
   .sub_header .user_nav .auth a {padding: 0 10px;}
   .sub_header .user_nav .auth a:first-child {padding-left: 0;}
   .sub_header.under  {padding: 16px 0;}
   .sub_header.under .primary {display: none;}
   .sub_header.under .user_nav {margin-top: 0;}
   .sub_header .all_cat.m {display: block;}
   .sub_header .all_cat.pc {display: none;}
   .sub_header .user_nav .tools {align-items: center;}
   .sub_header .all_cat button {font-size: 14px; width: 110px; height: 34px; display: flex; justify-content: center; align-items: center; border-radius: 4px; border: 1px solid #ddd;}
   .sub_header .user_nav .tools .all_cat .icon {display: none;}
   .sub_header.under {padding: 9px 0; height: auto;}
   .sub_header.under .primary {display: flex;}
   .sub_header.under .primary .logo, .sub_header.under .primary .search_bar {display: none;}
   .sub_header.under .user_nav {height: auto; opacity: 1;}
   .all_cat_drop {left: auto; right: 0; top: 126px; width: auto;}
   .all_cat_drop .cat_cols {width: 300px;}
   .all_cat_drop.under {top: 58px;}

   .ft_info .links {gap: 24px;}
   .ft_info .detail li .divider {margin: 0 10px;}

   .container {padding-top: 120px;}
   select {background: url('../images/select_arrow.png') #fff no-repeat right 14px center / 10px 6px;}
   .tb table tbody td {padding: 10px 12px;}
   .checkbox_wrap label {font-size: 15px; gap: 8px;}
   .checkbox_wrap input[type="checkbox"] + span {width: 18px; height: 18px;}
}


@media (max-width: 768px) {
   .pagination {margin-top: 40px;}
   select {background: url('../images/select_arrow.png') #fff no-repeat right 12px center / 10px 6px;}
   .tb table tbody td {font-size: 14px; line-height: 22px; padding: 8px 10px;}
   .checkbox_wrap {padding: 10px 0; gap: 24px;}
}


@media (max-width: 640px) {
   .header {padding: 10px 0 14px; border-bottom: 1px solid #ddd;}
   .header header {flex-flow: column;}
   .header, .header .primary .logo, .header .primary .navigation > li > a, .header .user_nav {height: auto;}
   .header .primary {width: 100%;}
   .header .primary .search_bar {max-width: 100%;}
   .header .user_nav {justify-content: space-between; margin-top: 15px; margin-left: 0; }
   .header::after {display: none;}
   .header .user_nav .auth a {padding: 0 10px;}
   .header .user_nav .auth a:first-child {padding-left: 0;}
   .header.under  {padding: 16px 0;}
   .header.under .primary {display: none;}
   .header.under .user_nav {margin-top: 0;}
   .sub_header.under {padding: 11px 0;}
   .sub_header.under .primary {display: flex;}
   .sub_header .primary .search_bar {width: calc(100% - 130px);}
   .all_cat_drop.under {top: 60px;}

   .footer {padding: 30px 0;}
   .ft_wrapper {flex-flow: column; gap: 16px;}
   .ft_info .detail {margin-top: 10px;}
   .ft_info .copyright {margin: 16px 0 20px;}
   .ft_contact {align-items: flex-start;}
   .ft_contact .sns {margin-top: 10px;}
   .ft_info .detail li .divider {margin: 0 6px;}
   .footer .top_btn {bottom: 30px; width: 60px; height: 60px;}
}


@media (max-width: 480px) {
   .header .primary .logo a {width: 94px; height: 20px;}
   .sub_header {padding: 10px 0;}
   .sub_header .user_nav {margin-top: 9px;}
   .sub_header .primary .search_bar {width: calc(100% - 110px);}
   .sub_header .user_nav .tools {gap: 10px;}
   .sub_header .all_menu_box {margin-left: 0;}
   .sub_header .all_cat button {width: 100px;}
   .sub_header .user_nav .auth a {padding: 0 6px;}
   .sub_header .all_cat button {width: 86px; font-size: 13px; height: 30px;}
   .sub_header .user_nav .tools {margin-left: 0;}
   .sub_header .user_nav .auth a {padding: 0 4px;}
   .all_cat_drop {left: auto; right: 0; top: 114px; width: 100%;}
   .all_cat_drop .cat_cols, .cat_drop_box {width: 100%;}

   .ft_info .detail li {margin-bottom: 0;}
   .ft_info .detail li .f14 {display: block;}
   .ft_info .detail li .divider {display: none;}
   .ft_info .copyright {margin: 12px 0 16px;}
   .ft_contact .tel .f28 {margin-top: 0;}

   .pagination {margin-top: 30px;}
   .pagination .prev {margin-right: 0;}
   .pagination .next {margin-left: 0;}
   .container {padding-top: 108px;}
}



