/*!
 * mixin
 */
/*!
 * fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
/*!
 * variable
 */
:root {
  --primary: #2BC1BC;
  --font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Nanum Barun Gothic", "Nanum Gothic", Verdana, Arial, "Malgun Gothic", Dotum, sans-serif;
  --gutter: 8px;
  --grid-column: calc((var(--content-width) + var(--gutter) * 2) / 12);
  --content-width: 812px;
  --header-height: 95px;
  --sidebar-width: calc(var(--grid-column) * 3 - var(--gutter) * 2);
  --scrollbar-width: 0px;
  --overflow-gutter: 0px;
}
@media (max-width: 980px) {
  :root {
    --header-height: 64px;
  }
}

.overflow-hidden {
  overflow: hidden;
  --overflow-gutter: var(--scrollbar-width);
}

/*!
 * global
 */
.displaynone {
  display: none;
}

.pseudo-selection {
  background: #2BC1BC;
  color: #fff;
}

::-moz-selection {
  background: #2BC1BC;
  color: #fff;
}

::-webkit-selection {
  background: #2BC1BC;
  color: #fff;
}

::selection {
  background: #2BC1BC;
  color: #fff;
}

body * {
  /* IE and Edge */
  /* Firefox */
}

body *::-webkit-scrollbar {
  /* Chrome, Safari, Opera*/
}

html,
body {
  margin: 0;
}

html {
  font-size: 16px;
  font-family: var(--font-family);
  word-break: keep-all;
  color: #212121;
}

h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0 0 1rem 0;
  line-height: 1.5em;
}

h2 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  font-size: 1rem;
  margin: 0 0 1.5em 0;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: #000;
}

html.is_search .search_wrap,
body.is_search .search_wrap {
  display: block;
}

html input:focus,
body input:focus {
  outline: none;
}

html.error404 .main-slider,
body.error404 .main-slider {
  display: none;
}

html.error404 .content-wrap,
body.error404 .content-wrap {
  padding-top: 25vh;
}

html.error404 .content-wrap *,
body.error404 .content-wrap * {
  text-align: center;
}

html.error404 .content-wrap h1,
body.error404 .content-wrap h1 {
  font-size: 4rem;
}

@media (max-width: 980px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 981px) {
  .mob {
    display: none !important;
  }
}
.content-width {
  width: calc(100vw - 40px);
  max-width: 900px;
  margin: 0 auto;
}

header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  height: 95px;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  header {
    height: 63px;
  }
}
header .gnb {
  width: calc(100vw - 40px);
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  gap: 10px;
}

header .gnb a {
  text-decoration: none;
}

header .gnb a img {
  display: block;
}

header .gnb > *:nth-child(1) {
  flex: none;
}

header .gnb > *:nth-child(2) {
  flex: auto;
}

header .gnb.mob > *:nth-child(2) {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

header .gnb.mob .search {
  font-size: 26px;
  width: 1em;
  height: 1em;
}

header .gnb.mob .search img {
  display: block;
  width: 100%;
}

header .gnb.pc .menu {
  font-size: 16px;
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}

header .gnb.pc .menu .menu-2 {
  position: relative;
  align-items: center;
  display: flex;
  gap: 10px;
  padding-left: 10px;
}

header .gnb.pc .menu .menu-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px/2;
  bottom: 13px/2;
  border-right: 1px solid #D6D7DA;
  height: 15px;
}

header .gnb.pc .menu .txt {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  width: 100%;
  align-items: center;
}

header .gnb.pc .menu .txt > a {
  font-weight: 400;
  display: flex;
  gap: 0;
  line-height: 1.125em;
}

header .gnb.pc .menu .txt > a * {
  height: 1em;
  font-size: 1em;
}

header .gnb.pc .menu .txt > a:hover {
  font-weight: 700;
}

header .gnb.pc .menu img {
  height: 26px;
}

header .gnb.pc .menu > * > * {
  cursor: pointer;
}

header .gnb .title {
  display: block;
  text-decoration: none;
  display: flex;
}

header .gnb .title > * {
  margin-right: 0.5rem;
}

header .gnb .title > *:last-child {
  margin-right: 0;
}

header .gnb .title * {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: middle;
  color: #000;
}

header .gnb .title * img {
  height: 1.2em;
}

@media (max-width: 980px) {
  header .gnb .title * {
    height: 35px;
  }
}
.hoverHighlight {
  position: relative;
  transition: 0.3s;
}

.hoverHighlight:before {
  content: "";
  position: absolute;
  bottom: -0.25em;
  transition: 0.3s;
  left: 0;
  height: 2px;
  background: #2BC1BC;
  width: 0%;
}

.hoverHighlight:hover {
  color: #2BC1BC;
}

.hoverHighlight:hover:before {
  width: 100%;
}

.posts > * {
  margin: 0rem 0 3rem;
  padding-bottom: 4rem;
}

.posts > * a {
  text-decoration: none;
  color: #000;
}

.posts > *.item {
  border-bottom: 1px solid #d1d1d1;
}

.posts > *.item h1 {
  margin: 0 0 0.1em;
}

.posts > *.item > a > *:last-child {
  margin-bottom: 0;
}

.posts .post_empty {
  color: #555;
}

.posts .post_empty h1 {
  font-weight: normal;
}

.pagination .wp-pagenavi {
  text-align: center;
}

.pagination .wp-pagenavi .pages {
  display: none;
}

.pagination .wp-pagenavi > * {
  display: inline-block;
  font-size: 1.2rem;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  line-height: 1.25em;
  margin: 0 0.25em;
}

.pagination .wp-pagenavi .first,
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink,
.pagination .wp-pagenavi .last {
  background: url() center center no-repeat;
  background-size: auto 0.8em;
  color: transparent;
}

.pagination .wp-pagenavi .first {
  background-image: url(../../imgs/arr_left_d.svg);
}

.pagination .wp-pagenavi .previouspostslink {
  background-image: url(../../imgs/arr_left.svg);
}

.pagination .wp-pagenavi .nextpostslink {
  background-image: url(../imgs/arr_right.svg);
}

.pagination .wp-pagenavi .last {
  background-image: url(../imgs/arr_right_d.svg);
}

.pagination .wp-pagenavi .current {
  border-bottom: 2px solid #2BC1BC;
}

.pagination .wp-pagenavi .extend {
  display: none;
}

.post-bottom {
  margin-bottom: 5rem;
}

@media (max-width: 450px) {
  .post-bottom .col-2 {
    border-top: 1px solid #b9b9b9;
  }
}
.post-bottom .prev a,
.post-bottom .next a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5em 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  height: 1em;
  text-overflow: ellipsis;
}

@media (max-width: 450px) {
  .post-bottom .prev a,
  .post-bottom .next a {
    border-bottom: 1px solid #b9b9b9;
  }
}
.post-bottom .prev a {
  background: url(../../imgs/arr_left.svg) left center no-repeat;
  background-size: auto 1.1em;
  padding-left: 1.5em;
}

@media (max-width: 450px) {
  .post-bottom .prev a {
    text-align: right;
  }
}
.post-bottom .next a {
  text-align: right;
  background: url(../imgs/arr_right.svg) right center no-repeat;
  background-size: auto 1.1em;
  padding-right: 1.5em;
}

