/* introduce*/
#introduceBox																		{display: block;}
#introduceBox .thumb															{width: 44%;float: left;position: relative;}
#introduceBox .thumb img													{max-width: 100%;}
#introduceBox .thumb .sign													{position: absolute;left: 40%;top: 220px;width: 200px;height: 90px;background: #0a489b;color: #fff;text-align: right;padding: 15px 20px 0 0;box-sizing: border-box;font-size: 1.07rem;transition: all 0.2s ease;}
#introduceBox .desc																{width: 55%;float: right;}
#introduceBox .desc h3														{color: #333;font-weight: 600;font-size: 1.18rem;line-height: 1.5;}
#introduceBox .desc p															{text-align: justify;}

#departBox																			{clear: both;border-bottom: 1px solid #7f8084;margin: 0 0 30px 0;padding: 0 0 30px 0;display: table; width:100%;}
#departBox h3																	{color: #2565b7;font-size: 1.55rem;line-height: 1.3;}
#departBox h3 em																{font-weight: 600;font-size: 2.5rem;}
#departBox p																		{text-align: justify;}
#departBox .desc																	{height: 100%;padding: 0 15% 0 0;display: table-cell;vertical-align: middle;}
#departBox .symbol																{height: 100%;display: table-cell;vertical-align: middle;text-align: right;}
#departBox img																	{width: 100%;max-width: 100%;}

.clear{clear:both;}

/*대메뉴2 마스터스킨 상단 배너 부분*/
.box-9-container{width:100%; max-width:1200px; margin:0 auto; box-sizing:border-box;  margin-top:10px; margin-bottom:10px;}
.box-9{float:left; width:10%; margin-right:1%;}
.box-9 .first{margin-left:1%;}
.box-9 .end{ margin-right:2%;}
.box-9 img{width:100%;}
.box-9 img:hover{opacity:0.7;}
/*메인화면 메인영역 배너 부분*/
.box-6-container{width:100%; max-width:1200px; margin:0 auto; box-sizing:border-box;  margin-top:50px; margin-bottom:10px;}
.box-6{float:left; width:15%; margin-right:1.6%;}
.box-6 .first{margin-left:1%;}
.box-6 .end{ margin-right:1%;}
.box-6 img{width:100%;}
.box-6 img:hover{opacity:0.7;}

.artclView strong{ font-weight: 600; }

/* 게시판스킨사용 변경, 기본 스킨에서 검색, 게시일 삭제 */
._articleTable .artclTable thead th._artclThRdate, 
._articleTable .artclTable tr td._artclTdRdate,
._articleTable .artclTable colgroup col._artclColRdate { display:none; }
._articleTable .fnDiv.artclSerch{ display: none; }