button, input[type="file"]::-webkit-file-upload-button, input[type="button"], input[type="reset"], input[type="submit"],
button,
input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #2980b9;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14.8px 29.6px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, input[type="file"]:hover::-webkit-file-upload-button, button:focus, input[type="file"]:focus::-webkit-file-upload-button, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  input[type="file"]:hover::-webkit-file-upload-button,
  button:focus,
  input[type="file"]:focus::-webkit-file-upload-button {
    background-color: #2980b9;
    color: #fff; }
  button:focus, input[type="file"]:focus::-webkit-file-upload-button, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
  button:focus,
  input[type="file"]:focus::-webkit-file-upload-button {
    outline: 2px solid rgba(41, 128, 185, 0.4);
    outline-offset: 2px; }
  button:disabled, input[type="file"]:disabled::-webkit-file-upload-button, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  input[type="file"]:disabled::-webkit-file-upload-button {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 14.8px;
  padding: 29.6px; }

input,
label,
select {
  display: block;
  font-family: "Source Sans Pro", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 16px; }

label {
  font-weight: 600;
  margin-bottom: 7.4px; }
  label.required::after {
    content: "*";
    color: #c0392b;
    margin-left: 0.2em; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-bottom: 14.8px;
  padding: 14.8px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #b7b7b7; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #2980b9;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(36, 114, 164, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple=multiple]:disabled,
  textarea:disabled {
    background-color: #ddd;
    cursor: not-allowed;
    opacity: 0.6; }

textarea {
  resize: vertical;
  min-height: 6em; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 7.4px;
  cursor: pointer; }
  input[type="checkbox"]:disabled,
  input[type="radio"]:disabled {
    cursor: not-allowed;
    opacity: 0.6; }

input[type="file"] {
  padding-bottom: 14.8px;
  width: 100%;
  cursor: pointer; }
  input[type="file"]::-webkit-file-upload-button {
    margin-right: 14.8px; }

select {
  margin-bottom: 29.6px;
  max-width: 100%;
  width: auto;
  cursor: pointer; }
  select:disabled {
    cursor: not-allowed;
    opacity: 0.6; }

ul.default, .page-content ul.post-list, .page-content .page ul.posts-list, .site-footer .site-navigation ul, .site-footer .site-contact ul,
.page-content ol.post-list,
.page-content .page ol.posts-list,
ol.default {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul {
  list-style-type: disc;
  margin-bottom: 14.8px;
  padding-left: 29.6px; }

ol {
  list-style-type: decimal;
  margin-bottom: 14.8px;
  padding-left: 29.6px; }

dl {
  margin-bottom: 14.8px; }
  dl dt {
    font-weight: bold;
    margin-top: 14.8px; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 14.8px 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 14.8px 0;
  text-align: left;
  padding-right: 15px;
  word-break: break-word;
  white-space: normal; }

td {
  border-bottom: 1px solid #ddd;
  padding: 14.8px 0; }

tr,
td,
th {
  vertical-align: middle; }

.table-container {
  overflow-x: auto;
  margin-bottom: 29.6px; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: "Source Sans Pro", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.85; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif Pro", "Noto Serif KR", serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 16px; }

h1 {
  font-size: 2.0736em;
  font-weight: 700; }

h2 {
  font-size: 1.728em;
  font-weight: 700; }

h3 {
  font-size: 1.44em;
  font-weight: 700; }

h4 {
  font-size: 1.2em;
  font-weight: 600; }

h5 {
  font-size: 0.8333333333em;
  font-weight: 600; }

h6 {
  font-size: 0.6944444444em;
  font-weight: 600; }

p {
  margin: 0 0 14.8px;
  word-break: keep-all;
  overflow-wrap: break-word; }

a {
  color: #2980b9;
  text-decoration: none;
  transition: color 0.2s ease-in-out; }
  a:active, a:focus, a:hover {
    color: #1b557a;
    text-decoration: underline; }
  a:active, a:focus {
    outline: 2px solid rgba(41, 128, 185, 0.4);
    outline-offset: 2px; }

hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 29.6px 0; }

img, picture {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block; }

code {
  font-family: monospace;
  background: #ddd;
  padding: 0.2em 0.4em;
  border-radius: 4px; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
*	Globals
*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%; }

code {
  background-color: #ddd;
  display: inline-block;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  font-size: 0.9em; }

blockquote {
  color: #999;
  font-style: italic;
  border-left: 3px solid #ddd;
  margin-left: 0;
  padding-left: 2em;
  line-height: 1.6; }

pre code.hljs {
  font-size: 0.8333333333em;
  border-radius: 4px; }

.page-divider {
  display: block;
  width: 50%;
  margin: 2em auto;
  border-top: 1px solid #ddd; }
  .page-divider .one {
    position: relative;
    top: -9px;
    display: block;
    background: #ddd;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    border-radius: 50%;
    transition: transform 0.3s ease;
    cursor: pointer; }
    .page-divider .one:hover {
      transform: scale(1.1); }
  .page-divider .two {
    position: relative;
    top: -26px;
    display: block;
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-radius: 50%;
    transition: transform 0.3s ease;
    cursor: pointer; }
    .page-divider .two:hover {
      transform: scale(1.1); }

.tooltip {
  border-bottom: 1px dotted #999;
  cursor: help; }

.site-header-container, .post-header-container {
  width: 100%;
  text-align: center; }
  .site-header-container.has-cover, .post-header-container.has-cover {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    background-position: 50% 50%;
    background-size: cover; }
    .site-header-container.has-cover .title, .post-header-container.has-cover .title {
      font-size: 2.985984em;
      letter-spacing: -0.02em; }
    .site-header-container.has-cover .subtitle, .site-header-container.has-cover .info, .post-header-container.has-cover .subtitle, .post-header-container.has-cover .info {
      font-size: 1.2em;
      font-weight: 500;
      letter-spacing: 0.01em;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); }
  .site-header-container .scrim, .post-header-container .scrim {
    padding: 3em 1em;
    transition: background-color 0.3s ease; }
    .site-header-container .scrim.has-cover, .post-header-container .scrim.has-cover {
      background-color: rgba(0, 0, 0, 0.3);
      padding: 6em 1em !important; }
      @media screen and (min-width: 768px) {
        .site-header-container .scrim.has-cover, .post-header-container .scrim.has-cover {
          padding: 9em 1em !important; } }
      .site-header-container .scrim.has-cover:hover, .post-header-container .scrim.has-cover:hover {
        background-color: rgba(0, 0, 0, 0.4); }

/*
*	Header
*/
.navigation {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1);
  padding: 0 1em;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: all 0.3s ease;
  /*
  *	Navigation Menu - http://refills.bourbon.io/unstyled/ (see "Navigation")
  */ }
  .navigation:hover {
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.15); }
  .navigation.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 12px rgba(51, 51, 51, 0.15); }
  .navigation .navigation-menu-button {
    display: block;
    float: right;
    margin: 0;
    font-size: 1.5em;
    padding-top: 0.5em;
    transition: transform 0.3s ease; }
    .navigation .navigation-menu-button:hover {
      transform: scale(1.1); }
    @media screen and (min-width: 768px) {
      .navigation .navigation-menu-button {
        display: none; } }
  .navigation .navigation-wrapper {
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    .navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .navigation .logo {
    float: left;
    height: 4em;
    transition: opacity 0.3s ease; }
    .navigation .logo:hover {
      opacity: 0.8; }
    @media screen and (min-width: 768px) {
      .navigation .logo {
        padding-left: 16px; } }
    .navigation .logo img {
      max-height: 2.5em;
      margin-top: 0.75em;
      padding-right: 1em;
      transition: transform 0.3s ease; }
      .navigation .logo img:hover {
        transform: scale(1.05); }
    .navigation .logo span {
      font-size: 1.25em;
      font-weight: 500; }
  .navigation nav {
    float: none;
    padding: 1.25em 0; }
    @media screen and (min-width: 768px) {
      .navigation nav {
        float: right;
        line-height: 1.5em; } }
  .navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .navigation ul.navigation-menu {
        display: block;
        margin: 0;
        padding: 0; } }
    .navigation ul.navigation-menu.show {
      display: block; }
  .navigation ul li.nav-link {
    font-size: 1.1em;
    display: block;
    text-align: right;
    width: 100%;
    padding: 0.25em 0;
    transition: transform 0.3s ease; }
    .navigation ul li.nav-link:hover {
      transform: translateX(-3px); }
    @media screen and (min-width: 768px) {
      .navigation ul li.nav-link {
        background: transparent;
        display: inline;
        text-decoration: none;
        width: auto; }
        .navigation ul li.nav-link:hover {
          transform: translateY(-2px); } }
  .navigation li.nav-link a {
    display: inline-block;
    transition: color 0.3s ease;
    position: relative; }
    @media screen and (min-width: 768px) {
      .navigation li.nav-link a {
        padding-right: 1.5em; } }
    .navigation li.nav-link a.active {
      color: #2980b9;
      font-weight: 600; }
    .navigation li.nav-link a.active::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      right: 0;
      height: 2px;
      background: #2980b9;
      border-radius: 1px; }
      @media screen and (min-width: 768px) {
        .navigation li.nav-link a.active::after {
          right: 1.5em; } }
  @media screen and (min-width: 768px) {
    .navigation li.nav-link:last-child a {
      padding-right: 1em; } }
  @media screen and (min-width: 768px) {
    .navigation li.nav-link:last-child a.active::after {
      right: 1em; } }

