@charset "utf-8";

/* 웹폰트 */
@import url('//fonts.googleapis.com/css?family=Oleo+Script|Righteous');

@font-face {
    font-family: 'yg-jalnan';
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BRRA_R';
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/BRRA_R.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 전체 폰트 */
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: 'BRRA_R';
    line-height: 1.7;
    font-size: 14px;
    color: #666;
    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;
}

iframe,
embed {
    width: 100%;
}

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

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

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

/* 기본 설정 */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-height: 100vh;
    overflow: hidden;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

::-moz-selection {
    color: #fff;
    color: var(--shop-point);
    background-color: #FFCCCC;
    background: var(--shop-awning);
}

/* 스크롤바 */
::-webkit-scrollbar {
    width: 0;
    height: 5px;
    background: transparent;
}

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

/* 배경 */
#bgd {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

#stars {
    display: none;
}

.night #stars {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 88%;
}

.night {
    background: linear-gradient(180deg, #3c4145 0%, #3c4145 88%, #404c42 88%, #404c42 100%);
}

.night:after {
    position: absolute;
    content: "";
    top: 200px;
    left: 70%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #e3e3c7;
    -webkit-box-shadow: 0px 0px 218px 30px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 218px 30px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 218px 30px rgba(255, 255, 255, 1);
    animation: orbit 200s linear infinite;
}

.night:before {
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: 25%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 1000px 5px 0 0, rgba(255, 255, 255, 0.1) 122px 12px 0 -1px, #fff 328px 155px 0 1px, rgba(255, 255, 255, 0.1) 320px 34px 0 0, #fff 200px 240px 0 -1.5px, rgba(255, 255, 255, 0.1) 500px 200px 0 1px, #fff 879px 135px 0 0;
    animation: twinkle 2s linear infinite;
    animation-direction: alternate;
}

.morning {
    background-color: #9ee3fb;
    background: linear-gradient(180deg, #9ee3fb 0%, #CCEEF9 88%, #bbf197 88%, #bbf197 100%);
}

.morning:after,
.day:after {
    position: absolute;
    content: "";
    top: 0;
    left: 70%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #ffdf6d;
    border: 5px solid #FFDB66;
    -webkit-box-shadow: 0px 0px 218px 30px rgba(255, 223, 109, 1);
    -moz-box-shadow: 0px 0px 218px 30px rgba(255, 223, 109, 1);
    box-shadow: 0px 0px 218px 30px rgba(255, 223, 109, 1);
    animation: orbit 200s linear infinite;
    z-index: 0;
}

.day {
    background-color: #86c3d7;
    background: linear-gradient(180deg, #86c3d7 0%, #CCEEF9 88%, #bee4a5 88%, #bee4a5 100%);
}

.noon {
    background: linear-gradient(180deg, #86C3D7 0%, #FFB970 88%, #bdb694 88%, #bdb694 100%);
}

.noon:after {
    position: absolute;
    content: "";
    top: 100px;
    left: 70%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #FFCD2B;
    border: 5px solid #FFBF00;
    -webkit-box-shadow: 0px 0px 218px 30px #FFCD2B;
    -moz-box-shadow: 0px 0px 218px 30px #FFCD2B;
    box-shadow: 0px 0px 218px 30px #FFCD2B;
    animation: orbit 200s linear infinite;
}

#skydeco {
    margin: 0 auto;
    width: 100%;
    position: absolute;
}

#skydeco .cloud1 {
    width: 270px;
    height: 110px;
    background: #fff;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: relative;
    opacity: 0.8;
    animation: cloudy 40s linear infinite;
    animation-direction: alternate;
}

#skydeco .cloud1:before,
#skydeco .cloud1:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 150px;
    height: 130px;
    position: absolute;
    top: -15px;
    left: 10px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
}

#skydeco .cloud1:after {
    width: 170px;
    height: 170px;
    top: -55px;
    left: auto;
    right: 15px;
}

#skydeco .cloud2 {
    width: 250px;
    height: 100px;
    background: #fff;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: relative;
    top: 150px;
    opacity: 0.6;
    animation: cloudy 30s linear infinite;
}

#skydeco .cloud2:before,
#skydeco .cloud2:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 150px;
    height: 130px;
    position: absolute;
    top: -25px;
    left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

#skydeco .cloud2:after {
    width: 150px;
    height: 150px;
    top: -30px;
    left: auto;
    right: 15px;
}

#skydeco .cloud3 {
    width: 200px;
    height: 90px;
    background: #fff;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    top: 150px;
    right: 0px;
    opacity: 0.6;
    animation: cloudy 45s linear infinite;
    animation-direction: alternate;
    z-index: 9;
}

#skydeco .cloud3:before,
#skydeco .cloud3:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -25px;
    left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

#skydeco .cloud3:after {
    width: 90px;
    height: 110px;
    top: -30px;
    left: auto;
    right: 35px;
}

#clock {
    display: none;
}