@media (max-width: 450px) {
  .post-bottom .next a {
    text-align: left;
  }
}
.author {
  margin-bottom: 0.5em;
}

.author > * {
  vertical-align: middle;
  margin-right: 0.25em;
}

.author .thumb img {
  font-size: 2.5rem;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  object-fit: cover;
}

body.search .content-wrap {
  margin-top: 5rem;
}

body.scroll-lock {
  overflow: hidden;
}

.content-wrap {
  margin: 0 auto;
  min-height: 50vh;
}

.main-slider {
  width: 100%;
  background: #fff;
  margin-top: var(--header-height);
  margin-bottom: 1.5em;
}

.category:not(body) {
  text-align: center;
  padding: 1rem 0;
  margin: 3em 0;
}

.category:not(body) input[type=checkbox] + label {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.category:not(body).pc {
  line-height: 3em;
}

.category:not(body) > * {
  display: inline-block;
  margin: 0 1rem;
}

.category:not(body) > *:nth-child(7n) {
  clear: both;
}

.tag {
  margin-bottom: 2rem;
}

.tag p {
  margin-bottom: 0.75em;
}

.tag p label > * {
  display: inline-block;
  vertical-align: top;
}

.tag p label > *.tag-name {
  max-width: calc(100% - 4rem);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  white-space: nowrap;
}

.tag label {
  margin-left: -0.6em;
}

.recap > a {
  text-decoration: none;
  margin-bottom: 0.5em;
  display: inline-block;
  clear: both;
  float: left;
  position: relative;
  transition: 0.3s;
}

.recap > a:before {
  content: "";
  position: absolute;
  bottom: -0.25em;
  transition: 0.3s;
  left: 0;
  height: 2px;
  background: #2BC1BC;
  width: 0%;
}

.recap > a:hover {
  color: #2BC1BC;
}

.recap > a:hover:before {
  width: 100%;
}

.col {
  clear: both;
  overflow: hidden;
}

.col > * {
  float: left;
  margin-right: 1rem;
  min-height: 1rem;
  box-sizing: border-box;
}

.col > *:nth-child(2) {
  margin-right: 0;
}

@media (max-width: 450px) {
  .col > * {
    margin-right: 0 !important;
    width: 100% !important;
    clear: both;
  }
}
.col.col-1 > * {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  margin-right: 0;
}

@media (max-width: 980px) {
  .col.col-main {
    margin-top: 4rem;
  }
}
.col.col-main > *:nth-child(1) {
  width: calc(100% - 120px - 190px);
  margin-right: 120px;
}

@media (max-width: 980px) {
  .col.col-main > *:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}
.col.col-main > *:nth-child(2) {
  width: 190px;
}

.col .meta-col > * {
  margin-bottom: 3rem;
}

.col .meta-col .sub-title {
  color: #2BC1BC;
  margin-bottom: 1rem;
  font-weight: 700;
}

.col.col-2 > * {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
}

.col.col-2 > *:nth-child(2n) {
  margin-right: 0;
}

.hambug_btn {
  width: 30px;
  height: 30px;
  position: relative;
}

.hambug_btn > div {
  right: 5px;
  left: 5px;
  background: #000;
  height: 2px;
  position: absolute;
  transition: 0.3s;
  transform-origin: center;
}

.hambug_btn > div:nth-child(1) {
  top: 7px;
}

.hambug_btn > div:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.hambug_btn > div:nth-child(3) {
  bottom: 7px;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidebar input[type=checkbox] {
  display: none;
}
.sidebar input[type=checkbox] + label {
  color: #000;
  padding: 0.25em 0.6em;
  border-radius: 5rem;
  transition: 0.3s;
  background: url(../imgs/x.svg) right 0.5em center no-repeat;
  background-size: auto 0em;
  cursor: pointer;
}
@media (min-width: 981px) {
  .sidebar input[type=checkbox] + label:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.sidebar input[type=checkbox]:checked + label {
  color: #000;
  background-color: rgba(43, 193, 188, 0.1);
  padding-right: 1.5em;
  margin-right: -1em;
  background-size: auto 0.5em;
}

.search_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(#fff 25%, rgba(255, 255, 255, 0.85));
  text-align: center;
  z-index: 9999999;
  line-height: 100vh;
  display: none;
  animation: fadein 0.2s linear;
}

.search_wrap > span {
  display: inline-block;
  width: 80vw;
  max-width: 450px;
  text-align: center;
  padding: 1rem 0;
  vertical-align: middle;
  line-height: 1.5em;
}

.nosearch {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  margin-top: 4em;
}

.nosearch .searchform {
  margin-bottom: 3em;
}

.nosearch .searchform .searchbar {
  text-align: center;
}

.nosearch .title {
  font-weight: normal;
  margin-bottom: 2rem;
}

.searchform {
  position: relative;
  margin-bottom: 1em;
}

.searchform:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 0;
  transition: 0.3s;
  border-bottom: 2px solid #000;
  animation: lineup 0.3s forwards;
}

.searchform .searchbar {
  width: 100%;
  background: url(../imgs/search.svg) right 0px center no-repeat;
  background-size: auto 1em;
  font-size: 1.75rem;
  height: 1em;
  line-height: 1em;
  padding: 0.5em 0;
  border: 0px;
  box-sizing: content-box;
  animation: lineup2 0.3s forwards;
}

.searchform #searchsubmit,
.searchform #searchsubmit-2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border: 0;
}

@keyframes lineup {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineup2 {
  0% {
    background-position: right 50% center;
  }
  100% {
    background-position: right 0% center;
  }
}
.hambug_menu {
  position: fixed;
  width: 0vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  right: 0;
  top: 0;
  z-index: 99999;
  transition: 0.3s;
}

.hambug_menu .inner {
  position: absolute;
  right: -100vw;
  top: 0;
  width: 75vw;
  width: 300px;
  height: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  transition: 0.3s;
  transition-delay: 0.1s;
  overflow: hidden;
  background: #fff;
}

.hambug_menu .inner .exit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 63px;
  background-size: 30px auto;
  cursor: pointer;
}

.hambug_menu .inner .exit > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #000;
}

.hambug_menu .inner .exit > div:nth-child(1) {
  transform: rotate(45deg);
}

.hambug_menu .inner .exit > div:nth-child(2) {
  transform: rotate(-45deg);
}

.hambug_menu .inner .menu-wrap {
  margin-bottom: 3em;
}

.hambug_menu .inner .menu-wrap:not(.extra) > a.item {
  text-decoration: none;
  display: block;
  padding: 1em 1.5em;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 0;
}

.hambug_menu .inner .menu-wrap.extra {
  margin-left: 1.5em;
}

.hambug_menu .inner .menu-wrap.extra .item a {
  display: inline-block;
  text-decoration: none;
  padding: 0.2em 0;
}

.hambug_menu .inner .menu-wrap.extra .item a:hover {
  font-weight: 700;
}

.hambug_menu .inner .menu-wrap.extra .sns_wrap {
  display: flex;
  gap: 10px;
}

