﻿:root {
    --col-border: #e0e0e0;
    --col-text-lighter: #7f7f7f;
    --col-text-lightest: #bfbfbf
}

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .75px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-touch-callout: inherit;
    -webkit-user-select: inherit;
    -khtml-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit
}

*::-webkit-scrollbar {
    display: none
}

input,
textarea {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    resize: none;
    overflow: scroll
}

a {
    cursor: pointer
}

button {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f9f9f9;
    overflow: hidden
}

body>nav {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-top: 1px solid var(--col-border)
}

@media screen and (min-width: 785px) {
    body>nav {
        top: 0;
        width: 72px;
        height: 100%;
        border-top: unset;
        border-right: 1px solid var(--col-border)
    }
}

@media screen and (min-width: 1280px) {
    body>nav {
        width: 248px
    }
}

body>nav.notify {
    width: 72px
}

@media(hover: hover)and (pointer: fine) {
    body>nav.notify>a:nth-child(1):hover {
        background-color: rgba(0, 0, 0, .02)
    }
}

body>nav.notify>a:nth-child(1)>img {
    display: none
}

body>nav.notify>a:nth-child(1)>i {
    display: block
}

body>nav.notify>ul>li>a>p,
body>nav.notify>ul>li>button>p {
    display: none
}

body>nav.notify>div {
    display: block
}

body>nav.notify>button:nth-last-child(1)>p {
    display: none
}

body>nav>a:nth-child(1) {
    position: absolute;
    display: none;
    top: calc(40px - .75rem);
    left: .75rem;
    width: initial;
    height: initial;
    font-size: 0;
    color: #000;
    border-radius: 1.5rem;
    cursor: pointer
}

@media screen and (min-width: 785px) {
    body>nav>a:nth-child(1) {
        display: block
    }
}

@media(hover: hover)and (pointer: fine) {
    body>nav>a:nth-child(1):hover {
        background-color: rgba(0, 0, 0, .02)
    }
}

@media screen and (hover: hover)and (pointer: fine)and (min-width: 1280px) {
    body>nav>a:nth-child(1):hover {
        background-color: rgba(0, 0, 0, 0)
    }
}

body>nav>a:nth-child(1)>img {
    position: relative;
    display: none;
    padding: .75rem;
    width: calc(103px + 1.5rem);
    height: calc(29px + 1.5rem)
}

@media screen and (min-width: 1280px) {
    body>nav>a:nth-child(1)>img {
        display: block
    }
}

body>nav>a:nth-child(1)>i {
    position: relative;
    display: block;
    width: 48px;
    line-height: 48px !important;
    height: 48px;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (min-width: 1280px) {
    body>nav>a:nth-child(1)>i {
        display: none
    }
}

body>nav>ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    white-space: nowrap
}

@media screen and (min-width: 785px) {
    body>nav>ul {
        top: 119px;
        left: .75rem;
        width: calc(100% - 1.5rem);
        height: initial
    }
}

body>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: calc((100% - 15rem)/6);
    width: 3rem;
    height: 50px;
    font-size: 0
}

@media screen and (min-width: 785px) {
    body>nav>ul>li {
        display: block;
        vertical-align: unset;
        margin-left: unset;
        margin-top: calc(40px - 1.5rem);
        width: 100%;
        height: initial
    }
}

body>nav>ul>li:nth-child(1) {
    margin-top: 0
}

body>nav>ul>li:nth-child(4) {
    display: none
}

@media screen and (min-width: 785px) {
    body>nav>ul>li:nth-child(4) {
        display: block
    }
}

body>nav>ul>li>a,
body>nav>ul>li>button {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: left;
    border-radius: 1.5rem;
    color: #000
}

@media(hover: hover)and (pointer: fine) {

    body>nav>ul>li>a:hover,
    body>nav>ul>li>button:hover {
        background-color: rgba(0, 0, 0, .02)
    }
}

body>nav>ul>li>a>i,
body>nav>ul>li>button>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    line-height: 3rem !important;
    height: 3rem;
    font-size: 1.5rem;
    text-align: center;
    color: #000
}

body>nav>ul>li>a>img,
body>nav>ul>li>button>img {
    object-fit: cover;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid var(--col-border)
}

body>nav>ul>li>a>p,
body>nav>ul>li>button>p {
    position: relative;
    display: none;
    vertical-align: top;
    padding-left: .25rem;
    line-height: 3rem;
    height: 3rem;
    color: #000;
    font-size: 1rem
}

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

    body>nav>ul>li>a>p,
    body>nav>ul>li>button>p {
        display: inline-block
    }
}

body>nav>div {
    display: none;
    position: fixed;
    top: 0;
    left: 72px;
    width: 385px;
    height: 100vh;
    background-color: #fff;
    border-right: 1px solid var(--col-border);
    border-radius: 0 1rem 1rem 0;
    -moz-box-: 2px 0 4px rgba(0, 0, 0, .05), 4px 0 8px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, .05), 4px 0 8px rgba(0, 0, 0, .05);
    box-shadow: 2px 0 4px rgba(0, 0, 0, .05), 4px 0 8px rgba(0, 0, 0, .05);
    overflow-x: hidden;
    overflow-y: scroll
}

body>nav>div>h6 {
    position: relative;
    display: block;
    margin-top: 1.25rem;
    margin-left: 1.5rem;
    font-size: 1.5rem
}

body>nav>div>div {
    position: relative;
    display: block;
    padding-bottom: 1rem;
    width: 100%;
    height: initial;
    border-bottom: 1px solid var(--col-border)
}

body>nav>div>div>p {
    position: relative;
    display: block;
    margin-top: 1.25rem;
    margin-left: 1.5rem;
    font-size: .875rem;
    font-weight: bolder
}

body>nav>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body>nav>div>div>ul>li {
    position: relative;
    display: block;
    margin-top: .25rem;
    padding: .5rem 0;
    width: 100%;
    height: initial
}

@media(hover: hover)and (pointer: fine) {
    body>nav>div>div>ul>li:hover {
        background-color: rgba(0, 0, 0, .02)
    }
}

body>nav>div>div>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    cursor: pointer
}

body>nav>div>div>ul>li>a>img {
    object-fit: cover;
    position: absolute;
    display: block;
    top: 0;
    width: 44px;
    height: 44px
}

body>nav>div>div>ul>li>a>img:nth-child(1) {
    left: 1.5rem;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>nav>div>div>ul>li>a>img:nth-last-child(1) {
    right: 1.5rem
}

body>nav>div>div>ul>li>a>p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(44px + 2.5rem);
    width: calc(100% - 88px - 5rem);
    font-size: .875rem;
    color: #000
}

body>nav>div>div>ul>li>a>p>strong {
    position: relative;
    margin-right: .5rem
}

body>nav>div>div>ul>li>a>p>i {
    color: var(--col-text-lighter)
}

body>nav>button:nth-last-child(1) {
    display: none;
    position: absolute;
    left: .75rem;
    bottom: calc(40px - .75rem);
    width: calc(100% - 1.5rem);
    height: initial;
    font-size: 0;
    border-radius: calc(.75rem + 12.5px);
    text-align: left
}

@media screen and (min-width: 785px) {
    body>nav>button:nth-last-child(1) {
        display: block
    }
}

@media(hover: hover)and (pointer: fine) {
    body>nav>button:nth-last-child(1):hover {
        background-color: rgba(0, 0, 0, .02)
    }
}

body>nav>button:nth-last-child(1)>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    line-height: 3rem !important;
    height: 3rem;
    font-size: 1.5rem;
    text-align: center;
    color: #000
}

body>nav>button:nth-last-child(1)>p {
    position: relative;
    display: none;
    vertical-align: top;
    padding-left: .25rem;
    line-height: 3rem;
    height: 3rem;
    color: #000;
    font-size: 1rem
}