@keyframes twinkle {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes orbit {
    0% {
        left: 0%;
        top: 15%;
    }

    25% {
        left: 25%;
        top: 7%;
    }

    50% {
        left: 50%;
        top: 1%;
    }

    75% {
        left: 75%;
        top: 5%;
    }

    100% {
        left: 100%;
        top: 20%;
    }
}

@keyframes cloudy {
    0% {
        left: 100%;
    }

    100% {
        left: -250px;
    }
}

.tree {
    position: absolute;
    background: #00A388;
    background-image: linear-gradient(45deg, #02947C 40%, #00A388 40%);
    animation-name: tree-shadow-move;
    animation-duration: 200s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.tree-big {
    bottom: 15vh;
    left: 15vw;
    width: 8vw;
    height: 55vh;
    border-radius: 50% 50% 50px 50px;
}

.tree-big:after {
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5vw;
    height: 8vh;
    background: #A75265;
    background-image: linear-gradient(#884252 30%, #A75265 30%);
    z-index: -1;
}

.tree-small {
    width: 7vw;
    height: 50vh;
    border-radius: 130px;
}

.tree-small:after {
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 2vw;
    height: 7vh;
    background: #A75265;
    background-image: linear-gradient(#884252 30%, #A75265 30%);
    z-index: -1;
}

.tree-small-1 {
    bottom: 15vh;
    left: 3vw;
}

.tree-small-2 {
    bottom: 15vh;
    right: 3vw;
}

.tree-long {
    bottom: 20vh;
    right: 15vw;
    width: 7vw;
    height: 50vh;
    border-radius: 50% 50% 50px 50px;
    z-index: 1;
}

@keyframes tree-shadow-move {
    from {
        background-image: linear-gradient(-45deg, #02947C 40%, #00A388 40%);
    }

    33% {
        background-image: linear-gradient(-22deg, #02947C 40%, #00A388 40%);
    }

    50% {
        background-image: linear-gradient(0deg, #02947C 40%, #00A388 40%);
    }

    66% {
        background-image: linear-gradient(22deg, #02947C 40%, #00A388 40%);
    }

    to {
        background-image: linear-gradient(45deg, #02947C 40%, #00A388 40%);
    }
}

.tree-long:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5vw;
    height: 12vh;
    background: #A75265;
    background-image: linear-gradient(#884252 30%, #A75265 30%);
    z-index: -1;
}

/* 샵 */
#storebox {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 5vw;
    z-index: 9;
    animation: fadein 2000ms ease-out;
    -moz-animation: fadein 2000ms ease-out;
    -webkit-animation: fadein 2000ms ease-out;
    -o-animation: fadein 2000ms 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;
    }
}

/* 샵 간판 */
.signbox {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.sign:after,
.signbox .sign:before {
    content: '';
    display: block;
    width: 20px;
    height: 60px;
    position: absolute;
    top: 100%;
    background-color: #FFFFFF;
    background-color: var(--shop-point);
    z-index: -1;
    box-shadow: inset 0 7px 3px 0 rgba(0, 0, 0, 0.15);
}

.signbox .sign:before {
    left: 30px;
}

.signbox .sign:after {
    right: 30px;
}

.sign {
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 5px;
    border: 5px solid;
    border-color: #ffffff;
    border-color: var(--shop-point);
    background-color: #FFFFFF;
    background-color: var(--shop-point);
}

.sign a {
    padding: 10px 20px 5px;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: #ffcccc;
    background-color: var(--shop-awning);
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    font-size: 4rem;
    font-family: 'Oleo Script', 'yg-jalnan', cursive;
    color: #fff;
    color: var(--shop-point);
    -webkit-animation: pulse 1s ease-in-out infinite alternate;
    -moz-animation: pulse 1s ease-in-out infinite alternate;
    -o-animation: pulse 1s ease-in-out infinite alternate;
    animation: pulse 1s ease-in-out infinite alternate;
}

@-webkit-keyframes pulse {
    from {
        text-shadow: 0 0 0 #ffffff;
        text-shadow: 0 0 0 var(--shop-point);
    }

    to {
        text-shadow: 0 0 5px #ffffff, 0 0 10px rgba(255, 255, 255, 0.2), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.2);
        text-shadow: 0 0 5px var(--shop-point), 0 0 10px var(--shop-point-shadow), 0 0 15px var(--shop-point-shadow), 0 0 20px var(--shop-point-shadow);
    }
}

.store {
    margin: auto;
    background-color: #FFEEEE;
    background-color: var(--shop-bg);
    border: 15px solid;
    border-color: #ffffff !important;
    border-color: var(--shop-point) !important;
    border-top: 0;
    border-bottom: 0;
    position: relative;
    padding: 10px 20px 0;
    z-index: 2;
    max-width: 1073px;
    max-width: var(--width);
    height: 70vh;
    height: var(--height);
}

.store-top {
    position: relative;
    height: 45px;
    background-color: #ffffff;
    background-color: var(--shop-point);
    max-width: calc(1073px + 30px);
    max-width: calc(var(--width) + 30px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    z-index: 9;
}

.store-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 13%;
    background-color: rgba(255, 255, 255, 0.3);
}

/* 샵 차양 */
.awning {
    width: 115%;
    height: calc(120px + 55px);
    -webkit-perspective: 300px;
    perspective: 300px;
    position: absolute;
    left: -7.51%;
    top: -10px;
    z-index: 10;
    -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
    overflow: hidden;
}

.awning::after,
.awning::before {
    content: "";
    position: absolute;
    width: 100%;
}

.awning::before {
    top: 20px;
    width: 85%;
    left: 7.5%;
    height: 15px;
    border-radius: 5px;
    content: '';
    background-color: #FFFFFF;
    background-color: var(--shop-point);
}

.awning::after {
    height: 120px;
    -webkit-transform: rotateX(30deg);
    transform: rotateX(30deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    background: repeating-linear-gradient(to right, #FFCCCC, #FFCCCC 80px, #ffffff 80px, #ffffff 160px);
    background: repeating-linear-gradient(to right, var(--shop-awning), var(--shop-awning) 80px, var(--shop-point) 80px, var(--shop-point) 160px);
}

.awning-bottom {
    position: absolute;
    top: 119px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
}

.awning-bottom li {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 80px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.awning-bottom li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
}

.awning-bottom li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
}

.awning-bottom li:nth-child(odd):after {
    background-color: #ffcccc;
    background-color: var(--shop-awning);
}

.awning-bottom li:nth-child(even):after {
    background-color: #ffffff;
    background-color: var(--shop-point);
}

.awning-bottom li:nth-child(1) {
    left: 0%;
}

.awning-bottom li:nth-child(2) {
    left: 80px;
}

.awning-bottom li:nth-child(3) {
    left: 160px;
}

.awning-bottom li:nth-child(4) {
    left: 240px;
}

.awning-bottom li:nth-child(5) {
    left: 320px;
}

.awning-bottom li:nth-child(6) {
    left: 400px;
}

.awning-bottom li:nth-child(7) {
    left: 480px;
}

.awning-bottom li:nth-child(8) {
    left: 560px;
}

.awning-bottom li:nth-child(9) {
    left: 640px;
}

.awning-bottom li:nth-child(10) {
    left: 720px;
}

.awning-bottom li:nth-child(11) {
    left: 800px;
}

.awning-bottom li:nth-child(12) {
    left: 880px;
}

.awning-bottom li:nth-child(13) {
    left: 960px;
}

.awning-bottom li:nth-child(14) {
    left: 1040px;
}

.awning-bottom li:nth-child(15) {
    left: 1120px;
}

.awning-bottom li:nth-child(16) {
    left: 1200px;
}

.awning-bottom li:nth-child(17) {
    left: 1280px;
}

.awning-bottom li:nth-child(18) {
    left: 1360px;
}

.awning-bottom li:nth-child(19) {
    left: 1440px;
}

.awning-bottom li:nth-child(20) {
    left: 1560px;
}

.blank {
    height: 120px;
    width: 100%;
}

/* 유리 */
.windowbox {
    width: 74.5%;
    height: calc(100% - 120px);
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 15px solid;
    border-color: #ffffff !important;
    border-color: var(--shop-point) !important;
}

.store .windowbox .in {
    height: 75%;
    border: 0;
    padding: 15px;
}

.window {
    height: 75%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.window-in {
    position: relative;
    height: 100%;
}

.window-in .window-glass {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(154, 206, 213, 0.7);
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
    outline: 10px solid;
    outline-color: #ffffff;
    outline-color: var(--shop-point);
}

.window-in .window-light {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    left: 0;
    bottom: -242%;
    height: 300%;
    width: 300%;
    list-style-type: none;
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);
}

.window-in .window-light li {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.window-in .window-light li:nth-child(1) {
    left: 0;
    width: 6%;
}

.window-in .window-light li:nth-child(2) {
    left: 6.5%;
    width: 0.7%;
}

.window-in .window-light li:nth-child(3) {
    left: 7.7%;
    width: 3%;
}

.window-in .window-light li:nth-child(4) {
    width: 0.6%;
    left: 19%;
}

.window-in .window-light li:nth-child(5) {
    width: 2.4%;
    left: 20.2%;
}

.window-in .window-in-frame {
    list-style-type: none;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.15);
}

.window-in .window-in-frame li {
    display: inline-block;
    position: absolute;
    width: 33%;
    height: 50%;
    top: 0;
    border: 3px solid #fff;
    border: 3px solid var(--shop-point);
}

.window-in .window-in-frame li:nth-child(1) {
    left: 0;
    border-width: 0 4px 4px 0;
}

.window-in .window-in-frame li:nth-child(2) {
    left: 33%;
    border-width: 0 4px 4px 4px;
}

.window-in .window-in-frame li:nth-child(3) {
    left: 67%;
    border-width: 0 0 4px 4px;
}

.window-in .window-in-frame li:nth-child(4) {
    left: 0;
    top: 50%;
    border-width: 4px 4px 0 0;
}

.window-in .window-in-frame li:nth-child(5) {
    left: 33%;
    top: 50%;
    border-width: 4px 4px 0 4px;
}

.window-in .window-in-frame li:nth-child(6) {
    left: 67%;
    top: 50%;
    width: 34%;
    border-width: 4px 0 0 4px;
}

/* 문 */
.doorbox {
    position: relative;
    height: calc(100% - 120px);
    width: 25%;
    float: right;
    z-index: 9;
}

.doorbox .door {
    height: 100%;
    border: 15px solid;
    border-color: #ffffff;
    border-color: var(--shop-point);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: 600ms ease-in-out;
    transform-origin: 100% 0%;
    transform: perspective(1500px) rotateY(0deg);
    z-index: 99;
}

.doorbox .door .inner {
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0 auto;
    height: 75%;
    width: 100.2%;
}

.doorbox .door .inner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -93%;
    height: 226%;
    width: 15%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);
    z-index: 1;
}

.doorbox .door .inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -46%;
    height: 226%;
    width: 35%;
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);
    background-color: rgba(255, 255, 255, 0.3);
}

.doorbox .door .window_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.doorbox .door .window_grid .glass {
    background-color: rgba(154, 206, 213, 0.7);
    height: 100%;
    width: 100%;
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
    outline: 10px solid;
    outline-color: #ffffff;
    outline-color: var(--shop-point);
}

.doorbox .door.open,
.doorbox:hover .door {
    transform: perspective(1500px) rotateY(150deg);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.doorbox-bottom {
    background-color: #FFFFFF;
    background-color: var(--shop-point);
    padding-top: 15px;
    height: 25%;
    width: 100.2%;
    position: relative;
}

.doorbox-bottom .bottom-in {
    height: 100%;
    outline: 2px solid;
    outline-color: #ffffff;
    outline-color: var(--shop-point);
    border-top: 10px solid rgba(0, 0, 0, 0.05);
    border-bottom: 10px solid rgba(0, 0, 0, 0.05);
    border-left: 10px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid rgba(0, 0, 0, 0.1);
}

.doorbox .door .bar {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-15px, -50px);
    margin: 0 auto;
    height: 15%;
    width: 10px;
    background-color: #ffcccc;
    background-color: var(--shop-grip);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
    z-index: 9;
    border-radius: 5px;
}

.doorbox .door .openbox {
    width: 60px;
    height: 75px;
    position: absolute;
    left: 50.5%;
    top: 25%;
    transform: translate(-50%, 0);
    transform-origin: center top;
    animation: sallan 10s cubic-bezier(0.4, 1, 0.3, 0.5) infinite;
    z-index: 9;
}

.doorbox .door .openbox .open {
    font-size: 1.5rem;
    padding: 2px 10px;
    background-color: #FFCCCC;
    background-color: var(--shop-open-bg);
    color: #ffffff;
    color: var(--shop-open-text);
    border: 2px solid;
    border-color: #ffffff;
    border-color: var(--shop-open-text);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 3;
    border-radius: 5px;
    cursor: default;
}

.doorbox .door .openbox .line1,
.doorbox .door .openbox .line2 {
    height: 40px;
    width: 0px;
    border-left: 1px solid #bdbdbd;
    position: absolute;
    top: 0px;
    z-index: 2;
}

.doorbox .door .openbox .line1 {
    left: 18px;
    transform: skew(-30deg);
}

.doorbox .door .openbox .line2 {
    transform: skew(30deg);
    right: 18px;
}

@keyframes sallan {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    20% {
        transform: translateX(-50%) rotate(30deg);
    }

    40% {
        transform: translateX(-50%) rotate(-30deg);
    }

    60% {
        transform: translateX(-50%) rotate(60deg);
    }

    80% {
        transform: translateX(-50%) rotate(40deg);
    }

    100% {
        transform: translateX(-50%) rotate(0deg);
    }
}

/* 내부 */
.store .in {
    width: 100%;
    height: 100%;
    background-color: #FFB72B;
    background-color: var(--shop-in2);
    background-image: linear-gradient(#ECE7DC 0%, #FFB72B 74%);
    background-image: linear-gradient(var(--shop-in1) 0%, var(--shop-in2) 74%);
    border: 15px solid;
    border-color: #ffffff;
    border-color: var(--shop-point);
    padding: 25px 0 15px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}

/* 샵 하단 */
.store-bottom {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: 60px;
    max-width: calc(1073px + 60px);
    max-width: calc(var(--width) + 60px);
    background-color: #FFCCCC;
    background-color: var(--shop-floor);
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    overflow: hidden;
}

.store-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 14%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

/* 카테고리 */
.ti-close {
    display: none;
}

#catebox {
    line-height: 2.3;
}

#catebox .logo {
    text-align: center;
}

#catebox .logo a {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid;
    border-color: #ffffff;
    border-color: var(--shop-point);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.doorbox .in:hover #catebox .logo a {
    border-color: #FA7268;
    border-color: var(--point);
}

#catebox > .title {
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'yg-jalnan';
}

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

#catebox .intro {
    text-align: center;
    font-size: .85em;
    line-height: 1.3;
    cursor: default;
    margin-top: 3px;
}

.blogmenu,
#catebox .cate,
.tt_category {
    margin: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#catebox > .title,
#catebox .intro,
.blogmenu li a,
#catebox .cate a,
a.link_item {
    transition: padding .5s;
}

.blogmenu a:before,
a.link_item:before,
#catebox .cate a:before {
    content: "\f810  ";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    margin-right: 5px;
    font-size: .8em;
}

a.link_item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

a.link_item:after {
    content: '+';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    text-align: center;
    transition: .5s;
    float: right;
}

a.link_sub_item {
    padding-left: 12%;
}

.sub_category_list {
    margin-bottom: 20px;
}

.blogmenu li a,
#catebox .cate a,
a.link_item:only-child,
a.link_sub_item {
    display: block;
    transition: .5s;
}

a.link_sub_item:before {
    content: "\f818  ";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    margin-right: 5px;
    font-size: .8em;
}

.blogmenu li,
#catebox .cate,
.category_list > li {
    transition: .5s;
    border-radius: 20px;
}

#catebox > .title,
#catebox .intro,
.blogmenu li:hover a,
#catebox .cate:hover a,
.category_list > li:hover a.link_item {
    padding: 0 20px;
}

.blogmenu li:hover,
#catebox .cate:hover,
.category_list > li:hover {
    background-color: #ffffff;
    background-color: var(--item-bg);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.category_list > li:hover a.link_item {
    color: #FA7268;
    color: var(--point);
}

.category_list > li:hover a.link_item:after {
    content: '-';
}

a.link_item:only-child:after,
.sub_category_list,
.link_tit {
    display: none;
}

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

.search input {
    flex-grow: 1;
    border-radius: 20px;
    padding: 5px 40px 5px 20px;
    width: 100%;
    background-color: #ffffff;
    background-color: var(--item-bg);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.search button {
    position: absolute;
    right: 20px;
    line-height: 37px;
    transition: color .5s;
}

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

/* 입력창 폰트 색상 */
.search input:focus::-webkit-input-placeholder {
    color: #FA7268;
    color: var(--point);
}

.search input:focus:-moz-placeholder {
    color: #FA7268;
    color: var(--point);
}

.search input:focus::-moz-placeholder {
    color: #FA7268;
    color: var(--point);
}

.search input:focus:-ms-input-placeholder {
    color: #FA7268;
    color: var(--point);
}

.search input:focus::placeholder {
    color: #FA7268;
    color: var(--point);
}

/* sns */
.sns {
    text-align: center;
    margin: 20px;
    cursor: default;
}

.sns a {
    margin: 0 5px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
    width: 28px;
    height: 28px;
    line-height: 1px;
    text-align: center;
    transition: .5s;
}

.sns a:hover {
    background-color: #ffffff;
    background-color: var(--item-bg);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

/* 사이드바 공통 */
.side {
    margin: 20px;
    cursor: default;
}

.side.notice a,
.recentComment a,
.archive a,
.links a {
    display: block;
}

.side .s-title {
    border-radius: 20px;
    background-color: #ffffff;
    background-color: var(--item-bg);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
}

.side .s-title:before {
    content: '\f4d8';
    font-family: "font Awesome 5 pro";
    font-weight: bold;
    margin-right: 5px;
    font-size: .8em;
}

.side > ul {
    padding: 20px 20px 0;
    overflow: hidden;
    width: 100%;
}

.side > ul .info,
#archive a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.side > ul .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side > ul .cnt {
    font-size: .8em;
    color: #FA7268;
    color: var(--point);
    white-space: nowrap;
}

.side > ul li {
    margin-bottom: 5px;
}

.side-thum a {
    display: flex;
    align-items: center;
}

.side-thum ul {
    padding: 20px 10px 0;
}

.side-thum .info {
    padding-left: 10px;
    flex-grow: 1;
}

.side-thum img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 3px solid;
    color: #ffffff;
    color: var(--item-bg);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    transition: border-color .5s;
}

.side-thum img:hover {
    border-color: #FA7268;
    border-color: var(--point);
}

/* 사이드바 달력 */
.calendar_bot {
    margin-top: 20px;
}

/* 달력 월 표시 */
.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;
    font-size: .8em;
}

/* 달력 일요일 표시(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: #fff;
    color: var(--shop-point);
    position: relative;
    z-index: 1;
}

.cal_day4:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%;
    background-color: #FA7268;
    background-color: var(--point);
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    opacity: 0.3;
    border-radius: 100%;
    z-index: -1;
}

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

a.cal_click:visited {
    color: #ffcccc;
    color: var(--shop-awning);
    font-weight: bold;
}

a.cal_click:hover {
    opacity: 0.5;
}

/* 사이드바 태그 */
.tags {
    cursor: default;
}

.tags a {
    background-color: #FA7268;
    background-color: var(--point);
    color: #ffffff;
    color: var(--item-bg);
    padding: 6px 7px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    transition: opacity .4s;
    margin-bottom: 2px;
    overflow: hidden;
    line-height: 1;
}

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

/* 카운터 */
.counter li {
    display: flex;
    justify-content: space-between;
}

.counter li span:first-child {
    color: #FA7268;
    color: var(--point);
    font-weight: bold;
}

.counter li span: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;
}

/* 메인 영역 */
#content {}

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

.box {
    background-color: #ffffff;
    background-color: var(--item-bg);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
}

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

#cover + .myoskin {
    display: none;
}

