@charset "utf-8";
/*  CSS Document  */

@import url("reset.css"); /*  스타일 리셋  */

html { height: 100%; }
body { height: 100%; background: url(images/main_bg.png) bottom repeat-x; font-family: Arial, Helvetica, sans-serif, simsun; }

.introBody { width:800px; height:300px;   margin-left: -400px; margin-top: -180px; position: absolute; top:50%; left: 50%;  }
 
.introBody  h1 { margin-top:70px;  width:800px;  display: block; padding-bottom: 55px;  border-bottom: 3px solid #ccc;  font-size: 48px; white-space: nowrap; }
.introBody .clear {clear: both; height:0px; font-size: 0; line-height: 0;}
.introBody  h1 .titleLeft { color: #0043b2; float: left; font-weight: normal;  position: relative;}
.introBody  h1 .titleLeft .line { border-top: 1px dotted #ccc; top:-25px;  position: absolute; right:18px; left:0px; height: 1px;  }
.introBody  h1 .titleRight { float: left; font-weight: bold; position: relative;}
.introBody  h1 .titleRight em { font-style: italic; font-weight: bold; }


.introBody  h1 .title_massage {font-weight: bold; color:#666; font-size:12px; margin-left: 180px; margin-top: 10px;}


.introBody  .titleRight ul { top:60px; display: block; margin-left: 3px; left:0px; }
.introBody  .titleRight ul li {  line-height: 30px; color: #666; font-size: 20px; font-weight: normal;   }
.introBody  a { margin-top: 10px; display: block;  height: 30px; line-height: 30px; font-weight: bold; color: #666; font-size: 24px; background: url(images/main_arrow.png) right top no-repeat; border:none; padding-right:35px; text-decoration: none; overflow: hidden; float: right;}
.introBody  a:hover { color: #333; background-position: right bottom; border-bottom:1px solid #ccc; bottom:89px; }
.introBody  p { font-size: 11px; display: block; border-left: 2px solid #ccc; color:#999; padding-left: 5px; margin-left: 3px;   margin-top:18px;   }

.userguide { position: absolute;  top:20px; font-size: 30px;line-height: 50px; color: #41b6ff;  z-index: 9999; background: #fff; padding:0 10px 0 3px;  }
 
.introBody  .logo { width:150px; height: 60px; overflow: hidden; text-indent: -9999px; background:url(images/main_logo.png);  position: absolute; right:-20px; top:-60px;  }


