.mCon_04 {
  position: relative;
  padding: 150px 0px;
  text-align: center;
  background-image: url('../img/count-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

/* 어두운 반투명 오버레이 추가 */
.mCon_04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.width_wrap {
  position: relative;
  z-index: 10;
}
.width_wrap .title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

.mCon_04 .count_wrap {
  margin: auto;
  padding-top: 30px;
}
.mCon_04 .txt dt {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}
.mCon_04 .txt dd {
/*   font-size: 18px; */
  font-weight: 400;
  margin: 0;
  padding-top: 10px;
  color: #fff;
  line-height: 2.2;
}
.mCon_04 .txt dd span {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid #fff;
  padding: 5px 15px;
  border-radius: 15px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.mCon_04 .txt .count_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.mCon_04 .txt dl {
  float: left;
  width: 50%;
  padding: 20px 0;
  box-sizing: border-box;
  min-height: 135px;
}
.mCon_04 .txt dl:nth-child(5) {
  clear: both;
  width: 100%;
}

/* PC 사이즈 */
@media screen and (min-width: 1100px) {
  .mCon_04 .txt .count_wrap:after {
    display: inline;
  }
  .mCon_04 .count_wrap {
    width: 1100px !important;
    display: flex;
    justify-content: space-around;
  }

  .con_block > div {
    padding: 60px 30px;
  }
  .txt p {
    font-size: 16px;
  }
  .txt strong {
    font-size: 18px;
  }
  .ps li {
    font-size: 15px;
  }
  .tb_cell {
    display: table-cell;
    vertical-align: middle;
  }

  .title_type_01 {
    font-size: 30px;
    font-weight: 600;
  }
  .title_type_02,
  .title_type_02 h3 {
    font-size: 28px;
  }
  .title_type_02 span.eng_exp {
    font-size: 15px;
  }
  .title_type_02 p {
    font-size: 16px;
  }
  .title_type_03,
  .title_type_03 h4 {
    font-size: 28px;
  }
  .title_type_03 span.eng_exp {
    font-size: 15px;
    color: #333;
  }
  .title_type_03 p {
    font-size: 16px;
  }
  .title_type_04,
  .title_type_04 h4 {
    font-size: 26px;
  }
  .title_type_04 span.eng_exp {
    font-size: 15px;
    color: #333;
  }
  .title_type_04 p {
    font-size: 16px;
  }
  .mCon_04 .txt dt {
    font-size: 44px;
  }

  .mCon_04 .txt dl {
    width: auto;
    box-sizing: border-box;
    flex-grow: 1;
  }
  .mCon_04 .txt dl:nth-child(5) {
    clear: none;
    width: unset;
  }
}
/* 
@media screen and (min-width: 480px) {
 .mCon_04 .txt dd {
  font-size: 14px;
 }
} */

@media screen and (max-width: 480px) {

  .mCon_04 {
    padding: 55px 0px;
 }
  .width_wrap .title h1 {
   font-size: 34px;
 }
}