@charset "UTF-8";
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf") format("truetype");
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 700;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf") format("truetype");
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot");
  src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix") format("embedded-opentype"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff") format("woff"), url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf") format("truetype");
}

li {list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.header_img01 {
	height: 70px;
	margin-left: -98px;
}

.header_img02 {
	position: absolute;
	left:160px;
	bottom:32px;
	width: 35px;
}

/******************************************************************
	BODY
******************************************************************/
#container{
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	min-height:600px;
	padding-bottom: 70px;
}

#container.index{
	width: 100%;
	padding: 0px;
}	


/******************************************************************
	FOOTER
******************************************************************/
#footer {
	border-top: 2px solid #1ab2f9;
	text-align: center;
	padding: 0 0 30px 0;
}

.footerLink {
	padding: 12px 0 11px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}

.footerLink .linkList {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footerLink .linkList a {
	color: #2c2c2c;
}

#footer address {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	font-size: 0.8125rem; 
	font-style: normal;
	line-height: 25px; 
	text-align: left;
}

#footer .footerArea {
	padding-top: 20px; 
	padding-left: 0px; 
	width: 900px;	
	margin: 0 auto 0 auto;
	padding-top: 25px;
}

#footer .footerArea .copy{
	text-align:left;
	font-size: 0.75rem;
	letter-spacing:0;
}