@charset "UTF-8";

/* Web Font Load */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Noto+Serif+KR&family=Noto+Serif+TC&display=swap');

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MaplestoryOTFLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/MaplestoryOTFLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



:root {
    --bg_01: #f7f7f8;
    --bg_02: #121212;
    --bg_03: #0071B3;
    --font_01: 'NEXON Lv1 Gothic OTF';
    --font_02: 'MaplestoryOTFLight';
    --border_01: #e7e7e8;
}

/* Type Selector Reset */
body {
    font-weight: 400;
    font-family: 'NEXON Lv1 Gothic OTF', 'Noto serif KR', 'Noto Sans KR', 'AppleSDGothicNeo-Regular', 'Nanum Myeongjo', 'Malgun Gothic';
    font-size: 1.0em;
    line-height: 1.75em;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
    overflow: visible;
    cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea {
    -webkit-appearance: none;
}

input,
select,
textarea,
button {
    font-family: 'NEXON Lv1 Gothic OTF', 'Noto Sans KR';
    font-size: 80%;
    border-radius: 0;
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
}

code {
    font-family: var(--font_01);
    font-size: 1.0em;
}

ul li {
    list-style: none;
}

img,
fieldset {
    border: 0px solid #ccc;
    vertical-align: top;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

table {
    border-collapse: collapse;
}

#table_01 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

#table_01 td,
#table_01 th {
    border: 1px solid #ddd;
    padding: 8px;
}

#table_01 tr:nth-child(even) {
    background-color: #f2f2f2;
}

#table_01 tr:hover {
    background-color: #ddd;
}

#table_01 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
}

table,
th,
td {
    padding: 5px;
    margin: auto;
}


/* ------------------------------------------------------------------- */
/* 블로그 레이아웃 */
/* ------------------------------------------------------------------- */

#container {
    width: 100%;
    margin: 0px auto;

}

#content {
    width: 900px;
    margin: 0px auto;
    z-index: 3;
}

header {
    width: 100%;
    height: 83px;
    padding: 10px 0px 20px 0px;
    z-index: 50;
    color: #fff;
    background-color: var(--bg_03);
}


header img {
    border: none;
    border-radius: 10px;
}


section {
    width: 800px;
    padding: 40px 50px;
    z-index: 2;
}

#sidebar {
    background-color: var(--bg_02);
    width: 90%;
    margin-top: 20px;
    padding: 40px 5%;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    column-gap: 4em;
}


footer {
    background-color: var(--bg_02);
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    width: 100%;
    height: 30px;
    padding: 30px 0px;
    font-size: 0.8em;
    text-align: center;
    position: relative;
    z-index: auto;
    clear: both;
    border-top: 1px solid #333;
}



/* ------------------------------------------------------------------- */
/* header */
/* ------------------------------------------------------------------- */

#title {
    width: 800px;
    text-align: left;
    position: absolute;
    top: auto;
    left: 50%;
    margin-left: -400px;
}

#title h1 {
    margin-bottom: 10px;
}

#title h1 a {
    font-size: 0.8em;
    font-family: 'MaplestoryOTFLight', 'Noto Serif KR';
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

#title h2 {
    margin-top: 10px;
    font-size: 0.75em;
}

#searchBox {
    width: 250px;
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: right;
}

#searchBox input.s {
    background-color: #fff;
    font-size: 0.5em;
    color: #666;
    width: 100%;
    font-weight: bold;
    padding: 2px;
    height: 25px;
    border: none;
}

#searchBox input.submit {}


#clear {
    clear: both;
}


/* ------------------------------------------------------------------- */
/* footer */
/* ------------------------------------------------------------------- */
.copyright {
    color: #fff;
}

.copyright a {
    color: #F86517;
    text-decoration: none;
}


.top {
    position: fixed;
    text-decoration: none;
    bottom: 20px;
    right: 50%;
    margin-right: -700px;
    z-index: 50;
    background-color: #fafafa;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #ddd;
}

