@charset "utf-8";
/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) { 

    html, body{
        overflow-x:hidden;
        overscroll-behavior-y: none;
        -webkit-overflow-scrolling: none;
        -moz-overflow-scrolling: none;
        height: -webkit-fill-available;
    }
    .blog-wrapper-right{
        display: none;
    }
    .blog-wrapper-right, 
    .blog-wrapper-main,
    .blog-wrapper-left{
        width: 100%;
    }
    .blog-wrapper-main{
        order: 1;
    }
    .blog-wrapper-left{
        order: 2;
    }
    

}
/* END - Large devices (desktops, 992px and up) */
/*  */

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767px) { 
    .container{
        max-width: 100%;
    }
    .header-logo{
        order: 1;
    }
    .header-action{
        order: 2;
    }
    .header-form-wrapper{
        order: 3;
        margin-top: 1rem;
        display: none;
    }
    .header-form-submit > span,
    body.is-sticky .header-form-wrapper{
        display: none;
    }
    .header-form-submit{
        padding-left: 1.35rem;
        padding-right: 1rem;
    }
    .header-wrapper{
        margin-bottom: 1.25rem;
    }
    /********************************/
    .footer-wrapper{
        padding-top: 1.5rem;
    }
    .footer-img-logo{
        margin-bottom: 1rem;
    }
    .footer-info-content{
        width: 100%;
        padding: 0;
    }
    .footer-social{
        padding-left: 0
    }
    /********************************/

    .blogitem-highlight-picture-img{
        height: auto;
    }
    /********************************/
    .sharesocial-wrapper{
        padding: .75rem 1.5rem;
    }
    .sharesocial-wrapper-item a > span{
        display: none;
    }
    .sharesocial-wrapper-item a{
        padding: .5rem .5rem;
    }
    .sharesocial-wrapper-item .fab{
        border: none;
        margin-right: 0;
        padding: 0;
        font-size: 16px;
        line-height: 18px;
        min-width: 34px;
    }
    /********************************/
    body.page-blog{
        --blog-radius: .75rem;
        --blog-box-right-bg: rgb(241, 245, 249);
    }
    .blog-right-container{
        padding-left: calc(var(--bs-gutter-x) * .5);   
    }
    .blogright-box--hashtag,
    .blog-bottom-container{
        margin-top: 0;
        display: none;
    }
    .blogright-box{
        margin-bottom: 1.25rem;
        box-shadow: var(--bs-box-shadow-sm);
    }
    /********************************/
    .blogitem-wrapper {
        --bs-gutter-x: 0;
        --bs-gutter-y: 1rem;
        margin-bottom: 1.25rem;
        padding-top: 0rem;
        padding-bottom: 1.25rem;
        align-items: center;
        border-top: 1px solid #ccc;
        border-bottom: none;
    }
    .blogitem-img{
        order: 2;
        width: 100%;
        min-height: 0;
    }
    .blogitem-caption{
        order: 1;
        padding-right: calc( var(--bs-gutter-x) * .5);
    }
    .blogitem-title{
        font-size: 20px;
        line-height: 28px;
    }
    .blogitem-ctl{
        margin-bottom: .5rem;
    }
    .blogitem-summary{
        --line-clamp: 5;
        --line-height: 26px;
        font-size: 17px;
        margin-bottom: 0;
    }
    .blogitem-overview{
        display: none;
    }
    /********************************/
    .blogitem-highlight-img{
        margin-bottom: 1rem;
    }
    .blogitem-title--highlight-lg{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: .75rem;
        order: 2;
    }
    .blogitem-summary--highlight-lg{
        --line-clamp: 5;
        --line-height: 28px;
        font-size: 17px;
        order: 3;
    }
    .blogitem-highlight-lg .blogitem-overview{
        order: 1;
        margin-bottom: 1rem;
    }
    /********************************/
    .blogitem-highlight{
        --bs-gutter-x: 0;
        --bs-gutter-y: 0 !important;
        padding-top: 1.35rem;
        padding-bottom: 0;
        margin-top: 1.35rem;
        margin-bottom: 0 !important;
        border-top: 1px solid #DDD;
    }
    .blogitem-highlight .blogitem-overview,
    .blogitem-highlight .blogitem-summary{
        display: none;
    }
    .blogitem-highlight .blogitem-caption{
        order: 1;
        padding-right: .75rem;
        flex: 0 0 auto;
        width: calc( 100% - 135px );
    }
    .blogitem-highlight .blogitem-img{
        order: 2;
        height: auto;
        width: 135px;
        margin: 0;
    }
    .blogitem-highlight .blogitem-title{
        font-size: 17px;
        font-weight: bold;
        line-height: 26px;
        margin: 0;
    }
    /********************************/
    .blogitem-overview > .blogitem-overview-datetime::after,
    .blogitem-overview > .blogitem-overview-view{
        display: none;
    }
    .blogitem-overview > *{
        padding-right: 1rem;
    }
    .blogitem-overview > *:not( :first-child){
        margin-left: 1rem;
    }
    .blogitem-overview > .blogitem-overview-datetime::after{
        padding-right: 0;
    }
    /********************************/
    .blog-header-title{
        font-size: 23px;
    }
    .blog-header-quote{
        font-size: 15px;
    }
    /********************************/
    .blogdetail-img{
        margin-left: -.75rem;
        margin-right: -.75rem;
        margin-bottom: .75rem;
        border-radius: 0;
    }
    .blogdetail-title{
        font-size: 27px;
        line-height: 36px;
        font-weight: 400;
    }
    .blogdetail-quote{
        font-size: 18px;
        line-height: 30px;
    }
    .blogdetail-img-img{
        aspect-ratio: unset;
    }
    .blogdetail-hashtag-keyword{
        font-size: 13px; line-height: 20px;
    }
    .blogdetail-hashtag-keyword-link{
        margin-left: .5rem;
    }
    /********************************/
    .blogdetail-other-title{
        font-size: 25px; line-height: 1.2;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .blogdetail-other-wrapper{
        margin: 0;
        flex-direction: column;
    }
    .blogdetail-other-wrapper > *{
        flex: 0 0 auto;
        width: 100%;
        padding: 1rem 0 0; 
        margin: 0 0 1rem;
        flex-direction: row;
        align-items: flex-start;
    }
    .blogdetail-other-wrapper .blogitem-img{
        width: 150px;
        height: auto;
        min-height: 0;
        margin: 0;
    }
    .blogdetail-other-wrapper .blogitem-caption{
        width: calc( 100% - 150px);
        padding: 0 0 0 1rem;
        margin: 0;
    }
    .blogdetail-other-wrapper .blogitem-summary{
        display: none;
    }
    .blogdetail-other-wrapper .blogitem-title{
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        --line-clamp: 4;
        --line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: var(--line-clamp);
        -webkit-box-orient: vertical;
        max-height: calc( var(--line-height, 26px ) * var ( --line-clamp ) );
        line-height: var(--line-height, 26px );
    }
    /********************************/
}
/* END - Medium devices (tablets, 768px and up) */
/*  */


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) { 
    
}
/* END - Small devices (landscape phones, 576px and up) */
/*  */

