@charset "utf-8";
/**
 * @File Name : all.css
 * @Description : Base Adjust + Layout[main+sub] Mobile First!
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2023.07.07 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2023.07.07
 *
 * @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:
		'HANAMDAUM',
		'돋움',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:1400px;
}
#container {position:relative;overflow-x:hidden;}
	#head {clear:both;width:100%;}
		#head_s1 {}
		#head_s2 {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:#051b26;}


.google-trans.notranslate {display:none}

/* 배치.유틸 20191220 */
.width1expand1 {margin-left:-20px;margin-right:-20px;}

/* 로고 */
h1#logo {position:absolute;top: 16px;left:-1px;z-index:30}
h1#logo a {display:block;height: 60px;}
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;}
	h1#logo a {margin:20px 10px;}
}
@media screen and (max-width:999px){
	h1#logo a {height:45px;}
}
@media screen and (max-width:768px){
	h1#logo a {height:40px;}
}
@media screen and (max-width:599px){
	h1#logo a {height:35px;}
}


/* #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;
		background:rgba(77,6,110,.9);
		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:1500px; /* ☆ */
		min-height:100%;
		margin: auto;
		box-shadow:none;
		text-align:center;
	}
	#tnb1c.on>div.cont{right:auto;
		box-sizing:border-box; /* ☆ */
	}

	/* depth1~depth4 */
	/* depth1 */
	#tnb1 div.d1{
		position:static;
		width:auto;
		min-height:100%;
		padding:0; /* ☆ */
		background:transparent;
		overflow:visible;
		box-sizing:border-box;
		display:inline-block;
	}
	#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:46px 23px 30px;
		color: #000;
		font-size:20px;
		font-weight:600;
		text-align:center;
	}
	#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:-30px;left:calc(50% - 12px);content:"";display:block;width:0;border-width:12px;border-style:solid;border-color:transparent transparent #5e1e7c transparent;}




	#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 {font-size:21px;color:#810997}

	/* ★ 주메뉴 전체 오버(포커스) */
	#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:1400px;
		height:0;
		padding:25px 0 20px;
	}

	#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>ul{
		position:relative; /* ☆ 하위메뉴의 기준위치 */
		width:100%; /* ☆ */
		min-height:50px; /* ( .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 28px;
	}
	#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 5px 15px;
		color:#fff;
		font-size:17px;font-weight:400;letter-spacing:-.075em;	
	}
	#tnb1 div.d2>ul>li.hasSub>a{}
	#tnb1 div.d2>ul>li.on>a {
		z-index:20;color:#eeb922;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:#eeb922;font-weight:600;text-decoration:underline;text-underline-position:under;}
	#tnb1 div.d2>ul>li.hasSub.over>a {color:#eeb922;font-weight:600;text-decoration:underline;text-underline-position:under;}
	#tnb1 div.d2>ul>li.on.over>a {color:#eeb922;font-weight:600;text-decoration:underline;text-underline-position:under;}
	#tnb1 div.d2>ul>li.hasSub.on.over>a {color:#eeb922;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:#eeb922;}
	#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;
	}
}
@media screen and (min-width:1260px) and (max-width:1319px){
	#tnb1 div.d1>ul {margin-left:50px}
}

/* #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:27px; /* (화면확인) */
		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; /* ☆ */
		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 40px;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:25px 30px 20px; /* ☆ */
		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:#eeb922;
		background-color:#4d066e;
	}
	#tnb1 div.d1>ul>li.on>a>.t1 {position:relative;font-weight:600}
	#tnb1 div.d1>ul>li.on>a>.t1:before {position:absolute;top:19px;left:25px;content:"";display:block;width:17px;height:11px;background:url(../../img/inc/layout_sprite.png) no-repeat -140px -107px}
	#tnb1 div.d1>ul>li.hasSub>a>.ic1 {position:absolute;top:50%;right:20px;width:30px;height:30px;background:#f6f7f8;margin-top:-15px;border-radius:8px;z-index:1}
	#tnb1 div.d1>ul>li.hasSub>a>.ic1:before {position:absolute;top:50%;left:50%;margin:-8px -6px;content:"";display:block;width:12px;height:12px;border:3px solid #777;box-sizing:border-box;border-radius:3px;transform:rotate(45deg);border-top:0;border-left:0}
	#tnb1 div.d1>ul>li.hasSub.on>a>.ic1 {background-color:rgba(255,255,255,.6)}
	#tnb1 div.d1>ul>li.hasSub.on>a>.ic1:before {transform:rotate(225deg);margin-top:-4px;border-color:#4d066e}
	/* 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 25px;box-sizing:border-box;}
	#tnb1 div.d1>ul>li.on div.d2 {display:block;height:auto;opacity:1;z-index:10;padding-top:15px;padding-bottom:15px;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:12px 15px 12px 5px;
		background:transparent;
		color:#222;
		font-size:18px;
		transition:.2s;		
	}
	#tnb1 div.d2>ul>li.on>a {text-decoration:underline;color:#ac0d33;text-underline-position:under;}
	#tnb1 div.d2>ul>li.on.hasSub>a {text-decoration:none}
	#tnb1 div.d2>ul>li.hasSub>a>.ic1 {position:absolute;top:17px;right:6px;width:10px;height:10px;background:url(../../img/inc/layout_sprite.png) no-repeat -171px -107px}
	#tnb1 div.d2>ul>li.on.hasSub>a>.ic1 {background-position:-159px -107px}


	/* depth3 */
	#tnb1 li>div.d3 {}
	#tnb1 li.on>div.d3 {border-bottom:0;background:#f3f5f9;}
	#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:14px;
	}
	#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:999px){
	#tnb1 .b1.toggle {top:24px;}
}
@media screen and (max-width:768px){
	#tnb1 .b1.toggle {top:20px;}
}
@media screen and (max-width:599px){
	#tnb1 .b1.toggle {top:18px;}
}
@media screen and (max-width:499px){
	#tnb1c .b2.close {right:10px;width:43px;height:43px;}
	#tnb1c>div.cont {width:100%;}
	#tnb1c.on>div.cont:before {height:70px;background-size:auto 35px}
	#tnb1 div.d1>ul>li>a {font-size:18px;}
	#tnb1 div.d1>ul>li>a>.t1 {padding:20px 20px 15px}
	#tnb1 div.d1>ul>li.hasSub>a>.ic1 {right:10px;}
	#tnb1 li>div.d2 {padding:0 15px}
	#tnb1 div.d1>ul>li.on div.d2 {padding-top:7px;padding-bottom:7px;}
	#tnb1 div.d2>ul>li>a {font-size:16px;}
}

