@charset "utf-8";
/**
 * @File Name : all.css
 * @Description : Base Adjust + Layout[main+sub] Mobile First!
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2023.11.01 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2023.11.01
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* base.css )) Overwrite. 20200117 ◆◆◆ */
body{
	background:#fff;
	color:#444; /* ☆#555 */
	font-weight:500;
	font-size:1em; /* (((16px */
	line-height:1.75; /* ☆ */
	letter-spacing:-.05em; /* (-.5px/16px) */
}

[lang|='ko'],
[lang|='ko']>*{
	font-family:
		'Pretendard',
		'돋움',Dotum,
		Helvetica,'Helvetica Neue',
		Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {letter-spacing:-.05em}

/* ◇◆ 공용 ◇◆ */
/* ◇◆ Layout[main+sub] ◇◆◇◆◇◆◇◆◇◆ */
html,
body,
#container, #wrap, #body {min-height:100%;}
.container {position:relative;
	min-width:280px; /* ☆ */
	margin:auto; /* ☆ */
	max-width:1420px;
}
#container {position:relative;overflow-x:hidden;}
	#head {clear:both;width:100%;}
		#head_s1 {background:#f6f6f6;height:43px;border-bottom:1px solid #ddd;font-family:"Malgun Gothic", "맑은고딕", sans-serif;}
		#head_s2 {position:relative;border-bottom:1px solid rgba(255,255,255,.2);z-index:3}
		#head_s3 {position:relative;}
		#head_s2>.container {}
	#wrap {
		clear:both;
		position:relative;
		min-height:50px; /* ☆ 펼친 콘텐츠 높이 고려. */
		z-index:2;
	}
		#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:#05141f;}
.google-trans.notranslate {display:none}

/* 배치.유틸 20191220 */
.width1expand1 {margin-left:-20px;margin-right:-20px;}
@media screen and (max-width:1259px){
	#head_s2 {background:#fff;z-index:auto}
}
@media screen and (max-width:1199px){
	#head_s1 {border-bottom:0;background:#fff;height:43px}
}

/* 글로벌 */
#gn1 {float:left;}
#gn1 .toggle {display:none;}
#gn1c {display:block !important;overflow:hidden}
#gn1c ul li {float:left;width:92px;text-align:center;}
#gn1c ul li:nth-child(11) {width:auto;}
#gn1c ul li:nth-child(6) {width:auto;}
#gn1c ul li a {position:relative;display:block;color:#767779;font-size:14px;line-height:19px;padding:12px 5px;border-left:1px solid #ddd;letter-spacing:-.075em}
#gn1c ul li a img {vertical-align:middle;margin:-4px 2px 0 0}
#gn1c ul li[data-sitekey=biz119] a {background:#d03e79;color:#fff;font-weight:600;padding:12px 6px 13px}
#gn1c ul li[data-sitekey=biz119].on>a:before {content:'';display:block;position:absolute;left:50%;bottom:0;width:0;height:0;margin:0 -5px;border:0 solid transparent;border-bottom-color:#fff;	border-width:0 5px 5px 5px;}
#gn2 {float:right;padding-top:4px}
#gn2 ul li a {display:block;padding:0 16px;background:#bb3e9f;color:#fff;font-size:16px;line-height:36px;border-radius:5px;font-weight:600;}
@media screen and (max-width:1439px){
	#gn2 {margin-right:10px;}
}
@media screen and (max-width:1259px){
	#gn1c ul li {width:auto}
	#gn1c ul li a {padding-left:10px;padding-right:10px;}
	#gn2 {padding-top:6px;}
	#gn2 ul li a {font-size:15px;padding:0 10px;line-height:32px;}
}
@media screen and (max-width:1199px){
	#gn1 {position:absolute;top:0;left:0;width:100%;min-height:43px;border-bottom:1px solid #ddd;background:#f6f6f6;padding-right:160px;box-sizing:border-box;}
	#gn1:after {position:absolute;top:0;right:0;content:"";display:block;width:160px;height:100%;background:#f6f6f6;}
	#gn1c {position:absolute;top:0;left:0;width:2000px;height:100%;white-space:nowrap;display:block !important}
	#gn1c ul {display:inline-block;margin:0 0 -1px -1px;white-space:nowrap;overflow:hidden}
	#gn1c ul li {float:none;display:inline-block;margin:0 -.25em 0 0}
	#gn1c ul li a {padding-left:12px;padding-right:12px}
	#gn2 {position:absolute;top:4px;right:-5px;padding-top:0}
}
@media screen and (max-width:768px){
	#gn1 {padding-right:140px;}
	#gn1:after {width:140px;}
	#gn2 ul li a {font-size:14px;padding:0 5px;}
}
@media screen and (max-width:599px){
	#gn1:after {width:125px;}
	#gn1c ul li a {padding-left:8px;padding-right:8px}
	#gn2 ul li a {font-size:13px;}
}

