* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 152.4rem;
  margin: 0px auto;
  position: relative;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head .desc {
  line-height: 1.5;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
section {
  position: relative;
  z-index: 8;
}
body {
  overflow-x: hidden;
}
.st3pro_banner {
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
}
.st3pro_banner .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.st3pro_banner .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.st3pro_banner .head {
  color: rgb(255, 255, 255);
}
.st3pro_banner .head .img {
  max-width: 45rem;
  margin-bottom: 2rem;
}
.st3pro_banner .head .img img {
  transform: skew(-13deg);
}
.st3pro_banner .head h1 {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
}
.st3pro_banner .head .desc {
  font-size: 2.4rem;
  margin: 5rem 0px 3.5rem;
}
.st3pro_banner .head .more {
  margin-top: 3.5rem;
}
.st3pro_banner .head .more a {
  display: inline-block;
  vertical-align: top;
  padding: 0px 3rem;
  line-height: 4rem;
  font-size: 1.5rem;
  border-radius: 100px;
  background-color: rgb(17, 17, 17);
}
.st3pro_banner .go_next {
  display: block;
  bottom: 5.5rem;
  position: absolute;
  left: calc(50% - 1.6rem);
  width: 3.2rem;
  animation: 2s linear 0s infinite normal none running arrow-top-bottom;
}
.st3pro_banner .go_next img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1220px) {
  .content {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head .desc {
    font-size: 13px;
  }
  .st3pro_banner .head h1 {
    font-size: 34px;
  }
  .st3pro_banner .head .desc {
    font-size: 17px;
    margin: 21px 0px;
  }
  .st3pro_banner .head .img {
    max-width: 210px;
  }
  .st3pro_banner .head .img img {
    transform: translate(0px);
  }
  .st3pro_banner .head .more {
    margin-top: 25px;
  }
  .st3pro_banner .head .more a {
    font-size: 14px;
    line-height: 34px;
    padding: 0px 20px;
  }
  .st3pro_banner .go_next {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head .desc {
    font-size: 12px;
  }
  .st3pro_banner .content {
    align-items: flex-start;
  }
  .st3pro_banner .head {
    padding: 38px 0px;
  }
  .st3pro_banner .head .img {
    margin-bottom: 12px;
  }
  .st3pro_banner .head h1 {
    font-size: 24px;
  }
  .st3pro_banner .head .desc {
    font-size: 0.9rem;
    margin: 18px 0px;
    font-style: italic;
  }
  .st3pro_banner .head .more {
    margin-top: 21px;
  }
}

@media screen and (max-width: 480px) {
  .content {
    padding: 0px 15px;
  }
}

@keyframes arrow-top-bottom {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  85% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
section {
  position: relative;
  z-index: 8;
}
body {
  overflow-x: hidden;
}
.st3pro_video_pin {
  position: relative;
  height: 300vh;
  overflow: hidden;
  max-width: 2560px;
  margin: 0px auto;
  z-index: 7;
}
.toplevel_page_sytech_fronteditor .st3pro_video_pin {
  height: auto;
}
.st3pro_video_pin .wrap {
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  max-width: 2560px;
}
.toplevel_page_sytech_fronteditor .st3pro_video_pin .wrap {
  position: relative;
}
.st3pro_video_pin video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st3pro_video_pin .bg_mobile {
  display: none;
}

.st3pro_video_pin input {
  position: absolute;
  z-index: 9;
  right: 1rem;
  top: 0;
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.st3pro_video_pin .mobile_src {
  top: 5rem;
}
.toplevel_page_sytech_fronteditor .st3pro_video_pin input {
  display: block;
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .st3pro_video_pin {
    height: auto;
  }
  .st3pro_video_pin .wrap {
    position: static;
    height: auto;
    transform: translate(0px);
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .st3pro_video_pin .bg_pc {
    display: none;
  }
  .st3pro_video_pin .bg_mobile {
    display: block;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 152.4rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
section {
  position: relative;
  z-index: 8;
}
.product_tab {
  color: rgb(255, 255, 255);
  padding: 2rem;
  background-color: rgb(17, 17, 17);
  position: sticky;
  z-index: 99;
  top: -4rem;
}
.product_tab .flex {
  transition: 0.3s;
  border-bottom: 1px solid rgb(42, 42, 42);
}
.product_tab .title {
  font-size: 3.2rem;
  font-weight: 700;
}
.product_tab ul {
  flex: 1 1 0%;
  display: flex;
  justify-content: space-between;
  padding: 0px 18%;
}
.product_tab ul .active a {
  color: rgb(255, 255, 255);
}
.product_tab ul .active a::after {
  opacity: 1;
}
.product_tab ul a {
  display: block;
  font-size: 2rem;
  line-height: 6rem;
  transition: 0.3s;
  position: relative;
  color: rgb(168, 168, 168);
}
.product_tab ul a:hover {
  color: rgb(255, 255, 255);
}
.product_tab ul a::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
  background-color: rgb(255, 255, 255);
}
.product_tab .buy {
  display: inline-block;
  vertical-align: top;
  padding: 0px 3rem;
  line-height: 4rem;
  border-radius: 100px;
  background: rgb(255, 255, 255);
  transition: 0.5s;
  color: rgb(20, 20, 20);
}
.product_tab .buy:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(65, 65, 65);
}
body {
  overflow-x: hidden;
}
@media screen and (max-width: 1220px) {
  .content {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .product_tab ul {
    padding: 0px 12%;
  }
}

@media screen and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .product_tab ul {
    padding: 0px 8%;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .product_tab {
    top: 0px;
    padding: 10px 30px;
  }
  .product_tab .title,
  .product_tab .buy {
    display: none;
  }
  .product_tab ul {
    padding: 0px;
  }
  .product_tab ul a {
    font-size: 14px;
    line-height: 42px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .product_tab {
    padding: 10px 0px;
  }
  .product_tab ul a {
    font-size: 12px;
    line-height: 36px;
  }
}

@media screen and (max-width: 480px) {
  .content {
    padding: 0px 15px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
.content {
  max-width: 152.4rem;
  margin: 0px auto;
  position: relative;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
section {
  position: relative;
  z-index: 8;
}
body {
  overflow-x: hidden;
}
.st3pro_features {
  padding: 9rem 0px;
}
.st3pro_features .bg_mobile {
  height: 100%;
  display: none;
}
.st3pro_features .items {
  max-width: 131.6rem;
  margin: 0px auto;
}
.st3pro_features ul {
  display: flex;
  flex-wrap: wrap;
}
.st3pro_features li {
  padding: 8px;
  width: calc(33.3333%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.st3pro_features li:nth-child(6n + 1) {
  width: 48.5%;
}
.st3pro_features li:nth-child(6n + 2) {
  width: 51.5%;
}
.st3pro_features .item {
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.st3pro_features .item:hover img {
  transform: scale(1.05);
}
.st3pro_features .item .img {
  height: 100%;
}
.st3pro_features .item .text {
  position: absolute;
  inset: 0px;
  padding: 3rem 2rem;
  color: rgb(255, 255, 255);
}
.st3pro_features .item .title {
  font-size: 2.4rem;
  font-weight: 700;
}
.st3pro_features .item .title strong {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(214, 173, 96);
}
.st3pro_features .item .title sup {
  font-size: 2rem;
  vertical-align: super;
}
@media screen and (max-width: 1220px) {
  .content {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .st3pro_features {
    padding: 4rem 0px;
  }
  .st3pro_features .items {
    width: calc(100% + 16px);
    margin: 0px -8px;
  }
  .st3pro_features .item .text {
    padding: 21px 14px;
  }
  .st3pro_features .item .title {
    font-size: 17px;
  }
  .st3pro_features .item .title strong {
    font-size: 21px;
  }
  .st3pro_features .item .title sup {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .st3pro_features {
    padding: 36px 0px;
  }
  .st3pro_features .bg_mobile {
    display: flex;
    align-items: flex-end;
  }
  .st3pro_features .items {
    width: calc(100% + 10px);
    margin: 0px -5px;
  }
  .st3pro_features li {
    width: 50%;
    padding: 5px;
    gap: 10px;
  }
  .st3pro_features li:nth-child(6n + 1) {
    order: 1;
    width: 100%;
  }
  .st3pro_features li:nth-child(6n + 2) {
    order: 3;
    width: 50%;
  }
  .st3pro_features li:nth-child(6n + 3) {
    order: 2;
  }
  .st3pro_features li:nth-child(6n + 4) {
    order: 5;
  }
  .st3pro_features li:nth-child(6n + 5) {
    order: 6;
  }
  .st3pro_features li:nth-child(6n + 6) {
    order: 4;
    width: 100%;
    text-align: center;
  }
  .st3pro_features .item .title {
    font-weight: normal;
  }
  .st3pro_features .item .title strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .content {
    padding: 0px 15px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
.center {
  text-align: center;
}
body {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  word-break: break-word;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.dark section {
  background-color: rgb(0, 0, 0);
}
.btn_video {
  cursor: url("https://www.naveetech.com/wp-content/plugins/sytech-fronteditor/sytpl/st3pro5-st3pro_video-btn_video/assets/img/btn-play.svg"), auto;
}
.btn_video * {
  cursor: url("https://www.naveetech.com/wp-content/plugins/sytech-fronteditor/sytpl/st3pro5-st3pro_video-btn_video/assets/img/btn-play.svg"), auto;
}
.content_pd_sm {
  margin: 0px auto;
  max-width: 130rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
body {
  overflow-x: hidden;
}
.st3pro_video {
  height: 240vh;
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
  z-index: 6;
}
.toplevel_page_sytech_fronteditor .st3pro_video {
  height: auto;
}
.st3pro_video .wrap {
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  transition: 0.5s;
  max-width: 2560px;
}
.toplevel_page_sytech_fronteditor .st3pro_video .wrap {
  position: relative;
}
.st3pro_video .wrap .bg_pc,
.st3pro_video .wrap .bg_mobile {
  height: 100%;
}
.st3pro_video .wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st3pro_video .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.st3pro_video .content_pd_sm {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st3pro_video .head {
  color: rgb(255, 255, 255);
}
.st3pro_video .head h2 {
  font-size: 11rem;
  font-weight: 700;
}
.st3pro_video input {
  position: absolute;
  z-index: 9;
  right: 1rem;
  top: 1rem;
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.toplevel_page_sytech_fronteditor .st3pro_video input {
  display: block;
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: rgb(193, 193, 193);
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: rgb(229, 229, 229);
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .head h2 {
    font-size: 26px;
  }
  .st3pro_video {
    height: auto;
  }
  .st3pro_video .bg_pc {
    display: none;
  }
  .st3pro_video .bg_mobile {
    display: block;
    position: relative;
  }
  .st3pro_video .bg_mobile::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("https://www.naveetech.com/wp-content/plugins/sytech-fronteditor/sytpl/st3pro5-st3pro_video-btn_video/assets/img/btn-play.svg") center center / 60px no-repeat
      rgba(0, 0, 0, 0.2);
  }
  .st3pro_video .wrap {
    height: auto;
    position: static;
    transform: translate(0px);
  }
  .st3pro_video .content_pd_sm {
    align-items: flex-start;
  }
  .st3pro_video .head {
    padding: 42px 0px;
  }
  .st3pro_video .head h2 {
    font-size: 42px;
    color: rgb(214, 173, 96);
    font-weight: 700;
    background-image: linear-gradient(
      rgb(162, 107, 21),
      rgb(221, 196, 156),
      rgb(162, 107, 21)
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width: 576px) {
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head h2 {
    font-size: 22px;
  }
  .content_pd,
  .content_pd_sm {
    padding: 0px 15px;
  }
  .st3pro_video .head h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1220px) {
  .content_pd,
  .content_pd_sm {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1172px) {
  .content_pd,
  .content_pd_sm {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .content_pd,
  .content_pd_sm {
    max-width: 896px;
  }
}

@media screen and (max-width: 896px) {
  .content_pd,
  .content_pd_sm {
    max-width: 768px;
  }
}

.st3pro_intro input {
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.toplevel_page_sytech_fronteditor .st3pro_intro input {
  display: block;
}
.st3pro_video1 input {
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: 5rem;
}

.toplevel_page_sytech_fronteditor .st3pro_video1 input {
  display: block;
}
.st3pro_video2 input {
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: 5rem;
}
.toplevel_page_sytech_fronteditor .st3pro_video2 input {
  display: block;
}
.st3pro_video3 input {
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: 5rem;
}
.toplevel_page_sytech_fronteditor .st3pro_video3 input {
  display: block;
}