
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");

/*초기화*/
a:link,
a:visited {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.container_postbtn {
    display: none;
}
#article p,
textarea {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur460.cur), auto !important;
}
img {
    width: 100%;
    height: auto;
}
submit {
    border-radius: 0;
}
input,
button {
    border: 0;
    background: transparent;
}
textarea,
textarea:focus,
input:focus {
    outline: none;
    background: transparent !important;
    resize: none;
    box-sizing: border-box;
}
ul,
dl,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img,
iframe,
a:link,
a:visited,
input {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur459.cur), auto !important;
}
iframe {
    overflow: hidden !important;
    width: 100%;
    height: 210px;
}
figure {
    overflow: hidden !important;
    display: block;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}
iframe,
img {
    overflow: hidden !important;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 !important;
    margin: 0 !important;
}
figcaption {
    display: none;
}
#player {
    overflow: hidden !important;
}

/*첨부파일*/
.fileblock {
    position: relative !important;
    border: none !important;
    height: 35px !important;
}
.fileblock .name {
    font-weight: bold;
}
.fileblock .image {
    display: none;
}
figure.fileblock .desc,
#tt-body-page figure.fileblock .desc {
    left: 20px;
}
figure.fileblock a::after,
#tt-body-page figure.fileblock a::after {
    display: none;
}
figure.fileblock a::before,
#tt-body-page figure.fileblock a::before {
    content: "\eb7c";
    font-family: "xeicon";
    position: absolute;
    top: 16px;
    right: 20px;
}

/*이미지 병렬*/
hr[data-ke-style],
#tt-body-page hr[data-ke-style] {
    margin-bottom: 7px !important;
}
figure.imagegridblock {
    margin: 0 !important;
    margin-bottom: 0 !important;
}
figure.imagegridblock:last-child {
    margin: 0;
}
figure.imagegridblock .image-container {
    justify-content: space-between !important;
    align-items: stretch !important;
}
figure.imagegridblock .image-container:last-child {
    margin-bottom: 0 !important;
}
figure.imagegridblock .image-container span {
    align-items: flex-end !important;
    flex-grow: 1 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
.contents_style figure.imagegridblock .image-container > span {
    margin-right: 0 !important;
    margin-top: 0 !important;
}
figure.imagegridblock .image-container span:first-child {
    margin-left: 0 !important;
}
figure.imagegridblock .image-container span:last-child {
    margin-right: 0 !important;
}
.image-container span img {
    height: 100% !important;
}
* {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur464.cur), auto !important;
    font-size: 11px;
    letter-spacing: -0.5px !important;
    font-family: "Work Sans", sans-serif;
    word-break: break-all;
}
body {
    font-size: 11px;
    letter-spacing: -0.5px;
    font-family: "Work Sans", sans-serif;
    padding: 0;
    margin: 0;
    background: #e9e9e9;
}

/*헤더*/
#header {
    position: fixed;
    margin-left: -150px;
}
.cate {
    position: absolute;
    border-radius: 4px;
    box-shadow: 1px 1px 5px 0 #eee;
    z-index: 999;
    width: 100px;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 99999;
}
.top {
    text-align: right;
}
.top:before {
    content: "메뉴판";
    float: left;
    font-weight: bold;
}
.list {
    display: none;
}
.top,
.list a.link_tit,
.list a.link_item,
.list a {
    display: block;
    background: #fff;
    padding: 8px 10px;
}
.list a.link_tit:hover,
.list a.link_item:hover,
.list a:hover {
    color: #dfdfdf;
    background: #e9e9e9;
}
.proarticle {
    text-align: center;
}
.proarticle input[type="password"] {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 5px;
    width: 100px;
    margin-right: 5px;
}
.proarticle input[type="button"] {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 5px;
    width: 30px;
    margin-right: 5px;
    font-weight: bold;
}

/*스크롤바*/
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #ddd;
}
::selection {
    color: #c7c7c7;
    background: #e9e9e9;
}
#container {
    position: relative;
    overflow: visible;
    margin: 0px auto;
    margin-top: 200px;
    margin-bottom: 100px;
    width: 400px;
    display: block;
}

/*content*/
#content {
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    display: block;
    line-height: 2;
}
#content p:last-child {
    padding-bottom: 20px;
}
#slist ul {
    position: relative;
    margin-bottom: 80px;
}
#slist ul li {
    overflow: hidden !important;
    border: 1px solid #ddd;
    background: white;
    box-shadow: 1px 1px 5px 0 #eee;
    border-radius: 4px !important;
}

/*신고버튼*/
.a_report a {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #999;
    font-family: "xeicon", "Work sans";
}

