.ikSubList{display: grid;grid-template-columns: 350px 1fr;gap: 15px;}
.ikSub{background: #008BDA1C;padding: 15px;height: calc(20vw * 1/1);display: flex;align-items: center;justify-content: center;text-align: center;flex-direction: column;gap:8px}
.ikSub h3{font: normal normal bold 16px/21px Hurme-Geometric-Sans;color: #00287A;}
.ikSub img{width: 55px;}

.ikSub a h3{display: block;transition: 300ms;}
.ikSub a:hover h3{transform: translateY(4px);}


.ikSubBG{padding: 15px;display: flex;align-items: center;justify-content: center;text-align: center;background-position: center center;background-size: cover;
background-repeat: no-repeat;border-left:8px solid #008BDA;position: relative;}
.ikSubBG::before{content:'';width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 15px solid #008BDA;
position: absolute;left:-23px}


.ikDetayTextWrap{margin-top: 45px;}
.ikDetayText{padding: 0px;}


.ikDetayText .kariyerLogoParent{margin-top: 30px;}
.ikDetayText .kariyerLogoParent a{display: inline-block;padding: 30px;border: 1px solid #D9D9D9;max-width: 250px;position: relative;}
.ikDetayText .kariyerLogoParent a::before{content:'';position: absolute;left:0px;bottom:0px;width: 30px;height: 4px;background-color: #008BDA;transition: 300ms;}
.ikDetayText .kariyerLogoParent a:hover::before{width: 100%;}

.hakkimizdaTextParent .text{padding: 0px;}
.hakkimizdaTextParent .text ul{display: flex;align-items: center;justify-content: space-between;padding: 12px 0px;}
.hakkimizdaTextParent .text ul li a{color:#000;font-size: 20px;}
.hakkimizdaTextParent .text ul li{font: normal normal normal 16px/37px Hurme-Geometric-Sans;color: #161615;}
.hakkimizdaTextParent .text ul li:hover{color:#008BDA}

.hakkimizdaTextParent .text:not(:last-child){border-bottom: 1px solid #C7C7C7;}

.ikBottomBgWrap .row{background-image: url("../images/ikBottomBg.jpg");min-height: 200px;background-position: center center;background-size: cover;background-repeat: no-repeat;
display: flex;align-items: center;justify-content: center;color: #FFFFFF;font: normal normal bold 36px/24px Hurme-Geometric-Sans;text-align: center;}


.kariyerLeftCol_{background-color: #008BDA;border-radius: 0px 20px 20px 0px;padding: 30px;display: flex;justify-content: flex-end;
background-image: url("../images/icons/interkanIkon.svg") ;background-position: right center;background-repeat: no-repeat;background-size: contain;}
.kariyerLeftCol_ .leftNavbar li a{color: #FFFFFF;font: normal normal normal 16px/37px Hurme-Geometric-Sans;}
.kariyerLeftCol_ .leftNavbar li{position: relative;}
.kariyerLeftCol_ .leftNavbar li.active::before{content:'';position: absolute;right:calc(100% + 20px);top:17px;height: 1px;width: 100vw;background-color: #fff;}
.leftNavbarWorld{position: absolute;left:-20px;top:11px;width: 15px;filter: brightness(0) invert(100);}


@media(max-width:768px){
    .ikSubList{grid-template-columns: repeat(2,1fr);}
    .ikSub h3{font: normal normal bold 10px/14px Hurme-Geometric-Sans;}
    .ikBottomBgWrap .row{font: normal normal bold 18px/25px Hurme-Geometric-Sans;min-height: 170px;}

    .ikSubList.ikDetayTextWrap{grid-template-columns: repeat(1,1fr);}
    .ikDetayText .kariyerLogoParent{padding: 0px;}
}






    