@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html, body {
  margin: 0; 
  padding: 0; 
  font-family:'Nanum Gothic','Helvetica Neue', Helvetica, Arial, sans-serif;
  /*background-image: url("../images/escheresque.png");
  color: #ddd;*/
  height: 100%; 
  max-width: 1204px;
  margin: 0 auto;
  background-color: #e2e2e2;
}

#body{ 
  height: 100%; 
  width: 1204px;
}
#wrap{     
  overflow: auto;
  background-color: #fff;
  min-height: 100%;
}

h2, h3, h4 {
  font-weight: bold;
}
h1{ 
  color: #666666;  
  font-weight: normal;
}

a {
  color: #1a34a3;
  text-decoration: none;
}

a:hover{ 
  color: #366666;
}
.content-wrap{
  margin:0 auto;
  max-width:1200px; 
  position: relative;
}
#header{ 
  border-bottom: 1px solid #e2e2e2; 
  height: 70px; 
  padding: 0px 50px;
}
#header:after {
  content:""; display:block; clear:both;
}
.bold {
  font-weight: bold;
  color:#666666 !important;
}
/*#logo img{
  background:url('../images/logo1.png') no-repeat;
  width:120px; height:24px;margin-top:15px;
  width:250px; height:40px;
  display:inline-block;
  margin-top:-5px;
}*/
.top li{ 
    float: right; 
    list-style: none;  
}
.top a{   
    padding-left: 12px; 
    color: #BCBCBC;  
    font-size: 0.65em;
} 
.top{  
    margin: 5px 0 0px 0;
}
.menus{ 
    position: absolute;
    top:28px;
    right: 0;
}
.menus a{
    font-size: 0.8em;
    color: #666666;
    margin-left: 35px;
}
#logo{
    color: #666666; 
    font-size: 2em; 
    position: absolute; 
    bottom:-50px;
    padding: 0px;
}
.container {
  padding: 100px 200px 200px 100px;
}
.faq div {
  display: inline-block;
}

/*.sign{ position: absolute; top: -35px; right: 0px;}*/
.btn-login{ 
  width: 63px; 
  height:30px; 
  color: #fff; 
  background-color: #FFB745; 
  border:none;
  border-radius: 4px;
  cursor: Pointer;
}
.btn-login:hover{ 
  background-color: #E0993B; 
}
.btn-logout{ 
  width: 73px; 
  height: 30px;  
  color: #fff;
  background-color: #70737F;
  border:none;
  border-radius: 4px; 
  margin-left: 10px; 
  margin-top: 5px;
  cursor: Pointer;
}
.sign {
  text-align: right;
  margin:0 auto;
  max-width:1000px; 
  position: relative;
}

li {
  font-size: 1.5em;
  list-style: disc;
  direction: ltr;
  text-align: left;
}

.nav {
  margin-top: 0px;
  line-height:30px;
  /*height:400px;*/
  width:250px;
  float:left;
  padding:10px 0 0 30px;
  /*background-image: url("../images/dark_embroidery.png");*/
  background-color:#33435e;
  color: #fff;
  font-size: 0.8em;
}
.contents {
  max-width: 770px;
  margin: 0 auto;
  height: 100%;
  float:left;
  padding-left: 100px;
}

.nav a {
  color: #fff;
  text-decoration: none;
}
.nav a:hover {
  color: #888888;
}


#footer{
    background-color: #323530;
    height: 50px; 
    width: 1200px;
    margin:  -20px auto 0px;
}

#footer span{
    display:inline-block;
    font-size:12px;color:#c9c9c9;
    position: absolute;
    bottom: -33px; right: 50px;
}

#footer a img{  
  margin-right: 10px; 
  margin-top: 15px;
}
#footer ul{ 
  margin-left: 50px;
}
#footer ul li{ 
  float: left; 
  list-style: none; 
}
#footer span a{
  color: #dedede;
}
.release-product {
    font-size: 0.8em;
}
.release-version {
    font-size: 1.1em;
    color: #333;
}
.release-date {
    font-size: 0.9em;
    color: #444;
}
.release-items li {
    line-height: 1.6em;
    font-size: 0.9em;
    color: #555;
}

.release-items a{
  font-weight: bold;
  color: #0275ef; 
}
.release-items a.sample{
  color: #18b53b;
  text-decoration: none;
}

.release-items a.release-link{
  color: #f00; 
}
.code-preview {
  background-color: #F0F7FE;
  border: 1px solid #CCCCCC;
  display: block;
  padding: 10px 10px 10px 10px;
  overflow-x: auto;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
}