#hd #kv {
  position: relative;
  overflow: hidden; }
  #hd #kv .text {
    width: 100%;
    position: absolute;
    top: 7%;
    left: 0;
    z-index: 1; }
    #hd #kv .text .logo {
      max-width: 45% !important;
      margin-bottom: 20px;
      display: block; }
    #hd #kv .text .watch_video {
      max-width: 30% !important;
      cursor: pointer; }
  #hd #kv video {
    display: none; }
    #hd #kv video.active {
      display: block; }
  @media screen and (max-width: 768px) {
    #hd #kv .text {
      width: 130%;
      height: 100%;
      left: -14%; }
      #hd #kv .text .inner {
        position: static; }
      #hd #kv .text .logo {
        margin: auto; }
      #hd #kv .text .watch_video {
        position: absolute;
        bottom: calc(7% + 30px);
        left: 50%;
        transform: translateX(-50%); }
    #hd #kv .video_inner {
      width: 150%;
      left: -33%;
      position: relative; } }
#hd #pic_set {
  position: relative; }
  #hd #pic_set .pic_set_container {
    position: relative;
    width: 100%;
    height: 2800px; }
  #hd #pic_set .pic_set_container .image-container {
    width: 100%;
    height: 0;
    padding-top: 100vh;
    position: absolute;
    top: 50px;
    background-size: contain;
    background-position: center bottom;
    background-image: url("../img/ani/prod-1.png");
    background-repeat: no-repeat; }
    #hd #pic_set .pic_set_container .image-container.mid {
      position: fixed; }
  @media screen and (max-width: 1024px) {
    #hd #pic_set .pic_set_container .image-container {
      background-size: 100%;
      background-position: center 20%; } }
  @media screen and (max-width: 768px) {
    #hd #pic_set .pic_set_container .image-container {
      background-size: 170%;
      background-position: center 20%; } }
  @media screen and (max-width: 530px) {
    #hd #pic_set .pic_set_container .image-container {
      background-size: 230%;
      background-position: center 20%; } }
#hd #pic_set_info {
  position: relative;
  padding-bottom: 6%; }
  #hd #pic_set_info .itexbox {
    padding: 50px 0;
    display: flex;
    justify-content: center; }
    #hd #pic_set_info .itexbox .item {
      width: 20%;
      text-align: center;
      border-right: 1px solid #222; }
      #hd #pic_set_info .itexbox .item:nth-last-child(1) {
        border-right: none; }
  #hd #pic_set_info .info_text {
    padding: 50px 0; }
  #hd #pic_set_info .picbox {
    padding: 50px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    #hd #pic_set_info .picbox img {
      margin: 0 30px; }
  @media screen and (max-width: 1023px) {
    #hd #pic_set_info .picbox img {
      width: calc(33.3333% - 20px);
      margin: 0 10px; } }
  @media screen and (max-width: 768px) {
    #hd #pic_set_info {
      padding-bottom: 40px; }
      #hd #pic_set_info .itexbox {
        padding: 20px 0;
        align-items: center;
        flex-wrap: wrap; }
        #hd #pic_set_info .itexbox .item {
          width: 50%;
          max-width: 150px;
          margin-bottom: 30px;
          text-align: center;
          border-right: none; }
          #hd #pic_set_info .itexbox .item:nth-last-child(1) {
            margin-bottom: 0; }
      #hd #pic_set_info .info_text {
        padding: 20px 0; }
      #hd #pic_set_info .picbox {
        padding: 20px 0; } }
#hd #gracefully {
  padding: 7% 0;
  background-color: #f7f7f7; }
  #hd #gracefully h3 {
    margin-bottom: 20px; }
  #hd #gracefully .videobox {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #hd #gracefully .videobox .item {
      width: 48%; }
      #hd #gracefully .videobox .item video {
        margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #hd #gracefully {
      padding: 50px 0; }
      #hd #gracefully h3, #hd #gracefully p {
        text-align: left; }
      #hd #gracefully .videobox {
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap; }
        #hd #gracefully .videobox .item {
          width: 100%; }
          #hd #gracefully .videobox .item:nth-child(1) {
            margin-bottom: 20px; }
          #hd #gracefully .videobox .item video {
            margin-bottom: 10px; } }
