@charset "utf-8";

/* 웹폰트 */
@import url('https://fonts.googleapis.com/css?family=Righteous');

@font-face {
    font-family: 'HSBombaram';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/HSBombaram.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Iropke Batang';
    font-style: normal;
    font-weight: 400;
    src: url(//cdn.jsdelivr.net/font-iropke-batang/1.2/IropkeBatangM.eot);
    src: url(//cdn.jsdelivr.net/font-iropke-batang/1.2/IropkeBatangM.eot?#iefix) format('embedded-opentype'), url(//cdn.jsdelivr.net/font-iropke-batang/1.2/IropkeBatangM.woff) format('woff'), url(//cdn.jsdelivr.net/font-iropke-batang/1.2/IropkeBatangM.ttf) format('truetype');
}

/* 전체 폰트 */
html,
th,
td,
input,
select,
textarea,
button,
#tt-body-page blockquote,
#tt-body-page blockquote p,
#tt-body-page blockquote[data-ke-style='box'],
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
figure figcaption,
figure[data-ke-type='video'] figcaption,
code,
blockquote,
blockquote p {
    font-family: 'Iropke Batang', sans-serif;
    line-height: 2;
    font-size: 13px;
    color: #444;
    color: var(--text);
}

/* CSS리셋 */
html,
body,
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;
    outline: none;
}

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 {
    background: transparent;
    border: 0;
    outline: none;
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img,
fieldset {
    border: none;
    vertical-align: top;
}

iframe,
embed {
    width: 100%;
}

table .imageblock {
    width: 100% !important;
}

table,
tr,
td {
    border-spacing: 1px 0;
    border-color: #444;
    border-color: var(--text);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

/* 기본 설정 */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

a {
    color: #444;
    color: var(--text);
    text-decoration: none;
    transition: color .4s;
}

a:hover {
    color: #b58b71;
    color: var(--point);
}

/* 입력창 폰트 색상 */
::-webkit-input-placeholder {
    color: #444;
    color: var(--text);
}

:-moz-placeholder {
    color: #444;
    color: var(--text);
}

::-moz-placeholder {
    color: #444;
    color: var(--text);
}

:-ms-input-placeholder {
    color: #444;
    color: var(--text);
}

::placeholder {
    color: #444;
    color: var(--text);
}

/* 마우스 드래그 블럭 */
::selection {
    color: #fff;
    color: var(--bg);
    background: #444;
    background: var(--text);
}

::-moz-selection {
    color: #fff;
    color: var(--bg);
    background: #444;
    background: var(--text);
}

/* 스크롤바 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #eee;
    background-color: var(--scroll);
}

/* 전체 박스 */
#container {
    overflow: hidden;
    position: relative;
}

#container.smooth-screen {
    display: none;
}

/* 헤더 */
#header {
    position: relative;
}

#header .title {
    font-family: 'HSBombaram';
    font-size: 3em;
}

#header .title span {
    cursor: pointer;
}

#header .intro {
    cursor: default;
}

/* 카테고리 */
.catebox {
    overflow: hidden;
    white-space: nowrap;
    transition: 1s;
}

.blogmenu li:last-child {
    margin-bottom: 20px;
}

.catebox .cate {}

.mc:before {
    content: '+';
    margin-left: -28.5px;
    padding-right: 18px;
}

.mc:hover:before {
    content: '-';
}

.sub_category_list {
    font-size: .9em;
    font-style: italic;
}

.new {
    color: #b58b71;
    color: var(--point);
    margin-left: 5px;
    font-size: .8em;
}

.link_tit,
.sub_category_list {
    display: none;
}

/* 검색 */
.search {
    max-width: 120px;
    border-bottom: 1px solid;
}

.search input {
    width: 100%;
    padding: 5px 0;
}

.search button {
    display: none;
}

/* sns */
.search,
.sns {
    margin-top: 20px;
}

.sns a {
    margin-right: 10px;
}

/* 사이드바 */
#side {}

/* 메인 영역 */
#content {
    flex-grow: 1;
    overflow: hidden;
}