.top a {
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    font-size: 0.55em;
    line-height: 40px;
    text-decoration: none;
    color: var(--bg_02);
}

.top a:before {
    content: "\25B2";
    display: inline-block;
}


/* ----------------------------------------------------------------- */
/* 반응형 */
/* ----------------------------------------------------------------- */


@media all and (max-width: 900px) {

    #title {
        width: 90%;
        margin: 0px;
        padding: 10px 20px;
        text-align: left;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #searchBox {
        width: 200px;
        position: absolute;
        top: 20px;
        right: 40px;
        font-size: 20px;
        z-index: 5;
    }

    #content {
        width: 100%;
        position: static;
        margin-top: 0px;
    }

    section {
        width: 90%;
        padding: 40px 5%;
        z-index: 5;
        border: 0;
        clear: both;
    }

    #sidebar {
        clear: both;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        column-gap: 2em;
        border-top: 1px solid #666;
    }

    #sidebar .side_img {
        width: 90%;
        overflow: hidden;
    }


    footer {
        width: auto;
        margin: 0;
        text-align: center;
        padding: 10px 0px 20px 0px;
        clear: both;
    }

    .copyright {
        clear: both;
        position: static;
        width: 100%;
        margin: 5px auto;

    }

    .top {
        clear: both;
        position: fixed;
        bottom: 10px;
        right: 50%;
        margin-right: -50%;
        z-index: 50;
    }

}


@media all and (max-width: 570px) {
    #sidebar {
        width: 90%;
        position: static;
        padding: 40px 5%;
        border-top: 1px solid #ddd;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;

    }

}



/* ---------------------------------------------- */
/* sidebar*/
/* --------------------------------------------- */

#sidebar {
    font-family: var(--font_01);
}

#sidebar h3 {
    font-size: 1.0em;
    padding-left: 0px;
    font-family: var(--font_02);
    color: #F86517;
}

#sidebar h3:before {
    content: none;
    counter-increment: none;
}

.box_sidebar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    display: block;
    padding: 0px 0px;
}

.box_sidebar ul li a:before {
    content: "\25B8";
    display: inline-block;
}

#sidebar a {
    color: #fff;
    text-decoration: none;
}

.btn_tistory {
    margin: 20px auto;
}

#sidebar .side_tag ul li {
    display: inline-block;
    font-size: 0.75em;
}

/* category */

#sidebar .link_tit {
    color: #fff;
    font-size: 0.8em;
    padding: 1px 0px;
    font-weight: bold;
}

#sidebar .category_list li a {
    color: #fff;
    padding-left: 0px;
    font-size: 0.8em;
}

#sidebar .category_list li a:before {
    content: "\25B8";
    display: inline-block;
}


#sidebar li a {
    display: block;
}

#sidebar .sub_category_list li a {
    padding-left: 0px;
    color: #fff;
}

#sidebar .sub_category_list li a:before {
    content: "\25BE";
    display: inline-block;
}


#sidebar a:hover {
    background-color: #333;
    color: #fafafa;
}

#sidebar .tt_category a:hover {
    background-color: #333;
    color: #fafafa;
}

#sidebar .side_img {
    width: 150px;
    border-radius: 0 15px 0 0;
    overflow: hidden;
}

.counter {
    color: #fff;
}

.counter h3 {}

.counter ul li {
    padding-left: 0px;
    font-size: 0.8em;
}

/* ---------------------------------------------------------------- */
/* COVER */
/* ---------------------------------------------------------------- */
.btn,
a.btn {
    display: inline-block;
    width: 158px;
    height: 35px;
    border: 1px solid #dcdcdc;
    font-size: 0.875em;
    line-height: 35px;
}

.btn:hover {
    border-color: #4d4d4d;
}

.title {
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    font-size: 1.2em;
    color: #333;
}


