@media all{
	.view-992{display:none;}
	.view-768{display:none;}
	.view-425{display:none;}
    .view-320{display:none;}
    .m-tb1{display: none;}
}
@media only screen and (max-width: 1400px){	
	
}
@media only screen and (max-width: 1200px){	

}
@media only screen and (max-width: 992px ){
	#nav-toggle {top:0px;}
	#wrap {margin-top:60px;padding:0; width: 100%;}
	.hide-992{display:none;}
	.view-992{display:block;}	
	#footer .inner{background-image:none;}
}
@media only screen and (max-width: 768px){
	.hide-768{display:none;}	
	.view-768{display:block;}
	#m-notice{background:none;}
}

@media only screen and (max-width: 425px){
	.hide-425{display:none;}	
	.view-425{display:block;}

}

@media only screen and (max-width: 320px){
	.hide-320{display:none;}	
	.view-320{display:block;}
}

@media all and (max-width:767px){
	.type10,
	.type10 thead,
	.type10 tbody,
	.type10 tr,
	.type10 th,
	.type10 td {display:block}/* 테이블의 모든 요소를 block화 시킴*/
	.type10 thead tr {position:absolute;left:-9999px;top:-9999px}/* thead의 tr을 화면밖으로 날림 */
	.type10 tr:after {content:"";display:block;clear:both}/* th,td의 플롯해제 */
	.type10 td {position:relative;float:left;width:100%;padding-left:30%;box-sizing:border-box}/* td내용 우측에 타이틀 들어갈 영역 만듬 */
	.type10 td:before {position:absolute; left:10px;top:10px; font-weight:bold}
	.type10 .no:before {content:"No"}/* 가상선택자로 텍스트 생성-스크립트로 동적으로 가능함 */
	.type10 .list:before {content:"구분"}/* 가상선택자로 텍스트 생성-스크립트로 동적으로 가능함 */
	.type10 .subject:before {content:"학술대회명"}
	.type10 .date:before {content:"일시"}
	.type10 .date1:before {content:"접수기간"}
	.type10 .date2:before {content:"심의기간"}
	.type10 .date3:before {content:"승인여부 통보일"}
	.type10 .writer:before {content:"장소"}
	.type10 .url:before {content:"행사 홈페이지 URL"}
	.type10 .etc:before {content:"참여인원"}
	.type10 .no{border-top:2px solid #aaa}
}