/* 로고 */
h1#logo {position:absolute;top:29px;left:0;z-index:30}
h1#logo a {display:block;height:49px}
h1#logo a img {width:auto;height:100%}
@media screen and (max-width:1419px){
	h1#logo {left:10px;}
}
@media screen and (max-width:1259px){
	h1#logo {position:relative;top:auto;left:auto;display:inline-block;vertical-align:top;margin:15px 10px;}
}
@media screen and (max-width:1099px){
	h1#logo a {height:45px;}
}
@media screen and (max-width:999px){
	h1#logo a {height:40px;}
}
@media screen and (max-width:599px){
	h1#logo a {height:35px;}
}
@media screen and (max-width:499px){
	h1#logo a {height:30px;}
}


/* #tnb1 ))) desktop 화면 */
@media all and (min-width:1260px){
	/* 주메뉴 20190628. makeActive2ClickHover('#tnb1'); ))) 모바일과 많이 다르니, 스타일 분리
	 * 1차 inline배치. 하위absolute배치. 2차 block배치. 3차 inline배치.
	 */
	#tnb1{
		/* z-index:20; ☆쌓임맥락만들지마요! */
		/* float:left; */
		position:relative;
		width:auto;
		height:100px;
		line-height:1.375;
	}
	/* 데스크탑 감춤 */
	#tnb1 .b1.toggle,
	#tnb1c .b2,
	#tnb1logo,
	#tnb1head_s1,
	#tnb1head_s2,
	#tnb1c>div.cont>.bg,
	#tnb1c>div.cont:before{display:none;}
	#tnb1c{
		display:block !important; /* ☆ */
		z-index:20; /* ( z < #gn3 ) */
		position:relative; /* ☆ */
		width:100%;
		height:100%;
		/* background:#fff; */
		transition:all .35s ease !important;
	}
	#tnb1c>.bg{/* display:none; */
		display:block;
		z-index:0; /* ( z 최소값 ) */
		position:absolute;
		left:-200%;
		right:-200%;
		top:100px;height:0;		
		transition:all .35s ease;
		/* transition:height .25s ease; */
		/* background:#0054a6; */
	}
	/* #tnb1c.over>.bg {display:block;height:calc(100% - 100px);} */


	#tnb1c>div.cont{
		float:none;
		position:relative;
		right:auto;
		max-width:1420px; /* ☆ */
		min-height:100%;
		margin: auto;
		box-shadow:none;
		text-align:right;
	}
	#tnb1c.on>div.cont{right:auto;
		box-sizing:border-box; /* ☆ */
	}

	/* depth1~depth4 */
	/* depth1 */
	#tnb1 div.d1{
		position:relative;
		width:auto;
		min-height:100%;
		padding:0; /* ☆ */
		background:transparent;
		overflow:visible;
		box-sizing:border-box;
		display:inline-block;margin-right:-23px;
	}
	#tnb1 div.d1>ul{
		width:100%;
		min-height:0; /* >=1차메뉴전체높이 */
	}
	#tnb1 div.d1>ul>li{
		position:relative;/* ☆ */
		display: inline-block;
		margin:0 -2px;
	}
	/* ☆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;
		height:24px;
		padding:40px 23px 36px;
		color: #000;
		font-size:20px;
		font-weight:500;
		text-align:center;letter-spacing:-.05em;
	}
	#tnb1 div.d1>ul>li>a:before{}
	#tnb1 div.d1>ul>li:first-child>a:before{
		display:none;
	}
	#tnb1 div.d1>ul>li>a>.ic1{display:none;
		width:0;
		height:100%;
		vertical-align:middle;
	}
	#tnb1 div.d1>ul>li>a>.t1{position:relative;display:block;
		line-height:24px;
	}
	#tnb1 div.d1>ul>li.on>a>.t1:after, #tnb1 div.d1>ul>li.over>a>.t1:after {position:absolute;bottom:-36px;left:0;content:"";display:block;width:100%;height:2px;background:#fff;z-index:10}
	#head.is-over #tnb1 div.d1>ul>li.on>a>.t1:after, #head.is-over #tnb1 div.d1>ul>li.over>a>.t1:after {background-color:#1d1ea4}

	#tnb1 div.d1>ul>li.hasSub>a{}
	#tnb1 div.d1>ul>li.on>a, #tnb1 div.d1>ul>li.over>a, #tnb1 div.d1>ul>li.on.over>a {color:#fff;font-weight:600;}
	#head.is-over #tnb1 div.d1>ul>li.on>a, #head.is-over #tnb1 div.d1>ul>li.over>a, #head.is-over #tnb1 div.d1>ul>li.on.over>a {color:#1d1ea4;}

	/* ★ 주메뉴 전체 오버(포커스) */
	#tnb1 div.d1.over{}
	#tnb1 div.d1.over>.bg{}

	/* ★ 1차 메뉴별 오버(포커스) */
	/* .over 우선순위는 body[data-layout*='main'] #tnb1 div.d1>ul>li.on>a{} 보다 높아야한다. */
	#tnb1 div.d1>ul>li.over[class][class]>a {}
	#tnb1 div.d1>ul>li.over[class][class]>a>.t1:before {}

	/* 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;}
	#tnb1 li.on>div[class^='d']{}
	#tnb1 li>div.d3, /* ☆3차다보임추가 */
	#tnb1 li.on>div.d3,
	#tnb1 li.over>div[class^='d']{
		visibility:visible;
		height:auto;
		opacity:1;
		transition:all .35s ease .05s;
	}

	/* depth2 */
	#tnb1 li>div.d2{ /* 우선순위값 #tnb1 li>div[class^='d'] 와 동일 */
		z-index:20;
		position:absolute;left:0;top:100px;
		width:1100px;
		height:0;
		padding:20px 0 10px;box-sizing:border-box;
	}

	#tnb1 div.d2>.bg{ /* ☆ 겹치는 배경 추가 */
		height:0;
		margin:0 -360px;
	}
	/* 데스크탑 only 좌 1차제목.. */
	#tnb1 div.d2>.hg1 {display:none}

	#tnb1 div.d2>.hg1>.h1{display:block;
		z-index:10;
		position:relative;
		color:#fff;
		font-weight:600;
		font-size:36px;
	}
	#tnb1 div.d2>.hg1>.t1 {font-size:16px;color:#fff;line-height:24px;font-weight:400;}
	#tnb1 div.d2>.hg1>.h2{display:block;
		z-index:10;
		position:relative;
		margin:10px 0;
		color:#fff;
		font-size:16px;
		line-height:24px;font-weight:400
	}
	#tnb1 div.d2>.hg1>.ic1{display:block;
		width:99px;
		height:96px;
		background:url() no-repeat right bottom;margin:35px 65px 0 auto;
	}

	#tnb1 div.d2:before {position:absolute;top:0;left:50%;content:"";display:block;width:400%;height:100%;background:#f6f7f8;z-index:-1;margin-left:-200%;}

	#tnb1 div.d2>ul{
		position:relative; /* ☆ 하위메뉴의 기준위치 */
		width:100%; /* ☆ */
		min-height:45px; /* ( .hg1>.ic1{height} + box-shadow) */
		margin:0; /* ☆ */
		overflow:hidden;text-align:left;
		box-sizing:border-box;
	}
	#tnb1 div.d2>ul>li{
		clear:both; /* ☆ */
		position:relative;display:inline-block;vertical-align:top;
		margin:0 17px;
	}
	#tnb1 div.d2>ul>li:after {position:absolute;top:50%;right:-17px;margin-top:-5px;content:"";display:block;width:1px;height:10px;background:#c7c7c7;}
	#tnb1 div.d2>ul>li:last-child:after {display:none}
	#tnb1 div.d2>ul>li>a{
		display:block;
	/* 	float:left; */
		z-index:10;
		position:relative;
		box-sizing:border-box; /* ☆ */
		/* min-width:221px; */
		min-height:22px;
		margin:0;
		padding:5px 0;
		color:#000;
		font-size:18px;font-weight:400;letter-spacing:-.075em;	
	}
	#tnb1 div.d2>ul>li.hasSub>a{}
	#tnb1 div.d2>ul>li.on>a {
		z-index:20;color:#1d1ea4;font-weight:600;text-decoration:underline;text-underline-position:under;
	}
	#tnb1 div.d2>ul>li.hasSub.on>a {}
