@charset "UTF-8";
	
/*tablet*/
	body.Tablet {
	}
	/*::추가::*/body.Tablet ._articleTable .artclTable colgroup col._artclColNum,
	body.Tablet ._articleTable .artclTable colgroup col._artclColWriter,
	body.Tablet ._articleTable .artclTable colgroup col._artclColRecommend,
	body.Tablet ._articleTable .artclTable colgroup col._artclColComment,
	body.Tablet ._articleTable .artclTable colgroup col._artclColAtchFile,
	body.Tablet ._articleTable .artclTable colgroup col._artclColAccess,
	/*::추가::*/body.Tablet ._articleTable .artclTable tr th._artclThNum,
	body.Tablet ._articleTable .artclTable tr th._artclThWriter,
	body.Tablet ._articleTable .artclTable tr th._artclThRecommend,
	body.Tablet ._articleTable .artclTable tr th._artclThComment,
	body.Tablet ._articleTable .artclTable tr th._artclThAtchFile,
	body.Tablet ._articleTable .artclTable tr th._artclThAccess,
	/*::추가::*/body.Tablet ._articleTable .artclTable tr td._artclTdNum,
	body.Tablet ._articleTable .artclTable tr td._artclTdWriter,
	body.Tablet ._articleTable .artclTable tr td._artclTdRecommend,
	body.Tablet ._articleTable .artclTable tr td._artclTdComment,
	body.Tablet ._articleTable .artclTable tr td._artclTdAtchFile,
	body.Tablet ._articleTable .artclTable tr td._artclTdAccess{
		display: none;
	}
/*list::추가::*/
	/*목록_헤드*/
	body.Tablet ._articleTable .artclTable thead th{
		border: 0px;
		border-bottom: 1px solid #525252;
	}
	/*목록_헤드+목록공용*/
	body.Tablet ._articleTable .artclTable th,
	body.Tablet ._articleTable .artclTable td{
		border-width: 0 0 1px 0;
	}

/*view*/
	body.Tablet ._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo {
		display: none;	
	}