* {
    image-rendering: pixelated
}

* {
    margin: 0
}

* {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

@font-face {
    font-family: "a새콤달콤";
    src: url("fonts/a새콤달콤.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: var(--main-font);
}

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font: 20pt verdana, DejaVu Sans, sans-serif;
    color: #fff;
    text-shadow: #444 1px 1px
}

body {
    position: absolute
}

body {
    background: #3b5054;
    background: -moz-radial-gradient(center, ellipse cover, #ecfafd 0, #c5d5d8 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #ecfafd), color-stop(100%, #c5d5d8));
    background: -webkit-radial-gradient(center, ellipse cover, #ecfafd 0, #c5d5d8 100%);
    background: -o-radial-gradient(center, ellipse cover, #ecfafd 0, #c5d5d8 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ecfafd 0, #c5d5d8 100%);
    background: radial-gradient(ellipse at center, #ecfafd 0, #c5d5d8 100%);
    -webkit-transition: background 1s linear
}

a,
.spoiler:hover a {
    cursor: pointer;
    color: #f46;
    transition: color .25s
}

a:hover,
.spoiler:hover a:hover {
    color: #e05
}

.link {
    text-decoration: underline;
    cursor: pointer;
    color: #fe0
}

table {
    border: 0;
    padding: 0;
    margin: 0
}

#names {
    position: fixed;
    top: 63px;
    left: 30px;
    font-size: 12px;
    width: 10%;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px)
}

#names .name {
    float: left;
    position: relative;
    padding: 6px 8px;
    /* 좌우 패딩을 15px로 증가 */
    margin: 6px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    min-height: 15px;
    line-height: 15px;
    max-width: 100%;
}


#names .name.me:after {
    content: "Me";
    position: absolute;
    top: -4px;
    right: 50%;
    font-size: 10px
}

#names .name.owner:before {
    content: url(/crown.png);
    position: absolute;
    top: -8px;
    left: 4px
}

#names .name.play {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px)
}

#names .name.muted-notes {
    color: #f88
}

#names .name.muted-notes:after {
    content: "MUTE";
    position: absolute;
    top: -4px;
    right: 50%;
    font-size: 8px
}

#names .name.muted-chat {
    color: #f88
}

#names .name.muted-chat:after {
    content: "MUTE";
    position: absolute;
    top: -4px;
    right: 50%;
    font-size: 8px
}

.nametag {
    float: left;
    position: relative;
    padding: 4px;
    margin-right: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    line-height: 7px
}

.nametext {
    white-space: pre;
    white-space: -moz-nowrap !important;
    white-space: -webkit-nowrap;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

input[type=range] {
    -webkit-appearance: none;
    outline: none;
    width: 210px;
    height: 5px;
    border-radius: 1px;
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(254, 100%, 25%, .8)), color-stop(.08, hsla(254, 100%, 13%, .8)), color-stop(.5, hsl(200, 80%, 0%)), color-stop(.92, hsl(200, 80%, 15%)), color-stop(1, hsl(200, 80%, 45%)));
    -webkit-background-clip: padding-box;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    cursor: ew-resize
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    width: 10px;
    height: 20px;
    border-radius: 1px/2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsl(0, 0%, 15%)), color-stop(.16, hsl(0, 0%, 22%)), color-stop(.18, hsl(0, 0%, 30%)), color-stop(.2, hsl(0, 0%, 26%)), color-stop(.8, hsl(0, 0%, 26%)), color-stop(.82, hsl(0, 0%, 30%)), color-stop(.84, hsl(0, 0%, 22%)), color-stop(1, hsl(0, 0%, 15%)));
    -webkit-box-shadow: inset hsla(0, 0%, 100%, .15) 0 1px 0px, hsl(0, 0%, 17%) 0 2px 0px, hsl(0, 0%, 15%) 0 4px 0px, hsl(0, 0%, 13%) 0 6px 0px, rgba(0, 0, 0, .5) 0 8px 5px;
    -webkit-transform: translateY(-3px);
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(255, 255, 255, .15)))
}

