/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
    margin: 0;
    padding: 0;
}

/**
 * Basic styling
 */
body {
    font:
        400 16px/1.5 "TikTok Sans",
        Commissioner,
        Geologica,
        "Apple SD Gothic Neo",
        AppleGothic,
        NanumBarunGothic,
        "Malgun Gothic",
        Dotum,
        sans-serif;
    color: #111;
    background-color: #fdfdfd;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    word-wrap: break-word;
}

table {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: left;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
    margin-bottom: 15px;
}

/**
 * Images
 */
img {
    max-width: 100%;
    vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
    display: block;
}

figcaption {
    font-size: 14px;
}

/**
 * Lists
 */
ul,
ol {
    margin-left: 30px;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
    font-size: inherit;
}

h1:lang(ko),
h2:lang(ko),
h3:lang(ko) {
    word-break: keep-all;
}

/**
 * Links
 */
a {
    color: #2568ba;
    text-decoration: none;
}
a:visited {
    color: rgb(28.5381165919, 80.2152466368, 143.4618834081);
}
a:hover {
    color: #111;
    text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
    color: #757575;
    border-left: 4px solid rgb(231.75, 231.75, 231.75);
    padding-left: 15px;
    font-size: 18px;
    letter-spacing: -1px;
    font-style: italic;
}
blockquote > :last-child {
    margin-bottom: 0;
}
blockquote pre,
blockquote code {
    color: #111;
}

/**
 * Rules
 */
hr {
    height: 4px;
    margin: 15px 0;
    border: 0;
    background-color: rgb(231.75, 231.75, 231.75);
}

/**
 * Code formatting
 */
pre,
code {
    font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace;
    font-size: 13px;
    border: 1px solid rgb(231.75, 231.75, 231.75);
    border-radius: 0;
    background-color: #f8f8f8;
}

code {
    padding: 1px 5px;
}

pre {
    padding: 8px 12px;
    overflow-x: auto;
    word-wrap: normal;
}
pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
    max-width: -webkit-calc(800px - (30px * 2));
    max-width: calc(800px - 30px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}
@media screen and (max-width: 800px) {
    .wrapper {
        max-width: -webkit-calc(800px - (30px));
        max-width: calc(800px - (30px));
        padding-right: 15px;
        padding-left: 15px;
    }
}

/**
 * Clearfix
 */
.pagination:after,
.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/**
 * Site header
 */
.site-header {
    min-height: 56px;
    position: relative;
}

.site-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -1px;
    margin-bottom: 0;
    float: left;
}
.site-title,
.site-title:visited {
    color: #424242;
}

.site-nav {
    float: right;
    line-height: 56px;
}
.site-nav .page-link {
    color: #111;
    line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
    margin-right: 20px;
}
@media screen and (max-width: 600px) {
    .site-nav .page-link {
        padding: 20px 0;
        margin-left: 20px;
    }
    .site-nav .page-link:not(:last-child) {
        margin-right: 0;
    }
}

/**
 * Site footer
 */
.site-footer {
    padding: 30px 0;
    font-size: 15px;
    color: #757575;
    /*text-align: center;*/
}

.footer-details > p {
    margin-bottom: 0.5rem;
}

/**
 * Main Details
 */
.main-details-wrapper {
    margin-top: 12vh;
}
@media screen and (max-width: 800px) {
    .main-details-wrapper {
        margin-top: 8vh;
    }
}

.main-details-header {
    margin-bottom: 3rem;
}

.main-details-title {
    font-size: 3rem;
    font-weight: bold;
    /*letter-spacing: -1px;*/
}
@media screen and (max-width: 800px) {
    .main-details-title {
        /*font-size: 36px;*/
        line-height: 1.2;
    }
}

.main-details-subtitle {
    /*font-size: 3rem;*/
    font-weight: bold;
    margin-bottom: 0px !important;
    /*color: grey;*/
}

.main-details-meta {
    /*font-size: 14px;*/
    color: grey;
}

