

.case_study_sec {
    position: relative;
    z-index: 1;
    height: 765px;
    padding: 0px;
  }
  
  .case_img {
    /* display: none; */
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: -1; */
    transition: all 0.5s ease-in-out;
  }
  
  .case_img.show {
    /* display: block; */
    opacity: 1;
    visibility: visible;
  }
  
  .case_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .case_main_area {
    height: 100%;
  }
  
  .case_study_sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  .skew_area {
    z-index: 2;
    position: absolute;
    height: 80px;
    padding: 14px 0;
    top: 0;
    left: 0;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .skew_area::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transform: skewX(-40deg);
  }
  
  .skew_area p {
    font-size: 18px;
    text-transform: uppercase;
  }
  
  .case_box {
    width: 25%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }
  
  .case_box_outr {
    position: relative;
    /* top: 0;
    left: 0;
    width: 100%;
    bottom: 0; */
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    height: 100%;
  }
  
  .case_box + .case_box {
    border-left: 1px solid #fff;
  }
  
  .case_box_innr {
    padding: 10px 0 30px;
  }
  
  .case_box_innr h6 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 33px;
    padding-bottom: 10px;
  }
  
  .case_box_innr h2 {
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;

  }
  
  .case_img_outr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
  }
  
  .case_hover_box {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  
  .case_hover_box_top {
    background-color: #ff5e14;
    padding: 35px 25px 20px 35px;
  }
  
  .case_hover_box_top h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 47px;
    color: #fff;
    margin-bottom: 5px;
  }
  
  .case_hover_box_top p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
  }
  
  .case_hover_box_btm {
    padding: 35px 20px 45px 37px;
    background-color: #fff;
    position: relative;
  }
  
  .case_hover_box_btm h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
  }
  
  .case_hover_box_btm h6 span {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
  }
  
  .case_hover_box_btm::after {
    content: "";
    position: absolute;
    top: -27px;
    left: 12px;
    width: 40px;
    height: 40px;
    background-color: #ff5e14;
    transform: rotate(90deg) skew(-40deg, 0deg) scale(1, 0.766);
  }
  
  .case_box:hover .case_hover_box {
    opacity: 1;
    visibility: visible;
  }
  
  
  /* product */
  
  /* 21.06.2022 */
  .titlelink{
    display: none;
  }
  .for_mobile{
    display: none;
  }
  .case_study_sec .for_desktop{
    height: 100%;
  }
  .case_hdng h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .case_block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .case_block:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .case_block_img, .case_block_txt{
    width: 50%;
    padding: 0 15px;
  }
  .case_block_img img{
    width: 100%;
  }
  .case_block_txt h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .case_block_txt p{
    font-size: 14px;
    line-height: 24px;
  }
  /* .case_btn_area a{
    color: #fff;
    padding: 10px;
    min-width: 150px;
    text-align: center;
    background: #ff5e14;
    display: inline-block;
    border: 1px solid #ff5e14;
    text-transform: uppercase;
    margin-top: 10px;
  } */
  .case_block:nth-child(odd) .case_block_img{
    order: 1;
  }
  .case_block:nth-child(odd) .case_block_txt{
    order: 2;
  }
  .case_block:nth-child(even) .case_block_img{
    order: 2;
  }
  .case_block:nth-child(even) .case_block_txt{
    order: 1;
  }
  .js .cd-h-timeline__date{
    font-size: 0;
  }
  
  .empower_list li span{
    border-right: 0;
    border-bottom: 0;
  }
  .empower_list li span:last-child{
    border-right: 1px solid #333;
  }
  .empower_list li:last-child span{
    border-bottom: 1px solid #333;
  }
  