input[type=range]:hover {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(284, 100%, 25%, .8)), color-stop(.08, hsla(284, 100%, 13%, .8)), color-stop(.5, hsl(200, 80%, 0%)), color-stop(.92, hsl(200, 80%, 15%)), color-stop(1, hsl(200, 80%, 45%)));
    -webkit-box-shadow: inset #000 1px 1px 1px, inset #000 -1px -1px 1px
}

#piano {
    left: 0;
    margin-left: 3%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 95%
}

#piano .key {
    background: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 5px #000;
    box-shadow: 1px 2px 5px #000;
    float: left;
    height: 90%;
    margin-bottom: 100%;
    margin-left: -.5%;
    overflow: hidden;
    padding: 0;
    -webkit-transition: background 4s ease-out;
    transition: background 4s ease-out;
    width: 1.8%
}

#piano .key.c,
#piano .key.f {
    margin-left: 0
}

#piano .key.sharp {
    background: #000;
    height: 50%;
    margin-left: -.9%;
    position: relative;
    width: 1.2%
}

#piano .key.loading {
    background: #888
}

#piano .key.play {
    transform: translateY(1%);
    -webkit-transform: translateY(1%);
    -webkit-box-shadow: 0 1px 2px #000
}

.ease-out {
    transition: left .1s ease-out;
    -webkit-transition: left .1s ease-out;
    -moz-transition: left .1s ease-out;
    -o-transition: left .1s ease-out
}

.ease-in {
    transition: left .1s ease-in;
    -webkit-transition: left .1s ease-in;
    -moz-transition: left .1s ease-in;
    -o-transition: left .1s ease-in
}

.slide-left {
    left: -100%
}

.slide-right {
    left: 100%
}

.cursor {
    width: 18px;
    height: 24px;
    background: url(/cursor.png);
    position: absolute;
    pointer-events: none;
    margin-left: -2px;
    margin-top: -2px;
    left: 200%;
    top: 100%
}

.cursor .name {
    display: block;
    align-items: center;
    position: relative;
    white-space: nowrap;
    height: fit-content;
    width: fit-content;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    left: 18px;
    top: 12px;
    pointer-events: none;
    color: #fff
}

.cursor .name span.nametext {
    display: inline-block;
    pointer-events: none;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 1px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 10px
}

.cursor .name .curtag {
    display: inline-block;
    font-size: 10px;
    line-height: 7px;
    margin-right: 5px;
    margin-bottom: 1px;
    border-radius: 5px;
    margin-left: 1px;
    overflow: hidden;
    position: relative;
    padding: 4px;
    white-space: nowrap
}

.cursor.owner .name:after {
    content: url(/crown.png);
    position: relative;
    top: -8px;
    left: 0
}

.cursor .name {
    display: inline-block;
    padding: 1px
}

.cursor {
    transition: top .1s, left .1s
}

#cursors[smooth-cursors] .cursor {
    top: 0;
    left: 0;
    transition: transform .1s linear
}

.participant-menu {
    display: none;
    position: fixed;
    background: linear-gradient(145deg, #3e8e41, #2c6a29);
    width: 150px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #2c6a29;
    border-radius: 8px;
    transform: scale(0.98);
}

.participant-menu:last-child .menu-item:hover {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.participant-menu .info {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 9px;
    color: #ffffffe6;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out;
    user-select: text
}

.participant-menu .info:hover {
    opacity: 1;
    transition: opacity .2s ease-out;
    transform: scale(1.03);
}

.participant-menu .menu-item {
    cursor: pointer;
    margin: 0;
    padding: 15px 5px;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.participant-menu .menu-item:hover {
    background: rgba(255, 255, 255, .4);
    transform: scale(1.03);
}

.participant-menu .menu-item.clicked {
    background: rgba(255, 255, 255, .5);
    transform: scale(0.98);
}

#crown {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/crown.png) no-repeat;
    cursor: pointer;
    font-size: 10px
}

#crown span {
    margin-left: 16px;
    margin-top: 2px
}

#room-notice {
    position: fixed;
    top: 20%;
    width: 100%;
    text-align: center;
    opacity: .5;
    font-size: 20px;
    pointer-events: none;
    display: none
}

#room-notice p {
    margin: 1em
}

#bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #9a9;
    margin-bottom: 3px
}

#room,
#room * {
    cursor: pointer
}

