@charset "utf-8";
/**
 * @File Name : all.css
 * @Description : Base Adjust + Layout[main+sub] Mobile First!
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2019.09.20 | 문영신 | 최초 등록
 * 2019.09.27 | 문영신 | 요구반영. 결함개선. 고도화.
 * </pre>
 * @author 웹표준화실 문영신
 * @since 2019.09.19
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* Table of contents ))
 | Base Adjust
 | Layout[main+sub] Mobile First!
 | clearfix
 | #head, ..
 | ETC
 | @media print{} ))) sub.css
 | RWD ◇◆
 | @keyframes ◇◆
 */

/* ◇◆ Base Adjust ◇◆◇◆◇◆◇◆◇◆ */

/* ☆@import url(base.css); */

/* base.css )) Overwrite. 20190927 ◆◆◆ */

body{
	background:#fff;
	color:#555;
	font-weight:400;
	font-size:1.063em; /* (((17px */
	line-height:1.75; /* ☆ */
	letter-spacing:-.03125em; /* (-.5px/16px) */
	overflow:hidden; /* ★ */
}

[lang|='en'],
[lang|='en']>*{
	font-family:
		'Noto Sans','본고딕','Noto Sans KR','Noto Sans CJK KR',NotoSans,
		'Apple SD Gothic Neo',
		'Open Sans',
		'Microsoft JhengHei',
		'Meiryo',
		'맑은 고딕','Malgun Gothic',
		'돋움',Dotum,
		Helvetica,'Helvetica Neue',
		Arial,sans-serif;
}

/* [IE8] *.eot 폰트 지저분하여 맑은 고딕 사용 */
.IE8[lang|='en'],
.IE8[lang|='en']>*,
.IE8 [lang|='en'],
.IE8 [lang|='en']>*{
	font-family:
		'Noto Sans', 'Noto Sans KR', '본고딕', NotoSans,
		'Apple SD Gothic Neo',
		'Open Sans',
		'Microsoft JhengHei',
		'Meiryo',
		'맑은 고딕','Malgun Gothic',
		'돋움',Dotum,
		Helvetica,'Helvetica Neue',
		Arial,sans-serif;
}


/* ◇◆ 공용 ◇◆ */


/* ◇◆ Layout[main+sub] ◇◆◇◆◇◆◇◆◇◆ */


/* 배치.전체 20190927. ☆ z-index 쌓임맥락 안만들고.. 개별 콘텐츠에서 z-index 지정 권장! */
html,
body,
#container, #wrap, #body{min-height:100%;}
.container{position:relative;
	min-width:280px; /* ☆ */
	margin:0 15px; /* ☆ */
}
#container{position:relative;}
	div.bg2top{}
		div.bg2top>div{}
	div.bg2btm{}
		div.bg2btm>div{}
	#head{clear:both;
		position:relative;
	}
		div.bg2head{}
			div.bg2head>div{}
		#head_s1{position:relative;
			height:44px;
			border-bottom:1px solid #eee;
		}
		#head_s2{position:relative;
			clear:both; /* ☆ */
		}
		#head_s3{
			/* position:relative; */
			/* height:0; */
		}
			[id*='head_']>.container{
				margin:auto;
			}
			#head_s1>.container{}
			#head_s2>.container{}
			#head_s3>.container{}
	#wrap{
		clear:both;
		position:relative;
		min-height:50px; /* ☆ 펼친 콘텐츠 높이 고려. */
	}
		#wrap>.container{} /* ))) sub.css, main.css */
			#body{
				position:relative;
			}
	#wing{display:block;z-index:10;position:relative;} /* ((( sub.css */
	#foot{clear:both;position:relative;
		background:#fff;
	}
		div.bg2foot{}
			div.bg2foot>div{}
		#foot_s1{
			background:#444;padding:20px 0 0
		}
		#foot_s2{
			background:#444;
		}
		#foot_s3{
		}
			[id*='foot_']>.container{}
			#foot_s1>.container{padding:0 0 20px;}
			#foot_s2>.container{}


/* 배치.유틸 20190927 */
.width1expand1{
	margin-left:-20px;
	margin-right:-20px;
}


/* ☆ 모바일 감춤 20190927 */
#anb1{display:none;}


/* only Desktop BG image Preload 20190927 */
/* none */


/* #head */


/* 글로벌내비.분리 20190927 */
#gn1{
	z-index:30;
	position:relative;
	overflow:hidden;
}
#gn1 ul{
	padding:0;
	font-size:0;
	text-align:left;
}
#gn1 li{display:inline-block;
	padding:0 1px 0 1px;
	background:url(../../img/inc/gn1s.png) no-repeat 100% 50%;
}
#gn1 a{display:block;position:relative;
	padding:13px 8px;
	color:#666;
	font-size:14px;
	line-height:18px;
}
#gn1 a>.t1{}
#gn1 a>.ic1{}