/*
*	Body
*/
.page-content {
  margin-top: 66px;
  /*
  *	index.html
  */
  /*
  *	Pages
  */ }
  .page-content .wrapper {
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em; }
    .page-content .wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .page-content .post-list {
    padding-top: 1em !important; }
  .page-content .post-meta {
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
    color: #999; }
    .page-content .post-meta::after {
      clear: both;
      content: "";
      display: table; }
    .page-content .post-meta .post-date {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      text-align: left;
      font-size: 0.9em; }
      .page-content .post-meta .post-date:last-child {
        margin-right: 0; }
    .page-content .post-meta .post-categories {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-right: 0;
      text-align: right;
      font-size: 0.9em; }
      .page-content .post-meta .post-categories:last-child {
        margin-right: 0; }
  .page-content .pagination {
    padding-top: 2em;
    text-align: center;
    color: #999; }
    .page-content .pagination .page-number {
      padding: 0 1em; }
    .page-content .pagination a.newer-posts {
      text-decoration: none;
      transition: color 0.3s ease; }
      .page-content .pagination a.newer-posts:hover {
        color: #2980b9; }
  .page-content .site-header-container {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    background-color: #4993c4; }
    .page-content .site-header-container .site-header .title {
      font-size: 2.985984em;
      letter-spacing: -0.02em; }
    .page-content .site-header-container .site-header .subtitle {
      font-style: italic;
      font-size: 1.2em;
      font-weight: 500;
      letter-spacing: 0.01em;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); }
  .page-content img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    will-change: transform, box-shadow; }
    .page-content img:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
  .page-content .page .post-header {
    padding: 0.5em 1em 1em 1em;
    text-align: center; }
  .page-content .page .posts-list li {
    padding: 0.4822530864em;
    padding-left: 0;
    transition: transform 0.3s ease; }
    .page-content .page .posts-list li:hover {
      transform: translateX(3px); }
  .page-content .page .posts-list .desc {
    font-size: 0.9em; }
  .page-content .page .posts-list .post-date {
    color: #999; }
  .page-content .page .profile {
    max-width: 320px;
    margin: auto;
    padding-bottom: 0.5em;
    border-radius: 4px;
    transition: transform 0.3s ease; }
    .page-content .page .profile:hover {
      transform: scale(1.02); }

/*
*	Footer
*/
.site-footer {
  padding: 1em 1em 2em 1em;
  background-color: #4993c4;
  color: #fff;
  /*
  *	Site Navigation (left)
  */
  /*
  *	Contact Info (center)
  */
  /*
  *	Site Description/Signature (right)
  */ }
  .site-footer a {
    color: #fff;
    transition: all 0.3s ease;
    position: relative; }
    .site-footer a::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scaleX(0);
      transition: transform 0.3s ease; }
    .site-footer a:hover {
      color: #e6e6e6; }
      .site-footer a:hover::after {
        transform: scaleX(1); }
    .site-footer a:focus {
      outline: 2px solid #fff;
      outline-offset: 2px; }
  .site-footer .wrapper {
    max-width: 48em;
    margin-left: auto;
    margin-right: auto; }
    .site-footer .wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .site-footer .site-navigation {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-size: 0.9em; }
    .site-footer .site-navigation:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      .site-footer .site-navigation {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .site-footer .site-navigation:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .site-footer .site-navigation {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .site-footer .site-navigation:last-child {
          margin-right: 0; } }
  .site-footer .site-contact {
    margin-top: 1em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-size: 0.9em; }
    .site-footer .site-contact:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) {
      .site-footer .site-contact {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-top: 0;
        margin-right: 0; }
        .site-footer .site-contact:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .site-footer .site-contact {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-top: 0; }
        .site-footer .site-contact:last-child {
          margin-right: 0; } }
    .site-footer .site-contact i {
      width: 1.25em;
      text-align: center;
      transition: transform 0.3s ease; }
      .site-footer .site-contact i:hover {
        transform: scale(1.2); }
  .site-footer .site-signature {
    margin-top: 1em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-size: 0.9em; }
    .site-footer .site-signature:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .site-footer .site-signature {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 0;
        margin-top: 0; }
        .site-footer .site-signature:last-child {
          margin-right: 0; } }

.page-content .post ul {
  margin-bottom: 1em; }
.page-content .post .post-header-container .scrim {
  padding: 2em 1em 1em 1em; }
.page-content .post .post-content {
  padding: 1em 0; }
  .page-content .post .post-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
.page-content .post .post-header {
  margin-bottom: 30px; }
.page-content .post .post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
.page-content .post .post-meta {
  margin: 2.5rem 0;
  padding: 1em;
  background: #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1);
  transition: all 0.3s ease; }
  .page-content .post .post-meta:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.15); }
