/* font include */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

html{  
    height: 100%;  
}
body{
    height: 100%; 
    margin: 0; 
    padding: 0; 
    font-family:'Nanum Gothic','Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #e2e2e2;
}
.content-wrap{
    margin:0 auto;
    max-width:1140px; 
    position: relative;
}
#body{ 
    height: 100%;
    width:1204px;  
    margin: 0 auto;
    overflow: hidden;
}
#wrap{ 
    min-height: 100%;
    padding-bottom: 50px;
    margin-top: 0px; 
    overflow: auto;
    background-color: #fff;
}
#header{ 
    border-bottom: 1px solid #e2e2e2;   
    position: relative; 
    height: 50px;
}
#header:after {content:""; display:block; clear:both;}

.bold {
    font-weight: bold;
    color:#666666 !important;
}

.top li{ 
    float: right; 
    list-style: none;  
}
.top a{   
    padding-left: 12px; 
    color: #BCBCBC;  
    font-size: 0.9em;
} 
.top{  
    margin: 0px 0 0px 0;
}
.menus{ 
    position: absolute;
    top:22px;
    right: 0;
}
.menus a{
    font-size: 1.1em;
    color: #666666;
    margin-left: 35px;
}
#logo{
    color: #666666; 
    font-size: 1.6em;
    position: absolute; 
    bottom:-44px;
}
#contents {
    overflow-y: hidden;
    float: left;
    display:block;
}
.wrap {
    margin: auto;
    background-color: #fff;
}
.nav-wrap {
    width: 25%;
    float: left;
}
.nav-common {
    padding: 40px 0 0 40px;
    display: block;
    border-right: 1px solid #d1d1d1;
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
    margin-top: -46px;
}
#nav-search {
    padding: 10px 20px 10px 40px;
    margin-right: 20px;
    background-color: #fff;
    z-index: 100;
}
#nav-search input {
    width: 100%;
}
.details-wrap {
    width: 75%;
    height: 100%;
    overflow-y: auto;

    float: right;
}
iframe {
    margin-top: 10px;
    width: 100%;
}
#footer{
    background-color: #323530;
    height: 35px;
    width: 1200px; 
    margin: -18px auto 0;
 }
#footer span{
    display:inline-block;
    font-size:12px;color:#c9c9c9;
    position: absolute;
    bottom: -23px; right: 10px;
}
#footer a img{  
    margin-right: 10px;
    margin-top: 4px;
}
#footer ul li{ 
    float: left; 
    list-style: none; 
}
#footer span a{
    color: #dedede;
}

.type-icon {
    margin: 3px;
}

.prop, .prop:visited {
    color: mediumpurple !important;
}

.func, .func:visited {
    color: green !important;
}

.event, .event:visited {
    color: royalblue !important;
}

.exam, .exam:visited {
    color: olive !important;
}

.details-wrap::-webkit-scrollbar-track
{
    background-color: #fff;
}

.details-wrap::-webkit-scrollbar
{
    width: 8px;
    background-color: #D1D1D1;
}

.details-wrap::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0092D3;
}
#apiNavScrollStyle::-webkit-scrollbar-track
{
    background-color: #fff;
}

#apiNavScrollStyle::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#apiNavScrollStyle::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D8D8D8;
}


.treeview li {
    cursor: default !important;
}

/********  TIPS STYLE  *******/
.div-notice-content div{
    width: 750px;
    line-height: 1.3em;
    padding-left: 30px;
    white-space: pre-line;
    margin-top: -30px;
}
.div-notice-content h3{
    font-family: 'Nanum Gothic' !important; 
    font-size: 1.5em !important;
    font-weight: bold !important;
    color: #333333;
    padding-left: 20px;
    padding-top: 10px;
}
.div-notice-content pre{
    font-family: 'Nanum Gothic' !important; 
    line-height: 1.4em;
}

.figure-title{
    font-family: 'Nanum Gothic' !important;
    color: #202020;
}
figure{
        margin: 22px !important;
}


/* Modal */
#modal {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    z-index: 200;
    /*background-image:url(maskBG.png);*/
    background-color: rgba(0, 0, 0, 0.75);
}

#modal div {
    position: relative;
    top: 50%;
    margin: 0 auto;
    background-color: #fff;
    border:1px solid #000;
    padding: 25px 15px 15px;
    text-align:center;    
    width: 500px;
    border-radius: 3px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    trasform: translateY(-50%);
}

.button {
    position: relative;
    margin-top: 0;
    margin-left:10px;
    font-size: 0.8em;
    border-radius: 3px;
    width: 70px;
    height: 35px;
    background: #324251;
    color: #FFFFFF;

    padding: 0;
    text-align: center;
    cursor: pointer;
    outline: 0;
    line-height: 0;
}

.float-right {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
}
#modal div input{
    width: 200px;
    padding: 5px 5px;
    font-size: 1.2em;
    border: 1px solid #c1c1c1;
    margin-top: 2px;
}