#room {
    position: absolute;
    right: 0;
    padding: 8px;
    bottom: 5px;
    width: 240px;
    height: 12px;
    background: #ebebeb;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 4px 24px;
    font-size: 12px;
    border-radius: 8px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
}

#room:active {
    transform: scale(0.98);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}


#room .info {
    color: rgb(37, 37, 37);
    text-shadow: none;
    white-space: nowrap;
    line-height: 12px;
    overflow: hidden;
    height: 20px
}

#room .info.lobby {
    color: rgb(137, 183, 0)
}

#room .info.not-visible {
    color: rgb(0, 87, 154)
}

#room .info.banned {
    color: rgb(195, 0, 0)
}

#room .info.crownsolo:after {
    content: url(/crownsolo.png);
    position: relative;
    top: 2px;
    margin-left: 4px
}

#room .info.no-chat:after {
    content: url(/no-chat.png);
    position: relative;
    top: 2px;
    margin-left: 4px
}

#room .expand {
    width: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #aaaaaa88 url(/arrow.png) no-repeat center 0
}

#room .more {
    display: none;
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: 100%;
    max-height: 600px;
    min-height: 50px;
    overflow: hidden;
    background: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


#room .more-content {
    overflow-y: auto;
}

#room .more::-webkit-scrollbar {
    width: 8px;
}

#room .more::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    border-radius: 8px;
}

#room .more::-webkit-scrollbar-track {
    background: #aeaeae;
    border-radius: 4px;
}


#room .more>div {
    margin: 0;
    padding: 3px 6px 0;
    width: 100%;
    height: 20px
}

#room .more .info:hover {
    background: #cdcdcd
}

#room .more .new {
    background: #b8b8b8
}

#room .more .new:hover {
    background: #c4c4c4
}



.ugly-button {
    height: 12px;
    font-size: 12.5px;
    background: linear-gradient(145deg, #fbfbfb, #d3d3d3);
    border: 1px solid #b5b5b5;
    padding: 5px 12px;
    cursor: pointer;
    line-height: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-family: 'HYGothic', sans-serif;
    font-weight: bold;
    color: #353535;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}

.ugly-button:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3), 0 6px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-0.6px);
}

.ugly-button:active {
    transform: scale(0.95);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.ugly-button.stuck {
    background: rgba(116, 116, 116, 0.35);
}

.buttons {
    position: absolute;
    right: 170px;
    top: 4px;
    margin-right: 120px;
    grid-auto-flow: column;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}

#client-settings-ok-btn {
    background: linear-gradient(145deg, #d9d9d9, #cacaca);
    border: none;
    padding: 7px 27px;
    font-size: 18px;
    color: rgb(37, 37, 37);
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(73, 32, 32, 0.1);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), inset 0 0 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

#client-settings-ok-btn:hover {
    background: linear-gradient(145deg, #cacaca, #d9d9d9);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.3);
}

#client-settings-ok-btn:active {
    transform: scale(0.98);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15), inset 0 0 6px rgba(0, 0, 0, 0.25);
}

#tooltip {
    position: absolute;
    pointer-events: none;
    background: #2b2b2b;
    color: #1f1f1f;
    font-size: 10px
}

.knob {
    cursor: pointer
}

.switched-on {
    background: #ff8
}

#status {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 320px;
    height: 20px;
    padding: 5px;
    font-family: 'HYGothic', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    pointer-events: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


#status .number {
    font-family: 'HYGothic', sans-serif;
    font-size: 35px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#volume {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

#volume-slider {
    width: 80%;
    margin: 10px 0;
    background: linear-gradient(to right, green, yellow, red);
    /* 붉은색~ 푸른색~ */
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    border-radius: 5px;
}

/* 원 */
#volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
    margin-top: 9px;
    box-shadow: none;
}

#volume-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
    margin-top: 9px;
    box-shadow: none;
}

#volume-slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
    margin-top: 9px;
    box-shadow: none;
}




#volume-label {
    font-size: 12px;
    color: #ccc;
    text-align: center;
}


#banner {
    width: 468px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    display: none
}

#banner a {
    color: #fd0
}

#quota {
    width: 100%;
    height: 3px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f80
}

#quota .value {
    width: 100%;
    height: 100%;
    display: block;
    background: #fd0
}

