/**
 * apidoc main css file
 */

/**
 * Define colors
 */
:root {
  --primary: #222222;
  --white: #fff;
  --light-gray: #ccc;
  --main-gray: #777;
  --dark-gray: #2d2d2d;
  --hover-gray: #666;
  --meth-get: #0dba8c;
  --meth-put: #c80dff;
  --meth-post: #0d7eff;
  --meth-delete: #f87b0b;
  --red: #dc3545;
  --cello-green: #0dba8c;
  --dark: #1f2533;
}
.body-index {
  background-color: #f3f5f7;
}
img.cello-img {
  margin: 20px 78px 20px 50px;
  object-fit: contain;
}

img.logo_footer {
  width: 300px;
  height: 22px;
  margin: 0px 10px 10px 10px;
  object-fit: contain;
}

img.cello-introduce-img {
  width: 300px;
  height: 280px;
  margin: 16px 16px 10px 30px;
  object-fit: contain;
}

.title_text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
.empty_space {
  height: 10px;
}

.color-primary {
  font-family: NotoSansCJKKR;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  display: none;
}

.color-sub {
  font-family: NotoSansCJKKR;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.6px;
  color: #1f2533;
}

.color-description {
  height: 20px;
  margin: 16px 75px 10px 0;
  font-family: NotoSansCJKKR;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #555;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-red {
  color: var(--white);
  background-color: var(--red);
}

.btn {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 3px 12px 4px 12px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom:0px;
  margin-top:0px;
  align-items:center;
}

.bg-cello-gray {
  background-color: #00bd93;
}

.bg-cello-green {
  background-color: #888;
}

.bg-white {
  color: var(--white);
  background-color: var(--white);
}

.border-danger {
  border: 1px solid var(--red);
}

.ParamHeader {
  margin: 80px 0 10px 0;
  font-family: NotoSansCJKKR;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  line-height: 1.44;
  letter-spacing: -0.45px;
  color: #1f2533;
}
.header-examples{
  margin-top: 50px;
}
.SampleHeader {
  height: 20px;
  margin: 0 58px 10px 0;
  font-family: NotoSansCJKKR;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #1f2533;
}

.ResponseHeader {
  width: 83px;
  height: 20px;
  margin: 0 58px 10px 0;
  font-family: NotoSansCJKKR;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #555;
}

.ParamText {
  width: 27px;
  height: 20px;
  margin: 19px 20px 39px 90px;
  font-family: NotoSansCJKKR;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #555;
}

/** for some reason the iOS safari style is applied on date inputs */
input[type="date"] {
  line-height: 1.4 !important;
}

/* ------------------------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('glyphicons-halflings-regular.eot');
  src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('glyphicons-halflings-regular.woff') format('woff'),
  url('glyphicons-halflings-regular.ttf') format('truetype'),
  url('glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
  font-family: 'NotoSansCJKkr';
  font-style: normal;
  src: url('NotoSansCJKkr-Regular.otf') format('opentype');
}

#content {
  width: calc(100% - 340px);
  padding-right: 30px;
  padding-left: 30px;
}

p {
  opacity: 0.6;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: var(--dark);
  margin: 1px 0px 1px;
}

.show-api-article{
  padding-top: 29px;
}

.language-json {
  margin-bottom: 0px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  background-color: #eee;
  color: #1f2533;
  text-align: left;
  padding: 7px 10px 6px;
  opacity: 0.6;
}

td.code {
  font-family: NotoSansCJKKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.type-size code, .default-value code{
  border-radius: 10px;
  background-color: #fff0c9;
  color: #fc5555;
  padding: 1px 10px;
  font-family: 'NotoSansCJKkr';
  margin-left: 8px;
}

.label {
  float: right;
  margin-top: 4px;
  user-select: none;
  margin-left: 10px;
  font-weight: normal;
}

.label.optional {
  width: 66px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(13, 186, 140, 0.15);
  text-align: center;
  margin-top: 0px;
  color: #0dba8c;
  float: none;
  padding: 1px 9px;
}

.label.required {
  width: 66px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(252, 85, 85, 0.15);
  text-align: center;
  color: #fc5555;
  float: none;
  padding: 1px 9px;
}

.default-value,
.type-size {
  font-size: 95%;
}

.open-left {
  right: 0;
  left: auto;
}

.invisible {
  visibility: hidden;
}

.input-group-addon.sample-request-select {
  padding: 0 6px;
}

.input-group-addon.sample-request-select select {
  width: auto;
  height: 32px;
}

.sample-request-input-Boolean-container {
  width: 40px;
  height: 34px;
  background: var(--white);
  border: 1px solid var(--light-gray);
}

.sample-request-input-Boolean-container > div {
  margin-top: 7px;
  text-align: center;
}

.sample-request-input-Boolean-container > div input {
  margin: 0;
}

.sample-request-input-json-container > div input {
  margin: 0;
}
/* ------------------------------------------------------------------------------------------
 * Request method (HTTP verb)
 * ------------------------------------------------------------------------------------------ */