#gn1 {position:absolute;top:34px;right:-6px;z-index:30}
#gn1 ul li {position:relative;float:left;margin-right:6px;}
#gn1>ul>li>a {display:block;width:48px;height:48px;background:url(../../img/inc/layout_sprite.png) no-repeat;}
#gn1 ul li.lang .cont {position:absolute;top:50px;left:-8px;display:none;background:#5e1e7c;}
#gn1 ul li.lang .cont.on {display:block;padding:15px 0;border-radius:25px}
#gn1 ul li.lang .cont ul li {margin:1px 0;}
#gn1 ul li.lang .cont ul li a {display:block;color:#fff;padding:5px 10px;font-size:14px;line-height:1}
#gn1 ul li.lang .cont ul li a:hover, #gn1 ul li.lang .cont ul li a:focus {text-decoration:underline;text-underline-position:under}
#gn1 ul li.lang .cont .b1.close {position:absolute;top:-50px;left:8px;width:48px;height:48px;background:#5e1e7c;border-radius:50%;}
#gn1 ul li.lang .cont .b1.close:before, #gn1 ul li.lang .cont .b1.close:after {position:absolute;top:calc(50% - 10px);left:calc(50% - 1px);content:"";display:block;width:2px;height:20px;background:#fff;transform:rotate(45deg)}
#gn1 ul li.lang .cont .b1.close:after {transform:rotate(-45deg)}
/* 아이콘 */
#gn1 ul li.facebook>a {background-position:0 0}
#gn1 ul li.insta>a {background-position:-50px 0}
#gn1 ul li.sitemap>a {background-position:-100px 0}
#gn1 ul li.lang>a {background-position:-150px 0}
@media screen and (max-width:1419px){
	#gn1 {right:4px;}
}
@media screen and (max-width:1259px){
	#gn1 {display:none}
}

