@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

/* common */
body,table,input,textarea,button,input,select,a { font-family: "Noto Sans SC", sans-serif; word-break: break-all;}

header .headerBox #sideBox ul li a{ font-size:13px; }

#allMenu .allGnb #gnb > li > a{ font-size:50px; }

/* sub */
.need .content .ctnBox .itemBox .item{ padding: 0 30px;}


@media screen and (max-width:960px){
	#allMenu .allGnb #gnb > li > a{ font-size:23px !important; }

	.vision .content .tabBox li{ width: calc((100% - 1px) / 2);}
}