.cover-list {
    margin-bottom: -1px;
    padding: 0px 0 0px;
}

.cover-list h2 {
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    margin: 10px 0px;
    font-size: 1.2em;
    color: var(--bg_02);
}

.cover-list ul li {
    border-bottom: 1px solid #ebebeb;
}

.cover-list ul li:first-child {
    border-top: 0px solid #333;
}

.cover-list ul li:last-child {
    border-bottom: 0px solid #333;
}

.cover-list ul li a {
    display: block;
    min-height: 192px;
    padding: 20px 0 0px;
    text-decoration: none;
    color: #080808;
}

.cover-list ul li figure {
    float: right;
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 0 0 50px;
    background-color: #fafbfc;
}

.cover-list ul li figure:before {
    background-image: url(./images/bg_img.png);
    content: "이미지 없음";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px 0 0 0;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF';
    font-weight: bold;
    font-size: 0.875em;
    color: #ddd;
}

.cover-list ul li figure img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}


.cover-list ul li .category {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.7em;
    color: #333;
}

.cover-list ul li .title {
    display: block;
    font-size: 1.0em;
    line-height: 1.4444em;
}

.cover-list ul li a:hover .title {
    text-decoration: none;
    color: #f60;
}

.cover-list ul li .excerpt {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 6.0em;
    margin-bottom: 9px;
    margin-top: 8px;
    font-size: 0.85em;
    line-height: 2.0;
    color: #666;
}

.cover-list ul li .date {
    display: block;
    font-size: 0.8125em;
    color: #999;
}

@media all and (max-width: 600px) {

    .cover-list ul li .excerpt {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 6.0em;
        margin-bottom: 9px;
        margin-top: 8px;
        font-size: 0.8em;
        line-height: 2.0;
        color: #666;
    }


}

.cover-gallery {
    margin: 0 auto;
}

.cover-gallery h2 {
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    margin: 10px 0px;
    font-size: 1.2em;
    color: var(--bg_02);
}

.cover-gallery ul {
    display: inline-block;
    width: 100%;
    border-top: 0px solid #333;
    border-bottom: 0px solid #ebebeb;
    padding: 30px 0px;
}

.cover-gallery ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    box-sizing: border-box;
}

.cover-gallery ul li:first-child {
    margin-left: 0px;
}

.cover-gallery ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    background-color: #ebebeb;
}

.cover-gallery ul li .title {
    display: block;
    font-size: 1.0em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 30;
    overflow: hidden;
    width: 100%;
    max-height: 4.5em;
    text-align: center;
    line-height: 1.4;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(-50%);
    visibility: hidden;
}

.cover-gallery ul li a:hover .title {
    visibility: visible;
}

.cover-gallery ul li a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.cover-gallery ul li a:before {
    background-image: url(./images/bg_img.png);
    content: "이미지 없음";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF';
    font-weight: bold;
    font-size: 0.875em;
    color: #fff;
}

.cover-gallery ul li figure {
    height: 0;
    padding-bottom: 100%;
}

.cover-gallery ul li figure img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
    border: 1px dotted #ddd;
}


@media all and (max-width: 600px) {

    .cover-gallery ul li .cover-masonry ul li .cover-thumbnail-list ul li {
        width: 48%;
        overflow: hidden;
        height: auto;
        padding: 0px;
        margin-top: 10px;
        margin: 1%;
    }

}


/* ------------------------------------------------------------------- */
/* tagcloud */
/* ------------------------------------------------------------------- */
.tagcloud {
    margin-top: 10px;
    margin-bottom: 30px;
}

.tagcloud h3 {
    margin: 30px 0px;
}

.tagcloud h3:before {
    content: url(./images/tag.png);
    width: 20px;
    counter-increment: none;
}

.tagcloud ul {
    margin: 0;
    padding-right: 20px;
    list-style: none;
}

.tagcloud ul li {
    display: inline;
    margin: 0 .3em .3em 0;
    padding: 0;
}

