html {
    scroll-behavior: smooth;
}

body {
    background: rgba(230, 230, 230, 0.7);
    zoom: 1;
}

li {
    list-style: none;
}

html, body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    height: 100%;
}

.container-box {
    padding: 0;
    width: 56%;
    margin: 0 auto;
}

.flex-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;;
    align-items: center;
}

.warp-container {
    display: flex;
    display: -webkit-flex;
    height: 88%;
    width: 100%;
    flex-direction: column;
    position: relative;
    min-height: 500px;
}

.card-box {
    margin: 15px 10px 15px 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #fff;
}

.right-arrow {
    display: inline-block;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(225deg);
}

.left-arrow {
    display: inline-block;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
}

.up-arrow {
    display: inline-block;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(135deg);
}

.down-arrow {
    display: inline-block;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(315deg);
}

.navbar {
    min-height: 6%;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #000;
}

.navbar-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.navbar-title {
    display: none;
}

.navbar-title a {
    color: #9d9d9d;
    text-align: center;
}


.navbar-title-left {
    display: none;
}

.nav-icon {
    padding: 5px;
    margin: 10px 10px 10px 0;
}

.navbar-headpic {
    display: none;
    width: 28px;
    height: 28px;
    margin-top: 2.5%;
    margin-left: 12px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 14px;
}

.navbar-headpic img {
    width: 100%;
    height: 100%;
}


.navbar-arrow-container {
    display: none;
}

.navbar-back-arrow {
    width: 5px;
    height: 5px;
    padding: 6px;
    margin-top: 18px;
    border-color: white;
}

