@charset "utf-8";
/**
 * @File Name : all.css
 * @Description : Base Adjust + Layout[main+sub] Mobile First!
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2021.05.03 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2021.05.03
 *
 * @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. 20200117 ◆◆◆ */

/* 에스코어드림 */
@font-face {
     font-family: 'S-CoreDream';
     src: url('//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('//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('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}

body{
	background:#fff;
	color:#444; /* ☆#555 */
	font-weight:400;
	font-size:1em; /* (((16px */
	line-height:1.75; /* ☆ */
	letter-spacing:-.03125em; /* (-.5px/16px) */
	overflow-x:hidden; /* ★ */
}
/* html.PC body{
	font-weight:300;
} */

[lang|='ko'],
[lang|='ko']>*{
	font-family:
		'S-CoreDream',
		'Apple SD Gothic Neo',
		'Open Sans',
		'Microsoft JhengHei',
		'Meiryo',
		/*'맑은 고딕','Malgun Gothic',*/
		/* '나눔고딕',NanumGothic,'Nanum Gothic', */
		'Noto Sans CJK KR','Noto Sans KR','본고딕',NotoSans,'Noto Sans',
		'돋움',Dotum,
		Helvetica,'Helvetica Neue',
		Arial,sans-serif;
}


/* ◇◆ 공용 ◇◆ */


/* ◇◆ Layout[main+sub] ◇◆◇◆◇◆◇◆◇◆ */


/* 배치.전체 20191220. ☆ z-index 쌓임맥락 안만들고.. 개별 콘텐츠에서 z-index 지정 권장! */



html,
body,
#container, #wrap, #body{min-height:100%;}
.container{position:relative;
	min-width:280px; /* ☆ */
	margin:0 15px; /* ☆ */
}
#container{position:relative;}
	#head{clear:both;
		position:relative;
		background:#fff;
	}
		#head_s1{position:relative;}
		#head_s2{position:relative;
			clear:both; /* ☆ */
			background:#125082;
			height:60px;
		}
		#head_s1>.container{}
		#head_s2>.container{
			margin:auto;
		}

	#wrap{
		clear:both;
		position:relative;
		min-height:50px; /* ☆ 펼친 콘텐츠 높이 고려. */
		z-index:2
	}
		#wrap>.container{margin:0} /* ))) sub.css, main.css */
			#body{
				position:relative;
			}
			#body>.container{margin:0}
			#body_head{}
				#body_head_s1{height:120px;background:#ecf2ff;margin:0 -300px}
				#body_head_s1>.container{height:100%;text-align:right;}
				#body_head_s1>.container:before{content:'';
					display:block;
					position:absolute;left:0;bottom:-43px;
					width:150px;height:130px;
					background:url() no-repeat;
				}
				body.d0 #body_head_s1>.container:before{background-image:url(../../img/inc/sidemenu1_bg1.png)}
				body.d1 #body_head_s1>.container:before{background-image:url(../../img/inc/sidemenu1_bg1.png)}
				body.d2 #body_head_s1>.container:before{bottom:-26px;background-image:url(../../img/inc/sidemenu1_bg2.png)}

			#body_content{padding-bottom:50px;}
			
	#wing{display:block;z-index:10;position:relative;} /* ((( sub.css */





/* 배치.유틸 20191220 */
.width1expand1{
	margin-left:-20px;
	margin-right:-20px;
}


/* #head */



#logo{margin:27px 0;font-size:0}
#logo img{width:auto;height:70px;}


#gn1{position:absolute;right:-15px;top:40px;}
#gn1 li{float:left;}
#gn1 li a{position:relative;
	display:block;
	color:#333;
	padding:0 15px;
}
#gn1 li a:before{content:'';
	display:block;position:absolute;left:0;top:calc(50% - 9px);
	border-left:1px solid #ddd;
	height:18px;
}
#gn1 li:first-child a:before{display:none}
#gn1 li a:after{content:'';
	display:inline-block;
	width:20px;height:20px;
	background:url(../../img/inc/ic40a1arrow1.png) no-repeat 0 0 / contain;
	vertical-align:middle;
	margin:-5px 0 0 3px;
}
#gn1 li.home a:after{
	position:absolute;left:-10px;top:calc(50% - 10px);
	background-image:url(../../img/inc/ic40a1home1.png);
	margin:0;
}



