body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:12px; color:#222222; }

a:link, a:visited, a:active { text-decoration:none; color:#55a4f2; }
a:hover {color:#1071d1; text-decoration:none; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*
	background: repeat-x;
	background-image: url(images/bg.gif);
} */

img {border:0px;}

.text {
	line-height: 160%;
	font-size: 12px;
	font-family: "돋움", dotum, arial;
	font-weight: normal;
}

a.menu:link, a.menu:visited, a.menu:hover { 
	text-decoration:none; 
	color:#ffffff; 
	font-family: "돋움", dotum;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: normal;
}
a.menu:hover { color:#1071d1; text-decoration:none;}

.menu {
	font-size: 14px;
}

a.leftmenu {
color:#999999; font:400 12px arial; text-decoration:none;
padding:5px;
}

a.leftmenu:hover { background-color:#eeeeee; color:#666666; }

.section_head {
	font-family:"돋움", Dotum;
	letter-spacing: -0.1em;
	font-size: 24px;
	font-weight: bold;
	color:#333333;
}

/* 스크롤 시작 */

ul {list-style: none;}

#slider {
  width: 910px;
  margin: 0 auto;
  position: relative;
}
table.navigation { 
  list-style: none;
}
table.navigation td {
  width:10px;
  padding: -10 0 0 0px;
  margin:0 0 0px 0;
  background-repeat:no-repeat;
}

table.navigation td a {
  padding: 5px;
  color: #999999;
  text-decoration: none;
  font:400 12px arial, Helvetica, sans-serif;
  text-align:center;
  display:block;
  height:10px;
}
 
table.navigation td.selected {
  background-image:url('images/design-menu-bg2.jpg');
  color: #fff;
}

table.navigation td:hover {
  background-image:url('images/design-menu-bg3.jpg');
  color: #fff;
}

.scroll{
  height: 170px;
  width:970px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  
}

.scrollContainer div.panel {
  padding: 2px 20px 20px 45px;
  height: 170px;
  width: 910px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 60px;
  cursor: auto;
}

.scrollButtons.left {
  left: -30px;
  cursor:pointer;
}

.scrollButtons.right {
  right: -30px;
  cursor:pointer;
}

/* scroll 끝 */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

/* lightbox */

#content {
	/*width: 350px;
	margin: 30px auto;
	padding: 1px 0px 0px 1px; */
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 0px, #FFFFFF 15px);
}
