@charset "utf-8";
/**
 * @File Name : all.css
 * @Description : Base Adjust + Layout[main+sub] Mobile First!
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2020.04.06 | 김소화 | 최초 등록
 * 2020.04.09 | 김소화 | 요구반영. 결함개선. 고도화.
 * </pre>
 * @author 디자인팀 김소화
 * @since 2020.04.02
 *`
 * @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. 20200407 ◆◆◆ */


/* ★ html{overflow-x:hidden;}
	 )) 한다면 Mobile 높이 100% 적용 배치에서 $(window).scrollTop() 값 구할 수 없다.
	 )) 안하면 Mobile 높이 100% 아닌 배치에서 $(window).scrollTop() 값 구할 수 없다.
 */

@font-face {
    font-family: 'SANJUGotgam';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/SANJUGotgam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TTTtangsbudaejjigae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeL.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'TTTtangsbudaejjigae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeM.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TTTtangsbudaejjigae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}



@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: 400;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: 800;
     font-style: normal;
}


body{
	background:#fff;
	color:#555; /* ☆#555 */
	font-weight:400;
	font-size:1em; /* (((16px */
	letter-spacing:-.03125em; /* (-.5px/16px) */
	overflow-x:hidden; /* ★ Mobile 콘텐츠 가로범람 배치어긋남 방지 */
}



[lang|='ko'],
[lang|='ko']>*{
	font-family:
		'S-CoreDream',
		'Apple SD Gothic Neo',
		'Open Sans',OpenSans,
		'Microsoft JhengHei',
		'Meiryo',
		/* '맑은 고딕','Malgun Gothic',
		'나눔고딕',NanumGothic,'Nanum Gothic', */
		'돋움',Dotum,
		Helvetica,'Helvetica Neue',
		Arial,sans-serif;
}


/* ◇◆ 공용 ◇◆ */


/* ◇◆ Layout[main+sub] ◇◆◇◆◇◆◇◆◇◆ */


/* 배치.전체 20200407. ☆ z-index 쌓임맥락 안만들고.. 개별 콘텐츠에서 z-index 지정 권장! */
html,
body,
#container, #wrap, #body{min-height:100%;}
.container{position:relative;
	min-width:280px; /* ☆ */
	margin:0 20px; /* ☆ */
}
#container{position:relative;}
	#head{clear:both;
		z-index:1;
		background:#fff;
	}

		#head_s1{position:relative}
			#head_s1>.container{margin:0 20px 0 10px}
		#head_s2{position:relative;	}
			#head_s2>.container{}
		#head_s3{}
			#head_s3>.container{margin:auto}
	#wrap{
		clear:both;
		position:relative;
		min-height:50px; /* ☆ 펼친 콘텐츠 높이 고려. */
	}
		#wrap>.container{} /* ))) sub.css, main.css */
			#body{position:relative;}
	#foot{clear:both;position:relative;background:#343640;text-align:center;}
		#foot>.container{padding:50px 0;}


/* 배치.유틸 20200407 */
.width1expand1{
	margin-left:-20px;
	margin-right:-20px;
}


/* ☆ 모바일 감춤 20200407 */



/* only Desktop BG image Preload 20200407 */
/* none */


/* #head */



/* 로고 20200407 */
h1#logo{
	z-index:10;
	display:block;
	position:relative;
	margin:13px 0 12px;
	font-size:0
}
h1#logo a{display:inline-block;}
h1#logo img{width:auto;height:40px;}


#gn1{display:none;}
#gn2{display:none;}



/* #tnb1 (not))) 미디어쿼리 max-width:1259px 안으로 보냄 */


/* #wing */



/* #foot */


/* 내비 20200407 */
#fn1{
	position:relative;
	margin:auto;
	overflow:hidden;
}
#fn1 ul{
	position:relative;
	font-size:0rem; /* ☆ */
	overflow:hidden;
}
#fn1 li{display:inline-block;
	margin:0;padding:0;
	vertical-align:top;
}
#fn1 li>a{position:relative;
	display:block;
	color:#fff;
	font-size:14px;
	padding:0 5px
}
#fn1 li>a .em{color:#fff;font-weight:400}
#fn1 li a:before{content:'';
	display:block;position:absolute;left:0;top:5px;bottom:5px;
	border-left:1px solid #fff;	
}
#fn1 li:first-child a:before{display:none}

#fn1 li>a b{}
#fn1 li>a:hover,
#fn1 li>a:focus{}


