@charset "utf-8";
/**
 * @File Name : sub.css
 * @Description : Layout[sub]
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2018.10.15 | 문영신 | 최초 등록
 * 2018.10.19 | 문영신 | 요구반영. 결함개선. 고도화.
 * </pre>
 * @author 웹표준화실 문영신
 * @since 2018.08.29
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* ◇◆ Layout[sub] ◇◆◇◆◇◆◇◆◇◆ */


/* 배치.서브 20181015 */
#wrap{}
	#wrap>.container{margin:auto;}
		#sidebar{display:none; /* ☆ */
			position:relative;
		}
		#body{
			z-index:0; /* ☆ */
			position:static; /* ☆ */
		}
			#body>.container{
				position:static; /* ☆ */
				margin:0;
			}
				#body_head{
					z-index:100;
					position:fixed;left:0;right:0;top:0;
					width:100%;height:45px;
					background:#333;
				}
				#body_content{clear:both;position:relative;
					margin:45px 0 0;
					min-height:300px; /* 화면확인 */
					word-wrap:break-word; /* ☆ */
				}
					#body_content>.container{margin:auto;}


/* ☆ 모바일 감춤 20181015 */
/* none */



/* #sidebar */


/* #body_head */



/* 본문제목 20181015 */
#body_title{clear:both;position:relative;overflow:hidden;}
#body_title .h1{display:block;position:relative;
	margin:0;padding:8px 0 0 0;
	color:#fff;
	font-weight:400;
	text-align:center;
	font-size:1.25em;
}


/* 본문유틸. 20180709 */
#bn1{clear:both;
	position:absolute;left:0;top:0;
	width:100%;
}
#bn1>.a1{display:block;
	width:32px;height:32px;
	margin:6px 0;
	background:#000;
	border-radius:100%;
	overflow:hidden;
}
#bn1>.a1 .ic1{display:block;
	width:100%;height:100%;
	background:url() no-repeat;
}
#bn1>.a1.back{float:left;}
#bn1>.a1.home{float:right;}
#bn1>.a1.back .ic1{background-image:url(../../img/inc/ic64a1left1.png)}
#bn1>.a1.home .ic1{background-image:url(../../img/inc/ic64a1home1.png)}


/* #body_foot */


/* #body_content */



/* ETC */


/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */


/* ◇◆ @media print{} ◇◆◇◆◇◆◇◆◇◆◇◆ */


@media print{ /* 20180717 )) @media all{} /share/ui/printpage.html */
	/* hide */
	#head, #visual, #foot, #wing, #sidebar, #side, #aside,
	#body_foot,
	#tnb1,
	#quickmenu1,
	/* #location1, */
	#bn1,
	#fontsize1,
	/* #body_title, */
	.bg, .noprint{display:none !important;}
	/* show */
	html{background:#fff !important;}
	body,
	#container, #wrap, 	#body,
	#body_head,
	#body_content{float:none !important;left:0 !important;top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;height:auto !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;overflow:visible !important;box-shadow:none !important;}
	#body_title{display:block !important;position:static !important;left:0 !important;top:0 !important;height:auto !important;margin:1em 0 !important;padding:0 0 1em 0 !important;border:0 !important;}
	table{border-color:#999 !important;}
	table th,
	table td{border-color:#999 !important;}
	/* transparent */
	#head_below{background:transparent !important;}
}

