/**a {text-decoration:none; color:blue;}**/
/**a:link {text-decoration:underline;}**/
a:visited { text-decoration:none}
a:hover {color:#5f00ff; text-decoration:underline}
td {text-align:justify; font-family:굴림체; font-size:9pt; color:#111666}
/***td 안에 padding:5pt를 넣으면 테이블의 셀패딩이 말을 듣지 않는다***/
p {font-family:굴림체; margin-left:5pt; text-indent:-5pt; font-size:10pt; text-align:justify; line-height:150%;}
.feyn {font-family:inherit; margin-left:10pt; text-indent:-5pt; font-size:9pt; text-align:justify; line-height:150%;}


.floating-menu {
    font-family:;
    background: ;
    padding: 0px;
    width: 155px;
    z-index:;
    position: fixed;
}


.floating-menu2 {
    font-family:;
    background: ;
    padding: 0px;
    width: 155px;
    z-index:;
    right:5px;
    position: fixed;
}

.floating-menu3 {
    font-family:;
    background: ;
    padding: 0px;
    width: 400px;
    z-index:;
    right:5px;
    position: fixed;
} 

body{
    background:;
}
.nav{
    background: #37f;
    text-align:left;
}
.navbar {
    overflow: hidden;
    background-color: white;/*메뉴판 바탕색**/
    
}

.navbar a {
    float: left;
    font-size: 16px;
    color: blue;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    border: none;
}


/******flp36.css*************/
html, body, div, span, a,  img, table, tr, th,  thead, tbody, tfoot
{
    margin: 0;
    /*padding: 0;*/
    /*border: 0;*/
    
    font-weight: inherit;
    font-style: inherit;
    font-size: 100.2%;
    font-family: inherit;
    
    /*vertical-align: baseline;*/
}



body {
    font-family: Georgia, serif;
    line-height: 1.45;
    background-color: #fff;

    /* fix problem on mobile orientation changes */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

div.chapter {
    text-align: center;
}

h2.chapter-title {
    margin-bottom: 1em;
    margin-top: 1ex;
    padding-bottom: 0.75em;
    border-bottom: 1px solid black;
    
    font-size: 180%;
    font-style: italic;
    text-align: left;
 }

h2.chapter-title span.tag {
    display: block;
    
    margin-bottom: 1em;
    margin-right: 0.5em;
}

h3.section-title {
    margin-top: 2em;
    
    font-size: 100%;
    line-height: 1.25;
    text-align: left;
 }

h3.section-title span.tag {
    margin-right: 0.75em;
}



sup, sub {
    line-height: 0;
}

a {
    color: #9c0000;
    text-decoration: underline;
    white-space: nowrap;
    pointer-events: auto;
}

a.disabled {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}

a.otherchapter {
    color: rgb(0,30,192);
}

a.badlink {
    color: rgb(255,0,0);
}

a sup.mark {
    font-size: 100%;
    font-weight: bold;
}

a.photos img {
    width: 1.1em;
    padding-left: 0.25em;
    
}

body:not(.mobile) a.photos img:hover {
    filter: brightness(0);
}


span.italic    {
    font-style: italic;
}

span.bold      {
    font-weight: bold;
}

span.smallcaps {
    font-variant: small-caps;
}

span.small {
    font-size: 100%;
}

span.v_centered {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

span.tag {
    white-space: nowrap;  /* prevents line breaks on dashes */
}

img {
    max-width: 100%;
}

div.caption {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

div.figure {
    display: inline-block;
    margin: 1em auto;
    
    border-color: transparent;
    border-style: solid;
    border-bottom-width: 1px; /* needed for RefpopFigure forward references */
    
    text-align: center;
    line-height: 0;
}

div.figure.serial:not(.popup) {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

div.figure div.caption {
    margin-left: auto;
    margin-right: auto;

    font-family: Arial;
    font-size: 95%;
    line-height: 1.45;
    
    width: fit-content;
    max-width: 36em;

    padding-left: 0.25em;
    padding-right: 0.25em;
}

div.figure div.caption:not(.empty) {
    text-align: left;
    text-indent: 1em;
 }

div.figure div.caption:not(.empty) span.tag {
    margin-right: 0.75em;
}

div.figure > img  {
    margin-right: auto;
    margin-left: auto;
    
    margin-top: 0.5em;
    
    text-align: center;
}

div.figure.multi > img  {
    margin-right: 7.5px;
    margin-left: 7.5px;
    
    max-width: 97%
}

table.framed {
    border: 1px solid black;
}


table.ref {
    margin: 1em auto 0 auto;
    padding-left: 6%;
    
    max-width: 36em;
}

table.ref td {
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    
    text-align: left;
    line-height: 1.25;
}

table.ref td.ref { 
    padding-right: 0.5em;
   
    font-style: italic;
    text-align: right;
    
     width: 1px;
}




hr.sep {
    margin: 1.5em 0 1.45em;
    border: none;
    
    width: 35%;
    height: 1px;
    
    background-color: #000;
    color: #000;
}

div.hidden_equation_shim {
    display: none;
}

div.curly_brace {
    display: block;
    width: 10px;
}

div.curly_brace img {
    height: 100%;
    width: 10px;
}

div.curly_brace.right {
  margin-right: 0.5em;
  float: left;
}

div.curly_brace.left {
  margin-left: 0.5em;
  float: right;
}

div.nosummary {
    margin: 0 auto 1em auto;
    text-align: center;
    max-width: 24em;
    color:darkgrey;
}

div.summary {
    margin: auto;
    border: 4px solid transparent;
    
    text-align: center;
    line-height: 0;
    
    max-width: 1024px;
    position: relative;
    
    animation-duration: 1s;
}

div.popup {
    position: fixed;
    margin: 0;

    background: #ffa;
    border: 3px solid #A0A090;

    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

div.revealed {
    visibility: visible;
    pointer-events: auto;
    z-index: 200;
    opacity: 1;
}

div.concealed {
    visibility: hidden;
    pointer-events: none;
    z-index: -99999;
    opacity: 0;
    top:  -99999px;
    left: -99999px;
}

div#popupsumdiv {
    color: #fff;
    background: #000 !important;
    padding: 6px 0px;
 }

div#popupsumdiv p {
    padding: 1em 0.6em 0.6em 0.6em;
}

div#popupeqdiv {
    padding: 0.65em 3px;
}

div#footnotediv {
    padding: 2px 3px 2px 7px;
}

div#popupfigdiv {
    padding: 0 3px;
}

body.mobile div.document div.table,
body.mobile div.document span.MJXp-display,
body.mobile div.document div.MathJax_Display {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

body.mobile div.document div.chapter a,
body.mobile div.popup a {
    font-size: 120%;
}


div.content div.para {
    text-align: justify;
}

div.content.left div.para {
    text-align: left;
}


/********tocs36.css*****************/
div.document {
    font-family:"Arial";
}

div.sections {
    display:none;
    margin-bottom:1.5em;
}

div.sections a {
    display:block;
    margin: 5px 0 5px 2em;
    width:99%;
    white-space:normal;
}

span.tag {
    margin-right: 0.5em;
}

a.chapterlink {
   font-weight:bold;
   display:inline-block;
   width:85%;
   vertical-align:top;
   margin-left:3em;
   margin-right:-3em;
   margin-bottom: 5px;
   white-space:normal;
}

.chapterlink .tag {
   display:inline-block; 
   margin-left:-2.5em;
   white-space:nowrap;
}

div.sections a .tag {
   display:inline-block;
   margin:0 5px 0 0;
   white-space:nowrap;
}

.toc-chapter {
    margin:0.6em;
    white-space:nowrap;
    font-size:.8em;
}

.toc-epilogue {
    margin:0.6em 0.6em 0.6em -.8em;
    white-space:nowrap;
    font-size:.8em;
}

span.triangle {
   display:inline-block;
   width:1em;
   color:mediumblue;
}

body:not(.mobile) span.triangle:hover {
    color: #9c0000;
    cursor: pointer;
}

#toc-flex-container {
   display:flex;
   flex-direction:column;
   margin-top:1.5em;
}

div.col {
   margin-right: 25px;
   margin-top:-0.5em;
   width:100%;
}

div#frontmatter {
    margin-bottom:1em;
    font-size: .8em
}

div#frontmatter .chapterlink{
    display:block;
    margin:0 0 0.5em 2em;
}


#toc-controls{
   color:mediumblue;
   font-style: italic;
   text-align:center;
}

#expand-all, #collapse-all, #colswitch {
   text-decoration: underline;
   white-space:nowrap;
}

 body:not(.mobile) #expand-all:hover,
 body:not(.mobile) #collapse-all:hover,
 body:not(.mobile) #colswitch:hover {
   color: #9c0000;
   cursor:pointer;
}

#colswitch {
    white-space:nowrap;
}

#toc-header {
    text-align:center;
    margin-top:10px
}

#toc-header #title{
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:3px;
}

#toc-header #subtitle {
    font-variant:small-caps;
    font-size:1em;
    margin-bottom:5px;
}

#toc-header #authors {
    font-size:1em;
    margin-bottom:8px;
    white-space:nowrap;
}

