@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/* 3.3.0 Aside
--------------------------------------------------------------*/
.aside {
    margin-top: -3rem;
}
.aside-block {
    margin-top: 3rem;
}
h3.aside-block__title,
.widget_block h3 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 2;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
}
h3.aside-block__title small,
.widget_block h3 small {
    font-weight: normal;
    font-size: 70%;
    letter-spacing: 1px;
}
h3.aside-block__title:after,
.widget_block h3:after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 0.15rem;
    border-radius: 0.15rem;
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
    background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
    margin-top: 0.5rem;
}
/* search */
.aside-block__search {

}
.aside-block__search input {
    background: #f6f6f6;
    width: calc(100% - 2.6rem);
    padding: 0.3rem 1.3rem;
    border-radius: 2rem;
}
.aside-block__search button {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/icon-search.svg) no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    right: 1.5rem;
    top: calc(50% - 0.75rem);
}
/* list */
.aside-block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1rem;
    margin-bottom: -1rem;
}
.aside-block__list li {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-left: 1rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
    overflow: hidden;
    text-align: center;
}
.aside-block__list a {
    display: block;
    background: #f6f6f6;
    padding: 0.4rem 1rem;
    line-height: 2;
    font-size: 0.923rem;
}
.aside-block__list-category a {
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
    color: #FFF;
}
.aside-block__list-tag a:before {
    content: "#";
}
/* popluar */
.aside-block .archive-info__slide .card-box {
    margin-bottom: 1rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
.aside-block .archive-info__slide .card-box__padding {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}
.aside-block .archive-info__slide .archive-info__img {
    width: 46%;
    margin-left: 0;
    margin-top: 0;
	margin-bottom: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    line-height: 0;
}
.aside-block .archive-info__slide .archive-info__img a {
    display: block;
    border-radius: 0.85rem;
    overflow: hidden;
}
.aside-block .archive-info__slide .archive-info__topic-text {
    width: 50%;
}
.aside-block .archive-info__slide .archive-info__topic-subtitle {
    font-size: 0.825rem;
}
.aside-block .archive-info__slide .archive-info__topic-cate {
    display: block;
    font-weight: 600;
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
    background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
}
.aside-block .archive-info__slide .archive-info__topic-date {
    display: block;
    color: #a1a1a1;
}
.aside-block .archive-info__slide .archive-info__topic-title {
    font-size: 0.925rem;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
}
.aside-block .archive-info__slide .archive-info__topic-more {
    display: none;
}
.aside-block .archive-info__slide li:before {
    position: absolute;
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    top: 0.3rem;
    left: 0.3rem;
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
    background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
    color: #FFF;
    z-index: 1;
    border-radius: 2rem;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.8rem;
}
.aside-block .archive-info__slide li:nth-child(1):before {
    content: "1";
}
.aside-block .archive-info__slide li:nth-child(2):before {
    content: "2";
}
.aside-block .archive-info__slide li:nth-child(3):before {
    content: "3";
}
.aside-block .archive-info__slide li:nth-child(4):before {
    content: "4";
}
.aside-block .archive-info__slide li:nth-child(5):before {
    content: "5";
}
.aside-block .archive-info__slide li:nth-child(6):before {
    content: "6";
}
/* widget */
.aside-block__widget-link {
    border: 2px solid #0757fe;
    border-radius: 1.25rem;
    padding: 0.5rem 1rem 1rem;
    margin-bottom: 2rem;
}
.aside-block__widget-link li:last-child figure {
    margin-bottom: 0;
}
.aside-block__widget-link h4 {
    font-weight: 400;
    font-size: 0.825rem;
    line-height: 2;
    margin-bottom: 0.5rem;
}
.aside-block__widget-link figure {
    display: block !important;
    line-height: 0;
    margin-bottom: 1rem;
}
.aside-block__widget-link figure a {
    display: block;
	position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}
.aside-block__widget-link figure a:before {
    display: block;
    content: "";
	padding-top: 65%;
}
.aside-block__widget-link figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
/* media query : mobile */
@media screen and (max-width:768px) {

}
/* media query : desktop */
@media screen and (min-width:769px) {

}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){

}
/* media query : wide */
@media screen and (min-width:1025px){
    .archive-layout {
        display: flex;
    }
    .archive-layout__primary {
        width: calc(100% - 27rem);
    }
    .archive-layout__secondary {
        width: 22rem;
        margin-left: 5rem;
    }
}


/* media query : mobile */
@media screen and (max-width:768px) {
    .widget-toc .side-item {
        display: none;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .widget-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 9rem;
        margin-bottom: 2rem;
    }
    .widget-toc .side-item {
        border: 2px solid #e7e7e7;
        border-radius: 1.25rem;
        padding: 0.5rem 1rem 1rem;
    }
    .widget-toc .side-item .widgettitle {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .widget-toc .side-item .toc_widget_list {
        font-size: 95%;  
    }
    .widget-toc .side-item .toc_widget_list a {
        color: #0166ff;
    }
}