#cover > section {
    position: relative;
    margin-bottom: -1px;
}

#cover > section svg {
    margin-bottom: -2px;
}

#cover > section:nth-child(1) {
    background-color: transparent;
    background-color: var(--cover-bg1);
}

#cover > section:nth-child(1) path {
    fill: #ffeeee;
    fill: var(--cover-bg2);
}

#cover > section:nth-child(2) {
    background-color: #ffeeee;
    background-color: var(--cover-bg2);
}

#cover > section:nth-child(2) path {
    fill: #ffcccc;
    fill: var(--cover-bg3);
}

#cover > section:nth-child(3) {
    background-color: #ffcccc;
    background-color: var(--cover-bg3);
}

#cover > section:nth-child(3) path {
    fill: #ffeeee;
    fill: var(--cover-bg4);
}

#cover > section:nth-child(4) {
    background-color: #ffeeee;
    background-color: var(--cover-bg4);
}

#cover > section:nth-child(4) path {
    fill: #ffcccc;
    fill: var(--cover-bg5);
}

#cover > section:nth-child(5) {
    background-color: #ffcccc;
    background-color: var(--cover-bg5);
}

#cover > section:nth-child(5) path {
    fill: #ffeeee;
    fill: var(--cover-bg6);
}

#cover > section:nth-child(6) {
    background-color: #ffeeee;
    background-color: var(--cover-bg6);
}