#hd #portable {
  padding: 7% 0; }
  #hd #portable h3 {
    margin-bottom: 20px; }
  #hd #portable .videobox {
    margin-top: 50px; }
    #hd #portable .videobox .item {
      width: 100%; }
  @media screen and (max-width: 768px) {
    #hd #portable {
      padding: 50px 0; }
      #hd #portable h3, #hd #portable p {
        text-align: left; } }
#hd #compatible {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  overflow: hidden; }
  #hd #compatible .outer {
    width: 100%;
    padding: 5% 0 10%;
    position: relative;
    transition: .7s ease-in-out !important;
    overflow: hidden; }
  #hd #compatible .bg {
    width: 36%;
    min-width: 500px;
    height: 103%;
    position: absolute;
    bottom: 0;
    right: 48%;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .7s ease-in-out !important; }
    #hd #compatible .bg .bg2 {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      background-position: center 50px;
      background-repeat: no-repeat;
      background-size: contain;
      transition: .7s;
      opacity: .0; }
      #hd #compatible .bg .bg2.active {
        opacity: 1; }
    #hd #compatible .bg .line {
      width: 290px;
      height: 1px;
      background-color: #00479d;
      position: absolute;
      right: -115px;
      bottom: 67%;
      transform: rotate(60deg) scaleX(0);
      transform-origin: left;
      z-index: -1;
      transition: .5s;
      transition-delay: .5s; }
      #hd #compatible .bg .line.active {
        transform: rotate(60deg) scaleX(1); }
  #hd #compatible .right {
    width: 45%;
    margin-right: 0;
    margin-left: auto;
    position: relative; }
    #hd #compatible .right .text {
      width: 90%;
      margin-right: 0;
      margin-left: auto;
      margin-bottom: 30px; }
      #hd #compatible .right .text h3 {
        margin-bottom: 30px; }
    #hd #compatible .right .itembox {
      max-width: 640px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-right: 0;
      margin-left: auto; }
      #hd #compatible .right .itembox .big {
        font-size: 50px; }
      #hd #compatible .right .itembox .item {
        opacity: 0;
        transition: .5s; }
        #hd #compatible .right .itembox .item:nth-child(1) {
          transition-delay: 1s; }
        #hd #compatible .right .itembox .item:nth-child(2) {
          transition-delay: 1.5s; }
        #hd #compatible .right .itembox .item:nth-child(3) {
          transition-delay: 2s; }
        #hd #compatible .right .itembox .item.active {
          opacity: 1; }
  @media screen and (max-width: 1366px) {
    #hd #compatible .right .itembox .big {
      font-size: 35px; } }
  @media screen and (max-width: 1023px) {
    #hd #compatible .right .text {
      width: 100%; }
    #hd #compatible .right .itembox .big {
      font-size: 28px; } }
  @media screen and (max-width: 768px) {
    #hd #compatible .bg {
      order: 2;
      width: 90%;
      min-width: auto;
      height: 0;
      margin-top: 0;
      padding-bottom: 92%;
      position: relative;
      bottom: 0;
      right: -5%;
      background-position: center 15px !important; }
      #hd #compatible .bg .bg2 {
        background-position: center 15px !important; }
      #hd #compatible .bg .line {
        width: 1px;
        height: 30%;
        background-color: #00479d;
        position: absolute;
        right: 16%;
        top: 20%;
        transform: rotate(0) scaleX(0);
        z-index: -1; }
        #hd #compatible .bg .line.active {
          transform: rotate(0) scaleX(1); }
    #hd #compatible .outer {
      padding: 30px 0 0;
      display: flex;
      flex-wrap: wrap; }
    #hd #compatible .inner {
      position: static; }
    #hd #compatible .right {
      width: 100%;
      order: 1;
      position: static; }
      #hd #compatible .right .text {
        width: 100%; }
      #hd #compatible .right .itembox {
        width: 170px;
        flex-wrap: wrap;
        position: absolute;
        right: 5%;
        top: 66%; }
        #hd #compatible .right .itembox .item {
          width: 100%;
          margin-bottom: 10px;
          display: block; }
        #hd #compatible .right .itembox .big {
          font-size: 25px; }
        #hd #compatible .right .itembox p {
          font-size: 16px; } }
  @media screen and (max-width: 480px) {
    #hd #compatible .bg {
      padding-bottom: 120%; }
      #hd #compatible .bg .line {
        height: 24%; }
    #hd #compatible .right .itembox {
      width: 170px;
      flex-wrap: wrap;
      position: absolute;
      right: 0;
      top: 64%; } }
  @media screen and (max-width: 370px) {
    #hd #compatible .bg {
      transform-origin: center;
      transform: scale(1.1) translate(-10px, -5px); }
    #hd #compatible .right .itembox {
      width: 150px;
      flex-wrap: wrap;
      position: absolute;
      right: 0;
      top: 66%; }
      #hd #compatible .right .itembox .big {
        font-size: 20px; }
      #hd #compatible .right .itembox p {
        font-size: 14px; } }
