@charset "utf-8";

/* 웹폰트 */
@import url('//fonts.googleapis.com/css?family=Raleway:500,600,700,800|Righteous|Meddon');
@import url('//cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');

/* 전체 폰트 */
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 {
    font-family: 'Raleway', 'NanumSquareRound', sans-serif;
    line-height: 1.7;
    font-size: 12px;
    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;
    max-width: 100%;
}

iframe,
embed {
    width: 100%;
}

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

table,
tr,
td {
    border-spacing: 1px 0;
    border-color: #444;
    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-attachment: fixed;
    background-repeat: no-repeat;
}

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

a:hover {
    color: #F5EAD8;
    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-color: #F5EAD8;
    background-color: var(--point);
}

::-moz-selection {
    color: #fff;
    color: var(--bg);
    background-color: #F5EAD8;
    background-color: var(--point);
}

/* 스크롤바 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
    background-color: var(--bg);
}

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

.ti {
    font-size: .8em;
}

/* 전체 박스 */
#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.smooth-screen #container,
.smooth-screen .copy,
.smooth-screen .myoskin .item,
.smooth-screen .noti,
.smooth-screen #article {
    animation: fadein 1000ms ease-out;
    -moz-animation: fadein 1000ms ease-out;
    -webkit-animation: fadein 1000ms ease-out;
    -o-animation: fadein 1000ms ease-out;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.in {
    max-width: 1400px;
    max-width: var(--width2);
    width: 100%;
    margin: auto;
    position: relative;
}

/* 헤더 */
#header {
    padding: 40px 3vw 0;
    width: 100%;
    z-index: 99;
    position: absolute;
}

#header .title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}

#header .title img {
    max-height: 100px;
}

#header a {
    white-space: nowrap;
}

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

/* 카테고리 */
.catebox .new {
    font-size: 0.8em;
    color: #F5EAD8;
    color: var(--point);
}

.catebox .in {
    display: flex;
    align-items: center;
}

.catebox .title {
    display: none;
}

.blogmenu,
.tt_category,
.blogmenu li,
.category_list > li,
.catebox .cate,
.search,
#side1 {
    display: inline-block;
    line-height: 3;
    cursor: default;
}

#side1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-grow: 1;
}

#side1 .scroll {
    display: flex;
    justify-content: space-between;
}

.blogmenu li,
.category_list > li,
.catebox .cate {
    margin-right: 30px;
}

.category_list > li {
    position: relative;
    cursor: default;
}

a.link_item:only-child {
    display: block;
}

a.link_item:after,
.category_list > li .sub-open:after {
    content: '\f107';
    font-family: "fontAwesome";
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}

.category_list > li:hover a.link_item:after,
.category_list > li:hover .sub-open:after {
    content: '+';
}

.category_list > li:hover a.link_item:only-child:after,
a.link_item:only-child:after {
    content: '';
    width: 0;
}

.sub_category_list {
    position: absolute;
    left: -20px;
    display: none;
    padding: 5px 20px;
    font-size: .8em;
}

.sub_category_list:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0.8;
    z-index: -1;
}

.link_sub_item {}

.catebox:not(.all) .link_tit {
    display: none;
}

.catebox.all .tt_category > li {
    display: flex;
    flex-direction: column;
}

/* 검색 */
.search {
    white-space: nowrap;
    position: relative;
}

.search input {
    letter-spacing: 2px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: .5s;
}

.search:hover input,
.search input:focus {
    border-color: inherit;
}

.search button {
    transition: .5s;
}

.search button:hover {
    color: #F5EAD8;
    color: var(--point);
}

/* 스크롤 */
#header.s .catebox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0 3vw;
}

#header.s .catebox:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    background-color: var(--bg);
    z-index: -1;
    opacity: 0.8;
}

.catebox.s .scroll {
    max-width: 1400px;
    max-width: var(--width2);
    margin: auto;
}

/* 메인 영역 */
#content {
    background-color: #fff;
    background-color: var(--bg);
    z-index: 1;
}

#main {
    max-width: 1400px;
    max-width: var(--width2);
    margin: 0 auto;
    display: flex;
    width: 100%;
    padding-top: 170px;
}

.myoskin:after {
    display: block;
    clear: both;
    content: '';
    overflow: auto;
}

/* 노이미지 */
.noimg {
    display: none !important;
}

:not(.thum) + .noimg {
    display: inline-block !important;
}

/* 사이드바 */
#side {
    display: none;
}

#side .sidein {
    padding-bottom: 5%;
}

#side .sidein > div {
    margin-bottom: 35px;
}

#side .sidein > div .s-title {
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 10px;
    cursor: default;
    position: relative;
    display: inline-block;
}

#side .sidein > div .s-title:after {
    display: block;
    width: 15px;
    position: absolute;
    bottom: -1px;
    height: 2px;
    content: '';
    left: 0;
    background-color: #F5EAD8;
    background-color: var(--point);
    transition: width .4s;
}

#side .sidein > div:hover .s-title:after {
    width: 100%;
}

#side ul > li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#side .title {
    max-width: 90%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

#side .cnt {
    vertical-align: middle;
    color: #F5EAD8;
    color: var(--point);
    font-size: .8em;
}

/* 사이드바 썸네일 on */
#side .side-thum:after {
    content: '';
    clear: both;
    display: block;
}

#side .side-thum .side-item {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
}

#side .side-thum .side-item:nth-child(4n) {
    margin-right: 0;
}

#side .side-thum .side-item a {
    display: block;
    position: relative;
}