/* 	#tnb1 div.d2>ul>li>a>.ic1 {position:absolute;top:14px;left:0;width:6px;height:5px;border-radius:50%;background:#fff;}
	#tnb1 div.d2>ul>li.on>a>.ic1, #tnb1 div.d2>ul>li.over>a>.ic1, #tnb1 div.d2>ul>li.on.over>a>.ic1 {background-color:#eeb922} */

	/* ★ 오버(포커스) */
	#tnb1 li.over>div.d2 {z-index:20;overflow:visible;display:block;}
	#tnb1 div.d2>ul>li.over>a {color:#1d1ea4;font-weight:600;text-decoration:underline;text-underline-position:under;}
	#tnb1 div.d2>ul>li.hasSub.over>a {color:#1d1ea4;font-weight:600;text-decoration:underline;text-underline-position:under;}
	#tnb1 div.d2>ul>li.on.over>a {color:#1d1ea4;font-weight:600;text-decoration:underline;text-underline-position:under;}
	#tnb1 div.d2>ul>li.hasSub.on.over>a {color:#1d1ea4;font-weight:600;text-decoration:underline;text-underline-position:under;}
	#tnb1 div.d2>ul>li>a:hover,
	#tnb1 div.d2>ul>li>a:focus {color:#1d1ea4;}
	#tnb1 div.d2>ul>li>a:hover:before,
	#tnb1 div.d2>ul>li>a:focus:before,
	#tnb1 div.d2>ul>li.on>a:before {display:inline-block;}
	#tnb1 div.d2>ul>li.on>a:hover,
	#tnb1 div.d2>ul>li.on>a:focus {}

	/* depth2 위치값 */