.method {
  font-weight: 500;
  font-size: 14px;
  font-family: NotoSansCJKkr;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 6px;
  text-transform: uppercase;
  line-height: 1.43;
  letter-spacing: -0.35px;
  background-color: var(--main-gray);
  color: var(--white);
}

.meth-get {
  background-color: var(--meth-get);
  width: 70px;
  height: 24px;
  padding: 2px 22px;
  border-radius: 50px;
  margin-right: 10px;
}

.meth-put {
  background-color: var(--meth-put);
  width: 70px;
  height: 24px;
  padding: 2px 22px;
  border-radius: 50px;
  margin-right: 10px;
}

.meth-post {
  background-color: var(--meth-post);
  width: 70px;
  height: 24px;
  padding: 2px 17px 2px 18px;
  border-radius: 50px;
  margin-right: 10px;
}

.meth-delete {
  background-color: var(--meth-delete);
  width: 70px;
  height: 24px;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-grid;
  align-content: center;
  text-align: center;
  padding: 2px 10px;
}
.method+.language-http{
  padding-left: 0px!important;
  font-family: NotoSansCJKkr;
}
/* ------------------------------------------------------------------------------------------
 * Compare
 * ------------------------------------------------------------------------------------------ */

ins {
  background: #60d060;
  text-decoration: none;
  color: #000000;
}

del {
  background: #f05050;
  color: #000000;
}

.label-ins {
  background-color: #60d060;
}

.label-del {
  background-color: #f05050;
  text-decoration: line-through;
}

pre.ins {
  background-color: #60d060;
}

pre.del {
  background-color: #f05050;
  text-decoration: line-through;
}

table.ins th,
table.ins td {
  background-color: #60d060;
}

table.del th,
table.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

tr.ins td {
  background-color: #60d060;
}

tr.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

/* ------------------------------------------------------------------------------------------
 * Spinner
 * ------------------------------------------------------------------------------------------ */

#loader {
  position: absolute;
  width: 100%;
}

#loader p {
  padding-top: 80px;
  margin-left: -4px;
}

#index-loader {
  position: absolute;
  width: 100%;
  top: 60px;
  height: 100%;
  background-color: #f3f5f7;
}

#index-loader p {
  padding-top: 80px;
  margin-left: -4px;
}

.spinner {
  margin: 200px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 14px;
  height: 14px;
  background-color: #0dba8c;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}

/* ------------------------------------------------------------------------------------------
 * Tabs
 * ------------------------------------------------------------------------------------------ */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #00bd93;
  background-color: #fff;
}

.nav-tabs>li>a:hover{
  border: 1px solid transparent;
}

.nav>li>a:focus, .nav>li>a:hover{
  background-color: #fff;
}
.nav>li{
  height: 40px;
  align-items: center;
  display: flex;
}
.nav>li>a {
  padding: 0px;
}
.nav-tabs{
  border-bottom: none;
  display: inline-block; /* needed to center the list items */
}

.tabbable{
  text-align: center;
}

.nav-tabs > li.active > a {
  font-family: NotoSansCJKKR;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--dark);
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ParamHeader .active > div {
  font-family: NotoSansCJKKR;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark);
  height: 50px;
  align-items: center;
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  border-bottom: 3px solid #00bd93;
}

.ParamHeader .active {
  border-bottom: solid 1px #d2d3d6;
}

.nav-tabs > li > a {
  color: #555;
}

