.kyl_footer {
  padding: 30px;
}
@media (min-width: 768px) {
  .kyl_footer {
    padding: 30px 68px 20px;
  }
}
@media (min-width: 1024px) {
  .kyl_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 66px;
    row-gap: 30px;
  }
}
@media (min-width: 1172px) {
  .kyl_footer {
    padding: 20px calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1440px) {
  .kyl_footer {
    padding: 20px calc((100vw - 1190px) / 2);
  }
}
.kyl_footer .left {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .kyl_footer .left {
    margin: 0;
  }
}
.kyl_footer .left .menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .kyl_footer .left .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .kyl_footer .left .menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.kyl_footer .left .menu .menu-item {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
}
.kyl_footer .left .menu .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .kyl_footer .left .menu .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .kyl_footer .left .menu .menu-item:not(:last-child) {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.kyl_footer .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .kyl_footer .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .kyl_footer .right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.kyl_footer .right .title {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .kyl_footer .right .title {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.kyl_footer .right .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -ms-grid-columns: repeat(4, 22px);
  grid-template-columns: repeat(4, 22px);
}
@media (min-width: 768px) {
  .kyl_footer .right .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.kyl_footer .right .wrapper .item .icon {
  height: 22px;
  width: 22px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