.footer {
    height: 8%;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.copyright {
    font-size: 1.3rem;
}

.footer-nav {
    font-size: 1.5rem;
}

.footer-muted {
    color: #999;
    margin-bottom: 5px;
}

.footer a {
    color: #999;
}

form input {
    background: rgba(36, 44, 58, 0.8);
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0.05rem;
    text-indent: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
}

.input {
    background: rgba(36, 44, 58, 0.8);
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0.05rem;
    text-indent: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
}

.tiny-btn-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.submit-button {
    background: #fe5252;
    font-size: 1.5rem;
    width: 100%;
    border: none;
    height: 5rem;
    color: #fff;
    border-radius: 0.5rem;
    text-align: center;
}

.tiny-submit-button {
    width: 90%;
    height: 38px;
    color: #fff;
    border: none;
    display: flex;
    min-width: 72px;
    min-height: 20px;
    font-size: 1.5rem;
    text-align: center;
    background: #43bc60;
    align-items: center;
    border-radius: 0.5rem;
    justify-content: center;
}

.tiny-submit-button:hover{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.warning {
    height: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 1em;
}

.form-title {
    font-size: 24px;
    text-align: center;
    margin: 0;
}

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

.register-form {
    width: 250px;
    margin: 0 auto;
}

.register-form hr {
    margin: 10px;
}

.form-box {
    width: 250px;
    margin: 0 auto;
}

.form-box input {
    margin-bottom: 20px;
}

.form-box hr {
    margin: 10px;
}

.login-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tiny-form-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 85%;
}

.tiny-form-container input {
    font-family: "Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif";
    height: 32px;
    width: 90%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.tiny-form-container hr{
    margin-top: 12px;
    margin-bottom: 8px;
    height: 1px;
    font-size: 1em;
    color: white;
    width: 80%;
}

.tiny-input-box {
    width: 100%;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    align-items: center;
    justify-items: center;
    display: -webkit-flex;
    flex-direction: column;
}

.tiny-input-box label{
    margin-left: 18px;
    margin-right: auto;
}

.tiny-input-box input{
    margin-bottom: 10px;
}

.tiny-input-box input:last-of-type{
    margin-bottom: 0;
}


.color-gray{
    color: #919191!important;
}

.color-light-green {
    color: #1acba9!important;
}

.link-primary{
    margin: 0 !important;
}

.link-primary:hover{
    color: #4bbbfa !important;
    text-decoration-line: none;
}

.login-tips {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 7px;
    color: white;
    font-size: 14px;
}


.mhs{
    margin-left: 5px!important;
    margin-right: 8px!important;
}

.headpic {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    border: 1px solid black;
    margin-top: 5px;
}

.headpic img {
    margin: 0;
    text-align: left;
    height: 100%;
    width: 100%;
}

.user-nickname {
    margin-top: 16px;
    margin-left: 15px;
    text-align: left;
    font-size: 20px;
}

.user-info {
    padding-left: 10px;
    background: #fff;
    margin-top: 2px;
    display: -webkit-flex;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-navbar {
    margin-top: 2px;
}

.user-item-group-box {
    background-color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.user-item-group-box a {
    color: black;
}

.user-item-group-box a:hover {
    text-decoration: none;
}

.user-navbar-item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    font-size: 2.5rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.user-navbar-arrow {
    width: 8px;
    height: 8px;
    margin: 10px 15px 2px auto;
}

#user-logout {
    color: red;
    margin: 0 auto;
}

#user-logout a {
    color: red;
    font-size: 20px;
}

.user-options-item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    font-size: 1.5rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.options-bar-text {
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
}

.options-bar-text a {
    color: black;
}

.user-options-item span:nth-of-type(1) {
    font-weight: bold;
    padding-left: 20px;
    width: 100px;
}

.poem-title-container {
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.poem-item {
    text-align: center;
}

.poem-item a {
    color: black;
    text-decoration: none;
}

.poem-item p {
    padding-left: 10px;
    padding-right: 10px;
}

.poem-item a {
    text-decoration: none;
}

.poem-author {
    margin-bottom: 5px;
    text-align: center;
}

.poem-content {
    font-size: 1.5rem;
    margin-bottom: 5px;
    text-align: center;
}

.poem-author-container {
    text-align: center;
    margin-bottom: 5px;
}

.poem-content p {
    margin-bottom: 2px;
}

.bg-blue {
    background-color: #007ec6;
}

.bg-gary {
    background-color: darkgray;
}

.bg-darkturquoise {
    background-color: darkturquoise;
}

.bg-darkcyan {
    background-color: darkgoldenrod;
}

.bg-green {
    background-color: darkgreen;
}

.bg-darkkhaki {
    background-color: darkkhaki;
}

.bg-blueviolet {
    background-color: #8833d7;
}

.bg-red {
    background-color: red;
}


.poem-search-container {
    padding-top: 10px;
    text-align: center;
}

.poem-search-container input {
    width: 70%;
    height: 30px;
    border-radius: 5px;
    border-color: gray;
    text-align: center;
    outline: none;
}

.poem-index-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.poem-index-card {
    padding: 4px 4px 4px 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 80px;
    margin-bottom: 0;
}

.poem-index-card-public {
    width: 50px;
}

.poem-index-card-user {
    margin-top: 0;
    width: 80px;
}

.poem-index-card a {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
}

.poem-index-login {
    margin-top: 0;
}

.poem-btn-group {
    width: 75%;
    margin: 0 auto;
}

.poem-btn-group button:nth-of-type(1) {
    margin-right: 20px;
}

.poem-index-card-2 {
    margin-left: 15px;
}

.poem-options-container {
    display: -webkit-flex;
    display: flex;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 2px;
}

.poem-options-container a {
    color: rgba(128, 128, 128, 0.94);
    text-decoration: none;
    font-size: 1.2rem;
}

.hidden {
    display: none;
}

.poem-btn {
    text-decoration: none;
}

.poem-btn img {
    width: 18px;
    height: 18px;
}

.poem-like {
    margin-left: auto;
}

.poem-liked {
    margin-left: auto;
}

.poem-access-time {
    position: absolute;
    left: 32%;
}

.poem-btn {
    margin-right: 5px;
}

.page-index {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.page-index ul {
    padding: 5px;
    height: 30px;
    text-align: center;
    background-color: white;
}

.page-index ul > a {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

.page-index-arrow {
    width: 8px !important;
    height: 8px;
}

.res-count {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.res-count p {
    margin: 0;
}

.current-page {
    color: white;
    text-align: center;
    padding-right: 10px;
    background-color: black !important;
}

.current-page a {
    text-decoration: none;
    color: white !important;
}

.next-page {
    padding-right: 10px !important;
}

.poem-content-text {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    font-size: 16px;
}

.previous-page {
    padding-left: 10px !important;
}

.catalog-arrow-box {
    height: 8px;
    width: 8px;
    margin-bottom: 35%;
    text-align: right;
}

.catalog-arrow {
    margin-right: 20px;
    margin-left: 25px;
}

.catalog-prompt {
    padding-left: 20px;
    width: 50px;
}

.catalog-item {
    display: flex;
    display: -webkit-flex;
    font-size: 1.5rem;
}

.catalog-expand {
    height: auto;
}

.catalog-collapse {
    height: 20px;
    overflow: hidden;
}

.catalog-content {
    flex: 1;
    text-align: center;
    margin-bottom: 5px;
}

.catalog-content ul {
    list-style: none;
    margin-bottom: 0;
}

.catalog-content li {
    display: inline;
    margin-left: 5px;
    width: 12px;
}

.catalog-content li > a {
    text-decoration: none;
    color: black;
}

.catalog-content ul {
    padding: 0;
}

.poem-statistic {
    padding: 0;
    text-align: left;
}

.statistic-list {
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

.statistic-list li {
    margin-bottom: 3px;
}

.statistic-prompt {
}

.statistic-data {
    float: right;
    text-align: right;
}

.budge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.statistic-card {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.statistic-card p {
    margin-bottom: 5px;
}

.card-title {
    text-align: left;
    font-weight: bold;
    margin: 20px auto 5px 15px;
}

.poem-first {
    margin-top: 0;
}

.poem-detail {
    margin-top: 20px;
}

.poem-title {
    white-space: nowrap;
}

.poem-poet {
    white-space: nowrap;
}

.poem-dynasty {
    white-space: nowrap;
}

.table-head {
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.card-text-left {
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.titled-card {
    margin-top: 5px;
}

.doComment {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    margin-top: 0;
}

.doComment form > div > label {
    text-align: left;
}

.doComment input {
    width: 100%;
    text-align: left;
    float: left;
}

.comment-title {
    text-align: left;
}

.comment-textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 5px 5px 5px 5px;
}

.comment-label {
    float: left;
    margin-top: 10px;
}

.doComment input {
    height: 35px;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
}

.comment-button {
    float: left;
    margin-top: 10px;
    background: #fe5252;
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 50px;
    text-align: center;
    padding: 5px 15px 5px 15px;
}

.comment-title {
    float: left;
}

.banner {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    width: 520px;
    height: 280px;
    background-color: red;
}

.banner ul {
    margin: 0;
    padding: 0;
}

.banner-arrow {
    top: 45%;
    font-size: 24px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 20px;
    height: 30px;
    line-height: 30px;
    background: rgba(158, 154, 154, 0.7);
    color: white;
    z-index: 999;
}

.banner-arrow-previous {
    position: absolute;
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.banner-arrow-next {
    position: absolute;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.banner .banner-pic {
    width: 600%;
}

.banner-pic li {
    float: left;
}

.banner-list {
    position: absolute;
    bottom: 15px;
    left: 45%;
    width: auto;
    height: 13px;
    border-radius: 7px;
    background: rgba(158, 154, 154, 0.7);
}

.banner-list li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 3px;
    border-radius: 50%;
    background-color: #fff;
}

.banner-list .banner-list-selected {
    background-color: cyan;
}

.banner-pic {
    position: relative;
}

.navbar-admin {
    color: white;
    width: 150px;
    height: 100%;
}

.just-link {
    text-decoration: none;
}

.just-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.just-link:link {
    text-decoration: none;
}

.editor-container {
    background-color: white;
    border: 1px solid rgb(118, 118, 118);
}

.editor-container:hover {
    outline: 1px solid black;
}

.ql-editor {
    min-height: 200px;
}

.ql-formats {
    margin-right: 2px !important;
}

.editor-prompt {
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.editor-prompt label {
    font-size: 13px;
}

.editor-box {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
}

.editor-complementary-box {
    margin-top: 12px;
    margin-bottom: 5px;
}

.upload-box {
    width: auto;
    color: #999;
    padding: 3px;
    text-align: center;
    font-size: .92857em;
    background-color: #FFF;
    border: 1px dashed #D9D9D6;
}

.upload-box div:first-of-type {
    margin-top: 5px;
    padding-bottom: 5px;
}

.upload-box a:hover {
    cursor: pointer;
}

.article-info-box {
    padding-left: 8px;
    margin-bottom: 8px;
}

.article-info-item {
}

.article-info-item input {
    padding-left: 8px;
}

.article-info-item input, select {
    height: 28px;
}

.article-info-item input:focus {
    outline: 1px solid black;
}

.article-info-item:last-of-type {
    padding-right: 0;
}

.article-content-box {
    width: auto;
    padding-left: 8px;
}

.article-info-box div {
    margin-bottom: 5px;
}

.article-info-item label {
    margin-bottom: 2px;
}

.article-btn-box {
    display: flex;
    flex-direction: row-reverse;
}

.article-btn-box button:last-of-type {
    margin-right: 0 !important;
}

.option-box {
    flex: 1;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
}

.file-list {
    text-align: left;
}

.file-list li {
    padding: 8px;
    border-top: 1px dashed #D9D9D6;
}

.file-info a {
    margin-right: 3px;
}

.file-info a:first-of-type {
    margin-left: 5px;
}

.ql-header[value="3"] {
    background-image: url("/static/img/h3.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: center center !important;
}

.ql-header[value="4"] {
    background-image: url("/static/img/h4.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: center center !important;
}

.login-sns-container{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
}

.login-sns-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

.login-sns-box:before, .login-sns-box:after {
    position: relative;
    background: #ccc;
    content: "";
    height: 1px;
    width: 100px !important;
}

.login-sns-box:before {
    margin-right: 12px;
}

.login-sns-box:after {
    margin-left: 12px;
}

.login-sns-box a{
    font-size: 1.35em;
    margin-right: 8px;
    color: hsl(260deg 10% 70%);
}



.login-sns-box a:hover{
    color: white;
    text-decoration: none;
}

.login-sns-box a:first-of-type{
    font-size: 1.5em;
}

.login-sns-box a:last-of-type{
    margin-right: 0;
}

.page-index-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.verification-code-box{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    white-space: nowrap;
    width: 90%;
}

.verification-code-box a{
    margin-left: 8px;
    width: 55%;
}

.register-prompt{
    font-size: 12px;
    text-align: center;
}

.btn-disable {
    color: red;
    pointer-events: none;
}

.flow-color {
    font-size: 4vh;
    font-weight: 600;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: streamer 2s linear infinite;
    background-image: linear-gradient(90deg,
    rgb(255, 167, 69),
    rgb(254, 134, 159),
    rgb(239, 122, 200),
    rgb(160, 131, 237),
    rgb(67, 174, 255),
    rgb(160, 131, 237),
    rgb(239, 122, 200),
    rgb(254, 134, 159),
    rgb(255, 167, 69));
    background-size: 200%;
}


.notification-box{
    padding: 5px;
    display: flex;
    display: -webkit-flex;
    position: absolute;
    top: 75px;
    right: 16px;
    margin-right: auto;
    min-width: 250px;
    max-width: 300px;
    min-height: 75px;
    max-height: 100px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    transition: opacity .3s,transform .3s,right .3s,top .4s;
}

.notification-icon{
    font-size: 20px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}

.notification-title{
    font-size: 15px;
    font-weight: 400;
    color: #1f2d3d;
    margin: 0;
}

.notification-btn{
    position: absolute;
    right: 10px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    top: 0;
    line-height: 34px;
    display: block;
    height: 20px;
    font-weight: 100
}

.notification-content{
    margin-top: 8px;
}

.notification-message{
    color: #8391a5;
    margin-top: 7px;
    font-size: 13px;
    line-height: 21px;
    text-align: justify
}

.animated-lento {
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important
}


.slide-out-right {
    -webkit-animation-name: slide-out-right;
    animation-name: slide-out-right
}


@-webkit-keyframes slide-in-right{
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slide-in-right{
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slide-in-right{
    -webkit-animation-name: slide-in-right;
    animation-name: slide-in-right
}

@-webkit-keyframes slide-out-right{
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slide-out-right{
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slide-out-right{
    -webkit-animation-name: slide-out-right;
    animation-name: slide-out-right
}


@keyframes streamer {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 200%;
    }
}


@media (max-width: 1500px) {
    .container-box {
        width: 65%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .container {
        max-width: 1120px !important;
    }

    .container-box {
        width: 70%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .container {
        max-width: 920px !important;
    }

    .container-box {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 750px !important;
    }

    .article-info-item {
        padding-right: 0;
    }

    .container-warp {
        display: table;
        width: 100%;
        height: 82%;
        position: relative;
    }

    .container-box {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        width: 100%;
    }

    .content-container {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 16px;
    }

    .navbar-title {
        flex: 1;
        margin: 0;
        display: block;
        text-align: center;
        justify-content: center;
    }

    .navbar-title-left {
        display: block;
        flex: 1;
        justify-content: center;
        padding: 15px;
    }

    .navbar-headpic {
        width: 28px;
        height: 28px;
        margin-top: 2.5%;
        margin-left: 12px;
        overflow: hidden;
        border: 1px solid black;
        border-radius: 14px;
    }

    .navbar-arrow-container {
        display: block;
        margin-left: 20px;
        margin-right: 5px;
    }

    .form-title {
        text-align: center;
    }


    .poem-title-container {
        margin-top: 2px;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }

    .poem-author {
        margin-bottom: 5px;
    }

    .poem-content {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .poem-author-container {
        margin-bottom: 5px;
    }

    .doComment {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 0;
        margin-top: 0;
    }

    .doComment input {
        width: 100%;
        text-align: left;
    }

    .comment-button {
        margin-top: 10px;
        background: #fe5252;
        font-size: 14px;
        color: white;
        border: none;
        border-radius: 50px;
        text-align: center;
        padding: 5px 15px 5px 15px;
    }

    .comment {
        height: auto;
        position: relative;
        display: block;
    }

    .doComment form {
        height: auto;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .required-item {
        color: red;
    }

    .random-user-name {
        height: 21px;
        position: absolute;
        right: 15px;
        bottom: 0;
        border-radius: 50%;
        margin: 6px 5px;
        cursor: pointer;
        user-select: none;
        opacity: .7;
    }

    .banner-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .banner {
        position: relative;
        overflow: hidden;
        width: auto;
        height: 225px;
        background-color: lightskyblue;
    }

    .banner-img {
        display: flex;
        width: 90%;
        height: auto;
    }

    .banner-img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }


    .banner-list {
        position: absolute;
        bottom: 15px;
        left: 43%;
        width: auto;
        height: 13px;
        border-radius: 7px;
        background: rgba(158, 154, 154, 0.7);
    }

    .page-index-container {
        display: block;
    }

    .page-index-container > .data-static {
        text-align: center;
    }

    .page-index-container > .index-container {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .login-tips{
        font-size: 12px;
    }

    .login-sns-box i{
        font-size: 1em;
    }

    .login-sns-box i:first-of-type{
        font-size: 1.2em;
    }

    .tiny-submit-button{
        width: 90%;
    }
}