/* 목록형 */
#myo_bbs {
    padding-bottom: 40px;
    border-bottom: 1px solid;
}

.cate_title {
    padding-bottom: 20px;
    position: relative;
}

.cate_title h4 {
    line-height: 1;
    cursor: default;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap
}

.cate_title span {
    display: inline-block;
    vertical-align: middle;
}

.cate_title h4 span:first-child {
    height: 1px;
    width: 100%;
    background-color: #444;
    background-color: var(--text);
    margin-right: 40px;
}

#myo_bbs > div p {
    margin-top: 10px;
}

#myo_bbs .item {
    margin-bottom: 20px;
}

#myo_bbs .item:last-child {
    margin: 0;
}

#myo_bbs .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myo_bbs .item .title {
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

#myo_bbs .item .cnt {
    font-size: .8em;
}

#myo_bbs .item .date {
    font-size: .9em;
}

/* 보호글 */
.pass {
    width: 100%;
    min-height: 250px;
    -ms-display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    border-bottom: 1px solid;
}

.pass fieldset {
    max-width: 200px;
    margin: auto;
}

.pass input,
.pass button {
    margin: 5px 0;
    padding: 5px 0;
}

.pass input {
    width: 100%;
    border: 0;
    background: transparent;
}

.pass button {
    width: 100%;
    border: 1px solid;
    letter-spacing: 3px;
    padding: 10px;
}

.pass input[required] + label {
    display: block;
    height: 48px;
    margin-top: -48px;
    margin-bottom: 0;
    pointer-events: none;
    line-height: 1;
}

.pass input[required] + label:before {
    content: attr(placeholder);
    display: inline-block;
    height: 48px;
    line-height: 48px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .8em;
}

.pass input[required]:focus + label:before,
.pass input[required]:valid + label:before {
    -webkit-transform: translate(0, -24px) scale(1, 1);
    transform: translate(0, -24px) scale(1, 1);
    font-style: italic;
}

/* 본문 영역 */
#myo_bbs + .articlebox .article:first-child {
    border-top: 0;
}

.article {
    padding: 40px 0;
    border-bottom: 1px solid;
}

.article:first-child {
    border-top: 1px solid;
}

/* 본문 타이틀 영역 */
.titlebox {
    margin-bottom: 20px;
}

.titlebox .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'HSBombaram';
    font-size: 1.3em;
}

.titlebox span {
    margin-right: 20px;
    font-size: .85em;
}

.titlebox .date {}

.titlebox .admin {
    float: right;
    margin: 0;
}

.titlebox .admin a {
    margin-left: 10px;
}