/* 	#tnb1 li.m3>div.d2, #tnb1 li.m4>div.d2 {right:0;left:auto;width:1000px;}
	#tnb1 li.m3>div.d2 ul, #tnb1 li.m4>div.d2 ul {text-align:right;} */


	/* depth3 */
	#tnb1 li>div.d3{ /* 우선순위값 #tnb1 li>div[class^='d'] 와 동일 */
		display:none;
		position:relative;
		padding:13px 0 6px; /* px값(소수점 오차 방지) */
		overflow:hidden;
	}
	#tnb1 li>div.d3:after {position:absolute;bottom:0;left:0;content:"";display:block;width:100%;height:1px;background:#ececec;}
	#tnb1 li:first-child>div.d3 {border-top-color:transparent;}
	#tnb1 li:last-child>div.d3 {border-bottom-color:transparent;}
	#tnb1 li.on>div.d3 {}
	#tnb1 div.d3>ul {margin:0;	padding:0 0 0 10px}
	#tnb1 div.d3>ul>li {}
	#tnb1 div.d3>ul>li>a {display:block;
		z-index:10;
		position:relative;
		min-height:0;
		margin:0;
		padding:.25em 12px;
		border:0;
		color:#333;
		font-size:15px;
	}
	#tnb1 div.d3>ul>li>a:before {position:absolute;top:10px;left:0;content:"";display:block;width:6px;height:6px;background:#666;border-radius:50%}
	#tnb1 div.d3>ul>li.hasSub>a {}
	#tnb1 div.d3>ul>li.on>a {color:#4092a9;font-weight:500;text-decoration:underline;text-underline-position:under}
	#tnb1 div.d3>ul>li.on>a:before {background:#4092a9}
	#tnb1 div.d3>ul>li.hasSub.on>a {}

	/* ★ 오버(포커스) */
	#tnb1 li.over>div.d3{}
	#tnb1 div.d3>ul>li.over>a{}
	#tnb1 div.d3>ul>li.hasSub.over>a{}
	#tnb1 div.d3>ul>li.on.over>a{}
	#tnb1 div.d3>ul>li.hasSub.on.over>a{}
	#tnb1 div.d3>ul>li>a:hover,
	#tnb1 div.d3>ul>li>a:focus{
		color:#000;
		text-decoration:underline !important;text-underline-position:under
	}

	/* 20190522 새 창 */
	#tnb1 div.d2>ul>li>a[target='_blank']:after,
	#tnb1 div.d3>ul>li>a[target='_blank']:after{
		content:'';
		display:inline-block;
		width:15px;height:14px;
		margin:-6px 0 0 7px;
		background:url(../../img/inc/ic15newwindow.png) no-repeat;
		vertical-align:middle;
	}

	/* depth2 위치 */
	#tnb1 li.m4>div.d2, #tnb1 li.m6>div.d2 {right:0;left:auto;}
	#tnb1 li.m4>div.d2>ul, #tnb1 li.m6>div.d2>ul {text-align:right}	
}
@media screen and (min-width:1260px) and (max-width:1439px){
	#tnb1 div.d1 {margin-right:0}
}