@media screen and (min-width: 1280px) {
    body>nav>button:nth-last-child(1)>p {
        display: inline-block
    }
}

body #nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid var(--col-border);
    z-index: 100
}

@media screen and (min-width: 785px) {
    body #nav {
        display: none
    }
}

body #nav>a:nth-child(1) {
    position: absolute;
    display: block;
    top: 50%;
    left: .75rem;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    overflow: hidden
}

body #nav>a:nth-child(1)>img {
    position: relative;
    display: block;
    width: 103px;
    height: 30px;
    object-fit: cover;
    overflow: hidden
}

body #nav>button:nth-last-child(1) {
    position: absolute;
    display: block;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    overflow: hidden
}

body #nav>button:nth-last-child(1)>i {
    position: relative;
    display: block;
    width: 3rem;
    line-height: 3rem !important;
    height: 3rem;
    font-size: 1.5rem;
    text-align: center;
    color: #000
}

body>section[pg=home] {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-right: -50%;
    padding-top: 44px;
    padding-bottom: 5rem;
    width: initial;
    max-width: 100%;
    height: 100%;
    font-size: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (min-width: 785px) {
    body>section[pg=home] {
        left: calc(36px + 50%);
        max-width: 821px;
        padding-top: 0
    }
}

@media screen and (min-width: 1280px) {
    body>section[pg=home] {
        left: calc(124px + 50%)
    }
}

body>section[pg=home]>div:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 470px;
    max-width: 100%;
    height: initial
}

@media screen and (min-width: 1000px) {
    body>section[pg=home]>div:nth-child(1) {
        margin-right: 32px
    }
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) {
    position: relative;
    display: block;
    padding: .75rem 0;
    width: 100%;
    height: initial;
    border-radius: 0
}