#article {
    overflow: hidden !important;
}
#article p {
    margin: 0 20px;
}
#article div.articlefirst + div p:first-of-type {
    margin-top: 20px !important;
}
#article div.articlefirst + div p + figure {
    margin-top: -20px !important;
}
#article figure + p + p {
    margin-top: 20px !important;
}
#slist .lifooter {
    color: #999;
    overflow: hidden;
}
.date {
    color: #aaa;
    font-family: "Work Sans";
}
#slist .listdate {
    padding: 15px 20px;
}
#slist .tagtrail {
    margin: 20px 20px 0 20px;
    color: #ddaed3;
}
#slist .tagtrail a {
    color: #ddaed3;
}
#slist .tagtrail a:hover {
    background: #e9e9e9;
}
#slist .tagtrail :before {
    content: "#";
}
#article {
    text-overflow: ellipsis;
}
#slist img {
    width: 400px;
    display: block;
}
.article a:link,
.article a:visited {
    color: #3f729b;
    border-bottom: 1px solid;
}

/*태그로그*/
.taglog {
    display: block;
    overflow: hidden;
}
.taglog a {
    color: #aaa;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 5px 0 #eee;
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: 500ms ease;
}
.taglog a:before {
    content: "#";
}
.taglog a:hover {
    text-decoration: underline;
    background: #e9e9e9;
    color: #ddaed3;
}

/*페이징*/
.paging {
    box-sizing: border-box;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: right;
    text-align: center;
}
.paging a {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur459.cur), auto !important;
    transition: 1s ease;
    color: #777;
    display: inline-block;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin: 0 15px;
    box-shadow: 1px 1px 5px 0 #eee;
}
.paging a:first-child {
}
.paging a:last-child {
}
.paging i {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur459.cur), auto !important;
    font-weight: bold;
    display: inline-block;
}
.paging a:hover {
    background: #e9e9e9;
}
.paging .no-more-prev,
.paging .no-more-next {
    color: #ddd;
}
.paging a:hover {
    background: #e9e9e9;
    color: #ddaed3;
}

/*방명록*/
input[id="secret"] + label {
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0 0 20px;
    padding-bottom: 0;
    display: block;
}
input[id="secret"] + label:after {
    color: #ddd;
    content: "\e9cb";
    font-family: "xeicon";
}
input[id="secret"]:checked + label:after {
    color: #ddaed3;
    content: "\e9cd";
    font-family: "xeicon";
}
input[id="secret"]:checked + label {
}
input[id="secret"] {
    display: none;
}
.textarea {
    background: white;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 #eee;
    margin-bottom: 50px;
}
.textarea textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0;
    border: 0;
}
.guestbook {
    margin-bottom: 50px;
}
.guestList ol {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #eee;
    background: #fff;
}
.guestList ol div {
    padding: 20px;
    box-sizing: border-box;
}
.guestList p {
    margin: 0;
    padding: 0;
    margin: 10px 0;
}
.guestList ol ul div {
    position: relative;
    padding-left: 60px;
    border-top: 1px solid #eee;
}
.guestList ol ul div:before {
    content: "\e981";
    font-family: "xeicon";
    position: absolute;
    top: 20px;
    left: 40px;
    color: #ddd;
}
.guestList .name {
    margin-right: 10px;
    font-weight: bold;
}
.guestList .control a {
    color: #aaa;
    margin-right: 10px;
}
.guestbook input[type="submit"] {
    transition: 1s ease;
    padding: 20px;
    color: #999;
    text-align: right;
    width: 100%;
    font-size: 15px;
    display: block;
    box-sizing: border-box;
}
.guestbook input[type="submit"]:hover {
    color: #c4c4c4;
}

/*인용구*/
blockquote,
blockquote p {
    font-size: 11px !important;
    line-height: 2;
}
blockquote[data-ke-style="style1"] {
    font-size: 11px !important;
    line-height: 2 !important;
    margin: 0 20px !important;
}
blockquote[data-ke-style="style2"] {
    border-left: 3px solid #ddd;
    padding-left: 10px;
    margin: 0 20px !important;
}
blockquote[data-ke-style="style3"] {
    padding: 15px 20px !important;
    margin: 0 20px !important;
}
.articlefirst + div blockquote {
    margin-top: 20px !important;
}

/* 더보기 */
.container_postbtn {
}
.btn_less::before {
    display: none;
}
.btn_more::before {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit;
}
.btn_more,
.btn_less,
#tt-body-page div[data-ke-type="moreLess"],
.btn-toggle-moreless {
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.btn_more:before,
.btn_less span:before,
a.btn-toggle-moreless:before {
    display: block !important;
    content: "\e942";
    font-family: "xeicon";
    font-size: 11px !important;
    margin-bottom: -30px;
    padding: 15px 0 0 20px;
    cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur459.cur), auto !important;
}
.moreless_content,
.moreless-content {
    margin: 0 20px;
    border-left: 3px solid #eee;
}
.moreless_content p,
.moreless-content p {
    margin: 0 10px !important;
    padding: 5px 0;
}
@media (max-width: 600px) {
    * {
        font-size: 13px;
    }
    #header {
        position: relative;
        margin: 0;
    }
    #header .cate {
        position: relative;
    }
    #container {
        width: 90%;
        margin-top: 100px;
    }
    #content {
        position: relative;
        margin-top: 30px;
    }
    #slist li {
        margin-bottom: 100px;
    }
}
.tt_category .link_tit { display: none !important }