.tagcloud ul li a {
    color: #666;
    font-size: 0.8em;
    text-decoration: none;
}


.tagcloud ul li a:hover {
    color: #fff;
    background-color: var(--bg_02);
}

.tagcloud li .cloud1 {
    font-size: 2.0em;
    font-weight: 600;
    color: #f60;
}

.tagcloud li .cloud2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #79AD8E;
}

.tagcloud li .cloud3 {
    font-size: 1.2em;
    color: #333;
}

.tagcloud li .cloud4 {
    font-size: 1.0em;
    color: #2D567A;
}

.tagcloud li .cloud5 {
    font-size: 0.925em;
    color: #A1A194;
}


/* ---------------------------------------------------------------- */
/* guestbook */
/* ---------------------------------------------------------------- */

.guestWrite {
    margin-top: 40px;
}

.guestWrite h3 {
    margin-bottom: 40px;
}

.guestWrite h3:before {
    content: none;
    counter-increment: none;
}

.guestWrite input {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    color: #999;
}

.guestWrite textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 4px;
    color: #666;
    font-size: 0.9em;
}


.guestWrite .submit {
    height: 40px;
    width: 150px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    float: right;
}

.guestWrite .checkbox {
    margin: 0;
    padding: 0;
    width: 25px;
    border: none;
}

.guestList {
    margin-top: 20px;
    padding: 40px 0 10px 0;
    color: #666;
}


.guestList a {
    color: #067;
    text-decoration: none;
}

.guestList .name {
    color: #666;
    font-family: 'MaplestoryOTFLight', 'Nanum Pen Script', 'gaegu';
    font-size: 1.0em;
}

.guestList .date {
    font-size: 0.75em;
    color: #666;
}

.guestList .control {
    font-size: 0.75em;
    color: #666;
}

.guestList p {
    padding: 25px;
}

.guestList ol {
    margin: 5px 0 35px 0;
    padding: 10px 0 10px 0;
    list-style: none;
}

.guestList ol ul {
    margin: 0;
    list-style: none;
}

.guestList ol li {
    overflow: hidden;
    padding-left: 0;
}

.guestList ol li p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 20px 40px;
    background-color: var(--bg_01);
    border: 1px solid var(--border_01);
    border-radius: 5px;
}

.guestList ol li ul li {
    overflow: hidden;
    padding: 10px 5px 10px 60px;
    border: none;
}


/* ---------------------------------------------------------------- */
/* index page */
/* ---------------------------------------------------------------- */
.list ol {
    list-style: none;
    padding: 2px 0px;
    margin: 2px 0 1px 0;
}

.list ol li {
    list-style: none;
    padding: 5px 0px;
}

.list {
    list-style: none;
    text-align: center;
}

.list h3 {
    font-size: 1.0em;
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px;
    background-color: var(--bg_01);
    border: 1px solid var(--border_01);
    border-radius: 5px;
    color: var(--bg_02);
    font-weight: bold;
}

.list h3::before {
    content: "\2630";
    margin-right: 5px;
}

.date {
    color: #333;
}


/* ------------------------------------------------------------------- */
/* content */
/* ------------------------------------------------------------------- */

.thumbnail {
    float: left;
    margin-right: 20px;
}

.content-list {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.content-list:first-child {
    padding-top: 10px;
}

.content-list:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}

.content-img {
    overflow: hidden;
    border-radius: 15PX 0 0 0;
    margin: 5px 10px 10px 0;
}

.content-img img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.content-post {
    width: auto;
    height: auto;
}

.content-post-title {
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    line-height: 1.2em;
    color: #333;
}

.content-info-category,
.content-info-date {
    font-size: 0.8em;
    line-height: 1.0em;
    color: #666;
    text-decoration: none;
}

.content-post-txt {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #666;
    text-decoration: none;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}