.relative {
    position: relative;
    width: 100%;
    height: 100%
}

.notification {
    position: absolute;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.notification.show {
    opacity: 1;
    transform: translateY(0);
}

.notification.hide {
    opacity: 0;
    transform: translateY(-5px);
}



.notification-body {
    background: #fff0ff;
    border-color: #e2e2e2;
    padding: 10px;
    position: relative;
    left: 0;
    top: 0;
    color: #232323;
    font-size: 12px;
    font-weight: 150;
    font-family: 'HYGothic', sans-serif;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}


.notification-body .text {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    font-family: 'HYGothic', sans-serif;
    font-weight: 150;
    position: relative;
}

.notification-body:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border-top: 10px solid transparent;
    border-top-color: inherit;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.title {
    border-bottom: 1px solid #f50;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 8px;
    box-shadow: none;
}

.notification .x {
    position: absolute;
    right: 4px;
    top: 0;
    cursor: pointer;
    font-size: 28px;
    /* .. 이거 때문에 1시간 날렸어 ㅜㅜㅜ */
    color: #d55;
    text-shadow: none;
    transition: transform 0.3s ease;
    transform-origin: center;
}


.notification .x:hover {
    transform: rotate(90deg);
    /* 회전~~/ 회오리~~~!! */
}

.notification.classic .notification-body {
    width: 400px;
    background: #fff0ff;
    border-color: #e4e4e4
}

.notification.short .title {
    display: none
}

.notification h1 {
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: underline
}

.notification .connection {
    padding: 8px;
    margin: 8px;
    background: #fed;
    border: 1px solid #f84;
    cursor: pointer;
    font-family: monospace
}

.notification .connection.enabled {
    background: #dfd
}

.notification .connection:after {
    content: "OFF";
    font-size: 10px;
    color: #a44;
    float: right
}

.notification .connection.enabled:after {
    content: "ON";
    font-size: 10px;
    color: #4a4;
    float: right
}

.notification .connection:hover {
    font-weight: 700
}

.notification ul {
    list-style-type: upper-roman
}

.notification .setting {
    margin: 1px;
    padding: 4px;
    background: 0 0 #5b2525;
    border: 1px solid #555;
    border-radius: 4px;
    cursor: pointer;
    font-family: monospace
}

.notification .setting.enabled {
    background: #2b562b;
    font-weight: bolder
}

.notification .pack {
    margin: 1px;
    padding: 4px;
    background: 0 0;
    border: 1px solid #555;
    border-radius: 4px;
    cursor: pointer;
    font-family: monospace
}

.notification .pack.enabled {
    background: #2b562b;
    cursor: not-allowed;
    font-weight: bolder
}

.notification .pack:after {
    content: "";
    font-size: 10px;
    color: #a44;
    float: right
}

.notification .pack.enabled:after {
    content: "Selected";
    font-size: 10px;
    color: #fff;
    float: right
}

.notification .pack:hover {
    font-weight: 700
}

#modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none
}

#modal .bg {
    width: 100%;
    height: 100%;
    background: rgb(97, 97, 97);
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0
}

#modal,
#modal * {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text
}

.dialog {
    background: #efefef;
    color: #1d1d1d;
    text-shadow: none;
    width: 400px;
    height: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -50px;
    padding: 10px;
    border: 1px solid #9a9a9a;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 0 8px #000;
    -webkit-box-shadow: 0 0 8px #000;
    -moz-box-shadow: 0 0 8px #000
}

.dialog p {
    margin: 10px;
    font-size: 20px
}

.dialog input.text {
    background: #e0e0e0;
    border: none;
    border-bottom: 2px solid #b4b4b4;
    border-radius: 4px 4px 2px 2px;
    color: #212121;
    font-family: NanumBarunGothic, sans-serif;
    font-size: 20px;
    height: 20px;
    outline: 0;
    padding: 8px;
    -webkit-transition: all .25s;
    transition: all .25s;
    width: 75%
}

.dialog input.checkbox {
    margin: 0 5px
}