/* 언어.펼침 20190927 */
#gn2{
	float:left;
	position:absolute;right:10px;top:8px;
	min-height:26px;
	color:#fff;
}
#gn2 a.toggle{display:inline-block;
	z-index:30;
	position:relative;
	box-sizing:border-box; /* ☆ */
	width:106px;
	height:26px;
	padding:4px 20px 4px .75em;
	border-radius:10px;
	background:#fff;
}
#gn2 a.toggle .t1{display:block;
	color:#666;
	font-size:12px;
	line-height:18px;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
#gn2 a.toggle .ic1{}
#gn2 a.toggle:after{content:'';
	display:inline-block;
	position:absolute;right:0;top:50%;
	width:10px;
	height:10px; /* ☆ */
	margin:-5px 9px;
	background:url(../../img/inc/ic10a2c1down1.png) no-repeat center center;
	opacity:.42;
}
#gn2c{display:none;
	z-index:40; /* z > (#anb1 .b1) (#anb1c) */
	position:absolute;
	right:0;
}
#gn2c ul{
	border:1px solid #ddd;
	border-radius:10px;
	overflow:hidden;
}
#gn2c li{
	border-top:1px solid #e7e7e7;
}
#gn2c li:first-child{
	border-top:0;
}
#gn2c li a{display:block;
	min-width:84px; /* (106-1*2-10*2) */
	padding:7px 10px;
	background:#f7f7f7;
	color:#000;
	font-weight:400;
	font-size:13px;
	line-height:18px;
	white-space:nowrap;
}
#gn2c li a:hover,
#gn2c li a:focus{
	background:#fff;
}


/* 로고 20190927 */
h1#logo{
	float:left;
	position:relative;
	margin:0 80px 0 0; /* (화면확인) (우요소) (화면확인) (좌요소) */
	font-size:0;line-height:0;
	text-align:left;
}
h1#logo>a{display:block;
	z-index:30; /* z > #tnb1c */
	position:relative;
}
h1#logo>a>img{display:block;
	width:auto;
	max-width:100%;
	height:63px;
	padding:10px 0; /* (주메뉴 덮는다) */
}


/* D-Day 20190927 */
#dday{
	float:left;
	position:absolute;right:120px;top:-36px;
}
#dday .t1{
	color:#003f97;
	font-size:20px;
}


/* 통합검색 20190927 */
#search1{
	position:relative;
}
#search1 .b1.toggle{float:left;
	z-index:10;
	position:absolute;
	right:50px;
	top:16px;
	box-sizing:border-box; /* ☆ */
	width:40px;height:40px;
	border:1px solid #ddd;
	border-radius:2px;
	background:none;
	overflow:visible;
	text-indent:-9999px;
}
#search1 .b1.toggle .t1{display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
}
#search1 .b1.toggle .ic1{display:block;
	position:absolute;left:50%;top:50%;
	width:40px;height:40px;margin:-20px;
	background:url(../../img/inc/ic40a1c1search2.png) no-repeat;
	background-size:contain;
	opacity:.6;
}
#search1 .b1.toggle.on{}
#search1 .b1.toggle.on .ic1{
	background-image:url(../../img/inc/ic80a1c1close1@2x.png);
}
#search1 .b1.toggle.on:before{content:''; /* △ */
	float:left;
	position:absolute;left:50%;bottom:0;
	width:0;height:0;
	margin:-22px -16px;
	border:16px solid transparent;border-bottom-color:#dfe3e6;border-top:0;
	overflow:hidden;text-indent:100%;
}
/* ☆ */
#search1c{display:block;
	visibility:hidden;
	z-index:20;
	position:absolute;left:0;right:0;top:70px;
	box-sizing:border-box;
	padding:0 50px 0 0;
	border:20px solid transparent;
	border-width:16px 20px;
	background:#dfe3e6;
	overflow:hidden;
}
#search1c.on{display:block;
	visibility:visible;
	height:auto;
}
#search1 input.text{float:left;
	box-sizing:border-box;
	width:100%;
	height:50px;
	margin:0;
	padding:2px;
	border-radius:0;
	border:2px solid #666;
	border-right:0;
	background:#fff;
	color:#888;
	font-size:15px;
	line-height:38px;
}
#search1 input.text:focus{color:#000;}
#search1 .submit{float:right;
	box-sizing:border-box;
	width:50px;
	height:50px;
	margin:0 -50px 0 0;
	padding:0;
	border-radius:0;
	border:2px solid #666;
	border-left:0;
	background:#fff;
	color:#fff;
}
#search1 .submit .t1{position:absolute;left:-9999px;}
#search1 .submit .ic1{display:inline-block;
	position:absolute;left:50%;top:50%;
	width:40px;height:40px;
	margin:-20px;
	background:url(../../img/inc/ic80a2c1search1@2x.png) no-repeat center center;
	background-size:contain;
}


/* #tnb1 ))) 미디어쿼리 max-width:1259px 안으로 보냄 */


/* #wing */



/* #foot */


