@charset "utf-8";

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

/* 웹폰트 */
@import url(//fonts.googleapis.com/css?family=Noto+Sans+KR|Meddon|Shrikhand);

@font-face {
    font-family: 'Binggrae-Bold';
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae-Bold.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 {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-family: 'Calibri', 'Noto Sans KR', sans-serif;
    font-size: 12px;
    line-height: 1.8;
    color: #444;
    color: var(--text);
}

/* ================ 
 *
 *   기본 설정
 *
 * ================ */

/* 링크 */
a,
a:link {
    text-decoration: none;
    color: #444;
    color: var(--text);
    transition: color .4s;
}

a:hover,
a:focus {
    color: #BF1533;
    color: var(--point);
}

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

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

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

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

/* 마우스 드래그 블럭 */
::selection {
    color: #F2BB57;
    color: var(--bg);
    background-color: #BF1533;
    background-color: var(--point);
}

::-moz-selection {
    color: #F2BB57;
    color: var(--bg);
    background-color: #BF1533;
    background-color: var(--point);
}

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

::-webkit-scrollbar-thumb {
    background-color: #BF1533;
    background-color: var(--point);
    border-radius: 5px;
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #BF1533;
    background-color: var(--point);
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

/* ================ 
 *
 *   스킨 시작
 *
 * ================ */
#container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-areas: "wrap-top wrap-top wrap-top""wrap-left wrap wrap-right""wrap-bottom wrap-bottom wrap-bottom";
    grid-template-rows: 12.9vh 1fr 12.9vh;
    grid-template-columns: 8vw 1fr 8vw;
}

#container .wrap-top {
    grid-area: wrap-top;
}

#container .wrap-left {
    grid-area: wrap-left;
}

#container .wrap-right {
    grid-area: wrap-right;
}

#container .wrap-bottom {
    grid-area: wrap-bottom;
}

#container .wrap-top,
#container .wrap-bottom,
#container .wrap-bottom a,
#container .wrap-left,
#container .wrap-right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    color: var(--point2);
    cursor: default;
}

#container .wrap-top .intro,
#container .wrap-left .intro,
#container .wrap-right .intro {
    font-size: 1.5em;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    letter-spacing: 2px;
    color: #F2BB57;
    color: var(--bg);
    text-transform: capitalize;
    text-shadow: 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444, 0 0 2px #444;
    text-shadow: 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text), 0 0 2px var(--text);
}

#container .wrap-top,
#container .wrap-bottom {
    word-break: keep-all;
}

#container .wrap-left,
#container .wrap-right {
    width: 8vw;
    white-space: nowrap;
    position: relative;
}

#container .wrap-left > div {
    transform: rotate(-90deg);
}

#container .wrap-right > div {
    transform: rotate(90deg);
}

#container .wrap-bottom {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
}

#container .wrap-bottom .title {
    position: absolute;
    bottom: 12.9vh;
    transform: translateY(50%);
    max-width: 50%;
    font-size: 4em;
}

#container .wrap-bottom .title span {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    text-shadow: .04em .04em 0 #BF1533;
    text-shadow: .04em .04em 0 var(--point);
    cursor: pointer;
    position: relative;
}

#container .wrap-bottom .title span,
#container .wrap-bottom .title span:after {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.3;
    width: 100%;
    letter-spacing: .1em;
    padding: .2em 0 .25em 0;
}

#container .wrap-bottom .title span:after {
    content: attr(data-text-shadow);
    color: transparent;
    text-shadow: none;
    position: absolute;
    left: .0875em;
    top: .0875em;
    z-index: -1;
    background: linear-gradient(45deg, transparent 25%, #fff 25%, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff);
    background: linear-gradient(45deg, transparent 25%, var(--point2) 25%, var(--point2) 50%, transparent 50%, transparent 75%, var(--point2) 75%, var(--point2));
    background-size: 4px 4px;
    -webkit-background-clip: text;
    background-clip: text;
}

#container .wrap-bottom .title span:hover {
    animation: bounce .4s linear;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-5px);
    }

    66% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-5px);
    }

    66% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-5px);
    }

    66% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-o-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-5px);
    }

    66% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

#container .wrap {
    overflow: hidden;
    padding: 4%;
    background-color: #F2BB57;
    background-color: var(--bg);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
}

#container .wrap > .in {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#container .wrap > .in > *:not(nav) {
    transition: opacity .4s ease-out .2s;
}

#container .wrap.open > .in > *:not(nav) {
    opacity: 0;
    transition: opacity .4s ease-out 0s;
}

.btns {
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 7px;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: .8em;
    cursor: pointer;
    transition: .4s;
}

.btns:hover {
    color: #fff;
    color: var(--point2);
}

.YACSSTooltip {
    background-color: #BF1533 !important;
    background-color: var(--point) !important;
    border: 1px solid;
    border-color: #F2BB57 !important;
    border-color: var(--bg) !important;
    color: #F2BB57 !important;
    color: var(--bg) !important;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    line-height: 1;
    z-index: 999;
}

/* ================ 
 *
 *   헤더
 *
 * ================ */

#header {
    flex: 0 0 13%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
}

/* 로고 */
#header .logo_title {
    min-height: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
    overflow: hidden;
}

#header .logo_title .logo {
    width: 100%;
    min-height: 100px;
    flex-grow: 1;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 5px 5px 0 0;
}

body.over #header .logo_title .logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0vh;
    left: 0;
    background-image: linear-gradient(165deg, #BF1533, #F2BB57);
    background-image: linear-gradient(165deg, var(--point), var(--bg));
    mix-blend-mode: lighten;
    opacity: .5;
}

#header .logo_title .logo:hover:after {
    opacity: 0.2;
}

/* 타이틀 */
#header .logo_title .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    word-break: keep-all;
    background-color: #fff;
    background-color: var(--point2);
    cursor: default;
}

#header .logo_title .info > div:first-child {
    margin-right: 10px;
}

#header .logo_title .title {
    font-size: 1.3em;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 1.2;
    text-transform: capitalize;
}

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

#header .logo_title .intro {
    font-size: .8em;
}

/* 팔로우 버튼 */
#header .logo_title .follow button:not(.following):after {
    content: 'Follow';
}

#header .logo_title .follow button.following:after {
    content: 'Unfollow';
}