.dialog .submit {
    background: linear-gradient(145deg, #d9d9d9, #cacaca);
    border: none;
    padding: 7px 27px;
    font-size: 18px;
    color: rgb(37, 37, 37);
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(73, 32, 32, 0.1);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), inset 0 0 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

.dialog .submit:hover {
    background: linear-gradient(145deg, #cacaca, #d9d9d9);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.dialog .submit:active {
    transform: scale(0.98);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15), inset 0 0 6px rgba(0, 0, 0, 0.25);
}

#language {
    height: 50px
}

#languages {
    width: 300px
}

#room-settings,
#siteban {
    height: 400px;
    margin-top: -200px
}

#account>.ugly-button {
    width: min-content
}

#account {
    height: 300px;
    margin-top: -150px
}

#account-info {
    position: absolute;
    top: 8px;
    right: 8px
}

#client-settings {
    height: 300px;
    margin-top: -150px;
    overflow: hidden;
    padding: 8px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#client-settings div {
    float: left;
    margin-left: 2px;
}

.client-settings-tablink {
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #e1e1e1;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.client-settings-tablink.active {
    background-color: #dcdcdc;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.client-settings-tablink:hover {
    background-color: #c8c8c8;
    transform: scale(1.05);
}

.client-settings-button {
    height: 14px;
    font-size: 18px;
    background: #ebebeb;
    border: 1px solid #242424;
    padding: 3.7px;
    cursor: pointer;
    line-height: 12px;
    width: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.client-settings-button.stuck {
    background: rgba(204, 187, 170, .35);
}

.client-settings-button:hover {
    background: #d4d4d4;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.client-settings-button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#client-settings-content {
    float: unset !important;
    font-size: 12px;
    padding: 10px;
}


.logged-in-text {
    font-size: 20px
}

.logged-in-user-text {
    font-size: 20px;
    position: absolute;
    top: 160px;
    right: 8px
}

#chat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 40vw;
    font-family: NanumBarunGothic, sans-serif;
    font-size: 13px;
    font-weight: 300;
    left: 0;
    max-height: 70vh;
    position: fixed;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: bottom;
}


@media only screen and (max-device-width: 640px) {
    #chat {
        width: calc(100% - 80px);
    }
}

#chat,
#chat * {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text
}

#chat ul {
    list-style: none;
    margin: 4px;
    padding: 0;
    background-attachment: local;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#chat ul {
    list-style: none;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: normal;
    padding: 16px 0 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.input-container {
    display: flex;
    align-items: center;
    margin: 8px;
    background: #e2e2e2;
    border-radius: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

#chat li {
    padding: 2px;
    text-align: left;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#chat li .reply {
    margin-right: 4px;
    padding-inline: 5px;
    background-color: #111;
    border: 1px solid #444;
    text-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer
}

#chat li .replyLink {
    margin-right: 8px;
    padding-inline: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer
}

#chat li .receivedDm,
#chat li .sentDm,
#chat li .otherDm,
#chat li .dmArrow {
    margin-right: 8px
}

#chat li .timestamp {
    margin-right: 8px;
    font-family: monospace
}

#chat li .id,
#chat li .id2 {
    margin-right: 8px;
    cursor: pointer;
    font-family: monospace
}

#chat li .name,
#chat li .name2 {
    font-weight: 700;
    margin-right: 8px
}

#chat li .message {
    margin-right: 6px
}

#chat li .quote {
    color: #789922
}

#chat li .mention {
    color: #ffffff;
    padding: 4px;
    margin: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 15px;
}



#chat-input {
    margin: 8px;
    width: calc(100% - 40px);
    height: 30px;
    border: 1px solid #959595;
    background: #e2e2e2;
    color: #000;
    border-radius: 99999px;
    padding-right: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
    box-sizing: border-box;
    flex-shrink: 0;
}


#chat input:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 6px 15px rgba(0, 0, 0, 0.2);
}

#chat-input:focus {
    outline: 0;
    border: 1px solid #ff8;
}



#chat input::-webkit-input-placeholder {
    color: #999999
}

#chat input:-moz-placeholder {
    color: #ccc
}

#send {
    position: absolute;
    right: 37px;
    bottom: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

#send:hover {
    transform: scale(1.1);
}

#send:active {
    transform: scale(0.9);
}

#chat-input:focus {
    outline: 0;
    border: 1px solid #ff8;
}

#chat.chatting {
    background: rgba(92, 92, 92, 0.4);
    border-radius: 5px;
    box-shadow: 1px 1px 5px #888;
    transition: all .1s
}