.hambug_menu .inner .menu-wrap.extra .sns_wrap .sns img {
  width: 2rem;
  display: block;
  height: auto;
}

.hambug_menu .inner .menu-wrap .item {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1em;
  color: #000;
}

.hambug_menu .inner .menu-wrap .item .sub-menu {
  transition: 0.3s;
  box-sizing: border-box;
  padding-left: 1em;
  clear: both;
  overflow: hidden;
  list-style: decimal;
}

.hambug_menu .inner .menu-wrap .item .sub-menu.displaynone {
  display: block !important;
}

.hambug_menu .inner .menu-wrap .item .sub-menu a {
  display: block;
  float: left;
  clear: both;
  font-size: 1.2rem;
  height: 0em;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.hambug_menu .inner .menu-wrap .item .sub-menu a:before {
  content: "- ";
}

.hambug_menu .inner .menu-wrap .item .sub-menu a.current {
  border: 0px;
}

.hambug_menu .inner .menu-wrap .item .sub-menu a.current:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: 0.3s;
}

.hambug_menu .inner .menu-wrap .item.active .sub-menu,
.hambug_menu .inner .menu-wrap .item.current .sub-menu {
  margin: 0.5em 0 1em;
}

.hambug_menu .inner .menu-wrap .item.active .sub-menu a,
.hambug_menu .inner .menu-wrap .item.current .sub-menu a {
  height: 1.5em;
  padding: 0.25em 0;
  margin-bottom: 0.15em;
}

.hambug_menu .inner .menu-wrap .item.active .sub-menu a.current:after,
.hambug_menu .inner .menu-wrap .item.current .sub-menu a.current:after {
  width: 100%;
}

.hambug_menu.active {
  width: 100vw;
}

.hambug_menu.active .inner {
  right: 0vw;
  overflow: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 383px;
  background: url() center center no-repeat;
  background-size: auto 100%;
}