/* ---------------
    카테고리
--------------- */
.catebox.open {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.catebox .scroll {
    width: 100%;
    height: 100%;
    display: flex;
}

.catebox .scroll > div {
    padding: 8%;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    display: flex;
}

.catebox .left {
    flex: 0 0 40%;
    width: 40%;
    background-color: #BF1533;
    background-color: var(--point);
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
    flex-direction: column;
}

.catebox.open .left {
    transform: translateY(0%);
    opacity: 1;
}

.catebox .right {
    flex-grow: 1;
    background-color: #F2BB57;
    background-color: var(--bg);
    width: 60%;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
}

.catebox.open .right {
    transform: translateX(0%);
    opacity: 1;
}

.catebox .ti-close {
    position: absolute;
    top: 3vh;
    right: 3vh;
    font-size: 3em;
    color: #BF1533;
    color: var(--point);
    transition: .4s;
    cursor: pointer;
}

.catebox .ti-close:hover {
    transform: rotate(-45deg);
}

.catebox .right > div {
    flex: 0 0 33.3%;
    white-space: nowrap;
}

.catebox.all .right > div {
    margin-top: calc(98px + 3vh);
}

.catebox .right > div #side {
    max-width: 50%;
}

.catebox .right > div #side:not(:last-child):not(.cate):not(.blogmenu) {
    margin-bottom: 4vh;
}

.catebox .blogmenu,
.catebox .cate,
.catebox .tt_category {
    font-size: 1.1em;
    line-height: 2.5;
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

.catebox .tt_category {
    flex-grow: 1;
    overflow: hidden;
}

.catebox .tt_category > li {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.catebox .link_tit {
    font-size: 3em;
    color: #BF1533;
    color: var(--point);
    margin-bottom: 3vh;
    display: block;
}

.catebox .category_list {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.catebox .link_item {
    font-size: 2em;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.catebox .link_item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    border-top: 1px solid;
    margin-left: 10px;
    margin-right: 10px;
}

.catebox.sub .link_item:not(:only-child):after {
    content: "\e649";
    position: absolute;
    top: 54%;
    left: -5px;
    transform: translateY(-50%);
    font-family: 'themify';
    font-size: .8em;
    opacity: 0;
    transition: .4s;
    color: #BF1533;
    color: var(--point);
}

.catebox.sub .link_item:not(:only-child):hover:after {
    opacity: 1;
    left: 45px;
}

.catebox.sub .link_item,
.catebox .link_item:only-child {
    margin-bottom: 20px;
    display: block;
}

.catebox .sub_category_list {
    padding: 20px 0;
    line-height: 2.5;
}

.catebox .link_sub_item {
    margin-left: 70px;
    max-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

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

.catebox.sub .sub_category_list {
    padding-top: 0;
}

/* 검색 */
.search-box {
    width: 100%;
    margin-bottom: 5vh;
}

.search-box .title {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: 3em;
    color: #F2BB57;
    color: var(--bg);
}

.search-box .title + div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #F2BB57;
    background-color: var(--bg);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid;
    border-color: #F2BB57;
    border-color: var(--bg);
}

.search-box input {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    padding: 5px 15px;
    font-size: 1.3em;
    width: 100%;
}

.search-box input:-moz-placeholder {
    transition: .4s;
    color: #BF1533;
    color: var(--point);
}

.search-box input::placeholder {
    transition: .4s;
    color: #BF1533;
    color: var(--point);
}

.search-box input:-ms-input-placeholder {
    transition: .4s;
    color: #BF1533;
    color: var(--point);
}

.search-box input::placeholder {
    transition: .4s;
    color: #BF1533;
    color: var(--point);
}

.search-box input:focus:-moz-placeholder {
    color: transparent;
}

.search-box input:focus::placeholder {
    color: transparent;
}

.search-box input:focus:-ms-input-placeholder {
    color: transparent;
}

.search-box input:focus::placeholder {
    color: transparent;
}

.search-box button {
    transition: .4s;
    padding: 5px 15px;
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    font-size: 1.3em;
    width: 20%;
    cursor: pointer;
    border-radius: 20px;
}

.search-box button:hover {
    color: #fff;
    color: var(--point2);
}

/* sns */
.sns {
    cursor: default;
    margin-top: 5vh;
}

.sns:empty {
    display: none;
}

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

/* ================ 
 *
 *   콘텐츠 영역
 *
 * ================ */

#content {
    padding-left: 2%;
    padding-right: calc(2% - 10px);
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

/* ---------------
    목록 공통
--------------- */
.myoskin ol {
    display: flex;
    flex-flow: row wrap;
}

.myoskin .item {
    vertical-align: top;
    position: relative;
}

.myoskin .item a {
    display: block;
}

.myoskin .item .thumbox {
    position: relative;
    z-index: 1;
}

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

body.over .myoskin .item .blank {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(165deg, #BF1533, #F2BB57);
    background-image: linear-gradient(165deg, var(--point), var(--bg));
    mix-blend-mode: lighten;
    opacity: .5;
    z-index: 9;
}

body.over .myoskin .item:hover .blank {
    opacity: .2;
}

body.over .myoskin .item img {
    filter: grayscale(50%);
}

body.over .myoskin .item:hover img {
    filter: grayscale(0%)
}

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

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

.myoskin .item .date {
    white-space: nowrap;
}

.myoskin .item .cnt {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    padding: 0 5px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    transition: .4s;
}

.myoskin .item .cnt:before {
    content: '\f075';
    font-family: 'fontAwesome';
    margin-right: 5px;
}

.myoskin .item .cnt:empty {
    display: none !important;
}

.myoskin .item:hover .cnt {
    background-color: #F2BB57;
    background-color: var(--bg);
    color: #BF1533;
    color: var(--point);
}

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

    /* 2열 */
    .myoskin.n2 .item {
        width: calc((100% - 40px) / 2);
    }

    .myoskin.n2 .item:nth-child(2n) {
        margin-right: 0;
    }

    .myoskin.n2 .item:nth-last-child(-n+2):nth-child(2n+1),
    .myoskin.n2 .item:nth-last-child(-n+1):nth-child(2n+2) {
        margin-bottom: 0;
    }

    /* 3열 */
    .myoskin.n3 .item {
        width: calc((100% - 40px * 2) / 3);
    }

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

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

    /* 4열 */
    .myoskin.n4 .item {
        width: calc((100% - 40px * 3) / 4);
    }

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

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

/* 노이미지 */
.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;
}

/* masonry */
body.masonry .myoskin.move .item {
    margin-right: 0;
    z-index: 9;
}

/* ---------------
    갤러리형
--------------- */
.myo_gal .item {
    position: relative;
    margin: 0 40px 40px 0;
}

.myo_gal .item .thumbox {
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
    overflow: hidden;
}

.myo_gal:not(.info) .item .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5em;
    opacity: 0;
    transition: opacity .4s;
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.myo_gal:not(.info) .item .info > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px dashed;
    border-color: #F2BB57;
    border-color: var(--bg);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 1em;
}

.myo_gal:not(.info) .item .info > div > div {
    position: relative;
}

.myo_gal:not(.info) .item .info > div > div:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #F2BB57;
    background-color: var(--bg);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    top: -25px;
    left: 50%;
}

.myo_gal .item .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 62px;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 2em;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    line-height: 1.3;
}