#hd #get {
  padding-bottom: 7%; }
  #hd #get .videobox .item {
    width: 100%;
    position: relative; }
    #hd #get .videobox .item .text {
      width: 90%;
      position: absolute;
      bottom: 30px;
      left: 5%; }
      #hd #get .videobox .item .text h3 {
        margin-bottom: 20px; }
  #hd #get .picbox {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #hd #get .picbox .item {
      width: 48%; }
      #hd #get .picbox .item img {
        margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #hd #get {
      padding-bottom: 50px; }
      #hd #get .videobox .item {
        display: flex;
        flex-wrap: wrap; }
        #hd #get .videobox .item video {
          order: 2; }
        #hd #get .videobox .item .text {
          order: 1;
          width: 100%;
          margin: 10px 0 30px;
          position: relative;
          bottom: 0;
          left: 0; }
          #hd #get .videobox .item .text h3, #hd #get .videobox .item .text p {
            color: #222; }
      #hd #get .picbox {
        margin-top: 0;
        flex-wrap: wrap; }
        #hd #get .picbox .item {
          width: 100%;
          margin-top: 20px; }
          #hd #get .picbox .item img {
            margin-bottom: 10px; } }
#hd #easily {
  padding-bottom: 7%; }
  #hd #easily .inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #hd #easily .inner .left {
      width: 60%; }
    #hd #easily .inner .right {
      width: 40%;
      padding-left: 5%; }
      #hd #easily .inner .right p {
        margin: 30px 0; }
      #hd #easily .inner .right .turnlight {
        position: relative; }
      #hd #easily .inner .right .lighton {
        position: absolute;
        top: 0;
        left: 0;
        animation: lighton 2s infinite; }
  @media screen and (max-width: 768px) {
    #hd #easily {
      padding-bottom: 50px; }
      #hd #easily .inner {
        flex-wrap: wrap; }
        #hd #easily .inner .left {
          order: 2;
          width: 100%; }
        #hd #easily .inner .right {
          order: 1;
          width: 100%;
          padding-left: 0; }
          #hd #easily .inner .right p {
            width: 50%;
            margin: 20px 0;
            padding-right: 10px;
            display: inline-block;
            vertical-align: top; }
          #hd #easily .inner .right .turnlight {
            width: calc(50% - 4px);
            position: relative;
            margin: 20px 0;
            display: inline-block;
            vertical-align: top; } }