@media (max-width: 980px) {
  .swiper-slide a {
    height: 218px;
  }
}
.swiper-slide a img {
  display: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after {
  color: #D3D3D3;
}

@media (max-width: 980px) {
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-next:after {
    display: none;
  }
}
body .swiper-button-prev,
body .swiper-container-rtl .swiper-button-next {
  left: 100px;
}

body .swiper-button-next,
body .swiper-container-rtl .swiper-button-prev {
  right: 100px;
}

.toback {
  display: block;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  padding: 1em;
  text-align: center;
  text-decoration: none;
}

.fb_comment_wrap {
  margin: 0 0 3rem;
}

body.single .tags {
  margin-bottom: 3rem;
}

body.single .tags .tag-tag {
  text-decoration: none;
  color: #2BC1BC;
}

.search-result {
  font-size: 2.2rem;
  line-height: 1.1em;
  margin-bottom: 1em;
  font-weight: normal;
}

@media (max-width: 980px) {
  .search-result {
    text-align: center;
  }
}
.search-result span {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0.5em;
}

.search-result .stxt {
  max-width: 900px/2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .search-result .stxt {
    max-width: 50vw;
  }
}
.search-result .count {
  font-size: 1rem;
  color: #fff;
  padding: 0.3em 0.5em;
  background: #2BC1BC;
  border-radius: 50px;
  margin-left: 0.5rem;
  line-height: 1em;
}

.post-content {
  position: relative;
}

.post-content .toc {
  display: none;
  line-height: 1.5em;
  overflow: auto;
  clear: both;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  padding-left: 1rem;
}

@media (min-width: 1241px) {
  .post-content .toc {
    position: fixed;
    left: calc(50vw + 450px);
  }
}
.post-content .toc ul {
  list-style: none;
  padding: 0;
}
.post-content .toc ul a {
  color: #7E8082;
}
.post-content .toc ul li {
  margin-bottom: 8px;
}
.post-content .toc ul ul {
  margin-top: 8px;
  margin-left: 8px;
}
.post-content .toc ul .active {
  font-weight: 600;
  color: #181A1C;
}

.post-content .toced {
  scroll-margin: 75px;
}

.post-content {
  margin: 95px auto 3rem;
}

@media (max-width: 980px) {
  .post-content {
    margin-top: 65px;
  }
}
.post-content .cont-header {
  margin-bottom: 2em;
}

.post-content .cont-header h1 {
  margin: 100px 0 10px;
}

.post-content .cats {
  margin-right: 0.5em;
}

.post-content .cat-tag {
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.3em 0.5em;
  margin: 0 0 0.25em 0;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1em;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}

.post-content .sns {
  margin-top: 0.5em;
  text-align: right;
}

@media (max-width: 450px) {
  .post-content .sns {
    text-align: left;
    margin-top: 0;
  }
}
.post-content .sns * {
  vertical-align: middle;
  margin-right: 0.25em;
}

.post-content .sns > img {
  height: 1.3em;
  width: auto;
  cursor: pointer;
  margin-right: 0.5em;
}

.post-content .sns > img:last-child {
  margin-right: 0;
}

.post-content a {
  color: #2BC1BC;
}

/*!
 * header
 */
.top-navigation {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-right: calc(var(--gutter) * 3 + var(--overflow-gutter));
  padding-left: calc(var(--gutter) * 3);
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.top-navigation h1 {
  margin-bottom: 0;
}
.top-navigation h1 a {
  display: flex;
}
.top-navigation h1 svg {
  width: auto;
}
@media (min-width: 981px) {
  .top-navigation h1 svg {
    height: 1.375rem;
  }
}
@media (max-width: 980px) {
  .top-navigation h1 {
    position: relative;
    z-index: 11;
  }
  .top-navigation h1 svg {
    height: 1.25rem;
  }
}
.top-navigation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 56.25rem;
  height: var(--header-height);
  margin: 0 auto;
}
@media (max-width: 980px) {
  .top-navigation-inner::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    transition-delay: calc(0.2s + var(--category-order) * 20ms);
    transition-duration: 0.24s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-end;
    transition-delay: var(--hidden-delay);
  }
}
.top-navigation-main {
  --hidden-delay: calc(.24s + (var(--hidden-delay-count) * 20ms) + .1s);
  height: var(--header-height);
  z-index: 10;
}
.top-navigation-main a {
  text-decoration: none;
}
@media (min-width: 981px) {
  .top-navigation-main {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }
}
@media (max-width: 980px) {
  .top-navigation-main {
    position: fixed;
    right: var(--overflow-gutter);
    top: 0;
    width: 300px;
    max-width: 100%;
    transition-delay: 0.6s;
    transition-property: z-index;
    display: grid;
    grid-template-columns: 1fr calc(1.875rem + 0.625rem);
    grid-template-rows: var(--header-height) auto auto 1fr;
    grid-row-gap: 2.625rem;
  }
  .top-navigation-main::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 18.75rem;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translate(100%);
    transition-delay: calc(0.2s + var(--category-order) * 20ms);
    transition-duration: 0.24s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-end;
    transition-delay: var(--hidden-delay);
  }
}
@media (min-width: 981px) {
  .top-navigation-global {
    display: none;
  }
}
@media (max-width: 980px) {
  .top-navigation-global {
    grid-area: 2/1/3/3;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    pointer-events: none;
  }
  .top-navigation-global a {
    font-size: 1.2rem;
    border-bottom: 1px solid transparent;
    transition-delay: calc(0.2s + var(--category-order) * 20ms);
    transition-duration: 0.24s;
    transition-property: border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  .top-navigation-global a span {
    display: flex;
    align-items: center;
    height: 3.4375rem;
    padding: 0 1.625rem;
    opacity: 0;
    transform: translateX(16px);
    transition-delay: calc(0.2s + var(--category-order) * 20ms);
    transition-duration: 0.24s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-end;
  }
}
.top-navigation-custom {
  display: flex;
}
.top-navigation-custom a {
  display: flex;
  align-items: center;
}
.top-navigation-custom a:hover {
  font-weight: bold;
}
@media (min-width: 981px) {
  .top-navigation-custom {
    gap: 1rem;
  }
  .top-navigation-custom a {
    line-height: 1.125;
  }
}
@media (max-width: 980px) {
  .top-navigation-custom {
    grid-area: 3/1/3/3;
    position: relative;
    z-index: 5;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
    transform: translateX(16px);
    transition-delay: calc(0.2s + var(--category-order) * 20ms);
    transition-duration: 0.24s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-end;
    transition-delay: var(--hidden-delay);
    pointer-events: none;
  }
  .top-navigation-custom a {
    height: 2rem;
    padding: 0 1.625rem;
  }
}
.top-navigation-social {
  display: flex;
  gap: 0.625rem;
}
.top-navigation-social a {
  display: flex;
}
@media (min-width: 981px) {
  .top-navigation-social {
    order: 15;
  }
}
@media (max-width: 980px) {
  .top-navigation-social {
    grid-area: 4/1/4/4;
    position: relative;
    z-index: 5;
    padding-bottom: 5rem;
    padding-left: 1.563rem;
    opacity: 0;
    transform: translateX(16px);
    transition-delay: calc(0.2s + var(--category-order) * 20ms);
    transition-duration: 0.24s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-end;
    transition-delay: var(--hidden-delay);
    pointer-events: none;
  }
  .top-navigation-social svg {
    width: 28px;
    height: 28px;
  }
}
.top-navigation-search {
  display: flex;
  align-items: center;
  height: var(--header-height);
}
.top-navigation-search button {
  height: 26px;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.top-navigation-search label img,
.top-navigation-search label svg {
  vertical-align: top;
}
.top-navigation-search.active {
  z-index: 6;
}
@media (min-width: 981px) {
  .top-navigation-search {
    order: 10;
  }
  .top-navigation-search::before {
    content: "";
    display: inline-flex;
    width: 1px;
    height: 15px;
    margin-right: 10px;
    background-color: #D6D7DA;
  }
}
@media (max-width: 980px) {
  .top-navigation-search {
    grid-area: 1/1/2/2;
    position: relative;
    z-index: 5;
    justify-content: flex-end;
    margin-right: 0.625rem;
    transition-delay: calc(0.2s + var(--category-order) * 20ms);
    transition-duration: 0.24s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-start;
    transition-delay: var(--hidden-delay);
  }
}
.top-navigation-toggle {
  padding: 0;
}
.top-navigation-toggle span {
  display: none;
}
@media (min-width: 981px) {
  .top-navigation-toggle {
    display: none;
  }
}
@media (max-width: 980px) {
  .top-navigation-toggle {
    grid-area: 1/2/2/3;
    cursor: pointer;
    position: relative;
    z-index: 5;
    width: 30px;
    margin-right: 0.625rem;
    border: 0;
    background-color: transparent;
  }
  .top-navigation-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    box-shadow: inset 20px 0 0 0 #000;
    transform: translate(-50%, -50%);
    transition: 0.4s box-shadow, width 0.4s;
  }
  .top-navigation-toggle i::before, .top-navigation-toggle i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: 0.4s transform;
  }
  .top-navigation-toggle i::before {
    transform: translate(0, -7px);
  }
  .top-navigation-toggle i::after {
    transform: translate(0, 7px);
  }
}
.top-navigation-show .top-navigation-inner::before {
  opacity: 1;
  visibility: visible;
  z-index: 11;
  transition-delay: calc(0.2s + var(--category-order) * 20ms);
  transition-duration: 0.24s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-start;
}
.top-navigation-show .top-navigation-main {
  overflow: auto;
  height: 100vh;
  z-index: 12;
  transition-delay: 0s;
  transition-property: z-index;
}
@supports (height: 100dvh) {
  .top-navigation-show .top-navigation-main {
    height: 100dvh;
  }
}
.top-navigation-show .top-navigation-main::after {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  transition-delay: calc(0.2s + var(--category-order) * 20ms);
  transition-duration: 0.24s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-start;
}
.top-navigation-show .top-navigation-global a {
  border-color: #b9b9b9;
}
.top-navigation-show .top-navigation-global a span {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
@media (max-width: 980px) {
  .top-navigation-show .top-navigation-global {
    pointer-events: auto;
  }
}
.top-navigation-show .top-navigation-custom {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
@media (max-width: 980px) {
  .top-navigation-show .top-navigation-custom {
    pointer-events: auto;
  }
}
.top-navigation-show .top-navigation-search {
  opacity: 0;
  transition-delay: calc(0.2s + var(--category-order) * 20ms);
  transition-duration: 0.24s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), step-end;
}
.top-navigation-show .top-navigation-social {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
@media (max-width: 980px) {
  .top-navigation-show .top-navigation-social {
    pointer-events: auto;
  }
}
.top-navigation-show .top-navigation-toggle i {
  width: 30px;
  box-shadow: inset 0 0 0 0 transparent;
}
.top-navigation-show .top-navigation-toggle i::before {
  transform: translate(0, 0) rotate(45deg);
}
.top-navigation-show .top-navigation-toggle i::after {
  transform: translate(0, 0) rotate(135deg);
}

/*!
 * footer
 */
.footer {
  max-width: var(--content-width);
  margin: 10rem auto 0;
  padding: 24px 0;
  border-top: 1px solid #eee;
}
@media (max-width: 980px) {
  .footer {
    padding: 24px;
  }
}
.footer nav {
  font-size: 13px;
}
.footer nav a {
  text-decoration: none;
}
.footer .privacy-policy {
  font-weight: 700;
}

/*!
 * search
 */
.top-navigation-search-from {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: radial-gradient(#fff 25%, rgba(255, 255, 255, 0.85));
  opacity: 0;
  transition-duration: 0.24s;
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), step-end;
}
.top-navigation-search.active .top-navigation-search-from {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.24s;
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), step-start;
}
.top-navigation-search.active form::after {
  width: 100%;
}

.search-form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  max-width: 28.125rem;
  margin-bottom: 2rem;
}
.search-form form::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s;
}
.search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.625rem;
  height: 3.3125rem;
}
.search-form form button svg {
  width: 1.625rem;
  height: 1.625rem;
}
.search-form label {
  display: none;
}
.search-form input {
  font-size: 1.625rem;
  box-sizing: border-box;
  width: 100%;
  height: 3.3125rem;
  border: 0;
}
.search-close {
  font-size: 1rem;
  text-decoration: underline;
  width: 100%;
}