.myo_gal .item .date {
    display: block;
    font-family: 'Shrikhand';
    margin-top: 10px;
}

.myo_gal .item .cnt {
    margin-top: 10px;
}

.myo_gal:not(.info) .item:hover .info {
    opacity: 1;
}

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

/* ---------------
    갤러리형2
--------------- */
.myo_gal.info .item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.myo_gal.info .item .info {
    margin-top: 20px;
    flex-grow: 1;
}

.myo_gal.info .item .info > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.myo_gal.info .item .info > div > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.myo_gal.info .item .info > div > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.myo_gal.info .item .cnt {
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
}

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

.myo_bbs .item a {
    overflow: hidden;
    height: 100%;
    transition: .4s;
    padding: 10px;
    background-color: #F2BB57;
    background-color: var(--bg);
    border-radius: 5px;
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    overflow: hidden;
}

.myo_bbs .item .info {
    height: 100%;
}

.myo_bbs .item .info > div,
.myo_bbs .item .info > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.myo_bbs .item .title:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #444;
    background-color: var(--text);
    transform: rotate(-45deg);
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    transition: .4s;
}

.myo_bbs .item .title {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 84px;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.myo_bbs .item .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 30px;
    word-break: keep-all;
    overflow-wrap: anywhere;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .9em;
    line-height: 1.4;
}

.myo_bbs .item .info > div > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8em;
    flex-wrap: wrap;
}

.myo_bbs .item .date {
    font-family: 'Shrikhand';
}

.myo_bbs .item .cnt:before {
    content: '\f075';
    font-family: 'fontAwesome';
    margin-right: 5px;
}

.myo_bbs .item:hover a {
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
}

.myo_bbs .item:hover .title:before {
    background-color: #F2BB57;
    background-color: var(--bg);
}

.myo_bbs .item .thumbox,
.myo_bbs .item .cate,
.myo_bbs .item .text:empty,
.myo_bbs .item .title-cnt .cnt {
    display: none;
}

/* ---------------
    웹진형
--------------- */
.myo_bbs.web .item a {
    display: flex;
    flex-direction: column-reverse;
}

.myo_bbs.web .item .thumbox {
    display: block;
}

.myo_bbs.web .item .thumbox img,
.myo_bbs.web .item .thumbox .framebox {
    border-radius: 5px;
    overflow: hidden;
    border: 1px dashed;
    border-color: #BF1533;
    border-color: var(--point);
}

.myo_bbs.web .item .thumbox img,
.myo_bbs.web .item .thumbox .framebox,
.myo_bbs.web .item .thumbox .blank {
    margin-top: 10px;
}

.myo_bbs.web .item:hover .thumbox img,
.myo_bbs.web .item:hover .thumbox .framebox {
    border-color: #F2BB57;
    border-color: var(--bg);
}

.myo_bbs.web .item .info {
    flex-grow: 1;
}

.myo_bbs.web:not(.n4) .item a {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.myo_bbs.web:not(.n4) .item .thumbox {
    margin-top: 14.85px;
    margin-left: 13px;
    max-width: 30%;
}

.myo_bbs.web:not(.n4) .info {
    height: auto;
}

.myo_bbs.web:not(.n4) .item > div > div {
    flex-grow: 1;
}

body.masonry .myo_bbs.web .item a {
    height: auto;
}

body.masonry .myo_bbs.web.n4 .item .info > div {
    display: inherit;
}

body.masonry .myo_bbs.web .item .thumbox .noimg {
    display: none !important;
}

.myo_bbs.web .item.you:hover .blank {
    display: none;
}

/* ----------------------
    보호글 비밀번호 입력창
------------------------- */
#tt-body-page #article,
#tt-body-page .pass {
    min-height: 100%;
    height: 100%;
}

.pass {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.pass form {
    width: 200px;
    margin: auto;
}

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

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

.pass button {
    width: 100%;
    border: 1px solid;
    letter-spacing: 3px;
    background-color: #BF1533;
    background-color: var(--point);
    border-radius: 5px;
    transition: .4s;
    color: #F2BB57;
    color: var(--bg);
    font-family: 'Shrikhand';
}

.pass button:hover {
    color: #BF1533;
    color: var(--point);
    background-color: #F2BB57;
    background-color: var(--bg);
}

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

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

body:not(#tt-body-page) #article .post:not(:last-child):after,
body:not(#tt-body-page) .myoskin + #article .post:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    color: #BF1533;
    color: var(--point);
    background-image: linear-gradient(-45deg, transparent, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%);
    background-size: 5px 5px;
}

body:not(#tt-body-page) #article .post:not(:last-child):after {
    bottom: -2.5px;
}

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

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

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

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

.post {
    display: flow-root;
}

.post > div:first-child {
    transition: .4s;
    width: 100%;
}

/* ---------------
    본문 타이틀
--------------- */
.titlebox {
    margin-bottom: 4vh;
}

.titlebox .cate {
    font-size: 1.4em;
    margin-bottom: 4vh;
    display: block;
    white-space: nowrap;
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

.titlebox .cate:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2.8em;
    border-top: 0.06em solid;
    margin-left: 0.6em;
}

.titlebox .title {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 4vh;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    letter-spacing: 2px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 86px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.titlebox .date {
    font-family: 'Shrikhand';
}

.titlebox .date + span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    border-top: 0.06em solid;
    margin-left: 0.6em;
    margin-right: 0.6em;
}

.titlebox .admin {
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

.titlebox .admin a {
    margin-right: 15px;
    cursor: pointer;
}

/* ---------------
    댓글 펼침
--------------- */
#opencmt {
    font-family: 'Shrikhand';
}

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

#opencmt a {
    cursor: pointer;
}

body.cmtopen #opencmt {
    display: none;
}

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

