
/* 상단 네비게이션 */
#sub_list_path{padding:0;}
#sub_list_path .sub_tt{position:relative;width:100%;margin:0 auto;font-family:'CarmenSansOTF-Heavy';font-size:32px;font-weight:700;letter-spacing:0;padding:15px 0 15px 3px;margin-bottom:15px;margin-top:50px; min-height:80px;}
#sub_list_path .cate_path{display:flex; position:absolute;right:0;bottom:20px;font-size:16px;letter-spacing:0;}
#sub_list_path .cate_path > li{height:39px;line-height:40px;background:transparent url('/images/common/arr_small_gray.png') 0 50% no-repeat; }
#sub_list_path .cate_path > li:nth-child(1){background:transparent url('');}
#sub_list_path .cate_path > li a, span.ap{display:inline-block;padding:0 10px 4px 25px; font-family:'CarmenSansOTF-UltraLight'; font-size:16px; letter-spacing:0; font-weight:300; color:#222;}

/* 분류 출력 */
#sub_cc_wrap{width:100%; overflow-y:hidden; overflow-x:auto; ms-overflow-style: none; scrollbar-width: none;}
#sub_cc_wrap::-webkit-scrollbar {display: none; /* 크롬, 사파리, 오페라, 엣지 */}	
#sub_cc_wrap .sub_cc{display:flex; flex-wrap:nowrap; align-items:center; width:100%; margin-bottom:30px;}
#sub_cc_wrap .sub_cc > div{text-align:center; flex:0 0 auto; flex-grow: 1; padding:15px 25px; border-bottom:1px solid #ddd;}
#sub_cc_wrap .sub_cc > div.active{border:1px solid #ddd; border-top-left-radius:8px; border-top-right-radius:8px;}
#sub_cc_wrap .sub_cc > div:first-child{border-bottom-left-radius:8px;}
#sub_cc_wrap .sub_cc > div:last-child{border-bottom-right-radius:8px;}


/* 브랜드 */
#brand_01 .cont{margin-bottom:45px;}
#brand_02 .cont{margin-bottom:45px;}
#brand_03 .cont{margin-bottom:45px;}
#brand_04 .cont{margin-bottom:45px;}

@media (max-width: 768px) {

	/* 상단 네비게이션 */
	#sub_list_path{padding:0;}
	#sub_list_path .cate_path > li:nth-child(1) a{padding:0 10px 4px 0 !important;}
	#sub_list_path .sub_tt{margin-top:30px;}
	#sub_list_path .cate_path{position:relative; left:0; top:0;}

	/* 분류 출력 */
	#sub_cc_wrap .sub_cc > div{padding:10px 15px;}

	/* 브랜드 */
	#brand_01 .cont{margin-bottom:0;}
	#brand_02 .cont{margin-bottom:0;}
	#brand_03 .cont{margin-bottom:0;}
	#brand_04 .cont{margin-bottom:0;}
}