p.deprecated span{
  color: var(--red);
  font-weight: bold;
  text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------
 * Print
 * ------------------------------------------------------------------------------------------ */

@media print {

  #sidenav,
  #version,
  #versions,
  section .version,
  section .versions {
    display: none;
  }

  #content {
    margin-left: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a:after {
    content: " [" attr(href) "] ";
  }

  p {
    color: #000000
  }

  pre {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border: #808080 1px solid;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px 0;
  }

} /* /@media print */

/* ------------------------------------------------------------------------------------------
 * Sidenav
 * ------------------------------------------------------------------------------------------ */
.sidenav {
  color: var(--white);
  position: fixed;
  top: 140px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--white);
  width: 300px;
  padding-top: 4px;
  padding-left: 30px;
}
#sidenav {
  width: 325px;
}
.sidenav > li > a {
  display: block;
  opacity: 0.8;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #1f2533;
  padding-left: 10px;
}

/* non active sidenav link are highlighted on hover */
.sidenav > li:not(.active) > a:hover {
  color: var(--cello-green);
}

.sidenav > li.nav-header {
  height: 40px;
  margin-top: 20px;

}

.sidenav > li.nav-header > a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.45px;
  text-align: left;
  color: #1f2533;
  background-color: var(--white);
  padding-left: 0px;
}


.sidenav > li.active > a {
  position: relative;
  background-color: var(--white);
  color: var(--cello-green);
  font-weight: bold;
}

/* ------------------------------------------------------------------------------------------
 * Side nav search
 * ------------------------------------------------------------------------------------------ */
.sidenav-search {
  position: fixed;
  width:230px;
  padding: 75px 10px 10px 10px;
  background-color: var(--white);
}

.sidenav-search .search {
  height: 26px;
}

.search-reset {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 28px;
  top: 77px;
  background-color: #fff;
}
.nav {
  z-index: 9999;
}
.navbar {
  margin-bottom: 0;
  background-color: #fff;
  z-index: 9999;
  border: 0;
  height: 60px;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #00bd93 !important;
  background-color: #222222;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff;
}
.navbar-header {
  display: flex;
}
.navbar-header a {
  display: contents;
}
.navbar-header {
  display: flex;
}
.navbar-header a {
  display: contents;
}
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}
.jumbotron {
  color: #fff;
  font-family: Montserrat, sans-serif;
  height: 280px;
  margin: 60px 0 80px;
  padding: 70px 648px 66px 200px;
  opacity: 0.8;
  background-image: linear-gradient(81deg, #4a38b3 2%, #0dba8c 98%);
  min-width: 1450px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.bg-grey2 {
  height: 50px;
  margin: 77px 0 0;
  padding: 16px 30px 6px 40px;
  background-color: #f6f6f6;
}
.logo-small {
  color: #00bd93;
  font-size: 50px;
}
.logo {
  color: #00bd93;
  font-size: 200px;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.col-xs-12 {
  background-color: #fff;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 30%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -20%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -100%;
  }
  .row-offcanvas-right.active {
    right: 100%;
  }
  .row-offcanvas-left.active {
    left: 20%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 20%;
  }
  #sidebar {
    padding-top:0;
  }
}

.Introduction {
  width: 174px;
  height: 41px;
  margin: 0 214px 50px 0;
  font-family: NotoSansCJKKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.Services {
  height: 41px;
  margin: 0 0px 50px 0;
  font-family: NotoSansCJKKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
.Contact {
  height: 41px;
  margin: 0 0px 50px 0;
  font-family: NotoSansCJKKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}


.icon_bg {
  height: 477px;
  margin: 275px 0 0;
  padding: 50px 0 0;
  background-color: #f5f5f5;
}

.icon_tracking_bg {
  width: 275px;
  height: 300px;
  margin: 0 20px 77px 220px;
  padding: 45px 64px 50px 63px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--white);
}
.icon_cargo_bg {
  width: 275px;
  height: 300px;
  margin: 0 20px 77px;
  padding: 45px 75px 50px 76px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--white);
}
.icon_inventory_bg {
  width: 275px;
  height: 300px;
  margin: 0 20px 77px;
  padding: 45px 73px 50px 74px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--white);
}
.icon_order_bg {
  width: 275px;
  height: 300px;
  margin: 0 220px 77px 20px;
  padding: 45px 87px 50px 88px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--white);
}