/* 본문 */
.article.manu .view {
    width: 100%;
    min-height: 2.2rem;
    background-image: linear-gradient(#f99 1px, white 1px, white 25%, #f99 26%, transparent 27%), linear-gradient(#f99 1px, transparent 1px), linear-gradient(90deg, #f99 1px, transparent 1px);
    background-image: linear-gradient(var(--manu) 1px, var(--bg) 1px, var(--bg) 25%, var(--manu) 26%, transparent 27%), linear-gradient(var(--manu) 1px, transparent 1px), linear-gradient(90deg, var(--manu) 1px, transparent 1px);
    background-size: 100% 28.59px, 19.5px 28.59px, 19.5px 19.5px;
    background-position: 0 23.5px, 0 0, 19.5px 19.5px;
    display: block;
    clear: both;
    overflow: hidden;
}

.article.manu .ori {
    display: none;
}

.article.manu .one {
    float: left;
    width: 19.5px;
    height: 28.59px;
    line-height:28.59px;
    text-align: center;
}

.text-item a:before,
.tx-link:before {
    content: "\e62d";
    font-family: 'themify';
    margin-right: 5px;
}

.footnotes a:before,
.footnote a:before,
.figure.fileblock a:before,
#tt-body-page figure.fileblock a:before,
.fileblock a:before,
.tx-link.imgblock:before {
    display: none;
}

.text-item a {
    color: #b58b71;
    color: var(--point);
    transition: .5s;
}

.text-item a:hover {
    opacity: 0.5;
}

.text-item ul,
.text-item li {
    list-style: inherit;
}

.text-item ul {
    list-style: disc inside;
}

.text-item ol {
    list-style: inside decimal;
}

.text-item u {
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to bottom, #444 0%, #444 100%);
    background-image: linear-gradient(to bottom, var(--text) 0%, var(--text) 100%);
    background-size: 100% 2px;
    background-position: center 100%;
    background-repeat: no-repeat;
    transition: .4s ease-out;
}

.text-item u:hover {
    color: #fff;
    color: var(--bg);
    background-size: 100% 100%;
}

.text-item u:hover::before {
    transform: translateY(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
}

/* 아이프레임 */
.framebox {
    position: relative;
    height: 0;
    margin: 0;
    padding-bottom: 56.25%;
}

.framebox.ver {
    padding-bottom: 177.77%;
}

.framebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 링크 */
figure[data-ke-type='opengraph'] a,
figure[data-ke-type='opengraph'] a,
#tt-body-page figure[data-ke-type='opengraph'] a {
    overflow: hidden;
    border-color: #b58b71;
    border-color: var(--point);
}

figure[data-ke-type='opengraph'] div.og-text p.og-title,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-title,
figure[data-ke-type='opengraph'] div.og-text p.og-host,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-host {
    color: #b58b71;
    color: var(--point);
}

figure[data-ke-type='opengraph'] div.og-text p.og-desc,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-desc {
    color: #444;
    color: var(--text);
}

/* 동영상 */
figure[data-ke-type='video'][data-video-host] iframe,
#tt-body-page figure[data-ke-type='video'][data-video-host] iframe {
    vertical-align: top;
}

/* 이미지, 동영상 설명글 */
figure figcaption,
#tt-body-page figure figcaption,
figure[data-ke-type='video'] figcaption,
#tt-body-page figure[data-ke-type='video'] figcaption {
    font-size: .8rem;
    color: #b58b71;
    color: var(--point);
}

/* 인용구 */
.tx-quote-tistory:before,
blockquote[data-ke-style='normal']:before,
#tt-body-page blockquote[data-ke-style='normal']:before {
    content: "\e67f";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0;
}

.tx-quote-tistory:after,
blockquote[data-ke-style='normal']:after,
#tt-body-page blockquote[data-ke-style='normal']:after {
    content: "\e67e";
    font-family: 'themify';
    position: absolute;
    right: 0;
    bottom: 0;
}

.tx-quote-tistory,
blockquote[data-ke-style='normal'],
#tt-body-page blockquote[data-ke-style='normal'] {
    position: relative;
    height: auto;
    margin: 5%;
    padding: 1em 2em;
    font-style: italic;
}

/* 인용구2 */
blockquote[data-ke-style='box'],
#tt-body-page blockquote[data-ke-style='box'] {
    padding: 10px;
    background-color: transparent;
    border: 1px solid;
    font-size: inherit;
}

blockquote[data-ke-style='box'] a,
#tt-body-page blockquote[data-ke-style='box'] a {}

/* 더보기 */
.btn_less::before {
    display: none;
}

.btn_more::before {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit;
}

.btn_more,
.btn_less,
div[data-ke-type='moreLess'] .btn-toggle-moreless,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
    display: block;
    font-size: inherit;
    color: #b58b71;
    color: var(--point);
    height: auto;
}

.btn_more:before,
.btn_less span:before,
a.btn-toggle-moreless:before {
    content: '\f107';
    font-family: 'fontAwesome';
    margin-right: 5px;
}

.btn_less:last-child span:before {
    content: '\f106'
}

.btn_less:first-child {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    border-color: #444;
    border-color: var(--text);
    margin-top: 10px;
}

.btn_less:last-child {
    border-top: 1px solid;
    padding-top: 20px;
    border-color: #444;
    border-color: var(--text);
    margin-bottom: 10px !important;
}

.moreless_content,
.moreless-content {
    border: 1px solid;
    padding: 10px;
}

