@charset "utf-8";
/**
 * @File Name : sub.css
 * @Description : Layout[sub]
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2024.04.17 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2024.04.17
 *
 * @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;}
}



/* #body_content */
/* 본문메뉴1.드롭다운.갭0.활성배경 20200626 */
.cnb1{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 1.5em;
	font-size:16px;border-radius:12px;
	line-height:1.375;border:1px solid #3b61d4;
	overflow:hidden;
}
.cnb1>.note{display:block;
	z-index:1;
	position:relative;
	height:23px;
	margin:0;
	padding:10px 30px 10px 15px;
	border:0;
	background:#3b61d4;
	color:#fff;
	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;
	background:url(../../img/inc/b.png);
	color:#000;
	text-align:left;
	text-decoration:none;
	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:#fff;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;background:#f6f7fd
}
.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:#3b61d4;
	color:#3b61d4;
}
.cnb1 li.on>a{
	z-index:5;
	color:#3b61d4;
	cursor:default;
	text-decoration:underline;text-underline-position:under;font-weight:600
}

/* 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-top:-2.5px;
	background:url(../../img/inc/ic17newwindow.png) no-repeat;
	vertical-align:middle;
}
.cnb1 li>a[target='_blank']:after {margin-top:-7px;}
.cnb3 li>a[target='_blank']:after {margin-left:7px;}


/* 본문메뉴2.드롭다운.갭0.활성배경 20200626 */
.cnb2{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 2em;
	border:1px solid #1b224e;
	background:#fff;
	font-size:16px;
	line-height:1.375;
	overflow:hidden;border-radius:5px;
}
.cnb2>.note{display:block;
	z-index:1;
	position:relative;
	height:19px;
	margin:0;
	padding:10px 30px 10px 15px;
	background:#1b224e;
	color:#fff;
	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;
	background:url(../../img/inc/b.png);
	color:#000;
	text-align:left;
	text-decoration:none;
	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:#fff;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:#f6f7fd;
	color:#444;
	text-decoration:none;
}
.cnb2 li.on>a{
	z-index:5;
/* 	border-color:transparent;
	background-color:#444; */
	color:#444;font-weight:600;
	cursor:default;text-decoration:underline;text-underline-position:under;
}