/*!
 * sidebar
 */
.sidebar {
  float: right;
  position: sticky;
  top: calc(var(--header-height) + var(--gutter) * 3);
  width: calc(var(--grid-column) * 3 - var(--gutter) * 2);
}
@media (max-width: 980px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sub-title {
  color: #2BC1BC;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sidebar .tag-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!
 * main
 */
.content-wrap {
  max-width: var(--content-width);
}
@media (min-width: 981px) {
  .content-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .content-wrap {
    margin-left: calc(var(--gutter) * 2);
    margin-right: calc(var(--gutter) * 2 + var(--overflow-gutter));
  }
}

.page-main::after {
  content: "";
  display: block;
  clear: both;
}

.category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: var(--gutter);
  row-gap: var(--gutter);
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 980px) {
  .category-list {
    display: none;
  }
}
.category-item {
  display: flex;
}
.category-item input {
  display: none;
}
.category-item input:checked + label {
  padding-left: calc(var(--gutter) * 1);
  padding-right: calc(var(--gutter) * 3);
  background-color: rgba(43, 193, 188, 0.1);
  background-size: auto 0.5rem;
}
.category-item label {
  cursor: pointer;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 calc(var(--gutter) * 2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  transition: padding 0.3s, background, 0.3s;
  background-color: #fff;
  background-image: url("../imgs/x.svg");
  background-position: calc(100% - var(--gutter)) 50%;
  background-repeat: no-repeat;
  background-size: auto 0;
}
.category-item label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/*!
 * contents
 */
.post-content {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #24292e;
  font-size: 1rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.post-content .pl-c {
  color: #6a737d;
}

.post-content .pl-c1,
.post-content .pl-s .pl-v {
  color: #005cc5;
}

.post-content .pl-e,
.post-content .pl-en {
  color: #6f42c1;
}

.post-content .pl-s .pl-s1,
.post-content .pl-smi {
  color: #24292e;
}

.post-content .pl-ent {
  color: #22863a;
}

.post-content .pl-k {
  color: #d73a49;
}

.post-content .pl-pds,
.post-content .pl-s,
.post-content .pl-s .pl-pse .pl-s1 {
  color: #032f62;
}

.post-content .pl-sr {
  color: #032f62;
}

.post-content .pl-sr .pl-cce,
.post-content .pl-sr .pl-sra,
.post-content .pl-sr .pl-sre {
  color: #032f62;
}

.post-content .pl-smw,
.post-content .pl-v {
  color: #e36209;
}

.post-content .pl-bu {
  color: #b31d28;
}

.post-content .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}

.post-content .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}

.post-content .pl-c2::before {
  content: "^M";
}

.post-content .pl-sr .pl-cce {
  font-weight: 700;
  color: #22863a;
}

.post-content .pl-ml {
  color: #735c0f;
}

.post-content .pl-mh {
  font-weight: 700;
  color: #005cc5;
}

.post-content .pl-mh .pl-en {
  font-weight: 700;
  color: #005cc5;
}

.post-content .pl-ms {
  font-weight: 700;
  color: #005cc5;
}

.post-content .pl-mi {
  font-style: italic;
  color: #24292e;
}

.post-content .pl-mb {
  font-weight: 700;
  color: #24292e;
}

.post-content .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}

.post-content .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}

.post-content .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}

.post-content .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}

.post-content .pl-mdr {
  font-weight: 700;
  color: #6f42c1;
}

.post-content .pl-ba {
  color: #586069;
}

.post-content .pl-sg {
  color: #959da5;
}

.post-content .pl-corl {
  text-decoration: underline;
  color: #032f62;
}

.post-content .octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

.post-content a {
  background-color: transparent;
}

.post-content a:active,
.post-content a:hover {
  outline-width: 0;
}

.post-content strong {
  font-weight: inherit;
  font-weight: bolder;
}

.post-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.post-content img {
  border-style: none;
}

.post-content code,
.post-content kbd,
.post-content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.post-content hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.post-content input {
  font: inherit;
  margin: 0;
  overflow: visible;
}

.post-content [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.post-content * {
  box-sizing: border-box;
}

.post-content input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.post-content a {
  color: #0366d6;
  text-decoration: none;
}

.post-content a:hover {
  text-decoration: underline;
}

.post-content strong {
  font-weight: 600;
}

.post-content hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

.post-content hr::before {
  display: table;
  content: "";
}

.post-content hr::after {
  display: table;
  clear: both;
  content: "";
}

.post-content table {
  border-spacing: 0;
  border-collapse: collapse;
}

.post-content td,
.post-content th {
  padding: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.post-content h1 {
  font-size: 32px !important;
  font-weight: 600;
}

.post-content h2 {
  font-size: 24px !important;
  font-weight: 600;
}

.post-content h3 {
  font-size: 20px !important;
  font-weight: 600;
}

.post-content h4 {
  font-size: 16px !important;
  font-weight: 600;
}

.post-content h5 {
  font-size: 14px !important;
  font-weight: 600;
}

.post-content h6 {
  font-size: 12px !important;
  font-weight: 600;
}

.post-content blockquote {
  margin: 0;
}

.post-content ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.post-content ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.post-content ol ol {
  list-style-type: lower-roman;
}

.post-content ul {
  list-style-type: disc;
}

.post-content ul ol {
  list-style-type: lower-roman;
}

.post-content ul ol ol,
.post-content ul ul ol {
  list-style-type: lower-alpha;
}

.post-content ol ol ol,
.post-content ol ul ol {
  list-style-type: lower-alpha;
}

.post-content dd {
  margin-left: 0;
}

.post-content code {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.post-content pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.post-content .octicon {
  vertical-align: text-bottom;
}

.post-content .pl-0 {
  padding-left: 0 !important;
}

.post-content .pl-1 {
  padding-left: 4px !important;
}

.post-content .pl-2 {
  padding-left: 8px !important;
}

.post-content .pl-3 {
  padding-left: 16px !important;
}

.post-content .pl-4 {
  padding-left: 24px !important;
}

.post-content .pl-5 {
  padding-left: 32px !important;
}

.post-content .pl-6 {
  padding-left: 40px !important;
}

.post-content::before {
  display: table;
  content: "";
}

.post-content::after {
  display: table;
  clear: both;
  content: "";
}

.post-content > :first-child {
  margin-top: 0 !important;
}

.post-content > :last-child {
  margin-bottom: 0 !important;
}

.post-content a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.post-content .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.post-content .anchor:focus {
  outline: 0;
}

.post-content blockquote,
.post-content dl,
.post-content ol,
.post-content p,
.post-content pre,
.post-content table,
.post-content ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.post-content hr {
  height: 0.25em !important;
  padding: 0 !important;
  margin: 24px 0 !important;
  background-color: #e1e4e8 !important;
  border: 0 !important;
}

.post-content blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}

.post-content blockquote > :first-child {
  margin-top: 0;
}

.post-content blockquote > :last-child {
  margin-bottom: 0;
}

.post-content kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

.post-content h1 .octicon-link,
.post-content h2 .octicon-link,
.post-content h3 .octicon-link,
.post-content h4 .octicon-link,
.post-content h5 .octicon-link,
.post-content h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.post-content h1:hover .anchor,
.post-content h2:hover .anchor,
.post-content h3:hover .anchor,
.post-content h4:hover .anchor,
.post-content h5:hover .anchor,
.post-content h6:hover .anchor {
  text-decoration: none;
}

.post-content h1:hover .anchor .octicon-link,
.post-content h2:hover .anchor .octicon-link,
.post-content h3:hover .anchor .octicon-link,
.post-content h4:hover .anchor .octicon-link,
.post-content h5:hover .anchor .octicon-link,
.post-content h6:hover .anchor .octicon-link {
  visibility: visible;
}

.post-content h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}

.post-content h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}