/* 푸터내비 20190927 */
#fn1{
	position:relative;
	margin:20px 0;
	overflow:hidden;
	order:3
}
#fn1 ul{
	position:relative;
	margin:0 -16px;
	font-size:0;
	text-align:left;
	overflow:hidden;
}
#fn1 li{display:inline-block;
	margin:0 0 0 -1px;
	padding:0 0 1px;
	background:url(../../img/inc/fn1s.png) no-repeat 0 50%;
	vertical-align:top;
}
#fn1 li:first-child{background:none;}
#fn1 li>a{display:block;
	padding:.375em 16px;
	color:#fff;
	font-size:14px;
	white-space:nowrap;
}
#fn1 li>a b{
	color:#e9e719;
	font-weight:500;
}


/* 하단로고 20190927 */
#foot_logo{
	margin:20px 0 0;
	overflow:hidden;
	text-align:center;
}
#foot_logo li {display:inline-block;vertical-align:top;width:calc(33% - 12px);margin:0 5px}
#foot_logo .a1{
	opacity:.7;
}
#foot_logo .a1:hover, #foot_logo .a1:focus{
	opacity:1;
}
#foot_logo img {width:100%;}


/* 작성자(연락처/저작권) 20190927 */
#author1{
	position:relative;
	min-width:280px;
	color:#fff;
	font-size:13px;
	line-height:22px;
	overflow:hidden;
	letter-spacing:0;
	text-align:center;
}
#author1 a{ /* iOS 는 000-000 를 자동으로 <a href="tel:" /> 로 마크업되니 주의! */
	color:inherit;
}
#author1 .address{
	margin:0;
}
#author1 .nophishing{
	margin:.375em 0 1em;
	font-size:13px;
}
#author1 .copyright{display:block;
	margin:.5em 0 0;
	font-size:15px;
	letter-spacing:0;
	color:#afafaf
}

.telinfo li {display:inline-block;margin-left:10px}
.telinfo li:first-child {margin-left:0}


#fsns1 {clear:both;text-align:center;margin-top:20px;}
#fsns1 li {display:inline-block;}
#fsns1 li a {display:block;}
#fsns1 li a:before {content:"";display:block;width:47px;height:47px;border-radius:50%;background:url(/_res/english/img/inc/fsns_spr.png) no-repeat;}
#fsns1 li.fb a:before {background-position:0 0}
#fsns1 li.gb a:before {background-position:-60px 0}

/* 위로 20190927 */
#gotop1{display:inline-block;
	clear:both;
	float:right;
	z-index:50;
	position:relative;
	text-align:center;
}
#gotop1 .ic1{display:inline-block;
	width:32px;height:32px;
	margin:0 0 -6px;
	background:url(../../img/inc/ic32a2c0up1.png) no-repeat center center;
	background-size:contain;text-indent:-9999px;overflow:hidden;
	vertical-align:middle;
}
#gotop1 .t1{display:block;
	color:#fff;
	font-weight:400;
	font-size:13px;
	letter-spacing:0;
}


/* ETC */


/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */


/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */
@media all and (max-width:1259px){/* small medium large ◇◆◇◆◇◆◇◆◇◆ */


/* 주메뉴 20190927. makeActive2ClickHover('#tnb1'); */
	#tnb1{
		position:absolute;left:0;right:0;top:0;
		width:100%;
		margin:auto;
		line-height:1.375;
	}
	#tnb1 .b1.toggle{float:left;
		z-index:10;
		position:absolute;
		right:0;
		top:16px; /* (화면확인) */
		box-sizing:border-box; /* ☆ */
		width:40px;height:40px;
		border:1px solid #ddd;
		border-radius:2px;
		background:none;
		overflow:hidden;text-indent:-9999px;
	}
	#tnb1 .b1.toggle .ic1{float:left;position:absolute;left:50%;top:50%;
		width:40px;height:40px;margin:-20px;
		background:url(../../img/inc/ic80a1c1bars2@2x.png) no-repeat;
		background-size:contain;
		opacity:.6;
	}
	#tnb1 .b1.toggle.on{}
	#tnb1 .b1.toggle.on .ic1{
		width:40px;height:40px;margin:-20px;
		background-image:url(../../img/inc/ic80a1c1close1@2x.png);
	}
	#tnb1c{display:block !important; /* ☆ */
		visibility:hidden; /* ☆ */
		z-index:100; /* ☆ */
		position:fixed; /* ☆ */
		left:auto;right:-280px;top:0;bottom:0;
		width:280px;
		/* margin:100px 0 0; */ /* (#height 높이) */
		overflow-y:visible; /* ☆ */
		transition:.0s;
	}
	#tnb1c.on{display:block;visibility:visible;
		right:0;
		transition:.2s .2s;
	}
	#tnb1c>.bg{visibility:hidden;
		position:fixed;left:0;right:0;top:0;bottom:0;
		/* margin:100px 0 0; */ /* (#height 높이) */
		background:#000;
		background-color:rgba(0,0,0, .5);
		opacity:0;
		transition:.0s;
	}
	#tnb1c.on>.bg{visibility:visible;
		opacity:1;
		transition:.2s;
	}
	#tnb1c .b2{display:inline-block;
		z-index:110;
		position:absolute;
		right:280px;top:0;
		width:40px;height:40px;
		margin:10px;
	}
	#tnb1c .b2>.ic1{float:left;position:absolute;left:50%;top:50%;
		width:40px;height:40px;margin:-20px;
		background:url() no-repeat;background-size:contain;
	}
	#tnb1c .b2.close{}
	#tnb1c .b2.close>.ic1{background-image:url(../../img/inc/ic80a1c0close1@2x.png);}
	#tnb1c>div.cont{
		position:relative;
		right:-200%;
		width:280px;
		height:100%;
		background:#222;
		overflow-y:auto; /* ☆ */
	}
	#tnb1c.on>div.cont{
		right:0;
	}
	/* depth1~depth4 */
	#tnb1 .smain{display:block;}
	/* depth1 */
	#tnb1 div.d1{clear:both;position:relative;min-height:100%;}
	#tnb1 div.d1>ul{position:relative;overflow:hidden;}
	#tnb1 div.d1>ul>li{display:inline;position:relative;} /* ☆ */
	#tnb1 div.d1>ul>li>a{display:table;
		table-layout:fixed; /* ☆ */
		z-index:20; /* .d2 보다 높여준다 */
		position:relative;
		box-sizing:border-box; /* ☆ */
		width:100%;
		border-bottom:1px solid #333;
		border-color:rgba(255,255,255, .05);
		background:url() no-repeat 95% 50%;
		color:#fff;
		font-size:18px;
		word-break:keep-all;
		word-wrap:break-word;
	}
	#tnb1 div.d1>ul>li>a>.t1{display:block; /* ☆ */
		padding:.833em 20px; /* ☆ */
		vertical-align:middle;
	}
	#tnb1 div.d1>ul>li.hasSub>a{
		background-image:url(../../img/inc/tnb1d1bg1has.png);
	}
	#tnb1 div.d1>ul>li>a:hover,
	#tnb1 div.d1>ul>li>a:focus{}
	/* depth1 활성 */
	#tnb1 div.d1>ul>li.on>a{
		background-image:url(../../img/inc/tnb1d1bg1on.png);
		/* font-weight:600; */
	}
	/* depth2~3 */
	#tnb1 li>div[class^='d']{
		display:none;visibility:hidden;
		height:0;opacity:0;
		/* transition:.2s; */
	}
	#tnb1 li.on>div[class^='d']{
		display:block;visibility:visible;
		height:auto;opacity:1;
	}
	/* depth2 */
	#tnb1 li>div.d2{
		background:#333;
	}
	#tnb1 div.d2>.bg{display:none;} /* ☆ */
	#tnb1 div.d2>.hg1{display:none;} /* ☆ */
	#tnb1 div.d2>a.smain{display:block; /* 서브메인링크 */
		position:relative;
		padding:.75em 35px .75em 20px;
		border-bottom:1px solid #eee;
		background-color:#f7f7f7;
		color:#333;
		font-size:15px;
	}
	/*#tnb1 div.d2>a.smain>.ic1{
		position:absolute;right:0;top:50%;
		width:20px;height:20px;
		margin:-10px 10px;
		background:url(../../img/inc/ic40fa1c1home1.png) no-repeat center center;
		background-size:contain;
	}*/
	#tnb1 div.d2>ul{margin:-1px 0 0;}
	#tnb1 div.d2>ul>li{position:relative;}
	#tnb1 div.d2>ul>li>a{display:block;
		z-index:10;
		position:relative;
		padding:.583em 42px;
		border-top:1px solid #444;
		border-color:rgba(255,255,255, .05);
		background:url(../../img/inc/tnb1d2bg1.png) no-repeat 20px 50%;
		color:#fff;
		font-size:16px;
	}
	#tnb1 div.d2>ul>li.hasSub>a{
		background-image:url(../../img/inc/tnb1d2bg1has.png);
	}
	#tnb1 li.on>div.d2>ul>li.on>a{
		background-image:url(../../img/inc/tnb1d2bg1on.png);
		color:#fff;
		/* font-weight:600; */
	}
	/* depth3 */
	#tnb1 li>div.d3{
		background:#444;
	}
	#tnb1 div.d3>.bg{display:none;} /* ☆ */
	#tnb1 div.d3>ul{margin:-1px 0 0;}
	#tnb1 div.d3>ul>li{position:relative;}
	#tnb1 div.d3>ul>li>a{display:block;
		z-index:10;
		position:relative;min-height:0;
		padding:.583em 54px;
		border-top:1px solid #555;
		border-color:rgba(255,255,255, .05);
		background:url(../../img/inc/tnb1d3bg1.png) no-repeat 42px 50%;
		color:#fff;
		font-size:14px;
	}
	#tnb1 div.d3>ul>li.hasSub>a{
		/* background-image:url(../../img/inc/tnb1d3g1has.png); */
	}
	#tnb1 li.on>div.d3>ul>li.on>a{
		/* background-image:url(../../img/inc/tnb1d3bg1on.png); */
		color:#fff;
		/* font-weight:600; */
	}
	/* depth4 */
	#tnb1 li>div.d4{
		padding:.5em 0;
		background:#555;
	}
	#tnb1 div.d4>.bg{display:none;} /* ☆ */
	#tnb1 div.d4>ul{margin:-1px 0 0;}
	#tnb1 div.d4>ul>li{position:relative;}
	#tnb1 div.d4>ul>li>a{display:block;
		z-index:10;
		position:relative;min-height:0;
		padding:.333em 54px;
		border-top:0 solid #666;
		background:url(../../img/inc/tnb1d4bg1.png) no-repeat 42px 50%;
		color:#fff;
		font-size:13px;
	}
	#tnb1 div.d4>ul>li.hasSub>a{
		/* background-image:url(../../img/inc/tnb1d4g1has.png); */
	}
	#tnb1 li.on>div.d4>ul>li.on>a{
		/* background-image:url(../../img/inc/tnb1d4bg1on.png); */
		color:#fff;
		/* font-weight:600; */
	}

