body,
html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

#BU113G2 {
  background: #fff;
  /* popup */
}
#BU113G2 ol,
#BU113G2 ul {
  list-style: none;
  padding: 0;
}
#BU113G2 h1 {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
}
#BU113G2 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#BU113G2 .subtitle {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#BU113G2 p {
  font-size: 1rem;
  text-align: center;
}
#BU113G2 a.link {
  padding: 0 5px;
  color: #4a4a4a;
  border-bottom: 1px solid #000;
}
#BU113G2 .text.white h2,
#BU113G2 .text.white p {
  color: #fff;
}
#BU113G2 .text.white .link {
  color: #fff;
  text-decoration: underline;
}
#BU113G2 .text h2 {
  margin-bottom: 10px;
  line-height: 1.2;
  background: linear-gradient(90deg, rgb(137, 137, 137) 0%, rgb(176, 176, 176) 50%, rgb(137, 137, 137) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#BU113G2 .text h2,
#BU113G2 .text p {
  text-align: left;
}
#BU113G2 .text h2 b,
#BU113G2 .text p b {
  font-weight: bold;
}
#BU113G2 .text h2 sup,
#BU113G2 .text p sup {
  font-size: 75%;
}
#BU113G2 .text .deco {
  width: 100%;
  aspect-ratio: 700/19;
  background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/GC553Pro/images/decoration_title_decoration_color.svg) no-repeat;
  background-size: cover;
  background-position: left top;
  margin-bottom: 15px;
}
#BU113G2 .text.white h2,
#BU113G2 .text.white p {
  color: #fff;
}
#BU113G2 .note {
  padding-top: 20px;
  font-size: 13px;
  color: #4a4a4a;
}
#BU113G2 .note .link {
  padding: 0 5px;
  color: #4a4a4a;
  border-bottom: 1px solid #000;
}
#BU113G2 .btn {
  display: block;
  width: fit-content;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f7cf2c;
  color: #060001;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 50px;
}
#BU113G2 .btn:hover {
  background: #f3d558;
  color: #2f3542;
}
#BU113G2 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#BU113G2 video {
  width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}
#BU113G2 .sec {
  padding: 80px 0;
}
#BU113G2 .container {
  width: 90%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0;
}
#BU113G2 .container_s {
  width: 90%;
  max-width: 968px;
  margin: 0 auto;
}
#BU113G2 .row {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
#BU113G2 .flex-wrap {
  flex-wrap: wrap;
}
#BU113G2 .jcc {
  justify-content: center;
}
#BU113G2 .aic {
  align-items: center;
}
#BU113G2 .col {
  width: 50%;
}
#BU113G2 .col:nth-child(1) {
  padding-right: 12px;
}
#BU113G2 .col:nth-child(2) {
  padding-left: 12px;
}
#BU113G2 .mb50 {
  margin-bottom: 50px;
}
#BU113G2 .mb20 {
  margin-bottom: 20px;
}
#BU113G2 .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  pointer-events: none;
}
#BU113G2 .forPC {
  display: block;
}
#BU113G2 .forM {
  display: none;
}
#BU113G2 .popup-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.85);
  z-index: 99;
}
#BU113G2 .popup-box {
  width: 100%;
  padding: 5%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  background: #fff;
  text-align: center;
}
#BU113G2 .close-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
#BU113G2 .close-btn .fa-close {
  content: "\f00d";
}
#BU113G2 .close-btn .fa:before {
  font-size: 42px;
}
#BU113G2 .transform-in,
#BU113G2 .transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#BU113G2 .transform-in {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#BU113G2 .transform-out {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

