@import "15a375258f9ae68e.css";
@import "82f559d5d01589a9.css";
@import "766cdffe3dcabb84.css";
@import "2beb79615a6fa964.css";

.styles_ratingTable__U_Bcx {
    padding-bottom: 50px;
}

.styles_ratingTable__wrapper__d8ihi {
    max-width: 42rem;
}
.styles_slide__footnote__o_sfK {
    text-align: center;
}

.benefits__image-container {
    display: flex;
    align-items: center;
}

.post-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-item {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.6666666667rem;
    box-shadow: 0 2px 2px hsl(0deg 0% 87% / 20%), 0 4px 4px hsl(0deg 0% 87% / 20%);
    width: 24%;
    overflow: hidden;
}

.post-img {
    overflow: hidden;
}

.post-img img {
    max-width: 100%;
    height: 100%;
    min-height: 140px;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.post-img img:hover {
    transform: scale(1.3);
}

.post-content {
    position: relative;
    padding: 10px;
}

.post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    transition: color .3s ease-in-out;
    color: #486175;
}

.post-summary {
    padding: 0 5px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #9e9e9e;
}

.post-info {
    padding: 0 5px;
    font-size: 12px;
    color: #bdbdbd;
}

.post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-link:hover + .post-title {
    color:#22b5f3;
}

.post-btn {
    text-align: center;
    margin: 30px auto;
}

.sitemap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sitemap p a {
    display: inline-block;
    font-weight: 400;
    font-size: .4166666667rem;
}

.page .post-list {
    justify-content: unset;
}

.page .post-item {
    margin-bottom: 15px;
}

.post-pagination {
    padding: 20px 0;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.pagination .page-item {
    margin-right: 5px;
    border: 1px solid #E5E5E5;
    padding: 5px 10px;
    transition: all .3s ease-in-out;
}

.pagination .page-item:not(.disabled):hover {
    background-color: #2fbdf9;
    color: #FFFFFF;
}

.pagination .page-item.active {
    background-color: #2fbdf9;
    color: #FFFFFF;
    border-color: #2fbdf9;
}

.pagination .page-item.disabled {
    color: #E5E5E5;
}

.read-banner {
    position: relative;
}

img {
    max-width: 100%;
}

.read-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #FFFFFF;
    width: 80%;
    text-align: center;
}

.read-content .container {
    max-width: 46rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 0.5416666667rem;
}

.read-content .container .row {
    display: flex;
}

.read-content .container .row .post {
    width: 70%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.page-read aside {
    width: 30%;
    padding: 20px 15px;
}

.page-read .post .post-header {
    padding: 20px 0;
}

.page-read .post .post-header small {
    color: #9e9e9e;
}

.page-read .post .post-body p {
    margin-bottom: 15px;

}

.post-body {
    padding-bottom: 50px;
    border-bottom: 1px solid #E5E5E5;
}

.page-read .post .post-body .post-info p {
    margin-bottom: 0;
}

.sidebar-header {
    padding: 8px 15px;
    background:linear-gradient(to bottom, #bbbbbb, #f3f3f3);
}

.sidebar-body {
    padding: 8px 15px;
}

.sidebar-body {
    display: block;
    text-align: center;
    border: 1px solid #E5E5E5;
}

aside .sidebar {
    margin-bottom: 20px;
}

.sidebar-body .sidebar-list {
    display: flex;
    flex-direction: column;
}

.sidebar-body .sidebar-list .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sidebar-item {
    padding: 5px 0;
    border-bottom: 1px solid #E5E5E5;
}

.sidebar-item a:hover .title{
    color: #2fbdf9;
}

.sidebar-item .title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    color: #626262;
    transition: all .3s ease-in-out;
}

.sidebar-item .title .time {
    float: right;
}