#side .side-thum .side-item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0;
    transition: .4s;
}

#side .side-thum .side-item:hover a:after {
    opacity: .5;
}

#side .side-thum .side-item img {
    width: 100%;
}

#side .side-thum .info {
    display: none;
}

/* 사이드바 달력 */
/* 달력 월 표시 */
.cal_month {
    font-size: .8rem;
    margin-bottom: 10px;
    cursor: default;
    padding: 0 15px;
}

.calendar_prev {
    float: left;
}

.calendar_next {
    float: right;
}

/* 달력 요일 표시(th 영역) */
.cal_week1 {
    padding: 2px 0 0;
}

/* 달력 일요일 표시(th 영역) */
.cal_week2 {
    color: #F5EAD8;
    color: var(--point);
    padding: 2px 0 0;
}

/* 달력 Day(td 영역) */
.cal_day {
    text-align: center;
    font-size: .8rem;
    cursor: default;
}

/* 달력 Day, 일요일 (td 영역) */
.cal_day_sunday {
    color: #F5EAD8;
    color: var(--point);
}

.cal_day_sunday a {
    color: #F5EAD8;
    color: var(--point);
}

/* 달력 지난 달 날짜 표시(td) */
.cal_day1 {}

/* 달력 다음 달 날짜 표시(td) */
.cal_day2 {}

/* 달력 이번 달 날짜 표시(td) */
.cal_day3 {}

/* 달력 오늘 날짜 표시(td) */
.cal_day4 {
    color: #F5EAD8;
    color: var(--point);
    position: relative;
}

.cal_day4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F5EAD8;
    background-color: var(--point);
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: -1
}

/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link {
    color: #F5EAD8;
    color: var(--point);
    transition: .4s;
    font-weight: bold;
}

a.cal_click:visited {
    color: #F5EAD8;
    color: var(--point);
    font-weight: bold;
}

a.cal_click:hover {
    opacity: 0.5;
}

/* 사이드바 태그 */
#side .tagbox li {
    display: inline-block;
    vertical-align: middle;
}

#side .tagbox li:last-child:after {
    display: none;
}

/* 카운터 */
.after {
    position: relative;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.after:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F5EAD8;
    background-color: var(--point);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3;
}

.counter {
    font-size: .8rem;
}

.counter > li:not(.today) {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.counter .after {
    margin-right: 10px;
}

@media screen and (min-width: 768px) {

    #tt-body-category.side #main,
    #tt-body-archive.side #main,
    #tt-body-page.side #main {
        display: flex;
    }

    #tt-body-category.side #side,
    #tt-body-archive.side #side,
    #tt-body-page.side #side {
        display: block;
        flex: 0 0 30%;
        max-width: 350px;
        padding-right: 5%;
        padding-bottom: 5%;
        overflow: hidden;
    }

    /* 사이드바 on 시 메인 영역 */
    #tt-body-category.side #right,
    #tt-body-archive.side #right,
    #tt-body-page.side #right {
        flex-grow: 1;
        overflow: hidden;
    }

    #tt-body-category.side #myo_bbs .item,
    #tt-body-category.side #myo_web .item,
    #tt-body-archive.side #myo_bbs .item,
    #tt-body-archive.side #myo_web .item {
        max-width: 100%;
    }

    #tt-body-category.side #myo_web .item:first-child,
    #tt-body-archive.side #myo_web .item:first-child {
        padding-top: 0;
    }

    #tt-body-category.side #myo_web .item:before,
    #tt-body-archive.side #myo_web .item:before {
        display: none;
    }

    #tt-body-page.side #right .article,
    #tt-body-page.side #right .cmt {
        width: 100%;
        margin: 0;
        max-width: none;
    }
}

/* 목록 공통 */
#right {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

#right .rightin {
    flex: auto;
}

.myoskin {
    display: flex;
    flex-wrap: wrap;
}

.myoskin .item a {
    display: block;
    word-break: keep-all;
    word-wrap: break-word;
}

.myoskin .item img {
    width: 100%;
}

.myoskin .item .cate,
.myoskin .item .date,
.myoskin .item .titlecmt {
    font-size: .8rem
}

.myoskin .item .titlecmt {
    color: #F5EAD8;
    color: var(--point);
    margin-left: 10px;
    font-family: 'Calibri';
}

.myoskin .item .title img {
    width: auto !important;
}

.myoskin .item .title i {
    margin-left: 3px;
}

/* 목록 없음 */
.myoskin .empty > ul {
    display: none;
}

#tt-body-category .empty .category,
#tt-body-search .empty .search,
#tt-body-archive .empty .archive,
#tt-body-tag .empty .tag {
    display: block;
}

/* 갤러리형 */
#myo_gal .item {
    position: relative;
    margin: 0 26px 26px 0;
    vertical-align: top;
}

#myo_gal .item .framebox {
    padding-bottom: 142.854%;
}

#myo_gal .item.you .info {
    display: none;
}

#myo_gal .item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    z-index: 1;
    transition: opacity .4s;
    opacity: 0;
    color: #444;
    color: var(--text);
}

#myo_gal .item .info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0.7;
    z-index: -1
}

#myo_gal .item .cate,
#myo_gal .item .date {
    letter-spacing: 2px;
}

#myo_gal .item .itemtitle {
    position: relative;
}

#myo_gal .item .title {
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 85px;
    overflow: hidden;
}

#myo_gal .item .titlecmt {
    position: absolute;
    top: -10px;
    margin: 0;
}

