@charset "utf-8";

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

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

/* CSS리셋 */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
    outline: none;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
    overflow: visible;
    cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea {
    -webkit-appearance: none;
}

input,
select,
textarea,
button {
    background: transparent;
    border: 0;
    outline: none;
}

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

ul,
li {
    list-style: none;
}

img,
fieldset {
    border: none;
    vertical-align: top;
    max-width: 650px;
}

iframe,
embed {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

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

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

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

#header a {
    white-space: nowrap;
}

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

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

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

.catebox .title {
    display: none;
}

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

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

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

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

.link_tit {
    text-align: left;
    margin: 0;
}

.category_list {
    width: 100%;
}

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

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

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

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

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

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

.link_sub_item {}

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

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

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

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

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

.search button {
    transition: .5s;
}

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

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

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

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

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

:not(#cover) + #main {
    padding-top: 170px;
}

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

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

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

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

/* 커버 헤더 */
#tt-body-index #header,
#tt-body-index #header a,
#tt-body-index #header .search input {
    color: #fff;
    color: var(--slide);
}

#tt-body-index #header .search input::-webkit-input-placeholder {
    color: #fff;
    color: var(--slide);
}

#tt-body-index #header .search input:-moz-placeholder {
    color: #fff;
    color: var(--slide);
}

#tt-body-index #header .search input::-moz-placeholder {
    color: #fff;
    color: var(--slide);
}

#tt-body-index #header .search input:-ms-input-placeholder {
    color: #fff;
    color: var(--slide);
}

#tt-body-index #header .search input::placeholder {
    color: #fff;
    color: var(--slide);
}

#tt-body-index #header .search button {
    color: #fff;
    color: var(--slide);
}

#tt-body-index #header a.link_sub_item,
#tt-body-index #header.s a,
#tt-body-index #header.s .search input {
    color: #444;
    color: var(--text);
}

#tt-body-index #header.s .search input::-webkit-input-placeholder {
    color: #444;
    color: var(--text);
}

#tt-body-index #header.s .search input:-moz-placeholder {
    color: #444;
    color: var(--text);
}

#tt-body-index #header.s .search input::-moz-placeholder {
    color: #444;
    color: var(--text);
}

#tt-body-index #header.s .search input:-ms-input-placeholder {
    color: #444;
    color: var(--text);
}

#tt-body-index #header.s .search input::placeholder {
    color: #444;
    color: var(--text);
}

#tt-body-index #header.s .search button {
    color: #444;
    color: var(--text);
}

#tt-body-index #header a:hover,
#tt-body-index #header .search button:hover {
    color: #FA7268;
    color: var(--point);
}

/* 커버 */
#cover {
    width: 100%;
}

#cover > section {
    margin: 7vh auto;
    padding: 0 3vw;
    width: 100%;
}

#cover > section:after,
#cover > section ul:after {
    content: '';
    clear: both;
    display: block;
}

#cover > section > .in > .title {
    text-align: center;
}

#cover > section > .in > .title > p {
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 1.5em;
}

#cover > section > .in > .title > p:after {
    display: block;
    width: 25%;
    position: absolute;
    bottom: -10px;
    height: 2px;
    content: '';
    left: 0;
    background-color: #FA7268;
    background-color: var(--point);
    transition: width .4s;
}

#cover > section > .in:hover > .title > p:after,
#c-notice .c-noti:hover .title:after,
#c-notice .c-twt:hover .title:after {
    width: 100%;
}

#cover #c-slider3 #myo_gal .item .framebox,
#cover #myo_gal2 .item .framebox {
    padding-bottom: 100%;
}

/* 슬라이드 공통 */

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

section:not(#c-slider):not(#c-ban):not(#c-ban2):not(#c-ins) .slick-list {
    margin: 0 -13px;
}

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

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999999;
    opacity: 0;
    transition: .4s;
}

.slick-prev {
    left: 3vw;
}

.slick-next {
    right: 3vw;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'themify';
    color: #444;
    color: var(--text);
    font-size: 2rem;
    display: inline-block;
    transition: .5s;
}

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

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

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

.slick-dots li {
    display: inline;
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #444;
    background: var(--text);
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    opacity: 0.5;
}

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

/* 슬라이드1 */
#c-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin-top: 0 !important;
    max-width: none !important;
    padding: 0 !important;
}

#c-slider .slick-prev:before,
#c-slider .slick-next:before {
    color: #fff;
    color: var(--ban);
}

