/*공지 및 알림(최신글 게시판)*/

@media screen and (max-width: 1400px) {/*-------------------------------- 데스크탑 1920이하*/
	/*main#home .notice { padding: 60px; width:100%; }*/
	
	main#home .who_we_are {text-align:center;}
	/*main#home .who_we_are .inner {padding:140px 50px;}*/
	main#home .who_we_are .inner div.left {}
	main#home .who_we_are .inner div.left p {}
	main#home .who_we_are .inner div.left p.sub_tit {}
	/*main#home .who_we_are .inner div.left p.tit {font-size:50px; padding: 60px 0 30px;}*/
	main#home .who_we_are .inner div.left p.cont {}
	/*main#home .who_we_are .inner ul.right {flex-flow:column nowrap;}*/
	main#home .who_we_are .inner ul.right li {margin-right:3.2%; /*width:calc(100%);*/ margin-right:0; margin-bottom:30px;}
	main#home .who_we_are .inner ul.right li a strong.tit::after {width: calc(100%); left:0px;}
}
@media screen and (max-width: 1200px) {/*-------------------------------- 태블릿(긴 가로)*/
	main#home .notice .board #kboard-default-latest table tr {width:calc(100% / 3);}
	main#home .notice .board #kboard-default-latest table tr:last-child { display: none;}
	main#home .notice .board #kboard-default-latest .kboard-default-cut-strings { text-overflow: ellipsis; }
	
	main#home .who_we_are .inner {flex-flow: column nowrap;}
	/*main#home .who_we_are .inner ul.right {width:100%; padding-top:60px; flex-flow: row nowrap;}*/
	/*main#home .who_we_are .inner ul.right li {margin-right:10px; width:calc(100% / 3);}*/
	main#home .who_we_are .inner ul.right li a {padding: 34px 20px; width:100%; font-size:20px; }
}

@media screen and (max-width: 880px) {/*-------------------------------- 태블릿(짧은 세로)*/
	/*main#home .notice { padding: 30px; }*/
	
}
@media screen and (max-width: 600px) {/*-------------------------------- 모바일*/
	main#home .notice .board #kboard-default-latest table tbody {flex-flow: column nowrap;}
	main#home .notice .board #kboard-default-latest table tr {width:calc(100%); margin-left:0; margin-bottom:10px;}
}

