@charset "UTF-8";
#hubulance2 {
  /* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
}

#hubulance2 .slogan-sm h1.title {
  font-size: 2em;
  color: #fec478;
}

#hubulance2 .sub-txt {
  font-weight: 400;
  color: #333333;
  letter-spacing: -1px;
  font-size: 20px;
}

#hubulance2 .sub-txt p {
  color: #646363;
  line-height: 1;
  font-size: 1.1em;
}

#hubulance2 .contbox .box-zone .section_title {
  margin-bottom: 10px;
}

#hubulance2 .contbox .box-zone .section_title h2 {
  margin-bottom: 23px;
  font-size: 29px;
  position: relative;
  padding-left: 60px;
  padding-top: 40px;
  font-weight: bold;
}

#hubulance2 .contbox .box-zone .section_title h2 em {
  font-family: TmonMonsori, sans-serif;
  font-weight: bold;
  letter-spacing: -4px;
  font-size: 75px;
  position: absolute;
  bottom: -22px;
  left: 0px;
  color: #316bd8;
  opacity: 0.1;
}

#hubulance2 .contbox .box-zone .section_title p {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 1.2em;
}

#hubulance2 .contbox .box-zone .section_title p::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 2px;
  top: 15px;
  background-color: #1c96d5;
  border-radius: 100%;
}

#hubulance2 .contbox .box-zone .flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: 0px;
}

#hubulance2 .contbox .box-zone .flex-container .flex-item {
  position: relative;
  height: 100px;
  min-height: 270px;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -1px;
  text-align: center;
  background-image: url(/medicoop/static/images/arrow.png);
  background-repeat: no-repeat;
  padding: 30px 25px 20px;
  flex: 1 1 0%;
  background-position: right 40%;
}

#hubulance2 .contbox .box-zone .flex-container .flex-item:last-child {
  background-image: none;
}

#hubulance2 .contbox .box-zone .flex-container .flex-item .top .item-img {
  height: 80px;
  line-height: 80px;
}

#hubulance2 .contbox .box-zone .flex-container .flex-item .top .item-img img {
  width: 80px;
}

#hubulance2 .contbox .box-zone .flex-container .flex-item .item-t {
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 1.1em;
  color: var(--primary-color);
}

#hubulance2 .contbox .box-zone .flex-container .flex-item .item-d {
  font-size: 15px;
  height: 50px;
  color: #646363;
}

@media all and (max-width: 809px) {
  #hubulance2 .flex-container {
    flex-direction: column;
  }
  #hubulance2 .arrow {
    display: none;
  }
  #hubulance2 .section03 .flex-container .flex-item {
    border-bottom: 1px solid #dfdfdf;
  }
}

@media screen and (max-width: 400px) {
  #hubulance2 .title {
    font-size: 1.5em !important;
  }
  #hubulance2 h2 {
    font-size: 1.3em;
  }
  #hubulance2 .sub-txt {
    display: none;
  }
  #hubulance2 .flex-item {
    background-image: none !important;
  }
}