#chat.chatting li {
    display: list-item !important;
    opacity: 1 !important;
    text-shadow: #aaa 1px 1px
}

#chat.chatting ul {
    max-height: 50em;
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word
}

#chat.chatting ul::-webkit-scrollbar {
    background: 0 0;
    margin: 2px;
    width: 4px
}

#chat.chatting ul::-webkit-scrollbar-thumb {
    background: #7d7d7d;
    border-radius: 9999px
}

#chat.chatting ul::-webkit-scrollbar-track {
    background: 0 0
}

#social {
    position: fixed;
    top: 4px;
    right: 6px;
    width: 80px;
    font-size: 12px
}

#social #more-button {
    margin-top: 4px;
    width: 77px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #abb;
    cursor: pointer;
    transition: all .25s;
    box-shadow: 1px 1px 8px #bb9;
    color: #788;
    text-shadow: none;
    background: url(kitten1.png) 0 4px no-repeat;
    background-color: #dee
}

#social #more-button:hover {
    color: #899;
    background-color: #e8f8f0;
    transition: background-color .25s
}

#social .fb-like {
    position: absolute;
    right: 0
}

#social #inclinations {
    margin-top: 50px;
    margin-bottom: 20px
}

#more {
    display: none;
    width: 1250px;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #b0c0c0;
    color: #566;
    background: #bcc;
    box-shadow: 1px 1px 8px #899;
    position: fixed;
    top: 50px;
    right: 50px;
    text-shadow: none
}

#more div {
    margin: 0;
    padding: 0
}

#more .items {
    margin-left: 1%
}

#more .items .item {
    width: 33%;
    float: left;
    background: #cdd;
    transition: background .25s
}

#more .items .item:hover {
    background: #d0e0e0;
    transition: background .25s
}

#more .items .item .content {
    height: 200px;
    padding: 10px;
    border-right: 1px solid #bcc;
    border-bottom: 1px solid #bcc
}

#more .items .item .content p {
    margin-top: 1em;
    margin-bottom: 1em
}

#more .header {
    padding: 5px 10px
}

#more .footer {
    clear: both;
    padding: 5px 10px;
    font-size: 12px
}

#email:before {
    content: url(envelope.png);
    margin: 4px
}

#room-notice {
    z-index: 1
}

#cursors {
    z-index: 2
}

#bottom {
    z-index: 90
}

#chat {
    z-index: 100
}

#social {
    z-index: 200
}

#names {
    z-index: 300
}

#names .nametag {
    z-index: 301
}

#names .name.owner:before {
    z-index: 302
}

#piano {
    z-index: 400
}

#piano .key {
    z-index: 401
}

#piano .key.sharp {
    z-index: 402
}

#room .more {
    z-index: 500
}

#crown {
    z-index: 600
}

.notification {
    z-index: 700
}

#cursors .cursor {
    z-index: 800
}

#chat.chatting {
    z-index: 900
}

.participant-menu {
    z-index: 1000
}

#modal {
    z-index: 10000
}

#tooltip {
    z-index: 20000
}

.clear {
    clear: both
}

.spin {
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite
}

.top-button {
    height: 24px;
    font-size: 12px;
    background: #111;
    border: 1px solid #444;
    padding: 5px;
    cursor: pointer;
    line-height: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff
}

.top-button:hover {
    background: #222
}

.top-button.stuck {
    background: rgba(204, 187, 170, .35)
}

.icon-button img {
    width: 16px;
    height: 16px
}

.icon-button {
    position: fixed;
    top: 6px;
    z-index: 200;
    width: 26px;
    padding: 0
}

