#about {
    display: flex;
    flex-direction: column;
    word-break: break-all;
    margin: 4px 0 !important;
    width: 100%;
}

.aboutList {
    background-color: #131313;
    border-radius: 8px;
    margin: 4px;
    padding: 8px;
    line-height: 1.5;
}

main {
    justify-content: flex-start !important;
    overflow-y: auto;
    overflow-x: hidden;
}

#banner {
    height: 200px;
    background-position: center;
    background-size: cover;
    display: flex;
    position: relative;
    margin-top: 0;
}

body:has(#isSearch:checked) #banner {
    z-index: -1;
}

#pImage {
    height: 200px;
    border-radius: 24px;
    object-fit: cover;
    width: 200px;
}

#nickname {
    margin: 4px 0 0 8px;
    text-shadow: 0 0 16px black;
}

#username {
    margin: 4px 0 0 8px;
    text-shadow: 0 0 16px black;
    color: #d4d4d4;
}

#nicknameBox {
    display: flex;
    align-items: center;
}

#markImage {
    width: 30px;
    margin-left: 5px;
}

#mypgBtn > button {
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-radius: 12px;
    padding: 10px;
    background-color: black;
    border: 0;
    color: white;
    cursor: pointer;
    border: 1px solid #111;
}

br {
    height: 5px;
}

@media screen and (max-width: 600px) {
    #pImage {
        height: 60%;
        width: unset;
        aspect-ratio: 1 / 1;
    }
    #btnFrame {
        display: grid;
    }
    .btn {
        width: calc(100% - 8px);
    }
    a > .btn {
        width: 100% !important;
    }
}

#super {
    border: 1px solid #ae91fc;
    background-color: #8c5aff;
    &:active {
        background-color: #5a3dff;
        border-color: #9174d4;
    }
}

.btn {
    padding: 8px;
    color: white;
    outline: none;
    border: 1px solid #58c9ff;
    border-radius: 8px;
    background-color: #1d95ff;
    cursor: pointer;
    font-weight: 500;
    &:active {
        background-color: #1d65ff;
        border-color: #587fff;
    }
    &:focus-visible {
        outline: solid 1px white;
    }
}

.btnPos {
    margin: 4px;
}

.br {
    margin-top: 8px;
    margin-left: 4px;
    font-size: 18px;
    font-weight: 500;
}

.loading {
    filter: blur(3px);
}

.realList {
    display: flex;
}

.bargeList {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #555 #333;
    width: calc(100% - 104px);
}

.what {
    display: flex;
    align-items: center;
    white-space: nowrap;
    max-width: 50%;
    justify-content: flex-end;
    margin-right: 4px;
}

.mainBargeFrame {
    background-color: #3ede9d;
}

.bargeImage {
    height: 60px;
    padding: 2px 4px 2px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 60px;
    object-fit: contain;
}

.mainBarge {
    cursor: default;
}

.scroolEvent {
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    opacity: 1;
}

#desTitle {
    display: inline-block;
    margin-bottom: 4px;
}

.clickLink {
    text-decoration: underline;
    cursor: pointer;
    color: rgb(41, 139, 224);
}