#tnb1 div.d2>ul>li>a[target='_blank']:after,
#tnb1 div.d3>ul>li>a[target='_blank']:after,
#tnb1 div.d4>ul>li>a[target='_blank']:after{ /* [IE8+] */
	content:'';
	display:inline-block;
	width:12px;height:12px;
	margin:0 0 4px 4px;
	background:url(../../img/inc/ic24a1c0newwindow2.png) no-repeat;
	background-size:contain;
	vertical-align:middle;
}


} /* /(max-width:1259px) */
@media all and (min-width:400px){
	#foot_logo li {width:auto;}
	#foot_logo li img {width:auto;height:auto;}
}
@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */


	#head{}
		#head_s1{}
		#head_s2{}
		#head_s3{}
			#head_s1>.container{}
			#head_s2>.container{}
			#head_s3>.container{}


#gn1{
	float:right;
}
#gn1 ul{
	padding:0 120px 0 0;
}
#gn1 a{
	padding:13px 16px;
}

#dday{
	position:absolute;left:205px;right:auto;top:10px;
}
#dday .t1{
	font-size:40px;letter-spacing:0;font-weight:800;display:block;line-height:1
}

#foot_s1 {padding:20px 0}
#author1 {margin-bottom:20px;font-size:15px;line-height:25px}

#foot_logo .a1{
	display:inline-block;vertical-align:top;
}

#gotop1{
	position:absolute;right:0;top:-83px;width:69px;height:69px;background:url(/_res/portal/img/main/main_spr.png) no-repeat -134px -97px;
}


} /* /(min-width:768px) */
@media all and (min-width:1000px){
	[id*='head_']>.container {margin-left:15px;margin-right:15px}
	#foot_s1 {padding:30px 0}
	#foot_logo li {width:auto;margin-left:20px;margin-right:0}	
}
@media all and (min-width:1000px) and (max-width:1259px){/* large ◇◆◇◆◇◆◇◆◇◆ */


.container{position:relative;
	max-width:none; /* ☆ */
	margin:auto; /* ☆ */
}

.width1expand1{
	margin-left:-160px; /* (1260-940)/2 */
	margin-right:-160px;
}


#gn2{
	right:0;
}

h1#logo{
	margin-left:0;
}

#search1 .b1.toggle{
	right:50px;
}

#tnb1{
	/* max-width:940px; */
}
#tnb1 .b1.toggle{
	right:0;
}


} /* /(min-width:1000px) and (max-width:1259px) */
@media all and (min-width:1260px){/* xlarge (1200+20*2+16+2*2) ◇◆◇◆◇◆◇◆◇◆ */

[id*='head_']>.container {margin:auto;}
.container{
	max-width:none; /* ☆ */
	width:1200px; /* ☆ */
	margin:auto;
}
	#head{}
		#head_s1{
			position:absolute;left:0;right:0;top:0;
			height:0;
			border:0;
		}
		#head_s2{}
		#head_s3{}
			#head_s1>.container{}
			#head_s2>.container{}
			#head_s3>.container{}


.width1expand1{
	margin-left:-360px; /* (1200-1920)/2 */
	margin-right:-360px;
}


#gn2{
	right:0;
}

h1#logo{
	margin:0;
}
h1#logo>a>img{
	padding:22px 0 15px;
}

#dday{
	top:40px;
}

#search1 .b1.toggle{
	top:40px;
	right:50px;
	width:50px;
	height:50px;
	border:0;
}
#search1c{
	left:auto;right:0;top:90px;
	width:420px;
}

#foot_s1 {padding:50px 0 20px}
#author1 {text-align:left;float:left;}
#foot_logo {float:right;margin:0 0 8px 150px}	
#fsns1 {text-align:left;}


/* 주메뉴 20190927. makeActive2ClickHover('#tnb1'); ))) 모바일과 많이 다르니 미디어쿼리별 따로 정의 (분리 사용 가능)
 * 1차 인라인배치. 2차 스택배치. 개별열림.
 */
