::-webkit-scrollbar:horizontal {
    display: none;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #aaaaaa;
    border-radius: 4px;
}

.content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

.title {
    color: #fff;
    cursor: pointer;
}

.top_wrap {
    color: #ffffff;
    text-decoration: none;
}

.ver_text, .boss_img_wrap, .elem_img_wrap {
    width: 100%;
    text-align: center;
}

.toggle {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 27px;
    text-align: center;
    margin: 3px 0;
}

.path schedule {
    background-color: #27363e;
    width: 80px;
    border-radius: 9px;
    border-width: 0px;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

.path schedule.active {
    background-color: #2545ba;
}

.path img {
    width: 60px;
}

schedule.active {
    background-color: rgb(37, 69, 186);
    color: #fff;
}

section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 15px;
}

.blessing_card_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.name {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.desc {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}
.image {
    width: calc(100%);
    margin: 0px 0px 10px 0px;
}
.phases {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 10px;
}
.icon img {
    width: 100%;
}
.icon_4 {
    width: 40px;
}
.icon_5 {
    width: 48px;
}
.num {
    position: absolute;
    color: #ffffff;
    top: -7px;
    right: -3px;
    font-weight: bold;
    padding: 1px 2px;
    border-radius: 2px;
    background-color: #27363e;
    z-index: 1000;
}
.pic {
    position: relative;
    margin: 4px;
}
.pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.sch_2 {
    font-size: 19px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 15px;
}
.num_4 {
    font-size: 11px;
}
.num_5 {
    font-size: 12px;
}
.avd {
    font-size: 13px;
}
.search .num {
    background-color: #fff;
    color: #000;
}
.search {
    margin-bottom: 10px;
}

.input_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.but {
    height: 27px;
    padding: 5px 10px;
    color: #fff;
    background-color: #27363e;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
    border-radius: 5px;
    border: 2px solid;
    border-color: #27363e;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#INPUT {
    width: 130px;
    height: 27px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid;
}

.but span {
    font-weight: normal;
    margin: 0;
}

.boss_img_wrap {
    margin-bottom: 6px;
}

.boss_img {
    height: 55px;
}

.ver_text {
    font-weight: bold;
    font-size: 15px;
}

.table_wrap {
    width: 100%;
    overflow-x: scroll;
}

.table_wrap::-webkit-scrollbar {
    display: none;
}

.table {
    width: 100%;
    min-width: 400px;
    table-layout: fixed;
    font-size: 12px;
}

td, th {
    padding: 10px 0;
}

.avatar_img {
    width: 25%;
    max-width: 75px;
    padding: 0px 2px;
}

.avatar_img_wrap {
    display: flex;
    justify-content: center;
    height: 100%;
}

.card {
    background-color: #27363e;
    border-radius: 5px;
    margin: 2px 0px;
    padding: 10px;
    color: #ffffff;
    width: calc(100% - 28px);
    font-size: 13px;
}

.p_desc {
    overflow-x: scroll;
    margin: 10px 5px;
    line-height: 1.8;
    overflow-y: hidden;
}

.p_desc::-webkit-scrollbar {
    height: 7px;
    display: block;
}

.p_desc::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.p_title {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

.pm {
    font-size: 30px;
    text-align: center;
    margin: -10px 0 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.quote_wrapper {
    margin: 0 10px 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.quote {
    width: 100%;
    max-width: 600px;
    line-height: 1.7;
    font-size: 13px;
}

.quote_1 {
    font-style: italic;
}

.quote_2 {
    text-align: right;
}

@media screen and (min-width: 500px) and (max-width: 800px) {

    .quote_wrapper {
        font-size: 15px;
    }

    .quote {
        font-size: 14px;
    }
    .card {
        margin: 3px 0px;
        width: calc(100% - 30px);
        font-size: 15px;
    }
    .pm {
        font-size: 36px;
    }

    .p_title {
        font-size: 17px;
    }

    .avatar_img {
        padding: 0px 4px;
    }

    .table {
        font-size: 14px;
    }

    .boss_img {
        height: 68px;
    }

    .ver_text {
        font-size: 16px;
    }
    .num_4 {
        font-size: 12px;
    }
    .num_5 {
        font-size: 13px;
    }
    .avd {
        font-size: 14px;
    }
    .pic {
        margin: 6px;
    }
    .sch_2 {
        font-size: 21px;
    }
    .icon_4 {
        width: 50px;
    }
    .icon_5 {
        width: 64px;
    }
    .name {
        font-size: 19px;
    }
    .desc {
        font-size: 15px;
    }
    .image {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

@media screen and (min-width: 800px) {
    .quote_wrapper {
        font-size: 18px;
    }

    .quote {
        font-size: 15px;
    }
    .card {
        margin: 3px 0px;
        width: calc(50% - 30px);
        font-size: 16px;
    }
    .p_title {
        font-size: 18px;
    }

    .avatar_img {
        padding: 0px 6px;
    }

    .table {
        font-size: 16px;
    }

    .ver_text {
        font-size: 17px;
    }

    .boss_img {
        height: 80px;
    }
    .num_4 {
        font-size: 13px;
    }
    .num_5 {
        font-size: 14px;
    }
    .avd {
        font-size: 15px;
    }
    .pic {
        margin: 8px;
    }
    .sch_2 {
        font-size: 24px;
    }
    .icon_4 {
        width: 64px;
    }
    .icon_5 {
        width: 80px;
    }
    .name {
        font-size: 20px;
    }
    .desc {
        font-size: 16px;
    }
    .image {
        width: calc(100% - 20px);
        margin: 10px;
    }
}