/* Medium devices (tablets & Large devices, 768px and 991) */
@media (min-width: 767px ) and (max-width: 991px) { 
    .container{
        max-width: 96%;
    }
    /********************************/
    .header-wrapper {
        --logo-height: 32px;
    }
    .header-wrapper--row{
        --bs-gutter-x: 2rem
    }
    /********************************/
    body.page-blog{
        --blog-radius: 1rem;
    }
    /********************************/  
    .blog-header{
        padding: 1.5rem 2rem;
        margin-bottom: 1.5rem;
        background-color: rgb(241, 245, 249);
        border: 1px solid rgb(229, 231, 235);    
        border-radius: 1rem;
    }
    /********************************/
    .blogitem-wrapper{
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        padding-bottom: 1.65rem;
        margin-bottom: 1.65rem;
        border-bottom: 1px solid #ccc;
    }
    .blogitem-img{
        width: 290px;
        min-height: 220px;
    }
    .blogitem-caption{
        padding-right: 1.25rem;
    }
    .blogitem-title{
        line-height: 28px;
        font-size: 21px;
    }
    .blogitem-summary{
        margin-bottom: 1rem;
    }
    .blogitem-overview > *{
        padding-right: 1rem;
    }
    .blogitem-overview > *:last-child{
        margin-left: 1rem;
    }
    /********************************/
    .blog-bottom-container{
        display: none;
    }
    .blog-right-container{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .blogright-box{
        box-shadow: var(--bs-box-shadow-sm);
    }
    .blogright-topview-picture{
        width: 120px;
    }
    /********************************/
    .blogdetail-title{
        font-size: 29px;
        line-height: 38px;
    }
    /********************************/
    .blogdetail-other-wrapper{
        margin: 0;
    }
    .blogdetail-other-wrapper > *{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex-direction: row;
        margin-bottom: 1.75rem;
    }
    .blogdetail-other-wrapper .blogitem-img{
        width: 280px;
        min-height: 0;
        height: auto;margin: 0;
    }
    .blogdetail-other-wrapper .blogitem-caption{
        flex: 0 0 auto;
        width: calc( 100% - 280px );
        padding: 0 0 0 1.5rem;
    }
    .blogdetail-other-wrapper .blogitem-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: .5rem;
    }
    .blogdetail-other-wrapper .blogitem-wrapper:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    /********************************/
    .blogitem-highlight-lg{
        margin-bottom: 2rem;
    }
    .blogitem-title--highlight-lg{
        font-size: 29px;
        line-height: 38px;
        font-weight: bold;
    }
    .blogitem-summary--highlight-lg{
        --line-clamp: 5;
        font-size: 19px;
    }
    .blogitem-highlight-wrapper{
        display: flex; flex-wrap: wrap;
        padding-left: .65rem; padding-right: .65rem;
    }
    .blogitem-highlight-wrapper > .blogitem-highlight{
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
        flex: 0 0 auto;
        width: calc( 100% / 3 );
        padding: 0 .65rem;
        margin: 0;
        align-items: flex-start;
        align-content: flex-start;
        border: none;
    }
    .blogitem-highlight .blogitem-img{
        order: 1 !important;
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: .75rem;
    }
    .blogitem-highlight .blogitem-caption{
        order: 2 !important;
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .blogitem-highlight .blogitem-overview{
        display: none;
    }
    .blogitem-highlight .blogitem-title{
        font-size: 16px;
        line-height: 24px;
    }
    .blogitem-highlight .blogitem-summary{
        --line-clamp: 4;
        margin: 0;
    }
    /********************************/
    /********************************/


}
/* END - Medium devices (tablets & Large devices, 768px and 991) */
/*  */


/* Medium devices (Large devices, 991px and 1200) */
@media (min-width: 992px ) and (max-width: 1200px) { 
    .container{
        max-width: 96%;
    }
    body.page-blog{
        --blog-radius: .75rem;
    }
    .blog-right-container{
        padding-left: 2rem;
    }
    .blog-left-container{
        padding-right: 0;
    }
    /********************************/
    .blogitem-img{
        width: 210px;
        min-height: 190px;
        padding-left: 0;
    }
    .blogitem-caption{
        padding-right: 1.5rem;
    }
    .blogitem-title{
        font-size: 21px;
        line-height: 30px;
        margin-bottom: .5rem;
    }
    .blogitem-summary {
        --line-height: 26px;
        font-size: 16px;
        margin-bottom: 1rem;
    }
    /********************************/
    .blogitem-title--highlight-lg{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: .75rem;
    }
    .blogitem-highlight-img{
        margin-bottom: 1rem;
    }
    .blogitem-highlight-picture-img{
        height: 260px;
    }
    .blogitem-highlight{
        margin-bottom: 1.75rem;
    }
    .blogitem-highlight-lg-wrapper{
        padding-right: .25rem;
    }
    .blogitem-highlight .blogitem-caption{
        padding-right: 1rem;
    }
    .blogitem-summary--highlight-lg{
        --line-height: 28px;
        font-size: 18px;
    }
    .blogitem-highlight .blogitem-summary{
        margin: 0;
    }
    .blogitem-highlight .blogitem-overview{
        display: none;
    }
    .blogitem-highlight .blogitem-title{
        font-size: 18px;
        line-height: 26px;
    }
    .blogitem-highlight .blogitem-img{
        padding-left: calc(var(--bs-gutter-x) * .5);
        height: 140px;
        width: 180px;
    }
    /********************************/
    .blogitem-overview > *{
        padding-right: 1rem;
    }
    .blogitem-overview > *:not( :first-child){
        margin-left: 1rem;
    }
    /********************************/
    .blogright-topview-picture{
        width: 70px;
    }
    .blogright-topview-caption{
        padding-right: 1rem;
    }
    .blogright-topview-title{
        font-size: 15px;
        --line-height: 22px;
        margin: 0;
    }
    /********************************/
    .blogright-header{
        padding-top: .65rem;
        padding-bottom: .65rem;
    }
    .blogright-hashtag-item{
        font-size: 13px;
        padding: .25rem .55rem;
    }
    .blogright-hashtag-list > *{
        padding: 0 0.25rem;
        margin-bottom: 0.5rem;
    }
    /********************************/
    .blog-bottom-container{
        padding: 2rem 2rem 2.5rem;
    }
    .blog-bottom-container .blog-header{
        margin-bottom: 1.25rem;
    }
    .blogctlimg-list-wrapper {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    .blogctlimg-link{
        padding: .75rem;
    }
    .blogctlimg-img > img{
        width: 50px;
    }
    .blogctlimg-caption{
        width: calc( 100% - 50px);
        padding-left: .5rem;
    }
    /********************************/
    .blogdetail-other-wrapper > *{
        width: calc( 100% / 3);
    }
    /********************************/
    /********************************/
    /********************************/
    /********************************/

}
/* END - Medium devices (tablets & Large devices, 768px and 991) */
/*  */

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
 }
/* X-Large devices (large desktops, 1200px and up) */
/*  */
@media (min-width: 1200px) and (max-width: 1400px) { 
    body.page-blog{
        --blog-radius: 1rem;
    }
    .blog-left-container{
        padding-right: 0rem;
    }
    .container{
        max-width: 90%;
    }
    .blogitem-highlight-picture-img{
        height: 360px;
    }
    .blogitem-img{
        width: 240px;
        min-height: 0;
    }
    .blogitem-title{
        font-size: 21px;
        line-height: 30px;
    }
    .blog-bottom-container{
        padding: 2rem 2rem 2.5rem;
    }
    .blog-bottom-container .blog-header{
        margin-bottom: 1.5rem;
    }
    .blogctlimg-list-wrapper {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    .blogctlimg-link{
        padding: .75rem;
    }
    .blogitem-highlight .blogitem-img{
        width: 170px;
    }
    .blogitem-title--highlight-lg{
        font-size: 25px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    
 }
 /* END - XX-Large devices (larger desktops, 1400px and up) */
