/* 
    Created on : Jun 11, 2021, 3:30:44 PM
    Author     : user
*/
/*======================================== start add by dini (article/detail) ========================================*/

.main-img-pdf{
    width: 100px;
}

.main-caption-img{
    text-align: center;
    align-content: center;
    margin-bottom: 1em;
    font-size: 12px;
}

.article-detail .left-content {
    padding-right: 3em;
}
.article-detail .right-content {
    padding-left: 1em;
    margin-top: 4em;
}
.article-detail .gray-line2 {
    border-bottom: 1px dashed #a2a2a2;
    margin-bottom: 2em;
}
.bottom-content-article{
    margin-bottom: 0;
}
.article-detail {
    margin-bottom: 0em !important;
}
.wrap-news-date .news-date{
    margin-top: 0;
}
.article-content .caption-img {
    text-align: center;
    color: #787878;
    display: block;
    margin: 0 0 4em;
}
.article-content h2 {
    margin: 1em 0;
    font-weight: normal;
    border-left: 3px solid #c8c8c8;
    padding-left: 1.5em;
    font-size: 20px;
}
.article-content img {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
}
.article-content p {
    line-height: 1.6em;
    margin: 0 auto;
}
.series-content {
    margin-bottom: 2em;
}
.series-content .caption-img {
    text-align: center;
    color: #787878;
    display: block;
    margin: 0 0 4em;
}
.series-content h2 {
    margin: 1em 0;
    font-weight: normal;
    border-left: 3px solid #c8c8c8;
    padding-left: 1.5em;
    font-size: 20px;
}
.series-content img {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
}
.series-content p {
    line-height: 1.6em;
    margin: 0 auto;
}
.navigation-number .number p {
    border-bottom: 3px solid #a2a2a2;
    padding: 0 10px 7px;
    font-size: 15px;
    color: #a2a2a2;
    margin: 0;
}
.navigation-number .number {
    margin: 0 .5em;
}
.navigation-number .number.active p {
    color: #222222;
    border-bottom: 3px solid #0f3587;
}
.navigation-number a.article-next .arrow {
    left: 0;
    margin-left: .5em;
}
.article-sidebar .sidebar-feature .feature {
    border: none!important;
    padding: .5em 0;
}
.article-sidebar .sidebar-feature .feature img {
    display: block;
}
.article-sidebar .sidebar-feature .arrow {
    left: 0;
    top: .5em;
}
.article-sidebar .sidebar-feature p {
    margin: 1.3em 0 .7em;
}
.article-sidebar .sidebar-feature .feature:first-child p {
    margin: 1.3em 0 .7em;
}
.navigation-number a.number:hover p {
    color: #0f3587;
    transition: 500ms ease 0s;
}
.navigation-number a.article-next:hover .arrow {
    box-shadow: -2px 2px 0 #0f3587;
    transition: 500ms ease 0s;
}
/*======================================== end add by dini (article/detail) ========================================*/

.mar-bottom{
    margin-bottom: 2em;
}
.mar-bottom2{
    margin-bottom: 1.5em;
}
.section-ttl-index{
    margin-bottom: 1.3em !important;
}