#c-slider .slick-dots {
    left: 3vw;
    position: absolute;
    right: 0;
    z-index: 99999;
    bottom: 5vh;
    width: calc(var(--width2) + 3vw);
    margin: auto;
    text-align: inherit;
}

#c-slider .slick-dots li {
    display: inline;
    color: transparent;
    margin: 0 10px 0 0;
}

#c-slider .slick-dots li button {
    height: 2px;
    width: 20px;
    background: var(--slide);
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    color: transparent;
    border-radius: 0;
    opacity: 1;
}

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

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

#c-slider .item {
    position: relative;
    vertical-align: top;
}

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

#c-slider .framebox {
    padding-bottom: 100vh;
}

#c-slider .info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    width: 100%;
    color: #fff;
    color: var(--slide);
    display: flex;
    align-items: center;
    justify-content: center;
}

#c-slider .info > div.in {
    height: auto;
    max-height: calc(100% - 10vh);
}

#c-slider .info .title {
    font-size: 2.5em;
    margin: 10px 0;
    font-weight: 800;
}

#c-slider .info .text {
    font-size: .85rem;
    font-weight: 400;
    max-width: 40%;
}

#c-slider .info .more {
    bottom: 15%;
    background-color: #FA7268;
    background-color: var(--point);
    padding: 10px;
    line-height: 1;
    width: 170px;
    text-align: center;
    transition: .5s;
    display: inline-block;
    margin-top: 3vh;
    color: #fff;
    color: var(--slide);
}

#c-slider .info .more i {
    font-size: .8em;
    padding-left: 15px;
    display: inline-block;
}

#c-slider .info .more:hover i {
    animation: more 1s ease infinite 0s;
}

@-webkit-keyframes more {
    100% {
        transform: translateX(10px);
    }
}

@keyframes more {
    100% {
        transform: translateX(10px);
    }
}

/* 커버 - 슬라이더2 */
#c-slider2 > .title {
    margin-top: 0 !important;
}

#c-slider2 a {
    vertical-align: top;
    overflow: hidden;
}

#c-slider2 .slick-slide {
    overflow: hidden;
    transition: all ease-in-out .5s;
}

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

#c-slider2 .slick-slide img {
    width: 100%;
}

#c-slider2 .slick-prev,
#c-slider2 .slick-next {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

#c-slider2 .slick-prev:before,
#c-slider2 .slick-next:before {
    font-size: 20px;
}

#c-slider2 .slick-prev {
    left: -25px;
}

#c-slider2 .slick-next {
    right: -25px;
}


/* 커버 - 슬라이더3 */
#cover #c-slider3 #myo_gal .item {
    margin-bottom: 0;
}

/* 커버 - 공지 */
#c-notice {
    position: relative;
}

#c-notice .in > ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

#c-notice .in > ul > .slick-list {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    height: 40vh;
}

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

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

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

#c-notice .textbox .link:hover {
    color: #444;
    color: var(--text);
}

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

/* 커버 - 갤러리2 */
#cover #myo_gal2 .item {
    position: relative;
    margin: 0 26px 26px 0;
}

#cover #myo_gal2 .item img {
    width: 100%;
}

#cover #myo_gal2 .item .thumbox {
    position: relative;
}

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

#cover #myo_gal2 .item:hover .thumbox:after {
    opacity: 0.7;
}

#cover #myo_gal2 .item.you .thumbox:after {
    display: none;
}

#cover #myo_gal2 .item .info {
    margin-top: 15px;
}

#cover #myo_gal2 .item .itemtitle {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cover #myo_gal2 .item .title {
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

/* 커버 갤러리형2 4열 */
#cover #myo_gal2.n4 .item {
    width: calc((100% - (26px * 3)) / 4);
}

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

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

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

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

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

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

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

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

/* 커버 - 목록, 웹진형 */
#cover #myo_bbs ul,
#cover #myo_web ul {
    display: flex;
    flex-wrap: wrap;
}

#cover #myo_bbs .item,
#cover #myo_web .item {
    max-width: none;
    width: calc((100% - 26px) / 2);
    margin-right: 26px;
}

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

/* 커버 - 목록형 */
#cover #myo_bbs .item:nth-child(1):before,
#cover #myo_bbs .item:nth-child(2):before,
#cover #myo_web .item:nth-child(1):before,
#cover #myo_web .item:nth-child(2):before {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #444;
    color: var(--text);
    opacity: 0.3;
}

#cover #myo_bbs .item:before,
#cover #myo_web .item:before {
    top: 0;
}

#cover #myo_bbs .item .titlecmt {
    color: #FA7268;
    color: var(--point);
    margin-left: 10px;
    font-family: 'Calibri';
    font-size: .8rem;
}