.text-item u {
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, #BF1533 0%, #BF1533 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: #F2BB57;
    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: #BF1533 !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,
.text-item table {
    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;
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 56.25%;
    border-radius: 5px;
    overflow: hidden;
}

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

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

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

/* 링크 */
.text-item a {
    color: #BF1533;
    color: var(--point);
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-style: normal;
}

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

.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: "\f061 ";
    font-family: 'fontAwesome';
    margin-right: 5px;
    background-color: #BF1533;
    background-color: var(--point);
    width: 17px;
    height: 17px;
    text-align: center;
    color: #F2BB57;
    color: var(--bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: color .4s;
    font-size: .9em;
}

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

.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 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: #BF1533;
    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: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
    background-color: #BF1533;
    background-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: #F2BB57;
    color: var(--bg);
    margin-bottom: 0 !important;
    transition: .4s;
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

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(--point2);
}

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: #F2BB57;
    color: var(--bg);
    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: #F2BB57;
    color: var(--bg);
    margin-bottom: 0 !important;
    font-size: inherit;
    bottom: 10px;
    font-family: 'Calibri', 'Noto Sans KR', sans-serif;
    position: static;
}

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

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

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

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

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

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

/* 인용구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: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    border: 0;
    font-size: inherit;
    line-height: inherit;
    border-radius: 5px;
}

blockquote[data-ke-style='box'] a,
#tt-body-page blockquote[data-ke-style='box'] a,
blockquote[data-ke-style='style3'] a,
#tt-body-page blockquote[data-ke-style='style3'] a {
    color: #F2BB57;
    color: var(--bg);
}

blockquote[data-ke-style='box'] a:before,
#tt-body-page blockquote[data-ke-style='box'] a:before,
blockquote[data-ke-style='style3'] a:before,
#tt-body-page blockquote[data-ke-style='style3'] a:before {
    background-color: #F2BB57;
    background-color: var(--bg);
    color: #BF1533;
    color: var(--point);
}

/* 더보기 */
.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;
    height: auto;
    transition: .4s;
    margin: 0;
    width: auto;
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    padding: 3px 5px;
    line-height: 1;
    border-radius: 5px;
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

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

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

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

.text-item .btn_more:before,
.text-item .btn_less span:before,
.text-item .btn-toggle-moreless:before {
    content: "\f07b";
    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: "\f07c";
}

.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: #F2BB57;
    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;
    padding: 10px;
    margin: 5px 0 10px;
    line-height: inherit;
    border-color: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
}

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

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

figure.fileblock .filename,
#tt-body-page figure.fileblock .filename {
    font-size: inherit;
}

figure.fileblock .name,
#tt-body-page figure.fileblock .name {
    color: #F2BB57;
    color: var(--bg);
    transition: .4s;
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

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

figure.fileblock .size,
#tt-body-page figure.fileblock .size {
    font-size: .9rem;
    color: #F2BB57;
    color: var(--bg);
    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 {
    line-height: normal;
    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 !important;
    background-color: #BF1533;
    background-color: var(--point);
    transition: .4s;
}

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: #F2BB57;
    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;
    vertical-align: middle;
    padding-left: 5px;
    transition: .4s;
    color: #F2BB57 !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 .ico_postbtn:after {
    display: inline-block;
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #F2BB57;
    color: var(--bg);
    transition: .4s;
}

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

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

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

/* ---------------
    본문 하단 태그
--------------- */
.tags {
    margin-top: 25px;
    cursor: default;
}

.tags .title {
    margin-right: 15px;
    display: none;
}

.tags .tag {
    color: transparent !important;
}

.tags a {
    white-space: nowrap;
    color: #F2BB57;
    color: var(--bg);
    transition: .4s;
    margin-right: 5px;
    background-color: #BF1533;
    background-color: var(--point);
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    padding: 3px 5px;
    border-radius: 15px;
    vertical-align: middle;
    font-size: .9em;
}

.tags a:hover {
    color: #BF1533;
    color: var(--point);
    background-color: #F2BB57;
    background-color: var(--bg);
}

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

#morebox {
    margin-top: 40px;
}

#morebox > .title {
    font-size: 1.4em;
    margin-bottom: 40px;
    display: block;
    white-space: nowrap;
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

#morebox > .title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2.8em;
    border-top: 0.06em solid;
    margin-left: 0.6em;
}

#morebox .item {
    margin-right: 2%;
    margin-bottom: 0;
    width: 23.5%;
}

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

.post.open #morebox .item,
body.cmtopen #morebox .item {
    width: calc((100% - 2%) / 2);
}

.post.open #morebox .item:nth-child(1),
.post.open #morebox .item:nth-child(2),
body.cmtopen #morebox .item:nth-child(1),
body.cmtopen #morebox .item:nth-child(2) {
    margin-bottom: 2%;
}

.post.open #morebox .item:nth-child(2n),
body.cmtopen #morebox .item:nth-child(2n) {
    margin-right: 0;
}

/* 카테고리 글 더보기 목록형 */
#morebox.myo_bbs .item .info > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* 카테고리 글 더보기 웹진형 */
#morebox.myo_bbs.web a {
    flex-direction: column-reverse;
}

#morebox.myo_bbs.web .item .thumbox {
    margin: 0;
    width: 100%;
    max-width: inherit;
}

/* ---------------
    댓글 펼침
--------------- */
.tags + #opencmt {
    margin-top: 10px;
}

#opencmt {
    margin-top: 25px;
}

body.cmtopen #opencmt {
    display: none;
}

/* ---------------
    댓글, 방명록
--------------- */

body:not(.cmtopen) #rp > div {
    display: none;
}

/* 댓글, 방명록 작성 */
.write textarea {
    padding: 10px;
    height: 100px;
    min-height: 100px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 100;
    display: block;
    background-color: #BF1533;
    background-color: var(--point);
    vertical-align: top;
    border-radius: 5px;
    transition: height .4s;
    color: #F2BB57;
    color: var(--bg);
}

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

.write button {
    padding: 5px;
    transition: .4s;
    border-radius: 5px;
    width: 100%;
    height: 33px;
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: 1.1em;
}

.write button:hover {
    color: #fff;
    color: var(--point2);
}

.write .inputbox {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.write .inputbox input,
.write .secret {
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    margin-right: 5px;
    height: 33px;
}

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

.write .secret {
    position: relative;
    min-width: 33px;
    height: 33px;
}

.write .inputbox input[name="secret"] {
    visibility: hidden;
}

.write input[name="secret"]:after {
    content: "\f13e";
    font-family: 'fontAwesome';
    transition: .4s;
    visibility: visible;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.write input[name="secret"]:checked:after {
    content: "\f023";
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
}

/* 댓글, 방명록 목록 */
#rp.order .lst {
    flex-direction: column-reverse;
}

.lst {
    display: flex;
    flex-direction: column;
}

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

.lst > ul:not(:last-child),
#rp.order .lst > ul:last-child {
    border-bottom: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
}

