:root {
  --lookr-color: #09A8BE;
  --voicer-color: #F9AE0F;
  --tico-color: #E83F3F;
  --kiosk-color: #47245A;
  --facer-color: #42BB10;
  --tabble-color: #378739;
}

html,
body,
h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans TC', 'Noto Sans CJK TC';
}

.kabob-banner-contact{
  bottom: 40px;
  right: 30px;
  width: 156px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgb(30 83 98 / 20%);
  border-radius: 20px;
  color: #33A3AD;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}


.tabble.point,
.tabble .point {
  background: var(--tabble-color);
}

.lookr.point,
.lookr .point {
  background: var(--lookr-color);
}

.voicer.point,
.voicer .point {
  background: var(--voicer-color);
}

.tico.point,
.tico .point {
  background: var(--tico-color);
}

.kiosk.point,
.kiosk .point {
  background: var(--kiosk-color);
}

.facer.point,
.facer .point {
  background: var(--facer-color);
}

kabob-cloud-item .text-lookr {
  color: var(--lookr-color);
}

.text-voicer {
  color: var(--voicer-color);
}

.text-tabble {
  color: var(--tabble-color);
}

.text-tico {
  color: var(--tico-color);
}

.text-kiosk {
  color: var(--kiosk-color);
}

.text-facer {
  color: var(--facer-color);
}

@media screen and (min-width: 768px) {

  .animation::after,
  .animation::before {
    opacity: 0;
    content: '';
    position: absolute;
    z-index: 1;
    transition: .3s;
  }

  .animation:hover::after,
  .animation:hover::before {
    opacity: 1;
  }

  .animation::before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  .lookr.animation::after {
    width: 50%;
    top: 19px;
    right: 98%;
    border-bottom: 4px solid var(--lookr-color);
  }

  .lookr.animation::before {
    top: 13px;
    right: 145%;
    background: var(--lookr-color);
  }

  .voicer.animation::after {
    width: 197%;
    height: 105px;
    top: -80px;
    right: 97%;
    border-bottom: 4px solid var(--voicer-color);
    border-left: 4px solid var(--voicer-color);
  }

  .voicer.animation::before {
    top: -88px;
    right: 290%;
    background: var(--voicer-color);
  }

  .tabble.animation::after {
    width: 170%;
    top: 19px;
    right: 98%;
    border-bottom: 4px solid var(--tabble-color);
  }

  .tabble.animation::before {
    top: 11px;
    right: 265%;
    background: var(--tabble-color);
  }

  .lookr.point,
  .voicer.point,
  .tabble.point,
  .tico.point,
  .kiosk.point,
  .facer.point {
    display: none;
  }
}

.section_px-kabob {
  padding: 0 5%;
}

.section_px-kabob .kabob-retail-title,
.kabob-retail-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 6rem;
}

.nav {
  max-width: 100vw;
  overflow: auto;
}

.section-md {
  padding-top: 64px;
  padding-bottom: 64px;
}

.tabble.point {
  top: 75%;
  right: 70%;
}

.lookr.point {
  top: 6px;
  right: 18%;
}

.voicer.point {
  top: 12%;
  right: 82%;
}

.point {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 1;
}

.list {
  list-style: unset;
  padding: inherit;
}

.list li {
  margin-bottom: 12px;
}

.h40 {
  height: 40px;
}

.bg-lookr {
  background: var(--lookr-color);
  border-color: var(--lookr-color);
}

.bg-voicer {
  background: var(--voicer-color);
  border-color: var(--voicer-color);
}

.bg-tabble {
  background: var(--tabble-color);
  border-color: var(--tabble-color);
}

.bg-tico {
  background: #E83F3FE8;
  border-color: #E83F3FE8;
}

.kabob-cloud-item {
  border: 1px solid #DBE8EE;
  background: #F7FBFE;
  padding: 32px 10px;
  margin-bottom: 36px;
}

.kabob-cloud-item .btn {
  padding: 10px 16px;
}

.tabble-icon {
  background: #64C113;
  color: white;
  border-radius: 24px;
}

.gray-block {
  background-color: #E5ECF1;
  border-radius: 16px;
}

.nav-item {
  border-radius: 22px;
  padding: 10px 20px;
  background: transparent;
  white-space: nowrap;
  color: #899DAB;
  display: block;
}

.redefine-title {
  margin-top: 100px;
}

.redirect_by_platform {
  margin-bottom: 80px;
}

.nav-item:hover {
  color: #34A8AC;
}

.nav-item.active {
  background: #00D9D9;
  color: #ffffff;
}

.minH-100 {
  min-height: 100vh;
}

.mb-6 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {

  .section_px-kabob .kabob-retail-subtitle,
  .kabob-retail-subtitle {
    font-size: 13px;
  }

  .section_px-kabob .kabob-retail-title,
  .kabob-retail-title {
    font-size: 24px;
    line-height: 2;
  }

  .mb-6 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 720px) {
  .section_px-kabob {
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
  }
}