/* #tnb1 ))) 미디어쿼리 max-width:1259px 안으로 보냄 모바일화면 */
@media all and (max-width:1259px){
	/* 주메뉴 20191220. makeActive2ClickHover('#tnb1'); */
	#tnb1{
		position:absolute;left:0;right:0;top:0;
		width:100%;
		margin:auto;
		line-height:1.375;
		height:auto;
	}
	#tnb1 .b1.toggle{float:left;
		z-index:10;
		position:absolute;
		right:10px;
		top:22px; /* (화면확인) */
		box-sizing:border-box; /* ☆ */
		width:40px;height:40px;
		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/ic80a1c1bars5@2x.png) no-repeat;
		background-size:contain;
		opacity:1;
	}
	#tnb1 .b1.toggle.on {display:none}
	#tnb1 .b1.toggle.on .ic1 {background-image:url(../../img/inc/ic80a1c1close1@2x.png);}
	#tnb1c{display:block !important; /* ☆ */
		visibility:hidden; /* ☆ */
		z-index:110; /* ☆ */
		position:fixed; /* ☆ */
		left:auto;
		right:-200%;
		top:0;bottom:0;
		width:100%;
		height:auto !important; /* ☆ PC용 JS로 마든 style 속성 초기화 */
		overflow-y:visible; /* ☆ */
		transition:.0s;
		/* ★☆ToEdit) 확인용 */
		/* visibility:visible !important;
		right:0 !important; */
	}
	#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;
		background:rgba(0,0,0,.7);
		opacity:0;
		transition:.0s;
	}
	#tnb1c.on>.bg {visibility:visible;opacity:1;	transition:.2s;}
	/* ☆ */
	#tnb1c .b2{z-index:110;
		position:absolute;right:15px;top:15px;
		width:50px;height:50px;background:#31373d;border-radius:5px
	}
	#tnb1c .b2:before, #tnb1c .b2:after {position:absolute;top:50%;left:50%;margin:-15px -1px;content:"";display:block;width:2px;height:30px;background:#fff}
	#tnb1c .b2:before {transform:rotate(45deg)}
	#tnb1c .b2:after {transform:rotate(-45deg)}
	#tnb1c .b2>.ic1 {}
	#tnb1c .b2.close {}
	#tnb1c .b2.close>.ic1{}
	#tnb1c .d1 ~ .b2.close>.ic1 {opacity:0;}
	/* ☆ */
	#tnb1c>div.cont{
		display:none; /* [All]키보드지나감방지 */
		position:relative;
		right:-100%;
		box-sizing:border-box; /* ☆ */
		max-width:470px;
		height:100%;
		min-width:300px;
		overflow:visible;
		 /*overflow-y:auto; ☆ */
		margin:auto 0 auto auto;
		background:transparent;
		/* ★☆ToEdit) 확인용 */
		/* display:block; */
		/* right:0 !important; */
	}
	#tnb1c.on>div.cont {display:block;right:0;}
	#tnb1c.on>div.cont:before {content:"";display:block;width:100%;height:80px;background:#fff url(../../img/inc/logo@2x.png) no-repeat 15px 50% / auto 35px;border-bottom:1px solid #e0e0e0;}

	/* depth1~depth4 */
	#tnb1 .smain {display:block;}
	/* depth1 */
	#tnb1 div.d1{
		clear:both;
		position:relative;
		overflow-y:auto;
		overflow-x:hidden;		
		height:100%;
		background:#fff;z-index:1
	}
	#tnb1 div.d1>ul {position:relative;}
	#tnb1c.over div.d1>ul:after {width:50%}
	#tnb1 div.d1>ul>li{display:inline;}
	#tnb1 div.d1>ul>li>a{display:block;
		z-index:20; /* .d2 보다 높여준다 */
		position:relative;
		box-sizing:border-box; /* ☆ */
		color:#000;
		font-size:20px;padding:0;
		word-break:keep-all;
		word-wrap:break-word;	
		border-top:1px solid #e0e0e0;
	}
	#tnb1 div.d1>ul>li:last-child>a {border-bottom:1px solid #e0e0e0}
	#tnb1 div.d1>ul>li>a>.t1{display:block; /* ☆ */
		padding:20px 25px 15px; /* ☆ */
		font-size:inherit;font-weight:400
	}
	#tnb1 div.d1>ul>li>a:hover,
	#tnb1 div.d1>ul>li>a:focus{}	

	/* depth1 활성 */
	#tnb1 div.d1>ul>li.on>a{
		color:#fff;
		background-color:#5253ba;
	}
	#tnb1 div.d1>ul>li.on>a>.t1 {position:relative;font-weight:600}
	#tnb1 div.d1>ul>li.hasSub>a:after {position:absolute;top:17px;right:20px;content:"";display:block;width:30px;height:30px;background:#f6f7f8 url(../../img/inc/layout_sprite.png) no-repeat -114px 0;border-radius:8px;}
	#tnb1 div.d1>ul>li.hasSub.on>a:after {background-position:-114px -32px;}

	/* depth2~3 */
	#tnb1 li>div[class^='d']{
		display:none;visibility:hidden;
		height:0;opacity:0;
	}
	#tnb1 li.on>div[class^='d']{
		display:block;visibility:visible;
		height:auto;opacity:1;
		margin-left:0;
	}
	/* depth2 */
	#tnb1 li>div.d2 {	position:relative;background:#f6f7f8;transition:right .25s ease;left:auto;display:block;padding:0 20px;box-sizing:border-box;}
	#tnb1 div.d1>ul>li.on div.d2 {display:block;height:auto;opacity:1;z-index:10;padding-top:10px;padding-bottom:10px;border:0;}
	#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 li>div.d2>ul {margin-left:0;width:100%;}
	#tnb1 div.d2>ul>li {position:relative;width:100%;float:none;margin:0;border-bottom:1px solid #e1e1e1;}
	#tnb1 div.d2>ul>li:last-child {border-bottom:0}
	#tnb1 div.d2>ul>li>a{display:block;
		z-index:10;
		position:relative;
		padding:14px 15px 12px 5px;
		background:transparent;
		color:#222;
		font-size:18px;
		transition:.2s;		
	}
	#tnb1 div.d2>ul>li.on>a {text-decoration:underline;color:#5253ba;text-underline-position:under;}
	#tnb1 div.d2>ul>li.on.hasSub>a {text-decoration:none}
	#tnb1 div.d2>ul>li.hasSub>a:after {position:absolute;top:10px;right:0;content:"";display:block;width:30px;height:30px;background:#fff url(../../img/inc/layout_sprite.png) no-repeat -114px -64px;border-radius:8px;}
	#tnb1 div.d2>ul>li.hasSub.on>a:after {background-position:-82px -78px}


	/* depth3 */
	#tnb1 li>div.d3 {}
	#tnb1 li.on>div.d3 {border-bottom:0;background:#fff;}
	#tnb1 div.d3>.bg{display:none;} /* ☆ */
	#tnb1 div.d3>ul {margin:0;padding:12px 15px}
	#tnb1 div.d3>ul>li{position:relative;}
	#tnb1 div.d3>ul>li>a {position:relative;display:block;
		z-index:10;
		position:relative;min-height:0;
		padding:7px 10px;
		color:#666;
		font-size:16px;
	}
	#tnb1 div.d3>ul>li>a:before {position:absolute;top:16px;left:0;content:"";display:block;width:3px;height:3px;background:#ccc}
	#tnb1 div.d3>ul>li.on>a:before {background-color:#343b92;border-radius:50%;}
	#tnb1 div.d3>ul>li.hasSub.on>a:after {display:none}
	#tnb1 li.on>div.d3>ul>li.on>a {text-decoration:underline;color:#343b92;text-underline-position:under}
	/* depth4 */
	#tnb1 div.d4 {display:none}
	#tnb1 li>div.d4 {	padding:14px 10px;background:#E8E8E8;margin:5px 0}
	#tnb1 li.on>div.d4 {display:none}
	#tnb1 div.d4>.bg{display:none;} /* ☆ */
	#tnb1 div.d4>ul>li{position:relative;padding-left:10px;}
	#tnb1 div.d4>ul>li>a{position:relative;display:block;
		z-index:10;
		position:relative;min-height:0;
		padding:6px 10px;
		border-top:0 solid #666;
		color:#666;
		font-size:14px;
	}
	#tnb1 div.d4>ul>li>a:before {position:absolute;top:13px;left:0;content:"";display:block;width:3px;height:3px;background:#666;}
	#tnb1 div.d4>ul>li.hasSub>a {}
	#tnb1 div.d4>ul>li.on>a:before {}
	#tnb1 li.on>div.d4>ul>li.on>a {text-decoration:underline;}

	/* 20191220 새 창 */
	#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:15px;height:14px;
		margin:-6px 0 0 7px;
		background:url(../../img/inc/ic15newwindow.png) no-repeat;
		vertical-align:middle;
	}
	#tnb1 div.d3>ul>li>a[target='_blank']:after, 
	#tnb1 div.d3>ul>li>a[target='_blank']:after	{width:12px;height:11px;background-size:contain;margin-left:4px}
	#anb1 {display:none;}
} /* (max-width:1259px) */
@media screen and (max-width:1099px){
	#tnb1 .b1.toggle {top:18px}
}
@media screen and (max-width:599px){
	#tnb1 .b1.toggle {top:14px;}
}
@media screen and (max-width:499px){
	#tnb1 .b1.toggle {top:11px;}
}


