@charset "euc-kr";
/* reset */
@import url(reset.css);

html, body {
	height: 100%;
}

body { 
	text-align: center;
	width: 100%;
	font-size: 75%;
	font-family: "¸¼Àº °íµñ", 'µ¸¿ò', malgun Gothic, dotum, sans-serif;
	color: #38414e;
	list-style: none;
	line-height: 1.7em;
	border: 0px solid blue;
	outline: 0;
	word-break: keep-all; 
	letter-spacing: -0.03em;
}


/* ÀüÃ¼ */
#wrapper {
	position: relative; 
	display: block;
	width: 100%;
	margin: 0 auto; 
	text-align: left; 
	font-size: 1em;
	border: 0px solid red; 
}



/* »ó´Ü */
#header {
	height: 100px;
	z-index: 100;
	background: #66584d;
}

.header-area {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.header-area h1 {
	position: relative;
	top: 16px;
	left: 0;
	width: 205px;
	height: 63px;
	text-indent: -9999px;
	background: url(../make_img/common/logo.png) no-repeat left top;
}

.header-area h1 a {
	display: block;
	width: 205px;
	height: 63px;
}

#topmenu {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 16px;
	line-height: 18px;
}

#top1menu {
	display: block;
	overflow: hidden;
}

#top1menu li {
	float: left;
	font-weight: 900;
	padding-left: 45px;
}

#top1menu li a {
	opacity: .9;
	color: #fff;
	display: block;
}

#top1menu li a:hover {
	opacity: 1;
	color: #fed729;
}

#container {
	position: relative;
	width: 100%;
}



/* footer */

#footer {
	position: relative;
	width: 100%;
	background: #e05c63;
}

.foot-contens {
	position: relative;
	overflow: hidden;
	width: 1000px;
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}

.foot-contens div {
	position: relative;
	display: block;
	width: 280px;
	float: left;
	margin-right: 80px;
}

.foot-contens div.none {
	margin-right: 0;
}

.foot-contens h4 {
	font-size: 19px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 18px;
}

.foot-contens a {
	color: #fff;
}

.foot-contens a:hover {
	color: #fed729;
}

.foot-notice {
	white-space: nowrap;
}

.main-map {
	clear: both;
	height: 130px;
	overflow: hidden;
}


.foot-notice li {
	width: 270px;
	padding-left: 13px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-0-text-overflow:ellipsis;
	overflow:hidden;
	background: url(../make_img/common/icon_dot.gif) no-repeat left center;
}
.foot-tab {
	overflow: hidden;
}

.foot-tab li {
	float: left;
	width: 50%;
	height: 30px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	background: #66584d;
}

.foot-tab li a {
	display: block;
	color: #fff;
}

.foot-tab li a:hover,
.foot-tab li a.selected {
	color: #333;
	background: #fed729;
}

.call-box {
	position: relative;
	padding-bottom: 10px;
}

.line {
	border-bottom: 1px solid #e67d82;	
	margin-bottom: 10px;
}

.call-box dt {
	position: relative;
	padding-right: 200px;
	font-weight: bold;
}

.call-box dt span.call {
	position: absolute;
	left: 138px;
	top: 0;	
	font-size: 22px;
	font-weight: 900;
	color: #fed729;
}

.point {
	font-weight: bold;
	color: #fed729;
}

.icon-watch {
	display: inline-block;
	padding-left: 19px;
	background: url(../make_img/common/icon_watch.png) no-repeat left 7px;
}

.foot {
	position: relative;
	height: 150px;
	margin: 0 auto;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #eed3d4;
	background: #c44249;
}

.foot address {
	position: relative;
	top: 35px;
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

.foot-banner {
	position: relative;
	top: 30px;
	width: 365px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}

.foot-banner li {
	float: left;
}


/*  map  */
#map_canvas {
	width: 980px;
	height: 430px;
	border-radius: 10px;
	border: 3px solid #fed729;
}

#map_canvas02 {
	width: 274px;
	height: 120px;
	border: 3px solid #fed729;
}

#map_canvas03 {
	width: 274px;
	height: 120px;
	border: 3px solid #fed729;
}