#myo_gal .item .titlecmt .num {
    background-color: #F5EAD8;
    background-color: var(--point);
    color: #fff;
    color: var(--bg);
    border-radius: 10px;
    line-height: 1;
    padding: 2px 4px;
    display: inline-block;
    vertical-align: middle;
    min-width: 14px;
    font-size: .6rem;
}

#myo_gal .item:hover .info {
    opacity: 1;
}

#myo_gal .item .text {
    display: none;
}

/* 갤러리형 3열 */
#myo_gal.n3 .item {
    width: calc((100% - (26px * 2)) / 3);
}

#myo_gal.n3 .item:nth-child(3n) {
    margin-right: 0;
}

#myo_gal.n3 .item:nth-last-child(-n+3):nth-child(3n+1),
#myo_gal.n3 .item:nth-last-child(-n+2):nth-child(3n+2),
#myo_gal.n3 .item:nth-last-child(-n+1):nth-child(3n+3) {
    margin-bottom: 0;
}

/* 갤러리형 4열 */
#myo_gal.n4 .item {
    width: calc((100% - (26px * 3)) / 4);
    margin: 0 26px 26px 0;
}

#myo_gal.n4 .item:nth-child(4n) {
    margin-right: 0;
}

#myo_gal.n4 .item:nth-last-child(-n+4):nth-child(4n+1),
#myo_gal.n4 .item:nth-last-child(-n+3):nth-child(4n+2),
#myo_gal.n4 .item:nth-last-child(-n+2):nth-child(4n+3),
#myo_gal.n4 .item:nth-last-child(-n+1):nth-child(4n+4) {
    margin-bottom: 0;
}

/* 갤러리형 5열 */
#myo_gal.n5 .item {
    width: calc((100% - (26px * 4)) / 5);
}

#myo_gal.n5 .item:nth-child(5n) {
    margin-right: 0;
}

#myo_gal.n5 .item:nth-last-child(-n+5):nth-child(5n+1),
#myo_gal.n5 .item:nth-last-child(-n+4):nth-child(5n+2),
#myo_gal.n5 .item:nth-last-child(-n+3):nth-child(5n+3),
#myo_gal.n5 .item:nth-last-child(-n+2):nth-child(5n+4),
#myo_gal.n5 .item:nth-last-child(-n+1):nth-child(5n+5) {
    margin-bottom: 0;
}

/* 갤러리형 6열 */
#myo_gal.n6 .item {
    width: calc((100% - (26px * 5)) / 6);
}

#myo_gal.n6 .item:nth-child(6n) {
    margin-right: 0;
}

#myo_gal.n6 .item:nth-last-child(-n+6):nth-child(6n+1),
#myo_gal.n6 .item:nth-last-child(-n+5):nth-child(6n+2),
#myo_gal.n6 .item:nth-last-child(-n+4):nth-child(6n+3),
#myo_gal.n6 .item:nth-last-child(-n+3):nth-child(6n+4),
#myo_gal.n6 .item:nth-last-child(-n+2):nth-child(6n+5),
#myo_gal.n6 .item:nth-last-child(-n+1):nth-child(6n+6) {
    margin-bottom: 0;
}

/* 목록형 */
#myo_bbs {
    display: block;
}

#myo_bbs .item {
    margin: 0 auto;
    max-width: 900px;
    max-width: var(--width);
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
}

#myo_bbs .item:first-child:before,
#myo_bbs .item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #444;
    color: var(--text);
    opacity: 0.3;
    bottom: 0;
    left: 0;
}

#myo_bbs .item:first-child:before {
    top: 0;
}

#myo_bbs .item .info > p {
    padding: 10px 0;
}

#myo_bbs .item .info {
    display: flex;
    align-items: center;
}

#myo_bbs .item .itemtitle {
    flex-grow: 1;
    vertical-align: middle;
    white-space: nowrap;
    order: 2;
    overflow: hidden;
}

#myo_bbs .item .title {
    max-width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px !important;
    transition: letter-spacing .4s;
    white-space: nowrap;
}

#myo_bbs .item .title > i {
    vertical-align: middle;
}

#myo_bbs .item .cnt .num:not(:empty):before {
    content: '+';
}

#myo_bbs .item .cate {
    order: 3;
    font-size: .6rem;
    text-align: right;
    min-width: 75px;
}

#myo_bbs .item .date {
    color: #F5EAD8;
    color: var(--point);
    order: 1;
    flex: 0 0 55px;
}

#myo_bbs .item:hover .title {
    letter-spacing: 1px;
}


#myo_bbs .item .thumbox,
#myo_bbs .item .text {
    display: none;
}

/* 웹진형 */
#myo_web {
    display: block;
}

#myo_web .item {
    margin: 0 auto;
    max-width: 900px;
    max-width: var(--width);
    overflow: hidden;
    padding: 30px 15px;
    position: relative;
}

#myo_web .item:first-child:before,
#myo_web .item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #444;
    color: var(--text);
    opacity: 0.3;
}

#myo_web .item:first-child:before {
    top: 0;
}

#myo_web .item:after {
    bottom: 0;
}

#myo_web .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

#myo_web .item .thumbox {
    flex: 0 0 30%;
    order: 1;
    overflow: hidden;
    position: relative;
}

#myo_web .item .thumbox .thumbnail {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

#myo_web .item .thumbox .thumbnail .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

#myo_web .item .framebox,
#myo_web .item .thumbox .thumbnail .centered img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#myo_web .item .thumbox .thumbnail .centered img.portrait {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
}

#myo_web .item .framebox,
#myo_web .item .thumbox .thumbnail .centered img.landscape {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
}

