@charset "utf-8";
/**
 * @File Name : sub.css
 * @Description : Layout[sub]
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2023.12.08 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2023.12.08
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* ◇◆ @media print{} ◇◆◇◆◇◆◇◆◇◆◇◆ */
/* 인쇄 20200407. 20200820.
 * )) /share/ui/printpage.html @media all{} 동기화 확인
 */
@media print{
	/* hide */
	#head, #visual, #foot, #wing, #sidebar, #side, #aside,
	#body_foot,
	#tnb1,
	#quickmenu1,
	#fast1,
	#location1, /* ☆ */
	#bn1,
	#fontsize1,
	#go1sib1, /* 20200820 */
	.bg, .noprint{display:none !important;}
	/* show */
	html{background:#fff !important;}
	body,
	#container, #wrap, #body,
	.container, /* 20200820 */
	#body_head,
	#body_head_s1, #body_head_s2, /* 20200820 */
	#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:0 !important;padding:0 0 1em !important;border:0 !important;}
	table{border-color:#999 !important;}
	table th,
	table td{border-color:#999 !important;}
	/* transparent */
	#head_below{background:transparent !important;}
}



/* base.css )) Overwrite. */
body{
	background:#fff;
	color:#444; /* ☆#555 */
	font-weight:400;
	font-size:1em; /* (((16px */
	line-height:1.75; /* ☆ */
	letter-spacing:-.05em; /* (-.5px/16px) */
}

[lang|='ko'],
[lang|='ko']>*{
	font-family:
		'S-CoreDream',
		'돋움',Dotum,
		Helvetica,'Helvetica Neue',
		Arial,sans-serif;
}

strong{font-weight:500; color:#000;}

/* #body_content */
/* 본문메뉴1.드롭다운.갭0.활성배경 20200626 */
.cnb1{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 1.375em;
	font-size:16px;
	line-height:1.375;
	overflow:hidden;
}
.cnb1>.note{display:block;
	z-index:1;
	position:relative;
	height:21px;
	margin:0;
	padding:10px 30px 10px 10px;
	border:3px solid #555;
	background:#fff;
	color:#222;
	font-weight:600;
	text-align:left;
	text-decoration:none;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb1>.toggle{display:block;
	z-index:2;
	position:absolute;left:0;top:0;
	width:100%;
	height:44px;
	margin:0;padding:0;border:0;
	color:#000;
	text-align:left;
	text-decoration:none;background-color:transparent;
	overflow:hidden;text-indent:-9999px;
}
.cnb1>.toggle>.ic1{float:left;
	position:absolute;right:0;top:50%;
	width:0;height:0;
	margin:-2px 15px;
	border:6px solid transparent;border-top-color:#000;border-bottom:0;
	overflow:hidden;text-indent:100%;
	transition:.2s;
}
.cnb1>.toggle.on>.ic1{
	transform:rotate(180deg);
}
.cnb1 ul{
	list-style:none;margin:0;padding:0;
}
.cnb1 li{
	margin:0;padding:0;
}
.cnb1 [class*='col-'] li{width:100%;} /* ☆ 자동균등폭 .mj-menu-even-width 에 영향 받지 않도록 */
.cnb1 li>a{display:block;
	position:relative;
	min-height:1.375em;
	margin:-1px 0 0 0;
	padding:.625em .75em;
	border:1px solid #e0e0e0;
	background:#f8f9fb;
	color:#555;
}
.cnb1 li>a:hover,
.cnb1 li>a:focus{
	z-index:10;
	border-color:#000;
	color:#000;
}
.cnb1 li.on>a{
	z-index:5;
	border-color:transparent;
	background-color:#3489a8;
	color:#fff;
	cursor:default;
}

/* 20200626 새 창 */
.cnb1 li>a[target='_blank']:after,
.cnb2 li>a[target='_blank']:after,
.cnb3 li>a[target='_blank']:after{
	content:'';
	display:inline-block;
	width:17px;height:15px;
	margin:0 0 4px 5px;
	background:url(../../img/inc/ic17newwindow.png) no-repeat;
	vertical-align:middle;
}

/* 본문메뉴2.드롭다운.갭0.활성배경 20200626 */
.cnb2{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 1.375em;
	border:1px solid #999;
	background:#fff;
	font-size:16px;
	line-height:1.375;
	overflow:hidden;
}
.cnb2>.note{display:block;
	z-index:1;
	position:relative;
	height:19px;
	margin:0;
	padding:10px 30px 10px 10px;
	background:#f4f4f4;
	color:#000;
	font-weight:600;
	text-align:left;
	text-decoration:none;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb2>.toggle{display:block;
	z-index:2;
	position:absolute;left:0;top:0;
	width:100%;
	height:39px;
	margin:0;padding:0;border:0;
	color:#000;
	text-align:left;
	text-decoration:none;background-color:transparent;
	overflow:hidden;text-indent:-9999px;
}
.cnb2>.toggle>.ic1{float:left;
	position:absolute;right:0;top:50%;
	width:0;height:0;
	margin:-2px 15px;
	border:6px solid transparent;border-top-color:#666;border-bottom:0;
	overflow:hidden;text-indent:100%;
	transition:.2s;
}
.cnb2>.toggle.on>.ic1{
	transform:rotate(180deg);
}
.cnb2 ul{
	list-style:none;margin:0;padding:0;
	border-top:1px solid #999;
	overflow:hidden;
	display:none;
}
.cnb2 li{
	margin:0 0 -1px;
	padding:0;
}
.cnb2 [class*='col-'] li{width:100%;} /* ☆ 자동균등폭 .mj-menu-even-width 에 영향 받지 않도록 */
.cnb2 li>a{display:block;
	position:relative;
	min-height:1.375em;
	margin:-1px -1px 0;
	padding:.625em .75em;
	border:1px solid #e7e7e7;
	background:#fff;
	color:#666;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb2 li>a:hover,
.cnb2 li>a:focus{
	z-index:10;
	border-color:#eee;
	background-color:#f7f7f7;
	color:#444;
	text-decoration:none;
}
.cnb2 li.on>a{
	z-index:5;
	border-color:transparent;
	background-color:#444;
	color:#fff;
	cursor:default;
}


/* 본문메뉴3.드롭다운.갭0.활성배경 20200626 */
.cnb3{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 1.375em;
	border:1px solid #ccc;
	background:#fff;
	font-size:15px;
	line-height:1.375;
	overflow:hidden;
}
.cnb3>.note{display:block;
	height:17px;
	margin:0;
	padding:10px 30px 10px 10px;
	border:0;
	background:#f7f7f7;
	color:#000;
	font-weight:600;
	text-align:left;
	text-decoration:none;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb3>.toggle{display:block;
	z-index:2;
	position:absolute;left:0;top:0;
	box-sizing:content-box;
	width:100%;
	height:37px;
	margin:0;padding:0;border:0;
	color:#000;
	text-align:left;background-color:transparent;
	text-decoration:none;
	overflow:hidden;text-indent:-9999px;
}
.cnb3>.toggle>.ic1{float:left;
	position:absolute;right:0;top:50%;
	width:0;height:0;
	margin:-2px 15px;
	border:6px solid transparent;border-top-color:#666;border-bottom:0;
	overflow:hidden;text-indent:100%;
	transition:.2s;
}
.cnb3>.toggle.on>.ic1{
	transform:rotate(180deg);
}
.cnb3 ul{
	list-style:none;margin:0;
	padding:0 0 .5em;
	border-top:1px solid #ddd;
	overflow:hidden;display:none;
}
.cnb3 li{
	margin:0;padding:0;
}
.cnb3 [class*='col-'] li{width:100%;} /* ☆ 자동균등폭 .mj-menu-even-width 에 영향 받지 않도록 */
.cnb3 li>a{display:block;
	position:relative;
	min-height:1.375em;
	margin:0;
	padding:.5em .75em;
	color:#767676;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb3 li>a:hover,
.cnb3 li>a:focus{
	z-index:10;
	background-color:#f5f7f9;
	color:#000;
	text-decoration:none;
}
.cnb3 li.on>a{
	z-index:5;
	border-color:transparent;
	background-color:#deb;
	color:#000;
	cursor:default;
}

/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */
@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */
	/* ☆ 자동균등폭 .mj-menu-even-width 20160531 */
	.mj-menu-even-width ul{opacity:0;} /* 변이 모습 감춤. makeEvenWidthMenus(); 실행 후 opacity:1; */

	/* ☆(100/(column1~12))% */
	[class*='cnb'] .col-1 > li{width:100%;text-align:left;}
	[class*='cnb'] .col-2 > li{width:50%;}
	[class*='cnb'] .col-3 > li{width:33.33333%;}
	[class*='cnb'] .col-4 > li{width:25%;}
	[class*='cnb'] .col-5 > li{width:20%;}
	[class*='cnb'] .col-6 > li{width:16.66666%;}
	[class*='cnb'] .col-7 > li{width:14.28571%;}
	[class*='cnb'] .col-8 > li{width:12.5%;}
	[class*='cnb'] .col-9 > li{width:11.11111%;}
	[class*='cnb'] .col-10 > li{width:10%;}
	[class*='cnb'] .col-11 > li{width:9.09091%;}
	[class*='cnb'] .col-12 > li{width:8.33333%;}


	/* 본문메뉴1.갭0.불릿. 20200626 */
	.cnb1 {position:relative;font-size:17px;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;}
	.cnb1>.note{display:none;}
	.cnb1>.toggle{display:none;}
	.cnb1 ul{display:block !important; /* ☆ */
		position:relative;
		margin:0 0 -1px; /* 우측오차1px보정 */
		overflow:hidden;
	}
	.cnb1 ul:before,
	.cnb1 ul:after{content:'';display:table;} /* [IE8+] */
	.cnb1 ul:after{clear:both;}
	.cnb1 li {position:relative;width:auto;text-align:center;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
	.cnb1 li>a {position:relative;
		padding:19px 30px 18px 20px;
		border:0;margin:0;
		background:#f8f9fb;color:#333;font-weight:400;
	}
	.cnb1 li>a:after{content:'';display:block;
		position:absolute;right:15px;top:calc(50% - 7px);
		width:14px;height:14px;
		background:url(../../img/inc/cnb1bg1.png) no-repeat;
	}
	.cnb1 li.on {border-color:#3489a8}
	.cnb1 li.on>a:before {position:absolute;top:0;left:-1px;content:"";display:block;width:1px;height:calc(100% + 1px);background:#3489a8;z-index:1}
	.cnb1 li.on>a:after {background-image:url(../../img/inc/cnb1bg1on.png);}
	.cnb1 li.on:after {position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#3489a8;content:"";display:block;z-index:1}
	.cnb1 .col-1 li, .cnb1 .col-2 li:nth-child(even), .cnb1 .col-3 li:nth-child(3n), .cnb1 .col-4 li:nth-child(4n), .cnb1 .col-5 li:nth-child(5n), .cnb1 .col-6 li:nth-child(6n), .cnb1 .col-7 li:nth-child(7n), .cnb1 .col-8 li:nth-child(8n), .cnb1 .col-9 li:nth-child(9n), .cnb1 .col-10 li:nth-child(10n), .cnb1 .col-11 li:nth-child(11n) {border-right:0}

	/* 본문메뉴2.갭 20200626 */
	#cnb2 {border-radius:0}
	.cnb2 {position:relative;border:0;}
	.cnb2>.note{display:none;}
	.cnb2>.toggle{display:none;}
	.cnb2 ul{display:block !important; /* ☆ */
		position:relative; /* 우측오차1px보정 */
		padding:0;
		border:0;
		background:#fff;
		overflow:visible;
	}
	.cnb2 ul:before,
	.cnb2 ul:after{content:'';display:table;} /* [IE8+] */
	.cnb2 ul:after{clear:both;}
	.cnb2 li{float:left;
		width:auto;
		margin:0;
		text-align:center;
	}
	.cnb2 li>a{position:relative;
		padding:15px 20px 13px;
		background:#eff0f2;font-size:16px;color:#333;border-radius:10px;
		margin:2.5px;border:0;font-weight:400;
	}
	.cnb2 li>a:hover,
	.cnb2 li>a:focus {text-decoration:underline;}
	.cnb2 li.on>a{
		cursor:default;
		background-color:#363940;
		color:#fff;font-weight:500;border-bottom-right-radius:25px;
	}
	.cnb2 li.on>a:before {content:"";display:inline-block;vertical-align:middle;width:16px;height:13px;background-image:url(../../img/inc/cnb2bg1on.png);margin:-4px 8px 0 0}


	/* 본문메뉴3.갭.불릿 20200626 */
	.cnb3{padding:1em 1.375em;
		border:1px solid #ddd;
		border-radius:10px;
	}
	.cnb3>.note{display:none;}
	.cnb3>.toggle{display:none;}
	.cnb3 ul{display:block !important;
		position:relative;
		padding:0 .375em;
		border:0;
	}
	.cnb3 li{float:left;
		box-sizing:border-box; /* ☆ */
		width:auto;height:auto;
		margin:0;padding:0 .25em;
		text-align:left;
	}
	.cnb3 li>a{display:block;
		margin:0 1em 0 0;
		padding:.375em .75em;
		border-bottom:1px dashed transparent;
		background:url(../../img/lib/cnb3bg1.png) no-repeat 0 .75em;
		text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
	}
	.cnb3 li:not(.on)>a:hover,
	.cnb3 li:not(.on)>a:focus{
		margin-left:-.75em;
		padding-left:1.5em;
		background-position:.75em .75em;
		text-decoration:none;
	}
	.cnb3 li.on>a{background-color:transparent;
		background-image:url(../../img/lib/cnb3bg1on.png);
		background-position:0 .65em;
		color:#21806E;
		font-weight:600;
		border-color:#ccc;
	}

} /* /(min-width:768px) */
@media all and (min-width:1000px){/* large ◇◆◇◆◇◆◇◆◇◆ */

} /* /(min-width:1000px) */
@media all and (min-width:1460px){/* ◇◆◇◆◇◆◇◆◇◆ */

} /* /(min-width:1460px) */
@media screen and (max-width:599px){
	.cnb1, .cnb2 {font-size:15px}
}
@media screen and (max-width:499px){
	.cnb1, .cnb2 {font-size:14px}
}
/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */

/* 새창팝업 */
#head #h1 {font-size:28px;background:#3d54e0;color:#fff;line-height:1;margin:0;padding:25px 20px;font-weight:500}
#wrap {margin:0 auto; max-width:1300px; padding:25px 20px;font-size:17px;}
#foot .button.close1 {position:absolute;top:0;right:0;border:0;background:rgba(0,0,0,.15);text-indent:-9999px;border:0;width:78px;height:78px;margin:0}
#foot .button.close1:before, #foot .button.close1:after {position:absolute;top:50%;left:50%;content:"";display:block;width:2px;height:40px;background:#fff;margin:-20px -1px;}
#foot .button.close1:before {transform:rotate(45deg)}
#foot .button.close1:after {transform:rotate(-45deg)}
@media screen and (max-width:1259px){
	#head #h1 {font-size:24px;}
	#head #h1 img{width:14%;}
	#foot .button.close1 {width:74px;height:74px;}
}
@media screen and (max-width:999px){
	#head #h1 {font-size:20px;}
	#head #h1 img{width:16%;}
	#foot .button.close1 {width:70px;height:70px;}
	#foot .button.close1:before, #foot .button.close1:after {height:30px;margin-top:-15px;}
}
@media screen and (max-width:599px){
	#head #h1 {font-size:18px;padding:23px 20px;}
	#head #h1 img{width:22%;}
	#wrap {font-size:16px;}
	#foot .button.close1 {width:64px;height:64px;}
}
@media screen and (max-width:499px){
#head #h1 img{width:30%;}
}
@media screen and (max-width:399px){
	#head #h1 {padding:20px 15px;}
	
	#wrap {font-size:15px;}
	#foot .button.close1 {width:58px;height:58px;}
}


/* 내용리스트 */
.dl1list {margin:10px 0;padding:10px 0;display:table;width:100%;border:1px solid #d9d9db;border-radius:10px;/* background:#fcfdfe */}
/* .dl1list.mg20{margin:30px 0 !important;} */
.dl1list dt, .dl1list dd {display:table-cell;vertical-align:middle;margin:0;box-sizing:border-box;padding:10px 40px;}
.dl1list dt {position:relative;width:300px;text-align:center;font-size:18px;font-weight:600;}
.dl1list dt:after {position:absolute;top:15px;right:1px;content:"";display:block;width:1px;height:calc(100% - 30px);background:transparent;border-right:1px dotted #777}
.dl1list dd {width:calc(100% - 300px);}
.dl1list .w01{width:70%;text-align:left;} /* 제목 + 링크버튼 *//* 공무원 부조리/부패 신고센터 */
.dl1list .w01.txt{font-weight:500; }
.dl1list .w02{width:55%;text-align:left;} 
.dl1list .w03{width:30%;text-align:left;}
.dl1list .tt1{position:relative;float:left;width:22%;font-weight:600;color:#000; box-sizing:border-box;}
.dl1list .tt1:after{position:absolute;top:calc(100% - 22px);right:10px;content:"";display:block;width:1px;height:10px;background:#ccc;}
.dl1list .tt2{display:table-cell; margin-left:0;width:calc(100% - 20%);}
.dl1list .tt3{font-size:15px;font-weight:400;color:#666;}
.dl1list h2{font-size:19px;font-weight:500;color:#000;}
.dl1list .text1{font-size:20px;font-weight:500;color:#0069a6;margin:1em 0 .5em;}
.dl1list .w04{width:20%; }

@media screen and (max-width:999px){
	.dl1list .tt1{ width:100%; }
	.dl1list .tt1:after{display:none;}
}

@media screen and (max-width:768px){
	.dl1list dt{display: block;width:100%;}
	.dl1list dt:after {position: relative;top:auto;right:auto;width:auto;height:1px;border-bottom:1px dotted #777;border-right:0px;padding-bottom:10px;}
	.dl1list dd{display: block;width:100%;padding-top:15px;}
	.dl1list .w01, .dl1list .w02{width:100%;text-align:center;}
	.dl1list h2{font-size:20px;font-weight:600;color:#000;}
	.dl1list .text1{font-size:18px;font-weight:500;color:#0069a6;margin:1em 0 .5em;}
}
