#greeting{
  min-height: 700px;

  overflow-x: hidden;
}
#greeting .wrap{
  height: 700px;
  padding-top: 0;
}
.breadcrumb{
  display: flex;
  height: 45px;
  align-items: center;
}
.breadcrumb::before{
  content: '';
  width: 99vw;
  height: 45px;
  background-color: #0d5ffb;
  position: absolute;
  left: 0;
}
.breadcrumb li{
  position: relative;
  font-size: 13px;
  color: #2defeb;
}
.breadcrumb li:last-child{
  padding: 0 10px;
}
.breadcrumb li a{
  line-height: 1.5;
  padding: 0 10px;
  color: #c0d2fc;
}
.breadcrumb li:nth-child(1) a{
  background-image: url(../img/icon_breadcrumbs_home.png);
  font-size: 0;
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
}
.breadcrumb li:nth-child(3)::before{
  content: "";
  background-image: url(../img/bu_breadcrumbs.png);
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  display: inline-block;
  padding: 0px 10px;
}
.underC{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  font-weight: 200;
  flex-direction: row-reverse;
}
.underC img{
  width: 200px;
}