/* 모바일용 바로가기 */
.gn1_mobile {display:none}
@media screen and (max-width:1259px){
	.gn1_mobile {display:block;background:#fff;text-align:center;padding:10px 0}
	.gn1_mobile .gn1c1 {position:relative;display:inline-block;vertical-align:top;margin:0 5px}
	.gn1_mobile #sns2 ul li {display:inline-block;vertical-align:top;margin:0 1px}
	.gn1_mobile #sns2 ul li a {display:block;width:39px;height:39px;background-size:800px auto;background-image:url(../../img/inc/layout_sprite.png);background-repeat:no-repeat;}
	.gn1_mobile #sns2 ul li.facebook a {background-position:0 0}
	.gn1_mobile #sns2 ul li.insta a {background-position:-40px 0}
	.gn1_mobile #lang2 {margin:0 0 0 -2px}
	.gn1_mobile #lang2 a.toggle {display:block;width:39px;height:39px;background:url(../../img/inc/layout_sprite.png) no-repeat -120px 0 / 800px auto;text-indent:-9999px;}
	.gn1_mobile #lang2 a.toggle:after {content:"";display:inline-block;vertical-align:middle;width:0;border-style:solid;border-width:5px;border-color:#333 transparent transparent transparent;margin-top:2px;margin-left:5px}
	.gn1_mobile #lang2 a.toggle.on:after {transform:rotate(180deg);margin-top:-8px;}
	.gn1_mobile #lang2c1 {position:absolute;top:47px;left:-20px;display:none;z-index:20;background:#f6f7f8;;width:calc(100% + 40px);border-radius:5px;}
	.gn1_mobile #lang2c1.on {display:block;box-shadow:0 0 8px rgba(0,0,0,.2)}
	.gn1_mobile #lang2c1.on ul {padding:5px 10px}
	.gn1_mobile #lang2c1.on ul li a {display:block;font-size:14px;color:#222;padding:8px 0;border-bottom:1px dashed #ddd}
	.gn1_mobile #lang2c1.on ul li:last-child a {border-bottom:0}
	.gn1_mobile #lang2c1.on .b1.close {position:absolute;top:-48px;right:20px;width:40px;height:40px;background:#f6f7f8;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.2)}
	.gn1_mobile #lang2c1.on .b1.close:before, .gn1_mobile #lang2c1.on .b1.close:after {position:absolute;top:50%;left:50%;margin:-10px -1px;content:"";display:block;width:2px;height:20px;background:#555;}
	.gn1_mobile #lang2c1.on .b1.close:before {transform:rotate(45deg)}
	.gn1_mobile #lang2c1.on .b1.close:after {transform:rotate(-45deg)}
}


/* foot */
#foot {text-align:center;padding-bottom:100px;}
#foot * {font-family:"S-CoreDream", sans-serif;}
#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:#98abaf;letter-spacing:0;line-height:24px}
#gotop1 {position:fixed;bottom:20px;right:-100px;width:70px;height:70px;text-indent:-9999px;background:url(../../img/inc/layout_sprite.png) no-repeat -200px 0;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-size:900px auto;background-position:-180px 0}
	#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:700px auto;background-position:-140px 0}
	#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%}
}



/*외국어 홈페이지- 영문 헤더메뉴 수정*/
/* #tnb1 ))) desktop 화면 */
@media all and (min-width:1260px){

	#tnb1 div.d1>ul>li>a>.t1.engt1 {
    font-size: 18px;
    letter-spacing: -1px;
}
}