/* foot */
#foot {text-align:center;padding-bottom:90px;}
/* 배너 */
#banner1 {position:relative;background:#fff;border-top:1px solid #f2f3f4;text-align:left;padding:23px 0 25px}
#banner1 .h1 {position:absolute;top:16px;left:0;font-size:24px;line-height:1;font-weight:600;color:#000;letter-spacing:-.05em;}
#banner1 .mControl {position:absolute;top:10px;left:213px}
#banner1 .mControl .m {display:inline-block;vertical-align:top;width:36px;height:36px;background:#f9f9fb url(../../img/inc/layout_sprite.png) no-repeat;border:0;border-radius:50%;}
#banner1 .mControl .m.prev {background-position:0 0}
#banner1 .mControl .m.next {background-position:-76px 0}
#banner1 .mControl .m.stop {background-position:-38px 0}
#banner1 .mControl .m.play {background-position:-76px -38px}
#banner1 .mControl .m.on {display:none}
#banner1 .mView {position:relative;height:54px;overflow:hidden;margin-left:358px}
#banner1 .mView .mCont {position:absolute;top:0;left:0;width:100%;overflow:hidden;transition:.35s ease;}
#banner1 .mView .mCont .mContC {float:left;display:table;width:235px;margin:0 15px;}
#banner1 .mView .mCont .mContC a {display:table-cell;width:100%;height:54px;line-height:1;vertical-align:middle;font-size:18px;background:#eef2f5;color:#000;text-align:center;border-radius:28px;font-family:"GmarketSans", sans-serif;box-sizing:border-box;padding:0 15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
@media screen and (max-width:1439px){
	#banner1 {padding-left:10px;padding-right:10px;}
	#banner1 .h1 {font-size:22px;}
	#banner1 .mControl {left:190px;}
	#banner1 .mView {margin-left:310px}
	#banner1 .mView .mCont .mContC {width:212px;margin:0 5px}
	#banner1 .mView .mCont .mContC a {font-size:17px;}
}
@media screen and (max-width:999px){
	#banner1 .h1 {position:relative;top:auto;left:auto;font-size:20px;margin-bottom:15px;}
	#banner1 .mControl {top:-5px;right:10px;left:auto;}
	#banner1 .mView {margin-left:-5px;height:49px;}
	#banner1 .mView .mCont .mContC {width:188px;margin:0 5px}
	#banner1 .mView .mCont .mContC a {font-size:16px;height:49px;}
}
@media screen and (max-width:599px){
	#banner1 {margin-left:-10px;margin-right:-10px;}
	#banner1 .h1 {margin-bottom:20px;}
	#banner1 .mView {height:45px;}
	#banner1 .mView .mCont .mContC a {font-size:15px;height:45px;}
}
@media screen and (max-width:499px){
	#banner1 .h1 {font-size:18px;}
	#banner1 .mControl {top:-12px;right:0;}
	#banner1 .mView {height:40px;}
	#banner1 .mView .mCont .mContC a {font-size:14px;height:40px;}
}