@media screen and (min-width: 470px) {
    body>section[pg=home]>div:nth-child(1)>div:nth-child(1) {
        margin-top: 1.25rem;
        padding: 1.25rem 0;
        border: 1px solid var(--col-border);
        border-radius: .75rem;
        background-color: #fff
    }
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul {
    position: relative;
    display: block;
    width: 100%;
    height: 85px;
    font-size: 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: calc(1rem - 6px);
    width: 70px;
    height: 85px
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li:nth-child(1) {
    margin-left: 1rem
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li>button {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li>button.new>div {
    border: 2px solid red
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li>button.new>div>img {
    width: 56px;
    height: 56px
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li>button.new>p {
    color: #000
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li>button>div {
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li>button>div>img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid var(--col-border);
    object-fit: cover
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1) ul li>button>p {
    position: absolute;
    display: block;
    top: 70px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: .75rem;
    font-weight: normal;
    text-align: center;
    color: var(--col-text-lighter);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1)>button {
    position: absolute;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    z-index: 1
}

@media screen and (min-width: 470px) {
    body>section[pg=home]>div:nth-child(1)>div:nth-child(1)>button {
        display: block
    }
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1)>button:nth-last-child(2) {
    display: none;
    left: 1rem
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1)>button:nth-last-child(1) {
    right: 1rem
}

body>section[pg=home]>div:nth-child(1)>div:nth-child(1)>button>i {
    position: relative;
    display: block;
    width: 1.5rem;
    line-height: 1.5rem !important;
    height: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%
}

body>section[pg=home]>div:nth-child(1)>ul {
    position: relative;
    width: 100%;
    height: initial
}

body>section[pg=home]>div:nth-child(1)>ul>li.row {
    position: relative;
    width: 100%;
    height: initial;
    background-color: #fff
}

body>section[pg=home]>div:nth-child(1)>ul>li.row:nth-child(1) {
    border-top: 1px solid var(--col-border)
}

body>section[pg=home]>div:nth-child(1)>ul>li.row:nth-last-child(1) {
    border-bottom: 1px solid var(--col-border)
}

@media screen and (min-width: 470px) {
    body>section[pg=home]>div:nth-child(1)>ul>li.row {
        margin-top: 1rem;
        border: 1px solid var(--col-border);
        border-radius: .75rem
    }
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1) {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    overflow: hidden
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1).tag>div>i {
    display: block
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    font-size: 0
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div>a {
    position: absolute;
    display: block;
    top: 50%;
    left: .875rem;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    object-fit: cover
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div>a>img {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid var(--col-border);
    border-radius: 50%;
    object-fit: cover
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div>i {
    position: absolute;
    display: none;
    top: 50%;
    left: 2rem;
    width: 1.125rem;
    line-height: 1.125rem !important;
    height: 1.125rem;
    font-size: .625rem;
    text-align: center;
    background-color: red;
    color: #fff;
    border-radius: 50%
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div>div {
    position: absolute;
    display: block;
    top: 50%;
    left: calc(.875rem + 30px + .75rem);
    transform: translateY(-50%);
    width: initial;
    height: initial
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div>div>a {
    position: relative;
    display: block;
    line-height: 1.125rem;
    font-size: .875rem;
    font-weight: normal;
    color: var(--col-text-lighter)
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div>div>a.bold {
    font-weight: bolder;
    color: #000
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>div>div>a.tag::before {
    content: "#"
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>button {
    position: absolute;
    display: block;
    top: 50%;
    right: .875rem;
    transform: translateY(-50%);
    width: initial;
    height: initial
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(1)>button>i {
    position: relative;
    display: block;
    width: 1.25rem;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    text-align: center
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2) {
    position: relative;
    width: 100%;
    height: initial
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2).r1>ul:nth-child(2),
body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2).r1>button {
    display: none;
    opacity: 0
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(1) {
    position: relative;
    width: 100%;
    height: initial;
    font-size: 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    z-index: 0
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(1)>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: initial
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(1)>li>img {
    object-fit: cover;
    position: relative;
    display: block;
    width: 100%
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(1)>li>video {
    object-fit: contain;
    position: relative;
    display: block;
    width: 100% !important;
    height: auto !important
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(2) {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: initial;
    height: initial;
    z-index: 1
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(2)>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .15);
    opacity: .5
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(2)>li[sel="1"],
body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>ul:nth-child(2)>li[sel=true] {
    opacity: 1
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 1;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>button:nth-last-child(2) {
    display: none;
    left: 1rem
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>button:nth-last-child(1) {
    right: 1rem
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(2)>button>i {
    position: relative;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, .8)
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3) {
    position: relative;
    width: 100%;
    height: initial
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>ul:nth-child(1) {
    position: relative;
    padding: .875rem;
    width: 100%;
    height: initial
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>ul:nth-child(1)>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    width: initial;
    height: initial;
    cursor: pointer
}

@media(hover: hover)and (pointer: fine) {
    body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>ul:nth-child(1)>li:hover {
        opacity: .5
    }
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>ul:nth-child(1)>li>i {
    position: relative;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>button:nth-child(2) {
    position: absolute;
    top: .875rem;
    right: .875rem;
    width: initial;
    height: initial;
    cursor: pointer
}

@media(hover: hover)and (pointer: fine) {
    body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>button:nth-child(2):hover {
        opacity: .5
    }
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>button:nth-child(2)>i {
    position: relative;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>strong:nth-child(3) {
    position: relative;
    display: block;
    margin-left: .875rem;
    margin-bottom: .5rem;
    width: calc(100% - 1.75rem);
    font-size: 1rem;
    font-weight: bolder;
    cursor: pointer
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>p:nth-child(4) {
    position: relative;
    margin-left: .875rem;
    margin-bottom: .75rem;
    width: calc(100% - 1.75rem);
    font-size: .875rem;
    letter-spacing: .5px
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>p:nth-child(4)>a {
    position: relative;
    margin-right: .5rem;
    color: #4682b4;
    cursor: pointer
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>p:nth-child(4)>a::before {
    content: "#"
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>p:nth-child(4)>a:nth-child(1) {
    font-weight: bolder;
    color: #000
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>p:nth-child(4)>a:nth-child(1)::before {
    content: ""
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>button:nth-child(5) {
    position: relative;
    margin-left: .875rem;
    margin-bottom: .75rem;
    width: calc(100% - 1.75rem);
    font-size: 1rem;
    text-align: left;
    color: var(--col-text-lighter)
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>p:nth-child(6) {
    position: relative;
    margin-left: .875rem;
    padding-bottom: .75rem;
    width: calc(100% - 1.75rem);
    font-size: .75rem;
    color: var(--col-text-lighter)
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>div {
    position: relative;
    display: none;
    padding: .875rem;
    width: 100%;
    height: initial;
    border-top: 1px solid var(--col-border)
}

@media screen and (min-width: 735px) {
    body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>div {
        display: block
    }
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>div>button:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    width: initial;
    height: initial
}

@media(hover: hover)and (pointer: fine) {
    body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>div>button:nth-child(1):hover {
        opacity: .5
    }
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>div>button:nth-child(1)>i {
    position: relative;
    display: block;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>div>input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px - 1rem);
    line-height: 25px !important;
    height: 25px;
    font-size: .875rem
}

body>section[pg=home]>div:nth-child(1)>ul>li.row>div:nth-child(3)>div>button:nth-last-child(1) {
    position: absolute;
    top: .875rem;
    right: 1rem;
    line-height: 25px !important;
    height: 25px;
    font-size: .875rem;
    color: #4682b4;
    opacity: .5;
    cursor: pointer
}

body>section[pg=home]>div:nth-child(1)>ul>li.info {
    position: relative;
    margin-top: 1rem;
    padding: 1.5rem 0 2rem;
    width: 100%;
    height: initial;
    background-color: #fff;
    border-radius: .75rem;
    border: 1px solid var(--col-border)
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>h6 {
    position: relative;
    margin-left: 1.5rem;
    width: calc(100% - 1.5rem);
    font-size: 1rem
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul {
    position: relative;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    font-size: 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5rem;
    width: 174px;
    height: 198px;
    border: 1px solid var(--col-border);
    border-radius: .25rem;
    cursor: pointer
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul li:nth-child(1) {
    margin-left: 1.5rem
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul li>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul li>div>img {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid var(--col-border)
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul li>div>p:nth-child(2) {
    position: absolute;
    top: calc(1.5rem + 54px + 1rem);
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    overflow: hidden
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul li>div>p:nth-child(3) {
    position: absolute;
    top: calc(1.5rem + 54px + 1rem + 1.25rem);
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: .875rem;
    font-weight: normal;
    text-align: center;
    color: #7f7f7f;
    overflow: hidden
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>ul li>div>button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    width: 83px;
    line-height: 30px;
    height: 30px;
    font-size: 1rem;
    background-color: #4682b4;
    border-radius: .25rem;
    color: #fff
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>button:nth-last-child(3) {
    top: 1.5rem;
    right: 1.5rem;
    transform: unset;
    width: initial;
    height: initial;
    font-size: 1rem;
    color: #4682b4;
    font-weight: bolder;
    border-radius: unset
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>button:nth-last-child(2) {
    display: none;
    left: 1rem
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>button:nth-last-child(1) {
    right: 1rem
}

body>section[pg=home]>div:nth-child(1)>ul>li.info>button>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%
}

body>section[pg=home]>div:nth-last-child(1) {
    position: relative;
    display: none;
    vertical-align: top;
    width: 319px;
    height: 100px
}

@media screen and (min-width: 1000px) {
    body>section[pg=home]>div:nth-last-child(1) {
        display: inline-block
    }
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1) {
    position: relative;
    margin-top: 47px;
    width: 100%;
    height: 56px;
    font-size: 0
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1)>a:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: initial;
    height: initial;
    color: #000;
    cursor: pointer
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1)>a:nth-child(1)>img {
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1)>a:nth-child(2) {
    position: absolute;
    top: 50%;
    left: calc(56px + 1rem);
    transform: translateY(-50%);
    width: initial;
    height: initial;
    color: #000
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1)>a:nth-child(2)>p {
    position: relative;
    line-height: 18px;
    font-size: .875rem
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1)>a:nth-child(2)>p:nth-child(1) {
    font-weight: bolder
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1)>a:nth-child(2)>p:nth-child(2) {
    color: var(--col-text-lighter)
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(1)>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: .875rem;
    color: #4682b4;
    font-weight: bolder
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2) {
    position: relative;
    margin-top: 1rem;
    width: 100%
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>p {
    font-size: 1rem;
    color: var(--col-text-lighter)
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .875rem;
    font-weight: bolder;
    color: #000
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li {
    position: relative;
    display: block;
    margin-top: .875rem;
    width: 100%;
    height: 40px;
    font-size: 0
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li>a:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: initial;
    height: initial;
    cursor: pointer
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li>a:nth-child(1)>img {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li>a:nth-child(2) {
    position: absolute;
    top: 0;
    left: calc(32px + 1rem);
    width: initial;
    height: initial
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li>a:nth-child(2)>p {
    position: relative;
    line-height: 20px;
    color: #000
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li>a:nth-child(2)>p:nth-child(1) {
    font-size: .875rem;
    font-weight: bolder
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li>a:nth-child(2)>p:nth-child(2) {
    color: var(--col-text-lighter);
    font-size: .75rem
}

body>section[pg=home]>div:nth-last-child(1)>div:nth-child(2)>ul>li>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: .875rem;
    color: #4682b4;
    font-weight: bolder
}

body>section[pg=home]>div:nth-last-child(1)>ul {
    position: relative;
    margin-top: 1rem;
    width: 100%
}

body>section[pg=home]>div:nth-last-child(1)>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: .875rem;
    font-weight: lighter;
    color: var(--col-text-lightest)
}

body>section[pg=home]>div:nth-last-child(1)>ul>li::before {
    content: "・"
}

body>section[pg=home]>div:nth-last-child(1)>ul>li:nth-child(1):before {
    content: ""
}

body>section[pg=home]>div:nth-last-child(1)>p {
    position: relative;
    margin-top: 1rem;
    width: 100%;
    font-size: .875rem;
    font-weight: lighter;
    color: var(--col-text-lightest)
}

body>section[pg=search] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 5rem;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (min-width: 750px) {
    body>section[pg=search] {
        width: calc(100% - 2.5rem)
    }
}

@media screen and (min-width: 785px) {
    body>section[pg=search] {
        left: calc(36px + 50%);
        width: calc(100% - 72px - 2.5rem)
    }
}

@media screen and (min-width: 1112px) {
    body>section[pg=search] {
        max-width: 935px
    }
}

@media screen and (min-width: 1280px) {
    body>section[pg=search] {
        left: calc(124px + 50%)
    }
}

body>section[pg=search]>div {
    position: relative;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    height: 40px;
    background-color: #ededed;
    border-radius: .5rem
}

@media screen and (min-width: 750px) {
    body>section[pg=search]>div {
        margin-left: 0;
        width: 100%
    }
}

body>section[pg=search]>div>i {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 1.25rem;
    line-height: 40px;
    height: 40px;
    font-size: 1rem;
    color: #868686
}

body>section[pg=search]>div>input {
    position: relative;
    padding-left: 3rem;
    padding-right: 1rem;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0)
}

body>section[pg=search]>ul {
    position: relative;
    margin-top: 28px;
    width: 100%;
    height: initial;
    font-size: 0
}

@media screen and (min-width: 750px) {
    body>section[pg=search]>ul {
        margin-top: 0
    }
}

body>section[pg=search]>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    margin-top: 1px;
    padding-top: calc((100% - 2px)/3*2 + 1px);
    width: calc((100% - 2px)/3)
}

@media screen and (min-width: 750px) {
    body>section[pg=search]>ul>li {
        margin-right: 28px;
        margin-top: 28px;
        padding-top: calc((100% - 56px)/3*2 + 28px);
        width: calc((100% - 56px)/3)
    }
}

body>section[pg=search]>ul>li:nth-child(3n) {
    margin-right: 0
}

body>section[pg=search]>ul>li:nth-child(1)>button,
body>section[pg=search]>ul>li:nth-child(6n+6)>button,
body>section[pg=search]>ul>li:nth-child(6n+7)>button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: .125rem
}

body>section[pg=search]>ul>li>button {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 100%;
    width: 100%;
    border-radius: .125rem;
    overflow: hidden
}

body>section[pg=search]>ul>li>button:nth-child(1) {
    top: 0
}

body>section[pg=search]>ul>li>button:nth-child(2) {
    bottom: 0
}

@media(hover: hover)and (pointer: fine) {
    body>section[pg=search]>ul>li>button:hover>div {
        display: block
    }
}

body>section[pg=search]>ul>li>button>img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

body>section[pg=search]>ul>li>button>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

body>section[pg=search]>ul>li>button>div>ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -50%;
    width: 100%;
    height: 1.5rem;
    font-size: 0;
    text-align: center
}

body>section[pg=search]>ul>li>button>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .875rem;
    width: initial;
    height: 1.5rem
}

body>section[pg=search]>ul>li>button>div>ul>li>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    color: #fff
}

body>section[pg=search]>ul>li>button>div>ul>li>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bolder;
    color: #fff
}

body>section[pg=message] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (min-width: 750px) {
    body>section[pg=message] {
        width: calc(100% - 2.5rem)
    }
}

@media screen and (min-width: 785px) {
    body>section[pg=message] {
        left: calc(36px + 50%);
        width: calc(100% - 72px - 2.5rem)
    }
}

@media screen and (min-width: 1112px) {
    body>section[pg=message] {
        max-width: 935px
    }
}

@media screen and (min-width: 1280px) {
    body>section[pg=message] {
        left: calc(124px + 50%)
    }
}

body>section[pg=message]>div {
    position: relative;
    margin: 1.5rem 0;
    width: 100%;
    height: calc(100% - 3rem);
    background-color: #fff;
    border: 1px solid var(--col-border);
    border-radius: .25rem
}

body>section[pg=message]>div>nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid var(--col-border)
}

body>section[pg=message]>div>nav>div {
    position: absolute;
    top: 0;
    height: 60px
}

body>section[pg=message]>div>nav>div:nth-child(1) {
    left: 0;
    width: 340px;
    border-right: 1px solid var(--col-border)
}

body>section[pg=message]>div>nav>div:nth-child(1)>button {
    position: absolute;
    width: initial;
    top: 0;
    height: 60px;
    font-size: 0;
    color: #000
}

body>section[pg=message]>div>nav>div:nth-child(1)>button:nth-child(1) {
    left: 50%;
    transform: translateX(-50%)
}

body>section[pg=message]>div>nav>div:nth-child(1)>button:nth-child(1)>i {
    font-size: 1rem;
    transform: rotate(90deg)
}

body>section[pg=message]>div>nav>div:nth-child(1)>button:nth-last-child(1) {
    right: 1rem
}

body>section[pg=message]>div>nav>div:nth-child(1)>button:nth-last-child(1)>i {
    font-size: 1.5rem
}

body>section[pg=message]>div>nav>div:nth-child(1)>button>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    line-height: 60px;
    height: 60px;
    font-size: 1rem
}

body>section[pg=message]>div>nav>div:nth-child(1)>button>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    height: 60px;
    text-align: center
}

body>section[pg=message]>div>nav>div:nth-last-child(1) {
    right: 0;
    width: calc(100% - 340px)
}

body>section[pg=message]>div>nav>div:nth-last-child(1)>div {
    position: absolute;
    width: initial;
    top: 0;
    left: 1.5rem;
    height: 60px;
    font-size: 0
}

body>section[pg=message]>div>nav>div:nth-last-child(1)>div>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: 60px;
    height: 60px;
    font-size: 1rem;
    font-weight: bolder;
    color: #000;
    cursor: pointer
}

body>section[pg=message]>div>nav>div:nth-last-child(1)>div>a:nth-child(1) {
    margin-right: .75rem
}

body>section[pg=message]>div>nav>div:nth-last-child(1)>div>a>img {
    position: relative;
    display: block;
    margin-top: 18px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=message]>div>nav>div:nth-last-child(1)>button {
    position: absolute;
    width: initial;
    top: 0;
    right: 1.5rem;
    height: 60px;
    font-size: 0;
    color: #000
}

body>section[pg=message]>div>nav>div:nth-last-child(1)>button>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    line-height: 60px;
    height: 60px;
    font-size: 1rem
}

body>section[pg=message]>div>nav>div:nth-last-child(1)>button>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    height: 60px;
    font-size: 1.5rem;
    text-align: center
}

body>section[pg=message]>div>div {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    border-bottom: 1px solid var(--col-border)
}

body>section[pg=message]>div>div>div {
    position: absolute;
    top: 0;
    height: 100%
}

body>section[pg=message]>div>div>div:nth-child(1) {
    left: 0;
    width: 340px;
    border-right: 1px solid var(--col-border)
}

body>section[pg=message]>div>div>div:nth-child(1)>p {
    position: relative;
    margin-top: 1rem;
    margin-left: 1.5rem;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    font-weight: bolder
}

body>section[pg=message]>div>div>div:nth-child(1)>button {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: .875rem;
    font-weight: bolder;
    color: #4682b4
}

body>section[pg=message]>div>div>div:nth-child(1)>ul {
    position: relative;
    padding-bottom: 3rem;
    width: 100%;
    height: initial;
    max-height: calc(100% - 3rem);
    overflow: scroll
}

body>section[pg=message]>div>div>div:nth-child(1)>ul>li {
    position: relative;
    width: 100%;
    height: initial
}

body>section[pg=message]>div>div>div:nth-child(1)>ul>li>button {
    position: relative;
    padding: .5rem 1.5rem;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[pg=message]>div>div>div:nth-child(1)>ul>li>button.sel {
    background-color: rgba(0, 0, 0, .05)
}

@media(hover: hover)and (pointer: fine) {
    body>section[pg=message]>div>div>div:nth-child(1)>ul>li>button:hover {
        background-color: rgba(0, 0, 0, .05)
    }
}

body>section[pg=message]>div>div>div:nth-child(1)>ul>li>button>img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=message]>div>div>div:nth-child(1)>ul>li>button>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: .5rem;
    width: calc(100% - 50px - .5rem);
    line-height: 20px;
    max-height: 40px;
    font-size: .875rem;
    color: var(--col-text-lighter);
    text-align: left;
    overflow: hidden
}

body>section[pg=message]>div>div>div:nth-child(1)>ul>li>button>p>a {
    color: #000
}

body>section[pg=message]>div>div>div:nth-last-child(1) {
    right: 0;
    width: calc(100% - 340px)
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1) {
    position: absolute;
    padding: .5rem 0;
    top: 0;
    left: 0;
    bottom: 80px;
    right: 0;
    width: 100%;
    overflow: scroll
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li {
    position: relative;
    padding: .75rem 0;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li.from {
    text-align: right
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li.from>a {
    left: unset;
    right: 1.5rem
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li.from>div {
    margin-left: unset;
    margin-right: calc(25px + 1.5rem + .5rem);
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: rgba(0, 0, 0, .05)
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li>a {
    position: absolute;
    left: 1.5rem;
    bottom: .75rem;
    width: initial;
    height: initial
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li>a>img {
    object-fit: cover;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .75rem;
    border: 1px solid var(--col-border)
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li>div {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-left: calc(25px + 1.5rem + .5rem);
    width: initial;
    max-width: 60%;
    height: initial;
    border-radius: 1rem;
    border: 1px solid var(--col-border);
    overflow: hidden
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li>div>p {
    padding: .5rem 1rem;
    position: relative;
    display: block;
    font-size: 1rem;
    text-align: left
}

body>section[pg=message]>div>div>div:nth-last-child(1)>ul:nth-child(1)>li>div>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.25rem 1.5rem;
    width: 100%;
    height: initial;
    background-color: #fff
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div {
    position: relative;
    padding: calc((40px - 1.5rem)/2) 0;
    width: 100%;
    height: initial;
    border-radius: 20px;
    border: 1px solid var(--col-border)
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>textarea {
    position: relative;
    display: block;
    padding-top: 2px;
    padding-left: calc(40px + 1.5rem);
    padding-right: calc(80px + 1rem);
    width: 100%;
    font-size: 1rem;
    height: 1.5rem;
    min-height: 1.5rem;
    max-height: 12rem;
    background-color: #fff
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>textarea:focus {
    padding-right: calc(40px + 1rem)
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>button {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    color: #000
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>button:nth-child(2) {
    left: .75rem
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>button:nth-child(3) {
    display: none;
    right: .75rem;
    font-size: 1rem;
    color: #4682b4
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>button:nth-last-child(1) {
    right: .5rem
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>button:nth-last-child(2) {
    right: calc(40px + 1rem)
}

body>section[pg=message]>div>div>div:nth-last-child(1)>div:nth-last-child(1)>div>button>i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 40px;
    height: 100%;
    text-align: center
}

body>section[pg=post] {
    position: absolute;
    top: 0;
    left: calc(36px + 50%);
    transform: translateX(-50%);
    bottom: 0;
    padding-bottom: 5rem;
    width: 100%;
    max-width: 900px;
    height: 100%;
    font-size: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (min-width: 1112px) {
    body>section[pg=post] {
        max-width: 935px
    }
}

@media screen and (min-width: 1280px) {
    body>section[pg=post] {
        left: calc(124px + 50%)
    }
}

body>section[pg=post]>div:nth-child(1) {
    position: relative;
    margin-bottom: 3rem;
    padding-top: 44px;
    padding-bottom: 3rem;
    width: 100%;
    height: initial;
    font-size: 0;
    border-bottom: 1px solid var(--col-border)
}

body>section[pg=post]>div:nth-child(1)>div {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid var(--col-border);
    overflow: hidden
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: initial;
    background-color: #000;
    overflow: hidden
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(1)>img {
    display: block;
    object-fit: contain;
    width: calc(100% - 400px);
    height: auto;
    min-height: 600px
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(1)>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 1;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(1)>button:nth-last-child(2) {
    display: none;
    left: 2rem
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(1)>button:nth-last-child(1) {
    right: calc(400px + 2rem)
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(1)>button>i {
    position: relative;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, .8)
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid var(--col-border)
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(1) {
    position: relative;
    display: block;
    padding: 14px 1rem;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid var(--col-border);
    font-size: 0
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(1)>a:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    height: initial;
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(1)>a:nth-child(1)>img {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(1)>a:nth-child(2) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    line-height: 32px;
    height: 32px;
    font-size: .875rem;
    font-weight: bolder;
    color: #000;
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(1)>i {
    position: absolute;
    top: 14px;
    right: 1rem;
    width: 32px;
    line-height: 32px !important;
    height: 32px;
    font-size: 1.25rem;
    text-align: center;
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2) {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 60px - 112px - 50px);
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px solid var(--col-border)
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li {
    position: relative;
    display: block;
    padding: 1rem 1rem 0;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    height: initial;
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>a>img {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    max-width: calc(100% - 32px - 1rem - 24px);
    height: initial
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1) {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: initial;
    font-size: .875rem;
    word-wrap: break-word
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a {
    padding-right: .5rem;
    color: #4682b4
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a::before {
    content: "#"
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a:nth-child(1) {
    font-weight: bolder;
    color: #000
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a:nth-child(1)::before {
    content: ""
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(2) {
    position: relative;
    display: block;
    margin-top: .25rem;
    width: 100%;
    line-height: 20px;
    height: 20px;
    font-size: .75rem;
    color: var(--col-text-lighter)
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3) {
    position: relative;
    display: block;
    padding-top: .75rem;
    width: 100%;
    height: 112px;
    border-bottom: 1px solid var(--col-border)
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>ul {
    position: relative;
    width: 100%;
    height: 32px;
    font-size: 0
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    height: 32px
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>ul>li>button {
    position: relative;
    display: block;
    width: initial;
    height: initial
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>ul>li>button>i {
    position: relative;
    display: block;
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 1.5rem;
    text-align: center
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    width: initial;
    height: 32px
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>button>i {
    position: relative;
    display: block;
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 1.5rem;
    text-align: center
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>div {
    position: relative;
    margin-top: 1rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    font-size: 0
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>div>a {
    display: inline-block;
    vertical-align: top;
    margin-left: -0.5rem;
    width: initial;
    height: initial;
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>div>a:nth-child(1) {
    margin-left: 0
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>div>a>img {
    object-fit: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>div>p {
    display: inline-block;
    vertical-align: top;
    margin-left: .5rem;
    line-height: 20px;
    height: 20px;
    font-size: .75rem;
    font-weight: bolder;
    color: #000
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>div>p:nth-child(1) {
    margin-left: 0
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>div>p>a {
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(3)>p {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    line-height: 20px;
    height: 20px;
    font-size: .75rem;
    color: var(--col-text-lighter)
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(4) {
    position: relative;
    display: block;
    padding: 12.5px 0;
    width: 100%;
    height: 50px;
    font-size: 0
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(4)>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(4)>input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px - 2rem);
    line-height: 25px !important;
    height: 25px;
    font-size: .875rem
}

body>section[pg=post]>div:nth-child(1)>div>div:nth-child(2)>div:nth-child(4)>button {
    position: absolute;
    top: .875rem;
    right: 1rem;
    line-height: 25px !important;
    height: 25px;
    font-size: .875rem;
    color: #4682b4;
    opacity: .5;
    cursor: pointer
}

body>section[pg=post]>p {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1rem;
    color: #000
}

body>section[pg=post]>p>a {
    position: relative;
    font-weight: bolder;
    color: #000;
    cursor: pointer
}

body>section[pg=post]>div:nth-last-child(1) {
    position: relative;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[pg=post]>div:nth-last-child(1)>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1px;
    margin-right: 1px;
    padding-top: calc((100% - 2px)/3);
    width: calc((100% - 2px)/3);
    border: 1px solid var(--col-border);
    border-radius: .125rem;
    overflow: hidden;
    cursor: pointer
}

@media screen and (min-width: 750px) {
    body>section[pg=post]>div:nth-last-child(1)>div {
        margin-bottom: 28px;
        margin-right: 28px;
        padding-top: calc((100% - 56px)/3);
        width: calc((100% - 56px)/3)
    }
}

body>section[pg=post]>div:nth-last-child(1)>div:nth-child(3n) {
    margin-right: 0
}

body>section[pg=post]>div:nth-last-child(1)>div[r="1"]>i {
    display: none
}

@media(hover: hover)and (pointer: fine) {
    body>section[pg=post]>div:nth-last-child(1)>div:hover>div {
        display: block
    }
}

body>section[pg=post]>div:nth-last-child(1)>div>img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

body>section[pg=post]>div:nth-last-child(1)>div>i {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.25rem;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    color: #fff;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2))
}

@media screen and (min-width: 750px) {
    body>section[pg=post]>div:nth-last-child(1)>div>i {
        top: .75rem;
        right: .75rem;
        width: 1.5rem;
        line-height: 1.5rem;
        height: 1.5rem;
        font-size: 1.25rem
    }
}

body>section[pg=post]>div:nth-last-child(1)>div>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

body>section[pg=post]>div:nth-last-child(1)>div>div>ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -50%;
    width: 100%;
    height: 1.5rem;
    font-size: 0;
    text-align: center
}

body>section[pg=post]>div:nth-last-child(1)>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .875rem;
    width: initial;
    height: 1.5rem
}

body>section[pg=post]>div:nth-last-child(1)>div>div>ul>li>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    color: #fff
}

body>section[pg=post]>div:nth-last-child(1)>div>div>ul>li>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bolder;
    color: #fff
}

body>section[pg=user] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding-bottom: 5rem;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

@media screen and (min-width: 750px) {
    body>section[pg=user] {
        width: calc(100% - 2.5rem)
    }
}

@media screen and (min-width: 785px) {
    body>section[pg=user] {
        left: calc(36px + 50%);
        width: calc(100% - 72px - 2.5rem)
    }
}

@media screen and (min-width: 1112px) {
    body>section[pg=user] {
        max-width: 935px
    }
}

@media screen and (min-width: 1280px) {
    body>section[pg=user] {
        left: calc(124px + 50%)
    }
}

body>section[pg=user]>div:nth-child(2) {
    position: relative;
    width: 100%;
    height: 50px
}

body>section[pg=user]>div:nth-child(2)>ul {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 0;
    text-align: center
}

body>section[pg=user]>div:nth-child(2)>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    height: 50px
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(2)>ul>li {
        margin: 0 28px;
        padding-right: 6px;
        width: initial
    }
}

body>section[pg=user]>div:nth-child(2)>ul>li[sel="1"],
body>section[pg=user]>div:nth-child(2)>ul>li[sel=true] {
    border-top: 1px solid #000
}

body>section[pg=user]>div:nth-child(2)>ul>li[sel="1"]>i,
body>section[pg=user]>div:nth-child(2)>ul>li[sel="1"]>p,
body>section[pg=user]>div:nth-child(2)>ul>li[sel=true]>i,
body>section[pg=user]>div:nth-child(2)>ul>li[sel=true]>p {
    line-height: 48px !important;
    height: 48px;
    color: #000
}

body>section[pg=user]>div:nth-child(2)>ul>li>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    line-height: 50px !important;
    height: 50px;
    font-size: 1.25rem;
    text-align: center;
    color: var(--col-text-lighter)
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(2)>ul>li>i {
        font-size: .75rem
    }
}

body>section[pg=user]>div:nth-child(2)>ul>li>p {
    position: relative;
    display: none;
    line-height: 50px;
    height: 50px;
    font-size: .75rem;
    font-weight: bolder;
    text-align: center;
    color: var(--col-text-lighter)
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(2)>ul>li>p {
        display: inline-block;
        vertical-align: top
    }
}

body>section[pg=user]>div:nth-child(1) {
    position: relative;
    width: 100%;
    height: initial;
    font-size: 0;
    border-bottom: 1px solid var(--col-border)
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1) {
        padding-bottom: 2.5rem
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(1) {
    position: absolute;
    display: block;
    top: calc(44px + 1.5rem);
    left: 0;
    width: calc(80px + 3rem);
    height: initial
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(1) {
        position: relative;
        display: inline-block;
        vertical-align: top;
        top: unset;
        left: unset;
        margin-right: 28px;
        padding-top: 44px;
        width: calc((100% - 56px)/3)
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(1)>img {
    position: relative;
    display: block;
    margin-left: calc((100% - 80px)/2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--col-border);
    object-fit: cover
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(1)>img {
        margin-left: calc((100% - 150px)/2);
        width: 150px;
        height: 150px
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2) {
    position: relative;
    display: block;
    padding-top: calc(44px + 2rem);
    width: 100%;
    height: initial
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(2) {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-top: 35px;
        padding-top: 0;
        width: calc(100% - (100% - 56px)/3 - 28px)
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>h2:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: calc(80px + 3rem);
    width: initial;
    line-height: 30px;
    height: 30px;
    font-size: 1.75rem;
    font-weight: lighter
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>h2:nth-child(1) {
        margin: 0
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>button:nth-child(3) {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    margin-top: 1rem;
    margin-left: calc(80px + 3rem);
    width: initial;
    line-height: 30px;
    height: 30px;
    font-size: 1rem;
    font-weight: bolder;
    border: 1px solid #4682b4;
    border-radius: .25rem;
    background-color: #4682b4;
    color: #fff
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>button:nth-child(3)[auth="1"],
body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>button:nth-child(3)[auth=true] {
    padding: 0 .75rem;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 1px solid var(--col-border)
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>button:nth-child(3) {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        margin-left: 1.25rem
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1.25rem;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    font-size: 1.5rem
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>i:nth-child(4) {
    display: none
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>i:nth-child(4) {
        display: inline-block
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>ul:nth-child(5) {
    position: relative;
    display: none;
    width: 100%;
    height: 1.5rem
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>ul:nth-child(5) {
        display: block;
        margin-top: 1.75rem
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>ul:nth-child(5)>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    width: initial;
    line-height: 24px;
    height: 24px;
    font-size: 1rem
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>ul:nth-child(5)>li>b {
    position: relative;
    margin-right: .25rem;
    font-weight: bolder
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>ul:nth-child(5)>li:nth-child(1) {
    margin-left: 0
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>p {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-left: 1.5rem;
    width: 100%;
    line-height: 1.25rem;
    font-size: 1rem
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>p:nth-child(6) {
    margin-top: 1.5rem;
    font-weight: bolder
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>p {
        margin-left: 0
    }
}

body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>a {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-left: 1.5rem;
    width: 100%;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    font-weight: bolder;
    color: #4682b4
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>div:nth-child(2)>a {
        margin-left: 0
    }
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2) {
    position: relative;
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)[hide="1"],
body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)[hide=true] {
    display: none
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2) {
        margin-top: 4rem
    }
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: .5rem;
    width: 90px;
    height: initial
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li {
        margin-left: 38px
    }

    body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li:nth-last-child(1) {
        margin-right: 38px
    }
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button {
    position: relative;
    width: 100%;
    height: initial
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button[new^="1"]>div,
body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button[new^=true]>div {
    border: 2px solid red
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button[new^="1"]>div>img,
body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button[new^=true]>div>img {
    width: 76px;
    height: 76px
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button>i {
    position: relative;
    width: 84px;
    line-height: 84px;
    height: 84px;
    font-size: 2rem;
    text-align: center;
    color: var(--col-border);
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button>div {
    position: relative;
    margin-left: 3px;
    width: 84px;
    height: 84px;
    background-color: #fff;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button>div>img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid var(--col-border)
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(2)>li>button>p {
    position: relative;
    margin-top: .875rem;
    line-height: 18px;
    width: 100%;
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(1) {
    position: relative;
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    height: 60px;
    border-top: 1px solid var(--col-border)
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(1) {
        display: none
    }
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(1)>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 33.3333333333%;
    line-height: 1.125rem;
    height: 2.5rem;
    font-size: .875rem;
    text-align: center;
    color: var(--col-text-lighter)
}

body>section[pg=user]>div:nth-child(1)>ul:nth-last-child(1)>li>b {
    position: relative;
    display: block;
    margin-right: .25rem;
    font-size: 1rem;
    font-weight: bolder;
    color: #000
}

body>section[pg=user]>div:nth-last-child(1) {
    position: relative;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[pg=user]>div:nth-last-child(1)>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1px;
    margin-right: 1px;
    padding-top: calc((100% - 2px)/3);
    width: calc((100% - 2px)/3);
    border: 1px solid var(--col-border);
    border-radius: .125rem;
    overflow: hidden;
    cursor: pointer
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-last-child(1)>div {
        margin-bottom: 28px;
        margin-right: 28px;
        padding-top: calc((100% - 56px)/3);
        width: calc((100% - 56px)/3)
    }
}

body>section[pg=user]>div:nth-last-child(1)>div:nth-child(3n) {
    margin-right: 0
}

body>section[pg=user]>div:nth-last-child(1)>div[r="1"]>i {
    display: none
}

@media(hover: hover)and (pointer: fine) {
    body>section[pg=user]>div:nth-last-child(1)>div:hover>div {
        display: block
    }
}

body>section[pg=user]>div:nth-last-child(1)>div>img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

body>section[pg=user]>div:nth-last-child(1)>div>i {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.25rem;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    color: #fff;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2))
}

@media screen and (min-width: 750px) {
    body>section[pg=user]>div:nth-last-child(1)>div>i {
        top: .75rem;
        right: .75rem;
        width: 1.5rem;
        line-height: 1.5rem;
        height: 1.5rem;
        font-size: 1.25rem
    }
}

body>section[pg=user]>div:nth-last-child(1)>div>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

body>section[pg=user]>div:nth-last-child(1)>div>div>ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -50%;
    width: 100%;
    height: 1.5rem;
    font-size: 0;
    text-align: center
}

body>section[pg=user]>div:nth-last-child(1)>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .875rem;
    width: initial;
    height: 1.5rem
}

body>section[pg=user]>div:nth-last-child(1)>div>div>ul>li>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    color: #fff
}

body>section[pg=user]>div:nth-last-child(1)>div>div>ul>li>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    font-weight: bolder;
    color: #fff
}

body #pop {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65)
}

body #pop>button:nth-child(1) {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: initial;
    height: initial
}

body #pop>button:nth-child(1)>i {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center
}

body #pop>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden
}

body #pop>div>div:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    max-width: calc(100vw - 128px);
    height: initial;
    background-color: #000;
    overflow: hidden
}

body #pop>div>div:nth-child(1)>img {
    display: block;
    object-fit: contain;
    padding-right: 400px;
    width: auto;
    max-width: inherit;
    height: calc(100vw - 128px);
    max-height: calc(100vh - 4rem)
}

body #pop>div>div:nth-child(1)>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 1;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body #pop>div>div:nth-child(1)>button:nth-last-child(2) {
    display: none;
    left: 2rem
}

body #pop>div>div:nth-child(1)>button:nth-last-child(1) {
    right: calc(400px + 2rem)
}

body #pop>div>div:nth-child(1)>button>i {
    position: relative;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, .8)
}

body #pop>div>div:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid var(--col-border)
}

body #pop>div>div:nth-child(2)>div:nth-child(1) {
    position: relative;
    display: block;
    padding: 14px 1rem;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid var(--col-border);
    font-size: 0
}

body #pop>div>div:nth-child(2)>div:nth-child(1)>a:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    height: initial;
    cursor: pointer
}

body #pop>div>div:nth-child(2)>div:nth-child(1)>a:nth-child(1)>img {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body #pop>div>div:nth-child(2)>div:nth-child(1)>a:nth-child(2) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    line-height: 32px;
    height: 32px;
    font-size: .875rem;
    font-weight: bolder;
    color: #000;
    cursor: pointer
}

body #pop>div>div:nth-child(2)>div:nth-child(1)>i {
    position: absolute;
    top: 14px;
    right: 1rem;
    width: 32px;
    line-height: 32px !important;
    height: 32px;
    font-size: 1.25rem;
    text-align: center;
    cursor: pointer
}

body #pop>div>div:nth-child(2)>ul:nth-child(2) {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 60px - 112px - 50px);
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px solid var(--col-border)
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li {
    position: relative;
    display: block;
    padding: 1rem 1rem 0;
    width: 100%;
    height: initial;
    font-size: 0
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    height: initial;
    cursor: pointer
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>a>img {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid var(--col-border);
    border-radius: 50%
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    max-width: calc(100% - 32px - 1rem - 24px);
    height: initial
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1) {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: initial;
    font-size: .875rem;
    word-wrap: break-word
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a {
    padding-right: .5rem;
    color: #4682b4
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a::before {
    content: "#"
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a:nth-child(1) {
    font-weight: bolder;
    color: #000
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(1)>a:nth-child(1)::before {
    content: ""
}

body #pop>div>div:nth-child(2)>ul:nth-child(2)>li>div>p:nth-child(2) {
    position: relative;
    display: block;
    margin-top: .25rem;
    width: 100%;
    line-height: 20px;
    height: 20px;
    font-size: .75rem;
    color: var(--col-text-lighter)
}

body #pop>div>div:nth-child(2)>div:nth-child(3) {
    position: relative;
    display: block;
    padding-top: .75rem;
    width: 100%;
    height: 112px;
    border-bottom: 1px solid var(--col-border)
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>ul {
    position: relative;
    width: 100%;
    height: 32px;
    font-size: 0
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    height: 32px
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>ul>li>button {
    position: relative;
    display: block;
    width: initial;
    height: initial
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>ul>li>button>i {
    position: relative;
    display: block;
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 1.5rem;
    text-align: center
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    width: initial;
    height: 32px
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>button>i {
    position: relative;
    display: block;
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 1.5rem;
    text-align: center
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>div {
    position: relative;
    margin-top: 1rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    font-size: 0
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>div>a {
    display: inline-block;
    vertical-align: top;
    margin-left: -0.5rem;
    width: initial;
    height: initial;
    cursor: pointer
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>div>a:nth-child(1) {
    margin-left: 0
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>div>a>img {
    object-fit: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>div>p {
    display: inline-block;
    vertical-align: top;
    margin-left: .5rem;
    line-height: 20px;
    height: 20px;
    font-size: .75rem;
    font-weight: bolder;
    color: #000
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>div>p:nth-child(1) {
    margin-left: 0
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>div>p>a {
    cursor: pointer
}

body #pop>div>div:nth-child(2)>div:nth-child(3)>p {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    line-height: 20px;
    height: 20px;
    font-size: .75rem;
    color: var(--col-text-lighter)
}

body #pop>div>div:nth-child(2)>div:nth-child(4) {
    position: relative;
    display: block;
    padding: 12.5px 0;
    width: 100%;
    height: 50px;
    font-size: 0
}

body #pop>div>div:nth-child(2)>div:nth-child(4)>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer
}

body #pop>div>div:nth-child(2)>div:nth-child(4)>input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px - 2rem);
    line-height: 25px !important;
    height: 25px;
    font-size: .875rem
}

body #pop>div>div:nth-child(2)>div:nth-child(4)>button {
    position: absolute;
    top: .875rem;
    right: 1rem;
    line-height: 25px !important;
    height: 25px;
    font-size: .875rem;
    color: #4682b4;
    opacity: .5;
    cursor: pointer
}

body #pop-story {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #191919
}

body #pop-story>a:nth-child(1) {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: initial;
    height: initial
}

body #pop-story>a:nth-child(1)>img {
    object-fit: cover;
    position: relative;
    width: 103px;
    height: 29px;
    color: #fff
}

body #pop-story>button:nth-child(2) {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: initial;
    height: initial
}

body #pop-story>button:nth-child(2)>i {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center
}

body #pop-story>ul {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 80px;
    padding: 0 calc(50vw - ((100vh - 160px)/16*9 + 7rem)/2);
    width: initial;
    max-width: 100vw;
    height: calc(100% - 160px);
    font-size: 0;
    white-space: nowrap;
    overflow: hidden
}

body #pop-story>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3rem;
    width: initial;
    height: calc(100vh - 160px)
}

body #pop-story>ul>li.sel.ani>div>img {
    animation-name: story-selected;
    animation-duration: .5s
}

@keyframes story-selected {
    0% {
        margin-top: calc((100vh - 160px)/2 - (100vh - 160px)/3/2);
        margin-right: calc((100vh - 160px)/16*9/2 - (100vh - 160px)/16*9/3/2);
        width: calc((100vh - 160px)/16*9/3);
        height: calc((100vh - 160px)/3);
        opacity: .5
    }

    100% {
        margin: 0;
        width: calc((100vh - 160px)/16*9);
        height: calc(100vh - 160px);
        opacity: 1
    }
}

body #pop-story>ul>li.sel.ani>div>ul,
body #pop-story>ul>li.sel.ani>div>nav,
body #pop-story>ul>li.sel.ani>div>footer {
    animation-name: story-top-selected;
    animation-duration: .5s
}

@keyframes story-top-selected {
    0% {
        opacity: 0
    }

    90% {
        opacity: 0
    }

    100% {
        opacity: 100
    }
}

body #pop-story>ul>li.sel>div {
    padding: 0 3.5rem
}

body #pop-story>ul>li.sel>div>img {
    margin-top: 0;
    width: calc((100vh - 160px)/16*9);
    height: calc(100vh - 160px);
    opacity: 1
}

body #pop-story>ul>li.sel>div>button {
    display: none
}

body #pop-story>ul>li.sel>div>ul,
body #pop-story>ul>li.sel>div>nav,
body #pop-story>ul>li.sel>div>footer {
    display: block
}

body #pop-story>ul>li.sel>button {
    display: block
}

body #pop-story>ul>li.sel.unsel>div {
    padding: 0;
    animation-name: story-unselect;
    animation-duration: .5s
}

@keyframes story-unselect {
    0% {
        margin: 0
    }

    100% {
        margin-left: calc((100vh - 160px)/16*9/3/2 - (100vh - 160px)/16*9/2)
    }
}

body #pop-story>ul>li.sel.unsel>div>img {
    animation-name: img-unselect;
    animation-duration: .5s;
    margin-top: calc((100vh - 160px)/2 - (100vh - 160px)/3/2);
    width: calc((100vh - 160px)/16*9/3);
    height: calc((100vh - 160px)/3);
    opacity: .5
}

@keyframes img-unselect {
    0% {
        margin: 0;
        width: calc((100vh - 160px)/16*9);
        height: calc(100vh - 160px);
        opacity: 1
    }

    100% {
        margin-top: calc((100vh - 160px)/2 - (100vh - 160px)/3/2);
        margin-left: calc((100vh - 160px)/16*9/2 - (100vh - 160px)/16*9/3/2);
        width: calc((100vh - 160px)/16*9/3);
        height: calc((100vh - 160px)/3);
        opacity: .5
    }
}

body #pop-story>ul>li.sel.unsel>div>button {
    display: block;
    animation-name: button-unselect;
    animation-duration: .5s
}

@keyframes button-unselect {
    0% {
        opacity: 0
    }

    90% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

body #pop-story>ul>li.sel.unsel>div>ul,
body #pop-story>ul>li.sel.unsel>div>nav,
body #pop-story>ul>li.sel.unsel>div>footer {
    display: none
}

body #pop-story>ul>li.sel.unsel>button {
    display: none
}

body #pop-story>ul>li>div {
    position: relative;
    display: block;
    width: initial;
    height: calc(100vh - 160px)
}

body #pop-story>ul>li>div>img {
    object-fit: cover;
    position: relative;
    display: block;
    margin-top: calc((100vh - 160px)/2 - (100vh - 160px)/3/2);
    width: calc((100vh - 160px)/16*9/3);
    height: calc((100vh - 160px)/3);
    border-radius: .25rem;
    opacity: .5
}

body #pop-story>ul>li>div>button {
    position: absolute;
    top: 16.6666666667%;
    left: 0;
    transform: translateY(-50%);
    width: calc((100vh - 160px)/16*9/3);
    height: initial
}

body #pop-story>ul>li>div>button>img {
    object-fit: cover;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 30px
}

body #pop-story>ul>li>div>button>p {
    position: relative;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    text-align: center
}

body #pop-story>ul>li>div>ul {
    position: absolute;
    display: none;
    top: 1.25rem;
    left: 4.5rem;
    width: calc(100% - 9rem);
    height: 3px
}

body #pop-story>ul>li>div>ul::before {
    content: "";
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: calc((100vh - 160px)/16*9);
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0))
}

body #pop-story>ul>li>div>ul::after {
    content: "";
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: calc((100vh - 160px)/16*9);
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
}

body #pop-story>ul>li>div>ul.r2>li {
    width: calc((100% - 2px)/2)
}

body #pop-story>ul>li>div>ul.r3>li {
    width: calc((100% - 4px)/3)
}

body #pop-story>ul>li>div>ul.r4>li {
    width: calc((100% - 9px)/4)
}

body #pop-story>ul>li>div>ul.r5>li {
    width: calc((100% - 12px)/5)
}

body #pop-story>ul>li>div>ul.r6>li {
    width: calc((100% - 15px)/6)
}

body #pop-story>ul>li>div>ul.r7>li {
    width: calc((100% - 18px)/7)
}

body #pop-story>ul>li>div>ul.r8>li {
    width: calc((100% - 21px)/8)
}

body #pop-story>ul>li>div>ul.r9>li {
    width: calc((100% - 24px)/9)
}

body #pop-story>ul>li>div>ul.r10>li {
    width: calc((100% - 27px)/10)
}

body #pop-story>ul>li>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    width: 100%;
    height: 3px;
    background-color: var(--col-text-lighter)
}

body #pop-story>ul>li>div>ul>li:nth-child(1) {
    margin-left: 0
}

body #pop-story>ul>li>div>ul>li.sel {
    background-color: #fff
}

body #pop-story>ul>li>div>nav {
    position: absolute;
    display: none;
    top: calc(1.25rem + 3px + .75rem);
    left: 3.5rem;
    width: calc(100% - 7rem);
    height: 2rem;
    font-size: 0
}

body #pop-story>ul>li>div>nav>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    height: initial
}

body #pop-story>ul>li>div>nav>a>img {
    object-fit: cover;
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem
}

body #pop-story>ul>li>div>nav>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    color: var(--col-text-lightest)
}

body #pop-story>ul>li>div>nav>p>a {
    position: relative;
    margin-right: .5rem;
    font-weight: bold;
    color: #fff
}

body #pop-story>ul>li>div>footer {
    position: absolute;
    display: none;
    bottom: .875rem;
    left: 3.5rem;
    width: calc(100% - 7rem);
    height: 44px;
    font-size: 0
}

body #pop-story>ul>li>div>footer>input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    padding: 0 1rem;
    line-height: 44px;
    width: calc(100% - 2rem - 5rem);
    height: 44px;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0)
}

body #pop-story>ul>li>div>footer>input::placeholder {
    color: #fff;
    opacity: 1
}

body #pop-story>ul>li>div>footer>input:-ms-input-placeholder {
    color: #fff
}

body #pop-story>ul>li>div>footer>input::-ms-input-placeholder {
    color: #fff
}

body #pop-story>ul>li>div>footer>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    height: initial
}

body #pop-story>ul>li>div>footer>button>i {
    position: relative;
    width: 1.5rem;
    line-height: 44px;
    height: 44px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center
}

body #pop-story>ul>li>button {
    z-index: 1;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: initial;
    height: initial
}

body #pop-story>ul>li>button:nth-child(1) {
    left: 1rem
}

body #pop-story>ul>li>button:nth-last-child(1) {
    right: 1rem
}

body #pop-story>ul>li>button>i {
    position: relative;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: #fff;
    opacity: .5
}