@charset "UTF-8";

/*list*/
	body.Mobile ._articleTable .fnDiv.artclSerch{
		height: 67px;
	}
	/*::추가::*/body.Mobile ._articleTable .artclTable colgroup col._artclColNum,
	body.Mobile ._articleTable .artclTable colgroup col._artclColWriter,
	body.Mobile ._articleTable .artclTable colgroup col._artclColRecommend,
	body.Mobile ._articleTable .artclTable colgroup col._artclColComment,
	body.Mobile ._articleTable .artclTable colgroup col._artclColAtchFile,
	body.Mobile ._articleTable .artclTable colgroup col._artclColAccess,
	/*::추가::*/body.Mobile ._articleTable .artclTable tr th._artclThNum,
	body.Mobile ._articleTable .artclTable tr th._artclThWriter,
	body.Mobile ._articleTable .artclTable tr th._artclThRecommend,
	body.Mobile ._articleTable .artclTable tr th._artclThComment,
	body.Mobile ._articleTable .artclTable tr th._artclThAtchFile,
	body.Mobile ._articleTable .artclTable tr th._artclThAccess,
	/*::추가::*/body.Mobile ._articleTable .artclTable tr td._artclTdNum,
	body.Mobile ._articleTable .artclTable tr td._artclTdWriter,
	body.Mobile ._articleTable .artclTable tr td._artclTdRecommend,
	body.Mobile ._articleTable .artclTable tr td._artclTdComment,
	body.Mobile ._articleTable .artclTable tr td._artclTdAtchFile,
	body.Mobile ._articleTable .artclTable tr td._artclTdAccess{
		display: none;
	}

/*list::추가::*/
	/*목록_헤드*/
	body.Mobile ._articleTable .artclTable thead th{
		border: 0px;
		border-bottom: 1px solid #525252;
	}
	/*목록_헤드+목록공용*/
	body.Mobile ._articleTable .artclTable th,
	body.Mobile ._articleTable .artclTable td{
		border-width: 0 0 1px 0;
	}

/*view*/
	body.Mobile ._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo {
		display: none;	
	}
	body.Mobile ._articleTable .artclComment .artclCommentList {
		padding: 1em;
	}
	body.Mobile ._articleTable .artclComment .artclCommentList li {
		border-left: 0;
		border-top: 1px #ccc solid;
	    padding: 0;
	    margin: 0;
	}
	body.Mobile ._articleTable .artclComment .artclCommentList li:first-child {
		border-top: 0;
	}
	body.Mobile ._articleTable .artclComment .artclCommentList li .date {
		position: relative;
		left: 0;
	}
	
/*write+view*/
	body.Mobile ._articleTable .artclItem .artclForm{
		padding-left: 5px;
	}
	body.Mobile ._articleTable .artclItem .artclForm .artclLabel{
		position: static;
		display: block;
		background-image: none;
	}

/* prev/next */
	/*보기_이전다음글*/
	body.Mobile ._articleTable .artclNavi .artclForm .artclLabel{
		display:none;
	}
	body.Mobile ._articleTable .artclNavi .artclForm{
		padding-left:0px;
	}
	body.Mobile ._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo{
		display:none;
	}