@keyframes lighton {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#hd #creativity {
  padding-bottom: 7%; }
  #hd #creativity .inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #hd #creativity .inner .right {
      order: 2;
      width: 60%; }
    #hd #creativity .inner .left {
      order: 1;
      width: 40%;
      padding-right: 5%; }
      #hd #creativity .inner .left p {
        margin: 30px 0; }
  @media screen and (max-width: 768px) {
    #hd #creativity {
      padding-bottom: 50px; }
      #hd #creativity .inner {
        flex-wrap: wrap; }
        #hd #creativity .inner .left {
          order: 1;
          width: 100%;
          padding-left: 0; }
          #hd #creativity .inner .left p {
            margin: 20px 0; }
        #hd #creativity .inner .right {
          order: 2;
          width: 100%; } }
#hd #shot {
  padding-bottom: 7%; }
  #hd #shot .inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #hd #shot .inner .left {
      order: 1;
      width: 60%; }
      #hd #shot .inner .left .shot_video {
        display: none; }
        #hd #shot .inner .left .shot_video.active {
          display: block; }
    #hd #shot .inner .right {
      order: 2;
      width: 40%;
      padding-left: 5%; }
      #hd #shot .inner .right p {
        margin: 30px 0; }
      #hd #shot .inner .right .shot_tag {
        margin: 10px 0;
        padding: 5px 10px 5px 15px;
        border-left: #222 solid 4px;
        cursor: pointer;
        opacity: .35; }
        #hd #shot .inner .right .shot_tag p {
          margin: 0; }
        #hd #shot .inner .right .shot_tag.active {
          opacity: 1; }
  @media screen and (max-width: 768px) {
    #hd #shot {
      padding-bottom: 50px; }
      #hd #shot .inner {
        flex-wrap: wrap; }
        #hd #shot .inner .right {
          order: 1;
          width: 100%;
          padding-left: 0; }
          #hd #shot .inner .right p {
            margin: 20px 0; }
        #hd #shot .inner .left {
          order: 2;
          width: 100%; } }
#hd #app {
  padding-bottom: 7%; }
  #hd #app .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    #hd #app .top .text {
      flex: 1;
      padding-right: 20px; }
      #hd #app .top .text p {
        margin: 30px 0; }
    #hd #app .top .picbox {
      display: flex;
      align-items: center; }
    #hd #app .top .iconpic {
      margin: 0 30px; }
    #hd #app .top .appicons img {
      display: block; }
      #hd #app .top .appicons img:nth-child(1) {
        margin-bottom: 20px; }
  #hd #app .hovertagbox {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: normal; }
    #hd #app .hovertagbox .tag {
      flex: 1;
      position: relative;
      border-right: 2px solid #ccc;
      cursor: pointer; }
      #hd #app .hovertagbox .tag p, #hd #app .hovertagbox .tag img {
        opacity: .3;
        transition: .3s; }
      #hd #app .hovertagbox .tag.active p, #hd #app .hovertagbox .tag.active img {
        opacity: 1; }
      #hd #app .hovertagbox .tag:nth-child(1) {
        border-left: 2px solid #ccc; }
  #hd #app .videobox .item {
    display: none;
    position: relative; }
    #hd #app .videobox .item p {
      width: 100%;
      position: absolute;
      top: 20px;
      left: 0;
      z-index: 2; }
    #hd #app .videobox .item .br {
      display: block; }
    #hd #app .videobox .item.active {
      display: block; }
    #hd #app .videobox .item::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%);
      z-index: 1; }
  @media screen and (max-width: 1200px) {
    #hd #app .top {
      justify-content: flex-start;
      flex-wrap: wrap; }
      #hd #app .top .picbox {
        width: 100%; }
      #hd #app .top .text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        flex: none; }
      #hd #app .top .iconpic {
        margin: 0 30px 0 0; } }
  @media screen and (max-width: 768px) {
    #hd #app {
      padding-bottom: 50px; }
      #hd #app .top {
        text-align: center; }
        #hd #app .top .text p {
          margin: 20px 0; }
        #hd #app .top .iconpic {
          max-width: 100px !important;
          margin-right: 20px; }
        #hd #app .top .appicons img {
          max-width: 138px !important; }
          #hd #app .top .appicons img:nth-child(1) {
            margin-bottom: 15px; }
      #hd #app .hovertagbox {
        flex-wrap: wrap; }
        #hd #app .hovertagbox .tag {
          flex: auto;
          width: 100%;
          padding: 20px;
          position: relative;
          border-right: none;
          cursor: pointer; }
          #hd #app .hovertagbox .tag:nth-child(1) {
            border-left: none;
            border-right: none;
            border-bottom: 2px solid #ccc; }
          #hd #app .hovertagbox .tag:nth-child(2) {
            border-bottom: 2px solid #ccc; }
      #hd #app .videobox .item {
        display: none;
        position: relative; }
        #hd #app .videobox .item p {
          width: 100%;
          margin-bottom: 20px;
          position: relative;
          top: 0;
          left: 0;
          color: #222; }
        #hd #app .videobox .item .br {
          display: inline; }
        #hd #app .videobox .item.active {
          display: block; }
        #hd #app .videobox .item::before {
          display: none; } }
  @media screen and (max-width: 530px) {
    #hd #app .top .picbox {
      justify-content: center; }
    #hd #app .top .iconpic {
      width: 77px;
      margin-right: 7px; }
    #hd #app .top .appicons {
      width: 110px; }
      #hd #app .top .appicons img {
        max-width: 100% !important; }
        #hd #app .top .appicons img:nth-child(1) {
          margin-bottom: 7px; } }
