.line-connect2023 {
    width: 5px;
    height: 60px;
    margin-left: 98px;
  }
  
  .flow-text2023 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.2;
  }
  
  .flow-icon-container {
    position: relative;
    z-index: 1000;
  }
  
  .flow-text-undertitle2023 {
    width: 54vw;
  }
  
  .flow-box {
    margin: 0vw 0 0vw 2vw;
    position: relative;
  }
  
  .flow-icon-container {
    align-items: center;
    margin-left: 70px;
  }
  
  .flow-upper {
    display: flex;
    align-items: center;
  }
  
  .flow-cnt-title {
    font-weight: bold;
    font-size: 26px;
    margin-left: 20px;
  }
  
  .flow-number-circle {
    width: 50px;
    height: 50px;
    background-color: #009380;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
  }
  
  .flow-text-title {
    font-weight: bold;
    font-size: 32px;
    margin-left: 1vw;
  }
  
  .flow-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    width: 400px;
    font-weight: 100;
    margin-left: 70px;
    margin-top: 10px;
  }
  
  .flow-icon-container {
    align-items: center;
  }
  
  .flow-lead {
    position: relative;
  }
  
  .flow-title {
    text-align: center;
    font-size: 54px;
    bottom: 63%;
    left: 50%;
    color: var(--main-color);
  }
  
  .flow-box-container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border:solid 1px #009380;
    border-radius:10px;
    background-color:#f2eeec;
    padding:10px;
    margin:20px;
  }
  
  .flow-top-img {
    height: auto;
    margin: -30px auto 0;
    display: block;
  }
  
  .flow-container {
    width: 1000px;
    margin: 0 auto;
  }
  
  .flow-top-img-under {
    transform: scale(-1, 1);
    transform: rotate(180deg);
    margin-top: -11vw;
    z-index: -1000;
    margin-bottom: -55px;
  }
  