.mpp-news-button,
.font-button,
.language-button {
    position: fixed;
    right: 6px;
    z-index: 200;
    padding: 4px 10px;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.discord-button {
    position: fixed;
    right: 6px;
    top: 6px;
    background: linear-gradient(145deg, #7289da, #5f73b3);
    border: none;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.discord-button:hover {
    background: linear-gradient(145deg, #5f73b3, #7289da);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15);
}

.discord-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}


.discord-button:hover {
    background: linear-gradient(145deg, #5f73b3, #7289da);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15);
}

.mpp-news-button {
    top: 35px;
    background: linear-gradient(145deg, #3f3f3f, #202020);
    color: #fff;
}

.mpp-news-button:hover {
    background: linear-gradient(145deg, #202020, #3f3f3f);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15);
}

.language-button {
    top: 64px;
    background: linear-gradient(145deg, #3f3f3f, #202020);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.language-button:hover {
    background: linear-gradient(145deg, #202020, #3f3f3f);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15);
}

.font-button {
    top: 93px;
    background: linear-gradient(145deg, #3f3f3f, #202020);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.font-button:hover {
    background: linear-gradient(145deg, #202020, #3f3f3f);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15);
}



code {
    background: #222;
    color: #eee;
    padding: 2px 4px;
    text-shadow: none;
    border-radius: 4px;
    line-height: 1.5
}

.spoiler {
    background: #222;
    padding: 1px 0 3px;
    border-radius: 4px
}

.spoiler:not(:hover) {
    color: #0000;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px
}

.spoiler * {
    opacity: 0
}

.spoiler:hover * {
    opacity: 1
}

.spoiler:hover {
    background: rgba(64, 80, 80, .75)
}

.spoiler * {
    transition: opacity .25s;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s
}

.spoiler {
    transition: color .25s, text-shadow .25s, background .25s, opacity .25s;
    -webkit-transition: color .25s, text-shadow .25s, background .25s, opacity .25s;
    -moz-transition: color .25s, text-shadow .25s, background .25s, opacity .25s;
    -o-transition: color .25s, text-shadow .25s, background .25s, opacity .25s
}

.snowflake {
    --size: 0.1vw;
    width: var(--size);
    height: var(--size);
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -5vh;
}
@keyframes snowfall {
    0% {
        transform: translate3d(var(--left-ini), 0, 0);
   }
    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
   }
}
.snowflake:nth-child(1) {
    --size: 1vw;
    --left-ini: -8vw;
    --left-end: 3vw;
    left: 21vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(2) {
    --size: 0.6vw;
    --left-ini: 2vw;
    --left-end: 10vw;
    left: 17vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(3) {
    --size: 0.8vw;
    --left-ini: -5vw;
    --left-end: -7vw;
    left: 78vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -1s;
}
.snowflake:nth-child(4) {
    --size: 0.2vw;
    --left-ini: -1vw;
    --left-end: -9vw;
    left: 57vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(5) {
    --size: 0.2vw;
    --left-ini: 9vw;
    --left-end: -1vw;
    left: 39vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(6) {
    --size: 0.8vw;
    --left-ini: 3vw;
    --left-end: -6vw;
    left: 60vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -1s;
}
.snowflake:nth-child(7) {
    --size: 1vw;
    --left-ini: -1vw;
    --left-end: -4vw;
    left: 89vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(8) {
    --size: 1vw;
    --left-ini: -4vw;
    --left-end: -7vw;
    left: 33vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(9) {
    --size: 1vw;
    --left-ini: -4vw;
    --left-end: -4vw;
    left: 78vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(10) {
    --size: 0.6vw;
    --left-ini: -3vw;
    --left-end: 1vw;
    left: 73vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(11) {
    --size: 0.4vw;
    --left-ini: 6vw;
    --left-end: -1vw;
    left: 62vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(12) {
    --size: 0.4vw;
    --left-ini: -1vw;
    --left-end: 1vw;
    left: 46vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(13) {
    --size: 0.8vw;
    --left-ini: 5vw;
    --left-end: 0vw;
    left: 28vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(14) {
    --size: 0.8vw;
    --left-ini: 0vw;
    --left-end: -8vw;
    left: 96vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(15) {
    --size: 1vw;
    --left-ini: 9vw;
    --left-end: 4vw;
    left: 48vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(16) {
    --size: 0.6vw;
    --left-ini: -2vw;
    --left-end: 6vw;
    left: 42vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(17) {
    --size: 0.8vw;
    --left-ini: -5vw;
    --left-end: -5vw;
    left: 11vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -4s;
}
.snowflake:nth-child(18) {
    --size: 1vw;
    --left-ini: -5vw;
    --left-end: 2vw;
    left: 21vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(19) {
    --size: 0.6vw;
    --left-ini: -6vw;
    --left-end: 0vw;
    left: 66vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(20) {
    --size: 0.8vw;
    --left-ini: 7vw;
    --left-end: -5vw;
    left: 20vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -4s;
}
.snowflake:nth-child(21) {
    --size: 1vw;
    --left-ini: 5vw;
    --left-end: -9vw;
    left: 50vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(22) {
    --size: 0.8vw;
    --left-ini: 3vw;
    --left-end: 5vw;
    left: 16vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(23) {
    --size: 0.2vw;
    --left-ini: -1vw;
    --left-end: 5vw;
    left: 89vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(24) {
    --size: 0.2vw;
    --left-ini: -8vw;
    --left-end: -9vw;
    left: 36vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(25) {
    --size: 0.2vw;
    --left-ini: -6vw;
    --left-end: 0vw;
    left: 100vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(26) {
    --size: 1vw;
    --left-ini: -4vw;
    --left-end: 3vw;
    left: 72vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(27) {
    --size: 0.8vw;
    --left-ini: -1vw;
    --left-end: 0vw;
    left: 23vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -1s;
}
.snowflake:nth-child(28) {
    --size: 0.2vw;
    --left-ini: 8vw;
    --left-end: -5vw;
    left: 37vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(29) {
    --size: 1vw;
    --left-ini: 9vw;
    --left-end: 8vw;
    left: 61vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -1s;
}
.snowflake:nth-child(30) {
    --size: 1vw;
    --left-ini: -4vw;
    --left-end: -1vw;
    left: 59vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(31) {
    --size: 1vw;
    --left-ini: 2vw;
    --left-end: -3vw;
    left: 54vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(32) {
    --size: 1vw;
    --left-ini: -4vw;
    --left-end: -2vw;
    left: 82vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -6s;
}
.snowflake:nth-child(33) {
    --size: 0.8vw;
    --left-ini: 8vw;
    --left-end: 4vw;
    left: 16vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(34) {
    --size: 0.8vw;
    --left-ini: -8vw;
    --left-end: -4vw;
    left: 39vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(35) {
    --size: 1vw;
    --left-ini: -9vw;
    --left-end: 6vw;
    left: 40vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -1s;
}
.snowflake:nth-child(36) {
    --size: 0.4vw;
    --left-ini: -6vw;
    --left-end: -6vw;
    left: 36vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(37) {
    --size: 0.4vw;
    --left-ini: -5vw;
    --left-end: -6vw;
    left: 90vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(38) {
    --size: 1vw;
    --left-ini: -8vw;
    --left-end: -8vw;
    left: 9vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -6s;
}
.snowflake:nth-child(39) {
    --size: 0.6vw;
    --left-ini: 5vw;
    --left-end: 3vw;
    left: 83vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(40) {
    --size: 0.6vw;
    --left-ini: -2vw;
    --left-end: 1vw;
    left: 84vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(41) {
    --size: 0.6vw;
    --left-ini: -1vw;
    --left-end: -8vw;
    left: 73vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(42) {
    --size: 0.2vw;
    --left-ini: -4vw;
    --left-end: 3vw;
    left: 19vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(43) {
    --size: 0.4vw;
    --left-ini: -2vw;
    --left-end: 4vw;
    left: 80vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(44) {
    --size: 0.8vw;
    --left-ini: 6vw;
    --left-end: -3vw;
    left: 7vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(45) {
    --size: 0.6vw;
    --left-ini: -5vw;
    --left-end: -7vw;
    left: 60vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(46) {
    --size: 0.2vw;
    --left-ini: -4vw;
    --left-end: -9vw;
    left: 82vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(47) {
    --size: 0.2vw;
    --left-ini: -4vw;
    --left-end: -2vw;
    left: 56vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(48) {
    --size: 0.6vw;
    --left-ini: 8vw;
    --left-end: -8vw;
    left: 11vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(49) {
    --size: 1vw;
    --left-ini: 3vw;
    --left-end: 8vw;
    left: 24vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(50) {
    --size: 1vw;
    --left-ini: 7vw;
    --left-end: -8vw;
    left: 69vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -3s;
}

/* 눈ㄴㄴ */
.snowflake:nth-child(6n) {
    filter: blur(1px);
}
