@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){
}
/*==============================================================
5.0 Archive
--------------------------------------------------------------*/
/* page-quick
--------------------------------------------------------------*/
.page-quick__list.blog li:nth-child(1) {
	background: url(../img/about-about_s.jpg) no-repeat center/cover;
}
.page-quick__list.blog li:nth-child(2) {
	background: url(../img/about-movies_s.jpg) no-repeat center/cover;
}
.page-quick__list.blog li:nth-child(3) {
	background: url(../img/about-100th_s.jpg) no-repeat center/cover;
}
.page-quick__list.blog li:nth-child(4) {
	background: url(../img/about-blog_s.jpg) no-repeat center/cover;
}
.page-quick__list.blog li:nth-child(5) {
	background: url(../img/about-documents_s.jpg) no-repeat center/cover;
}
/* 5.1 archive-layout
--------------------------------------------------------------*/
/*.archive-layout {
    display: flex;
}
.archive-layout__primary {
    width: calc(100% - 27rem);
    margin-left: auto;
    margin-right: auto;
}
/*
.archive-layout__secondary {
    width: 22rem;
    margin-left: 5rem;
}*/

/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .archive-layout .archive-post__item {
        width: 46%;
    }
}
/* 5.2 archive-popular
--------------------------------------------------------------*/
.archive-popular__item {
    box-shadow: 0px 0px 2rem rgb(0 0 0/10%);
    border-radius: 1.25rem;
    overflow: hidden;
}
.archive-popular__img:before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.archive-popular__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.archive-popular__txt {
    background: #FFF;
    padding: 2rem;
}
.archive-popular__list .archive-post__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .archive-popular__txt {
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .archive-popular__item {
        display: flex !important;
    }
    .archive-popular__img {
        width: 50%;
    }
    .archive-popular__txt {
        width: calc(50% - 4rem);
    }
}
/* 5.3 archive-post
--------------------------------------------------------------*/
.archive-post__item {
	background: #FFF;
    box-shadow: 0px 1rem 2rem rgb(0 0 0/10%);
    margin-bottom: 3rem;
}
.archive-post__img {
    display: block;
}
.archive-post__img:before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.archive-post__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.archive-post__mov:after {
    content: "";
    position: absolute;
    display: block;
    width: 4rem;
    height: 2.8rem;
    top: calc(50% - 1.4rem);
    left: calc(50% - 2rem);
    background: url(../img/youtube.svg) no-repeat center/contain;
}
.archive-post__txt {
	padding: 1rem;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.archive-post__category {
    display: inline-block;
    font-size: 0.9rem;
    background: #2F50D9;
    color: #FFF;
	line-height: 1;
    padding: 0.5rem 0.7rem;
	border-radius: 1.25rem;
    margin-bottom: 0.5rem;
}
.archive-post__category a {
    color: #FFF;
}
.archive-post__title {
	width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.archive-post__date {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.archive-post__user {
    display: flex;
    align-items: center;
    border: 1px solid #ADBDC9;
    border-radius: 0.525rem;
    padding: 1rem 1.5rem 1rem 0.3rem;
    margin-top: 1rem;
    line-height: 1;
}
.archive-post__user b {
    font-weight: normal;
    background: #F0F4F7;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    margin-right: 0.5rem;
}
.archive-post__user-div {
    margin-right: 2rem;
}
.archive-post__user-income {
    margin-right: 2rem;
}
.archive-post__user-position {

}
.archive-post__user-technical {
    padding: 1rem 1.5rem 1rem 1.5rem;
}
.archive-post__user-technical .archive-post__user-div {
    margin-right: 0;
}
.archive-post__tags {
	width: 100%;
	margin-top: 0.5rem;
}
.archive-post__tags a {
	display: inline-block;
	color: #ADBDC9;
	font-size: 0.825rem;
	margin-right: 1rem;
}
.archive-post__tags a:before {
	content: "#";
}
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .archive-post__list {
        margin-left: -2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .archive-post__item {
        margin-left: 2rem;
        width: calc(33.333% - 2rem);
    }
}
/* slick slide height 100% */
.slick-track {
    display: flex !important;
}
.slick-track .slick-slide {
    height: auto;
}
/* 5.4 catalogue
--------------------------------------------------------------*/
.catalogue {
    margin-top: 3rem;
}

.button.catalogue-item a {
    border: 2px solid #2F50D9;
    background: #FFF;
    color: #000;
    margin-top: 0;
}
.button.catalogue-item a:after {
    width: 1rem;
    height: 1.6rem;
    right: 0.7rem;
    top: calc(50% - 0.8rem);
    background: url(../img/icon-book__blu.svg) no-repeat center/contain;
}
.category-desc a {
    display: block;
    border: 2px solid #2F50D9;
    background: #FFF;
    color: #000;
    padding: 0.8rem 1rem;
    border-radius: 0.75rem;
    max-width: 21rem;
    margin: 2rem auto 0;
}
.category-desc a:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1.6rem;
    right: 0.7rem;
    top: calc(50% - 0.8rem);
    background: url(../img/icon-book__blu.svg) no-repeat center/contain;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .catalogue {
        margin-top: 2rem;
    }
    .catalogue-item {
        margin-top: 1rem;
    }
    .category-desc {
        margin-top: 2.5rem;
    }
    
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .catalogue {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .category-desc {
        margin-top: 5rem;
    }
    .button.catalogue-item {
        width: 30%;
        margin: 0 1rem;
    }

}
/* 5.5 aside
--------------------------------------------------------------*/
.aside {
    margin-top: 8rem;
}
.aside-block {
    margin-bottom: 3rem;
}
.aside-block__title {
    border-bottom: 1px solid #ADBDC9;
    margin-bottom: 0.5rem;
}
.aside-block__title p {
    font-size: 0.9rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #2F50D9;
}
.aside-block__title h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1rem;
}
/* 5.6 wp-pagenavi
--------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi a {
    letter-spacing: 0;
	line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	background: #F2F6F8;
	border-radius: 2rem;
}
.wp-pagenavi .extend {
	border: 1px solid #FFFFFF;
	border-radius: 2rem;
}
.wp-pagenavi .current {
	background: #2f50d9;
	color: #FFFFFF;
	font-weight: bold;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.wp-pagenavi {
		flex-wrap: wrap;
	}
	.wp-pagenavi .current,
	.wp-pagenavi .extend,
	.wp-pagenavi a {
		width: 2.3rem;
		height: 2.3rem;
		margin: 0 0.2rem 0.7rem 0.2rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.wp-pagenavi .current,
	.wp-pagenavi .extend,
	.wp-pagenavi a {
		width: 3rem;
		height: 3rem;
		margin: 0 0.5rem;
	}
}