#myo_web .item .thumbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0;
    transition: opacity .4s;
}

#myo_web .item:hover .thumbox:after {
    opacity: 0.5;
}

#myo_web .item.you:hover .thumbox:after {
    display: none;
}

#myo_web .item .info {
    order: 0;
    flex-grow: 1;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden;
    align-self: stretch;
}

#myo_web .item .title {
    font-weight: 800;
    font-family: 'nanumsquareround';
    font-size: 1.3rem;
}

#myo_web .item .text {
    width: 100%;
    margin: 1rem 0;
    min-height: calc(100% - 50px - 2rem);
    color: #444;
    color: var(--text);
    word-break: break-all;
    word-wrap: break-word;
}

#myo_web .item .cate {
    order: 1;
    color: #444;
    color: var(--text);
}

#myo_web .item .cate:after {
    content: '';
    width: 1px;
    height: 6px;
    display: inline-block;
    margin: 0 10px;
    background-color: #444;
    color: var(--text);
}

#myo_web .item .date {
    order: 2;
    text-align: right;
    color: #444;
    color: var(--text);
}

/* 보호글 */
.pass {
    height: 40vh;
    -ms-display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.pass > form {
    max-width: 200px;
    width: 100%;
    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: 0;
    letter-spacing: 3px;
    padding: 10px;
    border: 1px solid;
}

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

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

/* 본문 영역 */
body:not(#tt-body-page) #article .post {
    padding: 50px 0;
    border-bottom: 1px solid;
}

body:not(#tt-body-page) #article .post:first-child {
    padding-top: 0;
}

body:not(#tt-body-page) #article .post:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body:not(#tt-body-page) .myoskin + #article .post:first-child {
    padding-top: 50px;
}


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

.titlebox .cate {
    display: none;
}

.titlebox .title {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'nanumsquareround';
    word-break: keep-all;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.titlebox .admin {
    float: right;
    cursor: default;
}

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

/* 본문 */
.article {
    max-width: 900px;
    max-width: var(--width);
    margin: auto;
}

.text-item {}

.text-item * {
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.8 !important;
    font-family: 'NanumSquareRound', sans-serif !important;
}

.text-item h1,
.text-item h2,
.text-item h3,
.text-item h4 {
    position: relative;
    padding-left: 5px;
}

.text-item h1:before,
.text-item h2:before,
.text-item h3:before,
.text-item h4:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background-color: #F5EAD8;
    background-color: var(--point);
    opacity: 0.4;
    display: block;
    width: 7%;
    height: 40%;
    z-index: -1;
}

.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;
    line-height: 1;
    z-index: 0;
    padding: 0 5px;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    transition: color .25s ease-out;
}

.text-item u:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translateY(calc(100% - 2px));
    transform: translateY(calc(100% - 2px));
    width: 100%;
    height: 100%;
    background-color: #F5EAD8;
    background-color: var(--point);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

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

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

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

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

.framebox.normal {
    padding-bottom: 75%;
}

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

/* 링크 */
.text-item p a:not(img):before {
    content: "\e62d";
    font-family: 'themify';
    font-size: .8em;
    margin-right: 5px;
}

.tx-link.imgblock[href]:before {
    display: none
}

.text-item a[href] {
    color: #F5EAD8;
    color: var(--point);
    transition: .4s;
}

.text-item a[href] img {
    transition: opacity .4s;
}

.text-item a[href] img:hover {
    opacity: 0.5;
}