#tt-body-guestbook .lst > ul:last-child,
#rp:not(.order) .lst > ul:last-child,
#rp.order .lst > ul:first-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.lst .guest {
    display: flex;
    align-items: flex-start;
}

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

.profile .lst .pro {
    display: inherit;
    align-self: flex-start;
}

.lst .pro {
    flex: 0 0 50px;
    margin-right: 15px;
}

.lst .pro img {
    border-radius: 5px;
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    height: 50px;
}

.lst .guest > div:last-child {
    display: flex;
    flex-direction: column;
}

.lst .text {
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word;
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    max-width: 100%;
    align-self: flex-start;
}

.lst .info {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #BF1533;
    color: var(--point);
    cursor: default;
}

.lst .info a {
    color: #BF1533;
    color: var(--point);
    cursor: pointer;
}

.lst .info a:hover {
    color: #fff;
    color: var(--point2);
}

.lst .info .cmt-btn {
    position: relative;
    font-size: .8rem;
    flex-wrap: wrap;
}

.lst .info .cmt-btn i {
    display: inline-block;
    transition: .4s;
    margin-left: 10px;
    cursor: pointer;
}

.lst .info .cmt-btn,
.lst .info .cmt-btn > ul,
.lst .date {
    display: flex;
    align-items: center;
}

.lst .info .cmt-btn > ul {
    overflow: hidden;
    transition: opacity .4s ease-in-out, max-width 1s ease-in-out;
    opacity: 0;
    max-width: 0;
}

.lst .info .cmt-btn > ul > li {
    margin-right: 10px;
    white-space: nowrap;
}

.lst .info .cmt-btn:hover > ul {
    opacity: 1;
    max-width: 300px;
}

.lst .rp_admin .info .cmt-btn,
.lst .guest_admin .info .cmt-btn {
    justify-content: flex-end;
}

.lst .rp_admin .info .cmt-btn > ul > li,
.lst .guest_admin .info .cmt-btn > ul > li {
    margin: 0 0 0 10px;
}

.lst .rp_admin .name,
.lst .guest_admin .name {
    margin-left: 10px;
}

.lst .info .name,
.lst .info .name a {
    font-weight: bold;
    font-size: 1.05rem;
    white-space: nowrap;
    color: #BF1533;
    color: var(--point);
}

.lst .info .name:before {
    content: '\f0da';
    font-family: 'fontAwesome';
    padding-right: 5px;
    cursor: pointer;
}

.lst .rp_admin .name:before,
.lst .guest_admin .name:before {
    content: "\e642";
    font-family: "themify";
}

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

.lst .name .tistoryProfileLayerTrigger {
    background-image: none;
    width: auto;
    position: relative;
}

.lst .name .tistoryProfileLayerTrigger:after {
    content: '\f2bd';
    font-family: 'fontAwesome';
    font-size: .6em;
    color: inherit;
    transition: .4s;
}

.lst .date {
    cursor: default;
}

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

.lst .date a:after {
    content: "신고";
    visibility: visible;
    font-size: .8rem;
    display: inline-block;
}

.lst .tt_more_preview_comments_text {
    background-color: #BF1533;
    background-color: var(--point);
    padding: 5px;
}

.lst .rp_admin.guest > div:last-child,
.lst .guest_admin.guest > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
}

.lst .rp_admin .text,
.lst .guest_admin .text {
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
    align-self: flex-end;
}

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

.lst .rp_admin .text a:hover,
.lst .guest_admin .text a:hover {
    color: #fff;
    color: var(--point2);
}

.lst .rp_admin .text a:before,
.lst .guest_admin .text a:before {
    background-color: #F2BB57;
    background-color: var(--bg);
    color: #BF1533;
    color: var(--point);
}

.lst .rp_admin .text a:hover:before,
.lst .guest_admin .text a:hover:before {
    background-color: #fff;
    background-color: var(--point2);
    color: #BF1533;
    color: var(--point);
}

/* 답글 */
.lst .reply .guest {
    margin-top: 30px;
}

.lst .rp_admin,
.lst .guest_admin {
    flex-direction: row-reverse;
}

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

/* ---------------
    공지
--------------- */
.noti {}

/* ---------------
    태그 클라우드
--------------- */
#tagcloud {
    clear: both;
}

#tagcloud .title {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: 2em;
    margin-bottom: 4%;
    color: #BF1533;
    color: var(--point);
}

#tagcloud ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

#tagcloud li > a {
    background-color: #BF1533;
    background-color: var(--point);
    color: #F2BB57;
    color: var(--bg);
}

#tagcloud li:hover > a {
    background-color: transparent;
    color: #BF1533;
    color: var(--point);
}

/* ---------------
    페이지네이션
--------------- */
.pagination {
    cursor: default;
    text-align: center;
    font-family: 'Shrikhand';
    margin-top: 40px;
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.pagination .prev,
.pagination .next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.pagination .num a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    transition: border-color .4s;
    border: 1px solid;
    border-color: transparent;
}

.pagination .num a {
    margin: 0px 1px;
}

.pagination .num a:hover span {
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
}

.pagination a .selected {
    color: #F2BB57;
    color: var(--bg);
    background-color: #BF1533;
    background-color: var(--point);
}

.pagination .prev:not([href]),
.pagination .next:not([href]) {
    visibility: hidden;
}

/* ================ 
 *
 *   사이드바
 *
 * ================ */
.catebox .left .side {
    display: flex;
    flex-wrap: wrap;
}

.catebox .left .side #side {
    width: calc((100% - 40px) / 2);
    margin: 0 40px 40px 0;
    color: #F2BB57;
    color: var(--bg);
}

.catebox .left .side #side li a {
    display: list-item;
    list-style: disc inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catebox .left .side #side:nth-child(even) {
    margin-right: 0;
}

.catebox .left .side #side:nth-last-child(-n+2):nth-child(2n+1),
.catebox .left .side #side:nth-last-child(-n+1):nth-child(2n+2) {
    margin-bottom: 0;
}

.catebox .left .side #side > .title,
.catebox .left .side #side a {
    color: #F2BB57;
    color: var(--bg);
}

.catebox .left .side #side > .title:before {
    background-color: #F2BB57;
    background-color: var(--bg);
}

.catebox .left .side #side a:hover {
    color: #fff;
    color: var(--point2);
}

.catebox .left .tagbox a {
    border-color: #F2BB57;
    border-color: var(--bg);
    color: #F2BB57;
    color: var(--bg);
}

.catebox .left .tagbox a:hover {
    color: #BF1533;
    color: var(--point);
    background-color: #F2BB57;
    background-color: var(--bg);
}