.post-content h3 {
  font-size: 1.25em;
}

.post-content h4 {
  font-size: 1em;
}

.post-content h5 {
  font-size: 0.875em;
}

.post-content h6 {
  font-size: 0.85em;
  color: #6a737d;
}

.post-content ol,
.post-content ul {
  padding-left: 2em;
}

.post-content ul ol,
.post-content ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

.post-content ol ol,
.post-content ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.post-content li {
  word-wrap: break-all;
}

.post-content li > p {
  margin-top: 16px;
}

.post-content li + li {
  margin-top: 0.25em;
}

.post-content dl {
  padding: 0;
}

.post-content dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.post-content dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.post-content table {
  display: block;
  width: 100%;
  overflow: auto;
}

.post-content table th {
  font-weight: 600;
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.post-content table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.post-content table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.post-content table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.post-content img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  background-color: #fff;
}

.post-content img[align=right] {
  padding-left: 20px;
}

.post-content img[align=left] {
  padding-right: 20px;
}

.post-content code {
  padding: 0.2em 0.4em;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  color: #333;
}

.post-content pre {
  word-wrap: normal;
}

.post-content pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: 0 0;
  border: 0;
}

.post-content .highlight {
  margin-bottom: 16px;
}

.post-content .highlight pre {
  margin-bottom: 0;
  word-break: normal;
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

.post-content pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px !important;
  border: 0 !important;
}

.post-content pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0 !important;
}

.post-content .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}

.post-content kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #c6cbd1;
}

.post-content :checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

.post-content .task-list-item {
  list-style-type: none;
}

.post-content .task-list-item + .task-list-item {
  margin-top: 3px;
}

.post-content .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.post-content hr {
  border-bottom-color: #eee;
}

.post-content-inner {
  letter-spacing: 0.004em;
  line-height: 1.7;
}

code.kb-btn {
  display: inline-block;
  color: #666;
  font: bold 9pt arial;
  text-decoration: none;
  text-align: center;
  padding: 2px 5px;
  margin: 0 5px;
  background: #eff0f2;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 1px solid #f5f5f5;
  -webkit-box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  -moz-box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  box-shadow: inset 0 0 20px #e8e8e8, 0 1px 0 #c3c3c3, 0 1px 0 #c9c9c9, 0 1px 2px #333;
  text-shadow: 0 1px 0 #f5f5f5;
}

.editormd-html-preview,
.editormd-preview-container {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  overflow: auto;
  width: 100%;
  background-color: #fff;
}

.editormd-html-preview blockquote,
.editormd-preview-container blockquote {
  color: #333;
  border-left: 4px solid #ddd;
  padding-left: 20px;
  margin-left: 0;
  font-size: 14px;
  font-style: italic;
}

.editormd-html-preview p code,
.editormd-preview-container p code {
  margin-left: 5px;
  margin-right: 4px;
}

.editormd-html-preview abbr,
.editormd-preview-container abbr {
  background: #ffd;
}

.editormd-html-preview hr,
.editormd-preview-container hr {
  height: 1px;
  border: none;
  border-top: 1px solid #ddd;
  background: 0 0;
}

.editormd-html-preview code,
.editormd-preview-container code {
  border: 0 solid #ddd;
  background: #f6f6f6;
  padding: 3px;
  border-radius: 3px;
  font-size: 14px;
}

.editormd-html-preview pre,
.editormd-preview-container pre {
  border: 0 solid #ddd;
  background: #f6f6f6;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.editormd-html-preview pre code,
.editormd-preview-container pre code {
  padding: 0;
}

.editormd-html-preview code,
.editormd-html-preview kbd,
.editormd-html-preview pre,
.editormd-preview-container code,
.editormd-preview-container kbd,
.editormd-preview-container pre {
  font-family: "YaHei Consolas Hybrid", Consolas, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
}

.editormd-html-preview table thead tr,
.editormd-preview-container table thead tr {
  background-color: #f8f8f8;
}

.editormd-html-preview p.editormd-tex,
.editormd-preview-container p.editormd-tex {
  text-align: center;
}

.editormd-html-preview span.editormd-tex,
.editormd-preview-container span.editormd-tex {
  margin: 0 5px;
}

.editormd-html-preview .emoji,
.editormd-preview-container .emoji {
  width: 24px;
  height: 24px;
}

.editormd-html-preview .katex,
.editormd-preview-container .katex {
  font-size: 1.4em;
}

.editormd-html-preview .flowchart,
.editormd-html-preview .sequence-diagram,
.editormd-preview-container .flowchart,
.editormd-preview-container .sequence-diagram {
  margin: 0 auto;
  text-align: center;
}

.editormd-html-preview .flowchart svg,
.editormd-html-preview .sequence-diagram svg,
.editormd-preview-container .flowchart svg,
.editormd-preview-container .sequence-diagram svg {
  margin: 0 auto;
}

.editormd-html-preview .flowchart text,
.editormd-html-preview .sequence-diagram text,
.editormd-preview-container .flowchart text,
.editormd-preview-container .sequence-diagram text {
  font-size: 15px !important;
  font-family: "YaHei Consolas Hybrid", Consolas, "Microsoft YaHei", "Malgun Gothic", "Segoe UI", Helvetica, Arial !important;
}

/*! Pretty printing styles. Used with prettify.js. */
.pln {
  color: #000;
}

@media screen {
  .str {
    color: #080;
  }
  .kwd {
    color: #008;
  }
  .com {
    color: #800;
  }
  .typ {
    color: #606;
  }
  .lit {
    color: #066;
  }
  .clo,
  .opn,
  .pun {
    color: #660;
  }
  .tag {
    color: #008;
  }
  .atn {
    color: #606;
  }
  .atv {
    color: #080;
  }
  .dec,
  .var {
    color: #606;
  }
  .fun {
    color: red;
  }
}
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: 700;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: 700;
  }
  .lit {
    color: #044;
  }
  .clo,
  .opn,
  .pun {
    color: #440;
  }
  .tag {
    color: #006;
    font-weight: 700;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}

ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}