.text-item a[href]:hover {
    -webkit-animation-name: blurry;
    animation-name: blurry;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes blurry {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    50% {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blurry {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    50% {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

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

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

/* 인용구 */
.text-item blockquote,
.text-item blockquote p {
    font-style: italic;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.tx-quote-tistory:before,
blockquote[data-ke-style='normal']:before,
#tt-body-page blockquote[data-ke-style='normal']:before,
#tt-body-page blockquote[data-ke-style='style2']:before,
blockquote[data-ke-style='style2']: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,
#tt-body-page blockquote[data-ke-style='style2']:after,
blockquote[data-ke-style='style2']: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'],
#tt-body-page blockquote[data-ke-style='style2'],
blockquote[data-ke-style='style2'] {
    position: relative;
    height: auto;
    margin: 5%;
    padding: 1em 2em;
    font-style: italic;
    font-size: inherit;
}

/* 인용구2 */
blockquote[data-ke-style='box'],
#tt-body-page blockquote[data-ke-style='box'],
#tt-body-page blockquote[data-ke-style='style3'],
blockquote[data-ke-style='style3'] {
    border: 0;
    border-left: 1px solid #F5EAD8;
    border-left: 1px solid var(--point);
    font-style: italic;
    margin: 5%;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
    background-color: transparent;
    font-size: inherit;
}

blockquote[data-ke-style='box']:before,
#tt-body-page blockquote[data-ke-style='box']:before,
#tt-body-page blockquote[data-ke-style='style3']:before,
blockquote[data-ke-style='style3']:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    background-color: var(--bg);
    width: 5px;
    margin-top: -1em;
}

blockquote[data-ke-style='box']:after,
#tt-body-page blockquote[data-ke-style='box']:after,
#tt-body-page blockquote[data-ke-style='style3']:after,
blockquote[data-ke-style='style3']:after {
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: #F5EAD8;
    color: var(--point);
    content: "\e67e";
    font-family: 'themify';
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

/* 더보기 */
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:before {
    content: "";
}

.btn_more,
.moreless_fold {
    height: 36px;
}

#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
    display: block;
    max-width: 100%;
}

#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.btn_more,
.btn_less span,
.moreless_fold > span,
.moreless_top > span,
.moreless_bottom > span,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
.opencmt a,
.noti .title {
    border: none;
    padding: 10px 18px;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    transition: color 0.85s;
    display: inline-block;
    cursor: pointer;
    line-height: 1 !important;
    width: auto;
    color: #444;
    color: var(--text);
}

.btn_more:before,
.btn_less span:before,
.moreless_fold > span:before,
.moreless_top > span:before,
.moreless_bottom > span:before,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless::before,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover::before,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless:hover:before,
.opencmt a:before,
.noti .title:before {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    width: 100%;
    background-color: #F5EAD8;
    background-color: var(--point);
    opacity: 1;
    z-index: -1;
    padding: 0;
}

.btn_more:hover:before,
.btn_less span:before,
.moreless_fold > span:hover:before,
.moreless_top > span:before,
.moreless_bottom > span:before,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover::before,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless::before,
    {
    width: 36px;
}

.noti .title:before {
    width: 34px;
}

#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover::before,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless::before {
    width: 45px;
}

.btn_more,
.btn_less span:hover,
.moreless_fold > span,
.moreless_top > span:hover,
.moreless_bottom > span:hover,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless:hover,
.opencmt a,
.noti:hover .title {
    color: #fff;
    color: var(--bg);
}

.btn_more:hover,
.moreless_fold > span:hover,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless,
.opencmt a:hover {
    color: inherit;
}

.btn_less span:hover:before,
.moreless_top > span:hover:before,
.moreless_bottom > span:hover:before,
.noti:hover .title:before {
    width: 100%;
}

.btn_more:after,
.btn_less span:after,
.moreless_fold > span:after,
.moreless_top > span:after,
.moreless_bottom > span:after,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless > span:after {
    content: "\e628";
    font-family: 'themify';
    font-size: .8em;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.85s;
}

.btn_more:hover:after,
.btn_less span:after,
.moreless_fold > span:hover:after,
.moreless_top > span:after,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover::after,
div[data-ke-type='moreLess'].open .btn-toggle-moreless::after {
    transform: rotate(90deg);
}

.btn_less:last-child span:after,
.moreless_bottom > span:after {
    transform: rotate(-90deg);
}

.btn_less:first-child {
    margin-bottom: 3%;
}

.btn_less:last-child {
    margin-top: 3%;
}

.moreless_content .more-txt,
div[data-ke-type='moreLess'].open .moreless-content,
#tt-body-page div[data-ke-type='moreLess'].open .moreless-content {
    margin: 20px 0;
    border: 1px solid #F5EAD8 ;
    border: 1px solid var(--point);
    padding: 5%;
    position: relative;
}

.btn_less::before {
    display: none;
}

/* 이미지 슬라이드 */
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: #F5EAD8;
    background-color: var(--point);
    border: 0;
}

figure.fileblock .name,
#tt-body-page figure.fileblock .name {
    color: #fff;
    color: var(--bg);
}

figure.fileblock .size,
#tt-body-page figure.fileblock .size {
    color: #fff;
    color: var(--bg);
    font-size: .9rem;
}

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

.imageblock > a[href]:before {
    content: "\e6a7";
    font-family: "themify";
}

/* 공감 */
.container_postbtn {
    padding: 0 !important;
    margin: 35px 0;
    text-align: center;
}

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

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

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

.container_postbtn .postbtn_like > div:hover,
.container_postbtn .btn_menu_toolbar:hover > * {
    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;
}

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

.article .other {
    display: flex;
    align-items: center;
}

/* 댓글 오픈 */
.opencmt {
    flex: 0 0 200px;
}

.opencmt a {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.opencmt a:hover:before {
    width: 38px;
}

/* 본문 하단 태그 */
.tags {
    color: transparent;
    text-align: right;
    flex-grow: 1;
    cursor: default;
    order: 1;
}

.tags a {
    background-color: #F5EAD8;
    background-color: var(--point);
    color: #fff;
    color: var(--bg);
    padding: 1px 7px;
    border-radius: 30px;
    position: relative;
    font-family: 'NanumSquareRound', sans-serif !important;
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    transition: opacity .4s;
    margin-bottom: 2px;
}

.tags a:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    background-color: var(--bg);
    border-radius: 100%;
    margin-right: 4px;
}

.tags a:hover {
    opacity: .5;
}

/* 카테고리 글 더보기 */
#more_off {
    display: none;
}

.morebox {
    padding: 35px 0;
    margin-top: 35px;
    overflow: hidden;
    word-break: keep-all;
    word-wrap: break-word;
    position: relative;
    padding-top: 30px;
}

.morebox:before,
.morebox:not(#myo_bbs):after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #F5EAD8;
    background-color: var(--point);
    opacity: 0.3;
    height: 1px;
}

.morebox:after {
    bottom: 0;
    top: auto;
}

.morebox > .title {
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
}

.morebox > .title:after {
    display: block;
    width: 20%;
    position: absolute;
    bottom: -10px;
    height: 2px;
    content: '';
    left: 0;
    background-color: #F5EAD8;
    background-color: var(--point);
    transition: width .4s;
}

.morebox:hover > .title:after {
    width: 100%;
}

.morebox ul {
    display: flex;
    flex-wrap: wrap;
}

.morebox a {
    display: block;
}

/* 카테고리 글 더보기 갤러리형 */
.morebox#myo_gal .item {
    width: calc((100% - (26px *3)) / 4)
}