#tnb1{ /* z-index:20; ☆쌓임맥락만들지마요! */
	float:left;
	position:absolute;
	left:0;right:0;top:0;
	height:60px; /* ☆ */
	margin:35px 50px 0 200px;
}
/* 데스크탑 감춤 */
#tnb1 .b1.toggle,
#tnb1c .b2,
#tnb1logo,
#tnb1head_s1,
#tnb1head_s2,
#tnb1c>div.cont>.bg,
#tnb1c>div.cont:before{display:none;}

#tnb1c{
	display:block !important; /* ☆ */
	visibility:visible; /* ☆ */
	z-index:20; /* z > #location1 */
	position:relative; /* ☆ */
	overflow:visible; /* ☆ */
}
#tnb1c.on{
	display:block;visibility:visible;
	right:auto; /* ☆ */
}
#tnb1c>.bg{}
#tnb1c.on>.bg{}
#tnb1c>div.cont{float:none;
	position:relative;right:auto;
	height:100%;
	margin:auto;
	box-shadow:none;
}
#tnb1c.on>div.cont{right:auto;
	box-sizing:border-box; /* ☆[IE8+] */
}

/* depth1~depth4 */
/* depth1 */
#tnb1 div.d1{
	position:relative;
	height:60px; /* ☆ */
	padding:0 0 0 60px;
	overflow:hidden; /* ☆ visible; 하면 >.bg 좌우 넘친거 보임 */
	transition:.4s ease height, 0s .4s ease padding;
}
#tnb1 div.d1>.bg{position:absolute;
	left:0;right:0;
	top:60px; /* ☆ */
	bottom:0;
	/* height:0; ↔ height:auto; 하면 transition 효과 안되니 주의 */
	/* border-top:1px solid #e7e7e7; */
	/* border-bottom 은 div.d1.over 에 만들자! */
	/* background:#fff; */
	overflow:hidden;
}
#tnb1 div.d1>ul{
	min-height:0; /* >=1차메뉴전체높이 */
	text-align:right;
	/* overflow:hidden; ☆ 하위 넘친거 감춤 */
}
#tnb1 div.d1>ul>li{
	display:inline-block;vertical-align:top;
	position:relative; /* ☆ */	
	/* width:16.666%; */ /* 전체메뉴폭 고려 ((100/6 */
}
/* 화면확인 (( (개별글수/전체글수) */
#tnb1 div.d1>ul>li.m1{}

/* ☆1차메뉴노출제외 )) /_res/사이트키/share/css/style.css */
#tnb1 div.d1>ul>li.m6 ~ li{display:none;}

#tnb1 div.d1>ul>li>a{display:block;
	position:relative;left:auto !important;top:auto !important; /* ☆ */
	width:auto;
	height:28px;
	padding:16px 17px; /* (60-28)/2 (조금 여유 둠) */
	/* border-right:1px solid #ddd; */ /* (60-28)/2 (조금 여유 둠) */
	color:#000;
	font-weight:500;
	font-size:0;
	text-align:center;
}
#tnb1 div.d1>ul>li:first-child>a{
	/* border-left:1px solid #ddd; */
}
/* #tnb1 div.d1>ul>li>a:before{content:'';
	display:inline-block;
	position:absolute;left:0;top:50%;
	width:4px;height:4px;
	margin:-2px;
	background:#ccc;
}
#tnb1 div.d1>ul>li:first-child>a:before{
	display:none;
} */
#tnb1 div.d1>ul>li>a>.ic1{display:inline-block;
	width:0;
	height:100%;
	vertical-align:middle;
}
#tnb1 div.d1>ul>li>a>.t1{display:inline-block;
	position:relative;
	width:auto;
	font-size:18px;
	vertical-align:middle;
	letter-spacing:0;
}
#tnb1 div.d1>ul>li.hasSub>a{}
#tnb1 div.d1>ul>li.on>a{
	background:none;
	/* color:#048; */
	font-weight:500;
}
body[data-layout*='main'] #tnb1 div.d1>ul>li.on>a{ /* 메인페이지만 */
	/* color:#000; */
	/* font-weight:400; */ /* 모바일에서 허전함 달래기 위해 메뉴 활성한거 비활성 모양으로 바꿔준다. */
}

/* ★ 주메뉴 전체 오버(포커스) */
#tnb1 div.d1.over{
	height:370px; /* >(1차메뉴높이+ .d2 최대 높이) ☆ auto 는 전환 효과 안됨 */
	/* background:#fff; */
	/* transition:.4s ease height, 0s ease padding; */
}
#tnb1 div.d1.over>.bg{}
#tnb1 div.d1.over div.d2{}