.main-details-content {
    margin-bottom: 1rem;
}
.main-details-content h1 {
    font-size: 38px;
}
@media screen and (max-width: 800px) {
    .main-details-content h1 {
        font-size: 34px;
    }
}
.main-details-content h2 {
    font-size: 32px;
}
@media screen and (max-width: 800px) {
    .main-details-content h2 {
        font-size: 28px;
    }
}
.main-details-content h3 {
    font-size: 26px;
}
@media screen and (max-width: 800px) {
    .main-details-content h3 {
        font-size: 22px;
    }
}
.main-details-content h4 {
    font-size: 20px;
}
@media screen and (max-width: 800px) {
    .post-content h4 {
        font-size: 18px;
    }
}

/**
 * Page content
 */
.page-content {
    padding: 30px 0;
}

.page-heading {
    font-size: 20px;
}

.post-list {
    margin-left: 0;
    list-style: none;
}
.post-list .post-link:hover {
    text-decoration: none;
}
.post-list > li {
    margin-bottom: 60px;
}
.post-list > li:not(:first-child) {
    border-top: 4px solid rgb(231.75, 231.75, 231.75);
    padding-top: 60px;
}

.post-archives {
    margin-left: 0;
    list-style: none;
}
.post-archives .post-link {
    font-size: 24px;
}
.post-archives > li {
    margin-bottom: 30px;
}

.post-meta {
    font-size: 14px;
    color: #757575;
}

.post-link,
.post-link:visited {
    color: #111;
}
.post-link:hover {
    color: #2568ba;
}

.post-continue a {
    padding: 8px 15px;
    text-decoration: none;
}
.post-continue a,
.post-continue a:visited {
    color: #424242;
    background-color: rgb(231.75, 231.75, 231.75);
}
.post-continue a:hover {
    color: white;
    background-color: #2568ba;
}

/**
 * Posts
 */
.post-header {
    margin-bottom: 30px;
}

.post-title {
    font-size: 46px;
    letter-spacing: -1px;
}
@media screen and (max-width: 800px) {
    .post-title {
        font-size: 36px;
    }
}

.post-content {
    margin-bottom: 30px;
}
.post-content h1 {
    font-size: 38px;
}
@media screen and (max-width: 800px) {
    .post-content h1 {
        font-size: 34px;
    }
}
.post-content h2 {
    font-size: 32px;
}
@media screen and (max-width: 800px) {
    .post-content h2 {
        font-size: 28px;
    }
}
.post-content h3 {
    font-size: 26px;
}
@media screen and (max-width: 800px) {
    .post-content h3 {
        font-size: 22px;
    }
}
.post-content h4 {
    font-size: 20px;
}
@media screen and (max-width: 800px) {
    .post-content h4 {
        font-size: 18px;
    }
}

/**
 * Pagination
 */
.pagination {
    padding: 15px 0;
    border-top: 1px solid rgb(231.75, 231.75, 231.75);
    border-bottom: 1px solid rgb(231.75, 231.75, 231.75);
    text-align: center;
}
.pagination a,
.pagination a:visited {
    color: #757575;
}
.pagination a:hover {
    color: #2568ba;
}
.pagination .previous {
    float: left;
}
.pagination .next {
    float: right;
}



/* Main wrapper */

.main-wrapper {
    background-image: linear-gradient(to bottom, #f8f2e4, #ffffff);
    height: 96vh;
    /*margin: 0.8rem;*/
    /*border-radius: 1rem;*/
    padding-top: 0.8rem;
}


/* Links without decoration */
.no-decoration {
    text-decoration: none !important;
}

/* vcard (hide on desktop) */

.hidden-for-desktop {
    display: none;
}

@media screen and (max-width: 800px) {
    .hidden-for-desktop {
        display: block;
    }
}




/* Nav Logo */

.kx-container {
    display: flex;
    align-items: center; /* vertically center */
    gap: 0.7rem; /* space between image and text */
}

.kx-logo {
    width: 3.8rem; /* adjust size as needed */
    height: auto;
}

.kx-text-block {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
}

.kx-line1 {
    letter-spacing: normal;
    font-size: 0.8rem;
}

.kx-line2 {
    letter-spacing: normal;
    font-size: 1.5rem;
}


/* home-btn */

.home-btn {
    display: inline;
}
@media screen and (max-width: 500px) {
    .home-btn {
        display: none;
    }
}

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