/* 작성자(연락처/저작권) 20200407 */
#author1{
	margin-top:20px;
	color:#dfe8ec;
	font-size:14px;
	line-height:1.75;
	overflow:hidden;
}
#author1 a{ /* iOS 는 000-000 를 자동으로 <a href="tel:" /> 로 마크업되니 주의! */
	color:inherit;
}
#author1 .address{
	margin:0;
	font-weight:400
}
#author1 .nophishing{
	margin:.375em 0;
	font-size:1em;
}
#author1 .copyright{display:block;
	margin:.375em 0 1em;
	color:#dfe8ec;
	font-size:1em;
	line-height:1.5;
	letter-spacing:0;
}



/* ETC */


/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */


/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */
@media all and (max-width:767px){/* small ◇◆◇◆◇◆◇◆◇◆ */

html{
	font-size:.875em; /* (14/16) */
}

} /* /(max-width:767px) */
@media all and (max-width:1259px){/* small medium large ◇◆◇◆◇◆◇◆◇◆ */


/* 주메뉴 20200407. makeActive2ClickHover('#tnb1'); */
#tnb1{
	position:absolute;left:0;right:0;top:0;
	width:100%;
	margin:auto;
	line-height:1.375;
}
#tnb1 .b1.toggle{z-index:10;
	position:absolute;right:-20px;top:-66px;
	box-sizing:border-box;
	width:65px;height:65px;
	overflow:hidden;text-indent:-9999px;
	background:#4767b4 url(../../img/inc/ic80a1c1bars2@2x.png) no-repeat 50% 50% / 40px 40px;
}

#tnb1c{display:block !important; /* ☆ */
	visibility:hidden; /* ☆ */
	z-index:100; /* ☆ */
	position:fixed; /* ☆ */
	left:auto;
	right:-320px;
	top:0;bottom:0;
	width:320px;
	height:auto !important; /* ☆ PC용 JS로 마든 style 속성 초기화 */
	/* margin:100px 0 0; */ /* (#height 높이) */
	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;
	/* margin:100px 0 0; */ /* (#height 높이) */
	background:#000;
	background-color:rgba(0,0,0, .6);
	opacity:0;
	transition:.0s;
}
#tnb1c.on>.bg{visibility:visible;
	opacity:1;
	transition:.2s;
}
/* ☆ */
#tnb1c .b2{
	z-index:110;
	position:absolute;right:10px;top:5px;
	width:40px;height:40px;
	background:url(../../img/inc/ic80a1c1close@2x.png) no-repeat 0 0 / contain;
}


/* ☆ */
#tnb1c>div.cont{
	display:none; /* [All]키보드지나감방지 */
	position:relative;
	right:-200%;
	box-sizing:border-box; /* ☆ */
	width:100%;
	height:100%;
	background:#f7f7f7;
	overflow-y:auto; /* ☆ */
	/* ★☆ToEdit) 확인용 */
	/* display:block; */
	/* right:0 !important; */
}
#tnb1c.on>div.cont{
	display:block;
	right:0;
}
/* depth1~depth4 */
#tnb1 .smain{display:block;}
/* depth1 */
#tnb1 div.d1{
	clear:both;
	position:relative;
	/* min-height:100%; ☆ */
	margin:50px 15px 15px;
	border:1px solid rgba(0,0,0, .1);
	background:#fff;
	overflow:hidden;
}
#tnb1 div.d1>ul{position:relative;
	margin:-1px 0 0;
	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-top:1px solid rgba(0,0,0, .1);
	background:url() no-repeat 93.5% 50%;
	color:#000;
	font-size:17px;
	word-break:keep-all;
	word-wrap:break-word;
}
#tnb1 div.d1>ul>li>a>.t1{display:block; /* ☆ */
	padding:.75em 18px; /* ☆ */
	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:#fff;
}
#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{
	padding:.75em 0;
	border-top:1px solid rgba(0,0,0, .1);
}
#tnb1 div.d2>ul>li{position:relative;}
#tnb1 div.d2>ul>li>a{display:block;
	z-index:10;
	position:relative;
	padding:.75em 28px;
	/* border-top:1px solid rgba(0,0,0, .1); */
	background:url(../../img/inc/tnb1d2bg1.png) no-repeat 93.5% 50%;
	color:#333;
	font-size:15px;
	transition:.2s;
}
#tnb1 div.d2>ul>li.hasSub>a{
	background-image:url(../../img/inc/tnb1d2bg1has1.png);
}
#tnb1 li.on>div.d2>ul>li.on>a{
	background-image:url(../../img/inc/tnb1d2bg1on.png);
	color:#000;
	font-weight:600;
}
#tnb1 li.on>div.d2>ul>li.hasSub.on>a{
	margin:.5em 0 0;
	background-color:#555;
	background-image:url(../../img/inc/tnb1d2bg1has1on.png);
	color:#fff;
	font-weight:400;
}
#tnb1 li.on>div.d2>ul>li:first-child.hasSub.on>a{
	margin:-12px 0 0;
}
/* depth3 */
#tnb1 li>div.d3{
	margin:0 0 .5em;
	padding:.625em 0;
	background:#fafafa;
}
#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:.625em 28px;
	/* border-top:1px solid rgba(0,0,0, .1); */
	background:url(../../img/inc/tnb1d3bg1.png) no-repeat 93.5% 50%;
	color:#666;
	font-size:14px;
}
#tnb1 div.d3>ul>li.hasSub>a{
	background-image:url(../../img/inc/tnb1d3bg1has.png);
}
#tnb1 li.on>div.d3>ul>li.on>a{
	background-image:url(../../img/inc/tnb1d3bg1on.png);
	color:#000;
	font-weight:600;
}
/* depth4 */
#tnb1 li>div.d4{
	padding:0 0 .5em;
	/* background:#f4f4f4; */
}
#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:.375em 38px;
	border-top:0 solid #666;
	background:url(../../img/inc/tnb1d4bg1.png) no-repeat 28px 50%;
	color:#666;
	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:#000;
	font-weight:600;
}