/* ★ 1차 메뉴별 오버(포커스) + 온추가? */
/* .over 우선순위는 body[data-layout*='main'] #tnb1 div.d1>ul>li.on>a{} 보다 높아야한다. */
#tnb1 div.d1>ul>li.on[class][class]>a{
	color:#003f97;
}
#tnb1 div.d1>ul>li.on[class][class]>a .t1:after {position:absolute;bottom:-16px;left:0;content:"";display:block;width:100%;height:3px;background:#003f97}
body[data-layout*="main"] #tnb1 div.d1>ul>li.on[class][class]>a .t1:after, #tnb1 div.d1>ul>li.on.over[class][class]>a .t1:after {display:none;}
#tnb1 div.d1>ul>li.over[class][class]>a, body[data-layout*="main"] #tnb1 div.d1>ul>li.on[class][class]>a{
	z-index:20;
	/* margin:0 -1px; */
	background:#fff;
	color:#000;
}
#tnb1 div.d1>ul>li.over[class][class]>a>.ic1{}
#tnb1 div.d1>ul>li.over[class][class]>a:before{content:'';display:inline-block; /* ▽ */
	position:absolute;left:50%;bottom:0;
	width:0;height:0;
	margin:-8px -8px;
	border:0 solid transparent;
	border-top-color:#fff;
	border-width:8px 8px 0 8px;
}
#tnb1 div.d1>ul>li>a:hover,
#tnb1 div.d1>ul>li>a:focus{}
/* #tnb1 div.d1>ul>li.over>a + div.d2>.bg{display:block;
	position:absolute;left:0;right:0;
	height:1000px;
} */

/* depth2~3 (공통만 먼저 정의) */
#tnb1 li>div[class^='d']{
	display:block;visibility:hidden;
	height:0;
	opacity:0;
	overflow:hidden;
}
#tnb1 li>div[class^='d']:after{content:'';display:table;clear:both;}

/* depth2 */
#tnb1 li>div.d2{ /* 우선순위값 #tnb1 li>div[class^='d'] 와 동일 */
	/* height:auto; opacity:1; 하면 모두열림 */
	display:block;visibility:visible;
	z-index:10;
	/* position:relative; */
	position:absolute;left:0;right:0;
	height:0; /* ☆ auto */
	margin:0 -20px;
	padding:0; /* ☆ */
	opacity:0; /* ☆ 비활성 시 전환효과 : 0=즉시안보임 | 1=다른값효과보임 */
	transition:.2s;
	transition:.4s ease height, /* 0.002 * ( .over>div.d2 height값 ) */
		.02s ease padding, /* ((10/200)*.4) = ( padding상하값 / .over>div.d2 height값 ) * ( height 전환초) */
		.0s ease opacity;
}
#tnb1 li.m2>div.d2 {left:-20px;right:-20px;}

#tnb1 div.d2>.bg{}
/* 데스크탑 only 1차제목.. */
#tnb1 div.d2>.hg1{display:none;}
#tnb1 div.d2>ul{
	position:relative; /* ☆ 하위메뉴의 기준위치 */
	width:auto; /* ☆ */
	margin:0 auto 10px; /* (그림자 높이) */
	padding:20px 0; /* ☆ */
	background:#1559a7;
	box-shadow:2px 2px 5px 0 rgba(0, 0, 0, .2);
}
#tnb1 div.d2>ul>li{
	clear:both; /* ☆ */
	position:relative;
}
#tnb1 div.d2>ul>li>a{
	display:block;
	position:relative;
	width:auto;
	padding:4px 10px 4px 25px;
	border:0;
	/* background:url(../../img/inc/tnb1d2bg2.png) no-repeat 20px 18px; */
	color:#fff;
	font-weight:400;
	font-size:15px;
	text-align:left;
	transition:.2s;
}
#tnb1 div.d2>ul>li>a:before {position:absolute;top:14px;left:14px;content:"";display:block;width:4px;height:2px;background:#fff;}
#tnb1 div.d2>ul>li.hasSub>a{
	/* background-image:url(../../img/inc/tnb1d2bg1has.png); */
}
#tnb1 div.d2>ul>li.on>a{
	/* color:#000; */
	/* text-decoration:underline; */
}
#tnb1 div.d2>ul>li.hasSub.on>a{
	/* background-image:url(../../img/inc/tnb1d2bg1hason.png); */
}

/* ★ 오버(포커스) */
#tnb1 li.over>div.d2{
	height:320px; /* >(.d2 최대 높이) ☆ auto 는 전환 효과 안됨 */
	opacity:1;
	/* overflow:visible; */
}
#tnb1 li.over>div.d2:before{content:''; /* △ */
	display:inline-block;
	z-index:10;
	position:absolute;left:50%;top:0;width:0;height:0;
	margin:-6px;
	border:6px solid transparent;border-bottom-color:#fff;border-top:0;
	overflow:hidden;text-indent:100%;
}
#tnb1 li.over>div.d2>ul{}
#tnb1 li.over>div.d2>ul>li>a{}
#tnb1 div.d2>ul>li.over>a{
	background-color:#009843;
	color:#fff;
	/* text-decoration:underline; */
}
#tnb1 div.d2>ul>li.hasSub.over>a{}
#tnb1 div.d2>ul>li.on.over>a{}
#tnb1 div.d2>ul>li.hasSub.on.over>a{}
#tnb1 div.d2>ul>li>a:hover,
#tnb1 div.d2>ul>li>a:focus{}
#tnb1 div.d2>ul>li.on>a:hover,
#tnb1 div.d2>ul>li.on>a:focus{}