#cover > section:nth-child(6) path {
    fill: #ffcccc;
    fill: var(--cover-bg7);
}

#cover > section:nth-child(7) {
    background-color: #ffcccc;
    background-color: var(--cover-bg7);
}

#cover > section:nth-child(7) path {
    fill: #ffeeee;
    fill: var(--cover-bg8);
}

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

#cover > section .padding {
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
}

#cover .c-title {
    text-align: center;
}

#cover .c-title span {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    background-color: #FA7268;
    background-color: var(--point);
    color: #fff;
    color: var(--shop-point);
    padding: 2px 10px;
    border-radius: 20px;
}

/* 슬라이드 공통 */
section:hover .slick-prev,
section:hover .slick-next {
    opacity: 1;
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 9999999;
    opacity: 0;
    transition: .5s;
    background-color: #ffffff;
    background-color: var(--item-bg);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.slick-prev {
    left: 1.5vw;
}

.slick-next {
    right: 1.5vw;
}

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

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

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

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

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

.slick-dots {
    margin: 10px auto 0;
    text-align: center;
}

.slick-dots li {
    display: inline;
}

.slick-dots li button {
    color: #fff;
    color: var(--shop-point);
    text-indent: -9999px;
    border: 2px solid;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
}

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

/* 슬라이드1 */
#c-slider .padding {
    padding: 0 !important;
}

#c-slider .box {
    position: relative;
}

#c-slider svg {
    position: absolute;
    bottom: 0;
}

#c-slider .slick-dots {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
}

#c-slider .slick-dots li {
    display: inline;
}

#c-slider .slick-dots li button {
    color: #fff;
    color: var(--shop-point);
    text-indent: -9999px;
    border: 2px solid;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
}

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

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

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

#c-slider .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    opacity: 0;
    padding: 10px;
    z-index: 1;
    transition: opacity .5s;
    overflow: hidden;
    border-radius: 10px;
}

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

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

#c-slider .info .title {
    text-align: center;
    outline: none;
    color: #FA7268;
    color: var(--point);
    font-size: 1.2em;
    line-height: 1.2;
}

#c-slider .info .text {
    font-size: .85em;
    color: #666;
    color: var(--text);
}

/* 커버 - 슬라이더2 */
#c-slider2 .slick-slide > div {
    margin: 0 5px;
}

#c-slider2 .slick-prev,
#c-slider2 .slick-next {
    transform: translateY(-30px);
}

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

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

#myo_gal .item {
    position: relative;
    overflow: hidden;
}

#myo_gal .item .thumbox {
    border-radius: 10px;
    overflow: hidden;
}

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

#myo_gal .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    padding: 20px;
    z-index: 1;
    transition: opacity .5s;
    overflow: hidden;
}

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

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

#myo_gal .item .title {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 41px;
}

#myo_gal .item .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 53px;
    font-size: .8em;
    color: #666;
    color: var(--text);
}