#hd #universal {
  width: 100%;
  padding-bottom: 70%;
  min-height: 875px;
  position: relative;
  background-color: #000; }
  #hd #universal .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    background-position: center bottom;
    background-size: cover; }
  #hd #universal .inner {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%); }
  #hd #universal .text {
    width: 43%; }
    #hd #universal .text h3 {
      padding-bottom: 30px; }
  #hd #universal .itembox {
    width: 55%;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #hd #universal .itembox .item {
      padding: 10px; }
      #hd #universal .itembox .item .pic {
        height: 120px;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: center; }
      #hd #universal .itembox .item img {
        max-width: none !important;
        margin-bottom: 10px; }
      #hd #universal .itembox .item:nth-last-child(1) {
        margin-left: -10px; }
  #hd #universal .disclaimer {
    width: 80%;
    max-width: 1400px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%); }
    #hd #universal .disclaimer small {
      width: 72%;
      display: block; }
  @media screen and (max-width: 1024px) {
    #hd #universal .itembox .item .pic {
      height: 100px; } }
  @media screen and (max-width: 1023px) {
    #hd #universal {
      min-height: 720px; }
      #hd #universal .disclaimer {
        width: 90%; }
        #hd #universal .disclaimer small {
          width: 100%; } }
  @media screen and (max-width: 768px) {
    #hd #universal {
      padding-bottom: 0;
      min-height: auto; }
      #hd #universal .bg {
        width: 100%;
        height: 710px;
        position: relative;
        top: 0;
        left: 0;
        background-position: right bottom;
        background-size: cover; }
      #hd #universal .inner {
        width: 100%;
        position: static;
        top: 0%;
        left: 0%;
        transform: none; }
      #hd #universal .text {
        width: 90%;
        position: absolute;
        top: 50px;
        left: 5%; }
        #hd #universal .text h3 {
          padding-bottom: 20px; }
      #hd #universal .itembox {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
        padding-bottom: 50px; }
        #hd #universal .itembox .item {
          width: 25%;
          margin-bottom: 10px;
          padding: 5px; }
          #hd #universal .itembox .item:nth-last-child(1) {
            min-width: 125px; }
          #hd #universal .itembox .item .pic {
            height: 90px; }
          #hd #universal .itembox .item img {
            max-width: 100% !important; }
          #hd #universal .itembox .item p {
            word-break: break-all; }
      #hd #universal .disclaimer {
        width: 90%;
        margin: auto;
        padding-bottom: 30px;
        position: relative;
        bottom: 0;
        left: 0;
        transform: translateX(0);
        text-align: center; }
        #hd #universal .disclaimer small {
          width: 100%; } }

/*# sourceMappingURL=index.css.map */