@media all and (max-width: 1300px) {
    .content-img {
        margin: 0 10px 10px 0;
    }

    .content-img img {
        max-width: 300px;
        margin: 0;
    }

    .content-post-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* 라인수 */
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }
}

@media all and (max-width: 900px) {
    .content-img {
        width: 100%;
        margin: 0 10px 10px 0;
    }

    .content-img img {
        max-width: 250px;
        margin: 0;
    }


}

@media all and (max-width: 700px) {
    .content > div:last-child {
        padding-bottom: 10px;
        border: 0;
    }

    .content-img {
        width: 100%;
        margin: 0 10px 10px 0;
    }

    .content-img img {
        max-width: 300px;
        margin: 0;
    }

    .content-post {
        float: none;
        margin-top: 0;
    }

    .content-post {
        float: left;
    }

}

@media all and (max-width: 500px) {

    .content-img {
        width: 100%;
        margin: 10px 0px;
    }

    .content-img img {
        max-width: 95%;
        margin: 0;
    }

    .content-post {
        float: left;
    }


}


/* ------------------------------------------------------------------- */
/* article */
/* ------------------------------------------------------------------- */

#titleWrap {
    font-family: 'MaplestoryOTFLight', 'Noto Serif KR';
    padding-top: 20px;
    padding-left: 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 1.5em;
    color: var(--bg_02);
    text-decoration: none;
    text-align: center;

}

#titleWrap .date,
.admin {
    font-size: 0.8em;
    font-weight: 100;
    margin: 0;
    color: #666;
    text-decoration: none;
}

#titleWrap h2 {
    color: #333;
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 10px;
}

.admin a {
    text-decoration: none;
    color: #666;
}

.entryProtected {
    margin-bottom: 15px;
}

.warning {
    padding-left: 45px;
    margin-bottom: 10px;
}

.entryProtected input {
    width: 140px;
    color: #999;
    border: 1px solid #666;
}

.entryProtected .submit {
    font: 7pt Verdana;
    width: 50px;
    height: 20px;
    color: #fff;
    background-color: var(--bg_02);
}


.article {
    padding: 0px;
    color: #333;
    margin-bottom: 20px;
    width: 100%;
}

.article .filename {
    font-size: 0.75em;
    color: #000;
    line-height: 1.5em;
}

.article button {
    border: 1px solid #ccc;
    background: #fafafa;
    width: 150px;
}

.article h1 {
    margin: 50px 0px;
    font-size: 1.2em;
    font-weight: 700;
    color: var(--bg_02);
}

.article h2:before {
    content: counter(chapter) ". ";
}

.article h2 {
    counter-reset: section 0;
    counter-increment: chapter;
    margin: 50px 0px;
    font-size: 1.2em;
    font-weight: 600;
    border-top: 2px solid #666;
    border-bottom: 1px solid #999;
    padding: 5px 0px;
    color: var(--bg_02);
}

h3:before {
    content: counter(chapter) "."counter(section) " ";
}

.article h3 {
    counter-reset: slide 0;
    counter-increment: section;
    margin: 30px 0px;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--bg_02);
}

.article h4::before {
    content: "\27A2"
}

.article h4 {
    margin: 20px 10px;
    font-size: 1.0em;
    margin-top: 15px;
    font-weight: 600;
    color: var(--bg_02);
}

.article p {
    margin: 8px 0px 8px 0px !important;
    padding: 0px 0px;
}

.article ol {
    margin: 8px 0px 8px 0px !important;
    padding: 0px;
}

.article span {
    margin: 0px;
    padding: 0px;
}

.noneo {
    font-family: 'J신영복_TT', 'Noto Serif TC', 'Nanum Myeongjo';
    font-size: 1.5em;
    line-height: 1.75em;
    background-color: var(--bg_01);
    border: 1px solid var(--border_01);
    border-radius: 5px;
    padding: 20px 40px 20px 40px;
}


.definition {
    padding: 40px;
    box-shadow: 5px 5px 10px #ccc;
    background-color: #F9FFFa;
    margin-bottom: 20px;
}