#myo_gal .item .other {
    font-size: .8em;
    display: flex;
    align-items: center;
    color: #FA7268;
    color: var(--point);
    opacity: .7;
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
}

#myo_gal .item .other .num {
    margin-left: 3px;
}

#myo_gal .item .other > span:first-child {
    flex-grow: 1;
}

/* 커버 - 공지 */
#c-notice {
    overflow: hidden;
    position: relative;
    min-height: 300px;
}

#c-notice img {
    max-width: 100%;
}

#c-notice .c-twt {
    width: calc(50% - 10px);
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
    height: calc(100% - 40px);
    overflow: hidden;
}

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

/* 커버 목록형 */
#cover #myo_bbs .item {
    margin-bottom: 10px;
    width: 49%;
}

#cover #myo_bbs .item .thumbox .border {
    border: 3px solid;
    color: #fff;
    color: var(--shop-point);
    transition: border-color .5s;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    display: block;
    width: 70px;
    height: 70px;
}

#cover #myo_bbs .item .thumbox .thum,
#cover #myo_bbs .item .thumbox .noimg {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 노이미지 */
#myo_gal1.noimg-del :not(.thum) + .noimg,
.noimg {
    display: none !important;
}

#myo_gal1.info-type :not(.thum) + .noimg,
:not(.thum) + .noimg {
    display: inline-block !important;
}

/* 목록 공통 */
.myoskin .item a {
    display: block;
    overflow: hidden;
}

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

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

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

/* 갤러리형 */
.sizer {
    width: 2%;
}

#myo_gal1 .item,
#myo_gal2 .item {
    margin-bottom: 2%;
    width: 49%;
    overflow: hidden;
    border-radius: 5px;
}

#myo_gal1 .item .thumbox,
#myo_gal2 .item .thumbox {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

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

#myo_gal1 .item .title,
#myo_gal2.info-type .item .title {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 41px;
    white-space: inherit;
}

#myo_gal1 .item .text,
#myo_gal2 .item .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 53px;
    font-size: .8em;
    color: #666;
    color: var(--text);
}

#myo_gal1 .item .other,
#myo_gal2 .item .other {
    font-size: .8em;
    display: flex;
    align-items: center;
    color: #FA7268;
    color: var(--point);
    opacity: .7;
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
}

#myo_gal1 .item .other .num,
#myo_gal2 .item .other .num {
    margin-left: 3px;
}

#myo_gal1 .item .other > span:first-child,
#myo_gal2 .item .other > span:first-child {
    flex-grow: 1;
}

#myo_gal1 .item .thumbox:after,
#myo_gal2 .item .thumbox:after,
#myo_gal1.noimg-del .item .thumbox .thum:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ffcccc;
    background-color: var(--shop-awning);
    z-index: 1;
    transition: opacity .5s;
    border-radius: 5px;
}

#myo_gal1 .item:hover .thumbox:after,
#myo_gal2 .item:hover .thumbox:after,
#myo_gal1.noimg-del .item:hover .thumbox .thum:after {
    opacity: 0.3;
}

#myo_gal1.info-type .item .thumbox,
#myo_gal1.info-type .item .thumbox .thum,
#myo_gal1.info-type.noimg-del .item .thumbox .thum,
#myo_gal2.info-type .item .thumbox {
    margin-bottom: 0;
}

#myo_gal1.noimg-del .item .thumbox {
    margin-bottom: 0;
}

#myo_gal1.noimg-del .item .thumbox:after {
    display: none;
}

#myo_gal1.noimg-del .item .thumbox .thum {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
#myo_gal1.noimg-del .item img {
    overflow: hidden;
    border-radius: 5px;
}

#myo_gal1.column3 .item,
#myo_gal2.column3 .item {
    width: 32%;
}

#myo_gal1.column3 .item .text,
#myo_gal2.column3 .item .text {
    -webkit-line-clamp: 2;
    max-height: 34px;
}

#myo_gal1.column4 .item,
#myo_gal2.column4 .item {
    width: 23.5%;
}

#myo_gal1.column4.info-type .item .item-title,
#myo_gal2.column4.info-type .item .item-title,
#myo_gal1.column4.info-type .item .title,
#myo_gal2.column4.info-type .item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    max-width: 100%;
}

#myo_gal1.column4.info-type .item .text {
    display: none;
}

#myo_gal1.info-type .item .info,
#myo_gal2.info-type .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    padding: 20px;
    z-index: 1;
    transition: opacity .5s;
    overflow: hidden;
}

#myo_gal1.info-type .item .info:after,
#myo_gal2.info-type .item .info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #ffffff;
    background-color: var(--item-bg);
    z-index: -1;
}

#myo_gal1.info-type .item:hover .info,
#myo_gal2.info-type .item:hover .info {
    bottom: 0;
    opacity: 1
}

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

#myo_gal2 .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_gal2 .item .thumbox .thumbnail .centered img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#myo_gal2 .item .text {
    height: 53px;
}

#myo_gal2.info-type .item .text {
    height: auto;
}

#myo_gal1 .item .cate,
#myo_gal2 .item .cate {
    display: none;
}

/* 목록형 */
#myo_bbs .item {
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
}

#myo_bbs .item a,
#more_bbs .more-item a {
    display: flex;
}

#myo_bbs .item .thumbox,
#more_bbs .more-item .thumbox {
    flex: 0 0 70px;
    margin-right: 15px;
}

#myo_bbs .item .thumbox .thumboxin,
#more_bbs .more-item .thumbox {
    border: 3px solid;
    color: #fff;
    color: var(--shop-point);
    transition: border-color .5s;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

#myo_bbs .item:hover .thumboxin,
#more_bbs .more-item:hover .thumbox {
    border-color: #FA7268;
    border-color: var(--point);
}

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

#myo_bbs .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_bbs .item .thumbox .thumbnail .centered img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#myo_bbs .item .info,
#more_bbs .more-item .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#myo_bbs .item .item-title,
#more_bbs .more-item .title {
    display: flex;
    justify-content: space-between;
}

#myo_bbs .item .title {
    flex-grow: 1;
    padding-right: 15px;
    word-break: keep-all;
}

#myo_bbs .item .cate {
    font-size: .8em;
}

#myo_bbs .item .text {
    margin: 10px 0;
    display: none;
}

#myo_bbs .item .other,
#more_bbs .more-item .date {
    opacity: 0.7;
    font-size: .8em;
    color: #FA7268;
    color: var(--point);
}

#myo_bbs .item .item-cmt {
    float: right;
}

#myo_bbs.noimg-del .item .thumbox,
#more_bbs.noimg-del .more-item .thumbox {
    order: 1;
    margin: 0 0 0 15px;
}

/* 웹진형 */
#myo_web .item {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

#myo_web .item a {
    display: flex;
}

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

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

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

#myo_web .item .thumbnail .centered img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#myo_web .item .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}

#myo_web .item .item-title {
    display: flex;
    justify-content: space-between;
}

#myo_web .item .title {
    flex-grow: 1;
    padding-right: 15px;
}

#myo_web .item .cate {
    font-size: .8em;
}

#myo_web .item .text {
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 91px;
    font-size: .8em;
    color: #666;
    color: var(--text);
}

#myo_web .item .other {
    opacity: 0.7;
    font-size: .8em;
    color: #FA7268;
    color: var(--point);
}

#myo_web .item .item-cmt {
    float: right;
}

#myo_web.noimg-del .item .thumbox {
    order: 1;
}