img.tracking_img {
  width: 100px;
  height: 100px;
  margin: 0 24px 38px;
  object-fit: contain;
}
img.cargo_img {
  width: 100px;
  height: 100px;
  margin: 0 12px 38px;
  object-fit: contain;
}
img.inventory_img {
  width: 100px;
  height: 100px;
  margin: 0 14px 38px;
  object-fit: contain;
}
img.order_img {
  width: 100px;
  height: 100px;
  margin: 0 0 38px;
  object-fit: contain;

}

img.samsung-footer {
  width: 128px;
  height: 16px;
  margin: 1px 30px 10px 0;
  object-fit: contain;
}

.Copyright-text {
  height: 18px;
  margin: 0px 0 4px 0px;
  font-family: NotoSansCJKKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.12px;
  text-align: left;
  color: #999;
}
.api-master-title {
  height: 54px;
  margin: 0 66px 18px 0;
  font-family: NotoSansCJKkr;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.9px;
  color: #fff;
  min-width: 600px;
}
.api-master-description {
  width: 612px;
  margin: 18px 0 0;
  font-family: NotoSansCJKkr;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #fff;
}
.dropdown :hover{
  color: #0dba8c !important;
  cursor:pointer !important;
}
.APIs :active{
  color: #0dba8c;
}