/* 이미지 슬라이드 */
figure.imageslideblock div.image-container {
    width: auto !important;
    max-width: 100%;
    max-height: none;
    min-width: auto;
    min-height: auto;
}

/* 파일 첨부 */
figure.fileblock,
#tt-body-page figure.fileblock {
    background-color: transparent;
    border: 1px solid;
}

figure.fileblock .name,
#tt-body-page figure.fileblock .name {}

figure.fileblock .size,
#tt-body-page figure.fileblock .size {
    font-size: .9rem;
}

.article .imageblock > a > img {
    display: none;
}

.article .imageblock > a:before {
    content: "\f019";
    font-family: 'fontAwesome';
    margin-right: 5px;
}

/* 공감 */
.container_postbtn {
    padding: 0 !important;
    margin-top: 20px;
}

.container_postbtn .postbtn_like,
.container_postbtn .btn_menu_toolbar {
    color: var(--text) !important;
    border: 0 !important;
    padding: 0 !important;
}

.container_postbtn .postbtn_like {
    float: none !important;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.container_postbtn .btn_post.like_btn.uoc-icon {
    padding-left: 1px !important;
}

.container_postbtn .postbtn_like > div,
.container_postbtn .btn_menu_toolbar > * {
    float: none;
    transition: .5s;
}

.container_postbtn .postbtn_like > div:hover,
.container_postbtn .btn_menu_toolbar:hover > * {
    border-color: #b58b71 !important;
    color: #b58b71 !important;
    border-color: var(--point) !important;
    color: var(--point) !important;
}

.container_postbtn .btn_post .txt_like {
    display: none !important;
}

.container_postbtn .postbtn_ccl {
    position: absolute !important;
    right: 0 !important;
    top: 0;
}

.container_postbtn .btn_post .ico_postbtn,
.container_postbtn .btn_menu_toolbar.following .ico_check_type1 {
    background-image: none;
    position: relative;
    margin: 0 !important;
    height: 14px !important;
    text-indent: inherit !important;
    overflow: visible;
    vertical-align: middle;
}

.container_postbtn .btn_menu_toolbar.following .ico_check_type1 {
    height: 7px !important
}

.container_postbtn .btn_post .ico_postbtn:after,
.container_postbtn .btn_menu_toolbar.following .ico_check_type1:after {
    content: "\e635";
    display: inline-block;
    font-family: 'themify';
    position: absolute;
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
}

.container_postbtn .btn_post .empathy_up_without_ani .ico_postbtn:after {
    content: "\e634";
}

.container_postbtn .btn_post .ico_share:after {
    content: "\e72e";
}

.container_postbtn .btn_post .ico_statistics:after {
    content: "\e6ba"''
}

.container_postbtn .btn_post .ico_etc:after {
    content: "\e6e1";
}

.container_postbtn .btn_menu_toolbar.following .ico_check_type1:after {
    content: "\e64c";
    line-height: inherit;
    margin-left: 3px;
}

.etc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

/* 본문 하단 태그 */
.tags {
    color: transparent;
    padding-right: 20px;
}

.tags a {
    display: inline-block;
    margin: 0 5px 2px 0;
}

.tags a:before {
    content: '#';
}

/* 댓글 오픈 */
.opencmt {
    font-weight: bold;
    margin-bottom: 2px;
}

/* 댓글, 방명록 작성 */
.article .write {
    margin-top: 40px;
    border-top: 1px solid;
    padding-top: 40px;
}

#rp iframe {
    display: none;
}

.write .area {
    display: flex;
    width: 100%;
}

.write textarea,
.write button {
    padding: 10px;
    border: 1px solid;
    vertical-align: top;
}

.write button {
    text-transform: uppercase;
    transition: color .5s;
}

.write button:hover {
    color: #b58b71;
    color: var(--point);
}

.write .inputbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.write input {
    text-transform: uppercase;
    padding: 3px 0;
    margin: 15px 15px 0 0;
    max-width: 50%;
    height: 30px;
}

.write .secret {
    text-align: center;
}

.write .secret input {
    display: none;
}