.editormd-html-preview pre.prettyprint,
.editormd-preview-container pre.prettyprint {
  padding: 10px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.editormd-html-preview ol.linenums,
.editormd-preview-container ol.linenums {
  color: #999;
  padding-left: 0;
}

.editormd-html-preview ol.linenums li,
.editormd-preview-container ol.linenums li {
  list-style-type: decimal;
  margin: 0;
  padding: 2px;
}

.editormd-html-preview ol.linenums li code,
.editormd-preview-container ol.linenums li code {
  border: none;
  background: 0 0;
  padding: 0;
}

.editormd-html-preview .editormd-toc-menu,
.editormd-preview-container .editormd-toc-menu {
  margin: 8px 0 12px 0;
  display: inline-block;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc,
.editormd-preview-container .editormd-toc-menu > .markdown-toc {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 1em;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc > ul,
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul {
  width: 160%;
  min-width: 180px;
  position: absolute;
  left: -1px;
  top: -2px;
  z-index: 100;
  padding: 0 10px 10px;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li ul,
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li ul {
  width: 100%;
  min-width: 180px;
  border: 1px solid #ddd;
  display: none;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li a,
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li a {
  color: #666;
  padding: 6px 10px;
  display: block;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li a:hover,
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li a:hover {
  background-color: #f6f6f6;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc li,
.editormd-preview-container .editormd-toc-menu > .markdown-toc li {
  position: relative;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul,
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul {
  position: absolute;
  top: 32px;
  left: 10%;
  display: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:after,
.editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:before,
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:after,
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:before {
  pointer-events: pointer-events;
  position: absolute;
  left: 15px;
  top: -6px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-width: 0 6px 6px;
  z-index: 10;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:before,
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:before {
  border-bottom-color: #ccc;
}

.editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:after,
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:after {
  border-bottom-color: #fff;
  top: -5px;
}

.editormd-html-preview .editormd-toc-menu ul,
.editormd-preview-container .editormd-toc-menu ul {
  list-style: none;
}

.editormd-html-preview .editormd-toc-menu a,
.editormd-preview-container .editormd-toc-menu a {
  text-decoration: none;
}

.editormd-html-preview .editormd-toc-menu h1,
.editormd-preview-container .editormd-toc-menu h1 {
  font-size: 16px;
  padding: 5px 0 10px 10px;
  line-height: 1;
  border-bottom: 1px solid #eee;
}

.editormd-html-preview .editormd-toc-menu h1 .fa,
.editormd-preview-container .editormd-toc-menu h1 .fa {
  padding-left: 10px;
}

.editormd-html-preview .editormd-toc-menu .toc-menu-btn,
.editormd-preview-container .editormd-toc-menu .toc-menu-btn {
  color: #666;
  min-width: 180px;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.editormd-html-preview .editormd-toc-menu .toc-menu-btn:hover,
.editormd-preview-container .editormd-toc-menu .toc-menu-btn:hover {
  background-color: #f6f6f6;
}

.editormd-html-preview .editormd-toc-menu .toc-menu-btn .fa,
.editormd-preview-container .editormd-toc-menu .toc-menu-btn .fa {
  float: right;
  padding: 3px 0 0 10px;
  font-size: 1.3em;
}

.post-content .editormd-toc-menu ul {
  padding-left: 0;
}

.post-content .highlight pre,
.post-content pre {
  line-height: 1.6;
}

hr.editormd-page-break {
  border: 1px dotted #ccc;
  font-size: 0;
  height: 2px;
}

@media only print {
  hr.editormd-page-break {
    background: 0 0;
    border: none;
    height: 0;
  }
}
.editormd-html-preview textarea {
  display: none;
}

.editormd-html-preview hr.editormd-page-break {
  background: 0 0;
  border: none;
  height: 0;
}

.editormd-preview-close-btn {
  color: #fff;
  padding: 4px 6px;
  font-size: 18px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  display: none;
  background-color: #ccc;
  position: absolute;
  top: 25px;
  right: 35px;
  z-index: 19;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.editormd-preview-close-btn:hover {
  background-color: #999;
}

.editormd-preview-active {
  width: 100%;
  padding: 40px;
}

.editormd-preview-theme-dark {
  color: #777;
  background: #2c2827;
}

.editormd-preview-theme-dark .editormd-preview-container {
  color: #888;
  background-color: #2c2827;
}

.editormd-preview-theme-dark .editormd-preview-container pre.prettyprint {
  border: none;
}

.editormd-preview-theme-dark .editormd-preview-container blockquote {
  color: #555;
  padding: 0.5em;
  background: #222;
  border-color: #333;
}

.editormd-preview-theme-dark .editormd-preview-container abbr {
  color: #fff;
  padding: 1px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f90;
}

.editormd-preview-theme-dark .editormd-preview-container code {
  color: #fff;
  border: none;
  padding: 1px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #5a9600;
}

.editormd-preview-theme-dark .editormd-preview-container table {
  border: none;
}

.editormd-preview-theme-dark .editormd-preview-container .fa-emoji {
  color: #b4bf42;
}

.editormd-preview-theme-dark .editormd-preview-container .katex {
  color: #fec93f;
}

.editormd-preview-theme-dark .editormd-toc-menu > .markdown-toc {
  background: #fff;
  border: none;
}

.editormd-preview-theme-dark .editormd-toc-menu > .markdown-toc h1 {
  border-color: #ddd;
}

.editormd-preview-theme-dark .post-content h1,
.editormd-preview-theme-dark .post-content h2,
.editormd-preview-theme-dark .post-content hr {
  border-color: #222;
}

.editormd-preview-theme-dark pre {
  color: #999;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.4);
}

.editormd-preview-theme-dark pre .pln {
  color: #999;
}

.editormd-preview-theme-dark li.L1,
.editormd-preview-theme-dark li.L3,
.editormd-preview-theme-dark li.L5,
.editormd-preview-theme-dark li.L7,
.editormd-preview-theme-dark li.L9 {
  background: 0 0;
}

.editormd-preview-theme-dark [class*=editormd-logo] {
  color: #2196f3;
}

.editormd-preview-theme-dark .sequence-diagram text {
  fill: #fff;
}

.editormd-preview-theme-dark .sequence-diagram path,
.editormd-preview-theme-dark .sequence-diagram rect {
  color: #fff;
  fill: #64d1cb;
  stroke: #64d1cb;
}

.editormd-preview-theme-dark .flowchart path,
.editormd-preview-theme-dark .flowchart rect {
  stroke: #a6c6ff;
}

.editormd-preview-theme-dark .flowchart rect {
  fill: #a6c6ff;
}

.editormd-preview-theme-dark .flowchart text {
  fill: #5879b4;
}

@media screen {
  .editormd-preview-theme-dark .str {
    color: #080;
  }
  .editormd-preview-theme-dark .kwd {
    color: #f90;
  }
  .editormd-preview-theme-dark .com {
    color: #444;
  }
  .editormd-preview-theme-dark .typ {
    color: #606;
  }
  .editormd-preview-theme-dark .lit {
    color: #066;
  }
  .editormd-preview-theme-dark .clo,
  .editormd-preview-theme-dark .opn,
  .editormd-preview-theme-dark .pun {
    color: #660;
  }
  .editormd-preview-theme-dark .tag {
    color: #f90;
  }
  .editormd-preview-theme-dark .atn {
    color: #6c95f5;
  }
  .editormd-preview-theme-dark .atv {
    color: #080;
  }
  .editormd-preview-theme-dark .dec,
  .editormd-preview-theme-dark .var {
    color: #008ba7;
  }
  .editormd-preview-theme-dark .fun {
    color: red;
  }
}
.editormd-onlyread .editormd-toolbar {
  display: none;
}

.editormd-onlyread .CodeMirror {
  margin-top: 0;
}

.editormd-onlyread .editormd-preview {
  top: 0;
}

.editormd-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  margin: 0 auto;
}

.editormd-theme-dark {
  border-color: #1a1a17;
}

.editormd-theme-dark .editormd-toolbar {
  background: #1a1a17;
  border-color: #1a1a17;
}

.editormd-theme-dark .editormd-menu > li > a {
  color: #777;
  border-color: #1a1a17;
}

.editormd-theme-dark .editormd-menu > li > a.active,
.editormd-theme-dark .editormd-menu > li > a:hover {
  border-color: #333;
  background: #333;
}

.editormd-theme-dark .editormd-menu > li.divider {
  border-right: 1px solid #111;
}

.editormd-theme-dark .CodeMirror {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.content-single .post-content-inner > *:not(img):not(pre) {
  max-width: 680px;
}
.content-single img[width] {
  max-width: 812px;
}
@media (max-width: 680px) {
  .content-single img[width] {
    max-width: 100%;
  }
}

.hidden {
  display: none !important;
}

/*!
 * posts
 */
.post-main {
  max-width: 100%;
}
.post-main a {
  text-decoration: none;
}
@media (min-width: 981px) {
  .post-main {
    float: left;
    width: calc(var(--content-width) - var(--sidebar-width) - var(--gutter) * 4);
  }
}
.post-item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.post-item.firstpaint {
  display: none;
}
.post-title {
  font-size: 2rem;
  font-weight: 700;
  text-wrap: balance;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.post-excerpt {
  line-height: 1.6;
  margin-bottom: 0;
}
.post-author {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.post-author a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-author-thumb {
  overflow: hidden;
  display: flex;
  width: 2.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.post-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-header {
  margin-bottom: 2rem;
}
.post-header-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.post-header-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-header-author .thumb {
  overflow: hidden;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
}
.post-header-author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-header-categories {
  flex: none;
  width: 100%;
}
.post-header-categories .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.post-header-sns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-header-sns button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.post-header-sns img {
  height: 1.125rem;
}
.post-content p {
  line-height: inherit;
}

/*!
 * pages
 */
.page-privacy-policy {
  margin-top: var(--header-height);
  padding-top: 24px;
}
.page-privacy-policy table {
  width: 100%;
  margin: 8px 0;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 4px;
}
.page-privacy-policy th,
.page-privacy-policy td {
  padding: 16px;
  border: 1px solid #ccc;
}
@media (max-width: 980px) {
  .page-privacy-policy table:has([data-label]) thead {
    display: none;
  }
  .page-privacy-policy table:has([data-label]) tbody td {
    display: flex;
    border-width: 0 0 1px;
  }
  .page-privacy-policy table:has([data-label]) tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 20%;
    margin: -16px 16px -16px -16px;
    padding: 16px;
    border-right: 1px solid #ccc;
  }
  .page-privacy-policy table:has([data-label]) tbody td:last-child {
    border-width: 0;
  }
  .page-privacy-policy tbody:has(th) th,
  .page-privacy-policy tbody:has(th) td {
    display: block;
  }
  .page-privacy-policy tbody:has(th) th {
    text-align: left;
    border-width: 0;
    padding: 16px 16px 0;
  }
  .page-privacy-policy tbody:has(th) td {
    padding: 0 16px;
    border-width: 0;
  }
  .page-privacy-policy tbody:has(th) tr:last-child td {
    padding-bottom: 16px;
  }
}

.policy-list:has(ul:empty) {
  display: none;
}

/*!
 * skeleton
 */
@keyframes skeletonAnimation {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.skeleton-post-item .post-author {
  border-radius: 0.25rem;
}
.skeleton-post-item .post-author-date, .skeleton-post-item .post-author-name, .skeleton-post-item .post-author-thumb {
  display: inline-flex;
  min-height: 1rem;
  background-color: #f5f5f5;
}
.skeleton-post-item .post-author-date {
  width: 6rem;
  border-radius: 0.25rem;
}
.skeleton-post-item .post-author-name {
  width: 3rem;
  border-radius: 0.25rem;
}
.skeleton-post-item .post-title {
  width: 80%;
  min-height: 1.625rem;
  border-radius: 0.25rem;
  background-color: #f0f0f0;
}
.skeleton-post-item .post-excerpt {
  min-height: 3rem;
  border-radius: 0.25rem;
  background-color: #f4f4f4;
}
.skeleton-category-item label {
  background-color: #f9f9f9;
}

.is-skeleton {
  position: relative;
  overflow: hidden;
}
.is-skeleton:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
  transform: translateX(-100%);
  animation: skeletonAnimation 2s linear 0.5s infinite;
}

/*!
 * swiper-bundle
 */
/*!* Swiper 6.6.1 Most modern mobile touch slider and framework with hardware accelerated transitions https://swiperjs.com Copyright 2014-2021 Vladimir Kharlampidi Released under the MIT License Released on: May 11, 2021 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0; /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px; /* --swiper-navigation-color: var(--swiper-theme-color); */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root { /* --swiper-pagination-color: var(--swiper-theme-color); */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { /* bottom: 10px; /* left: 0; */
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  width: 2.4rem;
  height: 1rem;
  border-radius: 0.5rem;
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { /* margin: 0 5px; */
  margin-right: 1rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root { /* --swiper-preloader-color: var(--swiper-theme-color); */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff; /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   Author Card Custom Styling (wp-custom-css)
   ======================================== */

.single-post .pp-multiple-authors-boxes-wrapper {
  margin-top: 48px !important;
}

.single-post .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-li.pp-multiple-authors-boxes-li {
  padding: 20px !important;
  background: #f9f9f9 !important;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
}

.single-post .pp-multiple-authors-boxes-wrapper .pp-multiple-authors-boxes-li .pp-author-boxes-name a {
  color: #333333 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: none !important;
}

.single-post .pp-multiple-authors-boxes-wrapper .pp-multiple-authors-boxes-li .pp-author-boxes-description {
  color: #666666 !important;
  font-size: 1em !important;
  line-height: 1.3 !important;
}

.single-post .pp-multiple-authors-boxes-wrapper .pp-author-boxes-avatar {
  margin-right: 20px !important;
  flex-shrink: 0 !important;
}

.single-post .pp-multiple-authors-boxes-wrapper .pp-author-boxes-avatar img {
  border: none !important;
  border-radius: 50% !important;
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.single-post .pp-multiple-authors-boxes-wrapper .pp-author-boxes-avatar {
  padding-left: 10px !important;
}

.single-post .pp-multiple-authors-boxes-wrapper .pp-author-boxes-avatar-details p {
  margin: 0 !important;
  padding: 0 !important;
}

.single-post .pp-multiple-authors-boxes-wrapper
.pp-multiple-authors-boxes-li
.pp-author-boxes-avatar-details p {
  font-size: 14.5px !important;
  line-height: 1.35 !important;
}

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