@media screen and (max-width: 1920px) {
  #BU113G2 .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1600px) {
  #BU113G2 .container {
    width: 90%;
    margin: 0 auto;
  }
  #BU113G2 .container_s {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1920px) {
  #BU113G2 h2 {
    font-size: 28px;
  }
  #BU113G2 p {
    font-size: 16px;
  }
  #BU113G2 .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #BU113G2 h2 {
    font-size: 24px;
  }
  #BU113G2 .text h2 {
    text-align: center;
  }
  #BU113G2 .forPC {
    display: none;
  }
  #BU113G2 .forM {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #BU113G2 .sec {
    padding: 40px 0;
  }
  #BU113G2 p {
    font-size: 15px;
  }
  #BU113G2 .text h2 {
    font-size: 20px;
  }
  #BU113G2 .text p {
    font-size: 15px;
  }
  #BU113G2 .fd_m_c {
    flex-direction: column;
  }
  #BU113G2 .mb80_m {
    margin-bottom: 80px;
  }
  #BU113G2 .mb60_m {
    margin-bottom: 60px;
  }
  #BU113G2 .mb50_m {
    margin-bottom: 50px;
  }
  #BU113G2 .mb20_m {
    margin-bottom: 20px;
  }
  #BU113G2 .mb20_m .order_m_1 {
    order: 1;
  }
  #BU113G2 .mb20_m .order_m_2 {
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 3.5vw;
  }
  #BU113G2 h3 {
    font-size: 16px;
  }
}
#BU113G2 .kv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/850;
  background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/kv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#BU113G2 .kv .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70vw;
  aspect-ratio: 2689/463;
  background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/kv_stage.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
#BU113G2 .kv .ani_svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1302/1025;
}
#BU113G2 .kv .svg_ani1 {
  fill: url(#gradient);
}
#BU113G2 .kv .product {
  z-index: 15;
}
#BU113G2 .kv .product .img {
  position: relative;
}
#BU113G2 .kv .product .img img {
  position: relative;
  z-index: 10;
}
#BU113G2 .kv .product .img::after {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  border-radius: 50%/50%;
  background: rgb(142, 142, 142);
  background: radial-gradient(circle, rgba(142, 142, 142, 0.5) 0%, rgba(223, 223, 223, 0) 68%);
  transform: translateX(-50%) perspective(600px) rotateX(85deg);
  mix-blend-mode: multiply;
  z-index: 5;
}
#BU113G2 .kv .pd_b {
  position: absolute;
  left: 50%;
  bottom: 6.5vw;
  width: 24.64vw;
  transform: translateX(-29.35vw);
  animation: float-pd-b 1s infinite alternate ease-in;
}
#BU113G2 .kv .pd_b .img::after {
  width: 80%;
  top: 5.5vw;
  animation: float-pd-b-shadow 1s infinite alternate ease-in;
}
#BU113G2 .kv .pd_w {
  position: absolute;
  left: 50%;
  bottom: 19.5vw;
  width: 25.29vw;
  transform: translateX(-37.81vw);
  animation: float-pd-w 1s infinite alternate ease-in;
}
#BU113G2 .kv .pd_w .img::after {
  width: 60%;
  top: 19.2vw;
  animation: float-pd-w-shadow 1s infinite alternate ease-in;
}
#BU113G2 .kv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-3%, -50%);
  width: 45vw;
}
#BU113G2 .kv .title h2 {
  text-align: left;
}
#BU113G2 .kv .title h1 {
  display: block;
  margin: 0 0 5px;
  width: 34.4vw;
  max-width: 660px;
}
#BU113G2 .kv .title .row {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0;
}
#BU113G2 .kv .title .row .icon {
  width: 100px;
  margin: 0 10px 0 0;
}
#BU113G2 .kv .title .row h2 {
  font-size: 42px;
  background: linear-gradient(90deg, rgb(137, 137, 137) 0%, rgb(176, 176, 176) 50%, rgb(137, 137, 137) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#BU113G2 .kv .title .row .subtitle {
  color: #333;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
#BU113G2 .bg-r {
  position: relative;
  background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/bg1.jpg) no-repeat;
  background-size: contain;
  background-position: center right;
}
#BU113G2 .bg-r .layout1 .text {
  padding-left: 24px;
}
#BU113G2 .bg-l {
  position: relative;
  background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/bg2.jpg) no-repeat;
  background-size: contain;
  background-position: center left;
}
#BU113G2 .bg-l .layout1 .text {
  padding-right: 24px;
}
#BU113G2 .img-l {
  width: 50%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