#fn1 {margin:60px 0 30px}
#fn1 li {display:inline-block;vertical-align:top;margin:0 4px}
#fn1 li a {position:relative;display:block;color:#fff;font-size:18px;font-weight:300;line-height:1;padding:5px;}
#fn1 li a:after {position:absolute;top:calc(50% - 1px);right:-8px;content:"";display:block;width:3px;height:3px;background:#fff;border-radius:50%;}
#fn1 li:last-child a:after {display:none}
#fn1 li a:hover, #fn1 li a:focus {text-decoration:underline;text-underline-position:under}
#author1 {color:#fff;letter-spacing:0;font-size:18px;line-height:24px;font-weight:300}
#gotop1 {position:fixed;bottom:20px;right:-100px;width:70px;height:70px;text-indent:-9999px;background:#000 url(../../img/inc/layout_sprite.png) no-repeat 0 -38px;border-radius:50%;transition:all .5s ease;z-index:30}
#gotop1.on {right:20px;}
#gotop1.on.bottom {bottom:24%}
@media screen and (max-width:1259px){
	#foot {padding-bottom:60px}
}
@media screen and (max-width:999px){
	#fn1 {margin:45px 0 20px}
	#fn1 li a {font-size:16px;}
	#author1 {font-size:15px;}
}
@media screen and (max-width:768px){
	#fn1 {margin:35px 0 15px}
	#fn1 li a {font-size:15px;}
	#author1 {font-size:14px;}
	#gotop1 {width:63px;height:63px;background-position:-4px -40px}
	#gotop1.on.bottom {bottom:17.5%}
}
@media screen and (max-width:599px){
	#foot {padding-left:10px;padding-right:10px;padding-bottom:40px}
	#fn1 {margin:30px 0 10px}
	#fn1 li a {font-size:14px;}
	#author1 {font-size:13px;}
	#gotop1 {width:49px;height:49px;background-size:101px auto;background-position:0 -26px}
	#gotop1.on {right:10px;}
	#gotop1.on.bottom {bottom:17.5%}
}
@media screen and (max-width:499px){
	#author1 {word-break:keep-all}
	#gotop1.on.bottom {bottom:21%}
}