.write input + label {}

.write input + label:after {
    content: "\f13e";
    font-family: 'fontAwesome';
    transition: color .4s;
}

.write input:checked + label:after {
    content: "\f023";
    font-family: 'fontAwesome';
    color: #b58b71;
    color: var(--point);
}

/* 댓글, 방명록 목록 */
.lst {
    display: flex;
    flex-direction: column;
    border-top: 1px solid;
    margin-top: 30px;
}

.lst > ul {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px dashed;
}

.lst > ul:last-child {
    padding-bottom: 0;
    border: 0;
}

.lst .name:before {
    font-family: "themify";
    font-size: .8em;
    margin-right: 5px;
}

.lst .rp_admin .name:before,
.lst .guest_admin .name:before {
    content: "\e642";
}

.lst .rp_secret .name:before,
.lst .guest_secret .name:before,
.lst .hiddenComment .name:before {
    content: "\e62b";
}

.lst .name {
    font-weight: bold;
    font-size: 1.1em;
}

.lst .name img[alt=BlogIcon] {
    display: none;
}

.lst .date:before {
    content: '';
    width: 1px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
}

.lst .date {
    font-size: .8em;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.lst .date a {
    visibility: hidden;
    margin-left: 15px;
    font-size: 0;
}

.lst .date a:after {
    content: '\f05e';
    font-family: "FontAwesome";
    visibility: visible;
    font-size: 10px;
}

.lst .text {
    margin-top: 5px;
}

.lst .text img {
    max-width: 100%;
}

.lst .admin {
    float: right;
    opacity: 0;
    transition: .4s;
}

.lst .admin a {
    margin-left: 15px;
    font-size: .8em;
}

.lst li:hover .admin {
    opacity: 1;
}

.reply {
    margin-top: 30px;
    padding-left: 30px;
}

/* 태그 클라우드 */
#taglog {
    min-height: 300px;
    border-bottom: 1px solid;
}

#taglog li {
    display: inline-block;
    margin-right: 10px;
}

#taglog .cloud1 {
    opacity: 1;
}

#taglog .cloud2 {
    opacity: 0.8;
}

#taglog .cloud3 {
    opacity: 0.6;
}

#taglog .cloud4 {
    opacity: 0.4;
}

#taglog .cloud5 {
    opacity: 0.25;
}

#taglog a:before {
    content: '#'
}

/* 공지 */
.noti {
    padding: 40px 0;
    border-bottom: 1px solid;
}

.noti:first-child {
    border-top: 1px solid;
}

/* 페이지네이션 */
.pagination {
    cursor: default;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.pagination .num a {
    margin: 0 5px;
    font-size: .8em;
}

.pagination .prev:not([href]),
.pagination .next:not([href]) {
    opacity: 0.5;
}

.pagination .selected {
    color: #b58b71;
    color: var(--point);
}

/* 탑버튼 */
.top {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 5vh;
    z-index: 999;
    font-size: 2rem;
    text-align: center;
}

/* ie */
#ie {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background-color: #000;
    border-radius: 0 0 10px 10px;
    color: #fff;
    z-index: 9999999999999;
}

#ie a {
    font-weight: bold;
    color: #ff0;
}

/* 카피라이트 삭제 금지 */
.copy {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 8px;
    font-family: 'Righteous', cursive;
}

@media screen and (min-width: 769px) {
    #container {
        display: flex;
        flex-direction: row;
        margin: 100px auto 50px;
    }

    #header {
        order: 1;
        padding-left: 25px;
        overflow: hidden;
        flex: 0 0 140px;
        height: calc(100vh - 150px);
        margin-top: -5px;
    }

    #header .in {
        height: calc(100vh - 100px);
        position: fixed;
        display: flex;
    }

    #header .title {
        text-orientation: upright;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        vertical-align: top;
        letter-spacing: -10px;
        margin-top: -3px;
    }

    #header .intro {
        text-orientation: upright;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        vertical-align: top;
        margin-left: 10px;
    }

    .catebox .title {
        display: none;
    }

    .catebox {
        width: 0;
    }

    .catebox.open {
        width: 100%;
        padding-left: 31px;
    }

    .sub_category_list {
        padding-bottom: 20px;
    }

    .write .area {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    .write textarea,
    .write button {
        height: 100px;
        min-height: 100px;
    }

    .write textarea {
        flex-grow: 1;
        width: calc(100% - 90px);
    }

    .write button {
        flex: 0 0 80px;
        margin-left: 20px;
        text-transform: uppercase;
        transition: color .5s;
    }
}