.quote {
    background-image: url(./images/quotation.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    width: 60%;
    margin: 5px auto;
    padding-top: 10px;
    color: #006179;
}

.article ul li {
    margin: 3px 30px;
    list-style: disc;
}

.article ol li {
    margin: 3px 30px;
}

.article a {
    color: #F86517;
    font-weight: 600;
    text-decoration: none;
}

.article a:hover {
    color: #333;
    text-decoration: underline;
}

.article dt {
    text-decoration: underline;
}

.article dd {
    margin-left: 20px;
    padding-bottom: 10px;
}

#multi_col {
    line-height: 2.0em;
    padding: 20px;
    margin: 10px 0px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
}


.article blockquote {
    background-color: var(--bg_01);
    padding: 25px 45px;
    font-size: 1.0em !important;
    border-left: 4px solid var(--border_01);
    border-right: 1px solid var(--border_01);
    border-top: 1px solid var(--border_01);
    border-bottom: 1px solid var(--border_01);
    margin: 30px auto;
    color: var(--bg_02);
    border-radius: 5px;
}

.article blockquote:before {
    font-family: 'FontAwesome';
    content: "\f10d";
    font-size: 60px;
    position: absolute;
    margin-left: -20px;
    margin-top: -40px;
    color: rgba(0, 0, 0, 0.1);
}

.article blockquote p {
    font-size: 1.0em !important;
    color: var(--bg_02);
}

.article img {
    margin: 20px 0px;
}

@media all and (max-width: 800px) {
    .article blockquote {
        width: 90%;
        padding: 5%;
        border-left: 4px solid #333;
        margin: 30px auto;
    }

    .article p {
        padding: 0px;
    }
}

@media all and (max-width: 470px) {

    .box_01 {
        padding: 10px 10px;
    }


    .box_02 {
        padding: 10px 10px;
    }

    .noneo {
        padding: 10px 10px;
    }

}


.article blockquote p {
    margin: 10px 0px;
}

.btn_top {
    margin: 20px 0px;
}

.math {
    padding: 0 20px;
}

.box_01 {
    background: var(--bg_01);
    padding: 25px 45px;
    font-size: 1.0em !important;
    border-left: 4px solid var(--border_01);
    border-right: 4px solid var(--border_01);
    border-top: 1px solid var(--border_01);
    border-bottom: 1px solid var(--border_01);
    margin: 25px auto;
    color: #000;
    border-radius: 5px;
}

.box_02 {
    padding: 20px 45px;
    margin: 10px 0px;
    background: #efe;
    border: 1px dashed #32cd32;
}


.gallery mw-gallery-traditional {
    list-style-type: none;
}

.gallerybox {
    display: inline-block;
    list-style-type: none;
}

/* ------------------------------------------------------------------- */
/* 카테고리 다른 글 */
/* ------------------------------------------------------------------- */

.another_category th,
td {
    padding: 5px;

}

.content-post a {
    text-decoration: none;
}


.related_top a {
    font-family: 'MaplestoryOTFLight', 'Noto sans KR';
    text-decoration: none;
    font-weight: 400;
    color: #333;
}