/*===== top slider - index =====*/
.article-index-slider{
    padding-inline: 0.5em;
    margin-top: 1em;
    margin-bottom: 30px;
}
.position-relative{
    position: relative;
}
.article-index-slider .slider-item {
    display: flex;
    flex-wrap: nowrap;
}
.article-index-slider .slick-dots li{
    margin: 0 8px;
}
.article-index-slider .banner-img{
    width: 45%;
    padding-left: 1px;
}
.wrap-img-cover {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.article-index-slider .banner-txt{
    width: 55%;
    padding: 0 1em 0 2.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-link{
    width: 100%;
    display: inline-block;
}
.slick-slide img {
    display: block;
}
.wrap-img-cover img{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.wrap-banner-txt h3{
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 0;
    margin-top: .7em;
    padding-bottom: 1.2em;
    font-size: 20px;
    font-family: 'ToppanBunkyuMincho Regular';
}
.date{
    margin-top: 0;
    color: #787878;
    font-size: 14px;
}
.date-article .date{
    margin-top: 1em;
    color: #787878;
    font-size: 14px;
}
.description{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.keyword {
    display: flex;
    flex-wrap: wrap;
}
.keyword .key-tag {
    color: #0f3587;
    margin: auto 10px auto 0;
    word-break: keep-all;
    line-height: 1.8em;
    font-size: 13px;
}
.new-article-image {
    color: white;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}
.new-article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*slider*/
.slick-dots li button:before {
    content: "\f111";
    background-color: #c8c8c8;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '窶｢';
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
    color: #000000;
    border: 0;
    outline: none;
    background: transparent;
    opacity: 0.7;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000000;
    border-color: #000000;
    border-width: 1px;
}
.slick-dots {
    bottom: -2em;
}

/*===== new article section =====*/
.section-ttl-index h3{
    margin: auto;
    margin-bottom: 1em;
    text-align: left;
    padding-bottom: .6em;
    font-weight: normal;
    font-size: 20px;
}
.line-new-article{
    width: 10%;
}
.line-new-article2{
    width: 26%;
}
.category-index{
    padding-left: 5%;
}
.feature-index:hover{
    opacity: .7;
    transition: 500ms ease 0s;
}
.new-article .ui-datagrid-column:nth-child(odd){
    padding-right: 10px;
    padding-left: 0;
}
.new-article .ui-datagrid-column:nth-child(even){
    padding-left: 10px;
    padding-right: 0;
}
.feature-index .arrow, .banner-img .arrow, .article-item .arrow{
    position: absolute;
    width: max-content;
    color: white;
    padding: 2px 15px;
    font-size: 13px;
    word-break: keep-all;
    display: table;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.8;
}
.feature-index p{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-series {
    padding-left: 0;
    margin-bottom: 2em;
}
.new-series {
    background-color: none; 
    margin-bottom: 1em;
    padding-top: 0em; 
    padding-bottom: 0em; 
}
.new-series .sewing .arrow, .banner-img .arrow.sewing, 
.recommend-article-slider .arrow.sewing{
    background-color: #1190c6;
}
.new-series .quilt .arrow, .banner-img .arrow.quilt,
.recommend-article-slider .arrow.quilt{
    background-color: #b06dc8;
}
.new-series .embroidery .arrow, .banner-img .arrow.embroidery,
.recommend-article-slider .arrow.embroidery{
    background-color: #f4618e;
}
.new-series .knit .arrow, .banner-img .arrow.knit,
.recommend-article-slider .arrow.knit{
    background-color: #aa7b53;
}
.new-series .lace .arrow, .banner-img .arrow.lace,
.recommend-article-slider .arrow.lace{
    background-color: #66bfd9;
}
.new-series .paint .arrow, .banner-img .arrow.paint,
.recommend-article-slider .arrow.paint{
    background-color: #2ecaa0;
}
.new-series .handwoven .arrow, .banner-img .arrow.handwoven,
.recommend-article-slider .arrow.handwoven{
    background-color: #81b32d;
}
.new-series .leather .arrow, .banner-img .arrow.leather,
.recommend-article-slider .arrow.leather{
    background-color: #ffb401;
}
.new-series .calligraphy .arrow, .banner-img .arrow.calligraphy,
.recommend-article-slider .arrow.calligraphy{
    background-color: #c9a966;
}
.new-series .pressed .arrow, .banner-img .arrow.pressed,
.recommend-article-slider .arrow.pressed{
    background-color: #ed8e60;
}
.new-series .other .arrow{
    color: #fff;
}
.new-series .other .arrow, .banner-img .arrow.other,
.recommend-article-slider .other{
    background-color: #ed8e60;
}
.date-article-index{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.date-article-index p{
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
}
.date-article-index .members-only{
    background-color: #0f3587;
    font-size: 13px;
    color: white;
    padding: 5px 14px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.article-navigation-wrap {
    display: flex;
    margin: 3em auto;
    justify-content: center;
}
.nav-number .number p {
    border-bottom: 3px solid #a2a2a2;
    padding: 0 10px 7px;
    font-size: 15px;
    color: #a2a2a2;
    margin: 0;
}
.nav-number a.article-next .arrow {
    left: 0;
    margin-left: .5em;
}
.nav-number .number {
    margin: 0 .5em;
}
.nav-number .number.active p {
    color: #222222;
    border-bottom: 3px solid #0f3587;
}
a.article-next, a.article-pre {
    display: flex;
}
a.article-next .arrow {
    width: 13px;
    height: 13px;
    box-shadow: -2px 2px 0 #a2a2a2;
    transform: rotate(225deg)translateY(64%);
    position: relative;
    content: "";
    left: 5px;
    top: 50%;
}

/*===== same series section =====*/
.same-series{

}
.line-ttl-recommend{
    width: 7%;
}
.pad-top{
    padding-top: 3.5em;
}
.same-series .article-item {
    padding: 0 .8em;
}
.article-item a p.desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0.5em;
}
.pad-right-recommend{
    padding-right: 0;
    padding-left: 0;
}

/*===== =======*/
.list-category.slider-list-category.index {
    margin: 13px auto 29px;
    float: none;
    width: 87%;
    padding: 0 1em;
}
.new-article-slider .slick-prev, .new-article-slider .slick-next, .accepted-slider .slick-prev, .accepted-slider .slick-next, .event-slider .slick-prev, .event-slider .slick-next, .slider-list-category .slick-prev, .slider-list-category .slick-next {
    box-shadow: -2px 2px 0 #b1b1b1;
    width: 25px;
    height: 25px;
}
.list-category{
    margin: 1em auto 3em;
    width: 100%;
}
.list-category .categories{
    width: 20%;
    padding: 0 1em !important;
    margin-bottom: 0.5em;
}
.list-category .categories:hover img{
    opacity: 0.7;
    transition: .3s ease;
}
.slider-handicraft.slick-slider .slick-prev {
    margin-top: 15px;
}
.curriculum-slide .slick-track {
    display: flex;
    flex-wrap: nowrap;
}

/*===== Popular Writer section =====*/
.writer .item-author{
    margin-bottom: 0;
}
.writer .item-author:nth-child(even) {
    padding-left: 2em;
    padding-right: 0;
}
.writer .item-author:nth-child(odd) {
    padding-right: 2em;
    padding-left: 0;
}
.writer .item-author .desc{
    font-size: 16px;
}
.writer .profile {
    padding-inline: 0;
    margin-top: 2.5em;
}
.writer .img-side {
    padding-right: 1.7em;
}
.writer .img-side .wrap-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.writer .img-side .wrap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.writer .txt-side .name {
    margin-top: 0;
    color: #222222;
}
.writer.mar-bottom {
    margin-bottom: 4em;;
}

.social-sm{
    display: none;
}
.slick-slide{
    opacity: 1;
}
.article-index-slider .slick-dots {
    margin-top: .5em;
}
.new-article .feature-index {
    margin-top: 1em;
}
.new-article .section-ttl {
    margin-bottom: 2em;
}
.feature-index .date-article-index p.date {
    margin: 1em 0 0.5em;
    color: #787878;
    font-size: 14px;
    line-height: 1.6;
}

/*article tag*/
.new-article.tag {
    padding-left: 0.3em;
    padding-right: 1.5em;
}
.new-article.tag .feature-index:nth-child(odd) {
    padding-left: 1.5em;
    padding-right: 0.5em;
}

.listing-tag .new-article .ui-datagrid-column {
    padding: 0;
}
.listing-tag .new-article.tag .feature-index {
    padding: 0 1.5em;
}
.listing-tag .new-article.tag {
    padding: 0;
    width: calc(100% + 3em);
    margin-left: -1.5em;
    margin-top: 1em;
}

.recommend-article-slider .date-article-index {
    margin-top: 1.4em;
}

.article-detail .members-only{
    color: #787878;
}
.article-detail .sidebar-content .jhia-line-index-section {
    width: 65px;
    /*right: 65px;*/
    bottom: 3px;
    display: table-cell;
    margin: auto;
}
.sidebar-content .wrap-category {
    margin-bottom: 2em;
}
.feature-index .date-article .members-only {
    margin: 0.5em 0 .25em;
}
.feature-index a:hover .date-article .members-only {
    color: #49688e;
}

.series-ribbon-wrap {
    position: absolute;
}
.series-ribbon {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 81px;
    height: 44px;
    text-align: center;
    top: 70px;
    right: 7%;
    display: flex;
}
.series-ribbon p {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: auto auto auto 15px;
}
.button-transparent {
    width: 100%;
    border-radius: 2px;
    font-size: 14px!important;
    height: 50px;
    padding: 0 14px;
    background-color: transparent!important;
    padding-left: 0.5em!important;
    padding-right: 0.5em!important;
    color: #1a3a88!important;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif!important;
    border: solid 2px #1a3a88!important;
}
.series-more .ui-button {
    width: 180px;
    height: 45px;
    position: relative;
    margin: 2em auto auto;
    display: block;
}
.series-more .ui-button .ui-button-text::after {
    width: 9px;
    height: 9px;
    box-shadow: -2px 2px 0 rgb(34 65 141);
    transform: rotate(225deg)translateY(64%);
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
}
.button-transparent:hover {
    background-color: #1a3a88!important;
    color: #ffffff!important;
    transition: 500ms ease 0s;
}
.series-more .ui-button .ui-button-text:hover:after {
    width: 9px;
    height: 9px;
    box-shadow: -2px 2px 0 rgb(255 255 255)!important;
    transform: rotate(225deg)translateY(64%);
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
}
.label-series-top {
    background-color: #0f3587;
    color: #ffffff!important;
    height: 60px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-right: 0.5em;
}
.label-series-top span {
    font-size: 25px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif!important;
}
.series-date-ttl {
    margin-left: 1.5em;
}
.wrap-series-social {
    justify-content: flex-end;
    display: flex;
    margin: 1.5em auto 1em;
    position: relative;
}
.wrap-series-social .social {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.wrap-series-social .social a img {
    width: 25px;
    align-self: center;
    margin: auto 0 auto 20px;
}
.wrap-series-social .social a img.twitter{
    margin-top: 2px;
}
.traditional .card-img {
    width: 120px;
    min-width: 120px;
    position: relative;
    padding-right: 1em;
}
.traditional .card-img img {
    max-width: 100%;
    /*min-height: 110px;*/
    display: block;
    margin: auto;
    object-fit: cover;
}
.traditional .title-wrap {
    background: #ffffff;
    text-align: center;
    display: flex;
    margin: 0em 0em 2em;
    padding: 0px 0px;
    border: 1px solid #cccccc;
    color: #fff;
    /* z-index: 100; */
    position: relative;
    width: 100%;
    align-content: center;
    align-items: center;
}
.title-wrap:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    border: 1px solid #cccccc;
}
.title-wrap:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -2;
    border: 1px solid #cccccc;
}
.traditional .title-wrap p {
    color: #222222;
    /*display: inline-block;*/
    padding-left: 0;
    padding-right: 1em;
    /*float: left;*/
    line-height: 1.4em;
}
.traditional .title-wrap p.ttl-big {
    margin: auto auto 0 0;
    width: auto;
    font-size: 18px;
    text-align: left;
}
.traditional .title-wrap p.btm-txt {
    color: #787878;
    padding-bottom: 0;
    margin: 3px auto auto 0;
    width: auto;
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.traditional.series-index .title-wrap p.btm-txt {
    -webkit-line-clamp: 3;
}
.traditional .counter {
    display: inline-flex;
    margin-top: 7px;
    padding-left: 2px;
}
.traditional .counter img {
    max-width: 15px;
    max-height: 12px;
    margin-top: 4px;
}
.traditional .counter h5 {
    margin: auto 0 auto 7px;
    font-weight: bold;
}
.series-ttl-wrap {
    display: flex;
}
.series-date-ttl h1.series-title {
    margin-bottom: 0;
}
.new-series .ui-datagrid-column {
    padding: 7px 7px 0;
}
.new-series .ui-datagrid-content {
    width: calc(100% + 14px);
    margin-left: -7px;
}
.news-member .card-txt p.title {
    color: #787878;
}

/*series index new*/
.new-series .feature-index {
    margin-top: 1em;
}
.new-series .section-ttl {
    margin-bottom: 2em;
}
.series-num {
    background-color: #0f3587;
    color: #ffffff!important;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    right: -8px;
    top: -20px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.series-side-img {
    position: relative;
    margin-right: 1.5em;
    width: 63px;
    min-width: 63px;
    padding-bottom: 63px;
    height: 0;
}
.series-side-img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    position: absolute;
}
.other-series {
    padding: 0 0 4em 0;
}
.tag-wrap {
    float: none;
    padding-bottom: 2em;
}
.tag-series {
    display: inline-block;
    margin: 0 10px 0 0;
}
.profile {
    display: flex;
    align-items: center;
}
.profile .img-side {
    padding: 0.5em 1em 0 0;
}
.profile .img-side .wrap-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.profile .img-side .wrap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.profile .name p {
    margin: 0;
    color: #222222;
}
.profile-desc p {
    margin-top: 5px;
    font-size: 16px;
}
.series-card.index .card-img {
    width: auto; 
    position: relative;
    padding-right: 2em;
}
.series-card.index .card-img img {
    max-width: 100%;
    height: 160px;
    display: block;
    margin: auto;
    object-fit: cover;
}
.writer .item-author:nth-child(odd) {
    padding-right: 2em;
    padding-left: 0;
}
.writer .series-card-bg1 {
    border: 1px solid #cccccc;
    position: relative;
    top: 10px;
    left: 1%;
    z-index: -1;
    height: 110px;
    width: 38.2%;
    background-color: #ffffff;
}
.writer .series-card-bg2 {
    border: 1px solid #cccccc;
    position: relative;
    top: -92px;
    left: 2%;
    z-index: -2;
    height: 110px;
    width: 37.7%;
    background-color: #ffffff;
}
.series-ribbon-card-wrap {
    position: absolute;
}
.series-ribbon-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 55px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 10%;
    display: flex;
    z-index: 10;
}
.series-ribbon-card p {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    margin: auto auto auto 15px;
}
.traditional.series-index .card-img {
    width: 170px;
    position: relative;
    margin-right: 1em;
    height: 0;
    padding-bottom: 170px;
    min-width: 170px;
}
.traditional.series-index .card-img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    position: absolute;
}
.traditional.series-index .title-wrap:before {
    display: none;
}
.traditional.series-index .title-wrap:after{
    display: none;
}
.series-more {
    padding-bottom: 0;
}

.article-detail-series {
    margin-top: 4em;
    margin-bottom: 4.5em;
}
.recommend-series .series-list-side h4.ttl {
    margin-left: 17px;
    margin-bottom: 0;
}
.recommend-series .series-list-side .date {
    margin-left: 17px;
}
.recommend-series .series-list-img {
    width: 150px;
}
.other-series .card-txt p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

@media only screen and (max-width: 1024px) {
    .article-detail .right-content {
        padding-left: 1em;
        width: 25%;
    }
    .article-index-slider .banner-txt{
        width: 45%;
        padding: 0 0 0 2.5em;
    }
    .article-index-slider .banner-img{
        width: 55%;
        padding-left: 1px;
    }
    .new-article{
        padding-left: 0;
    }
    .category{
        padding-right: 0;
    }

    /*article tag*/
    .new-article.tag {
        min-height: 60vw;
    }

    .listing-tag .new-article.tag .feature-index {
        padding: 0 .5em;
    }
    .listing-tag .new-article.tag {
        width: calc(100% + 1em);
        margin-left: -.5em;
    }

    /*article*/
    .list-category.index {
        margin: 3em auto 3em;
        width: 99%;
        padding: 0em;
    }
}

@media only screen and (max-width: 768px) {
    .article-detail{
        margin-bottom: 2em !important;
    }
    .article-detail .left-content {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .article-detail .right-content {
        width: 100%;
        padding-left: 0;
        margin-top: 2em;
    }
    .article-sidebar .sidebar-feature .arrow {
        left: 0;
    }
    .article-sidebar .sidebar-feature .feature{
        padding-left: 0;
        padding-right: 0;
    }
    .category-index {
        margin-left: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 2em;
        padding-left: 0;
    }
    .new-article {
        width: 100%;
        margin-bottom: 1em
    }
    .section-ttl-index h3{
        font-size: 21px;
    }
    .article-index-slider .slider-item {
        flex-direction: column;
    }
    .article-index-slider .banner-img{
        width: 100%;
        padding-left: 0;
    }
    .article-index-slider .banner-txt{
        width: 100%;
        padding: 0;
        margin-top: 1em;
    }
    .wrap-banner-txt h3{
        margin-top: .4em;
    }
    .writer .item-author{
        display: flex;
        flex-direction: column;
    }
    .writer .img-side {
        padding-right: 0;
        width: 100%;
    }
    .writer .txt-side {
        width: 100%;
    }
    .img-side{
        text-align: center;
    }
    .writer img {
        /*width: 60%;*/
    }
    .writer .txt-side .name{
        text-align: center;
    }
    .article-detail .sidebar-feature {
        margin-top: 4em;
    }

    /*article tag*/
    .new-article.tag {
        min-height: max-content;
    }
    .new-article.tag .feature-index:nth-child(odd) {
        padding-left: 1.3em;
        padding-right: 0;
    }

    .listing-tag .date-article-index {
        flex-wrap: wrap;
    }
    .listing-tag .feature-index .date-article-index p.date {
        margin-top: 0;
    }

    /*series page*/
    .category-index{
        padding-left: 0;
    }
    .new-series {
        width: 100%;
    }

}

@media only screen and (max-width: 40.063em) {
    /*    .listing-tag .new-article.tag .feature-index{
            padding: 0em 0;
        }*/
    .space-bottom{
        padding-bottom: 2em;
    }
    .padding-sm{
        padding-right: 7px;
        padding-left: 7px;
    }
    .section-ttl-index {
        margin-bottom: .9em !important;
    }
    .article-index-slider .slider-item{
        flex-direction: column;
    }
    .article-index-slider .banner-img{
        width: 100%;
    }
    .article-index-slider .banner-img .wrap-img-cover img {
        height: 100%;
        position: absolute;
    }
    .article-index-slider .banner-txt{
        width: 100%;
        padding: 0;
        margin-top: 1em;
    }
    .article-index-slider {
        margin-bottom: 20px;
    }
    .article-index-slider .slick-dots{
        margin-top: 1em;
    }
    .wrap-banner-txt h3{
        margin-top: 0.3em;
    }
    .jhia-line-index-section-feature{
        width: 15%;
    }
    .article-detail .sidebar-content .jhia-line-index-section {
        width: 65px;
        right: 0;
        bottom: 3px;
        display: block;
        margin: auto;
    }
    .feature-index:nth-child(even){
        padding-right: 0;
        padding-left: 0;
    }
    .feature-index:nth-child(odd){
        padding-left: 0;
    }
    .date-article-index{
        margin-top: 9px;
        margin-bottom: 8px;
    }
    .date-article-index p{
        padding: 0;
    }
    .date-article-index .members-only{
        margin-block: 5px;
    }
    .article-navigation-wrap{
        margin: 1.5em auto 4em;
    }
    .category-index{
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .pad-top {
        padding-top: 3em;
    }
    .pad-right-recommend{
        padding-right: 0;
    }
    .writer .item-author{
        display: block;
    }
    .writer .item-author:nth-child(even) {
        padding-left: 0;
    }
    .writer .item-author:nth-child(odd) {
        padding-right: 0;
    }
    .writer img {
        width: 100%;
    }
    .writer .img-side {
        padding-right: 0;
        padding-left: 0;
        width: 30%;
        text-align: left;
    }
    .writer .item-author .desc{
        margin-top: 0;
        margin-bottom: 0;
    }
    .writer .txt-side .name {
        margin-bottom: .8em;
        text-align: left;
    }
    .writer {
        margin-bottom: 0;
    }
    .writer .profile {
        margin-top: 2em;
    }
    .img-side {
        text-align: center;
    }
    .writer .item-author {
        margin-bottom: .5em;
    }
    .same-series {
        margin-bottom: 1em;
    }
    .same-series .article-item {
        padding: 0 .6em;
        width: 82vw;
        min-width: 82vw;
        max-width: 82vw;
    }
    .article-item .desc{
        margin-top: 0;
    }
    .new-article .paginator-sm {
        grid-template-rows: repeat(2, auto);
        margin-bottom: 1em;
    }
    .new-article .paginator-sm .feature-index {
        padding-right: 30px;
        position: relative;
    }
    .new-article .paginator-sm.full-width-column .feature-index {
        padding-right: 0;
    }
    .section-ttl-center.recommend-article h2 {
        text-align: center!important;
    }
    .recommend-article .jhia-line-index-section-center, .popular-writer .jhia-line-index-section-center {
        margin: auto!important;
    }

    /*===== Article/detail =====*/
    .section-ttl-index h3{
        font-size: 20px;
    }
    .sidebar-content .section-ttl h3{
        font-size: 20px;
    }
    .article-sidebar .sidebar-feature{
        margin-bottom: 1.7em;
    }
    .article-detail{
        margin-bottom: 0 !important;
    }
    .social-sm{
        display: flex;
        margin-bottom: 1em;
        align-items: center;
        justify-content: flex-end;
    }
    .wrap-news-top .social{
        display: none;
    }
    .left-content .wrap-news-top{
        flex-direction: column;
        margin: .5em auto 1em;
    }
    .workshop-top p.course {
        margin-bottom: .5em;
    }
    .wrap-news-top .social-sm a img {
        width: 25px;
        align-self: center;
        margin: auto 0 auto 20px;
    }
    .no-mar-left{
        margin-left: 0 !important;
    }
    .wrap-news-date .news-date {
        margin-left: 1em;
        margin-bottom: 0.4em;
    }
    .article-content img {
        margin: 2.5em auto 1em;
        width: 100%;
    }
    .pad-sm-detail{
        padding-inline: 1.3em;
    }
    .article-content .caption-img{
        margin-bottom: 2em !important;
    }
    .same-series {
        margin-bottom: 0; 
        padding: 0;
    }
    .article-detail .article-nav-wrap {
        margin: 1em auto 1em;
    }
    .same-series .pad-top {
        padding-top: 2.5em;
        padding-left: 0;
        padding-right: 0;
    }
    .writer .pad-top{
        padding-top: 0;
    }
    .article-content h2 {
        margin: 1.5em 0;
    }
    .new-article .section-ttl h2 {
        margin-top: 0;
        text-align: center !important;
    }
    .new-article .section-ttl .jhia-line-index-section{
        margin: auto;
    }
    .same-series .pad-top .section-ttl h2{
        text-align: center !important;
    }
    .same-series .pad-top .section-ttl .jhia-line-index-section{
        margin: auto;
    }
    .popular-writer .section-ttl h2{
        text-align: center !important;
    }
    .popular-writer .section-ttl .jhia-line-index-section{
        margin: auto;
    }
    .writer .txt-side {
        padding-left: 0;
        padding-right: 0;
        width: 70%;
    }
    .new-article .feature-index {
        margin-top: 0;
    }
    .article-detail .left-content {
        margin-bottom: 2em;
    }
    .article-tag-wrap {
        margin: 0 auto 1em;
    }
    a.article-next .arrow {
        left: -12px;
    }
    a.article-pre .arrow {
        right: 3px;
    }
    .article-detail .gray-line2 {
        margin-bottom: 1em;
    }
    .article-detail-series {
        margin-top: 2em;
        margin-bottom: 1.5em;
    }

    /*article tag*/
    .new-article.tag {
        padding-top: 1em;
        padding-bottom: 2em;
        padding-left: 0;
        padding-right: 0;
    }
    .new-article.tag .feature-index:nth-child(odd) {
        padding-left: 0;
        padding-right: 0;
    }
    .new-article.tag .ui-datagrid-column {
        padding: 0;
        margin-bottom: 1em;
    }

    .listing-tag .new-article.tag {
        width: 100%;
        margin-left: 0;
        margin-top: 2em;
    }
    .writer .img-side .wrap-image {
        width: 85%;
        padding-bottom: 85%;
    }
    .listing-tag .new-article .ui-datagrid .ui-paginator{
        padding: 1em 0 1em;
        margin-top: -4em;
    }
    .marbottom-SM{
        margin-bottom: .5em;
    }

    /*new series page*/
    .series-ribbon {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        min-width: 81px;
        height: 44px;
        text-align: center;
        top: 30px;
        right: 7%;
        display: flex;
    }
    .label-series-top {
        background-color: #0f3587;
        color: #ffffff!important;
        height: 60px;
        padding: 4px 5px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-right: 10px;
    }
    .series-date-ttl {
        margin-left: 0px;
    }
    .traditional .title-wrap {
        margin: 0 0 1em;
    }
    .traditional.series-index .card-img {
        width: 95px;
        padding-bottom: 95px;
        min-width: 95px;
/*        width: 100%;
        position: relative;
        padding-right: 0;*/
    }
    .traditional.series-index .card-img img {
/*        max-width: 100%;
        min-height: 170px;
        display: block;
        margin: auto;
        object-fit: cover;*/
    }
    .traditional.series-index .title-wrap {
/*        background: #ffffff;
        text-align: center;
        display: flex;
        margin: 0em 0em 2em;
        padding: 0px 0px;
        border: 1px solid #cccccc;
        color: #fff;
        position: relative;
        width: 100%;
        align-content: center;
        align-items: center;
        flex-direction: column;*/
    }
    .other-series {
        padding: 0 16px 4em;
    }
    .tag-wrap {
        float: none;
        padding-top: 1.5em;
        padding-bottom: 2em;
        padding-left: 9px;
        padding-right: 9px;
    }
    .sidebar-content .wrap-category {
        margin-bottom: 0;
    }
    .new-series {
        padding-left: 16px;
        padding-right: 16px;
    }
    .series-profile {
        padding: 0.5em 16px;
    }
    .series-side-img img {
        max-width: 100%;
        height: 100%;
        display: block;
        margin: auto;
        object-fit: cover;
    }
    .series-list-side:first-child {
        padding: 0;
        margin: .8em 0 0.8em;
        display: flex;
        align-items: center;
    }
    .series-more {
        padding-bottom: 0;
    }
    
    .new-series .paginator-sm {
        padding-left: 0;
        width: 100%;
    }
    .new-series .feature-index {
        position: relative;
    }
    .new-series .paginator-sm > div {
            padding-right: 14px;
    }
    .new-series .feature-index:nth-child(even) {
        padding-right: 14px;
    }
    .new-series .paginator-sm {
        width: calc(100% + 32px);
        margin-left: -16px;
            padding-left: 16px;
    }
    .traditional.series-index .title-wrap p.btm-txt {
            -webkit-line-clamp: 1;
            padding-right: 0;
    }
    .traditional .title-wrap p.ttl-big {
        padding-right: 0;
        font-size: 16px;
    }
    .article-content img.main-img-pdf {
        width: 100px;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 1em;
    }
}

/*======================================== start add by adit (article/detail) ========================================*/

.wrapper-article {
    position: relative;
}

.popup {
    width: 500px;
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    text-align: center;
    z-index: 5;
    -moz-box-shadow: 0 0 20px #999;
    -webkit-box-shadow: 0 0 20px #999;
    box-shadow: 0 0 20px #999;
}

.popup-header {
    padding: 10px;
    background-color: #123a89;
    color: #fff;
}

.popup-content {
    background-color: #fff;
    padding: 10px;
    color: #000;
}

.popup-text {
    margin: 12px 0;
}

.popup-background {
    background:#fbf7f3;
    opacity: 0.2;
    width: 100%;
    height:100vh;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.popup-background:hover {
    cursor: pointer!important;
}

.popup-button {
    background-color: #123a89;
    padding: 3px 20px;
    color: #fff;
    border-radius: 20px;
}

.content-page {
    color: #999999;
    display: flex;
    margin-bottom: 0;
    z-index: 0;
}

.hideDiv {
    display: none;
}

@media only screen and (max-width: 600px) {
    .popup {
        width: 300px;
    }
}

/*========================================  end add by dini (article/detail)  ========================================*/

/*added by adhit*/

.section-ttl-center h2 {
    margin-top: 0;
    margin: auto;
    text-align: center!important;
}
.jhia-line-index-section-center {
    width: 65px;
    background: #fa7563;
    position: relative;
    height: 1px;
    display: block;
    bottom: -10px;
    right: 0;
    margin: auto!important;
}
.jhia-line-index-section-center:before{
    width: 100%;
    content: '';
    background: #39bddc;
    height: 1px;
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block;
    margin: auto!important;
}
.jhia-line-index-section-center:after{
    width: 100%;
    content: '';
    background: #ec599f;
    height: 1px;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    margin: auto!important;
}
.button-link {
    color: #ffffff;
    background-color: #1a3a88;
    max-width: 240px;
    height: 40px;
    width: 100%;
    border-radius: 2em;
    border: 3px solid #1a3a88;
}

.button-link:hover {
    cursor: pointer;
}

.button-link i {
    float: right;
    margin-top: 3px;
}

.button-link::after {
    width: 9px;
    height: 9px;
    box-shadow: -2px 2px 0 #1a3a88;
    transform: rotate(225deg)translateY(64%);
    position: absolute;
    content: "";
    right: 20px;
    top: 20px;
}

.mb-15 {
    margin-bottom: 20px!important;
}