#cover #myo_bbs .item .date {
    font-size: .8rem;
}

/* 커버 - 웹진형 */
#cover #myo_web .item {
    padding: 30px 0;
}

#cover #myo_web .item:before {
    display: none;
}

#cover #myo_web .item img {
    width: 100%;
}

#cover #myo_web .item .framebox {
    transform: none;
    padding-bottom: 100%;
    position: static;
    padding-top: 0;
}

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

#cover #myo_web .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
}

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

/* 커버 - 배너 */
#c-ban {
    max-width: none !important;
    padding: 0 !important;
}

#c-ban p {
    color: #fff;
    color: var(--ban);
}

#c-ban .slick-prev:before,
#c-ban .slick-next:before {
    color: #fff;
    color: var(--ban);
}

#c-ban2 p {
    color: #fff;
    color: var(--ban2);
}

#c-ban2 .slick-prev:before,
#c-ban2 .slick-next:before {
    color: #fff;
    color: var(--ban2);
}

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

.banner .thum,
.banner .noimg {
    width: 100%;
    height: 25vh;
    background-size: cover;
    background-position: center;
    position: relative;
    vertical-align: top;
}

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

.banner:hover .thum:after {
    opacity: .5;
}

.banner .item.you .info {
    display: none;
}

.banner a {}

.banner .framebox {
    padding-bottom: 25vh;
}

.banner .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3vw 8vw;
    color: #444;
    color: var(--text);
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.banner .info .title {
    font-size: 2em;
    margin-bottom: 5px;
}

.banner .info .text {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 85px;
    overflow: hidden;
    word-wrap: break-word;
}

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

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

/* 커버 인스타그램 */
#c-ins {
    padding: 0 !important;
}

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

#c-ins #myo_gal .item .thumbnail {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

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

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

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

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

#c-ins #myo_gal .item:hover .centered img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.calendar_prev {
    float: left;
}

.calendar_next {
    float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.cal_click:hover {
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#right .rightin {
    flex: auto;
}

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

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

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

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

.myoskin .item .titlecmt {
    color: #FA7268;
    color: var(--point);
    margin-left: 10px;
    font-family: 'Calibri';
    white-space: nowrap;
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pass > form {
    max-width: 200px;
    width: 100%;
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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


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

.titlebox .cate {
    display: none;
}

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

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

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

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

.text-item {}

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

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

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

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

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

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

.text-item u {
    text-decoration: none;
    position: relative;
    line-height: 1;
    z-index: 0;
    padding: 0 5px;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    transition: color .25s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn_less::before {
    display: none;
}

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

/* 파일 첨부 */
figure.fileblock,
#tt-body-page figure.fileblock {
    background-color: #FA7268;
    background-color: var(--point);
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.morebox a {
    display: block;
}

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

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

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

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

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

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

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

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

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

#rp {
    margin-top: 25px;
}

#rp > div {
    display: none;
}

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

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

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

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

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

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

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

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

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

.write .secret input {
    display: none;
}

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

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

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

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

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

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

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

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

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

.lst:before {
    top: 0;
}

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

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

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

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

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

.lst .date a {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer .sns {
    cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #btn {
        margin-left: 30px;
    }

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

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

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

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

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

    html.open {
        overflow: hidden;
    }

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

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

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

    #side1.open {
        left: 0;
    }

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

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

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

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

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

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

    a.link_item:after {
        display: none;
    }

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

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

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

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

    .sub_category_list:after {
        display: none;
    }

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

    #tt-body-index #header .search input::-webkit-input-placeholder {
        color: #444;
        color: var(--text);
    }

    #tt-body-index #header .search input:-moz-placeholder {
        color: #444;
        color: var(--text);
    }

    #tt-body-index #header .search input::-moz-placeholder {
        color: #444;
        color: var(--text);
    }

    #tt-body-index #header .search input:-ms-input-placeholder {
        color: #444;
        color: var(--text);
    }

    #tt-body-index #header .search input::placeholder {
        color: #444;
        color: var(--text);
    }

    #tt-body-index #header .search input,
    #tt-body-index #header .search button {
        color: #444;
        color: var(--text);
    }

    :not(#cover) + #main {
        padding-top: 50px;
    }
}

