@charset "utf-8";

/* reset css */
@import url(./images/reset.css);

/* 웹폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700&display=swap');


@font-face {
    font-family: 'Noto Sans KR', sans-serif;
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/Noto%20Sans%20KR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 전체 폰트 */
html,
body,
th,
td,
input,
select,
textarea,
button,
body blockquote,
body blockquote p,
body figure figcaption,
code {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 2;
    font-size: 11px;
    color: #fff;
    color: var(--text);
}

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

.fa {
    font-size: .8em !important;
}

/* 기본 설정 */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

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

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

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

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

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

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

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

/* 마우스 드래그 블러 */
::selection {
    color: transparent;
    text-shadow: 0 0 3px #fff;
    text-shadow: 0 0 3px var(--text);
    transition: all 250ms ease-in;
}

::-moz-selection {
    color: transparent;
    text-shadow: 0 0 3px #fff;
    text-shadow: 0 0 3px var(--text);
    transition: all 250ms ease-in;
}

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

::-webkit-scrollbar-thumb {
    border-left: 1px solid;
}

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

u:hover {
    color: #e0ddec;
    color: var(--point);
    background-size: 100% 100%;
}

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

/* 전체 박스 */
#container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.15));
    height: 100%;
    width: 100%;
}

body.smooth-screen #container {
    animation: fadein 2000ms ease-out;
    -moz-animation: fadein 2000ms ease-out;
    -webkit-animation: fadein 2000ms ease-out;
    -o-animation: fadein 2000ms ease-out;
}

/* 헤더 */
#header {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

#header > div,
#header .blogmenu li,
.top {
    border: 1px solid;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    height: 30px;
    margin-left: -1px;
    white-space: nowrap;
    line-height: 1;
}

#header > div,
#header .blogmenu ul li a,
.top {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 14px;
}

#header .title {
    margin-left: 0;
}

#header > div,
#header > div > a,
#header .blogmenu ul,
#header .blogmenu ul li {
    display: flex;
    align-items: center;
}

#header .title .logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    border: 1px solid;
    border-color: #fff;
    border-color: var(--text);
    opacity: 0.8;
    transition: opacity .4s;
}

#header .title:hover .logo {
    opacity: 1;
}

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

#header .intro {
    cursor: pointer;
}

#header .intro span {
    transition: color .4s;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 22px;
}

#header .intro:hover span {
    color: #e0ddec;
    color: var(--point);
}

#header .lst-title,
#header .lst-info {
    cursor: default;
}

#header .lst-info:empty {
    display: none;
}

/* 사이드바 */
#side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: default;
}

#side::-webkit-scrollbar {
    background-color: transparent;
}

#side .in {
    display: table;
    width: 100%;
    min-height: 100%;
}

#side .in > * {
    padding: 15px;
    display: table-cell;
    vertical-align: top;
    width: 33.3%;
}

#side .catebox > * {
    margin-bottom: 15px;
    padding: 0;
}

#side .left > div > *,
#side > div > div > * {
    margin-bottom: 20px;
}

#side .left > div > div:last-child {
    margin-bottom: 0;
}

#side .catebox,
#side .search,
#side .sns,
#side .center > *,
#side .right > * {
    border: 1px solid;
    border-radius: 7px;
    padding: 5px 0;
}

#side ul,
#side .cate a {
    padding: 0 7px;
}

#side .catebox > *:last-child,
#side > div > div > *:last-child {
    margin-bottom: 0;
}

#side .s-title {
    margin-bottom: 5px !important;
    border-bottom: 1px dotted;
    padding: 0 7px 5px;
}

#side .s-title:before {
    content: '\f005';
    font-family: fontAwesome;
    margin-right: 10px;
    font-size: .8em;
}

#side .side-item > a {
    flex: 0 0 15%;
    margin-right: 10px;
}

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

#side .cnt {
    font-size: .8em;
    position: absolute;
    right: 0;
    top: 0;
}

/* 카테고리 */
#side li {
    position: relative;
}

#side .center li a,
#side .right li a,
#side .right .counter li,
#side .blogmenu li a,
#side .catebox .cate a,
#side .category_list > li .link_item {
    display: list-item;
    list-style: inside circle;
}

#side .mc:before {
    content: '\f204';
    font-family: fontAwesome;
    float: right;
}

#side .mc:hover:before {
    content: '\f205';
}

#side .sub_category_list {
    padding: 15px 0;
}

#side .sub_category_list > li .link_sub_item {
    list-style: inside;
    display: list-item;
    padding-left: 15px;
}

#side .link_tit,
#side .sub_category_list {
    display: none;
}

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

#myo_gal .item .title .new,
#myo_web .item .title .new {
    color: #fff;
    color: var(--text);
}

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

    to {
        opacity: 0;
    }
}

/* 검색 */
#side .search ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#side .search input {
    width: calc(100% - 30px);
}

#side .search button {
    transition: color .4s;
}

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

/* sns */
#side .sns {}

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

#side .sns a:last-child {
    margin-right: 0;
}

/* 사이드바 달력 */
/* 달력 월 표시 */
.cal_month {
    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: #e0ddec;
    color: var(--point);
    padding: 2px 0 0;
}

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

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

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

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

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

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

/* 달력 오늘 날짜 표시(td) */
.cal_day4 {
    color: #fff;
    color: var(--text);
    position: relative;
    z-index: 1;
}

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

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

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

a.cal_click:hover {
    opacity: 0.5;
}

/* 사이드바 태그 */
#side .tagbox a {
    display: inline-block !important;
}

#side .tagbox a:before {
    margin: 0;
}

/* 카운터 */

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

#side .counter li span {
    float: right;
}

/* 메인 영역 */
#content {
    flex-grow: 1;
    border-radius: 15px;
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

#content:after,
#header > div:after,
#header .blogmenu li:after,
.top:after {
    content: '';
    height: calc(100% + 20em);
    width: calc(100% + 20em);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-clip-path: inset(10em);
    clip-path: inset(10em);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
    position: absolute;
    top: -10em;
    left: -10em;
    z-index: -1;
    display: block;
}

#content #main {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
    padding: 15px;
}

#content #main::-webkit-scrollbar {
    background-color: transparent;
}

#content #main ol:after {
    display: block;
    clear: both;
    content: '';
    overflow: auto;
}

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

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

/* 툴팁 */
.YACSSTooltip {
    border-color: #fff !important;
    border-color: var(--text) !important;
    padding: 0 10px !important;
    color: #fff !important;
    color: var(--text) !important;
    background-color: transparent !important;
    z-index: 1;
    overflow: hidden;
}

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

body.tooltip #myo_gal .item .info,
body.tooltip #more_gal .more-item .info {
    display: none !important;
}

body.tooltip #myo_gal ol .item .info {
    display: flex !important;
}

/* 목록 공통 */
body.smooth-screen .myoskin .item {
    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;
    }
}

.myoskin .item a {
    display: block;
}

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

.myoskin:hover .item .thumbox img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: .5;
}

.myoskin .item:hover .thumbox img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
}

.myoskin .item .thumbox .framebox {
    padding-bottom: 100%;
}

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

.myoskin .item .title > i {
    font-size: .8em;
    margin-left: 5px;
    vertical-align: middle;
}

.myoskin .item .title-cnt:before,
#tt-body-page #myo_bbs .item .title:before {
    content: '\f006';
    font-family: fontAwesome;
    font-size: .8em;
    margin-right: 10px;
    line-height: 16px;
}

.myoskin .cnt {
    font-size: .8em;
    color: #e0ddec;
    color: var(--point);
    margin-left: 10px;
}

.myoskin .cnt span:empty {
    display: none;
}

.myoskin .cnt span:not(:empty):before {
    content: '+';
    margin-right: 5px
}

/* 갤러리형 */
#myo_gal ol {
    display: flex;
    flex-flow: row wrap;
}

#myo_gal .item {
    margin-bottom: 15px;
    position: relative;
    vertical-align: top;
}

#myo_gal .item a {
    color: #fff;
    color: var(--text);
}

#myo_gal .item .thumbox {
    border-radius: 12px;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}

#myo_gal .item .thumbox img {
    transition: .4s;
    border-radius: 12px;
    opacity: 0.9;
}

#myo_gal .item .info {
    margin-top: 10px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid;
    padding: 5px 10px;
    line-height: 1.5;
    white-space: nowrap;
}

#myo_gal .item .title-cnt {
    display: flex;
    align-items: center;
}

#myo_gal .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#myo_gal .item .date {
    opacity: .6;
    letter-spacing: 1px;
    font-size: .8em;
}

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

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

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

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

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

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

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

/* 갤러리형 글 정보 마우스 오버*/
body.hover #myo_gal .item:hover img,
body.tooltip #myo_gal ol .item:hover img {
    opacity: 0.3;
}

body.hover #myo_gal .item .info,
body.tooltip #myo_gal ol .item .info,
body.hover #more_gal .more-item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 0;
    transition: opacity .4s;
    white-space: inherit;
		opacity: 0;
}

body.hover #myo_gal .item:hover .info,
body.tooltip #myo_gal ol .item:hover .info {
    opacity: 1;
}

body.hover #myo_gal .item .title-cnt,
body.tooltip #myo_gal ol .item .title-cnt {
    white-space: inherit;
    display: block;
}

body.hover #myo_gal .item .title,
body.tooltip #myo_gal ol .item .title {
    white-space: inherit;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 72px;
    font-size: 1.2em;
    vertical-align: middle;
}

body.hover #myo_gal .item .title-cnt:before,
body.tooltip #myo_gal ol .item .title-cnt:before {
    margin: 0;
    display: block;
}

body.hover #myo_gal .item .cnt,
body.tooltip #myo_gal ol .item .cnt {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

/* 목록형 */
#myo_bbs .item {
    margin-bottom: 30px;
}

#myo_bbs .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    color: #fff;
    color: var(--text);
    transition: opacity .4s;
}

#myo_bbs .item:hover .info {
    opacity: .5;
}

#myo_bbs .item .title-cnt {
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-right: 30px;
}

#myo_bbs .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

#myo_bbs .item .title:before {
    margin-right: 15px;
}

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

/* 웹진형 */
#myo_web .item:first-child .thumbox,
#myo_web .item:first-child .info {
    margin-top: 0;
    padding-top: 0;
}

#myo_web .item:last-child {
    margin-bottom: 15px;
}

#myo_web .item a {
    display: flex;
    color: #fff;
    color: var(--text);
}

#myo_web .item .thumbox {
    flex: 0 0 15%;
    align-self: flex-start;
    border: 1px solid;
    border-radius: 12px;
    overflow: hidden;
    margin: 15px 15px 0 0;
}

#myo_web .item .thumbox img {
    transition: opacity .4s;
    border-radius: 12px;
    opacity: .8;
}

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

#myo_web .item:hover .thumbox img {
    opacity: 1;
}

#myo_web .item.you .thumbox .framebox {
    padding-bottom: 100%;
}

#myo_web .item .info {
    border-bottom: 1px dotted;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0;
    overflow: hidden;
}

#myo_web .item .title-cnt {
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#myo_web .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#myo_web .item .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 66px;
    margin: 5px 0;
    transition: opacity .4s;
}

#myo_web .item:hover .text {
    opacity: .5;
}

#myo_web .item .date {
    display: inline-block;
    margin-right: 15px;
    font-size: .8em;
}

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

/* 보호글 */
.pass {
    width: 200px;
    height: 450px;
    -ms-display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    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;
    border-radius: 15px;
    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;
}

/* 본문 타이틀 영역 */
.article:not(:first-child) {
    margin-top: 15px;
}

.titlebox {
    border-bottom: 1px dotted;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 15px;
    margin: 0 -15px 15px;
}

#tt-body-index .article:not(:first-child) .titlebox,
#tt-body-category .article:not(:first-child) .titlebox,
#tt-body-index .myoskin + #article .titlebox,
#tt-body-category .myoskin + #article .titlebox  {
    border-top: 1px dotted;
    padding-top: 15px;
}

#tt-body-index .s-list > .titlebox,
#tt-body-category .s-list > .titlebox {
    border-top: 0;
    padding-top: 0;
}

.titlebox .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    border-radius: 25px;
    border: 1px solid;
    padding: 3px 15px;
    margin: 0 5px;
    font-size: 1.1em;
    cursor: default;
}

.titlebox .title span {
    font-size: .8em;
}

.titlebox .title span:before {
    content: '-';
    margin: 0 15px;
}

.titlebox .title span:empty {
    display: none;
}

.titlebox .cate,
.titlebox .back,
.titlebox .forward {
    margin-right: 15px;
}

.titlebox .edit,
.titlebox .del,
.titlebox .date {
    margin-left: 15px;
}

.titlebox .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em !important;
    transition: color .4s;
}

.titlebox .fa:hover {
    color: #e0ddec;
    color: var(--point);
}

.titlebox .fa-angle-left,
.titlebox .fa-angle-right {
    font-size: 1.5em !important;
    cursor: pointer;
}

/* 본문 */
.text-item {
    word-break: keep-all;
    word-wrap: break-word;
}

.text-item u {
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, #e0ddec 0%, #e0ddec 100%);
    background-image: linear-gradient(to right, var(--point) 0%, var(--point) 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;
}

.text-item hr,
.text-item hr[data-ke-style],
#tt-body-page hr[data-ke-style] {
    border: 0;
    border-top: 1px solid;
    border-color: #e0ddec !important;
    border-color: var(--point) !important;
    background-image: none;
}

.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 iframe,
.text-item embed {
    width: 100%;
}

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

.text-item table[border^='1'],
.text-item table[border^='1'] tr,
.text-item table[border^='1'] td {
    border: 1px solid;
    border-color: #fff;
    border-color: var(--text);
    border-spacing: 0;
}

.text-item table {
    width: 100%;
}

.text-item table,
.text-item tr,
.text-item td {
    border-spacing: 1px;
    border: 0;
}

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

.framebox:hover {
    opacity: 1;
}

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

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

/* 링크 */
.text-item a {
    transition: .4s;
}

.btn_more:hover,
.text-item a:hover {
    opacity: .5;
}

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

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

figure[data-ke-type='opengraph'] a,
#tt-body-page figure[data-ke-type='opengraph'] a {
    overflow: hidden;
    border-color: #fff;
    border-color: var(--text);
    border-radius: 15px;
}

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: #fff;
    color: var(--text);
}

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: #fff;
    color: var(--text);
}

figure[data-ke-type='opengraph'],
#tt-body-page figure[data-ke-type='opengraph'] {
    position: relative;
    z-index: 1;
}

figure[data-ke-type='opengraph'] div.og-image {
    width: 100px;
    border-color: #fff;
    border-color: var(--text);
}

figure[data-ke-type='opengraph'] a,
#tt-body-page figure[data-ke-type='opengraph'] a {
    overflow: hidden;
    height: 100px;
    border: 1px solid;
    border-color: #fff;
    border-color: var(--text);
}

figure[data-ke-type='opengraph'] a::before,
#tt-body-page figure[data-ke-type='opengraph'] a::before {
    left: 50px;
}

figure[data-ke-type='opengraph'] div.og-text {
    left: 101px;
    padding: 10px 10px 0 10px;
}

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 {
    font-weight: bold;
    font-size: 1.2em;
    color: #e0ddec;
    color: var(--point);
    margin-bottom: 0 !important;
    transition: .4s;
}

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

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: #fff;
    color: var(--text);
    font-size: inherit;
}

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: #fff;
    color: var(--text);
    margin-bottom: 0 !important;
    font-size: inherit;
    bottom: 10px;
    font-family: inherit;
    position: static;
}

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

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

figure figcaption:empty,
figure[data-ke-type='video'] figcaption:empty {
    display: none;
}

.text-item .imageblock,
.text-item .imageblock .cap1,
.text-item .imageblock > span:nth-child(2) {
    width: auto !important;
}

/* 인용구 */
.tx-quote-tistory:before,
#tt-body-page blockquote[data-ke-style='normal']:before,
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,
#tt-body-page blockquote[data-ke-style='normal']:after,
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,
#tt-body-page blockquote[data-ke-style='normal'],
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;
}

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

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

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

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

.text-item .btn_more,
.text-item .btn_less,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
div[data-ke-type='moreLess'] .btn-toggle-moreless {
    font-size: inherit;
    font-family: inherit;
    height: auto;
    transition: .4s;
    width: auto;
    color: #fff;
    color: var(--text);
    line-height: 1;
    border-radius: 5px;
    padding: 0;
}

.text-item .btn_more {
    margin-bottom: 10px;
}

.text-item .btn_more:hover,
.text-item .btn_less:hover,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover,
div[data-ke-type='moreLess'] .btn-toggle-moreless:hover,
.text-item .btn_less:first-child,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless,
.text-item div[data-ke-type="moreLess"].open .btn-toggle-moreless {
    color: #e0ddec;
    color: var(--point);
}

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

.text-item .btn_less span:before,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless:before,
.text-item div[data-ke-type="moreLess"].open .btn-toggle-moreless:before {
    content: '\f115';
}

.text-item .btn_less:hover:first-child,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless:hover,
.text-item div[data-ke-type="moreLess"].open .btn-toggle-moreless:hover {
    color: #fff;
    color: var(--bg);
}

.text-item .btn_less:last-child {
    display: none;
}

.text-item .moreless_content .more-txt,
.text-item .moreless-content,
div[data-ke-type='moreLess'] .moreless-content,
#tt-body-page div[data-ke-type='moreLess'] .moreless-content {
    border: 1px dotted;
    border-radius: 15px;
    padding: 10px;
    margin: 5px 0 10px;
    line-height: inherit;
}

/* 이미지 슬라이드 */
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;
    border-radius: 15px;
}

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

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

.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: 35px;
}

.container_postbtn .postbtn_like,
.container_postbtn .btn_menu_toolbar {
    color: #fff !important;
    color: var(--text) !important;
    border-color: #fff !important;
    border-color: var(--text) !important;
    transition: .4s;
    width: inherit !important;
    padding: 0 10px !important;
    margin-left: 0 !important;
    line-height: inherit !important;
    height: 30px !important;
    vertical-align: middle;
}

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

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

.container_postbtn .postbtn_like .wrap_btn {
    border: 1px solid;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.container_postbtn .btn_post {
    width: 30px;
}

#tt-body-page .container_postbtn .postbtn_like > div,
#tt-body-page .container_postbtn .btn_menu_toolbar > * {
    transition: .4s;
    font-family: 'NanumBarunpen', sans-serif;
    font-size: 11px !important;
}

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

.container_postbtn .postbtn_like > div:hover,
.container_postbtn .btn_menu_toolbar:hover > * {
    border-color: #e0ddec !important;
    border-color: var(--point) !important;
    color: #e0ddec !important;
    color: var(--point) !important;
    font-family: 'NanumBarunpen';
}

body .container_postbtn .btn_post .txt_like.uoc-text {
    display: none !important;
}

body .container_postbtn .btn_post .txt_like {
    vertical-align: middle !important;
    font-family: 'NanumBarunpen' !important;
    display: none;
}

.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;
    text-indent: inherit !important;
    overflow: visible;
    vertical-align: top;
    line-height: 30px !important;
}

.container_postbtn .btn_post .ico_etc {
    height: 13px !important;
}

.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;
    vertical-align: middle;
    line-height: 1;
    font-size: 11px;
}

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

.container_postbtn .btn_menu_toolbar .txt_state {
    font-size: .8em !important;
    font-family: 'NanumBarunpen', sans-serif;
}

/* 본문 하단 */
.other {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    cursor: default;
}

/* 댓글 오픈 */
.opencmt {
    font-size: 1.3em;
    padding-right: 20px;
    white-space: nowrap;
}

.opencmt .title {
    font-weight: bold;
}

.opencmt .fa {
    font-size: inherit !important;
}

.tags {
    color: transparent;
}

.tags a {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 10px;
    border: 1px solid;
    line-height: 1;
    margin: 0 2px 3px 0;
}

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

.morebox {
    margin: 30px 0 10px;
    padding: 30px 0;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    overflow: hidden;
}

#tt-body-index .morebox,
#tt-body-category .morebox {
    border-bottom: 0;
}

.morebox:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}

.morebox > .title {
    text-align: center;
    margin-bottom: 30px;
    cursor: default;
    letter-spacing: 10px;
}

.morebox > .title span {
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 5px;
}

.morebox a {
    display: block;
}

.morebox img {
    width: 100%;
}

/* 카테고리 글 더보기 갤러리형 */
#myo_gal.morebox .item {
    margin: 0 2% 0 0;
    width: 23.5%;
    position: relative;
}

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

#myo_gal.morebox:hover .item .thumbox img {
    filter: none;
}

/* 카테고리 글 더보기 목록형 */
#more_bbs.morebox .item {}

/* 댓글, 방명록 작성 */
#tt-body-page .cmt {
    margin-bottom: 30px;
}

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

.write textarea,
.write button {
    padding: 10px;
    height: 100px;
    min-height: 100px;
    border: 1px solid;
    border-radius: 15px;
}

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

.write button {
    flex: 0 0 80px;
    margin-left: 15px;
    text-transform: uppercase;
    transition: color .4s;
    border-color: #fff;
    border-color: var(--text);
}

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

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

.write .inputbox > * {
    margin-top: 15px;
}

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

.write .secret {}

.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: #e0ddec;
    color: var(--point);
}

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

.lst > ul,
.lst li {
    position: relative;
    clear: both;
}

.lst > ul,
.lst > ul:last-child {
    border-bottom: 1px dotted;
    padding: 15px 0;
}

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

#tt-body-page .lst > ul:last-child,
#tt-body-page.order .lst > ul:first-child {
    padding-bottom: 0;
    border: 0;
}

#tt-body-page.order .lst {
    flex-direction: column-reverse;
}

.lst .info {
    display: flex;
}

.lst .info > span:first-child,
.lst .info > span:first-child {
    display: flex;
    align-items: center;
}

.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 .date {
    font-size: .8em;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.lst .date a {
    visibility: hidden;
}

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

.lst .text {
    margin-bottom: 5px;
    max-width: 70%;
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    border-radius: 20px 20px 20px 0;
}

.lst .text img {
    max-width: 100%;
    opacity: 0.8;
    transition: opacity .4s;
}

.lst .text img:hover {
    opacity: 1;
}

.lst .text a {
    color: #e0ddec;
    color: var(--point);
    transition: .4s;
}

.lst .text a:hover {
    opacity: .5;
}

.lst .date,
.lst .admin {
    opacity: 0;
    transition: .4s;
}

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

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

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

.lst .reply.rp_admin .info,
.lst .reply.guest_admin .info {
    flex-direction: row-reverse;
    clear: both;
}

.lst .reply.rp_admin .info > span:first-child,
.lst .reply.guest_admin .info > span:first-child {
    flex-direction: row-reverse;
}

.lst .reply.rp_admin .date,
.lst .reply.guest_admin .date {
    margin: 0 15px 0;
}

.lst .reply.rp_admin .date a,
.lst .reply.guest_admin .date a {
    float: left;
    margin-right: 15px;
}

.lst .reply.rp_admin .admin a,
.lst .reply.guest_admin .admin a {
    margin: 0 15px 0 0;
}

.lst .reply.rp_admin .admin a:last-child,
.lst .reply.guest_admin .admin a:last-child {
    margin-right: 0;
}

.lst .reply.rp_admin .text,
.lst .reply.guest_admin .text {
    text-align: right;
    float: right;
    border-radius: 20px 20px 0;
}

/* 프로필 사진 */
.lst img[alt=BlogIcon],
.lst .pro {
    display: none;
}

.profile .lst .pro {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 25px 100% 100% 100%;
    display: inline-block;
    border: 1px solid;
    opacity: 0.8;
    transition: opacity .4s;
}

.profile .lst li:hover .pro {
    opacity: 1;
}

.profile .guest,
.profile .reply {
    padding: 0 55px;
}

.profile .lst .reply.rp_admin,
.profile .lst .reply.guest_admin {
    margin: 30px 0 0 0;
    padding-right: 55px;
}

.profile .lst .reply.rp_admin .pro,
.profile .lst .reply.guest_admin .pro {
    left: auto;
    right: 0;
    border-radius: 100% 25px 100% 100%;
}

/* 태그 클라우드 */
.tagbox li {
    display: inline-block;
    vertical-align: middle;
}

.tagbox a {
    margin: 0 5px 3px 0;
    display: inline-block !important;
}

.tagbox .cloud2 {
    opacity: .9;
}

.tagbox .cloud3 {
    opacity: .8;
}

.tagbox .cloud4 {
    opacity: .7;
}

.tagbox .cloud5 {
    opacity: .6;
}

.tagbox a:before {
    content: '\f02b';
    font-family: fontAwesome;
    font-size: .8em;
    margin-right: 5px;
}

/* 공지 */
.noti {
    margin: 15px 0;
    clear: both;
}

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

.noti .title {
    display: none;
}

.noti .text-item {
    padding: 10px;
    border-radius: 25px 25px 25px 0;
    border: 1px solid;
    display: inline-block;
    max-width: 70%;
    clear: both;
}

.noti .date {
    font-size: .8em;
    margin-top: 3px;
}

.noti:nth-child(2n) {
    text-align: right;
}

.noti:nth-child(2n) .text-item {
    border-radius: 25px 25px 0;
}

.noti .container_postbtn {
    margin-top: 20px;
}

.noti .container_postbtn .postbtn_like .wrap_btn {
    width: inherit
}

.noti:nth-child(2n) .container_postbtn .postbtn_like .wrap_btn {
    margin: 0 0 0 5px;
}

.noti .container_postbtn div:last-child {
    margin-right: 0 !important;
}

.noti:nth-child(2n) .container_postbtn div:first-child {
    margin-left: 0 !important;
}

.noti .container_postbtn .postbtn_like .wrap_btn {
    border: 0;
}

.noti .container_postbtn .btn_post {
    padding: 0 !important;
    width: auto;
}

.noti .container_postbtn .btn_post .ico_postbtn:after,
.noti .container_postbtn .btn_menu_toolbar.following .ico_check_type1:after {
    font-size: 10px;
}

.noti .container_postbtn .postbtn_like + .btn_menu_toolbar {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 페이지네이션 */
.pagination {
    cursor: default;
    text-align: center;
    margin-top: 15px;
}

.pagination a {
    margin: 0 5px;
    display: inline-block;
    line-height: 1;
    transition: opacity .4s;
}

.pagination a:hover {
    color: #fff;
    color: var(--text);
    opacity: .5;
}

.pagination .prev,
.pagination .next {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background-color: var(--text);
    opacity: 0.5;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #e0ddec;
    background-color: var(--point);
}

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

.pagination .more-btn,
.pagination .num span {
    border-radius: 100%;
    border: 1px solid;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    text-indent: -99em;
    transition: .4s;
    display: inline-block;
}

.pagination .more-btn,
.pagination .num .selected,
.pagination .num a:hover span {
    width: 20px;
    border-radius: 10px;
}

.pagination .prev,
.pagination .next,
.pagination .current {
    display: none !important;
}

.pagination .more-btn:hover {
    opacity: .5;
}

/* 탑버튼 */
.top {
    border-color: #fff;
    border-color: var(--text);
    line-height: inherit;
    display: none;
}

@media screen and (min-width: 769px) {
    .top.m {
        display: none !important;
    }
}

/* 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;
}

body.smooth-screen .copy {
    animation: fadein 2000ms ease-out;
    -moz-animation: fadein 2000ms ease-out;
    -webkit-animation: fadein 2000ms ease-out;
    -o-animation: fadein 2000ms ease-out;
}

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

    body {
        background-image: none;
        display: block;
        padding: 15px;
    }

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

    #container {
        height: 100vh;
        padding: 0 !important;
        display: block;
        max-height: calc(100vh - 30px) !important;
    }

    #content {
        height: calc(100% - 30px);
    }

    #content:after {
        max-height: calc(100vh + 20em) !important;
    }

    #header .blogmenu,
    #header .lst-title,
    #header .lst-info,
    #header .top {
        display: none !important;
    }

    #side .category_list > li.mc {
        display: list-item;
        list-style: inside circle;
    }

    #side .category_list > li.mc .link_item {
        display: inline;
    }

    .copy {
        margin: 15px;
        position: static;
        text-align: center;
    }

    .top.m {
        position: fixed;
        bottom: 15px;
        right: 15px;
        border: 1px solid;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        text-align: center;
        z-index: 9999;
    }
}

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

    #side .in,
    #side .in > * {
        display: block;
    }

    #side .in > div:first-child {
        padding-top: 15px;
    }

    #side .in > * {
        width: 100%;
        padding: 0 15px 15px;
    }

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

    #myo_web .item a {
        display: block;
    }

    #myo_web .item .thumbox {
        margin: 0;
    }

    #myo_web .item .thumbox img {
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #myo_web .item:first-child .info {
        margin-top: 10px;
    }

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

    #myo_web .item:last-child .info {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

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

    #myo_gal .item,
    #myo_gal.n3 .item,
    #myo_gal.n4 .item,
    #myo_gal.n5 .item,
    #myo_gal.morebox .item {
        width: calc((100% - 15px) / 2) !important;
        margin-right: 15px !important;
    }

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

    #myo_gal .item .info {
        margin-top: 4%;
    }
}

@media screen and (max-width: 320px) {
    .write .area {
        display: block;
    }

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

    .write button {
        margin: 0;
        min-height: auto;
        height: auto;
        margin-top: 5px;
    }

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

    .write .inputbox .input {
        padding-right: 15px;
    }

    .write .inputbox .input input {
        max-width: 100%;
        width: 100%;
    }
}