.APIs {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blurs {
  color: #0dba8c;
}

.dropdown {
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-family: NotoSansCJKkr;
  font-size: 15px;
  letter-spacing: -0.38px;
  color: #1f2533;
}
.dropdown-content {
  top: 60px;
  left:-15px;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 201px;
  height:80px;
}

.dropdown-content a {
  height: 30px;
  color: black;
  padding-left: 20px;
  text-decoration: none;
  display: block;
  line-height: 30px;
  font-family: NotoSansCJKkr;
  font-size: 15px;
  font-weight: normal;
}

.dropdown-content a:first-child {
  margin-top: 10px;
}

.dropdown-content a:nth-child(2) {
  margin-bottom: 10px;
}

.dropdown-content a:hover {
  color: #fff !important;
  background-color: #0dba8c;
  opacity: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.container-des {
  margin: 80px 324px 38px 200px;
  font-family: NotoSansCJKkr;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #1f2533;
  padding-left: 0px;
  min-width: 1000px;
}

.learn {
  height: 190px;
  margin: 38px 200px 0;
  padding: 30px 19px 30px 30px;
  min-width: 1250px;
  border-radius: 4px;
  border: solid 1px #e8e8ea;
  background-color: #ffffff;
}

.cello {
  margin-left: 8px;
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #1f2533;
  min-width: 1000px;
}
.last{
  display: flex;
  min-width: 1000px;
  height: 94px;
}
.cello-descrtion {
  font-family: NotoSansCJKkr;
  margin-top: 9px;
  opacity: 0.6;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #1f2533;
}
.cello-button{
  height: 50px;
  padding: 12px 34px 11px 35px;
  border-radius: 4px;
  background-color: #0dba8c;
  margin-top: 16px;
  margin-right: 11px;
  margin-left: auto;
  cursor: pointer;
  margin-top: 44px;
}
.cello-button:hover{
  background-color: #159570;
}
.cello-button-square{
  margin-top: 44px;
}
.learn-more {
  font-family: NotoSansCJKkr;
  height: 27px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.45px;
  color: #fff;
}
.learn-plus {
  margin-top: 12px;
  height: 190px;
  margin-bottom: 158px;
  padding-bottom: 30px;
}
.container{
  width: 100%;
  color: #1f2533;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.container-fluid {
  background-color: #f3f5f7;
  margin: 140px 30px 60px 30px;
  font-family: NotoSansCJKkr;
  font-size: 24px;
  line-height: 1.5;
  color: #1f2533;
  padding-left: 0px;
  height: 100%;
  padding-right: 0px;
}
.sidenav-search {
  display: none;
}
.return {
  width: 100%;
  height: 80px;
  top: 60px;
  position: fixed;
  background-color: #f3f5f7;
  z-index: 999;
}
.return-fiex {
  display: flex;
  height: 100%;
}
.return-title {
  margin-top: 26px;
  margin-bottom: 17px;
  height: 37px;
  font-family: NotoSansCJKkr;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.65px;
}
#project {
  display: none;
}
.language-http{
  padding: 2px 20px !important;
}
pre[class*="language-"] {
  margin: 0px !important;
  padding: 20px !important;
  line-height: 24px;
  color: #fff;
}
.token{
  font-size: 14px;
  font-family: NotoSansCJKkr;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: left;
}
.nav-tabs>li>a {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: left;
  color: var(--dark);
  width: 140px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.nav-tabs-examples {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d2d3d6;
  margin-top: 50px;
}
.nav-tabs-examples>li {
  height: 50px;
}
code {
  font-size: 12px !important;
}
thead {
  height: 30px;
  font-size: 12px;
  color: #1f2533;
  border: hidden;
}
thead > tr{
  height: 30px;
}
td {
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-left: hidden;
  border-right: hidden;
}
td > p {
  font-size: 14px !important;
  color: #1f2533;
  opacity: unset;
}
.well{
  padding: 40px 0px 0px 0px;
  background-color: #fff;
  border: hidden;
  -webkit-box-shadow:var(--white);
  box-shadow:none;
}
.form-group{
  display: grid;
  margin-bottom: 50px;
}
.form-horizontal .form-group{
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 10px;
  width: 50%;
}
.form-group>label {
  font-size: 14px;
  text-align: left !important;
  margin-bottom: 6px !important;
}
.input-group-addon:first-child {
  display: none;
}
.control-label{
  padding-left: 0px;
}
tr {
  height: 50px;
}
fieldset>div[class*=-sample-request-]{
  display: flex;
  flex-wrap: wrap;
}
fieldset>div:not(.SampleHeader,.hide):nth-child(even).form-group{
  padding-left: 30px;
}
.pull-right{
  float: none !important;
  display: flex;
  justify-content: center;
}
.article-description {
  margin-left: 0px;
}
.sample-request-clear {
  width: 165px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #0dba8c;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  color: var(--cello-green);
}
.sample-request-clear:hover {
  border: solid 1px #159570;
  color: #159570;
}
.sample-request-send {
  width: 165px;
  height: 50px;
  border-radius: 4px;
  background-color: var(--cello-green);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  border: unset;
}
.sample-request-send:hover {
  background-color: #159570;
}
fieldset label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: left;
  color: #1f2533;
  margin-bottom: 6px;
}
fieldset label::after{
  content: '*';
  color: red;
}
.data-optional::after {
  content: '';
  color: #fff;
}
.input-group {
  width: 100%;
}
.color-sub-title {
  display: flex;
  height: 35px;
  font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.6px;
  text-align: left;
  color: #1f2533;
  align-items: center;
}
.color-sub-line {
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 20px;
  background-color: #d2d3d6;
}
.description-line{
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d2d3d6;
}
.logo_square{
  width: 24px;
  height: 24px;
  margin: 6px 0;
  object-fit: contain;
}
.learn-left{
  display: flex;
}
.bottom-line{
  border-bottom: solid 1px #e8e8ea;
  min-width: 1000px;
}
.sample-send{
  background-color: #f3f5f7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -30px;
  margin-right: -30px;
}
.sample-send-request{
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
  padding-bottom: 19px;
}
.sample-send-paramHeader {
  font-size: 24px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 0px;
}
.return-icon{
  width: 23px;
  height: 12px;
  object-fit: contain;
  margin-left: -6px;
  transform: rotate(90deg);
}
.return-div{
  height: 37px;
  width: 12px;
  margin: 26px 18px 17px 0px;
}
.nav-selected {
  font-size: 15px;
  font-weight: bold;
  color: #0dba8c;
  border-bottom: 3px solid #0dba8c;
}
.form-control{
  padding-left: 10px !important;
}
code[class*="language-"]{
  font-size: 14px !important;
  font-family: 'NotoSansCJKkr';
  color: #fff !important;
}
.token.keyword {
  color: #ff9747;
}
.token.property, .token.string {
  color: #7eff8b;
}
.token.number{
  color: #1e87ff;
}
.token.punctuation{
  color: #fff;
}
.header-examples-ext>li>a {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}