.catebox .left .calendar .cal_month .prev,
.catebox .left .calendar .cal_month .next,
.catebox .left .calendar .cal_month .present,
.catebox .left .calendar .dw,
.catebox .left .calendar .cal_day3 {
    color: #F2BB57;
    color: var(--bg);
}

.catebox .left .calendar a.cal_click {
    color: #444;
    color: var(--text);
}

.catebox .left .calendar a:hover,
.catebox .left .calendar a.cal_click:hover {
    color: #fff !important;
    color: var(--point2) !important;
}

.catebox .left .calendar .cal_day4 {
    color: #BF1533;
    color: var(--point);
}

.catebox .left .calendar .cal_day4:after {
    background-color: #F2BB57;
    background-color: var(--bg);
}

.catebox .left .twt {
    max-height: 300px;
}

.catebox .left #side.twt ul,
.catebox .left #side.logo2 {
    border-color: #F2BB57;
    border-color: var(--bg);
}

#aside {
    flex: 0 0 13%;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden;
}

#aside::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

#aside > div:not(:last-child) {
    margin-bottom: 4vh;
}

#side > .title {
    color: #BF1533;
    color: var(--point);
    font-family: 'Shrikhand', 'Binggrae-Bold';
    margin-bottom: 15px;
    font-size: 1.1em;
}

#side > .title:before {
    content: '';
    height: 1px;
    width: 20px;
    transform: rotate(-45deg);
    background-color: #BF1533;
    background-color: var(--point);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#side > .title:empty {
    display: none;
}

#side li .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    display: inline-block;
    vertical-align: middle;
}

#side li .cnt {
    float: right;
    font-size: .8em;
    line-height: 21px;
}

#side .myo_gal ol {
    display: flex;
    flex-wrap: wrap;
}

body.myo-side-thum #side.thumb li {
    width: calc((100% - 10px) / 3);
    margin: 0 5px 5px 0;
    border-radius: 5px;
    border: 1px solid;
    overflow: hidden;
}

body.myo-side-thum #side.thumb li a {
    display: block !important;
}

body.myo-side-thum #side.thumb li:nth-child(3n) {
    margin-right: 0;
}

body.myo-side-thum #side.thumb li:nth-last-child(-n+3):nth-child(3n+1),
body.myo-side-thum #side.thumb li:nth-last-child(-n+2):nth-child(3n+2),
body.myo-side-thum #side.thumb li:nth-last-child(-n+1):nth-child(3n+3) {
    margin-bottom: 0;
}

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

/* 태그 박스 */
.tagbox ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tagbox a {
    white-space: nowrap;
    padding: 5px;
    margin: 0 5px 5px 0;
    border: 1px solid;
    border-radius: 10px;
    line-height: 1;
    transition: .4s;
    display: inline-block;
    vertical-align: middle;
}

.tagbox a:hover {
    color: #F2BB57;
    color: var(--bg);
    background-color: #BF1533;
    background-color: var(--point);
}

/* 달력 월 표시 */
.cal_month {
    margin-bottom: 5px;
    cursor: default;
    padding: 0px 8px;
}

.cal_month .prev {
    float: left;
}

.cal_month .next {
    float: right;
}

.cal_month .present,
.calendar .dw {
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

/* 달력 요일 표시(th 영역) */
.calendar .dw {
    font-size: .8em;
}

.cal_week1 {
    padding: 2px 0 0;
}

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

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

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

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

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

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

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

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

.cal_day4:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #BF1533;
    background-color: var(--point);
    height: 18px;
    width: 18px;
    z-index: -2;
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

.cal_day4 a.cal_click {
    color: #F2BB57;
    color: var(--bg);
}

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

a.cal_click:hover {
    color: #fff;
    color: var(--point2);
}

/* 방문자 수 */
.counter ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    font-family: 'Shrikhand', 'Binggrae-Bold';
}

.counter .num {
    font-size: 1.3em;
    line-height: 1;
}

.counter .text {
    font-size: .8em;
}

/* 트위터 위젯 */
#side.twt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

#side.twt ul {
    border: 1px solid;
    border-radius: 5px;
    border-color: #BF1533;
    border-color: var(--point);
    overflow: hidden;
    overflow-y: auto;
}

#side.twt ul::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

/* 로고2 */

#side.logo2 {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 5px;
    border-color: #BF1533;
    border-color: var(--point);
    z-index: 1;
}

body.over #side.logo2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0vh;
    left: 0;
    background-image: linear-gradient(165deg, #BF1533, #F2BB57);
    background-image: linear-gradient(165deg, var(--point), var(--bg));
    mix-blend-mode: lighten;
    opacity: .5;
}

/* ================ 
 *
 *   푸터
 *
 * ================ */

#footer {}

/* ================ 
 *
 *   기타
 *
 * ================ */

/* 페이지 로딩 */
body:not(.blog-title) #loading {
    display: none;
}

body.blog-title #loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #BF1533;
    background-color: var(--point);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: default;
}

body.blog-title #loading .in {
    transform: skewY(-11deg);
    max-width: 300px;
    word-break: keep-all;
    word-wrap: break-word;
    overflow: hidden;
    animation: fadein 1000ms ease-out;
    -moz-animation: fadein 1000ms ease-out;
    -webkit-animation: fadein 1000ms ease-out;
    -o-animation: fadein 1000ms ease-out;
}

body.blog-title #loading .title {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: 5em;
    text-shadow: .04em .04em 0 #BF1533;
    text-shadow: .04em .04em 0 var(--point);
}

body.blog-title #loading .title,
body.blog-title #loading .title:after {
    position: relative;
    color: #F2BB57;
    color: var(--bg);
    text-align: center;
    text-transform: capitalize;
    line-height: 1.3;
    width: 100%;
    letter-spacing: .1em;
    padding: .2em 0 .25em 0;
}

body.blog-title #loading .title:after {
    content: attr(data-text-shadow);
    color: transparent;
    text-shadow: none;
    position: absolute;
    left: .0875em;
    top: .0875em;
    z-index: -1;
    background: linear-gradient(45deg, transparent 25%, #F2BB57 25%, #F2BB57 50%, transparent 50%, transparent 75%, #F2BB57 75%, #F2BB57);
    background: linear-gradient(45deg, transparent 25%, var(--bg) 25%, var(--bg) 50%, transparent 50%, transparent 75%, var(--bg) 75%, var(--bg));
    background-size: 4px 4px;
    -webkit-background-clip: text;
    background-clip: text;
}

body.blog-title #loading .loader {
    position: relative;
    height: 60px;
    border-radius: 50%;
    margin-top: 30px;
}

