@charset "utf-8";

/* Web Font Load */
@import url('https://fonts.googleapis.com/css?family=Gaegu|Nanum+Myeongjo|Noto+Sans+KR&subset=korean');
@import url('https://fonts.googleapis.com/css?family=East+Sea+Dokdo|Nanum+Pen+Script');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');


/* Type Selector Reset */
body {
    background: #fff;
    font-weight: 300;
    font-family: 'Noto Serif KR', 'Noto Sans KR', 'Nanum Myeongjo', AppleSDGothicNeo-Regular, 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;
    font-size: 0.9em;
    line-height: 2.0em;
    -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: 'Noto Sans KR', sans-serif;
    font-size: 80%;
    border-radius: 0;
}

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

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 {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#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: left;
    background-color: #4CAF50;
    color: white;
}

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


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

.goo_menu_ad {
    width: 250px;
    margin: 5px auto;
}

.adfit {
    margin: 20px auto;
    padding: 0 auto;
}

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

}

#content {
    width: 1200px;
    margin: 120px auto;
    z-index: 3;
}

header {
    background: url(./images/head.png);
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    color: #333;
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -60px; // 헤더 높이와 같게 }



    header img {
        border: none;
    }


    section {
        width: 750px;
        padding: 40px 60px;
        z-index: 2;
        float: left;

    }

    #sidebar {
        width: 250px;
        padding: 40px 40px;
        z-index: 3;
        float: right;
    }


    footer {
        background: #000;
        width: 100%;
        height: 30px;
        padding: 30px 40px;
        font-family: 'Noto Sans KR', 'Nanum Myeongjo', 'Gaegu', sans-serif;
        font-size: 0.75em;
        text-align: center;
        position: relative;
        z-index: auto;
        clear: both;
    }



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

    #title {
        width: 1060px;
        text-align: left;
        position: absolute;
        top: 0px;
        left: 50%;
        padding: 20px 60px;
        margin-left: -600px;
    }

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

    #title h1 a {
        font-size: 1.0em;
        font-family: 'Nanum Pen Script', 'Noto Serif KR', cursive;
        font-weight: 600;
        text-decoration: none;
        color: #333;
    }

    #title h2 {
        margin-top: 10px;
    }

    #searchBox {
        width: 250px;
        position: absolute;
        top: 20px;
        right: 20px;
        text-align: right;
        font-size: 1.4em;
        z-index: 5;
    }

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

    #searchBox input.submit {}


    #clear {
        clear: both;
    }


    /* ------------------------------------------------------------------- */
    /* footer */
    /* ------------------------------------------------------------------- */
    .copyright {
        font: 'Noto Sans KR', sans-serif;
        color: #fff;
        position: absolute;
        top: auto;
        left: 50%;
        margin-left: -580px;

    }

    .copyright a {
        font: 'Noto Sans KR', sans-serif;
        color: #f96;
        text-decoration: underline;
    }

    .top {
        position: fixed;
        bottom: 30px;
        right: 50%;
        margin-right: -700px;
        z-index: 50;
    }


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

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

        #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: 120px;
        }

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

        #sidebar {
            width: 90%;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 40px 5%;
            border: 0px;
            clear: both;
            -moz-column-count: 4;
            -webkit-column-count: 4;
            column-count: 4;
            column-gap: 2em;
            border-top: 1px solid #ddd;
        }

        .goo_menu_ad {
            display: none;
        }

        footer {
            width: auto;
            margin: 0;
            text-align: center;
            clear: both;
        }

        .copyright {
            clear: both;
            position: static;
            margin: 5px auto;
        }

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

    }

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

        }
    }




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

    #sidebar {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 12px;
    }

    #sidebar h3 {
        font: 12px 'Noto Sans KR', sans-serif;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        color: #333;
        font-weight: bold;
        border-top: 1px solid #333;
    }

    .box_sidebar ul li a {
        color: #666;
        text-decoration: none;
        font-size: 12px;
        display: block;
        padding: 0px 10px;
        border-top: 1px solid #ddd;
    }

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

    .btn_tistory {
        margin: 20px auto;
    }

    /* category */

    #sidebar .link_tit {
        font: 12px 'Noto Sans KR', sans-serif;
        color: #333;
        border-top: 1px solid #ddd;
        padding: 7px 10px;
        font-weight: bold;
    }

    #sidebar .category_list li a {
        color: #666;
        padding-left: 10px;
        border-top: 1px solid #ddd;
    }

    #sidebar li a {
        display: block;
    }

    #sidebar .sub_category_list li a {
        padding-left: 20px;
    }

    #sidebar .category_list li a:after {
        content: ">";
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

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

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

    #sidebar .side_img {
        width: 100%;
        height: 105px;
        overflow: hidden;
    }

    .counter {
        border-bottom: 1px solid #000;
    }

    .counter h3 {
        border-top: 1px solid #000;
        border-bottom: 1px solid #ddd;
    }

    .counter ul li {
        padding-left: 10px;
        font-size: 1.0em;
    }

    /* ---------------------------------------------------------------- */
    /* 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: 'Noto Sans KR', sans-serif;
        font-size: 1.0em;
        font-weight: bold;
        color: #333;
    }


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

    .cover-list h2 {
        font-family: 'Noto Sans KR', 'Nanum Pen Script', 'Noto Serif KR', 'gaegu';
        margin: 20px 0px 20px 0px;
        font-size: 1.2em;
    }

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

    .cover-list ul li:first-child {
        border-top: 1px 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: 320px;
        height: 170px;
        margin: 0 0 0 50px;
        background-color: #fafbfc;
    }

    .cover-list ul li figure:before {
        background-image: url(./images/no_img.jpg);
        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-weight: bold;
        font-size: 0.875em;
        color: #fff;
    }

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

    .cover-list ul li figure :hover {
        box-shadow: 1px 1px 3px #ccc;
    }

    .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-weight: 600;
        font-size: 0.9em;
        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-list ul li figure {
            float: right;
            position: relative;
            width: 130px;
            height: 130px;
            margin: 0 0 0 20px;
            background-color: #f6f6f6;
        }
    }

    .cover-gallery {
        margin: 0 auto;
    }

    .cover-gallery h2 {
        font-family: 'Noto Sans KR', 'Nanum Pen Script', 'Noto Serif KR', 'gaegu';
        margin: 20px 0px;
        font-size: 1.2em;
    }

    .cover-gallery ul {
        display: inline-block;
        width: 100%;
        border-top: 1px 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;
        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/no_img.jpg);
        content: "이미지 없음";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0;
        text-align: center;
        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: none;
    }


    @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 {
        background: url(./images/tag.png) no-repeat left top;
        padding-left: 40px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

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

    .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: #f60;
    }

    .tagcloud li .cloud1 {
        font-size: 2.0em;
        color: #000;
    }

    .tagcloud li .cloud2 {
        font-size: 1.5em;
        color: #333;
    }

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

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

    .tagcloud li .cloud5 {
        font-size: 0.7em;
        color: #006699;
    }


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

    .guestWrite {
        margin-top: 40px;
    }

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

    .guestWrite input {
        width: calc(92.5%/3);
        padding: 5px;
        border: 1px dashed #333;
        color: #999;
    }

    .guestWrite textarea {
        width: 95%;
        height: 100px;
        border: 1px dashed #333;
        padding: 10px;
        margin-top: 4px;
        color: #666;
        font-size: 0.9em;
    }


    .guestWrite .submit {
        height: 40px;
        width: 150px;
        background-color: #333;
        color: #fff;
        border: 1px solid #333;
    }

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

    .guestList {
        padding: 40px 0 10px 0;
    }


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

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

    .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;
        line-height: 2.0em;
        padding: 20px 40px;
        border: 1px solid #ccc;
        border-top-left-radius: 1.5em;
        border-bottom-right-radius: 1.5em;
        background: #fafbfc;
    }

    .guestList ol li ul li {
        overflow: hidden;
        padding: 10px 5px 10px 100px;
        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;
    }

    .list h3 {
        font: 1.0em 'Noto Sans KR', sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0px 0px;
        color: #333;
        font-weight: bold;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
    }

    .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 a:hover {
        box-shadow: 1px 1px 2px #ccc;
    }

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

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

    .content-img {
        overflow: hidden;
        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: 'Noto Sans KR', sans-serif;
        line-height: 1.2em;
        font-weight: bold;
        color: #333;
    }

    .content-info-category,
    .content-info-date {
        font: 0.8em 'Noto Sans KR', sans-serif;
        line-height: 1.5em;
        color: #666;
        text-decoration: none;
    }

    .content-post-txt {
        font-size: 0.9em;
        line-height: 1.5em;
        color: #666;
        text-decoration: none;
        margin-top: 15px;
    }

    .adsence {
        margin: 20px auto;
        text-align: center;
    }

    .adfit {
        margin: 20px auto;
        text-align: center;
    }


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

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

    @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;
        }

        .adfit {
            visibility: hidden;
        }
    }

    @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;
        }

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

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


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

    #titleWrap {
        padding: 5px;
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        line-height: 1.0em;
        font-weight: 100;
        color: #333;
        text-decoration: none;
    }

    #titleWrap .date,
    .admin {
        font-size: 0.8em;
        font-family: 'Noto Sans KR', 'Nanum Myeongjo', sans-serif;
        font-weight: 100;
        margin: 0;
        color: #333;
        text-decoration: none;
    }

    #titleWrap h2 {
        font-family: 'Noto Sans KR', sans-serif;
        color: #333;
        font-size: 1.5em;
        font-weight: 400;
        margin-bottom: 10px;
    }

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

    .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: #aaa;
    }

    .article {
        padding: 0px;
        font-size: 0.95em;
        color: #333;
        line-height: 1.8em;
        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 {
        font-family: 'Noto Sans KR', sans-serif;
        margin-bottom: 30px;
        font-size: 1.2em;
        margin-top: 30px;
        color: #333;
    }

    .article h2 {
        font-family: 'Noto Sans KR', sans-serif;
        margin-bottom: 40px;
        font-size: 1.2em;
        margin-top: 40px;
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #333;
    }

    .article h3 {
        font-family: 'Noto Sans KR', sans-serif;
        margin-bottom: 30px;
        font-size: 1.0em;
        margin-top: 30px;
        font-weight: bold;
        color: #333;
    }

    .article h4 {
        margin-bottom: 20px;
        font-size: 1.0em;
        margin-top: 20px;
        font-weight: bold;
        color: #333;
    }

    .article p,
    ol {
        margin: 20px 0px !important;
        padding: 0px;
    }

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

    .noneo {
        font-family: 'J신영복_TT', 'Nanum Myeongjo';
        font-size: 2.0em;
        line-height: 2.0em;
        border: 1px dotted #ddd;
        background-color: #ffffee;
        padding: 10px 40px;
    }


    .definition {
        padding: 40px;
        box-shadow: 5px 5px 10px #ccc;
        background-color: #F4FFF3;
    }

    .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: #006179;
        text-decoration: none;
        font-weight: 400;
    }

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

    .article dt {
        text-decoration: underline;
    }

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

    .article blockquote {
        background: #F4FFF3;
        padding: 30px 50px;
        line-height: 1.8em;
        font-size: 1.0em !important;
        font-style: italic;
        border-left: 2px solid #32cd32;
        margin: 25px auto;
        color: #333;
    }

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

    @media all and (max-width: 800px) {
        .article blockquote {
            background: #F4FFF3;
            width: 90%;
            padding: 5%;
            font-style: italic;
            border-left: 2px solid #32cd32;
            margin: 25px auto;
            color: #333;
        }
    }


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

    .btn_top {
        margin: 20px 0px;
    }

    .math {
        padding: 0 20px;
    }

    .box_01 {
        padding: 1em;
    }

    .box_02 {
        padding: 2em 5em;
        margin: 1em;
        background: #efe;
        border: 2px dashed #32cd32;
        border-top-left-radius: 10em;
        border-bottom-right-radius: 3em;
        border-bottom-left-radius: 1em;
    }

    .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 {
        text-decoration: none;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 400;
        color: #333;
    }

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

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

    .related-list {
        font-family: 'Noto Sans KR', sans-serif;
        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%;
        border: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

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

    }

    .related-thumb-title {
        display: block;
        display: -webkit-box;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 60%;
        width: 98%;
        height: 40%;
        z-index: 10;
        padding: 20% 3px;
        text-align: center;
        line-height: 1.0em;
        color: #000;
        font-size: 0.8em;
        background: #fff;
        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: #000;
    }


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

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

        .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: 800px) {
        .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: 2%;
        }
    }


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

    .comment a {
        text-decoration: none;
    }

    .commentlist {
        font-size: 0.9em;
        line-height: 1.75em;
    }

    .comment {
        padding-top: 4px;
        margin-bottom: 4px;
        width: 100%;
        overflow: hidden;
    }

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

    .comment_top {
        margin-left: 5px;
        padding: 5px;
        width: 100px;
        text-align: center;
        border: 1px solid #ccc;
    }

    .comment_top a {
        text-decoration: none;
        font-family: 'Noto Sans KR', sans-serif;
        color: #666;
    }

    .comment p {
        margin: 2px 0 0 0;
        padding: 10px;
    }

    .commentWrite p {
        margin: 2px 0 0 0;
        padding: 10px;
    }

    .comment h3 {
        display: none;
    }

    .comment ol,
    .comment ul {
        margin: 0;
        padding: 0;
        color: #666;
        list-style: none;
    }

    .comment .date {
        font-size: 0.75em;
        color: #aaa;
    }

    .comment .control a {
        font-size: 0.75em;
    }

    .comment .name {
        font-family: 'Nanum Pen Script', 'gaegu';
        font-size: 1.5em;
        letter-spacing: -1px;
        font-weight: bold;
        color: #333;
    }

    .comment .name a:link {
        font-weight: bold;
        color: #666;
        letter-spacing: -1px;
    }

    .comment .name a:visited {
        font-weight: bold;
        color: #666;
        letter-spacing: -1px;
    }

    .comment .name a:hover {
        font-weight: bold;
        color: #f77;
    }

    .control a {
        color: #999;
    }

    .comment ol li {
        padding: 20px 20px;
    }

    .comment li ul li {
        padding: 5px 20px;
        width: 75%;
        margin-left: 15%;
        margin-top: 15px;
        background: #fff;
        border: 1px dashed #ccc;
        border-bottom-left-radius: 1em;
        border-top-left-radius: 1em;
        border-bottom-right-radius: 1em;
    }

    .commentWrite {
        margin-top: 0;
        padding: 15px;
        color: #999;
    }

    .commentWrite input {
        width: 35%;
        padding: 5px;
        color: #999;
        border: 1px dashed #666;
    }

    .commentWrite textarea {
        padding: 2px;
        width: 100%;
        height: 120px;
        color: #666;
        border: 1px dashed #333;
        margin-top: 5px;
    }

    .commentWrite .submit {
        height: 35px;
        width: 100px;
        background-color: #333;
        color: #fff;
        border: 1px solid #333;
    }

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

    .people {
        width: 100%;
        background-color: #fff;
        padding: 5px;
    }


    /* ------------------------------------------------------------------- */
    /* 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;
        width: 30px;
        height: 30px;
        margin: 0 3px;
        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 #fff;
        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: #ddd;
    }

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