/* 본문메뉴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;
	background:url(../../img/inc/b.png);
	color:#000;
	text-align:left;
	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:16px;border:0;}
	.cnb1>.note{display:none;}
	.cnb1>.toggle{display:none;}
	.cnb1 ul{display:block !important; 
		position:relative;
		margin:0 0 0 -6px; /* 우측오차1px보정 */
		overflow:hidden;background:transparent
	}
	.cnb1 ul:before,
	.cnb1 ul:after{content:'';display:table;} /* [IE8+] */
	.cnb1 ul:after{clear:both;}
	.cnb1 li {position:relative;padding-left:6px;padding-bottom:6px;}
	.cnb1 li>a {position:relative;padding:20px 25px 20px 25px;font-size:18px;border:0;margin:0;background:#f6f8ff;color:#333;font-weight:500;border-radius:20px;border:1px solid #dfe4ef;	}
	.cnb1 li>a .ic1{position:absolute;right:20px;top:calc(50% - 13px);width:26px;height:26px;background:#fff;border-radius:100%}
	.cnb1 li.on>a .ic1:before, .cnb1 li.on>a .ic1:after{content:'';position:absolute;}
	.cnb1 li>a .ic1:before{content:'';position:absolute;left:11px;top:calc(50% - 5px);width:7px; height:7px;border:solid #000;border-width:2px 2px 0 0;transform:translateX(-50%) rotate(45deg);}
	.cnb1 li.on>a .ic1:before{display:none}
	.cnb1 li.on>a .ic1:after{content:'';left:9px;top:5px;width:5px;height:8px;border:solid #2331a1;border-width:0 3px 3px 0;transform:rotate(45deg);}
	.cnb1 li.on>a {border-color:#2331a1;background:#2331a1;color:#fff;font-weight:600;box-shadow:5px 5px 10px rgba(0,0,0,.15);text-decoration:underline;text-underline-position:under}
	

	/* 본문메뉴2.갭 20200626 */
	.cnb2 {position:relative;font-size:15px;border:1px solid #b5b7bc;border-radius:10px;overflow:hidden;background:#f4f5f7}
	.cnb2>.note{display:none;}
	.cnb2>.toggle{display:none;}
	.cnb2 ul{display:block !important; 
		position:relative;
		margin:-1px 0 -1px; /* 우측오차1px보정 */
		overflow:hidden;border-top:0;
	}
	.cnb2 ul:before,
	.cnb2 ul:after{content:'';display:table;} /* [IE8+] */
	.cnb2 ul:after{clear:both;}
	.cnb2 li {position:relative;width:auto;text-align:left;border-right:1px solid #ddd;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
	.cnb2 li>a {position:relative;
		padding:15px 30px 13px 20px;
		border:0;margin:0;
		background:#fff;color:#555;font-weight:400;
	}
	.cnb2 li>a:after{content:'';display:block;
		position:absolute;right:19px;top:calc(50% - 5.5px);
		width:11px;height:11px;
		background:url(../../img/sub/cnb2bg1.png) no-repeat;
	}
	.cnb2 li.on {border-color:#3489a8}
	.cnb2 li.on>a {color:#fff;background:#1b224e;font-weight:600;text-decoration:underline;text-underline-position:under;}
	.cnb2 li.on>a:before {position:absolute;top:0;left:-1px;content:'';display:block;width:1px;height:calc(100% + 1px);background:#1b224e;z-index:1}
	.cnb2 li.on>a:after {background-image:url(../../img/sub/cnb2bg1on.png);}
	.cnb2 li.on:after {position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#1b224e;content:'';display:block;z-index:1}
	.cnb2 .col-1 li, .cnb2 .col-2 li:nth-child(even), .cnb2 .col-3 li:nth-child(3n), .cnb2 .col-4 li:nth-child(4n), .cnb2 .col-5 li:nth-child(5n), .cnb2 .col-6 li:nth-child(6n), .cnb2 .col-7 li:nth-child(7n), .cnb2 .col-8 li:nth-child(8n), .cnb2 .col-9 li:nth-child(9n), .cnb2 .col-10 li:nth-child(10n), .cnb2 .col-11 li:nth-child(11n) {border-right:0}
	.cnb2 li>a:hover, .cnb2 li>a:focus {text-decoration:underline;text-underline-position:under;}


	/* 본문메뉴3.갭.불릿 20200626 */
	.cnb3 {padding:26px 40px;border-radius:10px;background:#f4f6f9;border:0}
	.cnb3>.note{display:none;}
	.cnb3>.toggle{display:none;}
	.cnb3 ul {display:block !important;
		position:relative;
		padding:0;
		border:0;overflow:hidden;
	}
	.cnb3 ul:before {position:absolute;top:0;left:0;content:'';display:block;width:1px;height:100%;background:#f4f6f8;z-index:1}
	.cnb3 li {float:left;box-sizing:border-box; text-align:left;margin:4px 0;}
	.cnb3 li>a {position:relative;display:block;color:#757575;padding:5px 5px 5px 20px;font-weight:500;}
	.cnb3 li.on>a {background-color:transparent;color:#1d2f9b;font-weight:600;padding-left:40px}	
	.cnb3 li.on>a:before {top:12px;left:20px;width:12px;height:7px;background:url(../../img/sub/cnb3bg1on.png) no-repeat 0 0;}
	.cnb3 li>a:before {position:absolute;top:5px;left:0;content:'';display:block;width:1px;height:22px;background:#ddd}	
	.cnb3 li>a:hover, .cnb3 li>a:focus {text-decoration:underline;text-underline-position:under;}

	/* 새창열림 아이콘 */
	.cnb3 li>a[target='_blank']:focus:after {background-image:url(../../img/inc/ic17newwindow.png)}
	.cnb2 li.on>a[target='_blank']:after
	.cnb2 li>a[target='_blank']:hover:after {background-image:url(../../img/inc/ic17newwindowon.png)}

} /* /(min-width:768px) */




/* 서브레이아웃 스타일 여기서부터 작성 */
#sidebar {float:left;width:260px;background:#3655c1;border-radius:40px;box-shadow:-5px -8.66px 30px 0 rgba(0,0,0,0.1);}
#side_title {display:table;width:100%;height:110px;text-align:center;}
#side_title .t1 {display:table-cell;vertical-align:middle;font-size:28px;font-family:"SBAggro", sans-serif;font-weight:500;color:#fff;}
#snb1 .d2 ul{padding:20px;border:2px solid #2634a4;border-radius:40px;background:#fff;margin:0 -10px 10px 10px}
#snb1 .d2 ul li{margin-bottom:10px;}
#snb1 .d2 ul li:last-child{margin-bottom:0}
#snb1 .d2 ul li a {position:relative;display:block;height:50px;line-height:50px;font-size:17px;color:#000;padding:0 0 0 30px;border-radius:40px;background:#f5f7fa;}
#snb1 .d2 ul li a .ic1{position:absolute;top:50%;right:20px;margin-top:-12px;width:24px;height:24px;border-radius:100%;background:#f5f7fa}
#snb1 .d2 ul li a .ic1:before,#snb1 .d2 ul li a .ic1:after{content:'';display:block;position:absolute;left:9px;width:7px;height:2px;border-radius:3px;background:#626262;}
#snb1 .d2 ul li a .ic1:before{top:9px;transform:rotate(45deg);}
#snb1 .d2 ul li a .ic1:after{top:13px;transform:rotate(-45deg);}
#snb1 .d2 ul li.on a{color:#fff;font-weight:700;background:#192448;}
#snb1 .d2 ul li.on a .ic1{background:#47506d}
#snb1 .d2 ul li.on a .ic1:before, #snb1 .d2 ul li.on a .ic1:after{background:#fff}

@media screen and (max-width:1259px){
	#sidebar {display:none}
}


#body {float:right;max-width:1160px;width:100%;;}
#body_title {position:relative;margin:20px 0 40px 0;}
#body_title:before{content:'';display:block;position:absolute;left:0;right:0;top:calc(50% - 5px);height:5px;background:url(../../img/lib/b1c2slash1.png)}
#body_title .hb1.h1 {display:inline-block;margin:0;font-size:34px;font-weight:500;font-family:"SBAggro", sans-serif;line-height:1;letter-spacing:0;color:#000;padding-right:30px;background:#fff;}
#body_content {min-height:500px;}
#body_foot {margin-bottom:90px}
@media screen and (max-width:1519px){
	#body {width:calc(100% - 330px)}
}
@media screen and (max-width:1259px){
	#body {float:none;width:100%;margin:auto}
	#body_title .hb1.h1 {font-size:34px}
}
@media screen and (max-width:999px){
	#body_title .hb1.h1 {font-size:30px}
}
@media screen and (max-width:800px){
	#body_title{margin:10px 0 40px 0}
}
@media screen and (max-width:768px){
	#body_title .hb1.h1 {font-size:26px}
}
@media screen and (max-width:599px){
	#body_title .hb1.h1 {font-size:24px}
}