#myo_web.noimg-del .item .noimg {
    display: none !important;
}

@media screen and (min-width:1071px) and (max-width: 1234px) {
    #myo_web .item .text {
        -webkit-line-clamp: 4;
        max-height: 72px;
    }
}

@media screen and (min-width:971px) and (max-width: 1070px) {
    #myo_web .item .text {
        -webkit-line-clamp: 3;
        max-height: 53px;
    }
}

@media screen and (min-width:881px) and (max-width: 970px) {
    #myo_web .item .text {
        -webkit-line-clamp: 2;
        max-height: 34px;
    }
}

@media screen and (min-width:769px) and (max-width: 880px) {
    #myo_web .item .text {
        -webkit-line-clamp: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }
}

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

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

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

.pass button {
    width: 100%;
    border: 0;
    letter-spacing: 3px;
    padding: 10px;
    background-color: #FFFFFF;
    background-color: var(--shop-point);
    color: #FA7268;
    color: var(--point);
    border-radius: 20px;
    transition: color .5s;
}

.pass button:hover {
    color: #ffcccc;
    color: var(--shop-awning);
}

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

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

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

.titlebox .cate {
    font-size: .7em;
    text-align: center;
    letter-spacing: 2px;
}

.titlebox .title {
    margin: 7px 0;
    text-align: center;
    font-size: 1.3em;
    font-family: 'yg-jalnan', cursive;
}

.titlebox .date {
    font-size: .8em;
    color: #FA7268;
    color: var(--point);
    opacity: 0.8;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.titlebox .admin {
    font-size: .8em;
}

.titlebox .admin a {
    color: #FA7268;
    color: var(--point);
    opacity: 0.7;
    margin-left: 15px;
}

.titlebox .admin a:hover {
    color: inherit;
}

/* 본문 */
.text-item {}

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

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

.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: middle;
    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: #ffcccc;
    background-color: var(--shop-awning);
    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: #FA7268;
    color: var(--point);
}

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

/* 링크 */
.text-item a {
    color: #FA7268;
    color: var(--point);
    transition: .5s;
}

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

.text-item a[href]:before,
.tx-link:before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-right: 5px;
}

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

.tx-link.imgblock:before {
    display: none;
}

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

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

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

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

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

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

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

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

/* 인용구2 */
#tt-body-page blockquote[data-ke-style='box'] {
    border: 0;
    border-left: 1px solid;
    border-color: #FA7268;
    border-color: 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;
}

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

#tt-body-page blockquote[data-ke-style='box']: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;
}

/* 더보기 */
.btn_more,
.btn_less span,
.moreless_fold span,
.moreless_top span,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
    background-color: #FFEEEE;
    background-color: var(--shop-bg);
    color: #FA7268;
    color: var(--point);
    border-radius: 20px;
    padding: 10px 20px;
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    transition: .5s;
}

.btn_more:after,
.btn_less span:after,
.moreless_fold span:after,
.moreless_top span:after,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:after {
    content: '\f358';
    float: right;
    font-family: "Font Awesome 5 Pro";
    transition: transform .5s;
}

.btn_less span,
.moreless_top span,
#tt-body-page div[data-ke-type='moreLess'].open .btn-toggle-moreless {
    background-color: #FA7268;
    background-color: var(--point);
    color: #ffeeee;
    color: var(--shop-bg);
}

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

.moreless_content,
#tt-body-page div[data-ke-type='moreLess'] {
    position: relative;
    background-color: #FFEEEE;
    background-color: var(--shop-bg);
    color: #FA7268;
    color: var(--point);
    border-radius: 20px;
    overflow: hidden;
}

.btn_less span,
.moreless_top {
    background-color: #FFEEEE;
    background-color: var(--point);
    margin: 0 -20px;
}

.moreless_content,
#tt-body-page div[data-ke-type='moreLess'].open .moreless-content {
    height: auto;
    padding: 0px 20px 10px;
}

.moreless_content .btn_less:first-child {
    margin-bottom:10px;
}

.moreless_content .btn_less:last-child {
    display: none;
}

.btn_more,
.btn_less {
	display: block;
	width: 100%;
	text-align: left;
}

.moreless_bottom {
    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: #FFEEEE;
    background-color: var(--shop-bg);
    border: 0;
}

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

figure.fileblock .size,
#tt-body-page figure.fileblock .size {
    color: #FA7268;
    color: var(--point);
    font-size: .8rem;
}

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

.article .imageblock > a:before {
    content: "\f0c7";
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
    font-weight: 600;
}

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

.container_postbtn .postbtn_like,
.container_postbtn .btn_menu_toolbar {
    border: 0 !important;
    color: #FA7268 !important;
    color: var(--point) !important;
    background-color: #FFEEEE;
    background-color: var(--shop-bg);
}

.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: .5s;
}

.container_postbtn .postbtn_like > div:hover,
.container_postbtn .btn_menu_toolbar:hover > * {
    opacity: 0.5;
}

.container_postbtn .postbtn_like .btn_post .txt_like {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1 !important;
    height: 14px;
}

.container_postbtn .btn_post .txt_like.uoc-count {
    margin: 0 !important;
    margin-left: 2px !important;
}

.container_postbtn .btn_post .txt_like.uoc-count,
.container_postbtn .btn_menu_toolbar {
    font-family: 'BRRA_R' !important;
}

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

.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: "\f004";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
}

.container_postbtn .btn_post .empathy_up_without_ani .ico_postbtn:after {
    content: "\f004";
    font-weight: 600;
}

.container_postbtn .btn_post .ico_share:after {
    content: "\f1e0";
    font-weight: 600;
}

.container_postbtn .btn_post .ico_statistics:after {
    content: "\f080";
}

.container_postbtn .btn_post .ico_etc:after {
    content: "\f141";
    font-weight: 600;
}

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

/* 댓글 오픈 */
.opencmt {
    margin-top: 10px;
    line-height: 1;
    white-space: nowrap;
}

.opencmt a {
    color: #FA7268;
    color: var(--point);
    transition: .5s;
    font-size: 1.2em;
}

.opencmt a:hover {
    opacity: 0.5;
}

/* 본문 하단 */
.article .other {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 35px;
}

/* 본문 하단 태그 */
.article .other .tags {
    color: transparent;
    flex-grow: 1;
    padding-left: 20px;
    text-align: right;
}

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

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

.morebox {
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}

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

.morebox a {
    display: block;
}

.morebox > .title {
    color: #FA7268;
    color: var(--point);
    padding: 0 5px 5px;
    border-bottom: 1px solid;
    border-color: #ffcccc;
    border-color: var(--shop-awning);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-size: .8em;
    cursor: default;
}

.morebox > .title:before {
    margin-right: 10px;
    font-family: "font Awesome 5 pro";
}

/* 카테고리 글 더보기 갤러리형 */
#more_gal > .title:before {
    content: '\f03e';
}

#more_gal > ul {
    padding-top: 10px;
}

#more_gal .more-item {
    float: left;
    position: relative;
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
}

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

#more_gal .more-item .thumbox {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#more_gal .more-item img {
    width: 100%;
}

#more_gal .more-item .title {
    text-align: center;
    margin-top: 10px;
}

#more_gal .more-item .title {
    font-size: .8em;
}

#more_gal .more-item .thumbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ffcccc;
    background-color: var(--shop-awning);
    z-index: 1;
    transition: opacity .5s;
}

