@charset "utf-8";
@import url('https://avtweb-black.s3-us-west-2.amazonaws.com/css/normalize.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
@import url('https://avtweb-black.s3-us-west-2.amazonaws.com/css/font-awesome.min.css');
@import url('https://avtweb-black.s3-us-west-2.amazonaws.com/css/animate.min.css');
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
html, body {
  height: 100%;
}
.text-center {
  text-align: center
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main {
  overflow: hidden
}
body {
  font-family: Montserrat, 'Noto Sans TC', sans-serif !important;
  line-height: normal;
  font-weight: 300;
  margin: 0;
  color: #0d0d0d;
  font-size: 0.7rem;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
figure {
  margin: 0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a, button {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
h1 {
  font-weight: 900;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1rem;
}
p, figcaption {
  font-weight: 500;
}
.scrollTop {
  width: 36px;
  height: 36px;
  position: fixed;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, .5);
  padding: 9px 11px 7px;
  opacity: 0;
  z-index: 1000;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop a, .scrollTop a:hover {
  color: #fff;
  vertical-align: top;
}
.scrollTop .fa {
  vertical-align: top;
}
header {
  position: relative;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.hero-bottom, .hero-people {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hero-people {
  right: inherit;
  z-index: 1;
  width: 65%;
}
nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5%;
  z-index: 500
}
.logo {
  display: inline-block;
  width: 190px;
  margin: 0;
}
.buy-now {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #c32027;
  padding: 0 46px 0 20px;
  font-weight: 500;
  border-radius: 33px;
  text-decoration: none;
  font-size: 18px;
  line-height: 2.5;
  height: 42px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.buy-now:hover, ul.telework-7-wrap li a .buy-now:hover, ul.telework-7-wrap li a:hover span {
  background-color: #e8334a
}
.buy-now:after {
  content: "\f0a5";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: 14%;
  top: 0;
}
@keyframes ball-jump {
  0% {
    right: 14%;
  }
  50% {
    right: 7%;
  }
  100% {
    right: 14%;
  }
}
.hero-title {
  position: relative;
  z-index: 2;
  padding: 15% 0 50%
}
.hero-title h1 {
  font-size: 1.8666666666666667rem;
  color: #4bbfbf;
}
.hero-title h1:last-of-type {
  font-size: 5.1rem;
  line-height: 0;
}
.hero-title h1 span {
  display: block;
}
.hero-title h1:first-of-type {
  line-height: 1.2
}
section {
  position: relative;
  z-index: 1;
}
h3.color-orange, h3.color-blue, h3.color-red {
  position: relative;
  color: #f58220;
  margin: 0 0 2%;
  text-align: center
}
h3.color-blue {
  padding: 8% 10% 2% 0;
  color: #339b9c
}
h3.color-red {
  text-align: center;
  color: #fa7b7a;
  margin: 10% 0 2% 0;
  position: relative;
  padding: 0;
}
h3.color-red span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  -webkit-text-stroke: 6px #fff;
}
.drop-shadow, .telework-4 figure img, .telework-5 ul li figure img, .telework-6 figure img {
  -webkit-filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.25))
}
.arrow-orange {
  position: absolute;
  top: -105%;
  left: 0;
  right: 0;
  z-index: -1;
}
.arrow-blue {
  position: absolute;
  top: -89.5%;
  left: 0;
  right: 0;
  z-index: -1;
}
.belvel-top {
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    z-index: -1;
}
.belvel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8%;
  z-index: -1;
  height: 98%;
  background-image: url("../img/bevel.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.belvel div {
  background-color: #3da4a4;
  height: 50%;
}
.telework-1 {
  z-index: 100
}
.telework-1 .telework-copy {
  padding: 5%;
}
.telework-1 .telework-copy h2 {
  color: #4bbfbf;
  font-size: 1.4rem;
  margin: 0;
}
.telework-1 .telework-copy p {
  color: #4bbfbf;
  font-size: 0.8666666666666667rem;
  margin: 0;
  line-height: 1.25
}
.telework-1 .telework-copy p br {
  content: "";
  margin: 0;
  display: block;
}
.telework-2, .telework-3 {
  position: relative;
  padding: 0 5%;
}
.telework-2 {
  z-index: 3;
}
.telework-2 ul, .telework-3 ul {
  margin: 2% 0 0;
  padding: 0 0 0 5%;
}
.telework-2 .row {
  position: relative;
  z-index: 1;
}
.telework-2 .row figure, .telework-3 .row figure {
  padding: 0;
  margin-bottom: 5%
}
.telework-2 .row figure img, .telework-3 .row figure img {
  webkit-box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.telework-4 article {
  position: relative;
  z-index: 2
}
.telework-4 article:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fcdfeb;
}
.telework-4 figure.telework-4-img img {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.telework-4:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -1.2%;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/arrow-white_1.svg");
  background-size: contain;
  width: 100%;
  padding-top: 5%;
  z-index: -1
}
.telework-4-img {
  margin-bottom: 5%
}
.telework-4 figcaption {
  padding: 3% 0;
}
.telework-4 .row figure img {
  border: 10px solid #fff;
}
.telework-4 .row figure:first-of-type {
  padding: 0 5%;
}
.telework-4 .row figure:last-of-type {
  padding: 0 5% 8%
}
.telework-4 .row figure:last-of-type span {
  width: 48%
}
.telework-5 {
  position: relative;
  padding: 10% 0 5%;
}
.telework-5 hgroup {
  padding: 0 5%;
  position: relative;
  z-index: 1;
}
.telework-5 figure:first-child {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.telework-5 hgroup + figure {
  margin-top: -10%
}
.telework-5 ul {
  list-style: none;
  margin: 10% 0 0 0;
  padding: 0;
  position: relative;
}
.telework-5 ul li {
  position: relative;
}
.telework-5 ul li figure {
  position: relative;
  z-index: -1;
  padding: 0 5%;
}
.telework-5 ul li p {
  padding: 0 5%;
}
.telework-5 ul li figure figcaption {
  color: #4bbfbf;
  padding-top: 2%;
  font-weight: 600;
  text-align: center;
  font-size: 0.8666666666666667rem;
}
.telework-5 ul li:nth-child(1) figure:nth-child(2) {
  padding-top: 10%
}
.telework-5 ul li:nth-child(2), .telework-5 ul li:nth-child(3) {
  margin-top: 5%
}
.telework-5:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -0.15%;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/arrow-white_2.svg");
  background-size: contain;
  width: 100%;
  z-index: 2
}
.telework-5 hgroup h3, .telework-5 hgroup h4 {
  color: #4bbfbf;
  margin: 0;
}
.telework-5 hgroup h4 {
  font-weight: 500;
  line-height: 1.25
}
.telework-5 hgroup h4 br {
  content: "";
  margin: 0;
  display: block;
}
.telework-6 {
  position: relative;
  z-index: 2
}
.telework-6 hgroup, .telework-6 figure {
  padding: 0 5%;
}
.telework-6 h3 br {
  content: "";
  margin: -1%;
  display: block;
}
.telework-6 h3 {
  color: #fff;
  position: relative;
  font-weight: 700;
  margin-bottom: 0;
}
.telework-6 h3 span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  color: #3da4a4;
  font-weight: 900;
  -webkit-text-stroke: 6px #3da4a4;
}
.telework-6 h4 {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.telework-6 figure img {
  margin-top: 2%
}
.telework-7 {
  padding: 10% 0 0;
  position: relative;
  z-index: 1;
  color: #3b6bb7;
}
.telework-7-arrow1 {
  position: absolute;
  top: -6%;
  left: 0;
  right: 0;
  z-index: -2
}
.telework-7-arrow2 {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: .5;
  overflow: hidden;
  height: 70%;
}
.telework-7 hgroup h3, .telework-7 hgroup h4 {
  margin: 0;
}
.telework-7 hgroup h3 {
  color: #3b6bb7
}
ul.telework-7-wrap {
  list-style: none;
  margin: 0 auto;
  padding: 0 10%;
  position: relative;
}
.series-title {
  color: #000;
  margin: 15% 0 5%;
  text-align: center;
}
.series-title:first-of-type {
  margin: 0 0 5%;
}
ul.telework-7-wrap li a {
  position: relative;
  display: block;
  margin-bottom: 10%;
}
ul.telework-7-wrap li a span {
  position: absolute;
  bottom: -2%;
  left: 50%;
  border-radius: 0.3333333333333333rem;
  transform: translateX(-50%);
  z-index: 2;
  border: 0.1rem solid #fff;
  line-height: 2.2;
  height: auto;
  padding: 0 15% 0 6%;
}
.telework-7-copy {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8% 5% 0;
  color: #fff;
  z-index: 1
}
.telework-7-copy h4 {
  font-size: 0.8666666666666667rem;
  margin-top: 10%;
}
ul.telework-7-wrap:nth-of-type(3) li:nth-of-type(1), ul.telework-7-wrap:nth-of-type(3) li:nth-of-type(2) {
  margin-right: 3.5%
}
ul.telework-7-wrap:nth-of-type(1) li:nth-of-type(1) .telework-7-copy div {
  position: absolute;
  bottom: 20%;
  right: -2%;
  width: 67%;
}
ul.telework-7-wrap:nth-of-type(1) li:nth-of-type(2) .telework-7-copy div {
  position: absolute;
  bottom: 19%;
  right: -7%;
  width: 76%;
}
ul.telework-7-wrap:nth-of-type(1) li:nth-of-type(3) .telework-7-copy div {
  position: absolute;
  bottom: 14%;
  right: 15%;
  width: 51%;
}
ul.telework-7-wrap li a:before {
  display: inline-block;
  width: 25%;
  position: absolute;
  left: 6%;
  bottom: 21%;
  z-index: 1;
}
ul.telework-7-wrap:nth-of-type(2) li:nth-of-type(1) .telework-7-copy div {
  position: absolute;
  bottom: 19%;
  right: 11%;
  width: 35%;
}
ul.telework-7-wrap:nth-of-type(2) li:nth-of-type(2) .telework-7-copy div {
  position: absolute;
  bottom: 14%;
  right: -21%;
  width: 87%;
}
ul.telework-7-wrap:nth-of-type(2) li:nth-of-type(1) .telework-7-copy h4 {
  text-align: left;
  padding: 16% 0 0 5%;
}
ul.telework-7-wrap:nth-of-type(1) li:nth-of-type(1) a:before {
  content: url(../img/4kp60.svg);
}
ul.telework-7-wrap:nth-of-type(1) li:nth-of-type(2) a:before {
  content: url(../img/1080p.svg);
}
ul.telework-7-wrap:nth-of-type(1) li:nth-of-type(3) a:before {
  content: url("../img/full-hd.svg");
}
ul.telework-7-wrap:nth-of-type(2) li:nth-of-type(1) a:before {
  content: url(../img/usb.svg);
}
ul.telework-7-wrap:nth-of-type(2) li:nth-of-type(2) a:before {
  content: url("../img/3.5mm.svg");
}
footer {
  position: relative;
  z-index: 10;
  padding: 3% 20px;
  font-size: 15px;
  text-align: center
}
/******** KR ***************************************************************************************************/
html[lang="kr-KR"] body {
  font-family: Montserrat, 'Noto Sans KR', sans-serif !important;
}
html[lang="kr-KR"] ul.telework-7-wrap:nth-of-type(3) li:nth-of-type(1) {
  padding-top: 6%;
}
html[lang="kr-KR"] ul.telework-7-wrap:nth-of-type(3) li:nth-of-type(2) {
  margin-right: 0;
  padding-top: 0;
}
html[lang="kr-KR"] .series-title:first-of-type {
  margin: 0 23% 5% 0;
}
html[lang="kr-KR"] .hero-title h1:last-of-type {
  font-size: 1.5rem;
  padding: 0 1%;
  text-align: center
}
html[lang="kr-KR"] .hero-title {
  position: relative;
  z-index: 2;
  padding: 20% 0 58%;
}
html[lang="kr-KR"] .telework-1 .telework-copy h2 {
  line-height: 1.25;
}
html[lang="kr-KR"] .telework-5 hgroup {
  padding: 5% 5% 0;
}
html[lang="kr-KR"] .telework-6 h3 br {
  margin: 0%;
}
html[lang="kr-KR"] .telework-6 h3 span {
  font-weight: 700;
}
html[lang="kr-KR"] .telework-5 hgroup + figure {
  margin-top: 0;
  padding-top: 7%;
}
html[lang="kr-KR"] .telework-7-copy h4 {
  margin-bottom: 5%;
}
html[lang="kr-KR"] .telework-7-copy {
  padding: 10% 5% 0;
}