@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{margin: 0; padding: 0;box-sizing: border-box;}
ul{list-style-type: none;}
ul li {display: inline-block;}

.mcContainer{
    width: 1260px;
    margin: 0 auto;
}
.ttlbg{
    background: linear-gradient(90deg, #494B9F 0%, #202157 100%);
    border-radius: 4px;
    padding: 12px 24px 0 24px;
    margin-bottom: 20px;

}
.ttlCntr{border-bottom: 1px solid #6867CA;margin-bottom: 6px;}
.ttlCntr .ttlEl{color: #ffffff;font: 800 26px/36px "Inter", sans-serif;margin-bottom: 9px;}

.menuLst{
    /* overflow:visible; */
    /* overflow-x: auto; */
    display: flex;
    /* flex-wrap: wrap; */
    flex-wrap: nowrap;
    scrollbar-width: none;
    margin-bottom: 5px;
    /* margin-bottom: 22px; */
}
.menuLst .menuItm.active{color: #FFFFFF;font-weight: 700;}
.menuLst .menuItm::after{position: absolute;content: '';right: 0;top: 50%;background-color: #A4A4C9;height: 15px;width: 1px;transform: translateY(-50%);}
.menuLst .menuItm:last-child::after{content: unset;}
.menuLst .menuItm{position:relative;padding: 12px 14px;font: 400 15px/17px "Inter", sans-serif;color: #A4A4C9;white-space: nowrap;cursor: pointer;}
.menuLst .menuItm a{color: currentColor;text-decoration: none}
.menuLst .menuItm a:hover{text-decoration: none;color: currentColor}
.menuLst .menuItm:first-child{padding-left:0}
.menuLst .menuItm a h2{font: 400 16px/17px "Inter";color: #ccc;}
.caretDown{
    width: 6px;
    height: 6px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    background: transparent;
    margin-top: -15px;
    display: block;
    position: absolute;
    right: -4px;
}


 /* Dropdown css start*/
 .cusPositionElement{
    position: relative;
 }
 .menuWrapper {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
    .Cusdropdown {
    display: none;
    position: absolute;
    /* top: 100%;
    left: 0; */
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    z-index: 1000;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    font: 400 14px/16px "Inter", sans-serif;
    color: #666666;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    }

    .Cusdropdown li a{
    font: 400 14px/16px "Inter", sans-serif;
    color: #666666; 
    text-decoration: none;
    }

    .Cusdropdown li{
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding: 7px 12px;
    text-transform: capitalize;
     }

    .Cusdropdown li:last-child {
      border-bottom: none;
    }

    .Cusdropdown li:hover, .Cusdropdown li:focus, .Cusdropdown li:active, .Cusdropdown li:hover a, 
    .Cusdropdown li:focus a, .Cusdropdown li:active a {
     color:#000;
     font-weight: 600;
     text-decoration: none;
    }
    /* .dropdown:hover .dropdownItem, .dropdown:focus .dropdownItem, .dropdown:active .dropdownItem {
      display: block;
    } */

    /* Dropdown Css end */

.artclLst .mainLst .mainItm { display:flex; gap:10px }

.mainArtcl{display: flex;justify-content: space-between;column-gap: 44px;}
.mainArtcl .maWrp{display: flex;column-gap: 26px;}
.mainArtcl .maWrp a{text-decoration: none;display: flex;column-gap: 26px;color: currentColor;}


.mainArtcl .maWrp .category{color: #0065A2;font: 500 12px/22px "Inter", sans-serif;}
.mainArtcl .maWrp .artclTtl{font: 700 24px/30px "Inter", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.mainArtcl .maWrp .artclDesc{font: 400 16px/24px "Inter", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainArtcl .imgWrp_main{width: 408px;height: 230px;flex-shrink: 0;}
.mainArtcl .imgWrp_main img{width: 100%;height: 100%;}

.mainArtcl .adwrp{width: 300px;height: 280px;margin-top: -10px;}
.mainArtcl .adwrp img{width: 100%;height: 100%;}


.artclLst .mainLst{
    display: flex;justify-content: space-between;
    margin-top:16px; border-top: 1px solid #DBDBDB;border-bottom: 1px solid #DBDBDB;padding: 16px 0;}

.artclLst .mainLst .imgWrp{width: 165px;height: 94px;}
.artclLst .mainLst .imgWrp img{width: 100%;height: 100%;}

.artclLst .mainLst .category{color: #0065A2;font: 500 12px/22px "Inter", sans-serif;}
.artclLst .mainLst .artclTtl{font: 600 16px/20px "Inter", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.artclLst .mainLst .mainItm a{display: flex;column-gap: 10px;color: currentColor;display: block;-webkit-line-clamp: 3;}
.artclLst .mainLst .mainItm a:hover{text-decoration: none;}
.artclLst .mainLst .mainItm div:nth-child(2){width: 234px;}

.artclLst .subLst{margin-top: 16px;display: flex;}
.artclLst .subLst .subItm{padding: 8px;padding-top:2px;width: 292px;position: relative;margin-right: 15px;}
.artclLst .subLst .subItm a{text-decoration: none;color: currentColor}
.artclLst .subLst .subItm:last-child{margin-right: 0;}
.artclLst .subLst .subItm:not(:first-child){margin-left: 15px;}
.artclLst .subLst .subItm:not(:last-child)::after{content: "";position: absolute;right: -15px;top: 0; height: 100%;border-right: 1px solid #DBDBDB;}
.artclLst .subLst .subItm .category{color: #0065A2;font: 500 12px/22px "Inter", sans-serif;}
.artclLst .subLst .subItm .artclDesc{font: 500 14px/20px "Inter", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.adWrapper{margin: 40px auto;}
/*.adWrapper img{width: 100%;}*/

.techLst{display: flex;height: 672px;}
.techLst .techItm{
    border-right: 1px solid #DBDBDB;padding-right: 20px;padding-left: 20px;height: 100%;
}

.techLst .techItm .adwrp{margin: 30px 0;}
.techLst .techItm:last-child{border-right: 0;padding-right: 0;}
.techLst .techItm .category{color: #0065A2;font: 700 16px/20px "Inter", sans-serif;}
.techLst .techItm:first-child{padding-left: 0;}

.techLst .techItm .infoLst{display: flex;flex-direction: column;margin-top: 15px;width: 220px;height: calc(100% - 86px);}
.techLst .techItm .infoLst .imgWrp{width: 220px;height: 124px;}
.techLst .techItm .infoLst .imgWrp img{width: 100%;height: 100%;}
.techLst .techItm .infoLst .prime{border-bottom: 1px dashed #999999;padding-bottom: 15px;}
.techLst .techItm .infoLst .prime a {text-decoration: none;}
.techLst .techItm .infoLst .prime .techDesc{font: 600 14px/20px "Inter", sans-serif;margin-top: 15px;margin-bottom: 0;}
.techLst .techItm .infoLst .techDesc{font: 400 14px/20px "Inter", sans-serif;margin-top: 15px;color: #333333;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.techLst .techItm .infoLst .infoItm{border-bottom: 1px dashed #999999;padding-bottom: 15px;}
.techLst .techItm .infoLst .infoItm a{text-decoration: none;}
.techLst .techItm .infoLst .infoItm:last-child{padding-bottom: 20px;border-bottom: 0;}
.techLst .techItm .infoLst{border-bottom: 1px solid #DBDBDB; margin-bottom: 20px};

.viewBtnCntr{display: flex;justify-content: flex-end;display: none;}
.viewBtn{display: inline-block;text-decoration: none;color: #000;font: 400 12px/14px "Lato", sans-serif;border: 1px solid #CCCCCC;padding: 8px 14px;border-radius: 3px;}
.viewBtn svg{margin-left: 5px;}

.AdCnt{width: 970px;height: 90px;margin: 40px auto;}
.AdCnt img{width: 100%;height: 100%;}

@media all and (max-width: 767px){
    .mcContainer{
        width: 100%;
    }
}

@media all and (max-width: 767px){
    .ttlbg{
        padding: 0 10px;
        margin-left: 10px;
        width: calc(100% - 20px);
    }
    .ttlCntr{
        padding: 11px 8px 0 8px;
        margin-top: 10px;
        margin-bottom: 4px;
    }
    .menuLst .menuItm {
        padding: 6px 10px;
        font-size: 14px;
    }
    .menuLst .menuItm:first-child{
        padding-left: 10px;
    }

    .menuLst .menuItm a h2{font-size: 14px;}
}

@media all and (max-width: 767px){
    .mainArtcl .maWrp .artclTtl{font-size: 20px;line-height: 26px;-webkit-line-clamp: 3;}
    .mainArtcl .maWrp .artclDesc{font-size: 14px;line-height: 20px;}
    .artclPg{width: calc(100% - 32px);margin: 0 auto;}
    .mainArtcl{flex-direction: column;}
    .mainArtcl .maWrp{flex-direction: column;}
    .mainArtcl .imgWrp_main{width: 100%;}
    .mainArtcl .maWrp .artcl{margin-top: 15px;}

    .mainArtcl .maWrp div:nth-child(2){
        padding-bottom: 0px;margin-bottom: 0px;
    }
    .mainArtcl .adwrp{margin: 0 auto;margin-bottom: 14px;}
    .artclLst .mainLst .artclTtl{font-size: 14px;line-height: 18px;}
    .artclLst .mainLst{flex-direction: column;}
    .artclLst .mainLst .imgWrp{width: 135px;height: 76px;}
    .artclLst .mainLst .mainItm:not(:last-child){padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #DBDBDB;}

    .artclLst .subLst{flex-direction: column;}
    .artclLst .subLst .subItm{margin: 0;width: 100%;padding: 0;}
    .artclLst .subLst .subItm:not(:last-child){border-bottom: 1px solid #DBDBDB;padding-bottom: 15px;margin-bottom: 15px;}
    .artclLst .subLst .subItm:not(:first-child){margin-left: 0;}
    .artclLst .subLst .subItm:not(:last-child)::after{right: 0;top: 0;border-right: 0;}
    .ttlCntr .ttlEl{color: #FFFFFF;font: 800 18px/13px "Inter", sans-serif;margin-bottom: 11px;}
}

@media all and (max-width: 767px){
    .adWrapper{width:  calc(100% - 32px);margin: 30px auto;height: auto;}
    .mainArtcl .adwrp{margin-top: 16px;}
}

@media all and (max-width: 767px){
    .techLst{flex-direction: column;width: calc(100% - 32px); margin: 0 auto;height: auto;}
    .techLst .techItm{padding-right: 0;padding-left: 0;border-right: 0;margin-bottom: 30px;}
    .techLst .techItm:last-child{margin-bottom: 0;}
    .techLst .techItm .infoLst{width: 100%;}
    .techLst .techItm .infoLst .imgWrp{width: 100%;height: 202px;}
    .techLst .techItm .infoLst .infoItm{padding-bottom: 15px;}
    .techLst .techItm .infoLst .techDesc{margin-top: 15px;}
    .techLst .techItm .infoLst .prime{padding-bottom: 15px;}
    .techLst .techItm .infoLst .infoItm:last-child{padding-bottom: 15px;}
}

@media all and (max-width: 767px){
    .AdCnt{width: 100%;height: auto;margin: 20px auto;}
    .mainArtcl .maWrp a{flex-direction: column;}
    .artclLst .mainLst .mainItm a{display: block;-webkit-line-clamp: 3;margin-bottom: 4px;}
    .artclLst .mainLst .category{line-height: 14px;}
}