body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
}
body .menu-content {
  border-right: 1px solid rgba(38, 50, 56, 0.12);
}
body .hajTkG,
body .bXxQac {
  border-width: 2px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.redoc-wrap, .redoc-wrap.dlpxFS {
  color: rgba(38, 50, 56, 0.87);
}

.menu-content img {
  width: 180px;
  margin: 8px 19px;
}
.menu-content div[role=search] {
  position: relative;
}
.menu-content div[role=search] .scrollbar-container {
  border-bottom: 1px solid var(--sl-color-gray-6);
}
.menu-content div[role=search] .search-icon {
  top: 15px;
  left: 34px;
}
.menu-content div[role=search] > i {
  right: 34px;
  top: 6px;
  font-size: 22px;
}
.menu-content div[role=search] .search-input {
  display: block;
  height: 3rem;
  padding: 8px 24px 8px 36px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(38, 50, 56, 0.12);
  border-radius: 32px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.menu-content div[role=search] .search-input:focus {
  border-color: #43a047;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 187, 106, 0.6);
}
.menu-content div[role=search] .search-input::placeholder {
  color: rgba(38, 50, 56, 0.54);
}
.menu-content ul[role=menu] {
  padding: 4px 16px 32px;
}
.menu-content ul[role=menu] li label {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 22px;
  padding: 8px 8px 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  background: transparent;
}
.menu-content ul[role=menu] li label.active {
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(38, 50, 56, 0.04);
  background: #ffffff;
}
.menu-content ul[role=menu] li label.active::before {
  content: "";
  display: block;
  width: 4px;
  border-radius: 3px;
  height: auto;
  left: 6px;
  background: #43a047;
  position: absolute;
  top: 8px;
  bottom: 8px;
}
.menu-content ul[role=menu] li label:hover:not(.active) {
  background-color: rgba(38, 50, 56, 0.05);
}
.menu-content ul[role=menu] li label > svg {
  height: 22px;
}
.menu-content ul[role=menu] li > ul {
  padding: 8px;
  background: rgba(38, 50, 56, 0.02);
  margin: 8px 0;
  border-radius: 8px;
}
.menu-content ul[role=menu] + .sc-gfoqjT.dWGjvm {
  display: none;
  visibility: hidden;
}
.menu-content .operation-type {
  line-height: 18px;
  height: 18px;
  border-radius: 12px;
}
.menu-content div[data-role="search:results"] {
  text-align: center;
  padding: 8px 16px;
  background: none;
}
.menu-content div[data-role="search:results"] > li {
  text-align: left;
}
.menu-content div[data-role="search:results"] > li label {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  background: transparent;
  border-radius: 8px;
}
.menu-content div[data-role="search:results"] > li label:hover {
  background-color: rgba(38, 50, 56, 0.05);
}

h1, h2, h3, h4, h5, h6,
.dpNrcG,
.dSJzNl,
.espozG,
.dkRMkp {
  font-weight: 500 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

h1 {
  font-size: 1.912rem !important;
}

h2 {
  font-size: 1.616rem !important;
}

h3 {
  font-size: 1.471rem !important;
}

.ibpoCO,
.dmMtMH {
  width: 14px !important;
  margin-top: 10px !important;
  left: 30px !important;
}
.ibpoCO path,
.dmMtMH path {
  fill: rgba(38, 50, 56, 0.54);
}

.hQYSSu,
.hNIqAi {
  right: 30px !important;
  font-size: 24px !important;
  color: rgba(38, 50, 56, 0.87) !important;
}

.kYEhaZ pre {
  border-radius: 8px;
  background-color: #282c34 !important;
}

.sc-pJurq {
  font-size: 1rem;
}

.sc-pJurq.hurBbj {
  color: #00aa13;
  background-color: rgba(0, 170, 19, 0.1);
}

.sc-pJurq.eSEOsh {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.1);
}

.api-content .redoc-markdown pre {
  border-radius: 8px;
}
.api-content h1 {
  letter-spacing: -0.5px;
}
.api-content h1 > span {
  color: rgba(38, 50, 56, 0.54);
  font-size: smaller;
}
.api-content h2, .api-content h1 {
  color: #263238 !important;
  margin: 3rem 0 0.75rem;
}
.api-content h2 {
  font-size: calc(1.5rem + 8 * (100vw - 400px) / 624) !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .api-content h2 {
    font-size: 1.616rem !important;
  }
}
.api-content .http-verb {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  border-radius: 16px;
}
.api-content h5 {
  font-family: "Noto Sans KR", sans-serif !important;
  color: rgba(38, 50, 56, 0.54);
  letter-spacing: 0.5px;
  font-size: 13px;
  margin-top: 32px;
}
.api-content .dsVwAL > button {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
}
.api-content .dsVwAL > button + button {
  margin-left: 8px;
}
.api-content .haWzKC div + div {
  margin-top: 8px;
}
.api-content .hCqCRP {
  color: rgba(38, 50, 56, 0.54);
}

.sc-feJyhm.YzuTm,
.sc-fBdRDi.jBXMco {
  position: relative;
}
.sc-feJyhm.YzuTm::before,
.sc-fBdRDi.jBXMco::before {
  content: "API";
  display: inline-block;
  padding: 2px 6px;
  left: 200px;
  line-height: 25px;
  top: 13px;
  background: #ffffff;
  color: #263238;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  font-weight: 600;
  border: 1px solid #263238;
  border-radius: 4px;
}

/* TYPOGRAPHY end */
.well {
  background-color: #eceff1;
  border: 0 none;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.api-section-block-highlighted {
  color: #5cb85c;
}

.http-method {
  display: inline-block;
  min-width: 60px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 16px;
  background-repeat: no-repeat;
  padding: 2px 4px;
  font-size: 12px;
}

.method-list {
  margin-bottom: 8px;
}

.hclups li label span.operation-type,
.kyojiS li label span.operation-type {
  height: 15px;
  line-height: 16px;
}

.get {
  background-color: rgb(107, 189, 91);
}

.post {
  background-color: rgb(36, 143, 178);
}

.put {
  background-color: rgb(155, 112, 139);
}

.patch {
  background-color: rgb(224, 157, 67);
}

.delete {
  background-color: rgb(226, 122, 122);
}

.sc-hXRMBi.nGwee,
.sc-fzqyOu.gjSLKH {
  visibility: hidden;
  display: none;
}

#back-to-doc {
  position: fixed;
  right: 20px;
  top: 20px;
  font-size: 14px;
  z-index: 1000;
}
#back-to-doc > a {
  color: #333;
  text-decoration: none;
  padding: 7px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  background-clip: padding-box;
}
#back-to-doc > a:hover {
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgb(255, 255, 255);
}

/*# sourceMappingURL=api.css.map */
