html, body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.ub-content > .panel-a {
  height: 100%;
}
.main-box {
  display: flex;
}
.left-box {
  width: 60%;
  padding-right: 100px;
}
.left-box > p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.right-box {
  width: 40%;
  padding-left: 5%;
}
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}
.right-box > .row {
  margin-top: 30px;
}
.right-box > .row  > .icom {
  width: 100px;
  height: 100px;
  /*background-color: #f5f5f5;*/
  border-radius: 50%;
}
.right-box > .row  > .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.foot-panel > .foot-panel-title {
  font-size: 48px;
  display: flex;
  justify-content: center;
}
.foot-items {
  display: flex;
}
.foot-items > .foot-item-box {
  width: 25%;
  height: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.foot-items > .foot-item-box > .foot-item-icon {
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.foot-items > .foot-item-box > .foot-item-title {
  font-size: 24px;
}
.foot-items > .foot-item-box > .foot-item-content {
  padding: 15px;
}