body.blog-title #loading .loader .loader-star {
    width: 2em;
    height: 2em;
}

body.blog-title #loading .loader .star1 {
    -webkit-animation: stars-pulse 1s ease-in-out infinite;
    animation: stars-pulse 1s ease-in-out infinite;
    left: 0;
}

body.blog-title #loading .loader .star2 {
    -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
    animation: stars-pulse 1s 0.2s ease-in-out infinite;
    left: 25px;
}

body.blog-title #loading .loader .star3 {
    -webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
    animation: stars-pulse 1s 0.4s ease-in-out infinite;
    left: 50px;
}

@-webkit-keyframes stars-pulse {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes stars-pulse {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

/* 부드러운 화면 전환 */
.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: #fff;
    color: var(--point2);
    margin-left: 5px;
    font-size: .8em;
    animation: animated-cursor 1500ms steps(30, end) infinite;
}

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

    to {
        opacity: 0;
    }
}

/* 탑버튼 */
a.top {
    display: none;
    position: absolute;
    font-family: 'Shrikhand';
    bottom: 0;
    z-index: 999;
    text-align: center;
    color: #F2BB57;
    color: var(--bg);
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}

a.top > span {
    margin-top: 5px;
}

a.top:hover {
    color: #fff;
    color: var(--point2);
}

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

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

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

.copy a {
    color: #F2BB57;
    color: var(--bg);
}

/* ---------------
    커버 영역
--------------- */
#cover {
    display: flex;
    flex-wrap: wrap;
}

#cover section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8vh;
}

#cover section:last-child {
    margin-bottom: 0;
}

#cover .c-title {
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: 2em;
    margin-bottom: 20px;
    color: #BF1533;
    color: var(--point);
    height: 49px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cover .c-title > span:first-child,
#cover .c-title > span:last-child {
    content: " ";
    height: 4px;
    background-image: linear-gradient(-45deg, transparent, transparent 25%, currentColor 25%, currentColor 50%, transparent 50%, transparent 75%, currentColor 75%);
    background-size: 5px 5px;
    margin: 0 20px;
}

#cover .c-title > span:first-child {
    flex: 0 0 10%;
}

#cover .c-title > span:nth-child(2) {}

#cover .c-title > span:last-child {
    flex-grow: 1;
}

#cover .c-title:empty {
    display: none;
}

/* 슬라이드 공통 */
#c-slider2,
#c-slider3 {
    padding-right: 4px;
}

section:not(#c-slider) .slick-slide {
    margin: 0 20px;
}

section:not(#c-slider) .slick-list {
    margin: 0 -20px;
}

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

.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 5px 0;
}

.slick-dots li button {
    text-indent: -9999px;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
}

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

.slick-dots li button:hover {
    background-color: #F2BB57;
    background-color: var(--bg);
}

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

#c-slider > ul {
    flex-grow: 1;
    border: 1px solid;
    border-radius: 5px;
    border-color: #BF1533;
    border-color: var(--point);
    overflow: hidden;
}

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

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

#c-slider .slick-dots {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    transition: opacity .4s;
    opacity: 0;
    z-index: 99;
}

#c-slider .item .thumbox {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .4s;
}

#c-slider .item .thumbox > div {
    padding-top: 56.25%;
}

#c-slider .item .thumbox > div > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#c-slider .item .thumbox .blank {
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(165deg, #BF1533, #F2BB57);
    background-image: linear-gradient(165deg, var(--point), var(--bg));
    mix-blend-mode: lighten;
    opacity: .5;
    z-index: 9;
}

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

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

#c-slider:hover .thum,
#c-slider:hover .noimg {
    filter: grayscale(0%)
}

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

#c-slider .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #BF1533;
    color: var(--point);
    transition: opacity .4s;
    opacity: 0;
}

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

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

#c-slider .info .title {
    max-width: 70%;
    outline: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word;
    width: auto;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    font-size: 3.5em;
    line-height: 1.2;
    animation: slide .4s linear;
    -webkit-transition: 0.3s ease 0.2s;
    transition: 0.3s ease 0.2s;
}

#c-slider .info .title:after {
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    margin-top: 20px;
    background-color: #BF1533;
    background-color: var(--point);
    -webkit-transition: 0.3s ease 0.4s;
    transition: 0.3s ease 0.4s;
}

#c-slider .info .text {
    max-width: 40%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 42px;
    margin-top: 5px;
    margin-top: 20px;
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word;
    -webkit-transition: 0.3s ease 0.6s;
    transition: 0.3s ease 0.6s;
}

#c-slider .item .info .title,
#c-slider .item .info .title:after,
#c-slider .item .info .text {
    position: relative;
    top: 1.25em;
    opacity: 0;
}

#c-slider:hover .item .info .title,
#c-slider:hover .item .info .title:after,
#c-slider:hover .item .info .text {
    top: 0;
    opacity: 1;
}

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

/* 커버 - 슬라이더2, 슬라이더3 */
#c-slider2 .item {
    margin: 0;
}

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

#c-slider3 .slick-slide > div:last-child .item {
    margin-bottom: 0;
}

/* 커버 공지 */
#c-notice {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#c-notice > ul {
    height: 30vh;
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

#c-notice > ul > div:first-child {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#c-notice .thumbox {
    margin-bottom: 10px;
}

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

#c-notice .textbox a:before {
    content: "\e62d";
    font-family: 'themify';
    margin-right: 5px;
    font-size: .8em;
    background-color: #BF1533;
    background-color: var(--point);
    width: 17px;
    height: 17px;
    text-align: center;
    color: #F2BB57;
    color: var(--bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: color .4s;
}

#c-notice .textbox a:hover:before {
    color: #fff;
    color: var(--point2);
}

#c-notice .textbox a {
    margin-top: 5px;
    display: inline-block;
    font-family: 'Shrikhand', 'Binggrae-Bold';
    color: #BF1533;
    color: var(--point);
}

#c-notice .textbox a:hover {
    color: #fff;
    color: var(--point2);
}

#c-notice .slick-dots {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

#c-notice .slick-dots li {
    margin: 0 0 0 5px;
}

/* 커버 갤러리형2 */
#cover #c-gal2 .myo_gal .item .info {
    position: static;
    opacity: 1;
}

/* 커버 트위터 위젯 */
#cover #c-twt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cover #c-twt > ul {
    height: 30vh;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid;
    border-color: #BF1533;
    border-color: var(--point);
    border-radius: 5px;
    flex-grow: 1;
}

