body,
body>.page-content-wrapper,
html {overflow: visible !important;}

.overview-content section {font-size: 16px;max-width: 120em;margin: 0 auto;position: relative;}
.overview-content .w-container {width: 73.125em;margin: 0 auto;}
.overview-content .text {padding: 6em 0 1em;box-sizing: border-box;text-align: center;}
.overview-content .text.text-left {text-align: left;}
.overview-content .text.text-black {color: #000;}
.overview-content .text.text-white {color: #fff;}
.overview-content h2 {font-size: 2.8125em;font-weight: 400;line-height: 1.2;padding-bottom: 0.375em;}
.overview-content h3 {font-size: 1.75em;font-weight: 400;line-height: 1.3333;padding-bottom: 0.5em;}
.overview-content p {font-size: 1.22em;font-weight: 300;line-height: 1.5;padding-bottom: 0.75em;}
.overview-content p .highlight {font-weight: 500;}
.overview-content p.title {font-size: 1.25em;font-weight: 400;line-height: 1.3333;padding-bottom: 0.5em;}
.overview-content p.point {padding-left: 1.5em;position: relative;}
.overview-content p.point::before {content: '/2022';position: absolute;top: 0;left: 0;font-weight: 700;}
.overview-content p.note {font-size: 1.11em;font-weight: 300;line-height: 1.5;padding-top: 0.5em;padding-bottom: 0.25em;}
.overview-content a {color: inherit;outline: none;border: none;background: none;}
.overview-content a.link-more {font-size: 1.25em;font-weight: 300;line-height: 1.3333;display: inline-block;}
.overview-content button {color: inherit;outline: none;border: none;background: none;}
.overview-content button:hover {opacity: 0.6;}
.overview-content sup {font-size: 0.75em;}
.overview-content sup a {font-size: 1em !important;margin: 0 !important;text-decoration: none !important;border: none!important;}
.overview-content video {background-color: transparent;-webkit-tap-highlight-color: transparent;-webkit-focus-ring-color: transparent;}
.overview-content .white {color: #fff;}
.overview-content .black {color: #000;}
.overview-content .tapo-blue {color: #005eac;}
.overview-content .link-flex-box {display: flex;flex-wrap: wrap;justify-content: center;}
.overview-content .no-wrap {white-space: nowrap;}
.overview-content .m-show {display: none;}
@media(min-width: 1921px) {.overview-content section {font-size:0.8333vw;}}
@media(max-width: 1680px) {.overview-content section {font-size:14px;}}
@media(max-width: 1440px) {.overview-content section {font-size:12px;}}
@media (max-width: 736px) {
  .overview-content section {font-size: 10.35px;width: 100vw;max-width: 100%;}
  .overview-content .w-container {width: auto;}
  .overview-content .text {padding: 0 0 0.5em;text-align: left;}
  .overview-content h2 {font-size: 2.5em;padding: 1.5em 6vw 0.5em;}
  .overview-content h3 {font-size: 2em;padding: 0 6vw 0.5em;}
  .overview-content p {font-size: 1.75em;padding: 0 6vw 0.75em;}
  .overview-content p.title {font-size: 2em;font-weight: 400;padding-bottom: 0.5em;}
  .overview-content p.note {font-size: 1.5em;padding-top: 0em;padding-bottom: 0.25em;}
  .overview-content a.link-more {font-size: 1.75em;}
  .overview-content button:hover {opacity: 1;}
  .overview-content .m-show {display: block;}
  .overview-content .m-hide {display: none;}
}
@media(max-width: 414px) {.overview-content section {font-size:2.5vw;}}


.tp-videoContainer {width: auto;position: relative;font-size: 16px;max-width: 120em;margin: 0 auto;background-color: transparent;-webkit-tap-highlight-color: transparent;-webkit-focus-ring-color: transparent;}
.tp-videoContainer video {width: 100%;display: block;}
.tp-videoContainer .tp-controllerDiv {position: absolute;right: 2.5em;bottom: 2.5em;}
.tp-videoContainer .tp-controllerDiv .tp-pauseIcon {width: 3em;height: 3em;color: transparent;border-radius: 100%;-webkit-user-select: none;user-select: none;cursor: pointer;}
@media (min-width: 1921px) {.tp-videoContainer {font-size: 0.8333vw;}}
@media (max-width: 1680px) {.tp-videoContainer {font-size: 14px;}}
@media (max-width: 1440px) {.tp-videoContainer {font-size: 12px;}}
@media (max-width: 736px) {
  .tp-videoContainer {font-size: 10.35px;}
  .tp-videoContainer .videoController {top: 50%;left: 50%;right: unset;bottom: unset;transform: translate(-50%, -50%);}
}
@media (max-width: 414px) {.tp-videoContainer {font-size: 2.5vw;}}



.overview-content .animation-text.active {
  transform: translateY(0);
  opacity: 1;
}
.overview-content .animation-text {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 1s linear, transform 1s linear;
}
@media(max-width:736px) {
  .overview-content .tc34_v1.active .animation-text.active {
    transform: translateY(0);
    opacity: 1;
  }
  .overview-content .tc34_v1.active .animation-text {
    transform: translateY(12vw);
    opacity: 0;
    transition: opacity 1s linear, transform 1s linear;
  }
}


.overview-content .tapo-banner {
  height: auto;
  position: relative;
}
.overview-content .tapo-banner .w-container {
  width: 85em;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.overview-content .tapo-banner .w-container.active {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.overview-content .tapo-banner .text {
  padding: 0 0 0 56%;
}
.overview-content .tapo-banner h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.375em;
}
.overview-content .tapo-banner h3 {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 1.25em;
}
.overview-content .tapo-banner p {
  font-size: 1em;
}
.overview-content .tapo-banner .model {
  font-size: 1.675em;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  padding: 0.2em 0.75em;
  border-radius: 1em;
  background-color: #005eac;
  display: inline-block;
  vertical-align: middle;
}
.overview-content .tapo-banner .banner-logos {
  margin-top: 3em;
}
.overview-content .tapo-banner .banner-logo {
  width: auto;
  height: 2.75em;
  margin-right: 0.25em;
  display: inline-block;
  vertical-align: middle;
}
.overview-content .tapo-banner video {
  width: 100%;
  display: block;
}
.overview-content .tapo-banner .m-hide {
  display: block;
}
.overview-content .tapo-banner .m-show {
  display: none;
}
@media(max-width: 736px) {
  .overview-content .tapo-banner .w-container {
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
  }
  .overview-content .tapo-banner .text {
    padding: 0;
    text-align: left;
  }
  .overview-content .tapo-banner h2 {
    font-size: 7.5vw;
    padding-bottom: 0.25em;
  }
  .overview-content .tapo-banner h3 {
    font-size: 5.625vw;
    line-height: 1.4;
    padding-bottom: 1em;
  }
  .overview-content .tapo-banner p {
    font-size: 3.5vw;
  }
  .overview-content .tapo-banner .model {
    font-size: 5vw;
    padding: 0.2em 0.75em;
    border-radius: 1em;
    margin: 0 6vw;
  }
  .overview-content .tapo-banner .banner-logos {
    margin-top: 0;
    position: absolute;
    left: 6vw;
    bottom: -66vw;
  }
  .overview-content .tapo-banner .banner-logo {
    height: 7.25vw;
    margin-right: 0.25em;
  }
  .overview-content .tapo-banner .m-hide {
    display: none;
  }
  .overview-content .tapo-banner .m-show {
    display: block;
  }
}



.overview-content .tapo-selling-points .text {
  padding: 7em 0;
}
.overview-content .tapo-selling-points .box {
  height: 0;
  padding-top: 56.2%;
  margin: 0 auto;
  background: url(./img/b.png) 50% 0 / 100% no-repeat;
  position: relative;
}
.overview-content .tapo-selling-points .desc {
  position: absolute;
  line-height: normal;
  text-align: left;
}
.overview-content .tapo-selling-points .font-large {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.overview-content .tapo-selling-points .font-big {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.3333;
  padding-bottom: 0.2em;
  display: block;
}
.overview-content .tapo-selling-points .font-medium {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.3333;
  display: block;
}
.overview-content .tapo-selling-points .font-small {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.overview-content .tapo-selling-points .font-smaller {
  font-size: 1.22em;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}
.overview-content .tapo-selling-points .desc-1 {
  top: 3%;
  left: 2%;
  width: 19%;
}
.overview-content .tapo-selling-points .desc-21 {
  top: 44%;
  left: 2%;
  width: 45.5%;
}
.overview-content .tapo-selling-points .desc-22 {
  top: 65.5%;
  left: 6.5%;
  width: 6.75%;
  text-align: center;
}
.overview-content .tapo-selling-points .desc-23 {
  top: 65.5%;
  left: 15.25%;
  width: 6.75%;
  text-align: center;
}
.overview-content .tapo-selling-points .desc-24 {
  top: 65.5%;
  left: 24.75%;
  width: 6.75%;
  text-align: center;
}
.overview-content .tapo-selling-points .desc-25 {
  top: 65.5%;
  left: 33.75%;
  width: 8.75%;
  text-align: center;
}
.overview-content .tapo-selling-points .desc-31 {
  top: 3%;
  left: 52.5%;
  width: 45.5%;
}
.overview-content .tapo-selling-points .desc-32 {
  top: 26%;
  left: 52.5%;
  width: 45.5%;
}
.overview-content .tapo-selling-points .desc-4 {
  top: 84.5%;
  left: 2%;
  width: 12%;
  text-align: center;
}
.overview-content .tapo-selling-points .desc-5 {
  top: 84.5%;
  left: 17.25%;
  width: 15%;
  text-align: center;
}
.overview-content .tapo-selling-points .desc-6 {
  top: 84.5%;
  left: 35.5%;
  width: 12.5%;
  text-align: center;
}
.overview-content .tapo-selling-points .desc-7 {
  top: 49%;
  left: 52.5%;
  width: 20.5%;
}
.overview-content .tapo-selling-points .desc-8 {
  top: 49%;
  left: 78%;
  width: 20.75%;
}
.overview-content .tapo-selling-points .no-wrap {
  white-space: nowrap
}
@media (max-width: 736px) {
  .overview-content .tapo-selling-points {
    font-size: 10.35px;
    padding: 0
  }
  .overview-content .tapo-selling-points .text {
    padding: 5em 0 1em;
  }
  .overview-content .tapo-selling-points .box {
    width: 88%;
    padding-top: 221%;
    background: url(./m/b.png) top / 100% no-repeat;
  }
  .overview-content .tapo-selling-points .font-large {
    font-size: 6vw;
    font-weight: 400;
  }
  .overview-content .tapo-selling-points .font-big {
    font-size: 4vw;
    font-weight: 400;
  }
  .overview-content .tapo-selling-points .font-medium {
    font-size: 4vw;
    font-weight: 300;
  }
  .overview-content .tapo-selling-points .font-small {
    font-size: 4vw;
  }
  .overview-content .tapo-selling-points .font-smaller {
    font-size: 3.5vw;
  }
  .overview-content .tapo-selling-points .desc-1 {
    top: 1.5%;
    left: 5%;
    width: 50%;
  }
  .overview-content .tapo-selling-points .desc-21 {
    top: 70.5%;
    left: 5%;
    width: 90%;
  }
  .overview-content .tapo-selling-points .desc-22 {
    top: 81%;
    left: 11.5%;
    width: 16%;
  }
  .overview-content .tapo-selling-points .desc-23 {
    top: 81%;
    left: 29.6%;
    width: 16%;
  }
  .overview-content .tapo-selling-points .desc-24 {
    top: 81%;
    left: 48%;
    width: 16%;
  }
  .overview-content .tapo-selling-points .desc-25 {
    top: 81%;
    left: 69%;
    width: 22%;
    text-align: left;
  }
  .overview-content .tapo-selling-points .desc-31 {
    top: 27%;
    left: 5%;
    width: 45%;
  }
  .overview-content .tapo-selling-points .desc-32 {
    top: 38%;
    left: 5%;
    width: 45%;
  }
  .overview-content .tapo-selling-points .desc-4 {
    top: 85.6%;
    left: 2%;
    width: 23%;
  }
  .overview-content .tapo-selling-points .desc-5 {
    top: 85.6%;
    left: 30%;
    width: 34%;
  }
  .overview-content .tapo-selling-points .desc-6 {
    top: 85.6%;
    left: 69%;
    width: 30%;
  }
  .overview-content .tapo-selling-points .desc-7 {
    top: 50%;
    left: 4%;
    width: 44.5%;
  }
  .overview-content .tapo-selling-points .desc-8 {
    top: 50%;
    left: 56%;
    width: 26%;
  }
}



.overview-content .tapo-dual-lens {
  padding: 2em 0 7em;
}
.overview-content .tapo-dual-lens .w-container {
  position: absolute;
  top: 0%;
  bottom: 7em;
  left: 21%;
  right: 21%;
  width: 58%;
}
.overview-content.js-active .tapo-dual-lens .w-container {
  display: none;
}
.overview-content.js-active .tapo-dual-lens .w-container.active {
  display: block;
}
.overview-content .tapo-dual-lens .text {
  padding: 0 0 1.5em;
  z-index: 1;
  position: relative;
}
.overview-content .tapo-dual-lens .desc {
  position: absolute;
  line-height: normal;
  color: #fff;
  text-align: left;
  z-index: 1;
}
.overview-content .tapo-dual-lens .desc-b {
  font-size: 3.28em;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.overview-content .tapo-dual-lens .desc-m {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.overview-content .tapo-dual-lens .desc-rectangle-blue {
  color: #fff;
  padding: 0.25em 1em;
  background-color: #005eac;
  border-radius: 1.5em;
}
.overview-content .tapo-dual-lens .desc-m+.desc-m {
  border-top: 0.11em solid;
  display: inline-block;
}
.overview-content .tapo-dual-lens .desc-1 {
  bottom: 48%;
  left: 4%;
  width: 42%;
}
.overview-content .tapo-dual-lens .desc-2 {
  bottom: 6%;
  left: 4%;
  width: 42%;
}
.overview-content .tapo-dual-lens .desc-3 {
  bottom: 80%;
  left: 4%;
  max-width: 60%;
}
.overview-content .tapo-dual-lens .desc-4 {
  bottom: 37%;
  left: 4%;
  max-width: 60%;
}
@media (max-width: 736px) {
  .overview-content .tapo-dual-lens {
    padding: 0;
  }
  .overview-content .tapo-dual-lens .w-container {
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .overview-content.js-active .tapo-dual-lens .w-container,
  .overview-content.js-active .tapo-dual-lens .w-container.active {
    display: block;
  }
  .overview-content.js-active .tapo-dual-lens .w-container .bg-text {
    display: none;
  }
  .overview-content.js-active .tapo-dual-lens .w-container.active .bg-text {
    display: block;
  }
  .overview-content .tapo-dual-lens .text {
    padding: 0 0 1.5em;
  }
  .overview-content .tapo-dual-lens .bg-text {
    position: relative;
  }
  .overview-content .tapo-dual-lens .desc-b {
    font-size: 3.25vw;
  }
  .overview-content .tapo-dual-lens .desc-m {
    font-size: 2.5vw;
  }
  .overview-content .tapo-dual-lens .desc-rectangle-blue {
    padding: 0.1em 0.5em;
    border-radius: 1.5em;
  }
  .overview-content .tapo-dual-lens .desc-1 {
    bottom: -22vw;
    left: 17vw;
    width: 64vw;
  }
  .overview-content .tapo-dual-lens .desc-2 {
    bottom: -42.5vw;
    left: 17vw;
    width: 64vw;
  }
  .overview-content .tapo-dual-lens .desc-3 {
    bottom: -7vw;
    left: 17vw;
    max-width: 64vw;
  }
  .overview-content .tapo-dual-lens .desc-4 {
    bottom: -30vw;
    left: 17vw;
    max-width: 64vw;
  }
  .overview-content .tapo-dual-lens .video-container {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .overview-content .tapo-dual-lens .video-container video {
    transform: scale(1.2);
  }
}



.overview-content .tapo-clear-view {
  background: url(./img/d.jpg) bottom / 100% no-repeat;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.overview-content .tapo-clear-view .text {
  padding: 18em 59% 1em 0;
  text-align: left;
}
.overview-content .tapo-clear-view .desc {
  position: absolute;
  line-height: normal;
  color: #005eac;
  text-align: left;
  z-index: 1;
}
.overview-content .tapo-clear-view .desc-m {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.overview-content .tapo-clear-view .desc-1 {
  top: 34%;
  left: 85.75%;
  width: 12%;
}
.overview-content .tapo-clear-view .desc-2 {
  top: 60.2%;
  left: 85.75%;
  width: 12%;
}
@media (max-width: 736px) {
  .overview-content .tapo-clear-view {
    background: url(./m/d.jpg) bottom / 100% no-repeat;
    height: auto;
    padding-bottom: 66%;
  }
  .overview-content .tapo-clear-view .text {
    padding: 0 0 1.5em;
    text-align: left;
  }
  .overview-content .tapo-clear-view .bg-text {
    position: relative;
  }
  .overview-content .tapo-clear-view .desc-m {
    font-size: 3.5vw;
  }
  .overview-content .tapo-clear-view .desc-1 {
    top: 17.5vw;
    left: 67.5%;
    width: 30%;
  }
  .overview-content .tapo-clear-view .desc-2 {
    top: 38vw;
    left: 67.5%;
    width: 30%;
  }
}



.overview-content .synchronized-smart-tracking .video-container video {
  border-radius: 1em;
}
@media (max-width: 736px) {
  .overview-content .synchronized-smart-tracking .video-container video {
    border-radius: 0;
  }
}



@keyframes shapeTransition {
  0% {
    clip-path: circle(18.75em at center);
    width: 37.5em;
  }
  33% {
    clip-path: inset(0 round 10em);
    width: 75em;
  }
  66% {
    clip-path: inset(0 round 0em);
    width: 100em;
  }
  100% {
    clip-path: inset(0);
    width: 100%;
  }
}
@keyframes shapeTransitionReverse {
  0% {
    clip-path: inset(0);
    width: 100%;
  }
  33% {
    clip-path: inset(0 round 0em);
    width: 100em;
  }
  66% {
    clip-path: inset(0 round 10em);
    width: 75em;
  }
  100% {
    clip-path: circle(18.75em at center);
    width: 37.5em;
  }
}
.overview-content .see-more-see-wide .c410-box.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.overview-content .see-more-see-wide .c410-box.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.overview-content .see-more-see-wide .text {
  position: relative;
  z-index: 2;
}
.overview-content .see-more-see-wide h2 span {
  font-weight: 500;
}
.overview-content .see-more-see-wide .bg {
  width: 100%;
  height: 50em;
  margin: 0 auto;
}
.overview-content .see-more-see-wide .img {
  position: relative;
  max-width: 120em;
  width: 37.5em;
  height: 37.5em;
  margin: 0 auto;
  background: url(./img/f.jpg) top / 120em no-repeat;
  clip-path: circle(18.75em at center);
}
.overview-content .see-more-see-wide .bg.active .img.active {
  animation: shapeTransition 1s ease-in-out forwards; 
}
.overview-content .see-more-see-wide .bg .img.inactive {
  animation: shapeTransitionReverse 1s ease-in-out forwards;
}
.overview-content .see-more-see-wide .desc {
  position: absolute;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.overview-content .see-more-see-wide .desc-b {
  display: block;
  font-size: 5.25em;
  font-weight: 700;
  line-height: 1.2;
}
.overview-content .see-more-see-wide .desc-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 736px) {
  .overview-content .see-more-see-wide .bg {
    height: auto;
  }
  .overview-content .see-more-see-wide .img {
    max-width: 100vw;
    background: url(./m/f.jpg) top / auto 100% no-repeat;
    width: 54vw;
    height: 54vw;
    clip-path: circle(27vw at center);
    transition: all 1s ease-in-out;
  }
  .overview-content .see-more-see-wide .bg .img.active {
    clip-path: inset(0);
    width: 100%;
    animation: none;
  }
  .overview-content .see-more-see-wide .bg .img.inactive {
    clip-path: circle(27vw at center);
    width: 54vw;
    animation: none;
  }
  .overview-content .see-more-see-wide .desc-b {
    font-size: 12vw;
  }
  .overview-content .see-more-see-wide .desc-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}



.overview-content .telephoto-lens h2 span {
  font-weight: 500;
}
.overview-content .telephoto-lens .video-container {
  position: relative;
}
.overview-content .telephoto-lens .video-container video {
  border-radius: 1em;
}
.overview-content .telephoto-lens .desc {
  position: absolute;
  line-height: normal;
  color: #fff;
}
.overview-content .telephoto-lens .desc-b {
  display: block;
  font-size: 5.25em;
  font-weight: 700;
  line-height: 1.2;
}
.overview-content .telephoto-lens .desc-m {
  display: block;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
}
.overview-content .telephoto-lens .desc-s {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}
.overview-content .telephoto-lens .desc-1 {
  top: 5%;
  left: 4%;
  padding: 0.1em 1em;
  background-color: #005eac;
  border-radius: 1.5em;
}
.overview-content .telephoto-lens .desc-2 {
  bottom: 5%;
  left: 4%;
}
.overview-content .telephoto-lens .desc-3 {
  top: 5%;
  right: 4%;
  padding: 0.1em 1em;
  background-color: #656565;
  border-radius: 1.5em;
}
.overview-content.js-active .telephoto-lens .desc-3 {
  opacity: 0;
}
.overview-content.js-active .telephoto-lens .desc-3.active {
  opacity: 1;
}
@media (max-width: 736px) {
  .overview-content .telephoto-lens .video-container video {
    border-radius: 0;
  }
  .overview-content .telephoto-lens .desc-b {
    font-size: 8vw;
  }
  .overview-content .telephoto-lens .desc-m {
    font-size: 3.5vw;
  }
  .overview-content .telephoto-lens .desc-1 {
    top: 5%;
    left: 5%;
  }
  .overview-content .telephoto-lens .desc-2 {
    bottom: 5%;
    left: 5%;
  }
  .overview-content .telephoto-lens .desc-3 {
    top: 5%;
    right: 5%;
  }
}



.overview-content .tapo-coverage .video-container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.overview-content .tapo-coverage .video-container img,
.overview-content .tapo-coverage .video-container video {
  width: 100%;
  margin: 0 auto;
}
.overview-content .tapo-coverage .mobile-video {
  display: none;
}
@media (max-width: 736px) {
  .overview-content .tapo-coverage .video-container {
    width: 100%;
  }
  .overview-content .tapo-coverage .mobile-video {
    display: block;
  }
  .overview-content .tapo-coverage .web-video {
    display: none;
  }
}



.overview-content .tapo-smart-focus {
  padding: 7em 0;
}
.overview-content .tapo-smart-focus .w-container {
  position: relative;
}
.overview-content .tapo-smart-focus .text {
  position: absolute;
  top: 58%;
  left: 56%;
  width: 34%;
  padding: 0;
  text-align: left;
  z-index: 1;
}
.overview-content .tapo-smart-focus h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.375em;
}
.overview-content .tapo-smart-focus p {
  font-size: 1.21em;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 0.75em;
}
.overview-content .tapo-smart-focus .video-container {
  position: relative;
}
.overview-content .tapo-smart-focus .video-container video {
  width: 80%;
  height: auto;
  margin: 0 auto;
  border: 0.5em solid #fff;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 736px) {
  .overview-content .tapo-smart-focus {
    padding: 0 0 5em;
  }
  .overview-content .tapo-smart-focus .text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0 0 0.5em;
    text-align: left;
    z-index: 1;
  }
  .overview-content .tapo-smart-focus h2 {
    font-size: 2.5em;
    padding: 1.5em 6vw 0.5em;
  }
  .overview-content .tapo-smart-focus p {
    font-size: 1.75em;
    padding: 0 6vw 0.75em;
  }
  .overview-content .tapo-smart-focus .video-container video {
    width: 100%;
    border-radius: 0;
    border: none;
  }
}



.overview-content .ai-powered-detection {
  height: 0;
  padding-bottom: 50%;
  background: #000 url(./img/j.jpg) bottom / 100% no-repeat;
}
.overview-content .ai-powered-detection .text {
  color: #fff;
  text-align: left;
}
.overview-content .ai-powered-detection .ul-icons {
  display: flex;
  flex-wrap: wrap;
  width: 63%;
  margin: 0.5em 0;
}
.overview-content .ai-powered-detection .ul-icons li {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview-content .ai-powered-detection .ul-icons li .icon {
  width: 2.75em;
  height: auto;
  margin: 0;
}
.overview-content .ai-powered-detection .ul-icons li .icon-txt {
  width: calc(100% - 3.75em);
  color: #fff;
  text-align: left;
}
.overview-content .ai-powered-detection .ul-icons li p {
  padding: 0;
}
.overview-content .ai-powered-detection .desc {
  position: absolute;
  line-height: normal;
}
.overview-content .ai-powered-detection .desc-rectangle-blue {
  color: #fff;
  padding: 0.25em 0.75em 0.3em;
  background-color: #005eac;
}
.overview-content .ai-powered-detection .desc-m {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.overview-content .ai-powered-detection .desc-1 {
  bottom: 40.7%;
  right: 46.8%;
}
.overview-content .ai-powered-detection .desc-2 {
  bottom: 55.7%;
  left: 55%;
  text-align: right;
}
.overview-content .ai-powered-detection .desc-3 {
  bottom: 31.8%;
  left: 68.5%;
}
@media (max-width: 736px) {
  .overview-content .ai-powered-detection {
    height: auto;
    padding-bottom: 85%;
    background: #000 url(./m/j.jpg) bottom / 100% no-repeat;
  }
  .overview-content .ai-powered-detection .ul-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin: 0 6vw;
  }
  .overview-content .ai-powered-detection .ul-icons li {
    width: 48%;
    margin-right: 0;
  }
  .overview-content .ai-powered-detection .ul-icons li p {
    font-size: 1.5em;
  }
  .overview-content .ai-powered-detection .ul-icons li .icon {
    width: 8vw;
  }
  .overview-content .ai-powered-detection .ul-icons li .icon-txt {
    width: calc(100% - 11vw);
  }
  .overview-content .ai-powered-detection .desc-m {
    font-size: 3vw;
  }
  .overview-content .ai-powered-detection .desc-1 {
    bottom: 58vw;
    right: 64.8%;
  }
  .overview-content .ai-powered-detection .desc-2 {
    bottom: 77.2vw;
    left: 40%;
    text-align: right;
  }
  .overview-content .ai-powered-detection .desc-3 {
    bottom: 46vw;
    left: 75.5%;
  }
}



.overview-content .adaptable-night-vision-modes .swiper-wrapper {
  display: block;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.overview-content .adaptable-night-vision-modes .swiper-slide {
  width: 100%;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide {
  width: 20.83%;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active {
  width: 56.25%;
}
.overview-content .adaptable-night-vision-modes .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 48.75%;
  margin: 0 auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: width 0.5s ease-in-out;
  border-radius: 0.5em;
}
.overview-content .adaptable-night-vision-modes .swiper-slide-1 {
  background-image: url(./img/k-1.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-2 {
  background-image: url(./img/k-2.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-3 {
  background-image: url(./img/k-3.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-txt {
  position: absolute;
  left: 1.5em;
  right: 1.5em;
  bottom: 0.5em;
  color: #fff;
  text-align: left;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .icon {
  display: block;
  width: 3.5em;
  height: auto;
  margin-bottom: 0.5em;
}
.overview-content .adaptable-night-vision-modes .swiper-slide p.title {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0.25em;
  min-height: 3.25em;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.title {
  min-height: unset;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide p.info {
  display: none;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.info {
  display: block;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc {
  position: absolute;
  line-height: normal;
  text-align: left;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide .desc {
  display: none;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active .desc {
  display: block;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc-rectangle-blue {
  color: #fff;
  background-color: #005eac;
  padding: 0.25em 0.75em;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc-m {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc-1 {
  bottom: 83%;
  left: 55.875%;
}
@media (max-width: 736px) {
  .overview-content .adaptable-night-vision-modes .swiper-wrapper,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-wrapper {
    display: block;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active {
    width: 88%;
    margin: 0 auto;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide+.swiper-slide {
    margin-top: 1.5em;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide {
    padding-top: 64.75%;
    border-radius: 0.5em;
    background-size: 100%;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide-1 {
    background-image: url(./m/k-1.png);
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide-2 {
    background-image: url(./m/k-2.png);
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide-3 {
    background-image: url(./m/k-3.png);
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide-txt {
    left: 1.5em;
    right: 1.5em;
    bottom: 1.5em;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide .icon {
    width: 8vw;
    margin-bottom: 0.75em;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide p.title {
    font-size: 2em;
    padding: 0 0 0.25em;
    min-height: unset;
  }
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.title {
    min-height: unset;
  }
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide p.info,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.info {
    display: block;
    padding: 0;
  }
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide .desc,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active .desc {
    display: block;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide .desc-m {
    font-size: 2.75vw;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide .desc-1 {
    bottom: 82.5%;
    left: 49.5%;
  }
}



.overview-content .tailored-patrol-guardian {
  height: 0;
  padding-bottom: 48%;
  background: url(./img/l.jpg) bottom / 100% no-repeat;
}
.overview-content .tailored-patrol-guardian .desc {
  position: absolute;
  line-height: normal;
  color: #fff;
  text-align: left;
}
.overview-content .tailored-patrol-guardian .desc-b {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}
.overview-content .tailored-patrol-guardian .desc-1 {
  bottom: 19%;
  left: 2%;
  width: 10%;
  transform: rotateZ(-9deg);
}
.overview-content .tailored-patrol-guardian .desc-2 {
  bottom: 23.5%;
  left: 17.5%;
  width: 10%;
  transform: rotateZ(-5deg);
}
.overview-content .tailored-patrol-guardian .desc-3 {
  bottom: 25%;
  left: 31%;
  width: 10%;
}
.overview-content .tailored-patrol-guardian .desc-4 {
  bottom: 25%;
  right: 31%;
  width: 10%;
  text-align: right;
}
.overview-content .tailored-patrol-guardian .desc-5 {
  bottom: 23.5%;
  right: 17.5%;
  width: 10%;
  transform: rotateZ(5deg);
  text-align: right;
}
.overview-content .tailored-patrol-guardian .desc-6 {
  bottom: 19%;
  right: 2%;
  width: 10%;
  transform: rotateZ(9deg);
  text-align: right;
}
@media (max-width: 736px) {
  .overview-content .tailored-patrol-guardian {
    height: auto;
    padding-bottom: 104vw;
    background: url(./m/l.png) bottom / 100% no-repeat;
  }
  .overview-content .tailored-patrol-guardian .bg-text {
    position: relative;
  }
  .overview-content .tailored-patrol-guardian .desc-b {
    font-size: 3.25vw;
  }
  .overview-content .tailored-patrol-guardian .desc-1 {
    bottom: auto;
    top: 2vw;
    left: 7vw;
    width: 24vw;
    transform: none;
  }
  .overview-content .tailored-patrol-guardian .desc-2 {
    bottom: auto;
    top: 2vw;
    left: 38vw;
    width: 24vw;
    transform: none;
  }
  .overview-content .tailored-patrol-guardian .desc-3 {
    bottom: auto;
    top: 2vw;
    left: 68vw;
    width: 24vw;
    transform: none;
  }
  .overview-content .tailored-patrol-guardian .desc-4 {
    bottom: -101vw;
    right: auto;
    left: 7vw;
    width: 24vw;
    text-align: left;
  }
  .overview-content .tailored-patrol-guardian .desc-5 {
    transform: none;
    bottom: -101vw;
    right: auto;
    left: 38vw;
    width: 24vw;
    text-align: left;
  }
  .overview-content .tailored-patrol-guardian .desc-6 {
    transform: none;
    bottom: -101vw;
    right: auto;
    left: 68vw;
    width: 24vw;
    text-align: left;
  }
}



.overview-content .local-cloud-storage {
  background-color: #f7f8f8;
}
.overview-content .local-cloud-storage .text {
  padding-bottom: 3em;
}
.overview-content .local-cloud-storage a {
  font-size: 1.22em;
  font-weight: 300;
  line-height: 1.5;
  color: #005eac;
  margin-bottom: 0.75em;
  text-decoration: none;
  border-bottom: 0.1em solid;
  display: inline-block;
}
.overview-content .local-cloud-storage .bg-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7em;
}
.overview-content .local-cloud-storage .txt-container {
  width: 35%;
  box-sizing: border-box;
  padding-top: 6em;
}
.overview-content .local-cloud-storage .txt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 0;
  text-align: left;
}
.overview-content .local-cloud-storage .txt-header .title {
  display: block;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.5em 0.5em 0.5em 0;
  flex: 1;
}
.overview-content .local-cloud-storage .txt-header .icon-fold {
  width: 1.5em;
}
.overview-content .local-cloud-storage .txt-item.active .txt-header .icon-fold {
  transform: rotateZ(90deg);
  transition: transform 0.8s;
}
.overview-content .local-cloud-storage .txt-body {
  padding-bottom: 0.25em;
}
.overview-content.js-active .local-cloud-storage .txt-body {
  display: none;
  overflow: hidden;
}
.overview-content .local-cloud-storage .img-container {
  width: 52%;
}
.overview-content .local-cloud-storage .img-container .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 95%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.overview-content.js-active .local-cloud-storage .img-container .img {
  display: none;
}
.overview-content.js-active .local-cloud-storage .img-container .img.active {
  display: block;
}
.overview-content .local-cloud-storage .img-container .img-1 {
  background-image: url(./img/m-1.png);
}
.overview-content .local-cloud-storage .img-container .img-2 {
  background-image: url(./img/m-2.png);
}
.overview-content .local-cloud-storage .img-container .img-3 {
  background-image: url(./img/m-3.png);
}
.overview-content .local-cloud-storage .img-container .img .desc {
  position: absolute;
  line-height: normal;
}
.overview-content .local-cloud-storage .img-container .img .desc-b {
  display: block;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.1em 0.75em;
  color: #fff;
  background-color: #005eac;
}
.overview-content .local-cloud-storage .img-container .img-1 .desc-1 {
  bottom: 82.5%;
  left: 30.43%;
}
.overview-content .local-cloud-storage .img-container .img-2 .desc-1 {
  bottom: 58%;
  left: 13.1%;
}
@media (max-width: 736px) {
  .overview-content .local-cloud-storage {
    background: none;
  }
  .overview-content .local-cloud-storage .text {
    padding: 0 0 0em;
  }
  .overview-content .local-cloud-storage a {
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 6vw 1em;
  }
  .overview-content .local-cloud-storage .bg-container {
    display: block;
    padding: 0;
  }
  .overview-content .local-cloud-storage .txt-container {
    display: none;
    width: auto;
    box-sizing: border-box;
    padding-top: 0;
  }
  .overview-content .local-cloud-storage .txt-header {
    padding: 1vw 0;
  }
  .overview-content .local-cloud-storage .txt-header .icon-fold {
    width: 4vw;
  }
  .overview-content .local-cloud-storage .txt-body {
    display: none;
    overflow: hidden;
    padding-bottom: 0vw;
  }
  .overview-content .local-cloud-storage .img-txt {
    padding-top: 1.5em;
    margin: 0 -5vw;
  }
  .overview-content .local-cloud-storage .img-container {
    width: auto;
  }
  .overview-content.js-active .local-cloud-storage .img-container .img,
  .overview-content.js-active .local-cloud-storage .img-container .img.active {
    display: block;
  }
  .overview-content .local-cloud-storage .img-container .img {
    width: 88%;
    height: auto;
    margin: 0 auto;
    padding-top: 84%;
    background-position: top;
  }
  .overview-content .local-cloud-storage .img-container .img+.img {
    margin-top: 2em;
  }
  .overview-content .local-cloud-storage .img-container .img-1 {
    background-image: url(./img/m-1.png);
    padding-top: 73%;
  }
  .overview-content .local-cloud-storage .img-container .img-2 {
    background-image: url(./img/m-2.png);
  }
  .overview-content .local-cloud-storage .img-container .img-3 {
    background-image: url(./img/m-3.png);
  }
  .overview-content .local-cloud-storage .img-container .img-bg-txt {
    position: relative;
  }
  .overview-content .local-cloud-storage .img-container .img .desc-b {
    font-size: 3.5vw;
    padding: 0.1em 0.75em;
    border-radius: 0.1em;
  }
  .overview-content .local-cloud-storage .img-container .img-1 .desc-1 {
    bottom: -14vw;
    left: 32.2vw;
  }
  .overview-content .local-cloud-storage .img-container .img-2 .desc-1 {
    bottom: -32vw;
    left: 16.4vw;
  }
}



.overview-content .protect-your-privacy .ul-menu {
  width: 100%;
  margin: 0em auto 3em;
  display: flex;
}
.overview-content .protect-your-privacy .ul-menu li {
  width: 50%;
  padding: 0 0.5em;
  box-sizing: border-box;
  text-align: center;
}
.overview-content .protect-your-privacy .ul-menu li span {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.25em 0;
  border-bottom: 0.1em solid transparent;
  cursor: pointer;
  display: inline-block;
}
.overview-content .protect-your-privacy .ul-menu li span:hover {
  color: #005eac;
}
.overview-content .protect-your-privacy .ul-menu li.active span {
  color: #005eac;
  border-color: #005eac;
  
}
.overview-content .protect-your-privacy .swiper-wrapper {
  display: block;
}
.overview-content.js-active .protect-your-privacy .swiper-wrapper {
  display: flex;
}
.overview-content .protect-your-privacy .swiper-slide {
  width: 100%;
}
.overview-content.js-active .protect-your-privacy .swiper-slide {
  display: none;
}
.overview-content.js-active .protect-your-privacy .swiper-slide.active {
  display: block;
}
.overview-content .protect-your-privacy .swiper-slide-txt {
  width: 73.25em;
  margin: 0 auto 1.5em;
  text-align: center;
}
.overview-content .protect-your-privacy .swiper-slide-img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 49%;
  margin: 0 auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.overview-content .protect-your-privacy .swiper-slide-1 .swiper-slide-img {
  background-image: url(./img/n-1.png);
}
.overview-content .protect-your-privacy .swiper-slide-2 .swiper-slide-img {
  background-image: url(./img/n-2.png);
}
.overview-content .protect-your-privacy .swiper-slide video {
  width: 100%;
}
@media (max-width: 736px) {
  .overview-content.js-active .protect-your-privacy p.title {
    color: #005eac;
  }
  .overview-content.js-active .protect-your-privacy .swiper-wrapper {
    display: block;
  }
  .overview-content.js-active .protect-your-privacy .swiper-slide,
  .overview-content.js-active .protect-your-privacy .swiper-slide.active {
    display: block;
  }
  .overview-content .protect-your-privacy .swiper-slide+.swiper-slide {
    margin-top: 3em;
  }
  .overview-content .protect-your-privacy .swiper-slide-txt {
    width: auto;
    margin: 0 auto 0.5em;
    text-align: left;
  }
  .overview-content .protect-your-privacy .swiper-slide-img {
    width: 100%;
    padding-top: 72%;
  }
  .overview-content .protect-your-privacy .swiper-slide-1 .swiper-slide-img {
    background-image: url(./m/n-1.jpg);
  }
  .overview-content .protect-your-privacy .swiper-slide-2 .swiper-slide-img {
    background-image: url(./m/n-2.jpg);
  }
  .overview-content .protect-your-privacy .ul-menu {
    display: none;
    width: 90%;
    margin: 1.5em auto 0;
  }
  .overview-content .protect-your-privacy .ul-menu li {
    width: 50%;
    font-size: 1.5em;
    padding: 0.5em 0.5em;
    border-bottom: 0.2em solid #757575;
  }
  .overview-content .protect-your-privacy .ul-menu li:hover {
    color: #757575;
  }
}



.overview-content .flexible-storage-choices {
  margin: 8em auto;
}
.overview-content .flexible-storage-choices .w-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.overview-content .flexible-storage-choices .text {
  width: 45%;
  padding: 0 5em 0 0;
  text-align: left;
}
.overview-content .flexible-storage-choices .ul-icons {
  width: 67%;
  margin: 1em 0 0;
}
.overview-content .flexible-storage-choices .ul-icons li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview-content .flexible-storage-choices .ul-icons li+li {
  margin-top: 1em;
}
.overview-content .flexible-storage-choices .ul-icons li p {
  padding: 0;
}
.overview-content .flexible-storage-choices .ul-icons li .icon {
  display: block;
  width: 2.5em;
  height: auto;
  margin: 0;
}
.overview-content .flexible-storage-choices .ul-icons li .icon-txt {
  width: calc(100% - 3.5em);
  padding: 0;
  text-align: left;
}
.overview-content .flexible-storage-choices .img {
  position: relative;
  width: 48%;
  height: auto;
  padding-top: 43.375%;
  background: url(./img/o-1.png) top / 100% no-repeat;
}
@media (max-width: 736px) {
  .overview-content .flexible-storage-choices {
    margin: 0 auto 5em;
  }
  .overview-content .flexible-storage-choices .w-container {
    display: block;
  }
  .overview-content .flexible-storage-choices .text {
    width: 100%;
    padding: 0 0 2em;
    text-align: left;
  }
  .overview-content .flexible-storage-choices .ul-icons {
    width: auto;
    margin: 0 6vw;
  }
  .overview-content .flexible-storage-choices .ul-icons li {
    width: 100%;
  }
  .overview-content .flexible-storage-choices .ul-icons li+li {
    margin-top: 1.5em;
  }
  .overview-content .flexible-storage-choices .ul-icons li p {
    font-size: 1.5em;
  }
  .overview-content .flexible-storage-choices .ul-icons li .icon {
    width: 8vw;
  }
  .overview-content .flexible-storage-choices .ul-icons li .icon-txt {
    width: calc(100% - 11vw);
    text-align: left;
  }
  .overview-content .flexible-storage-choices .img {
    width: 100%;
    padding-top: 71%;
    background: url(./m/o-1.jpg) top / 100% no-repeat;
  }
}



.overview-content .tapo-functions .ul-functions {
  display: flex;
  justify-content: space-between;
}
.overview-content .tapo-functions .ul-functions li {
  width: 47.5%;
}
.overview-content .tapo-functions .ul-functions li .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 73.5%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.overview-content .tapo-functions .ul-functions .li-1 .img {
  background-image: url(./img/o-2.png);
}
.overview-content .tapo-functions .ul-functions .li-2 .img {
  background-image: url(./img/o-3.png);
}
.overview-content .tapo-functions .ul-functions li .img-txt {
  padding: 1em 0 0;
  text-align: left;
}
.overview-content .tapo-functions .ul-functions li p.title {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 0.25em;
}
.overview-content .tapo-functions .ul-functions li .desc {
  position: absolute;
  line-height: normal;
}
.overview-content .tapo-functions .ul-functions li .desc-m {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  padding: 0.2em 1em 0.4em;
  border-radius: 1.5em;
  background-color: #005eac;
  display: inline-block;
}
.overview-content .tapo-functions .ul-functions .li-2 .desc-1 .desc-m {
  padding: 0.2em 1.25em 0.4em;
  border-radius: 2em;
}
.overview-content .tapo-functions .ul-functions .li-1 .desc-1 {
  top: 37%;
  right: 39%;
}
.overview-content .tapo-functions .ul-functions .li-2 .desc-1 {
  top: 2%;
  left: 30%;
}
.overview-content .tapo-functions .ul-functions .li-2 .desc-2 {
  top: 33%;
  right: 44.5%;
}
@media (max-width: 736px) {
  .overview-content .tapo-functions .ul-functions {
    display: block;
  }
  .overview-content .tapo-functions .ul-functions li {
    width: 100%;
  }
  .overview-content .tapo-functions .ul-functions li+li {
    margin-top: 2em;
  }
  .overview-content .tapo-functions .ul-functions li .img {
    width: 100%;
    padding-top: 76%;
  }
  .overview-content .tapo-functions .ul-functions .li-1 .img {
    background-image: url(./m/o-2.jpg);
  }
  .overview-content .tapo-functions .ul-functions .li-2 .img {
    background-image: url(./m/o-3.jpg);
  }
  .overview-content .tapo-functions .ul-functions li .img-txt {
    padding: 2em 0 0;
    text-align: left;
  }
  .overview-content .tapo-functions .ul-functions li p.title {
    font-size: 2em;
    padding: 0 6vw 0.5em;
  }
  .overview-content .tapo-functions .ul-functions li .desc-m {
    font-size: 3.5vw;
  }
  .overview-content .tapo-functions .ul-functions .li-1 .desc-1 {
    top: 43%;
    right: 36%;
  }
  .overview-content .tapo-functions .ul-functions .li-2 .desc-1 {
    top: 2%;
    left: 24%;
  }
  .overview-content .tapo-functions .ul-functions .li-2 .desc-2 {
    top: 36%;
    right: 48%;
  }
}



.overview-content .tapo-setup {
  padding: 0 0 7em;
}
.overview-content .tapo-setup .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60.25%;
  margin: 0 auto;
  background: url(./img/p.png) top / 100% no-repeat;
}
@media (max-width: 736px) {
  .overview-content .tapo-setup {
    padding: 0 0 5em;
  }
  .overview-content .tapo-setup .img {
    width: 88%;
    padding-top: 231.5%;
    background: url(./m/p.png) top / 100% no-repeat;
  }
}