#BU113G2 .img-r {
  width: 50%;
  margin: 0 0 0 50%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
#BU113G2 .layout1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#BU113G2 .sec {
  width: 100%;
  padding: 80px 0;
}
#BU113G2 .sec2 {
  background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/sec2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1920/700;
}
#BU113G2 .sec2 .container {
  height: 100%;
}
#BU113G2 .sec2 .container .row {
  height: 100%;
}
#BU113G2 .sec2 .container .text {
  padding-right: 34px;
  margin-bottom: 24px;
}
#BU113G2 .sec3 .feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#BU113G2 .sec3 .feature_list .feature {
  width: 24%;
  margin-bottom: 20px;
}
#BU113G2 .sec3 .feature_list .feature .img {
  width: 180px;
  height: 100px;
  margin: 0 auto 10px;
}
#BU113G2 .sec3 .feature_list .feature p {
  display: block;
  width: 280px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
#BU113G2 .sec3 .feature_list .feature:nth-last-child(1), #BU113G2 .sec3 .feature_list .feature:nth-last-child(1), #BU113G2 .sec3 .feature_list .feature:nth-last-child(1), #BU113G2 .sec3 .feature_list .feature:nth-last-child(1) {
  margin-bottom: 0;
}
#BU113G2 .sec4 {
  padding: 0;
  position: relative;
}
#BU113G2 .sec4 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#BU113G2 .sec4 .text {
  padding-right: 24px;
}
#BU113G2 .sec6 .img-l .content {
  position: relative;
  aspect-ratio: 1920/1100;
}
#BU113G2 .sec6 .img-l .top {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
#BU113G2 .sec6 .img-l .top img {
  max-width: none;
  width: auto;
  height: 100%;
  aspect-ratio: 1920/1100;
}
#BU113G2 .sec6 .img-l .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
}
#BU113G2 .sec6 .img-l .bar {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 15;
}
#BU113G2 .sec6 .img-l .bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(211, 211, 211) 0%, rgb(255, 255, 255) 67%);
  z-index: 16;
}
#BU113G2 .sec6 .img-l .bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 255, 255) 70%, rgb(211, 211, 211) 100%);
  z-index: 17;
}
#BU113G2 .sec7 .text {
  margin-bottom: 24px;
}
#BU113G2 .sec7 .text h2 {
  text-align: center;
}
#BU113G2 .sec7 img {
  border-radius: 20px;
}
#BU113G2 .sec8 {
  background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/sec8.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1920/700;
}
#BU113G2 .sec8 .container {
  height: 100%;
}
#BU113G2 .sec8 .container .row {
  height: 100%;
}
#BU113G2 .sec8 .container .text {
  padding-right: 34px;
}
#BU113G2 .sec9 {
  background: #f7f8fa;
}
#BU113G2 .sec9 .text h2 {
  text-align: center;
  margin-bottom: 24px;
}
#BU113G2 .sec9 .feature_list {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
#BU113G2 .sec9 .feature_list li {
  width: 32%;
}
#BU113G2 .sec9 .feature_list li img {
  border-radius: 20px;
}
#BU113G2 .sec9 .feature_list li p {
  text-align: left;
  padding: 10px 20px;
}
#BU113G2 .sec10 {
  padding-top: 160px;
}
#BU113G2 .sec10 .icon-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#BU113G2 .sec10 .icon-flex .icon {
  width: 100px;
}
#BU113G2 .sec10 .icon-flex h2 {
  display: block;
  width: calc(100% - 100px - 12px);
  margin-bottom: 0;
}
#BU113G2 .sec10 .text {
  margin-bottom: 24px;
}
#BU113G2 .sec11 .text {
  margin-bottom: 24px;
}
#BU113G2 .sec11 .btn-box {
  padding-left: 24px;
  display: flex;
}
#BU113G2 .sec11 .btn-box .btn {
  width: fit-content;
  margin-right: 12px;
}
#BU113G2 .sec12 {
  background: #f7f8fa;
}
#BU113G2 .sec12 .text {
  margin-bottom: 24px;
}
#BU113G2 .sec12 .text h2 {
  text-align: center;
}
#BU113G2 .sec12 .scenario .swiper-wrapper {
  padding-bottom: 50px;
  transition-timing-function: linear !important;
}
#BU113G2 .sec12 .scenario .swiper-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#BU113G2 .sec12 .scenario .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
#BU113G2 .sec12 .scenario .swiper-pagination {
  bottom: 0px;
}
#BU113G2 .sec12 .scenario .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 10px;
}
#BU113G2 .sec12 .scenario .swiper-pagination-bullet-active {
  background: #f7cf2c;
}
#BU113G2 .sec13 .text {
  margin-bottom: 35px;
}
#BU113G2 .sec13 .text h2 {
  text-align: center;
}
#BU113G2 .sec13 .row {
  display: flex;
  justify-content: center;
}
#BU113G2 .sec13 .row .col {
  position: relative;
  width: 50%;
  max-width: 475px;
}
#BU113G2 .sec13 .feature1 .feature-text,
#BU113G2 .sec13 .feature3 .feature-text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 240px;
}
#BU113G2 .sec13 .feature1 .feature-text img,
#BU113G2 .sec13 .feature3 .feature-text img {
  margin: 0;
}
#BU113G2 .sec13 .feature1 .feature-text .img1,
#BU113G2 .sec13 .feature3 .feature-text .img1 {
  width: 70px;
}
#BU113G2 .sec13 .feature1 .feature-text .img2,
#BU113G2 .sec13 .feature3 .feature-text .img2 {
  width: 100%;
  margin-top: 10px;
}
#BU113G2 .sec13 .feature1 {
  position: absolute;
  top: 40%;
  left: -30%;
  transform: translate(-50%, -50%);
}
#BU113G2 .sec13 .feature1 .feature-text {
  justify-content: end;
}
#BU113G2 .sec13 .feature1 .feature-text .img1 {
  width: 88px;
}
#BU113G2 .sec13 .feature1 .feature-text p {
  margin-right: 10px;
}
#BU113G2 .sec13 .feature2 {
  position: absolute;
  bottom: -16%;
  left: 56%;
  transform: translate(-50%, -50%);
}
#BU113G2 .sec13 .feature2::after {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #333;
}
#BU113G2 .sec13 .feature2::before {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 2px;
  height: 40px;
  background: #333;
}
#BU113G2 .sec13 .feature3 {
  position: absolute;
  top: 40%;
  right: -30%;
  transform: translate(50%, -50%);
}
#BU113G2 .sec13 .feature3 .feature-text {
  justify-content: start;
}
#BU113G2 .sec13 .feature3 .feature-text .img1 {
  width: 70px;
}
#BU113G2 .sec13 .feature3 .feature-text p {
  margin-left: 10px;
}
#BU113G2 .sec13 .feature4 {
  position: absolute;
  top: 0;
  left: 43%;
  transform: translate(-50%, -50%);
}
#BU113G2 .sec13 .feature4::after {
  position: absolute;
  bottom: -80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #333;
}
#BU113G2 .sec13 .feature4::before {
  position: absolute;
  bottom: -560%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 2px;
  height: 100px;
  background: #333;
}
#BU113G2.lan_es .kv .title .row h2, #BU113G2.lan_de .kv .title .row h2, #BU113G2.lan_fr .kv .title .row h2 {
  font-size: 36px;
  line-height: 1.2;
}
#BU113G2.lan_jp .sec13 .feature2 p,
#BU113G2.lan_jp .sec13 .feature4 p {
  width: 220px;
}