@media screen and (min-width: 1025px) {
    .catebox .category_list > li {
        max-width: 50%;
    }

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

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

@media screen and (max-width: 1024px) {
    #container {
        grid-template-rows: 8vh 1fr 8vh;
    }

    #container .wrap-bottom .title {
        bottom: 8vh;
    }

    #content {
        padding-left: 0;
    }

    .myoskin .item {
        margin: 0 20px 20px 0;
    }

    .myoskin.n2 .item {
        width: calc((100% - 20px) / 2);
    }

    .myoskin.n3 .item {
        width: calc((100% - 20px * 2) / 3);
    }

    .myoskin.n4 .item {
        width: calc((100% - 20px * 3) / 4);
    }

    .myo_gal .item .title {
        font-size: 1.5em;
    }

    section:not(#c-slider) .slick-slide {
        margin: 0 10px;
    }

    section:not(#c-slider) .slick-list {
        margin: 0 -10px;
    }

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

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

    #cover section.cover-left + section .myo_gal .slick-slide > div:first-child .item {
        margin-bottom: 20px !important;
    }

    #cover section.cover-left + section .myoskin .item {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
    }

    #cover section.cover-left + section .myoskin .item:nth-child(2n) {
        margin-right: 0;
    }

    #cover section.cover-left + section .myoskin .item:nth-last-child(-n+2):nth-child(2n+1),
    #cover section.cover-left + section .myoskin .item:nth-last-child(-n+1):nth-child(2n+2) {
        margin-bottom: 0;
    }

    #aside {
        display: none;
    }
}

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

    #cover section.cover-left,
    #cover section.cover-left + section {
        width: calc(100% / 2);
    }

    #cover section.cover-left,
    #cover section.cover-left > ul {
        height: auto;
        overflow: hidden;
    }

    #cover section.cover-left + #c-slider2 .slick-slide > div:first-child .item,
    #cover section.cover-left + #c-slider3 .slick-slide > div:first-child .item {
        margin-bottom: 40px;
    }

    #cover section.cover-left + .cover-left + section {
        width: 100%;
        padding: 0;
    }

    body.cmtopen .post > div:first-child,
    .post.open > div:first-child {
        width: calc(50% - 40px);
        display: inline-block;
        height: 100%;
    }

    #rp {
        width: 0;
        overflow: hidden;
        transition: .4s;
        position: sticky;
        top: 1px;
        float: right;
    }

    body.cmtopen #rp,
    .post.open #rp {
        width: 50%;
        padding-left: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    #container .wrap > .in {
        flex-direction: column;
    }

    #header {
        margin-right: 0;
        flex: 0 0 150px;
    }

    #header .logo_title {
        max-height: 150px;
    }

    #content {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #content::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-right: 5px solid;
        border-color: #BF1533;
        border-color: var(--point);
        border-radius: 0;
    }

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

    .catebox {
        width: 100% !important;
        height: 100%;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999 !important;
        display: none;
        overflow: hidden;
    }

    .catebox .scroll {
        overflow-y: auto;
        flex-direction: column;
    }

    .catebox .scroll::-webkit-scrollbar {
        width: 0;
    }

    .catebox .ti-close {
        text-shadow: 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57, 0 0 2px #F2BB57;
        text-shadow: 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg), 0 0 2px var(--bg);
    }

    .catebox .scroll > div {
        position: static;
        width: 100%;
        opacity: 1;
        transform: none;
        flex: 0 0 auto;
    }

    .catebox .scroll .left {
        order: 1;
    }

    .myo_gal:not(.info) .item .info > div > div:before {
        display: none;
    }

    #rp {
        margin-top: 25px;
        display: none;
    }

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

    #cover section.cover-left,
    #cover section.cover-left + section,
    #c-slider2,
    #c-slider3 {
        padding: 0;
    }

    #c-slider2 .myoskin .item,
    #c-slider3 .myoskin .item {
        width: calc(100% - 2px) !important;
    }

    #c-notice > ul > div:first-child::-webkit-scrollbar,
    #c-twt > ul::-webkit-scrollbar,
    .catebox .scroll::-webkit-scrollbar {
        width: 0;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    .myoskin .item .cnt {
        margin: 10px 0;
    }

    .myoskin .item .date {
        order: 1;
        display: block;
        width: 100%;
        margin: 0;
    }
}

/* 모바일 영역 */

@media screen and (max-width: 425px) {
    body {
        background-image: none;
    }

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

    body {
        overflow-y: auto;
    }

    body::-webkit-scrollbar {
        width: 0;
    }

    body.blog-title #loading .title {
        font-size: 3em;
    }

    body.blog-title #loading .loader .loader-star {
        width: 1.5em;
        height: 1.5em;
    }

    #container {
        height: 100%;
        min-height: 100vh;
    }

    #container .wrap-left > div,
    #container .wrap-right > div {
        position: fixed;
        top: 50vh;
    }

    #container .wrap-left > div {
        transform: translateY(-50%) rotate(-90deg);
    }

    #container .wrap-right > div {
        transform: translateY(-50%) rotate(90deg);
    }

    #container .wrap-bottom .title {
        font-size: 2.5em;
    }

    .catebox .scroll > div {
        flex-direction: column;
    }

    .catebox .scroll .right > div {
        margin-bottom: 6vh;
        margin-left: 70px;
        flex: auto;
    }

    .catebox .category_list > li {
        width: auto;
    }

    #content {
        overflow: unset;
    }

    .myoskin .item {
        width: calc((100% - 20px) / 2) !important;
    }

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

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

    a.top {
        position: fixed;
        bottom: 15px;
        right: 4vw;
        transform: translateX(50%);
        display: none;
    }

    a.top span {
        display: none;
    }

    #cover .c-title > span:first-child {
        flex: 0 0 auto;
        flex-grow: 1;
    }

    #c-slider .info .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    #c-slider .info .title:after {
        margin-top: 10px;
    }

    #c-slider .info .text {
        max-width: 80%;
        margin-top: 15px;
    }

    #cover #c-twt {
        height: 40vh;
    }

    #cover #c-slider3 .slick-slide > div:first-child .item,
    #cover section.cover-left + #c-slider2 .slick-slide > div:first-child .item {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 375px) {
    .catebox .category_list {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 320px) {
    .myoskin .item .cnt {
        margin: 10px 0;
    }

    .myoskin .item .date {
        order: 1;
        display: block;
        width: 100%;
        margin: 0;
    }

    .lst .info .cmt-btn > ul {
        max-height: 23.05px;
        transition: 1s;
    }

    .lst .info:hover .cmt-btn > ul {
        max-height: 50px;
    }

    .lst .info .cmt-btn > ul > li {
        margin: 0 0 0 10px;
    }
}
