.header {
  margin: 0 auto;
  width: 1160px;
  height: 60px;
  display: flex;
  align-items: center;
}

.logo-title {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo {
  height: 40px;
  margin-right: 8px;
}

.title1 {
  font-size: 20px;
  font-weight: 700;
  color: #17a2b8;
}

.menu {
  display: flex;
  align-items: center;
  gap: 6px;
}


body { margin: 0; font-size: 16px; }
a { cursor: pointer; text-decoration: none; }
a:link, a:visited { color: black; text-decoration: none; }

.main-menu { list-style: none; margin: 0; padding: 0; }
.main-menu li { margin-top: 15px; }
.main-menu li a.on { color: #14afb2; }
.sub-menu { list-style: none; margin: 0; padding: 0; margin-left: 10px; }
.sub-menu li { margin-top: 10px; }
.sub-menu li a.on { color: #14afb2; }
.sub-menu a { font-size: 14px; }

.sub-menu {
  display: none;
  padding-left: 20px;
}

*.menu.active .icon-left {
  transform: rotate(90deg);
  transition: none;
} 

.icon-left {
  font-size: 10px;
  color: #333;
  margin-right: 5px;
  transition: transform 0.7s ease;
}

.sub-menu li {
  margin-top: 5px;
}

table.custom-table {
    border-collapse: collapse;
    width: 850px;
    font-family: Roboto, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Malgun Gothic", Dotum, Helvetica, sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 1.4;
    table-layout: fixed;
  }


  table.custom-table thead th {
    padding: 12px 20px;
    background-color: #fafafb;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #e5e5e6;
    font-size: 12px;
    font-weight: 400;
    color: #767676;
    text-align: left;
  }

  table.custom-table tbody td {
    padding: 12px 20px;
    border-bottom: 1px solid #e5e5e6;
    vertical-align: top;
    background-color: #fff;
    white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis;
  }

  table.custom-table .description {
    width: 450px;
  }

  .title {
    font-size: 28px;
  }


pre {
  background-color: #222;
  color: #f8f8f2;            
  margin: 10px 0 20px;
  padding: 20px;
  border-radius: 10px;
  white-space: pre-line;
  font-family: 'Fira Code', 'Courier New', monospace;
  font-size: 14px;
}

.pre-code {
  background-color: #222;
  color: #f8f8f2;            
  margin: 0 0 20px;
  border-radius: 10px;
  white-space: pre-line;
  font-family: 'Fira Code', 'Courier New', monospace;
  font-size: 14px;
}

.param {
  color: #00cc6de5;
}

.param1 {
  color : #0451a5
}

.url-code {
  font-family: 'Fira Code', 'Courier New', monospace;
  background-color: transparent;
  color: #f8f8f2;  
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 5;
  vertical-align: middle;
}

.point-title {
  pointer-events: auto; 
  color: #14afb2;
  margin-right: 5px;
}

.point-title1 {
  pointer-events: auto; 
  color: red;
  margin-right: 5px;
}


html, body {
  height: 100%;
  margin: 0;
}

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  width: 100%;
  border-bottom: 1px solid #e5e5e6;
}

.main {
  display: flex;
  flex: 1;              
  align-items: stretch; 
}

.left-nav {
  flex: 0 0 250px;
  border-right: 1px solid #e5e5e6;
}

.content {
  flex: 1 1 auto;
  margin: 50px 0 0 50px;
}

.sub-main {
  margin: 0 auto; 
  width: 1160px; 
  display: flex; 
  height: 100%;
}

.main-line {
  width: 100%; 
  border-bottom: 2px solid #e5e5e6
}


h2 {
  margin: -50px 0px 0px;
  padding: 70px 0px 0px; 
  font-size: 20px; 
  line-height: 25px; 
  word-break: break-all; 
  pointer-events: none; 
  position: relative;
  display: inline-block;
  margin: 5px;
}

h4 {
  color: #767676;
  margin: 5px;
}

p {
  margin-top: 10px; 
  margin-right: 0px; 
  margin-left: 0px; 
  padding: 5px; 
  line-height: 15px;
}

.theme-background{
  width: 4px; 
  height: 16px;  
  margin-top: 5px;
  background-color:#14afb2 !important;
  box-sizing: border-box;
  display: inline-block; 
}

blockquote {
  background-color: rgba(236,245,255,.5);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  line-height: 26px;
  margin: 20px 0 0;
  padding: 20px 20px 20px 50px;
  position: relative;
}

.warning::before {
  content: "!";
  color: red;
  font-weight: bold;
  margin-right: 5px;
}

.docs_pagination {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 32px 16px 0;
  position: relative
}

.docs_pagination_right {
  padding: 32px 16px 0;
  display: flex;
  justify-content: flex-end;

}

.docs_pagination_right a:hover {
  color: #14afb2            
}

.docs_pagination a:hover {
  color: #14afb2            
}

/* div {
  padding-bottom: 5px;
} */

.desc strong {
  display: block;
}

.desc li {
  margin-bottom: 5px;
}

td.description div {
  margin-top: 15px;
  display: block; 
}

.document_title {
  font-weight: bold;
}

.icon-chevron {
  color: #c2bfbf;
}

.api-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.api-title {
  font-size: 18px;
  font-weight: 700;
}

.co-text{
    background-color: #f2f2f2;
    border: none;
    border-radius: 2px;
    margin: 0;
    max-width: 100%;
    padding: 0 4px;
    font-family: inherit;   

}

.api-desc li {
  line-height: 1.8;
  margin-bottom: 8px;
}

.img-api {
  width:440px; 
  height:auto;
  border: 1px solid gainsboro; 
}

.data-point {
  color: red;
}