/* ☆ */
#tnb1 div.d2>ul>li>a>.t1{
	/* display:inline-block; 이면 부모 a 요소 underline 안됨 */
	display:inline-block;
	position:relative;
	line-height:1.4
}
#tnb1 div.d2>ul>li>a>.t1:after{content:'';
	display:block;
	position:absolute;left:50%;bottom:0;
	width:0;
	margin:0;
	border-bottom:1px solid #fff;
	transition:.1s;
}
#tnb1 div.d2>ul>li.on>a>.t1:after{
	width:100%;
	margin-left:-50%;
}
#tnb1 div.d2>ul>li>a:hover>.t1:after,
#tnb1 div.d2>ul>li>a:focus>.t1:after{
	display:none;
}

/* depth3 */
#tnb1 li>div.d3{display:none !important;}

/* depth4 */
#tnb1 div.d4{display:none !important;}

/* 20190927 새 창 */
#tnb1 div.d2>ul>li>a[target='_blank']:after,
#tnb1 div.d3>ul>li>a[target='_blank']:after{ /* [IE8+] */
	content:'';
	display:inline-block;
	width:12px;height:12px;
	margin:0 0 4px 4px;
	background:url(../../img/inc/ic11newwindow.png) no-repeat;
	vertical-align:middle;
}

/* 작업확인용.★☆ToEdit) */
/* #tnb1 li.m6>div.d2{
	display:block;
	visibility:visible;height:auto;opacity:1;
} */
/* #tnb1 div.d1>ul>li.on>div.d2{
	display:block;
	visibility:visible;height:auto;opacity:1;
} */



/* ◇◆◇◆ only Desktop Contents ◇◆◇◆ */


/* 전체메뉴 20190927 */
#anb1{display:block;
	position:absolute;left:0;right:0;top:0;
}
#anb1 .b1{float:left;
	z-index:30;
	position:absolute;right:0;top:40px;
	box-sizing:border-box; /* ☆ */
	width:50px;height:50px;
	overflow:hidden;
	text-indent:-9999px;
	opacity:.6;
}
#anb1 .b1 .ic1{display:block;
	position:absolute;left:50%;top:50%;
	width:40px;height:40px;margin:-20px;
	background:url(../../img/inc/ic40a1c1bars5.png) no-repeat;
	background-size:contain;
}
#anb1 .b1.toggle.on{background:#333}
#anb1 .b1.toggle.on .ic1{background-image:url(../../img/inc/ic80a1c0close@2x.png);}
#anb1 .b1.close{
	top:-50px;
	margin:-1px;
}
#anb1 .b1.close .ic1{background:none;}
#anb1 .b1:focus{
	outline:1px dotted #000;
}
/* ☆ */
#anb1c{display:none;
	z-index:30;
	position:absolute;left:0;right:0;top:90px;
}
#anb1c.on{display:block;}
#anb1c>.bg{}
#anb1c>div.cont{position:relative;
	padding:1px;
	border:1px solid #333;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0,0,0, .1);
}
#anb1c.on>.bg{}
#anb1c.on>div.cont{}
/* depth1 */
#anb1 div.d1{}
#anb1 div.d1>ul{overflow:hidden;}
#anb1 div.d1>ul>li{float:left;position:relative;
	box-sizing:border-box; /* ☆ */
	width:25%; /* (100/4) */
}
#anb1 div.d1>ul>li:before{content:'';float:left;
	position:absolute;left:0;top:0;
	width:0;
	height:9999px;
	border-left:1px solid #eee;
}
#anb1 div.d1>ul>li:first-child:before{display:none;}
/*#anb1 div.d1>ul>li:last-child{display:none;}*/
#anb1 div.d1>ul>li>a{display:block;
	position:relative;
	padding:12px 18px;
	border-bottom:1px solid #eee;
	font-weight:600;
	color:#333;
	font-size:18px;
	text-align:center;
	word-break:keep-all;
	word-wrap:break-word;
}
#anb1 div.d1>ul>li>a>.t1{}
/* depth2 */
#anb1 div.d2{}
#anb1 div.d2>ul{padding:16px 20px;}
#anb1 div.d2>ul>li{display:inline;}
#anb1 div.d2>ul>li>a{display:block;
	padding:.25em 0 .25em 8px;
	color:#333;
	font-size:14px;
	background:url(../../img/inc/bu01.png) no-repeat 0 12px;
}
#anb1 div.d2>ul>li>a:hover,
#anb1 div.d2>ul>li>a:focus{text-decoration:underline;}
/* depth3 */
#anb1 div.d3>ul{
	margin:2px 0;
	padding:6px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
#anb1 div.d3>ul>li{display:inline;}
#anb1 div.d3>ul>li>a{display:block;
	padding:.25em 0 .25em 8px;
	background:url(../../img/inc/bu02.png) no-repeat 0 10px;
	color:#666;
	font-weight:normal;
	font-size:13px;
}
#anb1 div.d3>ul>li>a:hover,
#anb1 div.d3>ul>li>a:focus{text-decoration:underline;}


} /* /(min-width:1260px) */
/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */

/* 구글번역관련 */
font {vertical-align:top !important;}