.section__container {
    margin: 0 16px;
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .section__container {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .section__container {
        margin: 0 24px;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px) {
    .section__container {
        max-width: 864px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .section__container {
        margin: 0 80px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1440px) {
    .section__container {
        margin: 0 auto;
    }
}
.header .header__menu{
    background: rgba(32,32,32,1);
}
.blog {
    color: #17292A;
    background-color: #F4F5F6;
    position: sticky;
    top: 96px;
    z-index: 9;
}
.blog a {
    text-decoration: none;
}
.blog__head {
    background-color: #ffffff;
    height: 56px;
    position: relative;
}
.blog__head__container {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}
.blog__head__selector {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
}
.blog__head__selector img {
    margin-left: 16px;
}
.blog__head__selector__pop {
    z-index: 9;
    position: absolute;
    top: 56px;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}
.blog__head__selector__pop a {
    font-weight: 400;
    display: block;
    cursor: pointer;
    color: #17292A;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) {
    .blog__head__container {
        font-size: 20px;
        line-height: 24px;
    }
    .blog__head__selector {
        display: none;
    }
    .blog__head__selector__pop {
        display: flex !important;
        box-shadow: none;
        position: static;
    }
    .blog__head__selector__pop a {
        display: inline;
        padding: 0;
        font-size: 14px;
        color: #17292A;
        letter-spacing: 0;
        text-align: center;
        height: 54px;
        line-height: 54px;
        font-weight: 400;
        margin-left: 24px;
        border-bottom: 2px solid #FFFFFF;
    }
    .blog__head__selector__pop a:hover{
        color: #1b353c;
        border-bottom: 2px solid #1b353c;
    }
    .blog__head__selector__pop .active {
        color: #1b353c;
        border-bottom: 2px solid #1b353c;
        font-size: 16px;
        font-weight: 800;
    }
}
.blog__directory {
    width: 100%;
}
.blog__directory__content {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
    .blog__directory__content {
        padding: 20px 0;
    }
}
.directory {
    color: #17292A;
    background-color: #F4F5F6;
}
.directory .barner {
    overflow: hidden;
    margin-bottom: 12px;
}
.directory .barner img {
    width: 100%;
}
.directory .barner__container {
    position: relative;
    font-size: 0;
}
.directory .barner__inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #ffffff;
}
.directory .barner__inner__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    width: 68%;
}
.directory .barner__inner__article {
    display: none;
}
@media only screen and (min-width: 768px) {
    .directory .barner {
        margin-bottom: 24px;
    }
    .directory .barner__inner {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }
    .directory .barner__inner__title {
        width: 62%;
    }
    .directory .barner__inner__article {
        display: block;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 500;
        width: 62%;
        margin-top: 12px;
    }
}
@media only screen and (min-width: 1024px) {
    .directory .barner {
        margin-bottom: 32px;
    }
    .directory .barner__inner__title {
        font-size: 20px;
        line-height: 24px;
    }
    .directory .barner__inner__article {
        margin-top: 16px;
    }
}
@media only screen and (min-width: 1280px) {
    .directory .barner {
        margin-bottom: 40px;
    }
    .directory .barner__inner {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .directory .barner__inner__title {
        font-size: 28px;
        line-height: 34px;
    }
    .directory .barner__inner__article {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 1440px) {
    .directory .barner__inner__title {
        font-size: 32px;
        line-height: 38px;
    }
    .directory .barner__inner__article {
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }
}
.directory .articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.directory .articles ul .article {
    cursor: pointer;
    font-size: 0;
    border-radius: 12px;
    margin-bottom: 12px;
    background-color: #ffffff;
}
.directory .articles ul .article a{
    text-decoration: none;
}
.directory .articles ul .article img {
    width: 100%;
}
.directory .articles ul .article__detail {
    padding: 16px 20px 20px;
}
.directory .articles ul .article__detail .date {
    font-size: 14px;
    color: #76868A;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 500;
}
.directory .articles ul .article__detail .title {
    font-size: 18px;
    color: #17292A;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    margin: 12px 0;
}
.directory .articles ul .article__detail .content {
    font-size: 14px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
}
.directory .articles ul .article:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 768px) {
    .directory .articles ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
    .directory .articles ul .article {
        width: calc((100% - 24px)/3);
        margin-right: 12px;
    }
    .directory .articles ul .article__detail {
        padding: 12px 16px 16px;
    }
    .directory .articles ul .article__detail .date {
        font-size: 12px;
        line-height: 14px;
    }
    .directory .articles ul .article__detail .title {
        font-size: 16px;
        line-height: 20px;
        margin: 8px 0;
    }
    .directory .articles ul .article__detail .content {
        font-size: 12px;
        line-height: 20px;
    }
    .directory .articles ul .article:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .directory .articles ul .article {
        width: calc((100% - 34px)/3);
        margin-bottom: 16px;
        margin-right: 17px;
    }
    .directory .articles ul .article__detail {
        padding: 16px 20px 20px;
    }
}
@media only screen and (min-width: 1280px) {
    .directory .articles ul .article {
        width: calc((100% - 40px)/3);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .directory .articles ul .article__detail {
        padding: 20px;
    }
    .directory .articles ul .article__detail .date {
        font-size: 14px;
        line-height: 16px;
    }
    .directory .articles ul .article__detail .title {
        font-size: 20px;
        line-height: 24px;
        margin: 16px 0 12px;
    }
    .directory .articles ul .article__detail .content {
        font-size: 14px;
        line-height: 22px;
    }
}
@media only screen and (min-width: 1280px) {
    .directory .articles ul .article {
        width: calc((100% - 50px)/3);
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .directory .articles ul .article__detail .date {
        font-size: 16px;
        line-height: 18px;
    }
    .directory .articles ul .article__detail .title {
        font-size: 22px;
        line-height: 26px;
        margin: 20px 0 16px;
    }
    .directory .articles ul .article__detail .content {
        font-size: 16px;
        line-height: 26px;
    }
}
.directory .pages {
    position: relative;
    margin-top: 20px;
}
.directory .pages__container {
    display: flex;
    justify-content: center;
}
.directory .pages__disabled {
    opacity: 0.3;
}
.directory .pages ul {
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
}
.directory .pages ul li {
    margin: 0 22px 0 0;
}
.directory .pages ul li a.page {
    text-decoration: none;
    background-color: #F7F7F7;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12.5px;
    padding: 0;
    color: #1B353C;
}
.directory .pages ul li a.page.active {
    background-color: #1B353C;
    color: #ffffff;
}
.directory .pages ul li:last-child {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .directory .pages {
        margin-top: 8px;
    }
    .directory .pages ul li {
        margin-right: 12px;
    }
    .directory .pages ul li a {
        height: 36px;
        width: 36px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) {
    .directory .pages {
        margin-top: 4px;
    }
}
@media only screen and (min-width: 1280px) {
    .directory .pages {
        margin-top: 0;
    }
}

.page-wrapper{
    background: #F4F5F6;
}
.page-title-wrapper{
    display: none;
}
.page-wrapper .breadcrumbs{
    display: block;
    padding: 0;
    color: #17292A;
    margin: 12px 16px;
}
.page-wrapper .breadcrumbs a,
.page-wrapper .breadcrumbs strong{
    color: #17292A;
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .page-wrapper .breadcrumbs {
        max-width: 720px;
        margin: 12px auto;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .page-wrapper .breadcrumbs {
        margin: 20px 24px;
        width: unset;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px){
    .page-wrapper .breadcrumbs {
        max-width: 864px;
        margin: 20px auto;
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .page-wrapper .breadcrumbs {
        margin: 20px 80px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1440px) {
    .page-wrapper .breadcrumbs {
        margin: 20px auto;
        width: 100%;
    }
}