.page-content .post .post-header-info {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1em; }
.page-content .post .post-date, .page-content .post .post-categories, .page-content .post .post-tags {
  margin: 0.5em 0;
  color: #999;
  font-family: "Source Sans Pro", "Noto Sans KR", "Helvetica Neue", sans-serif;
  font-size: 1.0em;
  line-height: 1.5; }
.page-content .post .tags {
  font-size: 0.9em; }
.page-content .post .category, .page-content .post .post-tags .tag {
  display: inline-block;
  background: #fff;
  padding: 0.25em 0.5em;
  margin: 0.25em;
  border-radius: 4px;
  font-size: 0.95em;
  color: #999;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ddd; }
  .page-content .post .category:hover, .page-content .post .post-tags .tag:hover {
    color: #2980b9;
    border-color: #2980b9;
    transform: translateY(-2px); }
.page-content .post .rss {
  margin: 1em 0 0 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .page-content .post .rss:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .page-content .post .rss {
      margin: 1em 0;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .page-content .post .rss:last-child {
        margin-right: 0; } }
.page-content .post .share {
  font-weight: bold;
  margin: 0 0 1em 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .page-content .post .share:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .page-content .post .share {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin: 1em 0;
      text-align: right; }
      .page-content .post .share:last-child {
        margin-right: 0; } }
  .page-content .post .share a {
    width: 1em;
    padding: 0 0.25em;
    text-decoration: none;
    transition: color 0.3s ease; }
    .page-content .post .share a:hover {
      color: #2980b9; }
.page-content .post .disqus {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .page-content .post .disqus:last-child {
    margin-right: 0; }
.page-content .post .post-navigation {
  margin: 2em 0;
  padding: 1em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #ddd;
  font-size: 0.9em;
  display: block;
  width: auto; }
  .page-content .post .post-navigation .prev-post {
    display: block;
    width: 50%;
    float: left;
    margin: 1em 0;
    transition: transform 0.3s ease; }
    .page-content .post .post-navigation .prev-post:hover {
      transform: translateX(-3px); }
  .page-content .post .post-navigation .next-post {
    display: block;
    width: 50%;
    float: left;
    margin: 1em 0;
    text-align: right;
    transition: transform 0.3s ease; }
    .page-content .post .post-navigation .next-post:hover {
      transform: translateX(3px); }
.page-content .post .nav-link {
  color: #999;
  text-decoration: none;
  transition: all 0.3s ease; }
  .page-content .post .nav-link:hover {
    color: #2980b9; }
.page-content .post .social-link {
  margin: 0 0.5em;
  color: #999;
  transition: all 0.3s ease; }
  .page-content .post .social-link:hover {
    color: #2980b9;
    transform: scale(1.1); }