@media screen and (min-width: 769px) {
    #cover {
        display: flex;
        flex-wrap: wrap;
    }

    #cover section.cover-left,
    #cover section.cover-left + section {
        max-width: calc(var(--width2) / 2) !important;
        width: 50%;
    }

    #cover section.cover-left {
        padding-right: 14px !important;
        padding-left: 0 !important;
        height: auto;
        margin-right: 0;
    }

    #cover section.cover-left + section {
        padding-left: 14px;
        margin-left: 0;
        margin-right: auto;
        padding-right: 0;
    }

    #cover section.cover-left + section .in {
        padding: 0;
    }

    #cover section.cover-left + section #myo_gal .slick-slide > div:last-child .item {
        margin-bottom: 0;
    }

    #cover section.cover-left + section.cover-left + section,
    #cover section.cover-left:last-child {
        width: 100% !important;
        max-width: 100%;
        margin: 7vh auto;
        padding: 0 3vw;
    }

    #cover section:first-child.cover-left,
    #cover section:first-child.cover-left + section {
        margin-top: 140px !important;
    }

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

    #cover section.cover-left .slick-prev,
    #cover section.cover-left .slick-next,
    #cover section.cover-left + section .slick-prev,
    #cover section.cover-left + section .slick-next {
        display: none !important;
    }

    #cover section.cover-left + section#myo_gal .item,
    #cover section.cover-left + section#myo_gal2 .item {
        width: calc((100% - 26px) / 2);
        margin: 0 26px 26px 0 !important;
    }

    #cover section.cover-left + section#myo_gal .item:nth-child(2n),
    #cover section.cover-left + section#myo_gal2 .item:nth-child(2n) {
        margin-right: 0 !important;
    }

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

    #cover section.cover-left + section#myo_bbs .item {
        width: 100%;
        margin: 0;


    }

    #cover section.cover-left + section#myo_bbs .item:nth-child(2):before {
        display: none;
    }

    #cover section.cover-left + section#c-ban .thum,
    #cover section.cover-left + section#c-ban .noimg,
    #cover section.cover-left + section#c-ban2 .thum,
    #cover section.cover-left + section#c-ban2 .noimg,
    #cover section.cover-left + #c-twt .in {
        height: 38.16vh;
    }

    #cover #c-slider.cover-left .thum,
    #cover #c-slider.cover-left .noimg {
        height: 100%;
    }

    #cover #c-slider.cover-left .info .text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 57px;
        overflow: hidden;

    }

    #cover #c-slider.cover-left .framebox {
        padding-bottom: 50vh;
        padding-bottom: 56.25%;
    }

    #cover #c-notice.cover-left .slick-slide,
    #cover #c-notice.cover-left .slick-list {
        margin: 0;
    }

    #cover #c-notice.cover-left .in {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #cover #c-notice.cover-left .in > ul > .slick-list {
        flex-grow: 1;
        height: 100%;
    }

    #cover #c-notice.cover-left + #c-twt .in {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #cover #c-notice.cover-left + #c-twt .in > ul {
        height: 30vh;
        flex-grow: 1;
    }
}

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

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

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

    section:not(#c-slider):not(#c-ban):not(#c-ban2):not(#c-ins) .slick-list {
        margin: 0 -6.5px;
    }

    #c-slider .info {
        height: auto;
        bottom: 15vh;
        top: auto;
    }

    #c-slider .info .text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 57px;
        overflow: hidden;
        max-width: none;
    }

    #c-slider2 .slick-prev,
    #c-slider2 .slick-next {
        display: none !important;
    }

    #cover #c-slider2 .slick-slide > div:first-child .item {
        margin-bottom: 13px !important;
    }

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

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

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

    #cover #c-slider2 #myo_gal .item,
    #cover #c-slider3 #myo_gal .item,
    #cover #c-ins #myo_gal .item {
        width: 100% !important;
    }

    #cover #myo_gal2 .item .info {
        margin: 15px 0;
    }

    #cover #myo_gal2 .item .title {
        font-size: inherit;
    }

    #cover #myo_bbs .item,
    #cover #myo_web .item {
        width: 100%;
        margin: 0;
    }

    #cover #myo_bbs .item:nth-child(2):before,
    #cover #myo_web .item:nth-child(2):before,
    #myo_bbs .item .cate {
        display: none;
    }

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

    #myo_web .item a {
        display: block;
    }

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

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

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

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

    .banner .info .in {
        padding: 0 6vw;
    }

    .banner .info .title {
        font-size: 1.3rem;
        font-weight: bold;
    }

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

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

    .cmt .date {
        display: none;
    }

    .cmt .admin {
        opacity: 1;
    }

    .write .input {
        width: 88%;
    }

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

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

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

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

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

    #footer .in {
        display: block
    }

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

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

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