/*!
Theme Name: KB Insure
Theme URI: https://edgerank.co.kr
Author: DENOMIX
Author URI: https://denomix.com
Description: KB손해보험 인사이트 전용 테마입니다
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kbinsure
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kbinsure is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";

/*=========================================================
  1. 폰트
=========================================================*/ 
/*오픈산스*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*나눔스퀘어*/
@font-face {
  font-family:'NanumSquare';
  font-style: normal;
  src: url(font/NanumSquare.eot);
  src: local('NanumSquare'),
       local('NanumSquare'),
       url(font/NanumSquare.eot?#iefix) format('embedded-opentype'),
       url(font/NanumSquare.woff) format('woff'),
       url(font/NanumSquare.ttf) format('truetype');
}

/*kb폰트(제목)*/
@font-face {
  font-family:'KBDisplay';
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
  font-style: normal;
  font-weight: 200;
  src: url(font/KBFGDisplayL.eot);
  src: local('KBFGDisplayL'),
       local('KBFGDisplayL'),
       url(font/KBFGDisplayL.eot?#iefix) format('embedded-opentype'),
       url(font/KBFGDisplayL.woff) format('woff'),
       url(font/KBFGDisplayL.ttf) format('truetype');
}

@font-face {
  font-family:'KBDisplay';
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
  font-style: normal;
  font-weight: normal;
  src: url(font/KBFGDisplayM.eot);
  src: local('KBFGDisplayM'),
       local('KBFGDisplayM'),
       url(font/KBFGDisplayM.eot?#iefix) format('embedded-opentype'),
       url(font/KBFGDisplayM.woff) format('woff'),
       url(font/KBFGDisplayM.ttf) format('truetype');
}

@font-face {
  font-family:'KBDisplay';
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
  font-style: normal;
  font-weight: bold;
  src: url(font/KBFGDisplayM.eot);
  src: local('KBFGDisplayB'),
       local('KBFGDisplayB'),
       url(font/KBFGDisplayB.eot?#iefix) format('embedded-opentype'),
       url(font/KBFGDisplayB.woff) format('woff'),
       url(font/KBFGDisplayB.ttf) format('truetype');
}

@font-face {
  font-family:'KBDisplay';
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
  font-style: italic;
  font-weight: normal;
  src: url(font/KBFGDisplayMI.eot);
  src: local('KBFGDisplayMI'),
       local('KBFGDisplayMI'),
       url(font/KBFGDisplayMI.eot?#iefix) format('embedded-opentype'),
       url(font/KBFGDisplayMI.woff) format('woff'),
       url(font/KBFGDisplayMI.ttf) format('truetype');
}

/*kb폰트(본문)*/
@font-face {
  font-family:'KBText';
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
  font-style: normal;
  font-weight: normal;
  src: url(font/KBFGTextL.eot);
  src: local('KBFGTextL'),
       local('KBFGTextL'),
       url(font/KBFGTextL.eot?#iefix) format('embedded-opentype'),
       url(font/KBFGTextL.woff) format('woff'),
       url(font/KBFGTextL.ttf) format('truetype');
}

@font-face {
  font-family:'KBText';
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
  font-style: normal;
  font-weight: bold;
  src: url(font/KBFGTextM.eot);
  src: local('KBFGTextM'),
       local('KBFGTextM'),
       url(font/KBFGTextM.eot?#iefix) format('embedded-opentype'),
       url(font/KBFGTextM.woff) format('woff'),
       url(font/KBFGTextM.ttf) format('truetype');
}


/*나눔고딕*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*spoqa*/
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);


 
/*=========================================================
  2. 리셋
=========================================================*/
html{font-size: 1em;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,button {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;font-family:'KBText','Open Sans', sans-serif;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
input[type="text"],input[type="email"],input[type="number"],button,input[type="submit"],input[type="reset"],button,input[type="tel"],button,input[type="password"],input[type="url"],input[type="search"],input[type="file"],button,textarea{-webkit-appearance:none ;appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin:0; padding:0;font-family: 'KBText','Open Sans', sans-serif;border:none;box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	-o-box-sizing:border-box;background: none;}
body { line-height: 1;text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;position: relative;background: #fff;/*word-break: keep-all; white-space: -moz-pre-wrap; white-space: -pre-wrap;
    white-space: -o-pre-wrap; word-wrap: break-word;*/font-size: 17px;line-height: 1.7em;color:#555555;}
ol, ul { list-style: none; }
blockquote, q { quotes: none;}
table {border-collapse:collapse;border-spacing: 0;}
ul, ol, li {margin:0; padding:0;}
li {list-style: none;}
a{text-decoration: none;}
:invalid { box-shadow: none;}
:-moz-submit-invalid {box-shadow: none;}
:-moz-ui-invalid { box-shadow:none;}
button::-moz-focus-inner { border:0;padding:0;margin-top:-2px;margin-bottom: -2px;}
input::-moz-focus-inner { border:0;padding:0;margin-top:-2px;margin-bottom: -2px;}
img{max-width: 100%;}
button:hover{cursor: pointer;}
button{background: transparent;}
.just_contact_form{padding:}
#buffer-extension-hover-button{display: none !important;}
.entry-footer{clear: both;display: none;}
.skip-link{display:none;}
html{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;overflow-y:scroll;}
.post-edit-link{display: none !important;}
.screen-reader-text{display: none;}
.dropdown-toggle{display: none;}
.mt0{margin-top:0 !important;}
.site-header svg{display: none !important;}
.icon-bars{display: none !important;}
.icon-close{display: none !important;}
.icon-angle-down{display: none !important;}
.menu-scroll-down{display: none !important;}
.menu-toggle{display: none !important;}
.h_label{position: absolute; top:-99999999px; left:-999999999px; font-size: 0; line-height: 0;}

/*focus*/
:focus{outline:none;}
a:focus{outline:dotted 1px #faae31;}
input:focus,button:focus{outline: dotted 1px #faae31;}
textarea:focus{outline: dotted 1px #faae31;}
body:focus{outline:none;}
html:focus{outline:none;}

.wp-embedded-content { margin: 0 auto; display: block; }

@media screen and (max-width: 600px){
#wpadminbar{position: fixed !important;z-index: 100000;top:0; left:0;}
}

@media screen and (max-width: 1023px) and (min-width: 1px){
:focus{outline:none;}
a:focus{outline:none;}
input:focus,button:focus{outline: none;}
textarea:focus{outline: none;}
body:focus{outline:none;}
html:focus{outline:none;}
}


.comments-area { width: 100%; max-width: 80%; margin: 0 auto; }
.comments-area .comments-title { display: none; }

ol.comment-list { width: 100%; }
ol.comment-list .comment { width: 100%; border-top: solid 1px #e6e6e6; padding: 20px 0; }
ol.comment-list .comment-body { width: 100%; position: relative; }
ol.comment-list .comment-body .comment-meta { width: 100%; overflow: hidden; }
ol.comment-list .comment-body .comment-meta { clear: both; }
ol.comment-list .comment-body .comment-author { float: left; }
ol.comment-list .comment-body .comment-author > * { display: inline-block; vertical-align: middle; }
ol.comment-list .comment-body .comment-author img.avatar { border-radius: 50%; width: 48px; height: 48px; margin-right: 10px; }
ol.comment-list .comment-body .comment-author b.fn { line-height: 48px; font-size: 14px; color: #000; }
ol.comment-list .comment-body .comment-author .says { display: none; }
ol.comment-list .comment-body .comment-metadata { float: left; margin-top: 8px; }
ol.comment-list .comment-body .comment-metadata > a { font-size: 12px; margin-left: 10px; color: #b2b2b2; pointer-events: none; }
ol.comment-list .comment-body .comment-metadata > a::before { content: ''; display: inline-block; width: 1px; height: 9px; margin-right: 10px; background-color: #b2b2b2; }
ol.comment-list .comment-body .comment-metadata span.edit-link { position: absolute; top: 8px; right: 46.25px; font-size: 0; }
ol.comment-list .comment-body .comment-metadata span.edit-link a { margin: 0 2px; font-size: 12px; color: #ffbc00; display: inline-block; }
ol.comment-list .comment-body .reply a { position: absolute; top: 8px; right: 0; margin: 0 2px; font-size: 12px; color: #ffbc00; }
ol.comment-list .comment-body .reply svg { display: none; }
ol.comment-list .comment-body .comment-content { margin-left: 62px; font-size: 14px; line-height: 1.5714; color: #666; }

ol.comment-list ol.children .comment { padding-left: 62px; }
ol.comment-list ol.children .comment:first-of-type { border-top: none; }

h3.comment-reply-title, p.comment-notes { display: none; }

form.comment-form { position: relative; padding-top: 50px; width: 100%; }
form.comment-form input { width: 120px; height: 40px; padding: 10px; border: solid 1px #e6e6e6; font-size: 12px; color: #666; }
form.comment-form label { font-size: 12px; margin-right: 8px; }
form.comment-form label .required { color: red; }
form.comment-form .logged-in-as { position: absolute; top: 10px; right: 0; font-size: 12px; }
form.comment-form .logged-in-as a { color: #ffbc00; }
form.comment-form .comment-form-author { position: absolute; top: 0; left: 0; }
form.comment-form .comment-form-email { position: absolute; top: 0; left: 184px; }
form.comment-form .comment-form-url { display: none; }
form.comment-form .comment-form-comment { width: 100%; }
form.comment-form .comment-form-comment textarea { width: 100%; resize: none; padding: 10px; border: solid 1px #e6e6e6; line-height: 1.25; font-size: 14px; }
form.comment-form .comment-form-comment label { display: none; }
form.comment-form .form-submit { text-align: right; }
form.comment-form .form-submit input { display: inline-block; cursor: pointer; transition: all 300ms; }
form.comment-form .form-submit input:hover { background-color: #ffbc00; color: #fff; }


@media only screen and (max-width: 768px) {

    ol.comment-list .comment-body .comment-metadata > a { display: none; }

    form.comment-form { padding-top: 100px; }
    form.comment-form label { min-width: 42px; display: inline-block; }
    form.comment-form .comment-form-email { top: 50px; left: 0; }

}



#page div.side_navbx .navigation-left .main-navigation ul.menu li.menu-item ul.sub-menu {
    box-shadow: 0 15px 10px rgb(0 0 0 / 9%);
    border-radius: 0 0 20px 20px;
    border:0;
    border-top: 1px solid #d8d8d8;
}
#page .navigation-left .main-navigation .menu > li[class*="current"] .sub-menu {
    margin-top:0;
}
.customize-support #side_nav{
 top:32px;
}

#page div.side_navbx .scrollbx .scroll_bgbx {
    max-width: 1290px;
}
#page div.side_navbx h1.logo, #page .article-wrap .article-header-wrap header.article-header {
    max-width: 1290px;
}
#page div.side_navbx .navigation-left .main-navigation ul.menu {
    background: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
#page .navigation-left .main-navigation .menu > li > a {
    font-weight: normal;
    font-family: 'KBDIsplay', 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
    color: #444035;
    font-size: 17px;
}
#page .navigation-left .main-navigation .menu > li:nth-child(2) {
        margin-left: initial;
}
#page .navigation-left .main-navigation .menu > li > a .btn {
    display: none;
}

.wrapper {
   max-width: 1290px;
   margin: 0 auto;
}


.single-section {
    padding: 60px 20px;
    background-color: #fff;
}
.single-section.border-top {
    border-top: 2px solid #ECECEC;
}
.single-section.bg-grey {
    background-color: #F3F3F3;
}
.section-header {
    text-align: center;
}
.section-header .section-title {
    font-size: 23px;
    font-weight: bold;
    font-family: 'KBDIsplay', 'Open Sans', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    background: #fbaf17;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 40px;
}

.single-article-item { 
   
}
.single-article-item:hover { 
}

.single-article-item .article-item-link { 

}


.article-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#page .row100 ul.load_listbx1 { 
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width:100%;
        margin-top: 40px;
}
#page .article-wrap .article-content {
    max-width: 1290px;
}

.article-item-wrapper .single-article-item, .load_listbx1 .single-article-item {
    width: calc(33.3% - 15px);
    box-sizing: border-box;
}
.load_listbx1 .single-article-item {
    background: #fff;
    border-radius: 20px;
}

.single-article-item .article-item-link .article-thumbnail { 
    padding-top: 56.5%;
    background-size: cover;
    border-radius: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    transition:all 0.3s;
}
.single-article-item .article-item-link .article-thumbnail.no-thumb { 
    background-color: #f9f9f9;
    background-image: url(/wp-content/themes/kbinsure/images/logo-kb.svg)!important;
    background-size: 80%;
    background-position: center;
}
.single-article-item:hover .article-item-link .article-thumbnail { 
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.single-article-item.highlight-item.large:hover .article-item-link .article-thumbnail { 
    background-size: auto 100%;
}
.single-article-item.highlight-item.large .article-item-link .article-thumbnail { 
    background-size: auto 110%;
    transform: unset;
    box-shadow:unset;
}
.single-article-item .article-item-link .article-content { 
    padding: 15px 20px;
}

.single-article-item .article-item-link .article-content .article-category { 
    color: #60584c;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.single-article-item .article-item-link .article-content .article-date { 
    color: #60584c;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.single-article-item .article-item-link .article-content .article-title { 
    color: #000000;
    font-size: 19px;
    font-family: 'KBDIsplay', 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 55px;
}

.article-item-wrapper .single-article-item .article-item-link .article-content .article-title { 
  margin-top:10px;
}
.main-highlight-section .single-article-item .article-item-link .article-content .article-title {
    font-weight: 700;
    font-size: 21px;
    height: 56px;
    line-height: 1.4;
}
.main-highlight-section .right-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.main-highlight-section .right-column .single-article-item {
    width: calc(50% - 10px);
    box-sizing: border-box;
}

.single-article-item.highlight-item.large .article-item-link .article-thumbnail {
  padding-top: 75%;
    border-radius: 20px 20px 0 0;
}
.single-article-item.highlight-item.large .article-item-link .article-content {
    background: #ffcc00;
    border-radius: 0 0 20px 20px;
    padding: 40px 45px;
}
.single-article-item.highlight-item.large .article-item-link .article-content .article-title {
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    line-height: 1.4;
}
.single-article-item.highlight-item.large .article-item-link .article-content .article-excerpt {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 52px;
    margin-top: 35px;
}


.recent-news-categories { 
display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    margin-top: 10px;
    margin-bottom: 45px;
}

.recent-news-categories .item-wrapper { 
  text-align: center;
}

.recent-news-categories .item-wrapper .single-item { 
    color: #5d5a4f;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 0 24px;
    font-family: 'KBDIsplay', 'Open Sans', sans-serif;
    position: relative;
    transition: color 0.3s;
}
.recent-news-categories .item-wrapper .single-item.active, .recent-news-categories .item-wrapper .single-item:hover { 
    color: #fbaf17;
}
.recent-news-categories .item-wrapper .single-item:before{ 
    content: '';
    position: absolute;
    left: -3px;
    width: 1px;
    height: 16px;
    background: #B4B4B4;
    top: 48%;
    transform: translateY(-50%);
}
.recent-news-categories .item-wrapper .single-item:first-child:before{ 
    display:none;
}
.recent-news-categories > a { 
    position: absolute;
    right: 0;
    color: #5d5a4f;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 0 8px;
    font-family: 'KBDIsplay', 'Open Sans', sans-serif;
    top: 50%;
    transform: translateY(-50%);
}

.recent-news-section .article-item-wrapper {
    display:none;
}
.recent-news-section .article-item-wrapper.active {
    display:flex;
}


.single-video-item { 
    background: #fff;
    border-radius: 20px;
}

.single-video-item .video-item-link { 

}

.single-video-item .video-item-link .video-thumbnail { 
    padding-top: 56.5%;
    background-size: cover;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.single-video-item:hover .video-item-link .video-thumbnail { 
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.single-video-item .video-item-link .video-title-wrapper { 
    background: #fff;
    padding: 30px 18px;
    border-radius: 20px;
}
.single-video-item .video-item-link .video-title { 
    color: #000000;
    font-size: 19px;
    font-family: 'KBDIsplay', 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 55px; 
}
.recent-youtube-videos {
    position: relative;
}
.recent-youtube-videos .swiper-container{
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% - 80px);
    padding: 20px;
}

#page .swiper-button-next, #page .swiper-button-prev {
    color: #8E8B86;
}
.banner-section {
      /*  margin-bottom: -180px;*/
}
.banner-wrapper {
    margin-top: 60px;
    text-align: center;
}
.banner-wrapper .banner-link {
    display: block;
    margin-bottom:20px;
    
}
.banner-wrapper .banner-link img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s;
}
.banner-wrapper .banner-link:hover img {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.banner-wrapper .banner-link .banner-image-mobile {
    display: none;
}

footer.cr-footer.with-banner {
   /*padding-top: 140px;*/
}

.view-more-link-mobile-wrapper {
    display: none;
}



#page .content-area .content-wrap {
    width: 100%;
    max-width: 984px;
    margin: 14px auto 32px;
    background-color: #ffffff;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
#page header.content-header .content-header-category {
    display: none;
}
#page header.content-header .content-header-info h2.info-title {
    color: #000000;
    font-size: 30px;
    font-family: 'KBDIsplay', 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 1.6;
}
#page header.content-header .content-header-info h5.info-date {
    color: #60584c;
    font-size: 14px;
    font-weight: 600;
    font-family: 'KBText', 'Open Sans', sans-serif;
        margin-top: 10px;
}
#page header.content-header .article-category{
    color: #60584c;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
#page header.content-header .content-header-info {
    margin-top: 60px;
}
#page article.content-article {
    border-bottom:0;
}
#page .navigation-left .main-navigation .menu > li:first-child {
    display:block;
    margin-left: 0;
}
@media only screen and (max-width: 840px) {

    .customize-support .site-header {
        top:44px;
    }
    #page .site-content {
        padding-top: 75px;
    }

    #page div.side_navbx .navigation-left .main-navigation ul.menu {
    flex-direction: column;
}
    .single-section {
        padding: 20px 15px;
    }
    .single-section.border-top {
    border-top: 0;
}
    .section-header .section-title {
font-size: 16px;
        padding: 2px 20px;
        margin-top: 30px;
                min-width: 130px;
}
.single-article-item.highlight-item.large .article-item-link .article-thumbnail {
    padding-top: 56.5%;
    border-radius: 15px 15px 0 0;
    background-size: cover;
}
.single-article-item.highlight-item.large:hover .article-item-link .article-thumbnail {
    background-size: cover;
}
.single-article-item.highlight-item.large .article-item-link .article-content {
    padding: 20px 24px;
    border-radius: 0 0 15px 15px;
}

.single-article-item.highlight-item.large .article-item-link .article-content .article-title {
        font-size: 19px;
        height: auto;
        max-height: 54px;
}
.single-article-item.highlight-item.large .article-item-link .article-content .article-excerpt {
    margin-top: 12px;
    font-size: 14px;
    height: 40px;
}

.article-item-wrapper .single-article-item, .load_listbx1 .single-article-item {
    width: 100%;
}
.article-item-wrapper .single-article-item .article-item-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.article-item-wrapper .single-article-item .article-item-link .article-thumbnail {
        padding-top: 30.5%;
        width: 50%;
        border-radius: 10px;
        margin-right: 10px;
}
.article-item-wrapper .single-article-item .article-item-link .article-content {
        width: 50%;
        padding: 0 10px;
}
.article-item-wrapper .single-article-item .article-item-link .article-content .article-title {
        margin-top: 8px;
        -webkit-line-clamp: 3;
        font-size: 15px;
        height: 62px;
        margin-bottom: 0;
        line-height: 1.4;
        word-break: keep-all;
        height: auto;
        max-height: 62px;
}
.article-item-wrapper .single-article-item .article-item-link .article-content .article-date {
        margin-top: 5px;
        font-size: 11px;
}
.article-item-wrapper .single-article-item {
    border-top: 1px solid #E7E7E7;
    padding:0 5px;
    padding-top: 15px;
            border-radius: 0;
}
.article-item-wrapper .single-article-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.recent-news-categories {
    margin-top: 0;
    margin-bottom: 25px;
}
.recent-news-section .article-item-wrapper {
    display: none;
    padding: 0 10px;
}
.recent-news-categories .item-wrapper .single-item {
        font-size: 14px;
        padding: 0 10px;
        min-width: 55px;
}
.recent-news-categories .item-wrapper {
    white-space: nowrap;
    overflow: auto;
    padding: 5px 0;
}
.recent-news-categories > a {
    font-size: 14px;
    display:none;
}
.recent-news-categories .item-wrapper .single-item:before {
    height: 10px;
}
.main-highlight-section .right-column .single-article-item {
    width: 100%;
            background: #F8F8F8;
        border-radius: 15px;
}
.main-highlight-section .right-column .single-article-item .article-item-link .article-content {
    padding: 15px 24px;
}
.single-article-item .article-item-link .article-thumbnail {
    border-radius: 15px 15px 0 0;
}
.single-article-item .article-item-link .article-content .article-title {
font-size: 16px;
        line-height: 1.4;
        max-height: 45px;
        height: auto;
}
.main-highlight-section .single-article-item .article-item-link .article-content .article-title {
    height: auto;
    max-height:47px;
    font-size: 16px;
    line-height: 1.4;
}

.single-article-item .article-item-link .article-content .article-category {
    margin-bottom: 6px;
    font-size: 12px;
}

.view-more-link-mobile-wrapper {
        display: block;
        text-align: center;
        width: 100%;
}

a.view-more-link-mobile {
    display: inline-block;
    color: #ACACAC;
    border: 1px solid #ACACAC;
    padding: 2px 20px;
    border-radius: 30px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 14px;
}

.recent-youtube-videos .swiper-container {
    width: calc(100% - 60px);
        margin-top: -15px;
}
#page .swiper-button-next:after, #page .swiper-button-prev:after {
    font-size: 31px;
}
#page .swiper-button-next {
    right: 3px;
}
#page .swiper-button-prev {
    left: 3px;
}
.single-video-item {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.single-video-item .video-item-link .video-thumbnail {
    border-radius: 10px;
}
.single-video-item .video-item-link .video-title-wrapper {
    border-radius: 10px;
    padding: 24px 24px;
}
.single-video-item .video-item-link .video-title {
    height: 43px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.banner-section {
        margin-bottom: -30px;
        margin-left: -15px;
        margin-right: -15px;
}
.banner-wrapper {
    margin-top: 25px;
}
.banner-wrapper .banner-link img.banner-image {
    display:none;
}
.banner-wrapper .banner-link img.banner-image-mobile{
        display: block;
        max-width: 100%;
}
footer.cr-footer.with-banner {
    padding-top: 0;
}
.banner-wrapper .banner-link {
    margin-bottom: 5px;
}
#page footer.cr-footer div.footer-wrap div.footer-logo {
    margin-bottom: 30px;
}
#page footer.cr-footer div.footer-wrap div.footer-menu h6.footer-copyright {
    border-top: 0;
            padding-top: 0;
}



#page .row100 ul.load_listbx1 {
    padding: 0 15px;
}
#page .article-wrap .article-header-wrap header.article-header .category-children-wrap ul.category-children-list li.category-children-item > a {
    height: auto;
            padding: 7px 20px;
}


#page header.content-header .content-header-info h2.info-title {
    font-size: 24px;
    line-height: 1.4;
}
#page header.content-header .content-header-info {
    margin-top: 30px;
}
.single-article-item:hover .article-item-link .article-thumbnail { 
    transform: unset;
    box-shadow: unset;
}

}