#more_gal .more-item:hover .thumbox:after {
    opacity: 0.3;
}

#more_gal .more-item .date {
    display: none;
}

/* 카테고리 글 더보기 목록형 */
#more_bbs > .title:before {
    content: '\f0ca';
    font-weight: 600;
}

#more_bbs .more-item {
    float: left;
    width: 49%;
    margin: 10px 2% 0 0;
}

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

#more_bbs .more-item img {
    width: 100%;
}

#more_bbs .more-item .info {
    overflow: hidden;
}

#more_bbs .more-item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* 댓글, 방명록 */
#tt-body-page .cmt {
    display: none;
}

#tt-body-page .cmtopen .cmt {
    display: block;
}

/* 댓글, 방명록 작성 */
#tt-body-page .write {
    margin-top: 10px;
}

.write textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 130px;
    min-height: 130px;
    position: relative;
    vertical-align: top;
    padding: 10px;
    border-radius: 10px;
    border: 1px dashed;
    border-color: #ffcccc;
    border-color: var(--shop-awning);
    margin-bottom: 5px;
}

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

.write .input {
    flex-grow: 1;
}

.write input {
    padding: 10px 0;
    width: 30%;
}

.write input,
.write button {
    border: 1px dashed;
    border-color: #ffcccc;
    border-color: var(--shop-awning);
    padding: 10px;
    color: #FA7268;
    color: var(--point);
    border-radius: 10px;
    line-height: 1;
}

.write button {
    position: relative;
    transition: .5s;
    text-transform: uppercase;
}

.write button:hover {
    color: #ffcccc;
    color: var(--shop-awning);
}

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

.write .secret input {
    display: none;
}

.write input + label:after {
    content: "\f13e";
    font-family: "font Awesome 5 pro";
    font-weight: 600;
    padding: 2px 0;
}

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

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

.lst > ul {
    position: relative;
    margin-top: 10px;
}

.lst li {
    position: relative;
    word-break: keep-all;
    word-wrap: break-word;
    border-bottom: 1px dashed;
    border-color: #ffcccc;
    border-color: var(--shop-awning);
    padding-bottom: 10px;
}

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

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

.lst .date a {
    visibility: hidden;
}

.lst .date a:after {
    content: '\f05e';
    font-family: "font awesome 5 pro";
    font-weight: 600;
    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: 10px 0;
}

.lst .text img {
    max-width: 100%;
    margin: 5px 0
}

.lst .reply {
    margin-top: 10px;
}

.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(--shop-point);
}

.lst .rp_admin .name,
.lst .guest_admin .name {
    background-color: #ffcccc;
    background-color: var(--shop-awning);
    border-radius: 20px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.lst .text a:hover,
.lst .text a:hover,
.lst .rp_admin .admin a,
.lst .guest_admin .admin a,
.lst .rp_admin .date,
.lst .guest_admin .date,
.lst .rp_admin .date a,
.lst .guest_admin .date a {
    color: #ffcccc;
    color: var(--shop-awning);
}

.lst .rp_admin .name a:hover,
.lst .guest_admin .name a:hover,
.lst .rp_admin .name a:hover,
.lst .guest_admin .name a:hover,
.lst .text a,
.lst .rp_admin .admin a:hover,
.lst .guest_admin .admin a:hover,
.lst .rp_admin .date a:hover,
.lst .guest_admin .date a:hover {
    color: #FA7268;
    color: var(--point);
}

.lst .name:before,
.lst .name a:before {
    font-family: "font awesome 5 pro";
    font-size: .8em;
    margin-right: 5px;
    font-weight: 600;
}

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

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

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

/* 프로필 사진 */
.profile .lst li {
    padding-left: calc(4.5vw + 10px);
}

.profile .lst .name img[alt=BlogIcon],
.profile .lst .nopro {
    position: absolute;
    width: 4.5vw;
    height: 4.5vw;
    top: 0;
    left: 0 !important;
    border-radius: 100%;
    display: inline-block;
    border: 3px solid;
    border-color: #ffcccc;
    border-color: var(--shop-awning);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    transition: border-color .5s;
}

.profile .lst li:hover .name img[alt=BlogIcon],
.profile .lst li:hover .nopro {
    border-color: #FA7268;
    border-color: var(--point);
}

.profile .lst .nopro {
    background-color: #FA7268;
    background-color: var(--point);
}

/* 태그 클라우드 */
.taglog h3 {
    font-family: 'yg-jalnan';
    margin: 10px 0;
    color: #FA7268;
    color: var(--point);
}

.taglog > ul > li {
    min-width: 18%;
    max-width: 100%;
    float: left;
    height: 43px;
    margin: 0 2% 2% 0;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.taglog > ul > li a {
    display: block;
    padding: 10px;
    color: #FA7268;
    color: var(--point);
    transition: box-shadow .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.taglog .cloud1 a {
    opacity: 1;
}

.taglog .cloud2 a {
    opacity: 0.8;
}

.taglog .cloud3 a {
    opacity: 0.6;
}

.taglog .cloud4 a {
    opacity: 0.4;
}

.taglog .cloud5 a {
    opacity: 0.2;
}

.taglog > ul > li a:hover {
    box-shadow: inset 0 0 0 transparent, inset 0 -7px 0 0px #FA7268;
    box-shadow: inset 0 0 0 transparent, inset 0 -7px 0 0px var(--point);
}

/* 공지 */
.noti {
    margin-bottom: 10px;
    position: relative;
}

.noti:before,
.noti:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #ffcccc;
    background-color: var(--shop-awning);
}

.noti:before {
    left: 10px;
}

.noti:after {
    right: 10px;
}

.noti .date {
    display: block;
    text-align: center;
}

/* 페이지네이션 */
.pagination {
    cursor: default;
}

.pagination * {
    display: inline-block;
    line-height: 10px;
    vertical-align: middle;
}

.pagination .prev span,
.pagination .next span,
.pagination .num a span {
    color: #fff;
    color: var(--shop-point);
    text-indent: -9999px;
    border: 2px solid;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
}

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

.pagination .prev span:hover,
.pagination .next span:hover,
.pagination .num a span:hover {
    border-color: #FA7268;
    border-color: var(--point);
}

.pagination .selected {
    background-color: #FA7268;
    background-color: var(--point);
    border-color: #FA7268 !important;
    border-color: var(--point) !important;
}

.pagination .prev:not([href]):hover:after,
.pagination .next:not([href]):hover:after,
.pagination .prev:not([href]):hover:before,
.pagination .next:not([href]):hover:before {
    display: none !important;
}

/* 툴팁 */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: .9rem;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 10;
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px;
    border-radius: 7px;
    z-index: 9;
    color: #FA7268;
    color: var(--point);
    background-color: #FFEEEE;
    background-color: var(--shop-bg);
    font-size: .6em;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: calc(100% + 2px);
    border-bottom-width: 0;
    border-top-color: #ffeeee;
    border-top-color: var(--shop-bg);
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 7px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -10px);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* 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: 'Righteous', cursive;
}

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

@media screen and (min-width: 1131px) and (max-width: 1220px) {
    .store {
        max-width: 1003px !important;
    }
}

@media screen and (min-width: 1051px) and (max-width: 1130px) {
    .store {
        max-width: 933px !important;
    }
}

@media screen and (min-width: 971px) and (max-width: 1050px) {
    .store {
        max-width: 863px !important;
    }
}