/* 모바일 영역 */
@media screen and (max-width: 768px) {
    html {
        min-height: 100vh;
    }

    body {
        background-image: none;
    }

    .mbg {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

    html.open {
        overflow: hidden;
    }

    #container {
        padding: 30px 15px 15px !important;
        margin: auto;
    }

    #header .in {
        display: flex;
        flex-direction: column-reverse;
    }

    #header .title {
        line-height: 1;
    }

    .page_cover.open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        background-color: var(--bg);
        opacity: 0.7;
        z-index: 999;
    }

    .catebox {
        width: 70%;
        overflow: hidden;
        height: 100%;
        position: fixed;
        top: 0px;
        left: -75%;
        margin: 0;
        z-index: 999999;
        transition: All 0.2s ease;
        -webkit-transition: All 0.2s ease;
        -moz-transition: All 0.2s ease;
        -o-transition: All 0.2s ease;
        background-color: #fff;
        background-color: var(--bg);
        line-height: 3;
        text-align: inherit;
        box-shadow: 0 0 5px 1px #f6f6f6;
    }

    .catebox.open {
        left: 0;
    }

    .catebox .scroll {
        width: 103%;
        height: 100%;
        overflow-y: scroll;
        padding: 50px 0;
    }

    .search {
        margin: 20px 40px 0;
        max-width: inherit;
    }

    .catebox .title {
        font-size: 1.5em !important;
        margin-bottom: 20px;
        cursor: default !important;
    }

    .catebox .title img {
        max-width: 50px;
    }

    .blogmenu, .category {
        background-color: #444;
        background-color: var(--text);
    }

    .category_list > li {
        position: relative;
    }

    .category_list > li:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #fff;
        border-color: var(--bg);
    }

    .category_list > li:hover .link_item {
        font-weight: bold;
    }

    .mc:before {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 15px;
        color: #fff;
        color: var(--bg);
    }

    .blogmenu a,
    .catebox .cate a,
    .link_item:only-child,
    .link_sub_item {
        display: block;
        line-height: 41px;
    }

    .catebox .title,
    .blogmenu a,
    .catebox .cate a,
    .link_item,
    .link_sub_item,
    .sns {
        padding-left: 40px;
        color: #fff;
        color: var(--bg);
    }

    .mc .link_item {
        padding: 0;
        margin-left: 40px;
    }

    .blogmenu a:hover,
    .catebox .cate a:hover,
    .link_item:hover,
    .link_sub_item:hover {
        color: #b58b71;
        color: var(--point);
    }

    #content {
        margin-top: 20px;
    }

    .write .area {
        flex-direction: column;
    }

    .write textarea,
    .write button {
        display: block;
        width: 100%;
    }

    .write button {
        margin-top: 5px;
    }

    .write .inputbox {
        align-items: flex-end;
    }

    .copy {
        margin: 1vh 0;
        position: static;
        text-align: center;
    }

    .top {
        position: fixed;
        right: 1.5rem;
        bottom: 1.5rem;
        width: inherit;
    }
}

@media screen and (max-width: 768px) {
    #container {
        max-width: 753px !important;
    }
}

@media screen and (max-width: 425px) {
    #container {
        max-width: 401px !important;
    }
}

@media screen and (max-width: 375px) {
    #container {
        max-width: 362px !important;
    }
}

@media screen and (max-width: 360px) {
    #container {
        max-width: 343px !important;
    }
}

@media screen and (max-width: 320px) {
    #container {
        max-width: 304px !important;
    }
}

/* 복사방지 */
copy {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}
