/*!
 * less more jekyll theme(https://github.com/kkn1125/lessmore-jekyll-theme)
 */
body::-webkit-scrollbar {
  /* display: block !important; */
}

:root {
  --lm-gf-gugi: "Gugi", cursive;
  --lm-gf-sunflower: "Sunflower", sans-serif;
  --lm-gf-noto: "Noto Sans KR", sans-serif;
  --lm-gf-noto-serif: "Noto Serif KR", serif;
  --lm-color-dark: rgb(22, 22, 22);
  --lm-color-dark-50: rgb(50, 50, 50);
  --lm-color-gray-1: rgb(87, 87, 87);
  --lm-color-gray-2: rgb(129, 129, 129);
  --lm-color-gray-3: rgb(185, 185, 185);
  --lm-color-gray-4: rgb(221, 221, 221);
  --lm-color-gray-5: rgb(240, 240, 240);
}

h6 {
  font-size: 1.25rem;
  font-weight: bold;
}

h5 {
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 1.75rem;
  font-weight: bold;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}

h2 {
  font-size: 2.25rem;
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.brand {
  font-family: var(--lm-gf-sunflower);
}

.sunflower {
  font-family: var(--lm-gf-sunflower);
}

.serif {
  font-family: var(--lm-gf-noto-serif);
}

aside#rsb > div {
  overflow-y: auto;
}

.custom-btn {
  padding: 0.3rem 0.7rem;
  color: white;
  font-weight: bold;
  border: none;
  background-color: rgba(var(--pl-danger-rgb), 1);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

#scrollGauge {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1499;
}

.gnb-menu {
  z-index: 1 !important;
  padding: 0 !important;
  position: relative !important;
  flex-direction: row !important;
}

.built-in.side-bar {
  position: fixed;
  right: 0;
  z-index: 1500;
}

.gauge-hide {
  animation: fade-out 300ms both;
  -webkit-animation: fade-out 300ms both;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .side-bar {
    height: 100% !important;
  }
}
html {
  overflow: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans KR", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .row-lg {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}
[data-is-mobile=true] {
  display: none;
}

.card-group > .card[style|=background] {
  backdrop-filter: blur(10px);
}
.card-group > .card[style|=background] *:not(a) {
  color: white !important;
}
.card-group > .card[style|=background] a {
  color: rgba(var(--pl-white-rgb), 1) !important;
}
.card-group > .card:first-child {
  width: 30em;
}

.share > div {
  display: flex;
  justify-content: center;
}

menu,
ol,
ul:not(.nav, .gnb-menu, .list-group) {
  list-style: revert;
}

.article-post p {
  font-weight: lighter;
  line-height: 2;
  letter-spacing: 0.05em;
  word-spacing: 0.1em;
  margin-bottom: 2em;
  color: #1f1f1f;
}
.article-post strong,
.article-post b {
  font-weight: bold;
  text-decoration: wavy underline coral 2.5px;
}
.article-post em {
  font-style: italic;
}
.article-post code.language-plaintext {
  color: #ff1174;
  padding: 0.3rem 0.5rem;
  font-family: monospace;
  background-color: #ebebeb;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}

.taglist {
  display: inline-flex;
  gap: 0.5rem;
}

a[href] .btn {
  color: white;
}
a[href] .tag {
  color: white;
}

img {
  object-fit: cover;
}

/* dark mode */
.gnb {
  background-color: white;
}
.gnb [class*=gnb-expand-] .gnb-menu {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

#cursor {
  pointer-events: none;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 3000;
  transition: 100ms ease;
  -webkit-transition: 100ms ease;
  -moz-transition: 100ms ease;
  -ms-transition: 100ms ease;
  -o-transition: 100ms ease;
}
#cursor.on-btn, #cursor.on-link {
  width: 70px;
  height: 70px;
  background-color: rgba(var(--pl-brand-rgb), var(--bg-opacity)) !important;
}

#topArrowEL {
  opacity: 0;
  pointer-events: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}
#topArrowEL.show {
  opacity: 1;
  pointer-events: all;
}

body.dark {
  background-color: #2a2b31;
  color: white;
}
body.dark span,
body.dark div,
body.dark time,
body.dark p {
  color: inherit;
}
body.dark .gnb {
  --text-opacity: 1;
  --bg-opacity: 1;
  --gnb-bg: 32, 33, 37;
  color: rgba(var(--pl-white-rgb), var(--text-opacity));
  background-color: rgba(var(--gnb-bg), var(--bg-opacity)) !important;
}
body.dark a {
  color: inherit;
}
body.dark #a2apage_mini_services a {
  color: revert;
}
body.dark .modal-content {
  background-color: #555555;
}
body.dark .modal-content li.lunrsearchresult {
  margin-bottom: 1rem;
}
body.dark .modal-content span.title {
  color: #ffffff !important;
  font-weight: bold;
}
body.dark .modal-content span.body {
  color: #ffba8c !important;
}
body.dark .modal-content span.url {
  color: #949494 !important;
}
body.dark .modal-content span.url {
  color: #949494 !important;
}
body.dark .footer {
  background-color: #202125;
}

[data-switch=mode] {
  display: none;
}

/* darkmode toggles */
label {
  user-select: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2rem;
  background-color: rgba(114, 157, 250, 0.5);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
label > span {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: wheat;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
label > span::before {
  position: absolute;
}
label.on > span {
  left: 50%;
}
label.off > span {
  left: 0%;
}

#searcher {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1250;
}

.text-mark {
  background-color: #66ff99;
}

/* modals */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1250;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
.modal .modal-dialog .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-body ol {
  padding-left: 1.5em;
}
.modal .modal-dialog .modal-content .modal-body ol li.lunrsearchresult {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.modal .modal-dialog .modal-content .modal-body ol li.lunrsearchresult small {
  font-size: 0.8rem;
}
.modal .modal-dialog .modal-content .modal-body ol li.lunrsearchresult small .url {
  font-size: 0.7rem;
}
.modal .modal-dialog .modal-content .modal-body ol li.lunrsearchresult:last-child {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal .modal-dialog .modal-content .modal-footer > * {
  margin: 0.25rem;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.lunrsearchresult .title {
  color: #d9230f;
}

.lunrsearchresult .url {
  color: silver;
}

.lunrsearchresult a {
  display: block;
  color: #777;
}

.lunrsearchresult a:hover,
.lunrsearchresult a:focus {
  text-decoration: none;
}

.lunrsearchresult a:hover .title {
  text-decoration: underline;
}

.modal-fullscreen-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-down .modal-header {
  border-radius: 0;
}
.modal-fullscreen-down .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-down .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

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