@media screen and (min-width: 881px) and (max-width: 970px) {
    .store {
        max-width: 793px !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 880px) {
    .store {
        max-width: 723px !important;
    }
}

@media screen and (min-width: 731px) and (max-width: 800px) {
    .store {
        max-width: 645px !important;
    }
}

@media screen and (min-width:681px) and (max-width: 730px) {
    .store {
        max-width: 611px !important;
    }
}

@media screen and (min-width:641px) and (max-width: 680px) {
    .store {
        max-width: 576px !important;
    }
}

@media screen and (min-width:601px) and (max-width: 640px) {
    .store {
        max-width: 541px !important;
    }
}

@media screen and (min-width:566px) and (max-width: 600px) {
    .store {
        max-width: 507px !important;
    }
}

@media screen and (min-width:521px) and (max-width: 565px) {
    .store {
        max-width: 472px !important;
    }
}

@media screen and (min-width:486px) and (max-width: 520px) {
    .store {
        max-width: 437px !important;
    }
}

@media screen and (min-width:441px) and (max-width: 485px) {
    .store {
        max-width: 402px !important;
    }
}

@media screen and (min-width:401px) and (max-width: 440px) {
    .store {
        max-width: 367px !important;
    }
}

@media screen and (min-width:361px) and (max-width: 400px) {
    .store {
        max-width: 333px !important;
    }
}

@media screen and (min-width:331px) and (max-width: 360px) {
    .store {
        max-width: 298px !important;
    }
}

@media screen and (min-width:291px) and (max-width: 330px) {
    .store {
        max-width: 263px !important;
    }
}

@media screen and (max-width: 290px) {
    .store {
        max-width: 228px !important;
    }
}

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

    .tree-long,
    .tree-big {
        display: none;
    }
}

/* 모바일 영역 */
@media screen and (max-width: 768px) {

    html,
    body {
        overflow: hidden;
        width: 100vw;
        height: 100vh;
    }

    .mbg {
        width: 100vw;
        height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
    }

    .tree {
        display: none;
    }

    #storebox {
        position: static;
        transform: none;
        padding: 10px;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .sign a {
        font-size: 2rem;
        min-height: auto;
    }

    .store-top {
        height: 5vh;
        max-width: 96%;
        z-index: 1;
    }

    .bookmark {
        position: absolute;
        width: 26px;
        height: 3vh;
        background-color: #FFEEEE;
        background-color: var(--shop-bg);
        text-align: center;
        right: 5%;
        top: -3px;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .bookmark:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 0;
    }

    .bookmark:after {
        border-width: 0px 13px 12px 13px;
        border-color: transparent #ffeeee;
        border-color: transparent var(--shop-bg);
        bottom: -12px;
        left: 0;
        z-index: 1;
    }

    .store {
        flex: 1;
        width: 100%;
        border-left: 10px solid;
        border-right: 10px solid;
        padding: 10px 5px 0;
        box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    }

    .awning {
        top: 0;
        height: calc(60px + 35px);
        -webkit-perspective: 150px;
        perspective: 150px;
    }

    .awning::before {
        top: 10px;
    }

    .awning::after {
        height: 60px;
        background: repeating-linear-gradient(to right, #ffcccc, #ffcccc 40px, #ffeeee 40px, #ffeeee 80px);
        background: repeating-linear-gradient(to right, var(--shop-awning), var(--shop-awning) 40px, var(--shop-point) 40px, var(--shop-point) 80px);
    }

    .awning-bottom {
        height: 30px;
        top: 59.7px;
    }

    .awning-bottom li {
        width: 40px;
    }

    .awning-bottom li:nth-child(2) {
        left: 40px;
    }

    .awning-bottom li:nth-child(3) {
        left: 80px;
    }

    .awning-bottom li:nth-child(4) {
        left: 120px;
    }

    .awning-bottom li:nth-child(5) {
        left: 160px;
    }

    .awning-bottom li:nth-child(6) {
        left: 200px;
    }

    .awning-bottom li:nth-child(7) {
        left: 240px;
    }

    .awning-bottom li:nth-child(8) {
        left: 280px;
    }

    .awning-bottom li:nth-child(9) {
        left: 320px;
    }

    .awning-bottom li:nth-child(10) {
        left: 360px;
    }

    .awning-bottom li:nth-child(11) {
        left: 400px;
    }

    .awning-bottom li:nth-child(12) {
        left: 440px;
    }

    .awning-bottom li:nth-child(13) {
        left: 480px;
    }

    .awning-bottom li:nth-child(14) {
        left: 520px;
    }

    .awning-bottom li:nth-child(15) {
        left: 560px;
    }

    .awning-bottom li:nth-child(16) {
        left: 600px;
    }

    .awning-bottom li:nth-child(17) {
        left: 640px;
    }

    .awning-bottom li:nth-child(18) {
        left: 680px;
    }

    .awning-bottom li:nth-child(19) {
        left: 720px;
    }

    .awning-bottom li:nth-child(20) {
        left: 760px;
    }

    .blank {
        height: 60px;
    }

    .windowbox {
        width: 100%;
        height: calc(100% - 60px);
        border: 10px solid;
        border-bottom: 15px solid;
    }

    .store .windowbox .in {
        padding: 10px;
        height: 80%;
    }

    .window {
        display: none !important;
    }

    .doorbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999999999;
        display: none;
    }

    .door {
        display: none;
    }

    .doorbox-bottom {
        height: 20%;
    }

    .store-bottom {
        height: 8vh;
    }

    #catebox > .title,
    #catebox .intro,
    .blogmenu li a,
    #catebox .cate a,
    .category_list > li a.link_item {
        padding: 0 20px;
    }

    a.link_item {
        display: inline;
    }

    a.link_item:after {
        display: none;
    }

    .sub-open:after {
        content: '+';
        float: right;
        margin-right: 20px;
    }

    .sub-open:hover:after {
        content: '-';
    }

    #myo_gal1 .item,
    #myo_gal2 .item {
        width: 49% !important;
    }

    #myo_gal1 .item .item-title,
    #myo_gal2 .item .item-title {
        width: 100%;
    }

    #myo_gal1 .item .title,
    #myo_gal2 .item .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-align: center;
    }

    #myo_gal1.info-type .item .text {
        display: none;
    }

    #myo_gal2.info-type .item .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }

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

    #more_gal .more-item {
        width: calc((100% - 10px) / 2);
    }

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

    #more_bbs .more-item {
        width: 100%;
    }

    #more_bbs .more-item .thumbox {
        display: none;
    }

    #myo_web .item a {
        display: block;
    }

    .article .other {
        flex-direction: column;
    }

    .article .other .tags {
        order: -1;
        padding: 0;
        text-align: left;
    }

    .write .inputbox {
        display: block;
    }

    .write input {
        margin-bottom: 3px;
    }

    .write .input input {
        width: calc(100% - 33px);
        border: 0;
    }

    .write button {
        display: block;
        width: 100%;
    }

    .copy {
        margin: 1vh 0;
        position: static;
        text-align: center;
    }

    .ti-close {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 1.3em;
        display: block;
        z-index: 9999;
    }

    #c-slider .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 56px;
    }

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

    #c-notice {
        min-height: auto;
    }

    .c-noti {
        width: 100% !important;
    }

    .c-twt {
        display: none !important;
    }

    #cover #myo_bbs .item {
        width: 100%;
    }
}

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

    #myo_gal1 .item,
    #myo_gal2 .item {
        width: 100% !important;
    }
}
