#sub.board .b_top .b_cate ul{ justify-content: center; }
#sub.product .p_tit p{ word-break: keep-all; }
#sub.product .b_top .b_cate ul li a br{ display: none; }
#header #gnb > ul > li:nth-child(2) > div ul{ gap: 40px; }

#header #gnb > ul > li:nth-child(2) > div ul{ transform: translateX(-65%);}
#header #gnb > ul > li:nth-child(5) > div ul{ transform: translateX(-65%);}

@media (max-width: 1300px) {
#header #gnb > ul > li > div ul li a{ white-space: normal; }
	#header #gnb > ul > li:nth-child(2) > div ul{ transform: translateX(0);}
	#header #gnb .close{ right: 10px; top: 15px; }
	#header #gnb > ul > li:nth-child(5) > div ul{ transform: translateX(0);}
}