/* 20200407 새 창 */
#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/ic11newwindow.png) no-repeat;
	vertical-align:middle;
}


} /* /(max-width:1259px) */
@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */

	#head_s1>.container{margin:0 20px}

h1#logo{margin:15px 0}
h1#logo img{height:46px;}


#tnb1 .b1.toggle{width:55px;right:0;top:-65px;}

#fn1 li>a{padding:10px;}

} /* /(min-width:768px) */
@media all and (min-width:1000px){/* large ◇◆◇◆◇◆◇◆◇◆ */


.width1expand1{
	margin-left:-160px; /* (1260-940)/2 */
	margin-right:-160px;
}


} /* /(min-width:1000px) */
@media all and (min-width:1260px){/* xlarge (1200+20*2+16+2*2) ◇◆◇◆◇◆◇◆◇◆ */


.container{
	width:auto; /* ☆ */
	max-width:1340px; /* ☆ */
	margin:0 40px;
}
	#head{}
		#head_s1{}
			#head_s1>.container{}
		#head_s2{}
			#head_s2>.container{}

	#foot{}
		#foot_s1>.container{margin:0 40px}
.width1expand1{
	margin-left:-360px; /* (1200-1920)/2 */
	margin-right:-360px;
}




h1#logo{z-index:100;margin:10px 0 60px}
h1#logo img{height:61px}


#gn1{z-index:100;display:block;
	position:absolute;right:46px;top:-105px
}
#gn1 li{display:inline-block;}
#gn1 li a{display:block;
	padding:0 0 0 5px;
	font-size:15px;
	color:#000;
}
#gn1 li a:before{content:'';
	display:inline-block;
	width:4px;height:4px;
	border-radius:100%;
	background:#000;
	vertical-align:top;
	margin:7px 5px 0 0;
}

#gn2{z-index:100;display:block;
	position:absolute;right:0;top:-110px
}
#gn2 li{display:inline-block;}
#gn2 li a{display:block;
	width:32px;height:32px;
	background:url(../../img/inc/inc_sprite.png) no-repeat 0 0 / 500px 500px
}
#gn2 li:nth-child(1) a{background-position:-32px 0}


#fn1 li>a{font-size:16px;padding:0 20px;}
#author1{font-size:16px}


/* 주메뉴 20200311. makeActive2ClickHover('#tnb1');
 * 1차 inline배치. 하위absolute배치. 2차 inline배치. 3차~없음.
 */
#tnb1{
	/* z-index:20; ☆쌓임맥락만들지마요! */
	position:absolute;left:0;right:0;top:-70px;
	width:auto;
	height:70px; /* ☆ */
	line-height:1.375;
	overflow:visible;
	/* font-family: 'NIXGONM'; */
}
/* 데스크탑 감춤 */
#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:30; /* ( z > #bn1 ) */
	position:relative; /* ☆ */
	height:100%;
}
#tnb1c:before{}
#tnb1c>.bg{}
/* ☆ .over */
#tnb1c.over{}
#tnb1c.over>.bg{}
/* ☆ */
#tnb1c>div.cont{float:none;
	position:relative;
	min-height:100%;;
}
#tnb1c.on>div.cont{right:auto;
	box-sizing:border-box; /* ☆ */
}