@media screen and (max-width: 1920px) {
  #BU113G2 .kv {
    background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/kv_bg_1920.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #BU113G2 .kv .title h2 {
    font-size: 2vw;
  }
  #BU113G2 .kv .title .row .icon {
    width: 6vw;
  }
  #BU113G2 .kv .title .row h2 {
    font-size: 2.3vw;
  }
  #BU113G2 .sec {
    padding: 60px 0;
  }
  #BU113G2 .sec4 {
    padding: 0;
  }
  #BU113G2 .sec7 .container {
    max-width: 800px;
  }
  #BU113G2 .sec13 .row .col {
    max-width: 400px;
  }
  #BU113G2 .sec13 .feature4::before {
    height: 90px;
  }
  #BU113G2.lan_es .kv .title .row h2, #BU113G2.lan_de .kv .title .row h2, #BU113G2.lan_fr .kv .title .row h2 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1400px) {
  #BU113G2 .sec2 {
    aspect-ratio: auto;
    background-position: center right 20%;
  }
  #BU113G2 .sec3 .feature_list .feature .img {
    width: 100%;
    height: auto;
  }
  #BU113G2 .sec3 .feature_list .feature p {
    width: 100%;
  }
  #BU113G2 .sec12 .scenario li p {
    padding: 10px;
  }
  #BU113G2 .sec13 .row .col {
    flex-basis: auto;
    flex-grow: unset;
    width: 27vw;
    max-width: none;
  }
  #BU113G2 .sec13 .feature1 .feature-text,
  #BU113G2 .sec13 .feature3 .feature-text {
    width: 16.5vw;
  }
  #BU113G2 .sec13 .feature1 .feature-text .img1 {
    width: 36px;
  }
  #BU113G2 .sec13 .feature1 .feature-text p {
    margin-right: 5px;
  }
  #BU113G2 .sec13 .feature2 {
    bottom: -18%;
  }
  #BU113G2 .sec13 .feature3 .feature-text .img1 {
    width: 36px;
  }
  #BU113G2 .sec13 .feature3 .feature-text p {
    margin-left: 5px;
  }
  #BU113G2 .sec13 .feature4::before {
    bottom: -430%;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  #BU113G2 .col {
    padding: 0 !important;
  }
  #BU113G2 .note {
    padding-top: 10px;
  }
  #BU113G2 .bg-l,
  #BU113G2 .bg-r {
    background: transparent;
  }
  #BU113G2 .bg-l .layout1 .text,
  #BU113G2 .bg-r .layout1 .text {
    padding: 0;
  }
  #BU113G2 .img-l,
  #BU113G2 .img-r {
    width: 90%;
    border-radius: 10px;
    margin: 0 auto 15px;
  }
  #BU113G2 .layout1 {
    position: static;
    transform: none;
  }
  #BU113G2 .layout1 .row {
    flex-direction: column;
  }
  #BU113G2 .layout1 .col {
    width: 100%;
  }
  #BU113G2 .sec {
    padding: 30px 0;
  }
  #BU113G2 .sec2 {
    background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/sec2_m.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 60vw;
  }
  #BU113G2 .sec2 .container {
    height: auto;
  }
  #BU113G2 .sec2 .container .row {
    height: auto;
    flex-direction: column;
  }
  #BU113G2 .sec2 .container .row .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #BU113G2 .sec2 .container .text {
    padding: 0;
  }
  #BU113G2 .sec4 .container {
    position: static;
    transform: none;
  }
  #BU113G2 .sec4 .row {
    flex-direction: column;
  }
  #BU113G2 .sec4 .row .col {
    width: 100%;
  }
  #BU113G2 .sec4 .video {
    margin-bottom: 15px;
  }
  #BU113G2 .sec4 .text {
    padding: 0;
  }
  #BU113G2 .sec7 .container {
    display: flex;
    flex-direction: column;
    max-width: none;
  }
  #BU113G2 .sec7 .container .text {
    order: 2;
    margin-bottom: 0;
  }
  #BU113G2 .sec7 .container img {
    order: 1;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  #BU113G2 .sec8 {
    background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/sec8_m.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 60vw;
  }
  #BU113G2 .sec8 .container {
    height: auto;
  }
  #BU113G2 .sec8 .container .row {
    height: auto;
    flex-direction: column;
  }
  #BU113G2 .sec8 .container .row .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #BU113G2 .sec8 .container .text {
    padding: 0;
  }
  #BU113G2 .sec9 .feature_list {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  #BU113G2 .sec9 .feature_list li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  #BU113G2 .sec9 .feature_list li img {
    border-radius: 10px;
  }
  #BU113G2 .sec9 .feature_list li p {
    padding: 10px 0;
  }
  #BU113G2 .sec10 .text {
    margin-bottom: 15px;
  }
  #BU113G2 .sec10 .text h2 {
    width: fit-content;
    text-align: left;
  }
  #BU113G2 .sec10 .icon-flex {
    justify-content: center;
  }
  #BU113G2 .sec10 .icon-flex .icon {
    width: 80px;
    margin-right: 10px;
  }
  #BU113G2 .sec10 .row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #BU113G2 .sec11 .btn-box {
    padding: 0;
    justify-content: center;
  }
  #BU113G2 .sec12 .scenario {
    width: 90%;
    margin: 0 auto;
  }
  #BU113G2 .sec12 .scenario li {
    border-radius: 10px;
  }
  #BU113G2 .sec12 .scenario .swiper-slide {
    border-radius: 10px;
  }
  #BU113G2 .sec12 .scenario .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 5px;
  }
  #BU113G2 .sec13 .row {
    flex-direction: column;
    align-items: center;
  }
  #BU113G2 .sec13 .row .col {
    width: 45%;
  }
  #BU113G2 .sec13 .row .col:nth-child(1) {
    position: relative;
    right: -16%;
    order: 2;
  }
  #BU113G2 .sec13 .row .col:nth-child(2) {
    position: relative;
    left: -16%;
    order: 1;
    margin-bottom: 24px;
  }
  #BU113G2 .sec13 .feature1 .feature-text,
  #BU113G2 .sec13 .feature3 .feature-text {
    width: 170px;
  }
  #BU113G2 .sec13 .feature1 {
    left: -20%;
  }
  #BU113G2 .sec13 .feature2 {
    bottom: -19%;
  }
  #BU113G2 .sec13 .feature3 {
    right: -20%;
  }
  #BU113G2 .sec13 .feature4 {
    top: 4%;
  }
}
@media screen and (max-width: 820px) {
  #BU113G2 .kv {
    aspect-ratio: 1/1;
    background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/kv_bg_m.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #BU113G2 .kv .ani_svg {
    top: 32px;
    right: -33%;
    height: 74%;
  }
  #BU113G2 .kv .title {
    top: 6%;
    width: 80vw;
    transform: translate(-50%, 0);
  }
  #BU113G2 .kv .title h1 {
    width: 100%;
  }
  #BU113G2 .kv .title h2 {
    font-size: 4vw;
    text-align: center;
  }
  #BU113G2 .kv .title .row .icon {
    width: 10vw;
  }
  #BU113G2 .kv .title .row h2 {
    font-size: 4vw;
  }
  #BU113G2 .kv .pd_b {
    width: 45vw;
    transform: translateX(-15.4vw);
    animation: float-pd-b-m 1s infinite alternate ease-in;
  }
  #BU113G2 .kv .pd_b .img::after {
    animation: float-pd-b-shadow-m 1s infinite alternate ease-in;
  }
  #BU113G2 .kv .pd_w {
    width: 45vw;
    transform: translateX(-31.1vw);
    animation: float-pd-w-m 1s infinite alternate ease-in;
  }
  #BU113G2 .kv .pd_w .img::after {
    animation: float-pd-w-shadow-m 1s infinite alternate ease-in;
  }
  #BU113G2 .kv .stage {
    background: url(https://avermedia.s3.us-west-2.amazonaws.com/web_upload/products/BU113G2/images/kv_stage_m.png) no-repeat;
    background-size: contain;
    width: 100vw;
    aspect-ratio: 1000/173;
  }
  #BU113G2 .sec13 .feature1 {
    left: -25%;
  }
  #BU113G2 .sec13 .feature3 {
    right: -25%;
  }
  #BU113G2.lan_es .kv .title .row {
    justify-content: center;
  }
  #BU113G2.lan_es .kv .title .row h2 {
    font-size: 5vw;
    text-align: left;
  }
  #BU113G2.lan_de .kv .title .row, #BU113G2.lan_fr .kv .title .row {
    justify-content: center;
  }
  #BU113G2.lan_de .kv .title .row h2, #BU113G2.lan_fr .kv .title .row h2 {
    font-size: 3.3vw;
    text-align: left;
  }
  #BU113G2.lan_tw .kv .title .row {
    justify-content: center;
  }
  #BU113G2.lan_tw .kv .title .row h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  #BU113G2 .sec2 {
    background-size: contain;
  }
  #BU113G2 .sec3 .feature_list {
    justify-content: space-around;
  }
  #BU113G2 .sec3 .feature_list .feature {
    width: 45%;
  }
  #BU113G2 .sec3 .feature_list .feature:nth-last-child(1), #BU113G2 .sec3 .feature_list .feature:nth-last-child(2) {
    margin-bottom: 0;
  }
  #BU113G2 .sec11 .btn-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #BU113G2 .sec11 .btn-box a {
    margin-bottom: 10px;
  }
  #BU113G2 .sec13 {
    aspect-ratio: 10/11;
  }
  #BU113G2 .sec13 p {
    font-size: 13px;
  }
  #BU113G2 .sec13 .feature1 .feature-text,
  #BU113G2 .sec13 .feature3 .feature-text {
    width: 152px;
  }
  #BU113G2 .sec13 .feature1 .feature-text .img2,
  #BU113G2 .sec13 .feature3 .feature-text .img2 {
    margin-top: 5px;
    width: 80%;
  }
  #BU113G2 .sec13 .feature1 {
    left: -45%;
  }
  #BU113G2 .sec13 .feature2 {
    left: 52%;
    bottom: -50%;
    width: 145px;
  }
  #BU113G2 .sec13 .feature2::after {
    width: 10px;
    height: 10px;
  }
  #BU113G2 .sec13 .feature2::before {
    top: -115%;
    height: 160%;
  }
  #BU113G2 .sec13 .feature3 {
    right: -45%;
  }
  #BU113G2 .sec13 .feature4 {
    top: 0;
    left: 45%;
    width: 120px;
  }
  #BU113G2 .sec13 .feature4::after {
    width: 10px;
    height: 10px;
  }
  #BU113G2 .sec13 .feature4::before {
    bottom: -203%;
    height: 120%;
  }
}
@keyframes float-pd-b {
  0% {
    bottom: 6.5vw;
  }
  100% {
    bottom: 6.2vw;
  }
}
@keyframes float-pd-b-shadow {
  0% {
    top: 5.5vw;
    transform: translateX(-50%) perspective(600px) rotateX(85deg);
  }
  100% {
    top: 5.2vw;
    transform: translateX(-50%) perspective(600px) rotateX(84.5deg);
  }
}
@keyframes float-pd-w {
  0% {
    bottom: 19.5vw;
  }
  100% {
    bottom: 19.8vw;
  }
}
@keyframes float-pd-w-shadow {
  0% {
    top: 19.2vw;
    transform: translateX(-50%) perspective(600px) rotateX(85deg);
  }
  100% {
    top: 19.5vw;
    transform: translateX(-50%) perspective(600px) rotateX(84.5deg);
  }
}
@keyframes float-pd-b-m {
  0% {
    bottom: 12.2vw;
  }
  100% {
    bottom: 11.7vw;
  }
}
@keyframes float-pd-b-shadow-m {
  0% {
    top: 10.2vw;
    transform: translateX(-50%) perspective(600px) rotateX(85deg);
  }
  100% {
    top: 9.7vw;
    transform: translateX(-50%) perspective(600px) rotateX(84.5deg);
  }
}
@keyframes float-pd-w-m {
  0% {
    bottom: 35.7vw;
  }
  100% {
    bottom: 35.2vw;
  }
}
@keyframes float-pd-w-shadow-m {
  0% {
    top: 35.7vw;
    transform: translateX(-50%) perspective(600px) rotateX(85deg);
  }
  100% {
    top: 35.2vw;
    transform: translateX(-50%) perspective(600px) rotateX(84.5deg);
  }
}/*# sourceMappingURL=bu113g2.css.map */