@charset "euc-kr";
/* reset */
@import url(reset.css);


html, body {
	height: 100%;
}

body { 
	text-align: center;
	width: 100%;
	font-size: 75%;
	font-family: 'Verdana', Verdana, 'µ¸¿ò', µ¸¿ò, sans-serif;
	color: #666666;
	list-style: none;
	line-height: 1.7em;
	border: 0px solid blue;
	outline: 0;
	letter-spacing: 0;
	overflow-y: scroll;
}


/* ÀüÃ¼ */
.wrapper {
	position: relative; 
	display: block;
	width: 100%;
	padding: 0; 
	text-align: left;
}

.container {
	position: relative;
	padding-left: 230px;
}


/* »ó´Ü */

.header {
	position: relative;
	width: 100%;
	background: url(../img/common/top_bg.gif) repeat-x 0 bottom;
}

.header-area {
	position: relative;
	max-width: 95%;
	min-width: 1000px;
	height: 140px;
	overflow: hidden;
}

.header-area .header-word {
	float: left;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	color: #b40909;
	margin: 25px 20px;
}

.header-area h1 {
	position: absolute;
	right: 0;
	top: 15px;
	float: right;
	width: 266px;
	height: 73px;
	text-indent: -9999px;
	background: url(../img/common/logo.gif) no-repeat 0 0;
}

.header-area .language {
	position: absolute;
	bottom: 11px;
	right: 0;
	font-size: 15px;
	overflow: hidden;
}

.header-area .language li {
	float: left;
	padding: 0 15px;
	background: url(../img/common/top_bar.gif) no-repeat center right;
}

.header-area .language li:last-child {
	padding-right: 0;
	background: none;
}

.header-area .language li a {
	color: #fff;
}

.header-area .language li a:hover {
	color: #F0F0F0;
}

.lnb {
	position: absolute;
	left: 0;
	width: 190px;
	height: auto;
	padding: 32px 20px;
}

.lnb .lnb-area li {
	width: 100%;
	min-height: 38px;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 1px solid #d0dac0;
}

.lnb .lnb-area li a {
	display: block;
	color: #3a53ab;
}

.lnb .lnb-area li a.on,
.lnb .lnb-area li a:hover {
	color: #50a115;
}

.container .contents {
	position: relative;
	width: 92%;
	padding: 40px;
	padding-right: 0;
}

.container .contents h2 {
	width: 70%;
	min-width: 720px;
	font-size: 18px;
	font-weight: bold;
	color: #3a53ab;
	border-bottom: 1px solid #7eb86d;
	padding-left: 15px;
	padding-bottom: 12px;
	margin-bottom: 40px;
	background: url(../img/common/icon_h2.png) no-repeat 0 6px;
}

.contents-box {
	margin-bottom: 40px;
}

.contents-img01 {
	position: relative;
	padding-left: 350px;
}

.contents-img01 img {
	display: block;
	position: absolute;
	left: 0;	
}

.word01 {
	font-size: 14px;
	line-height: 28px;
}

.word01 strong {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
	color: #333;
	margin-bottom: 20px;
}

.point01 {
	color: #0033cc;
}

.list01 li {
	font-size: 14px;
	line-height: 28px;
	padding-left: 20px;
	background: url(../img/common/icon_dot.png) no-repeat 0 11px;
}

.img-list {
	position: relative;
	overflow: hidden;
}

.img-list li {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

.img-list li span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}

.img-list li:nth-child(3){
	clear: both;
	margin-left: 0;
}

.dl-list {
	width: 700px;
	padding: 20px 0;
	border-bottom: 1px solid #EEE;
}

.dl-list dt {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

/* map */
.map {
	width: 500px;
	height: 400px;
	overflow: hidden;
	float: left;
}

/* info */

.info {
	position: relative;
	float: left;
	margin-left: 40px;
	margin-top: 170px;
}

.info dl {
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
}

.info dl dt {
	font-weight: bold;
	color: #5ca725;
}




