/* depth1~depth4 */
/* depth1 */
#tnb1 div.d1{
	position:relative;
	width:100%;
	min-height:100%;
	padding:0; /* ☆ */
	background:transparent;
	overflow:visible;
}
#tnb1 div.d1>ul{width:100%;
	min-height:0;
	text-align:center;
}
#tnb1 div.d1>ul>li{position:relative;display:inline-block;vertical-align:top;
	width:auto; /* 전체메뉴폭 고려 (1200-340)/5 ((100/5 */
}
#tnb1 div.d1>ul>li>a{display:block;
	position:relative;
	height:70px; /* ☆ */
	padding:0 40px; /* (약간 여유) */
	border-right:0;
	color:#000;
	font-size:0;
	text-align:center;
}
#tnb1 div.d1>ul>li:first-child>a{}
#tnb1 div.d1>ul>li:last-child>a {}
#tnb1 div.d1>ul>li>a:before{}
#tnb1 div.d1>ul>li>a>.ic1{}
#tnb1 div.d1>ul>li>a>.t1{
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	height:100%;
	padding:10px 0 0;
	font-size:22px;
	vertical-align:middle;
	font-weight: 600;
}
#tnb1 div.d1>ul>li>a>.t1:before{content:'';
	position:absolute;left:50%;bottom:0;
    width: 0;
    height: 0;
	margin:0 0 0 -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #092d64;
	transition:.2s ease-out;
	opacity:0;
}
#tnb1 div.d1>ul>li.hasSub>a{}
#tnb1 div.d1>ul>li.on>a{color:#2047a5}


/* ★ 주메뉴 전체 오버(포커스) */
#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>a:hover>.t1:before,
#tnb1 div.d1>ul>li>a:focus>.t1:before,
#tnb1 div.d1>ul>li.over[class][class]>a>.t1:before{opacity:1}
#tnb1 div.d1>ul>li:last-child{}
/* depth2~3 (활성 동작만 먼저 정의) */
#tnb1 li>div[class^='d']{
	display:block;visibility:hidden;
	height:0;
	opacity:0;
	overflow:hidden;
}
#tnb1 li.on>div[class^='d']{}
#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'] 와 동일 */
	position:absolute;left:50%;top:70px;
	height:0;
	margin:0 0 0 -105px;
	padding:0;
	width:210px;
	background:#092d64;
	border-radius:20px;
}
#tnb1 div.d2>.bg{
}
#tnb1 div.d2>ul{
	position:relative; /* ☆ 하위메뉴의 기준위치 */
	margin:0; /* ☆ */
	overflow:hidden;
	padding:25px;
	text-align:left;
}
#tnb1 div.d2>ul>li{position:relative;}
#tnb1 div.d2>ul>li>a{display:block;
	color:#fff;
	font-size:17px;
	padding:10px 0;
	border-bottom:1px solid rgba(255,255,255,0.3)
}
#tnb1 div.d2>ul>li>a:before{content:'';
	display:inline-block;
	width:4px;height:4px;
	background:#fff;
	border-radius:100%;
	vertical-align:top;
	margin:10px 5px 0 0;
}
#tnb1 div.d2>ul>li.hasSub>a{}
#tnb1 div.d2>ul>li.on>a{
	z-index:20;
	color:#7eaef0;
}
#tnb1 div.d2>ul>li.hasSub.on>a {}
	/* ★ 오버(포커스) */
#tnb1 li.over>div.d2 {z-index:20;}
#tnb1 div.d2>ul>li.over>a {color:#7eaef0}
#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:last-child>a{border-bottom:0}
#tnb1 div.d2>ul>li>a:hover,
#tnb1 div.d2>ul>li>a:focus {}
#tnb1 div.d2>ul>li>a:hover:before,
#tnb1 div.d2>ul>li>a:focus:before,
#tnb1 div.d2>ul>li.on>a:before {background:#7eaef0}
#tnb1 div.d2>ul>li.on>a:hover,
#tnb1 div.d2>ul>li.on>a:focus {}
/* depth3 */
#tnb1 li>div.d3{display:none !important}
/* depth4 */
#tnb1 div.d4{display:none !important;}
/* 20190522 새 창 */
#tnb1 div.d2>ul>li>a[target='_blank']:after,
#tnb1 div.d3>ul>li>a[target='_blank']:after{
	content:'';
	display:inline-block;
	width:12px;height:12px;
	margin:0 0 1px 4px;
	background:url(../../img/inc/ic11newwindow.png) no-repeat;
	vertical-align:middle;
}


} /* /(max-width:1260px) */
@media all and (min-width:1360px){/* xlarge (1200+20*2+16+2*2) ◇◆◇◆◇◆◇◆◇◆ */

.container{margin:0 auto;}
		#head{}
			#head_s1{height:100px;}
			#head_s1>.container{margin:0 auto}
			#foot_s1>.container{margin:0 auto}

h1#logo{display:inline-block;font-size:0;margin:30px 0 25px 0}



#gn1{top:-55px;}
#gn2{top:-60px;}

#tnb1 div.d1>ul>li>a{padding:0 22px}






} /* /(min-width:1400px) */



/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */