@charset "utf-8";
/* reset */
@import url(reset.css);

@font-face{
	font-family: 'NanumBarunGothic';
    src: url('../font/NanumBarunGothic.eot');
	src: url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumBarunGothic.woff') format('woff'),
         url('../font/NanumBarunGothic.ttf') format('truetype');
}


html, body {
	height: 100%;
}
body { 
	text-align: center;
	width: 100%;
	font-size: 75%;
	font-family: '나눔바른고딕', 'NanumBarunGothic', '돋움', NanumBarunGothic, Dotum, sans-serif;
	color: #000;
	list-style: none;
	line-height: 1.7em;
	letter-spacing: -0.05em;
	border: 0px solid blue;
	outline: 0;
}

/* 스킵네비게이션 */
.skip-navigation a {
	display: block; 
	height: 1px; 
	width: 1px; 
	margin: 0 -1px -1px 0; 
	padding: 0; 
	overflow: hidden; 
	font-size:0; 
	line-height:0;
}

.skip-navigation a:hover,
.skip-navigation a:active,
.skip-navigation a:focus {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 20px; 
	line-height: 20px; 
	vertical-align: middle; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 
	background: #000; 
	color: #fff;
	z-index: 1000000
}


.blind {
	visibility: hidden; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 0; 
	font-size: 0; 
	line-height: 0
}

/* 전체 */
.wrapper {
	position: relative; 
	display: block;
	width: 100%;
	margin: 0 auto; 
	padding: 0; 
	text-align: left; 
	font-size: 1em;
	letter-spacing: 0.8px;
	border: 0px solid red;
}


#header {
	position: relative;
	width: 100%;
	height: 119px;
	margin: 0;
	padding: 0;
	background: url(../make_img/common/bg_header.gif) repeat-x left top;
	border: 0px solid red;
}

#header:after {
	content: "";
	clear: both;
	display: block;
}

.gnb-area {
	width: 1100px;
	height: 23px;
	margin: 0 auto;
}

.gnb-area:after {
	content: "";
	clear: both;
	display: block;
}

.gnb-area .gnb-box {
	float: right;
}

.gnb-area .gnb-box ul {
	float: left;
}
.gnb-area ul li {
	float: left;
}

.gnb-area ul li a {
	display: block;
}

.gnb-area ul li a img {
	display: block;
}
.header-area {
	position: relative;
	width: 1100px;;
	height: 96px;
	margin: 0 auto;
}

.header-area:after {
	content: "";
	clear: both;
	display: block;
}

.header-area h1 {
	float: left;
	margin-top: 32px;
	margin-right: 108px;
	text-align: center;
	border: 0px solid red;
}

.header-area h1 a, 
.header-area h1 img {
	display: inline-block;
	vertical-align: bottom;
}

/* topmenu */
#topmenu {
	float: left;
	margin-top: 38px;
}

#topmenu:after {
	content: "";
	clear: both;
	display: block;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#topmenu ul li {
	float: left;
	margin-right: 67px;
	border: 0px solid red;
}

#topmenu ul li.none {
	margin-right: 0;
	background: transparent;
}

#topmenu ul li a {
	display: block; 
}

#topmenu ul li a img {
	display: block;
	margin: 0 auto;
}

/* lnb */

.lnb {
	width: 955px;
	margin: o auto;
	padding-top: 28px;
	display: block;
	margin: 0 auto;
	border: 0px solid red;
}
.lnb:after {
	content: "";
	clear: both;
	display: block;
}

.lnb h2 {
	float: left;
	padding-top: 36px;
}

.lnb .word-lnb {
	float: right;
	margin-top: -28px;
	border: 0px solid red;
}

.lnb-menu {
	clear: both;
	height: 39px;
	background: #252525;
	padding: 23px 55px 0 55px;
	overflow: hidden;
}

.lnb-menu li {
	float: left;
	font-weight: bold;
	margin-right: 35px;
}

.lnb-menu li a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #767470;
}

.lnb-menu li.menu_on a,
.lnb-menu li a:hover {
	color: #e1d3a9
}

/* container */
.container {
	clear: both;
	width: 100%;
	padding-bottom: 130px;
	background: url(../make_img/common/bg_body.gif) repeat;
	border: 0px solid red;
}

.container:after {
	content: "";
	clear: both;
	display: block;
}

/* contents */
.contents {
	width: 885px;
	padding-top: 21px;
	padding: 21px 35px;
	margin: 0 auto;
	background: #f3f1ef;

	-moz-box-shadow: 0px 0px 50px 0 rgba(49,49,49,1), 1px 1px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 50px 0 rgba(49,49,49,1), 1px 1px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px 0 rgba(49,49,49,1), 1px 1px 10px 0px rgba(0,0,0,0.1);
}

.contents h1 {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}


.contents-navigation {
	text-align: right;
	clear: both;
	color: #424242;
	font-size: 13px;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	border: 0px solid red;
	font-family: '돋움', Dotum, sans-serif;
}

.contents-navigation .icon-home {
	display: inline-block;
	vertical-align: middle;
}

.contents-navigation .icon-gt {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	padding: 0 3px;
	color: #c7c7da;
	font-size: 0;
	text-indent: -5000em;
	background: url(../make_img/common/icon_gt.gif)  no-repeat center center;
}

.contents-navigation strong {
	color: #b37c12;
	font-weight: normal;
}
.contents-area {
	padding-bottom: 100px;
	border: 0px solid red;
}


/* footer */
.footer {
	width: 1100px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}

.footer .footer-logo {
	float: left;
	margin-right: 15px;
	margin-left: 4px;
}

.footer .footer-logo img {
	display: block;
}
.company-info-area {
	float: left;
}

.company-info-area address,
.company-info-area .word-company-info,
.company-info-area .word-copyright {
	margin-bottom: 2px;
}

.company-info-area address img ,
.company-info-area .word-company-info img ,
.company-info-area .word-copyright img {
	display: block;
}

.footer-select-area {
	float: right;
}
.footer-select-area select {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
}
.footer-select-area .btn-go {
	display: inline-block;
	vertical-align: middle;
	background: #727680;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
}