.related-article {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.related-title {
    width: 100%;
    margin-bottom: 30px;
}

.related-list {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.related-list li {
    width: 22.555%;
    overflow: hidden;
    height: auto;
    padding: 0px;
    margin-top: 30px;
    margin-left: 2.1%;
}

.related-list li:first-child {
    margin-left: 0px;
}

.related-list li a {
    text-decoration: none;
}

.related-list-item {
    overflow: hidden;
    position: relative;
    margin: 1%;
    margin-bottom: 20px;
    width: 23%;
    height: auto;
}

.related-list-item:last-child {
    margin-right: 0;
}

.related-list-item fleft {
    width: 23%;
    margin: 1%;
}


.related-link {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}


.thumb_type .related-frame {
    display: block;
}

.related-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.related-list li a:before {
    background-image: url(./images/bg_img.png);
    content: "이미지 없음";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0.875em;
    color: #ddd;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.related-thumb-title {
    font-family: 'MaplestoryOTFLight', 'Noto sans KR';
    display: block;
    display: -webkit-box;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 60%;
    width: 98%;
    height: 40%;
    z-index: 10;
    padding: 15% 2px;
    text-align: center;
    line-height: 1.5em;
    color: #000;
    font-size: 0.8em;
    background: #f6f6f6;
    opacity: .6;
    filter: alpha(Opacity=60);
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}


.related-link:hover .related-thumb-title:hover {
    color: #fff;
    text-decoration: none;
    background: var(--bg_02);
}


.related_top {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 900px) {

    .related-list li {
        width: 23%;
        overflow: hidden;
        height: auto;
        padding: 0px;
        margin-top: 10px;
        margin-right: 3px;
    }

    .related-list li:nth-child(4) {
        margin-right: 0;
    }

    .related-thumb-title {
        font-size: 1.0em;
        padding: 2%;
    }
}


@media screen and (max-width: 600px) {
    .related-article {
        margin-top: 20px;
    }

    .related-list li {
        width: 48%;
        overflow: hidden;
        height: auto;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 1%;
    }

    .related-list li:nth-child(even) {
        margin-right: 0;
    }

    .related-list li:nth-child(odd) {
        margin-left: 0;
    }

    .related-thumb-title {
        font-size: 1.0em;
        padding: 8% 0px;
    }
}


/* ------------------------------------------------------------------- */
/* 댓글 */
/* ------------------------------------------------------------------- */

.comments {
    max-width: 1000px;
    margin: 0 auto;
}

.comments h2 {
    font-size: 1.0em;
    color: #333;
}

.comments h2 .count {
    color: #333;
}

.comments .comment-list {
    font-size: 16px;
    margin-bottom: 6px;
    overflow: hidden;
}

.comments .comment-list ul li {
    padding: 25px 0px;
    border-top: 1px solid #e6e6e6;
    position: relative;
    min-height: 48px;
}

.comments .comment-list ul li:first-child {
    border: none;
}


.comments .comment-list ul li ul li {
    padding: 26px 0 26px 60px;
    border-top: 0;
    border-bottom: 0;
}

.comments .comment-list ul li .author-meta {
    position: absolute;
    overflow: hidden;
    top: 30px;
    height: 48px;
    left: 0;
    right: 0;
    padding: 4px 0 0 60px;
}

.comments .comment-list ul li ul li .author-meta {
    top: 26px;
    left: 60px;
}

.comments .comment-list ul li .author-meta .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.comments .comment-list ul li .author-meta span {
    display: inline-block;
}

.comments .comment-list ul li .author-meta a {
    text-decoration: none;
    color: #010101;
}

.comments .comment-list ul li .author-meta .nickname {
    float: left;
    font-family: 'MaplestoryOTFLight';
    font-size: 1.0em;
    line-height: 20px;
}

.comments .comment-list ul li .author-meta .nickname .tistoryProfileLayerTrigger {
    margin-bottom: 3px;
    margin-right: 0;
    vertical-align: bottom;
}

.comments .comment-list ul li .author-meta .date {
    float: left;
    margin-left: 5px;
    font-size: 0.75em;
    color: #999;
    line-height: 20px;
}

.comments .comment-list ul li .author-meta .date:before,
.comments .comment-list ul li .author-meta .date a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    margin-right: 5px;
    background-color: #b2b2b2;
}

.comments .comment-list ul li .author-meta .date a {
    margin-left: 5px;
}

.comments .comment-list ul li .control {
    position: absolute;
    top: 30px;
    right: 0;
}

.comments .comment-list ul li ul li .control {
    top: 29px;
}

.comments .comment-list ul li .control a {
    margin: 0 2px;
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.comments .comment-list ul li p {
    position: relative;
    margin: 29px 0 0 60px;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.85em;
    color: #333;
}

.comments .comment-form .field {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.comments .comment-form input[type=text],
.comments .comment-form input[type=password],
.comments .comment-form textarea {
    border: 1px solid #e6e6e6;
    font-size: 0.875em;
    line-height: 1.25em;
    color: #d4bda9;
}

.comments .comment-form input[type=text],
.comments .comment-form input[type=password] {
    width: calc(60%/2);
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
}

.comments .comment-form input::-webkit-input-placeholder,
.comments .comment-form textarea::-webkit-input-placeholder {
    color: #d6d6d6;
}

.comments .comment-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    resize: none;
    box-sizing: border-box;
}

.comments .comment-form .field .secret {
    float: right;
}

.comments .comment-form .field .secret input {
    display: none;
}

.comments .comment-form .field .secret label {
    font-size: 0.875em;
    line-height: 40px;
    color: #666;
    outline: none;
    cursor: pointer;
}

.comments .comment-form .field .secret label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    background-color: #fff;
}

.comments .comment-form .field .secret input[type=checkbox]:checked + label:before {
    background-image: url(./images/ico_package.png);
    background-repeat: no-repeat;
    background-position: -97px -295px;
}

.comments .comment-form {
    margin-bottom: 10px;
    text-align: left;
}

.submit {
    border: 0px;
    padding: 8px 40px;
    background-color: var(--bg_02);
    color: #fff;
    border-radius: 5px;
    float: right;
}

@media screen and (max-width: 600px) {
    .control {
        display: none;
    }

    .comments .comment-list ul li .author-meta .date {
        display: none;
    }
}

/* ------------------------------------------------------------------- */
/* quote01 */
/* ------------------------------------------------------------------- */

.quote {
    font-weight: 800;
    width: 100%;
    text-align: center;
    padding: 40px;
}

/* center the blockquote in the page */
.quote-wrapper {
    display: flex;
    height: 100vh;
    padding: 0 20px;
}

/* Blockquote main style */
.quote01 {
    position: relative;
    font-family: 'MaplestoryOTFLight', 'Noto Sans KR';
    max-width: 600px;
    margin: 40px auto;
    align-self: center;
}

/* Blockquote header */
.quote01 h1 {
    position: relative;
    /* for pseudos */
    font-family: 'MaplestoryOTFLight';
    color: #333;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.75;
    margin: 0;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 40px;
}

/* Blockquote right double quotes */
.quote01 h1:after {
    content: "";
    position: absolute;
    border: 2px solid #333;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.quote01 h1:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}


/* Blockquote subheader */
.quote01 h4 {
    position: relative;
    color: #333;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}


.quote01 h4:first-letter {
    margin-left: -12px;
}






/* ------------------------------------------------------------------- */
/* pagination */
/* ------------------------------------------------------------------- */
.pagination {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    color: #fff;
}

.pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-decoration: none;
    font-size: 0.8375em;
    line-height: 30px;
    color: #b2b2b2;
    vertical-align: middle;
}


.pagination a:hover {
    background-color: #ebebeb;
    border-radius: 30px;
}

.pagination .selected {
    background: #333;
    padding: 5px 8px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
}


.pagination .prev,
.pagination .next {
    width: 50px;
    height: 50px;
    background-image: url(./images/ico_package.png);
    background-repeat: no-repeat;
    border: 1px solid #E7E5DD;
    border-radius: 30px;
    text-indent: -999em;
    vertical-align: middle;
    box-sizing: border-box;
}

.pagination .prev {
    background-position: -50px 0;
}

.pagination .next {
    background-position: -100px 0;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: transparent;
    border-color: #666;
}

.pagination .no-more-prev,
.pagination .no-more-next {
    display: none;
}


.guestList .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    vertical-align: middle;
}
