/*** Small PC ***/

@media (max-width:1400px) {
	#sub_container { height:160px; }
	#gnb_title #tit_cate { font-size:17px; }
	#gnb_title #tit_page { font-size:40px; }
	#gnb_title #tit_detail { font-size:14px; }

	#tab_sub_menu, #tab_sub_menu td { height:66px; }
	#tab_sub_menu td { width:180px; font-size:14px; }

	.content_wrap { margin-top:80px; }
}

@media (max-width:1200px) {
	#sub_container { margin-top:60px; }
	.snb.fix { top:60px; }
}

@media screen and (max-width:1000px) {
	#sub_container { height:280px; }
	#gnb_title #tit_cate { font-size:18px; }
	#gnb_title #tit_page { font-size:42px; }
	#gnb_title #tit_detail { font-size:14px; }

	#tab_sub_menu { display:none; }
	#dropdown_sub_menu { display:block; }

	#cate_bg, #cate_list, #dropdown_area { height:50px; }
	#cate_home { width:50px; background-size:13px 12px; }
	#cate_catal { width:50px; background-size:16px 15px; }
	.smenu > a { height:50px; line-height:50px; font-size:13px; background-size:23px 5px; }
	.ssmenu li, .ssmenu li a { height:40px; line-height:40px; font-size:12px; }

	.content_wrap { margin-top:60px; }
}


/*** Tablet ***/

@media screen and (max-width:768px) {
	#sub_container { height:230px; }
	#gnb_title #tit_cate { font-size:16px; }
	#gnb_title #tit_page { font-size:36px; }
	#gnb_title #tit_detail { font-size:13px; }
	.content_wrap { margin-top:50px; }
}

@media screen and (max-width:760px) {
	#cate_home, #cate_catal { display:none; }
	.smenu { width:50% !important; }
	.smenu > a { width:100%; }
	.ssmenu { width:100%; }
}



/*** Mobile ***/

@media screen and (max-width:420px) {
	#sub_container { height:160px; }
	#subimg1 { background-position: -250px center; }
	#subimg2 { background-position: -250px center; }

	#gnb_title #tit_cate { font-size:15px; }
	#gnb_title #tit_page { font-size:30px; }
	#gnb_title #tit_detail { font-size:12px; }

	#cate_bg, #cate_list, #dropdown_area { height:44px; }
	.smenu > a { height:44px; line-height:44px; font-size:12px; background-size:21px 4px; }

	.content_wrap { margin-top:35px; }
}