@import "https://fonts.googleapis.com/css?family=Libre+Barcode+39+Text";
@import "http://fonts.googleapis.com/earlyaccess/nanumgothic.css";
@import "https://fonts.googleapis.com/css?family=Share+Tech+Mono";
@import "https://fonts.googleapis.com/css?family=Nunito:400,700";
body {
    -webkit-transition-duration: .3s;
    -webkit-text-size-adjust: 100%;
    font-family: 'Nanum Gothic';
    transition-duration: .3s;
    background: #F9F9F9;
    font-size: 15px;
    color: #454545;
    margin: 0
}
.mobile {
    display: none!important
}
.header {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-family: "Libre Barcode 39 Text";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 20!important;
    background: #191919;
    position: absolute;
    text-align: center;
    padding-top: 47px;
    display: block;
    margin: 0;
    right: 0;
    left: 0;
    top: 0
}
.header h1 {
    display: inline-block;
    font-weight: 500;
    font-size: 65px;
    margin: 0
}
.header a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none;
    color: #CBCBCB
}
.header a:hover {
    color: #FFF
}
.menu-button {
    display: none;
    z-index: 20
}
.receipt-button {
    width: 20px
}
.menu-button-label {
    left: calc(50% - 10px);
    position: absolute;
    text-align: center;
    color: #CBCBCB;
    height: 20px;
    opacity: .8;
    width: 20px;
    z-index: 20;
    top: 177px
}
.menu-button-label:hover {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 1;
    color: #FFF
}
.menu-button:checked + div {
    top: 155px
}
.menu-button-inner {
    font-family: "Nanum Gothic";
    font-size: 15px;
    color: #FFF
}
.search-area {
    padding: 14px;
    height: 65px
}
.receipt-header .search-area {
    display: none
}
.search-input {
    font-family: "Nanum Gothic";
    border-radius: 20px;
    background: #F3F3F3;
    vertical-align: top;
    padding: 7px 12px;
    line-height: 18px;
    font-weight: 400;
    font-size: 15px;
    color: #454545;
    width: 220px;
    margin: 0;
    border: 0
}
.search-input::placeholder {
    color: #CBCBCB
}
.frm_search {
    height: 32px
}
.container {
    position: absolute;
    z-index: 0;
    top: 205px;
    bottom: 0;
    right: 0;
    left: 0
}
.dorpdown-menu {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    font-family: "Fake Receipt", "Nanum Gothic";
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    left: calc(50% - 130px);
    position: absolute;
    padding-top: 50px;
    background: #FFF;
    text-align: left;
    width: 260px;
    z-index: 10;
    top: -1250px; /*데스크탑 메뉴*/
}
.receipt-header {
    text-align: center;
    color: #404040;
    width: 100%
}
.receipt-title {
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    margin: 5px 0 0;
    padding: 20px 0;
    font-size: 23px
}
.receipt-bar {
    font-size: 12px;
    padding: 0;
    margin: 0
}
.receipt-footer {
    margin-bottom: 25px;
    text-align: center;
    font-size: 12px;
    color: #404040;
    width: 100%
}
.receipt-footer p {
    margin: 5px
}
.receipt-footer p a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none;
    color: #404040
}
.receipt-footer p a:hover {
    color: #D3D3D3
}
.bottom-bar {
    padding-bottom: 10px
}
.main {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 20px 0;
    height: 0
}
.tt_category {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0
}
.tt_category li {
    list-style: none
}
.tt_category li a.link_tit {
    display: none
}
.tt_category a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none
}
.tt_category a:hover {
    color: #D3D3D3
}
.category_list {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 15px 30px 2px;
    font-size: 16px;
    display: block
}
.category_list a {
    color: #404040
}
.category_list li {
    margin-bottom: 10px
}
.sub_category_list li {
    margin-bottom: 0;
    margin-top: 10px
}
.sub_category_list a {
    color: #404040
}
.sub_category_list a::before {
    content: "*"
}
.category_list li ul {
    padding-left: 20px
}
.others {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0
}
.others li {
    list-style: none
}
.others a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none
}
.others a:hover {
    color: #D3D3D3
}
.article-list {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    max-width: 905px;
    margin: 0
}
.article-list-element {
    -webkit-box-shadow: 0 1px 3px #DDD;
    -webkit-transition-duration: .3s;
    -moz-box-shadow: 0 1px 3px #DDD;
    font-family: "Nanum Gothic";
    box-shadow: 0 1px 3px #DDD;
    transition-duration: .3s;
    display: inline-table;
    padding-bottom: 53px;
    margin: 0 10px 22px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    background: #FFF;
    width: 278px
}
.article-list-element a {
    text-decoration: none;
    color: #454545
}
.hole {
    width: 100%
}
.hole p {
    -webkit-box-shadow: inset 0 1px 3px #DDD;
    -moz-box-shadow: inset 0 1px 3px #DDD;
    box-shadow: inset 0 1px 3px #DDD;
    display: inline-block;
    padding-bottom: 8.7%;
    background: #F9F9F9;
    border-radius: 50%;
    margin: 7% 0 0;
    width: 8.5%;
    height: 0
}
.thumbnail_post {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    background: #EFEFEF;
    height: 208px;
    width: 100%;
    color: #FFF;
    padding: 0
}
.thumbnail_post p {
    font-family: "Libre Barcode 39 Text";
    display: inline-block;
    white-space: nowrap;
    text-overflow: clip;
    position: absolute;
    line-height: 208px;
    max-width: 220px;
    overflow: hidden;
    font-size: 50px;
    margin: 0 auto;
    z-index: 0;
    right: 0;
    left: 0
}
.thumbnail_image {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    width: 100%!important;
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0
}
.thumbnail_image:hover {
    opacity: .8
}
.info-title {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    margin: 5px 0 10px;
    max-width: 250px;
    font-weight: 700;
    overflow: hidden;
    font-size: 25px
}
.info-title:hover {
    color: #999
}
.article-main {
    position: relative;
    height: 287px;
    width: 100%
}
.info-text {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #707070!important;
    margin: 12px auto 0 auto;
    text-overflow: ellipsis;
    height: calc(16px * 4);
    width: 254px!important;
    display: inline-block;
    display: -webkit-box;
    line-height: 16px;
    overflow: hidden;
    font-size: 13px
}
.info-text:hover {
    color: #909090!important
}
.article-info {
    -webkit-transition-duration: .2s;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: calc(100% - 26px);
    transition-duration: .2s;
    background: #F9F9F9;
    position: absolute;
    padding: 13px;
    bottom: 0
}
.info-category {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    padding-left: 1%;
    font-weight: 700;
    font-size: .95em;
    overflow: hidden;
    max-width: 125px;
    float: left
}
.info-category:hover {
    color: #999
}
.info-date {
    color: #909090!important;
    padding-right: 1%;
    font-size: .85em;
    margin-top: 1px;
    float: right
}
.pager {
    font-family: 'Share Tech Mono', monospace;
    padding-bottom: 20px!important;
    padding-top: 2px!important;
    height: 30px
}
.pager a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
    color: #DEDEDE
}
.pager span {
    -webkit-box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 15px;
    background: #454545;
    height: 30px
}
.pager span a:hover {
    color: #909090
}
.pager span.selected {
    color: #909090
}
.pager span a span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none
}
.pager-button {
    -webkit-box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    background: #252525;
    line-height: 30px;
    font-size: 15px;
    height: 30px
}
.pager-button:hover {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #DEDEDE!important;
    background: #353535
}
.no-more-prev {
    color: #656565!important
}
.no-more-prev:hover {
    color: #656565!important;
    background: #252525
}
.no-more-next {
    color: #656565!important
}
.no-more-next:hover {
    color: #656565!important;
    background: #252525
}
.prev {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding: 0 8px 0 13px
}
.page_rep {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    height: 30px
}
.next {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0 13px 0 8px
}
.article-container {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #FFF;
    max-width: 880px;
    z-index: 20;
    width: 100%
}
.article {
    font-family: "Nanum Gothic";
    padding: 10px 30px 0;
}
.article div p {
    font-size: 16px!important;
    line-height: 25px
}
.article div p span img {
    border-radius: 10px;
    margin: 10px
}
.article-top {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: calc(100% - 40px);
    padding: 20px 20px 0
}
.article-top a {
    text-decoration: none;
    color: #404040
}
.article-top a h2 {
    max-width: calc(100% - 30px);
    word-wrap: break-word;
    display: inline-block;
    margin: 30px 0 0;
    font-size: 32px;
}
.article-top p {
    font-size: 14px;
    color: #909090
}
.admin {
    margin-top: 15px;
    font-size: 0
}
.admin a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    display: inline-block;
    background: #F3F3F3;
    line-height: 19px;
    padding: 3px 7px;
    font-size: 12px;
    color: #707070;
    height: 19px;
    margin: 0
}
.admin a:nth-of-type(1) {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding-left: 10px
}
.admin a:nth-of-type(n):hover {
    background: #353535!important;
    color: #DEDEDE!important
}
.admin a:nth-of-type(3) {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding-right: 10px
}
.article-bottom {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #F9F9F9;
    text-align: right;
    padding: 15px
}
.article-bottom a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: #454545;
    float: left
}
.article-bottom a:hover {
    color: #999
}
.article-bottom div {
    line-height: 15px;
    font-size: 13px;
    color: #909090
}
.comment-container {
    margin-bottom: 22px;
    margin-top: -100px;
    padding: 0
}
.comment-title {
    font-family: 'Share Tech Mono', monospace;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    display: inline-block;
    background: #272727;
    margin-right: 55px;
    padding: 13px 18px;
    font-size: 20px;
    color: #F5F5F5;
    float: right
}
.comment-list {
    display: inline-block;
    width: 100%
}
.comment-list ol {
    margin-bottom: 0;
    list-style: none;
    padding: 0 30px;
    margin-top: 0
}
.comment-list li {
    margin-bottom: 15px;
    text-align: left
}
.comment-list ul {
    list-style: none;
    padding: 0 30px
}
.comment-list ul li {
    margin-bottom: 0;
    margin-top: 15px
}
.comment-list ul li .rp_general {
    margin-left: 30px
}
.comment-list ul li .rp_admin {
    margin-left: 30px
}
.comment-list ul li .rp_secret {
    margin-left: 30px
}
.comment-list p {
    margin-bottom: 5px;
    line-height: 20px;
    margin-top: 1px;
    display: grid
}
.comment-img {
    margin-right: 13px;
    height: inherent;
    float: left
}
.comment-img img {
    border-radius: 50px
}
.small {
    margin-right: 8px
}
.comment-main {
    display: grid
}
.name {
    font-family: 'Nunito', 'Nanum Gothic', monospace;
    line-height: 26px;
    margin-left: -1px;
    font-weight: 100;
    font-size: 22px;
    color: #272727
}
.name:empty::before {
    content: "SECRET";
    color: #909090
}
.name a {
    text-decoration: none;
    color: #272727
}
.name span {
    display: none
}
.control {
    font-family: 'Share Tech Mono', monospace;
    margin-top: -3px;
    font-size: 12px;
    color: #BCBCBC;
    padding: 0
}
.control a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
    color: #BCBCBC
}
.control a:hover {
    color: #858585
}
.comment-margin {
    height: 15px
}
.comment-input-area {
    font-family: 'Share Tech Mono', 'Nanum Gothic', monospace;
    width: calc(100% - 55px);
    display: inline-block;
    background: #272727;
    border-radius: 10px;
    text-align: left;
    height: 107px;
    padding: 0;
    margin: 0
}
.comment-input {
    border-bottom-left-radius: 0;
    font-family: 'Nanum Gothic';
    border-top-left-radius: 0;
    width: calc(100% - 100px);
    height: calc(100% - 20px);
    margin: 10px 0 0 10px;
    background: #272727;
    font-size: 14px;
    color: #F5F5F5;
    border: none;
    resize: none;
    padding: 0
}
.comment-post {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    padding-right: 25px;
    line-height: 107px;
    font-size: 18px;
    color: #F3F3F3;
    float: right
}
.comment-post:hover {
    color: #CACACA
}
.comment-option-area {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: 'Share Tech Mono';
    display: inline-block;
    margin-bottom: 27px;
    background: #F4F4F4;
    margin-left: 50px;
    font-size: 15px;
    padding: 0 10px;
    float: left
}
.comment-option-area label {
    line-height: 30px;
    color: #303030
}
.comment-option-area input {
    font-family: 'Share Tech Mono', 'Nanum Gothic';
    background: #F4F4F4;
    font-size: 15px;
    color: #606060;
    border: none;
    width: 120px
}
.comment-option-area .checkbox {
    display: none;
    width: 12px;
    padding: 0;
    margin: 0
}
.comment-option-area .checkbox + .secret-label .secret-span {
    background: url(./images/unchecked.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    top: 2.5px
}
.comment-option-area .checkbox:checked + .secret-label .secret-span {
    background: url(./images/checked.png);
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: inline-block
}
.social-button-area {
    -webkit-transition-duration: 0!important;
    -webkit-box-shadow: 0 1px 3px #CCC;
    border-bottom-right-radius: 10px;
    transition-duration: 0!important;
    -moz-box-shadow: 0 1px 3px #CCC;
    border-top-right-radius: 10px;
    padding: 2px 7px 2px 20px;
    display: inline-block;
    background: #202020;
    position: relative;
    bottom: 160px;
    float: right;
    z-index: -1;
    left: 27px
}
.social-button {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    margin: 10px 4px;
    display: grid;
    height: 16px;
    opacity: .8;
}
.social-button img {
    height: 16px
}
.social-button:hover {
    opacity: 1
}
.imageblock img {
    margin-right: 0!important;
    margin-left: 0!important
}
.imageblock a img {
    display: none
}
.imageblock a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
    background: #252525;
    border-radius: 2px;
    padding: 1px 3px;
    color: #F3F3F3
}
.imageblock a:hover {
    background: #404040
}
.tag-list {
    color: rgba(0, 0, 0, 0)!important;
    font-family: "Nanum Gothic";
    text-overflow: ellipsis;
    margin: 0 20px 15px;
    text-align: left;
    overflow: hidden;
    display: block
}
.tag-list a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
    display: inline-block;
    background: #F3F3F3;
    border-radius: 10px;
    line-height: 17px;
    font-weight: 100;
    padding: 3px 6px;
    font-size: 12px;
    color: #505050;
    margin: 3px 0
}
.tag-list a:hover {
    background: #DDD
}
.tag_title {
    margin: 0 0 10px 5px;
    font-family: Nunito;
    text-align: left;
    font-weight: 700;
    font-size: 30px
}
.tag-container {
    max-width: 820px;
    padding: 30px
}
.tag-container .tag-list {
    margin: 0
}
.tag-container .tag-list a {
    border-radius: 12px;
    padding: 5px 10px;
    font-size: 15px
}
.guestbook-container {
    padding: 30px 30px 10px;
    margin-bottom: 22px;
    max-width: 820px
}
.guestbook-container .comment-list ol {
    padding: 5px
}
.guestbook-container .comment-input-area {
    width: calc(100% - 10px)
}
.footer {
    box-shadow: inset 0 7px 5px -7px rgba(0, 0, 0, 0.08);
    font-family: 'Nunito';
    background: #EFEFEF;
    font-weight: 400;
    font-size: 12px;
    padding: 13px 0;
    color: #CBCBCB
}
.footer p {
    padding: 0;
    margin: 0
}
.count_box{
    position: absolute;
    text-align: left;
    left: 13px
}
@media only screen and (max-width: 970px) {
    .main {
        padding: 15px 0
    }
    .header {
        min-width: 746px
    }
    .article-list {
        max-width: 746px;
        min-width: 746px
    }
    .article-list-element {
        padding-bottom: 30px;
        border-radius: 13px;
        margin: 0 8px 18px;
        width: 225px
    }
    .article-main {
        height: 279px
    }
    .comment-container {
        margin-bottom: 18px!important;
        margin-top: 0
    }
    .info-title {
        max-width: 210px;
        margin: 0 0 7px;
        font-size: 21px
    }
    .thumbnail_post {
        height: 169px;
    }
    .thumbnail_post p {
        line-height: 169px;
        max-width: 170px;
        font-size: 42px;
    }
    .info-text {
        height: calc(14px * 4);
        width: 205px!important;
        line-height: 14px;
        margin: 10px auto;
        font-size: 12px
    }
    .article-info {
        border-bottom-right-radius: 13px;
        border-bottom-left-radius: 13px;
        width: calc(100% - 20px);
        padding: 10px
    }
    .info-category {
        font-size: .77em;
        max-width: 100px
    }
    .info-date {
        margin-top: .01em;
        font-size: .73em
    }
    .pager {
        margin-top: 2px
    }
    .article-container {
        width: calc(100% - 30px);
        border-radius: 13px;
        margin-bottom: 0
    }
    .article-bottom {
        border-bottom-right-radius: 13px;
        border-bottom-left-radius: 13px
    }
    .article {
        padding: 20px 20px 0
    }
    .social-button-area {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        display: inline-block;
        background: #202020;
        margin-bottom: 15px;
        padding: 2px 10px;
        margin-top: 0;
        z-index: 10;
        float: none;
        bottom: 0;
        left: 0
    }
    .social-button {
        display: inline-block;
        margin: 10px 4px
    }
    .tag-container {
        width: calc(100% - 70px);
        padding: 20px
    }
    .guestbook-container {
        margin-bottom: 18px!important;
        width: calc(100% - 70px);
        padding: 20px 20px 5px
    }
}
@media only screen and (max-width: 746px) {
    .menu-button-label {
        left: 363px
    }
    .dorpdown-menu {
        left: 243px
    }
}
@media only screen and (max-device-width: 736px) {
    body {
        background: #FFF
    }
    .desktop {
        display: none!important
    }
    .mobile {
        display: inline-block!important
    }
    .header {
        -webkit-transition-duration: 0;
        transition-duration: 0;
        padding: 17px 0 0 17px;
        min-width: 0;
        height: 50px
    }
    .header h1 {
        font-size: 40px
    }
    .header a {
        color: #F3F3F3;
        float: left
    }
    .main {
        padding: 0
    }
    .article-container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-radius: 0;
        width: 100%;
        margin: 0
    }
    .article-top h2 {
        margin-top: 20px!important
    }
    .article-bottom {
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) inset;
        padding-bottom: 13px;
        background: #F5F5F5;
        padding-top: 13px;
        border-radius: 0
    }
    .search-area {
        display: none
    }
    .search-area button {
        border-radius: 20px;
        background: #F3F3F3;
        float: right;
        height: 32px;
        width: 35px;
        border: 0
    }
    .search-area button img {
        margin-top: 3px;
        height: 13px
    }
    .receipt-header .search-area {
        margin: 0 15px;
        display: block;
        height: 33px;
        padding: 0
    }
    .receipt-header .search-input {
        font-family: "Nanum Gothic";
        padding-left: 8px;
        border-radius: 0;
        background: none;
        width: 160px;
        float: left
    }
    .receipt-bar {
        display: block
    }
    .container {
        top: 67px
    }
    .article-list {
        width: 100%!important;
        min-width: 0;
        padding: 0;
        margin: 0
    }
    .article-list * {
        -webkit-transition-duration: 0;
        transition-duration: 0
    }
    .article-list-element {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-radius: 0;
        width: 100%;
        padding: 0;
        margin: 0
    }
    .hole {
        display: none
    }
    .thumbnail_post {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        border-radius: 30px;
        margin-bottom: 5px;
        height: 90px;
        margin: 10px;
        width: 90px;
        float: left
    }
    .thumbnail_post p {
        line-height: 100px;
        position: relative;
        font-size: 20px;
        max-width: 75px;
        top: 0
    }
    .thumbnail_image {
        border-radius: 30px;
        position: relative;
        object-fit: cover;
        height: 90px;
        width: 90px;
        top: 0
    }
    .info-title {
        max-width: calc(100vw - 130px);
        margin: 11px 15px 0 5px;
        display: inline-block;
        text-align: left;
        font-size: 22px;
        float: left
    }
    .info-text {
        width: calc(100% - 130px)!important;
        height: calc(14px * 2);
        text-align: left;
        margin: 6px 5px;
        float: left
    }
    .info-category {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        color: #FFF!important;
        background: #353535;
        border-radius: 8px;
        line-height: 10px;
        margin-left: 5px;
        padding: 4px 6px;
        font-size: 10px
    }
    .info-date {
        line-height: 18px;
        margin-left: 5px;
        font-size: 11px;
        float: left
    }
    .menu-button:checked + div {
        top: 17px
    }
    .dorpdown-menu {
        left: calc(50% - 130px);
        top: -1300px; /*'모바일' 메뉴*/
    }
    .menu-button-label {
        left: calc(100% - 45px);
        line-height: 30px;
        font-weight: 600;
        font-size: 30px;
        opacity: 1;
        top: 19px
    }
    .menu-button-label:hover {
        opacity: 1
    }
    .receipt-button {
        width: 25px
    }
    .menu-button-label:hover {
        color: #CBCBCB
    }
    .pager {
        margin-top: 11px;
        padding-top: 0
    }
    .pager span {
        background: #252525
    }
    .page_rep {
        display: none
    }
    .comment-title {
        display: none
    }
    .comment-input-area {
        width: calc(100% - 20px)
    }
    .imageblock img {
        width: 100%
    }
    .comment-list {
        margin-top: 10px
    }
    .comment-list ol {
        padding: 0 15px
    }
    .comment-list ul {
        padding: 0 20px
    }
    .comment-option-area {
        width: calc(100% - 50px);
        margin: 0 auto 15px;
        float: none;
        padding: 0
    }
    .comment-option-area label {
        display: none
    }
    .secret-label {
        display: inline-block!important;
        margin-right: 5px
    }
    .secret-label-title {
        display: inline-block!important
    }
    .comment-option-area input {
        width: calc(50% - 70px);
        margin-right: 5px
    }
    .comment-option-area input:nth-of-type(1)::placeholder {
        content: "NAME"
    }
    .comment-option-area .checkbox {
        margin-right: 3px
    }
    .tag_title {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        display: inline-block;
        background: #353535;
        margin-bottom: 20px;
        padding: 3px 12px;
        font-size: 20px;
        color: #FFF
    }
    .tag-container {
        width: calc(100% - 40px);
        padding: 0
    }
    .guestbook-container {
        width: calc(100% - 30px)!important;
        padding: 0 15px;
        margin: 0
    }
    .guestbook-container .comment-list {
        margin-top: 0
    }
    .social-button-area {
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        width: calc(100% - 20px);
        padding: 11px 10px 9px;
        text-align: right;
        border-radius: 0;
    }
    .social-button {
        margin-bottom: 0;
        margin-top: 0
    }
    .category {
        font-family: "Nanum Gothic";
        text-decoration: none;
        display: inline-block;
        font-weight: 600;
        line-height: 16px;
        font-size: 14px;
        float: left;
        opacity: .8;
        color: #FFF
    }
    .category:hover {
        opacity: .95
    }
    .top-date {
        color: #CDCDCD!important;
        margin: 0
    }
    .comment-container {
        margin-bottom: 0!important
    }
    .guestbook-container {
        margin-bottom: 0!important
    }
    .footer {
        font-size: 10px;
    }
}
@media only screen and (max-width: 520px) {
    .article-list {
        width: calc(100% - 20px)
    }
}