@charset "utf-8";

html, body { margin:0; padding:0; width:100%; height:auto;
			 font-family:"돋움, dotum, verdana";font-size:12px; line-height:140%; color: #777;}

html {
height:100%;
overflow-y:auto;overflow-x:hidden;
scrollbar-face-color: #ffffff; 
scrollbar-shadow-color: #bec2c3; 
scrollbar-highlight-color: #bec2c3; 
scrollbar-3dlight-color: #e7e9eb; 
scrollbar-darkshadow-color: #e7e9eb; 
scrollbar-track-color: #e8eaeb; 
scrollbar-arrow-color: #ccc;
}


td, th, table, body, textarea, select, input, dt, dd {
	font-size: 12px; 
	font-family:돋움, dotum, verdana;
}


input,textarea,select {color:#777; border:1px solid #ccc; background:#fbfafa; }

a:link {COLOR: #777; text-decoration: none}
a:visited {COLOR: #777; text-decoration: none}
a:active {COLOR: #777; text-decoration: none}
a:hover {COLOR: #000; text-decoration:underline;}

ul,ol,li{list-style:none outside;}
table{border-collapse:collapse;}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,blockquote,em,p {margin:0;padding:0;}
fieldset {border:0 none;}
img, fieldset {border:0 none;}


:focus { -moz-outline-style: none; } /* for Firefox */ 

a {a:expression(this.hideFocus=true);} /* for IE */ 

h1, h2, h3, h4, h5 ,h6 {display:none;}
h1, h2, h3, h4, h5 ,h6 {line-height: 120%;}

img {border:0;}
	

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
	display:none;
  color: #ffffff;
  font-size: 25px;
  padding: 8px 12px;
  font-weight:bold;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
 cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#menu {display:inline-block; padding-top:30px;}
#menu li {display:inline-block;float:left;text-align:center;}
#menu li ul {display:none;position:absolute;width:400px;margin-top:0;}
#menu li ul li {display:inline-block;width:auto;height:28px;padding:0;text-align:center;}
#menu img {border:0px none;}
#menu .side {padding:0;}
#menu .submenu {padding:5px 8px 0 8px;background:url(http://html.raesis.net/404.html) x-repeat;}
#menu .submenu1 {margin-left:-15px;}
#menu .submenu2 {margin-left:15px;}
#menu .submenu3 {margin-left:20px; }
#menu .submenu4 {margin-left:30px}
#menu .submenu5 {margin-left:-20px}
#menu .submenu6 {margin-left:0}
#menu .submenu7 {margin-left:-60px}