.morebox#myo_gal .item:nth-child(4n) {
    margin-right: 0;
}

.morebox#myo_gal .item img {
    width: 100%;
}

/* 카테고리 글 더보기 목록형 */
.morebox#myo_bbs .item {
    width: calc((100% - 26px) / 2);
    margin: 0 26px 0 0;
}

.morebox#myo_bbs .item:nth-child(2n) {
    margin-right: 0;
}

.morebox#myo_bbs .item:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #444;
    color: var(--text);
    opacity: 0.3;
    top: 0;
    left: 0;
}

.morebox#myo_bbs .item .info {
    justify-content: space-between;
}

.morebox#myo_bbs .item .info .title {
    padding-left: 0 !important;
    padding-right: 15px;
}

/* 댓글, 방명록 */
.cmt {
    max-width: 900px;
    max-width: var(--width);
    margin: auto;
}

#rp {
    margin-top: 25px;
}

#rp > div {
    display: none;
}

body.cmtopen #rp > div {
    display: block;
}

/* 댓글, 방명록 작성 */
#tt-body-page .write {
    padding: 30px 0;
}

#tt-body-guestbook .write {
    padding-bottom: 40px;
}

.write .texta {
    position: relative;
    margin-bottom: 10px;
}

.write textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 130px;
    min-height: 130px;
    position: relative;
    vertical-align: top;
    padding: 10px;
}

.write .texta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: 100%;
    border: 1px solid #F5EAD8;
    border: 1px solid var(--point);
    display: block;
    opacity: 0.3;
    z-index: -1;
}

.write .input,
.write .secret {
    margin-top: 3px;
    display: inline-block;
}

.write input {
    padding: 2px 0;
    max-width: 40%;
}

.write .secret {
    margin-right: 10px;
}

.write .secret input {
    display: none;
}

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

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

.write input,
.write button {
    text-transform: uppercase;
    font-style: italic;
    padding: 5px 10px;
}

.write button {
    float: right;
    transition: .4s;
    position: relative;
}

.write button:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: calc(100% - 2px);
    height: 100%;
    border: 1px solid #F5EAD8;
    border: 1px solid var(--point);
    left: 0;
    opacity: 0.3;
}

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

/* 댓글, 방명록 목록 */
#tt-body-page .lst {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.lst > ul {
    padding: 30px 0;
    position: relative;
}

.lst > ul:after,
.lst .reply:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    background-color: #F5EAD8;
    background-color: var(--point);
    opacity: 0.3;
    height: 1px;
}

.lst:before {
    top: 0;
}

.lst > ul:after {
    bottom: 0;
}

.lst li {
    position: relative;
    word-break: keep-all;
    word-wrap: break-word;
}

.lst .name {
    font-weight: 800;
    font-family: 'NanumSquareRound', sans-serif;
}

.lst .date {
    margin-left: 15px
}

.lst .date,
.lst .admin {
    font-size: .8rem;
}

.lst .date a {
    visibility: hidden;
}

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

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

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

.lst .admin a {
    margin-left: 15px;
}

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

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

.lst .text a {
    color: #F5EAD8;
    color: var(--point);
}

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

.lst .reply:before {
    width: 10%;
    top: 0;
    left: 0;
}

.lst .rp_admin .name,
.lst .guest_admin .name,
.lst .rp_admin .name a,
.lst .guest_admin .name a {
    color: #fff;
    color: var(--bg);
}

.lst .rp_admin .name,
.lst .guest_admin .name {
    padding: 2px 5px;
    background-color: #F5EAD8;
    background-color: var(--point);
}

.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 img[alt=BlogIcon],
.lst .pro {
    display: none;
}

/* 프로필 사진 */
.profile .lst .pro {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0 !important;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
}

.profile .lst .guest,
.profile .lst .reply {
    padding-left: 80px;
}

.profile .lst .reply:before {
    width: calc(100% - 80px);
    left: auto;
}

.profile .lst .reply .pro {
    top: 30px;
}

.profile .lst .name,
.profile .lst .date,
.profile .lst .admin {
    line-height: 50px;
}

.profile .lst .text {
    margin-top: 0;
}

/* 공지 */
.noti {
    margin: 50px auto;
    max-width: 900px;
    max-width: var(--width);
    position: relative;
}

.noti:first-child {
    margin-top: 0;
}

.noti:last-child {
    margin-bottom: 0;
}

.noti:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #444;
    color: var(--text);
    opacity: 0.3;
}

.noti .title {
    margin-bottom: 20px;
}

/* 태그 클라우드 */
#tagcloud ul {
    display: flex;
    flex-wrap: wrap;
}

#tagcloud li {
    margin: 0 10px 10px 0;
    flex-grow: inherit;
}

/* 페이지네이션 */
.pagination {
    cursor: default;
    margin: 40px auto;
    line-height: 1;
    font-family: 'Calibri', 'Raleway', sans-serif;
    text-align: center;
}

.pagination .next i,
.pagination .prev i {
    font-size: .6em;
}

.pagination a {
    margin: 0 7px;
    display: inline-block;
}

.pagination .selected {
    color: #F5EAD8;
    color: var(--point);
    position: relative;
}

.pagination .current {
    display: none !important;
}

.pagination .view-more {
    padding: 20px;
    width: 30vw;
    position: relative;
}

.pagination .view-more:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    content: '';
    opacity: 0.3;
}

/* 푸터 */
#footer {
    min-height: 17vh;
    padding: 3vh 3vw;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #444;
    background-color: var(--foo);
    color: #fff;
    color: var(--footext);
}

#footer a {
    color: #fff;
    color: var(--footext);
}

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

#footer .in {
    display: flex;
    justify-content: space-between;
}

#footer .title {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

#footer .title img {
    max-height: 50px;
}

#footer .sns {
    cursor: default;
}

#footer .sns a {
    margin-left: 10px;
}

/* 새 글 아이콘 */
.new {
    color: #F5EAD8;
    color: var(--point);
    margin-left: 5px;
    font-size: .8em;
    animation: animated-cursor 1500ms steps(30, end) infinite;
}

@keyframes animated-cursor {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* 탑버튼 */
.top {
    position: fixed;
    right: 1.5vw;
    bottom: 1.5vh;
    z-index: 999;
    font-size: 2rem;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    display: none;
}

.top:after {
    content: '';
    background-color: #fff;
    background-color: var(--bg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    transition: .5s;
}

.top:hover:after {
    opacity: 1;
}

/* 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 {
    font-size: 8px;
    font-family: 'Meddon', cursive;
    text-align: right;
    margin-top: 10px;
}

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

    #tt-body-category.side #myo_gal .item,
    #tt-body-archive.side #myo_gal .item {
        width: 49%;
    }

    #tt-body-category.side #myo_gal .item:nth-child(2n),
    #tt-body-archive.side #myo_gal .item:nth-child(2n) {
        margin-right: 0;
    }
}

/* 카테고리 메뉴 변환 */
@media screen and (max-width: 900px) {
    #header {
        padding-top: 1px;
    }

    #header .in > .title {
        display: none;
    }

    #header .catebox .in {
        padding: 13px 0;
        justify-content: space-between;
    }

    #header .catebox .title {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.3rem;
        margin: 0;
        flex-grow: 1;
    }

    #tt-body-index #btn div {
        background-color: #fff;
        background-color: var(--text);
    }

    #tt-body-index #header.s #btn div {
        background-color: #444;
        color: var(--text);
    }

    #btn {
        margin-left: 30px;
    }

    #btn div {
        width: 20px;
        height: 2px;
        border-radius: 5px;
        background: var(--text);
        transition: transform .5s cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity .5s, background-color .25s, -webkit-transform .5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
    }

    #btn .btn-middle {
        margin: 5px 0;
    }

    #btn.open .btn-top {
        -webkit-transform: translateY(8px) rotate(-135deg);
        transform: translateY(8px) rotate(-135deg);
    }

    #btn.open .btn-middle {
        opacity: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #btn.open .btn-bottom {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }

    html.open {
        overflow: hidden;
    }

    html.open #content {
        filter: blur(1.5px);
    }

    .page_cover.open {
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    #side1 {
        position: fixed;
        width: 70%;
        top: 0;
        left: -71%;
        height: 100%;
        background-color: #fff;
        background-color: var(--bg);
        z-index: 9999999999999;
        transition: left .5s;
        overflow: hidden;
    }

    #side1.open {
        left: 0;
    }

    #side1 .scroll {
        padding: 10vh 1% 5vh 0;
        width: 102%;
        height: 100%;
        overflow-y: scroll;
        display: block;
    }

    #side1 a,
    .search {
        color: #444 !important;
        color: var(--text) !important;
    }

    #side1 a:hover {
        color: #F5EAD8 !important;
        color: var(--point) !important;
    }

    #side1 .blogmenu,
    .tt_category,
    .blogmenu li,
    .tt_category li,
    .catebox .cate,
    .search {
        display: block;
        margin: auto 0;
    }

    .blogmenu li,
    .tt_category > li,
    .catebox .cate,
    .search {
        padding: 0 20px;
    }

    .blogmenu,
    .tt_category,
    .catebox .cate,
    .search {
        margin: 20px 0;
    }

    a.link_item:after {
        display: none;
    }

    .category_list > li:hover .sub-open:after {
        content: '\f107';
    }

    .category_list > li .sub-open:hover:after {
        content: '+';
    }

    .sub-open:after,
    .search button {
        float: right;
        line-height: 3;
    }

    .sub_category_list {
        position: static;
        padding: 0;
        margin-bottom: 10px;
    }

    .sub_category_list:after {
        display: none;
    }

    a.link_sub_item {
        padding-left: 12px !important;
    }

    #main {
        padding-top: 50px;
    }

}

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

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

    #myo_gal .item {
        width: calc((100% - 13px) / 2) !important;
        margin: 0 13px 13px 0 !important;
    }

    #myo_gal .item:nth-child(2n) {
        margin-right: 0 !important;
    }

    #myo_gal .item:nth-last-child(-n+2):nth-child(2n+1),
    #myo_gal .item:nth-last-child(-n+1):nth-child(2n+2) {
        margin-bottom: 0 !important;
    }

    #myo_bbs .item .cate {
        display: none;
    }

    #myo_web .item {
        padding: 30px 0;
    }

    #myo_web .item a {
        display: block;
    }

    #myo_web .item .info {
        padding: 30px 0 0;
    }

    #myo_web .item .text {
        min-height: auto !important;
        max-height: 72px;
        overflow: hidden;
        display: -webkit-inline-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .morebox#myo_bbs .item {
        width: 100%;
        margin: 0;
    }

    .morebox#myo_bbs .item:nth-child(2):before {
        display: none;
    }

    .article .other {
        display: block;
        text-align: center;
    }

    .tags {
        text-align: inherit;
        margin: 35px 0;
    }

    .cmt .date {
        display: none;
    }

    .cmt .admin {
        opacity: 1;
    }

    .write .input {
        width: 88%;
    }

    .write input,
    .write button {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .write .secret {
        padding: 5px 10px;
        margin: 0;
    }

    .write button {
        margin-top: 10px;
        float: none;
    }

    .profile .lst .guest,
    .profile .lst .reply {
        padding-left: 65px;
    }

    .profile .lst .reply:before {
        width: calc(100% - 65px);
    }

    #footer .in {
        display: block
    }

    #footer .title {
        max-width: calc(100% - 80px);
    }

    #footer .sns {
        position: absolute;
        right: 0;
        top: 0;
    }

    .copy {
        margin-top: 5vh;
        position: static;
        text-align: left;
    }
}

/* === Global Font Override: Noto Sans KR =================================== */
/* 1) 폰트 로드 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300..900&display=swap');

/* 2) 변수 정의 (필요 시 재사용) */
:root {
  --font-kr: 'Noto Sans KR', system-ui, -apple-system, BlinkMacSystemFont,
             'Segoe UI', Roboto, 'Helvetica Neue', Arial,
             'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}

/* 3) 기본 텍스트 계열 전역 적용 */
html, body,
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 {
  font-family: var(--font-kr) !important;
}

/* 4) 스킨에서 폰트를 따로 지정한 곳 덮어쓰기 */
.text-item * {                    /* 본문 글 전체 */
  font-family: var(--font-kr) !important;
}
#myo_web .item .title,            /* 웹진형 타이틀 */
#myo_bbs .item .title,            /* 목록형 타이틀 */
#header .title,                   /* 상단 타이틀 */
.tags a,                          /* 본문 하단 태그 칩 */
.lst .name,                       /* 댓글 작성자명 */
.pagination {                     /* 페이지네이션 숫자/링크 */
  font-family: var(--font-kr) !important;
}

/* 5) 굵기 권장값 (취향에 맞게 조절 가능) */
h1, h2, h3, h4, strong, b { font-weight: 700; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* 6) 아이콘 폰트는 유지 (themify/fontAwesome 지정된 곳은 그대로 동작) */
/*    별도 조치 필요 없음 — 해당 요소에 이미 font-family가 지정되어 있음 */

/* === Post Title Override (Noto Sans KR) =============================== */
/* 글 제목(포스트 상세) */
.titlebox .title,
#tt-body-page .titlebox .title,
#tt-body-page .article .title,
#tt-body-page .post .title,
#tt-body-page .tit_post,
#tt-body-page .post-title,
#tt-body-page h1.post-title,
#tt-body-page .entry-title {
  font-family: var(--font-kr) !important;
  font-weight: 700; /* 필요시 600~800로 조정 */
}

/* 목록/카테고리에서 카드/리스트 타이틀(혹시 남아있을 대비) */
#myo_web .item .title,
#myo_bbs .item .title,
#myo_gal .item .title,
.post-item .title,
.entry .title {
  font-family: var(--font-kr) !important;
  font-weight: 700;
}

/* 본문 안의 헤딩들도 통일 */
.article h1, .article h2, .article h3, .article h4,
.text-item h1, .text-item h2, .text-item h3, .text-item h4 {
  font-family: var(--font-kr) !important;
  font-weight: 700;
}

/* Post title size (detail page only) */
#tt-body-page .titlebox .title,
#tt-body-page .article .title,
#tt-body-page .post .title,
#tt-body-page .tit_post,
#tt-body-page .post-title,
#tt-body-page h1.post-title,
#tt-body-page .entry-title {
  font-size: 1.25em !important;
  line-height: 1.25; /* 옵션: 줄간격 살짝 */
}

/* 글 제목 가운데 정렬 */
#tt-body-page .titlebox .title {
  text-align: center !important;
  display: block; /* 혹시 inline 상태일 경우 대비 */
  margin: 0 auto; /* 가운데 정렬 보조 */
}

/* 글 제목 밑줄 + 가운데 정렬 + 색상 */
#tt-body-page .titlebox {
  text-align: center;
  margin-bottom: 40px; /* 제목 아래 여백 살짝 */
}

#tt-body-page .titlebox .title {
  font-size: 1.35em !important;
  line-height: 1.3;
  display: inline-block; /* 밑줄이 제목 길이에만 적용되게 */
  position: relative;
  padding-bottom: 8px; /* 밑줄과 글자 간격 */
}

#tt-body-page .titlebox .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px; /* 밑줄 길이 (필요시 조절) */
  height: 2px;
  background-color: #F5EAD8; /* 원하는 색상 */
  border-radius: 2px;
}

/* 글 보기 페이지에서 카테고리 표시 */
#tt-body-page .titlebox .cate {
  display: block !important;
  text-align: center; /* 가운데 정렬 */
  font-size: 0.9em;   /* 크기 살짝 작게 */
  color: #F5EAD8;     /* 포인트 색상 */
  margin-bottom: 8px; /* 제목과 간격 */
  letter-spacing: 1px;
  text-transform: uppercase; /* 카테고리명 대문자 (선택사항) */
}

/* 글 보기 페이지에서 카테고리 표시 */
#tt-body-page .titlebox .cate {
  display: block !important;
  text-align: center; /* 가운데 정렬 */
  font-size: 1rem;   /* 목록 화면과 통일된 크기 */
  font-weight: 600;
  color: #F5EAD8;     /* 포인트 색상 */
  margin-bottom: 10px; /* 제목과 간격 */
  letter-spacing: 2px;
  text-transform: uppercase; /* 대문자 형태 (원하지 않으면 지워도 됨) */
}