#tnb1 ul{border:solid rgba(255,255,255,0.5);border-width:0 1px;overflow:hidden;}
#tnb1 li{float:left;
	width:33.333%;
	height:60px;
	box-sizing:border-box;
	border-left:1px solid rgba(255,255,255,0.5)
}
#tnb1 li:first-child{border:0}
#tnb1 li a{display:block;
	color:#fff;
	line-height:60px;
	text-align:center;
	font-size:20px;
	font-weight:500
}
#tnb1 li a:hover{color:#b8dff4}
#tnb1 li.on a{background:#093462}
#tnb1 li.on a:after{content:'';
	display:inline-block;
	width:10px;height:10px;
	background:#7bc6ef;
	border-radius:100%;
	vertical-align:top;
	margin:10px 0 0 5px;
}





#side_title{position:absolute;left:155px;top:50%;
	transform:translateY(-50%);
	color:#000;
	font-size:26px;
	font-weight:500;
}
#side_title b{font-weight:600}

#snb1{display:inline-block;text-align:right;margin-top:35px;}
#snb1 li{display:inline-block; }
#snb1 li a{display:block;
	color:#fff;
	border-radius:25px;
	padding:0 30px;
	border:2px solid transparent;
	margin-right:10px;
	font-weight:500;
	box-sizing:border-box;
	height:50px;
	line-height:48px;
	font-size:15px;
	background:#007e8a
}
#snb1 li.on a{
	background:#fff;
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.5);	
	border-color:#007e8a;color:#007e8a
}
#snb1 li.on a:before{content:'';
	display:inline-block;
	width:12px;height:12px;
	background:url() no-repeat 0 0 / contain;
	margin-right:5px;
	background-image:url(../../img/inc/ic24a1check1.png)
}


a.logout{display:inline-block;
	color:#fff;
	border-radius:25px;
	padding:0 30px;
	border:2px solid transparent;
	background:#093462;
	font-weight:500;
	line-height:48px;
	height:50px;
	box-sizing:border-box;
}
a.logout:before{content:'';
	display:inline-block;
	width:20px;height:20px;
	vertical-align:top;
	margin:13px 5px 0 0;
	background:url(../../img/inc/ic40a1logout1.png) no-repeat 0 0 / contain;
	font-size:15px;
}

/* 본문제목 20200117 */
#body_title .h1{clear:both;
	color:#000;
	font-size:40px;
	padding:0;margin:80px 0 20px;
	font-weight:500;
}







/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */


/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */
@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */


	#head{}
		#head_s1{}
		#head_s2{}
		#head_s3{}
			#head_s1>.container{}
			#head_s2>.container{}
			#head_s3>.container{}







} /* /(min-width:1000px) and (max-width:1259px) */
@media all and (min-width:1260px){/* xlarge (1200+20*2+16+2*2) ◇◆◇◆◇◆◇◆◇◆ */


.container{
	width:auto; /* ☆ */
	max-width:1200px; /* ☆ */
	margin:auto; /* ☆ */
}

#wrap>.container{max-width:none;} 
#body>.container{max-width:none;} 


.width1expand1{
	margin-left:-360px; /* (1200-1920)/2 */
	margin-right:-360px;
}


} /* /(min-width:1260px) */

@media all and (min-width:1600px){

.container{
	max-width:1400px;
}


}/* /(min-width:1600px) */

@media all and (max-width:1259px){
	#body_head_s1{margin:0 -30px;height:auto;padding-bottom:30px;}
	#body_head_s1>.container:before{display:none}

	#sidebar{text-align:center;}
	#side_title{position:static;
		transform:none;
		text-align:center;
		padding:20px 0 0;
	}
	#body_title .h1{font-size:30px;margin-top:30px;}

	#snb1{margin-top:10px;text-align:center;}
	#snb1 li a{margin:3px 5px;}

}
@media all and (max-width:767px){/* small ◇◆◇◆◇◆◇◆◇◆ */

	#logo{margin:20px 0;}
	#logo img{height:40px}

	#gn1 li a{font-size:14px;}
	#gn1 li a:after{display:none}

	#tnb1 li a{font-size:18px;}

	#snb1 li a{height:40px;line-height:36px;font-size:14px;}
	a.logout{height:40px;line-height:36px;font-size:14px;}
	a.logout:before{margin-top:8px;}


	#body_title .h1{font-size:24px;}

	#body_title{font-size:22px;}
	[id='body_content']{font-size:.875em;}
	[id='body_content'] .fs1rem{ font-size:.875rem !important;}

} /* /(max-width:767px) */
@media all and (max-width:529px){
	
	#logo{margin:35px 0 20px;}

	#gn1{top:0;padding:10px 0;}

	#side_title{font-size:20px;}

	a.logout{position:absolute;top:-110px;right:0;padding:0 20px;font-size:12px;height:30px;line-height:26px;}
	a.logout:before{display:none}

	#tnb1 li a{font-size:14px;}

	#snb1 li a{padding:0 20px;font-size:12px;margin:2px}

}




/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */