@charset "utf-8";
[data-tistory-react-app='Namecard'] {
  display: none !important;
}
/* reset css */
@import url(./images/reset.css);

/* 웹폰트 */
@import url('//fonts.googleapis.com/css?family=Noto+Sans+KR|Meddon');
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap');

@font-face {
    font-family: 'SunBatang-Medium';
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/SunBatang-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@import url('//fonts.googleapis.com/css?family=Karla|Noto+Sans+KR|Meddon');
<style>
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
/*@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');*/
</style>*/


/* 배경 */
body {
    background-color: #fff;
    background-color: var(--bg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#tt-body-index:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55vh;
    display: block;
    background-color: #f4aeb9;
    background-color: var(--point);
    opacity: 0.25;
    z-index: -1;
}

/* 전체 폰트 */
html,
body,
th,
td,
input,
select,
textarea,
button,
body blockquote,
body blockquote p,
body figure figcaption,

code {
    font-size: 12px;
    font-family: 'Iropke Batang', 'Noto Serif JP','Noto Serif JP','Karla', /*'Nanum Gothic',*/ sans-serif;
    color: #444;
    color: var(--text);
    line-height: 1.7;
}

i {
    font-family: 'themify';
    font-size: 0.8em;
}

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

a:hover {
    color: #f4aeb9;
    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);
}

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

::-webkit-scrollbar-thumb {
    width: 5px;
		border-right: 5px solid #fff; /*오른쪽에 공간만드는 것*/
    background-color: #f4aeb9;
    background-color: var(--point);
} 

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

::-moz-selection {
    color: #f4aeb9;
    color: var(--point);
    background-color: #444;
    background-color: var(--text);
}

/* 전체 박스 */
#container {
    min-height: 100%;
    width: 100%;
}

.bar,
.imageblock {
    max-width: 1100px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

/* 상단 영역 */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: .5s;
    text-transform: uppercase;
}

#header .bar {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: .5s;
}

#header .bar > .title {
    display: table-cell;
    font-weight: bold;
    font-size: 1.8rem;
    vertical-align: middle;
    letter-spacing: 1px;
}

#header .bar > .title img {
    width: auto;
    max-height: 50px;
    vertical-align: middle;
}

#header .other {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

#header .other a,
#header .ti-search {
    margin: 0 10px;
}

#header .other a:nth-child(3) {
    margin-right: 0;
}

#header .bar .page_cover {
    display: none;
}

/* 스크롤 시 */
#header.s {
    box-shadow: 0 0 20px #f1f1f1;
    background-color: #fff;
    background-color: var(--bg);
}

#header.s .bar {
    height: 94px;
}

@media screen and (min-width: 1100px) {
    #header .catebox {
        display: table-cell;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
    }

    #header .sns,
    #header .catebox .title,
    #header .ti-menu,
    .catebox .ti-close {
        display: none;
    }

    /* 카테고리 */
    .catebox .cate,
    .tt_category,
    .category_list > li,
    .category_list {
        display: inline-block;
    }

    .category_list > li,
    .catebox .cate,
    .link_tit {
        position: relative;
        margin: 0 15px;
        line-height: 3;
        letter-spacing: 1px;
        font-size: 1.08rem;
    }

    .sub_category_list {
        position: absolute;
        white-space: nowrap;
        text-align: left;
        line-height: 2.5;
        padding: 5px 10px;
        left: -10px;
        z-index: 1;
        overflow: hidden;
        display: none;
    }

    .sub_category_list:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        background-color: var(--bg);
        opacity: 0.8;
        z-index: -1;
    }
}

.link_tit {
    display: none;
}

.link_item:after {
    content: "\e64b";
    font-size: .5rem;
    font-family: 'themify';
}

.link_item:only-child:after {
    content: '';
}

/* 검색 */
.ti-close {
    position: absolute;
    top: 3vh;
    right: 3vh;
    font-size: 2rem;
    z-index: 1;
}

.searchbox .search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 1;
}

.searchbox .search input,
.searchbox .search button {
    background: transparent;
    border: 0;
    font-size: 1.3rem;
    padding: 5px 0;
}

.searchbox .search input {
    width: 86%;
}

html.open {
    position: fixed;
    width: 100%;
    height: 100%;
}

.searchbox {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.searchbox.active {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.catebox-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
    z-index: 0;
}

.catebox-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0.9;
    z-index: -1;
}

.searchbox.active .catebox-in {
    opacity: 1;
    z-index: 999;
}

.searchbox.active .catebox-bg {
    opacity: 1;
    visibility: visible;
}

.searchbox .scroll {
    overflow: hidden;
    overflow-y: auto;
    padding: 50px;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
}

/* 본문 영역 */
#content {
    margin: auto;
    width: 100%;
    min-height: calc(100vh - 220px);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
}

#content > div:first-child {
    flex-grow: 1;
}

#content:before {
    height: 93px;
    content: '';
    display: block;
}

#content:after,
.myoskin:after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.myoskin .thumbox {
    background-color: #fff;
    background-color: var(--bg);
}

/* 커버 */
#cover {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

#cover section {
    width: 100%;
}

#cover section h2 {
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

#cover section:not(:last-child) {
    margin-bottom: 40px;
}

/* 커버 공지 */
#c-notice > ul {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 300px;
    max-height: 30vh;
    position: static !important;
		font-size: 9pt
}

#c-notice .textbox a:not([href^='http']) {
    display: none;
}

#c-notice .textbox a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    padding: 6px;
    color: #fff;
    color: var(--bg);
    background-color: #f4aeb9;
    background-color: var(--point);
    font-size: .6em;
    line-height: 1;
}

#c-notice .slick-dots {
    right: 0;
    left: auto;
}

/* 슬라이드 공통 */
.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0px -15px !important;
}

#myo_gal .slick-list .item,
#c-ins .slick-list .item {
    width: 100% !important;
    margin-right: 0 !important;
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 9999999;
    opacity: 0;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    color: #f4aeb9;
    color: var(--point);
    transition: .4s;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.slick-prev {
    left: 1.5vw;
}

.slick-next {
    right: 1.5vw;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'themify';
    font-size: 1rem;
    display: inline-block;
    transition: .4s;
}

.slick-prev:after,
.slick-next:after {
    opacity: 0.8;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.slick-prev:before {
    content: '\e64a';
}

.slick-next:before {
    content: '\e649';
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #f4aeb9;
    color: var(--point);
}

section:hover .slick-prev,
section:hover .slick-next {
    opacity: 1;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    height: 8px;
}

.slick-dots li button {
    text-indent: -9999px;
    height: 8px;
    width: 8px;
    line-height: 8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
    background-color: #fff;
    background-color: var(--bg);
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
    padding: 0;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #f4aeb9 !important;
    background-color: var(--point) !important;
    cursor: pointer;
}

/* 슬라이드1 */
#c-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#c-slider > ul {
    flex-grow: 1;
    height: 50vh;
    background-color: #fff;
    background-color: var(--bg);
}

#c-slider > ul div {
    height: 100%;
}

#c-slider > div {
    position: relative;
    overflow: hidden;
}

#c-slider .slick-dots {
    position: absolute;
    z-index: 1 !important;
    bottom: 1.5vh;
    line-height: 1;
    text-align: center;
    width: 100%;
}

#c-slider .item {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}

#c-slider .item .thumbox {
    width: 100%;
    height: 100%;
    transition: opacity .4s;
}

#c-slider .thum,
#c-slider .noimg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

#c-slider .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0 20%;
    z-index: 1;
    transition: opacity .4s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#c-slider:hover .thumbox {
    opacity: 0.3;
}

#c-slider:hover .info {
    opacity: 1;
}

#c-slider:hover .slick-dots {
    opacity: 1;
}

#c-slider .info .title {
    display: inline-block;
    font-size: 2rem;
    position: absolute;
    line-height: 1;
    text-align: center;
    width: 50%;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    color: #f4aeb9;
    color: var(--point);
    font-weight: bold;
    letter-spacing: 2px;
    transition: .5s;
}

#c-slider .info .title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0.9;
    z-index: -1;
}

#c-slider .info .text {
    font-size: .85em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 34px;
    word-wrap: break-word;
    position: relative;
    margin-top: 5px;
}

#c-slider .info .text:empty {
    display: none;
}

/* 커버 - 슬라이더2, 슬라이더3 */
#c-slider2 #myo_gal .item {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    vertical-align: top;
}

#c-slider2 #myo_gal .slick-slide > div:last-child .item {
    margin-bottom: 0 !important;
}

#c-slider3 #myo_gal .item {
    margin-bottom: 0;
}

/* 커버 갤러리형 2 */
#cover #c-gal-2 #myo_gal .item.you .framebox {
    padding-bottom: 75%;
}

/* 커버 목록형 01 */
#cover #myo_bbs .item .cate {
    display: inline-block !important;
}

#cover #myo_bbs .item {
    border: 0 !important;
}

#cover #myo_bbs .item a {
    padding: 0;
}

#cover #c-lst ul li {
    width: calc((100% - 6%) / 3);
    margin: 0 3% 5% 0;
    float: left;
    position: relative;
    overflow: hidden;
    line-height: 2;
}

#cover #c-lst ul li:nth-of-type(3n) {
    margin-right: 0;
}

#c-lst .title {
    font-weight: bold;
    letter-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    overflow: hidden;
}

#c-lst span {
    margin-right: 10px;
    color: #f4aeb9;
    color: var(--point);
    font-size: .8rem;
    padding: 0 !important;
}

#c-lst span i,
#c-lst-2 span i {
    margin-right: 5px;
}

#c-lst ul li:nth-last-child(-n+3):nth-child(3n+1),
#c-lst ul li:nth-last-child(-n+2):nth-child(3n+2),
#c-lst ul li:nth-last-child(-n+1):nth-child(3n+3) {
    margin-bottom: 0;
}

/* 커버 목록형 02 */
#cover #c-lst-2 ul li {
    width: calc((100% - 3%) / 2);
    margin: 0 3% 5% 0;
    position: relative;
    line-height: 2;
    float: left;
}

#cover #c-lst-2 ul li:nth-of-type(2n) {
    margin-right: 0;
}

#c-lst-2 #myo_bbs .item a {
    display: flex;
    align-items: center;
    padding: 0;
}

#c-lst-2 #myo_bbs .item .thumbox {
    display: block !important;
    ;
    width: 20%;
    flex: 0 0 20%;
    margin-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

#c-lst-2 .thumbox {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: .5s;
    border-radius: 100%;
    overflow: hidden;
}

#c-lst-2 a:hover .thumbox {
    opacity: 0.4;
}

#c-lst-2 .framebox {
    padding-bottom: 100%;
}

#c-lst-2 #myo_bbs .item .info {
    display: block;
    border: 0 !important;
    padding: 0 !important;
}

#c-lst-2 .title {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.1rem;
}

#c-lst-2 .info span {
    margin-right: 10px;
    color: #f4aeb9;
    color: var(--point);
    font-size: .8rem;
    padding: 0 !important;
}

#c-lst-2 ul li:nth-last-child(-n+2):nth-child(3n+1),
#c-lst-2 ul li:nth-last-child(-n+1):nth-child(3n+2) {
    margin-bottom: 0;
}

/* 커버 웹진형 */
#c-web ul li {
    border-bottom: 1px solid #eee;
}

#c-web ul li:last-child {
    border-bottom: 0;
}

#c-web ul li a {
    display: block;
    text-decoration: none;
}

#c-web .thumbox {
    display: inline-block;
    width: 20%;
    margin: 0;
}

#c-web img {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: .5s;
}

#c-web .thum:after {
    z-index: 99;
}

#c-web a:hover .thum:after {
    opacity: 1;
}

#c-web a:hover img {
    opacity: 0.4;
}

#c-web .info {
    vertical-align: top;
}

#c-web .info .title {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

#c-web .info .text {
    margin: 5px 0;
    overflow: hidden;
}

#c-web .info .cate {
    color: #f4aeb9;
    color: var(--point);
}

#c-web .info .more {
    display: inline-block;
    color: #fff;
    color: var(--bg);
    border: 1px solid #f4aeb9;
    border: 1px solid var(--point);
    background-color: #f4aeb9;
    background-color: var(--point);
    padding: 5px 20px;
    margin-top: 10px;
    transition: .5s;
    letter-spacing: 2px;
}

#c-web a:hover .info .more {
    background: transparent;
    color: #f4aeb9;
    color: var(--point);
}

/* 커버 트위터 위젯 */
#cover #c-twt {
    height: 35vh;
    display: flex;
    flex-direction: column;
}

#cover #c-twt ul {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

/* 커버 인스타그램 */
#cover #c-ins .item {
    margin-bottom: 0;
    vertical-align: top;
}

#cover #c-ins .thumbnail {
    background-color: #fff;
    background-color: var(--bg);
    position: relative;
    padding-top: calc(100% - 2px);
    overflow: hidden;
}

#cover #c-ins .item .thumbnail img {
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .4s;
}

#cover #c-ins .item:hover img {
    opacity: .4;
}

#cover #c-ins  .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%);
}

#cover #c-ins  .thumbnail .centered img.portrait {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
}

#cover #c-ins  .thumbnail .centered img.landscape {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
}

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

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

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

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

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

#myo_gal .item {
    overflow: hidden;
    margin: 0 30px 30px 0;
    transition: .5s;
    position: relative;
}

#myo_gal .item a {
    display: block;
}

#myo_gal .item img {
    width: 100%;
    vertical-align: top;
}

/* 원본
#myo_gal .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .5s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
*/

#myo_gal .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .5s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#myo_gal .item .info:after,
#myo_gal .item .title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-color: var(--bg);
    z-index: -1;
}

#myo_gal .item .info:after {
    opacity: 0.5;
}

#myo_gal .item .title:after {
    opacity: 0.9;
}

/*원본
#myo_gal .item .title-cnt,
#article #myo_gal .title {
    position: absolute;
    z-index: 30;
    text-align: center;
    max-width: 60%;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    color: #f4aeb9;
    color: var(--point);
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 2px;
}
*/

#myo_gal .item .title-cnt,
#article #myo_gal .title {
    position: relative;
    z-index: 30;
    text-align: center;
    max-width: 60%;
    text-transform: uppercase;
    width: 100%;
    padding: 5px;
    color: #f4aeb9;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
}

#myo_gal .item .title span {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    vertical-align: middle;
}

#myo_gal .item .title > i {
    margin-left: 10px;
}

#myo_gal .item .cnt {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-color: #f4aeb9;
    background-color: var(--point);
    color: #fff;
    color: var(--bg);
    min-width: 15px;
    height: 15px;
    border-radius: 10px;
    font-size: .8em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    padding: 5px;
    letter-spacing: 0;
}

#myo_gal .item .cnt:empty,
#myo_gal .item .cate,
#myo_gal .item .date,
#myo_gal .item .text,
#myo_gal .item .more {
    display: none;
}

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

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

body.galR #myo_gal.resize .item .framebox {
    padding-bottom: 50% !important;
}

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

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

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

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

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

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

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

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

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

/* 갤러리형 masonry */
body.masonry #myo_gal.move .item {
    margin-right: 0 !important;
}

.sizer {
    width: 30px;
}

/* 목록형 */
#myo_bbs .item {
    border-bottom: 1px dotted #f4aeb9;
    border-bottom: 1px dotted var(--point);
    width: 100%;
}

#myo_bbs .item a {
    display: block;
    padding: 20px 0;
}

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

#myo_bbs .item .info {
    border-left: 0px solid #f4aeb9;
    border-left: 0px solid var(--point);
    transition-property: border, padding-left;
    transition-duration: .5s;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

#myo_bbs .item:hover .info {
    border-left: 5px solid #f4aeb9;
    border-left: 5px solid var(--point);
    padding-left: 10px;
}

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

#myo_bbs .item .cnt {
    padding-left: 15px;
    color: #f4aeb9;
    color: var(--point);
}

#myo_bbs .item .cnt:not(:empty):before {
    content: "\e726";
    font-family: 'themify';
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}

#myo_bbs .item .cnt:empty {
    display: none;
}

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

/* 웹진형 */
#myo_web .item {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

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

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

#myo_web .item .thumbox {
    flex: 0 0 20%;
}

#myo_web .item .thumbnail {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

#myo_web .item .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 .thumbnail .centered img,
#myo_web .item .thumbnail .centered .framebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .4s;
}

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

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

#myo_web .item img {
    vertical-align: top;
    width: 100%;
    transition-property: opacity;
    transition-duration: .5s;
}

#myo_web .item .info {
    flex-grow: 1;
    padding-left: 30px;
    overflow: hidden;
}

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

#myo_web .item .info .title {
    font-size: 1.1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#myo_web .item .info .title i {
    margin-left: 15px;
}

#myo_web .item .cnt {
    padding-left: 15px;
}

#myo_web .item .cnt:empty {
    display: none;
}

#myo_web .item .cnt,
#myo_web .item .info .cate {
    color: #f4aeb9;
    color: var(--point);
}

/*웹진형 미리보기 내용*/
#myo_web .item .text {
    margin: 5px 0;
		display: none;
		font-size: 10pt;
}

#myo_web .item .info .more {
    display: none; /*inline-block;*/
    color: #fff;
    color: var(--bg);
    border: 1px solid #f4aeb9;
    border: 1px solid var(--point);
    background-color: #f4aeb9;
    background-color: var(--point);
    padding: 5px 20px;
    margin-top: 10px;
    transition: .5s;
    letter-spacing: 2px;
}
/*작성일 삭제*/
#myo_web .item .info .date {
	display:none;
}

#myo_web .item a:hover .info .more {
    background: transparent;
    color: #f4aeb9;
    color: var(--point);
}

#myo_web .item a:hover img {
    opacity: 0.4;
}

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

/* 보호글 */
.pass {
    width: 20vh;
    height: 57vh;
    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: 0;
    background-color: #f4aeb9;
    background-color: var(--point);
    color: #fff;
    color: var(--bg);
    text-transform: uppercase;
    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;
    text-transform: uppercase;
}

.pass input[required] + label:before {
    content: attr(placeholder);
    display: inline-block;
    height: 48px;
    line-height: 48px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

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

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

body:not(#tt-body-page) .myoskin + #article .post:first-child {
    border-top: 1px dotted;
    margin-top: 50px;
    padding-top: 50px;
    border-color: #f4aeb9;
    border-color: var(--point);
}

/* 본문 타이틀 */
.titlebox {
    margin-bottom: 50px;
    text-align: center;
}

.titlebox h1 {
    margin: 10px 0;
}

.titlebox a {
    margin: 0 10px;
}

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

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

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

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

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

/* 링크 */
.text-item p a:before,
.text-item span a:before,
.text-item .tx-link:before,
.text-item blockquote a:before,
.lst .text a:before {
    content: "\e62d";
    font-family: 'themify';
    margin-right: 5px;
    font-size: .8em;
    display: inline-block;
    background-color: #f4aeb9;
    background-color: var(--point);
    width: 17px;
    height: 17px;
    text-align: center;
    color: #fff;
    color: var(--bg);
}

.figure.fileblock a,
#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;
}

.text-item p a,
.text-item span a,
.text-item .tx-link,
.text-item blockquote a,
.lst .text a {
    color: #f4aeb9;
    color: var(--point);
}

.text-item p a:hover,
.text-item span a:hover,
.text-item .tx-link:hover,
.text-item blockquote a:hover,
.lst .text a:hover {
    color: #444;
    color: var(--text);
}

.text-item a .imageblock img {
    transition: .4s;
}

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

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

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

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

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

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


/* 인용구 */
.tx-quote-tistory:before,
blockquote[data-ke-style='normal']:before,
#tt-body-page blockquote[data-ke-style='normal']:before,
blockquote[data-ke-style='style2']:before,
#tt-body-page blockquote[data-ke-style='style2']:before {
    content: "\e67f";
    font-family: 'themify';
    display: block;
    margin-bottom: 10px;
}

.tx-quote-tistory,
blockquote[data-ke-style='normal'],
#tt-body-page blockquote[data-ke-style='normal'],
blockquote[data-ke-style='style2'],
#tt-body-page blockquote[data-ke-style='style2'] {
    position: relative;
    height: auto;
    padding-left: 20px;
    border-left: 5px solid #f4aeb9;
    border-left: 5px solid var(--point);
}

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

/* 더보기 */
.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;
    color: inherit;
    height: auto;
    transition: .4s;
    margin: 0;
    line-height: inherit;
    width: auto;
    background-color: #f4aeb9;
    background-color: var(--point);
    color: #fff;
    color: var(--bg);
    padding: 3px;
    line-height: 1;
}

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

.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 solid;
    border-color: #f4aeb9;
    border-color: var(--point);
    padding: 10px;
    margin: 5px 0 10px;
}

.text-item .moreless_content,
.text-item .moreless-content,
div[data-ke-type='moreLess'] .moreless-content,
#tt-body-page div[data-ke-type='moreLess'] .moreless-content {
    line-height: inherit;
    border-color: #f4aeb9;
    border-color: var(--point);
}

/* 이미지 슬라이드 */
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-color: #f4aeb9;
    border-color: var(--point);
    z-index: 1;
}

figure.fileblock a:before,
#tt-body-page figure.fileblock a:before {
    content: ''
}

figure.fileblock .name,
#tt-body-page figure.fileblock .name {
    color: #f4aeb9;
    color: var(--point);
    transition: .4s;
}

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

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

.text-item .imageblock > a > img {
    display: none;
}

.text-item .imageblock > a:before {
    content: '\e6a7';
    font-family: 'themify';
    margin-right: 5px;
}


/* ---------------
    공감 버튼
--------------- */

body .container_postbtn {
		display: none;
    padding: 0;
    margin-top: 25px;
}

body .container_postbtn .postbtn_like,
body .container_postbtn .btn_menu_toolbar {
    width: auto;
    height: 30px;
    line-height: inherit;
    padding: 0 10px;
    border: 0;
    background-color: #f4aeb9;
    background-color: var(--point);
}

body .container_postbtn .postbtn_like,
body .container_postbtn .postbtn_like .wrap_btn {
    display: flex;
    align-items: center;
}

body .container_postbtn .postbtn_like + .btn_menu_toolbar {
    display: inline-flex;
    align-items: center;
}

body .container_postbtn .btn_menu_toolbar .txt_state {
    font-size: 11px !important;
    transition: color .4s;
    font-family: 'Calibri', 'Noto Sans KR', sans-serif;
    color: #fff;
    color: var(--bg);
}

body .container_postbtn .btn_menu_toolbar .txt_state:before {
    content: '\e71f';
    font-family: 'themify';
    margin-right: 3px;
}

body .container_postbtn .btn_menu_toolbar.following .txt_state:before {
    content: '\e60a';
}

body .container_postbtn .btn_menu_toolbar.following .ico_check_type1 {
    margin: 0 0 0 5px;
}

body .container_postbtn .btn_menu_toolbar .ico_check_type1 {
    margin: 0 0 0 5px;
}

body .container_postbtn .btn_post {
    padding: 0 10px 0 0;
}

body .container_postbtn .wrap_btn:last-child .btn_post {
    padding-right: 0;
}

body .container_postbtn .btn_post .txt_like {
    font-size: 11px !important;
    font-family: 'Calibri', 'Noto Sans KR', sans-serif !important;
    vertical-align: middle;
    padding-left: 5px;
    transition: .4s;
    color: #fff !important;
    color: var(--bg) !important;
}

body .container_postbtn .btn_post .ico_postbtn {
    position: relative;
    margin: 0 !important;
    text-indent: inherit !important;
    background-image: none;
    vertical-align: middle;
    overflow: visible;
    width: 12px;
    font-size: 0;
}

body .container_postbtn .btn_post:hover .txt_like,
body .container_postbtn .btn_post:hover .ico_postbtn:after,
body .container_postbtn .btn_menu_toolbar:hover .txt_state {
    color: #444 !important;
    color: var(--text) !important;
}

body .container_postbtn .btn_post .ico_postbtn:after {
    display: inline-block;
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #fff;
    color: var(--bg);
    transition: .4s;
}

body .container_postbtn .btn_post .ico_like:after {
    content: '\e635'
}

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

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

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

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

/* 본문 태그 */
.tags {
    margin: 20px 0;
}

.tags h2 {
    margin-right: 10px;
}

.tags h2,
.tags .items {
    display: inline-block;
    vertical-align: middle;
}

.tags .items {
    color: transparent;
}

.tags .items a {
    margin-right: 5px;
}

.tags .items a:last-child {
    margin-right: 0;
}

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

.morebox {
    margin: 40px 0;
}

.more-item:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}

.morebox .cate {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #f4aeb9;
    color: var(--point);
}

.morebox .cate h3,
.morebox .cate a {
    display: inline-block;
    vertical-align: middle;
}

.morebox .cate a {
    float: right;
    font-size: .8rem;
    color: #f4aeb9;
    color: var(--point);
}

.morebox a {
    display: block;
}

/* 더보기 갤러리형 */
#article #myo_gal ul {
    display: flex;
    flex-wrap: wrap;
}

#article #myo_gal .item {
    width: calc((100% - 6%) / 4);
    margin: 0 2% 0 0;
}

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


/*  더보기 목록형 */
.more_bbs .morebox {
    border-bottom: 1px dotted #f4aeb9;
    border-bottom: 1px dotted var(--point);
}

.more_bbs .morebox a {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
}

.more_bbs .morebox img {
    display: none !important;
}

.more_bbs .morebox .title,
.more_bbs .morebox .date {
    display: inline-block;
    vertical-align: middle;
}

.more_bbs .morebox .title {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 0px solid #f4aeb9;
    border-left: 0px solid var(--point);
    transition-property: border, padding-left;
    transition-duration: .5s;
    padding-left: 0;
}

.more_bbs .morebox:hover .title {
    border-left: 5px solid #f4aeb9;
    border-left: 5px solid var(--point);
    padding-left: 10px;
}

.more_bbs .morebox .date {
    float: right;
}

/* 댓글 열기 */
#opencmt {
    margin: 20px 0;
}

#opencmt h2,
#opencmt .num {
    display: inline-block;
    vertical-align: middle;
}

#opencmt h2 {
    margin-right: 10px;
}

/* 댓글, 방명록 작성 */

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

#rp > div {
    display: none;
}

.cmt .write {
    position: relative;
}

.cmt .write .textarea {
    position: relative;
}

.cmt .write textarea {
    border: 0;
    width: 100%;
    padding: 10px;
    height: 90px;
    transition-property: height;
    transition-duration: .5s;
    position: relative;
    background-color: transparent;
}

.cmt .write .textarea:after,
.cmt .write button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4aeb9;
    background-color: var(--point);
    opacity: 0.25;
    z-index: -1;
}

.cmt .write textarea:active,
.cmt .write textarea:focus {
    height: 130px;
}

.cmt .write button {
    margin: 5px 0;
    border: 0;
    width: 100%;
    padding: 10px;
    letter-spacing: 2px;
    position: relative;
}

.cmt .write .input {
    margin: 10px 0;
}

.cmt .write .input input {
    border: 0;
    background: transparent;
}

.cmt .write .input input::-webkit-input-placeholder {
    color: #f4aeb9;
    color: var(--point);
}

.cmt .write .input input:-moz-placeholder {
    color: #f4aeb9;
    color: var(--point);
}

.cmt .write .input input::-moz-placeholder {
    color: #f4aeb9;
    color: var(--point);
}

.cmt .write .input input:-ms-input-placeholder {
    color: #f4aeb9;
    color: var(--point);
}

.cmt .write .input input::placeholder {
    color: #f4aeb9;
    color: var(--point);
}

.cmt .write .secret {
    display: inline-block;
    vertical-align: middle;
}

.cmt .write .secret {
    float: right;
}

.cmt .write .secret {
    display: inline-block;
    margin-bottom: 10px;
}

.cmt .write .secret input {
    display: none;
}

.cmt .write input + label:after {
    content: "\e603";
    font-family: 'themify';
    color: #f4aeb9;
    color: var(--point);
}

.cmt .write input:checked + label:after {
    content: "\e62b";
    font-family: 'themify';
    color: #f4aeb9;
    color: var(--point);
}

/* 댓글, 방명록 목록 */
.cmt .lst > ul {
    display: flex;
    flex-direction: column-reverse;
}

#rp.order .lst > ul {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cmt .lst li {
    position: relative;
}

.cmt .lst .guest {
    border-bottom: 1px dotted #f4aeb9;
    border-bottom: 1px dotted var(--point);
}

.cmt .lst .guest:last-child {
    border: 0;
}

.cmt .lst .info {
    margin: 40px 0;
}

.cmt .lst .text {
    margin: 5px 0
}

.cmt .lst .name {
    font-weight: bold;
}

.cmt .lst .date,
.cmt .lst .admin a {
    margin-right: 10px;
    color: #f4aeb9;
    color: var(--point);
}

.cmt .lst .date a {
    margin-left: 10px;
    color: #f4aeb9;
    color: var(--point);
}

.cmt .reply {
    margin-left: 35px !important;
}

.cmt .rp_admin .name:before,
.cmt .guest_admin .name:before {
    content: "\e642";
    font-family: 'themify';
    font-size: .8em;
    margin-right: 3px;
}

.cmt .hiddenComment .name:after {
    content: "\e62b";
    font-family: 'themify';
    font-size: .8em;
}

/* 프로필 사진 */

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

.profile .cmt .lst .name img[alt=BlogIcon],
.profile .cmt .lst .nopro {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    border-radius: 100%;
    display: block;
    background-color: #f4aeb9;
    background-color: var(--point);
}

.profile .cmt .lst > ul > li,
.profile .cmt .lst .reply > li {
    padding-left: 70px;
}

.profile .cmt .lst .guest .name img[alt=BlogIcon],
.profile .cmt .lst .guest .nopro {
    top: 40px;
}

.profile .cmt .lst .reply .name img[alt=BlogIcon],
.profile .cmt .lst .reply .nopro {
    top: 0;
    left: -70px;
}

/* 메모장형 공지 */
.noti {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
    background-color: var(--bg);
    padding: 20px;
}

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

.noti .title {
    background-color: #f4aeb9;
    background-color: var(--point);
    display: inline-block;
    padding: 6px 10px;
    font-size: 1.1rem;
    color: #fff;
    color: var(--bg);
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 99%;
    vertical-align: middle;
    margin-bottom: 10px;
}

/* 태그 클라우드 */
#tagcloud .title {
    font-size: 2em;
    border-bottom: 1px solid #f4aeb9;
    border-bottom: 1px solid var(--point);
    margin-bottom: 10px;
}

#tagcloud li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}

#tagcloud li a {
    padding: 3px;
    transition: .4s;
}

#tagcloud li .cloud1 {
    background-color: #444;
    background-color: var(--text);
    color: #f4aeb9;
    color: var(--point);
}

#tagcloud li .cloud2 {
    background-color: #f4aeb9;
    background-color: var(--point);
    color: #444;
    color: var(--text);
}

#tagcloud li .cloud3 {
    background-color: #f4aeb9;
    background-color: var(--point);
    color: #fff;
    color: var(--bg);
}

#tagcloud li .cloud4 {
    color: #f4aeb9;
    color: var(--point);
    border: 1px solid #f4aeb9;
    border: 1px solid var(--point);
}

#tagcloud li .cloud5 {
    color: #f4aeb9;
    color: var(--point);
    border: 1px dotted #f4aeb9;
    border: 1px dotted var(--point);
}

#tagcloud li:hover a {
    opacity: .5;
}

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

.pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 3px;
}

.pagination .selected {
    display: inline-block;
    color: #fff;
    color: var(--bg);
    background-color: #f4aeb9;
    background-color: var(--point);
    border: 1px solid #f4aeb9;
    border: 1px solid var(--point);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition-property: color, background;
    transition-duration: .5s;
    vertical-align: middle;
    position: relative;
}

.pagination .selected:hover {
    border: 1px solid #f4aeb9;
    border: 1px solid var(--point);
    color: initial;
}

.pagination .selected:after,
.pagination .more-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4aeb9;
    background-color: var(--point);
    opacity: 0;
    z-index: -1;
    transition: .5s;
    z-index: -1;
}

.pagination .selected:hover:after,
.pagination .more-btn:hover:after {
    opacity: 0.1;
}

.pagination .current {
    display: none;
}

.pagination .more-btn {
    display: inline-block;
    width: 158px;
    height: 50px;
    line-height: 50px;
    font-size: .8rem;
    border: 1px solid #f4aeb9;
    border: 1px solid var(--point);
    border-radius: 0;
    transition: .5s;
    position: relative;
}

.pagination .view-more:hover {
    background-color: #f4aeb9;
    background-color: var(--point);
    color: #fff;
    color: var(--bg);
}

.paging-view-more .myoskin .item .moredate {
    display: inline-block;
    float: right;
}

/* 푸터 */
#footer {
	  height: 220px;
    padding: 40px 0;
    letter-spacing: 1px;
    box-sizing: border-box;
    position: relative;
}

#footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4aeb9;
    background-color: var(--point);
    opacity: 0.25;
    z-index: -1;
}

#footer .bar > div {
    display: inline-block;
}

#footer .title {
    margin-bottom: 10px;
}

#footer .title span {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid;
}

#footer .name {
    font-size: 1.2rem;
}

#footer .text {
    font-size: .8rem;
}

#footer .counter {
    float: right;
    text-align: right;
}

#footer .counter .total {display:none;}{
    font-size: 1.5rem;
}

#footer .counter .day {display:none;}{
    color: #f4aeb9;
    color: var(--point);
    font-weight: bold;
}

#footer .counter .num {display:none;}{
    width: 20px;
    display: inline-block;
}

#footer .sns {
		display: none;
    position: fixed;
    top: 150px;
    right: 3vh;
    line-height: 3;
}

#footer .sns a {
    display: block;
}

/* 부드러운 화면 전환 */
.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;
    }
}

/* 새 글 아이콘 */
.new {
    color: #f4aeb9;
    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: 3vh;
    bottom: 3vh;
    border: 1px solid #f4aeb9;
    border: 1px solid var(--point);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.3rem;
    transition: .5s;
    color: #fff;
    color: var(--bg);
    border-radius: 100%;
    overflow: hidden;
    display: none;
}

.top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4aeb9;
    background-color: var(--point);
    z-index: -1;
    transition: .4s;
}

.top:hover:after {
    background-color: #fff;
    background-color: var(--bg);
    opacity: 0.5;
}

/* ie */
#ie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.3em;
    padding: 5px;
    background-color: #000;
    border-radius: 0 0 10px 10px;
    color: #fff;
    z-index: 9999999999999;
    text-align: center;
}

/* 카피라이트 삭제 금지 */
.copy {
    font-size: .8rem;
    margin-top: 20px;
    color: #f4aeb9;
    color: var(--point);
    font-weight: bold;
    font-family: 'Meddon', cursive;
}

.copy a {
    color: #f4aeb9;
    color: var(--point);
}

@media screen and (max-width:1320px) {
    #footer .sns {
        position: static;
    }

    #footer .sns > a {
        display: inline-block;
        margin: 20px 5px 0;
    }

    #footer .sns > li:last-child {
        margin-right: 0;
    }

    .top {
        bottom: 250px;
    }
}

@media screen and (max-width:1200px) {
    #content {
        padding: 50px 40px !important;
    }

    .bar {
        padding: 0 40px !important;
    }
}

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

    #c-web .info .text,
    #myo_web .item .text {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 47px;
    }
}

@media screen and (max-width:1100px) {
    #c-web .info {
        padding: 0 0 0 30px;
    }

    /* 카테고리 영역 */
    #header .other a {
        display: none;
    }

    #header .other i {
        font-size: 1.1rem;
    }

    #header .ti-search {
        margin: 0 20px;
    }

    .catebox {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: .8s;
        line-height: 2.5;
    }

    .catebox.active {
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }

    .catebox-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: .8s;
        z-index: 0;
    }

    .catebox-bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        background-color: var(--bg);
        opacity: 0.9;
        z-index: -1;
    }

    .catebox.active .catebox-in {
        opacity: 1;
        z-index: 999;
        padding: 50px;
        box-sizing: border-box;
        width: 100%;
    }

    .catebox.active .catebox-bg {
        opacity: 1;
        visibility: visible;
    }

    #header .catebox .title {
        font-size: 1.3rem;
        font-weight: bold;
    }

    #header .catebox .cate,
    .tt_category {
        margin: 10px 0;
    }

    .link_item:after {
        float: right;
        line-height: 3;
    }

    .link_sub_item:before {
        content: '-'
    }

    .sub_category_list > li:last-child {
        margin-bottom: 15px;
    }

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

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

/*    #cover .cover-left,
    #cover .cover-left + section {
        width: calc(100% / 2);
    } */
	/* 트위터 위젯 배율 조절 */
	
		#cover .cover-left {
		width: 60%;
		}
		#cover .cover-left + section {
		width: 40%;
		}


    #cover .cover-left {
        padding-right: 15px;
    }

    #cover .cover-left,
    #cover .cover-left > ul {
        height: auto;
        min-height: auto;
        max-height: none;
    }

    #cover .cover-left + section {
        padding-left: 15px;
    }

    #cover .cover-left + section #myo_gal .item {
        margin-bottom: 30px;
    }

    #cover .cover-left + section #myo_bbs .item {
        width: 100%
    }

    #cover .cover-left + section #myo_web .item .thumbox {
        flex: 0 0 30%;
    }

    #cover .cover-left + section #myo_web .item .text {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 47px;
    }
}

/* 모바일 영역 */
@media screen and (max-width:768px) {
    body {
        background-image: none !important;
    }

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

    #header.s .bar {
        height: 60px;
        padding: 0 20px !important;
    }

    #content {
        min-height: calc(100vh - 375px);
        padding: 50px 40px !important;
    }

    #c-slider .text-box .title {
        opacity: 1;
        font-size: 1.5rem;
    }

    #c-gal .lst,
    #c-gal-2 .lst {
        width: 100%;
        float: none;
        margin: 3vh 0;
    }

    #cover #c-lst ul li,
    #cover #c-lst-2 ul li {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

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

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

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

    #footer {
        height: 375px;
    }

    #footer .bar > div {
        display: block;
    }

    #footer .counter {
        float: none;
        text-align: left;
        margin-top: 5vh;
    }

    #footer .counter .num {
        text-align: right;
    }

    #footer .sns > li {
        margin: 20px 5px 0 0;
    }

    .top {
        bottom: 1vh;
        right: 1vh;
    }

    #c-notice ul {
        min-height: auto;
        max-height: none;
    }

    #c-notice .c-notice {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    #c-notice .c-notice ul {
        background: none;
    }

    #c-notice .c-notice .text {
        padding: 0;
    }

    .c-twt {
        display: none;
    }

    #c-web .thumbox,
    #c-web .info,
    #myo_web .item a,
    #myo_web .item .thumbox,
    #myo_web .item .info {
        display: block;
    }

    #c-web .thumbox,
    #myo_web .item .thumbox {
        width: 100%;
    }

    #c-web .info,
    #myo_web .item .info {
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }

    #myo_web .item {
        border-bottom: 1px solid #eee;
        padding-bottom: 40px;
    }

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