@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1775px) {
  .wr360_player {
    margin-left: -850px;
    margin-top: -180px;
  }
  .wr360_player .container {
    zoom: 2;
  }
  header .main-menu .main-menu-frame {
    padding-left: 250px;
  }
  header .main-menu .main-menu-frame .menu-lv2 {
    left: -250px;
  }
  /*首頁標題*/
  .main-title {
    width: 400px;
    color: rgb(0 40 140);
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 420px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 2.6rem;
    font-weight: 100;
    width: 420px;
  }

  /*重點新品*/
  section.product-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0 0px;
    width: 90%;
  }
  section.product-cards div.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0rem;
    flex: 1 1 auto;
    height: 50vh;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
  }
  section.product-cards div.card:hover {
    transform: scale(1.1, 1.1);
    /* cursor: pointer; */
  }
  section.product-cards div.card img {
    height: 30vh;
  }
}

@media (max-width: 1680px) {
  .wr360_player .container {
    zoom: 2;
  }
}

@media screen and (max-width: 1440px) {
  .wr360_player {
    margin-left: -870px;
    margin-top: -145px;
  }
  .wr360_player .container {
    zoom: 2.2;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.9);
  }
  /* header .main-menu .main-menu-frame .menu-lv1 > li {
    padding: 20px 10px;
    text-align: center;
  }
  header .main-menu .main-menu-frame .menu-lv1 > li .menulv1-title {
    flex: 1 0 auto;
    font-size: 1.2rem;
    padding: 1.5rem 0.5rem 0rem 1rem;
    display: flex;
    color: #000;
    transition: all ease-in-out 0.3s;
  }
  header .main-menu .main-menu-frame .menu-lv2 > ul > li a {
    font-size: 1.2rem;
    padding: 20px 2px 15px 2px;
  } */
  @keyframes hotspotShine {
    from {
      transform: scale(0.7);
    }
    50% {
      transform: scale(0.6);
    }
    to {
      transform: scale(0.7);
    }
  }
}
/*ipad pro*/
@media screen and (max-width: 1440px) and (height: 1024px) {
  .wr360_player {
    margin-left: -600px;
    margin-top: -30px;
    width: 90%;
  }
  #content:before {
    opacity: 0%;
  }
}
@media screen and (max-width: 1398px) {
  /* header */
  header,
  header.fixed {
    z-index: 900;
    height: 90px;
    min-height: 0px;
    margin-top: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
  header .block-frame {
    padding: 0;
  }
  .header-logo,
  header.fixed .header-logo {
    width: 200px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    position: absolute;
  }
  header .xs-menu-toggle {
    position: absolute;
    right: 30px;
    height: auto;
    width: auto;
    bottom: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  header .main-menu {
    background: url(../img/bg-mb.jpg) repeat-y top center;
    background-size: 100%;
    display: block;
    position: fixed;
    right: -200%;
    top: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    transition: all ease-in-out 0.3s;
    z-index: -1;
    width: 375px;
    max-width: 100%;
    float: none;
    height: 100vh;
    margin-top: 0;
    padding-bottom: 190px;
  }

  header .main-menu .main-menu-frame {
    z-index: 2;
    padding: 0;
    margin-bottom: 20px;
    max-height: calc(100% - 128px);
  }
  header .main-menu .main-menu-frame .menu-lv1 {
    width: 335px;
    flex-direction: column;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
  }
  header .main-menu .main-menu-frame .menu-lv1 > li {
    width: 335px;
    text-align: left;
    padding: 0 20px;
    position: relative;
    margin-top: -1px;
  }
  header .main-menu .main-menu-frame .menu-lv1 > li.e-lv2:before {
    content: "";
    background: url(../img/arrow-down-g.png) no-repeat center center;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  /* header .main-menu .main-menu-frame .menu-lv1>li.e-lv2.open-lv2:before{background: url(../img/arrow-down-w.png)no-repeat center center;background-size: 100% 100%;} */
  header .main-menu .main-menu-frame .menu-lv1 > li .menulv1-title .en {
    display: none;
  }
  header .main-menu .main-menu-frame .menu-lv1 > li .menulv1-title {
    padding: 15px 20px;
    border-bottom: 1px solid #b4c3cf;
    margin-top: 0;
    height: auto;
    font-size: 1rem;
  }

  /* header .main-menu .main-menu-frame .menu-lv1>li.e-lv2.open{background-color: #0089dd; left:20px; } */
  header .main-menu .main-menu-frame .menu-lv1 .open-lv2 .menulv1-title {
    position: relative;
    margin-top: 0;
    color: #0087dc !important;
    border: none;
  }
  header
    .main-menu
    .main-menu-frame
    .menu-lv1
    > li.open.menu-lv1
    > li.active.menulv1-title {
    color: #fff !important;
  }

  header .main-menu .main-menu-frame .menu-lv2 {
    top: 50px;
    left: 0px;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
    border: none;
    border-top: 5px solid #0089dd;
  }
  header .main-menu .main-menu-frame .menu-lv2:before {
    content: "";
    width: 20%;
    height: 5px;
    position: flex;
    top: -5px;
    right: 0;
    background: #64cddc;
  }
  header .main-menu .main-menu-frame .menu-lv2:after {
    content: "";
    width: 50px;
    height: 5px;
    position: absolute;
    top: -5px;
    right: 0;
    background: #bedc5a;
  }
  header .main-menu .main-menu-frame .menu-lv2 > ul {
    width: 360px;
    flex-direction: column;
    padding: 5 0px;
    background: -moz-linear-gradient(
      -30deg,
      rgba(30, 87, 153, 0) 0%,
      rgba(0, 159, 232, 0.1) 100%
    );
    background: -webkit-linear-gradient(
      -30deg,
      rgba(30, 87, 153, 0) 0%,
      rgba(0, 159, 232, 0.1) 100%
    );
    background: linear-gradient(
      150deg,
      rgba(30, 87, 153, 0) 0%,
      rgba(0, 159, 232, 0.1) 100%
    );
  }
  header .main-menu .main-menu-frame .menu-lv2 > ul > li {
    width: 100%;
    background: transparent;
    padding: 0 20px;
  }
  header .main-menu .main-menu-frame .menu-lv2 > ul > li a {
    width: 300px;
    display: flex;
    font-size: 1rem;
    color: #009fe8;
    padding: 10px 5px;
  }
  header .main-menu .main-menu-frame .menu-lv2 > ul > li a .en {
    display: none;
  }
  header .main-menu .main-menu-frame .open-lv2 .menu-lv2 {
    display: block;
  }

  header .main-menu .menu-area-01 {
    display: block;
    height: 90px;
    position: relative;
    margin: 0 30px;
  }
  header .main-menu .menu-area-01 .header-logo {
    left: 0;
  }
  header .main-menu .menu-area-01 ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  header .main-menu .menu-area-01 ul li {
    padding-right: 30px;
  }
  header .main-menu .menu-area-01 ul li:last-child {
    padding: 0;
  }
  header .main-menu .menu-area-01 ul li .btn {
    padding: 25px 0 8px;
  }
  header .main-menu .menu-footer {
    display: block;
    padding: 0 30px;
    position: absolute;
    bottom: 65px;
    width: 100%;
  }
  header .main-menu .menu-footer p {
    font-size: 0.85rem;
    color: #000;
  }
  header .main-menu .menu-01 {
    display: none !important;
  }

  .open-menu header {
    z-index: 999;
  }
  .open-menu header:before {
    display: block;
  }
  .open-menu header .main-menu {
    opacity: 1;
    overflow: visible;
    z-index: 1001;
    box-shadow: 0px 5px 10px 0px #bbb;
    top: 0;
    right: 0;
    text-align: left;
  }
  .open-menu {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
  }
  .open-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 999;
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
  }
  .open-menu .header-logo .logo-basic {
    display: block;
  }
  .open-menu .header-logo .logo-hover {
    display: none;
  }
  .open-menu header .main-menu .main-menu-frame:before,
  .open-displaycard header .main-menu .main-menu-frame:before {
    display: none;
  }
  .open-menu header .main-menu .main-menu-frame:after,
  .open-displaycard header .main-menu .main-menu-frame:after {
    display: none;
  }
  .open-menu header .main-menu .main-menu-frame,
  .open-displaycard header .main-menu .main-menu-frame {
    left: 16px;
    border: none;
  }
  .open-displaycard:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 999;
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
  }

  .main {
    padding-bottom: 0;
  }
  .draw section {
    padding-left: 420px;
  }
  .tab-type01 .nav-tabs .nav-link {
    padding: 0 25px;
  }
  .display-card .card-outter {
    padding: 40px 25px;
  }
  .video-card .video-imgbox img {
    height: 200px;
  }
  .video-card .video-title {
    padding: 15px 20px;
  }
  .video-iframe iframe {
    max-height: 450px;
  }
  .card-video-list .list-item:hover .video a {
    transform: none;
    box-shadow: none;
  }

  footer:before {
    display: none;
  }
  .footer-social {
    justify-content: space-between;
    padding-bottom: 8px;
  }
  .footer-social ul {
    padding: 0;
  }
  .footer-social ul li {
    margin: 0;
    margin-right: 6px;
  }
  .footer-social ul li:last-child {
    margin: 0;
  }
  .footer-social span {
    color: #000;
  }
  .footer-bottom {
    display: none;
  }
  .displayInfoBox {
    max-width: 420px;
    padding: 0;
  }
  .displayInfoBox-outter {
    overflow: auto !important;
    max-height: calc(100% - 120px);
    padding: 30px 25px;
  }
  .displayInfo-title .year {
    font-size: 1.55rem;
  }
  .displayInfo-title {
    font-size: 3.75rem;
  }
  .displayInfo-text .info-gp .name {
    font-size: 0.9rem;
    margin-right: 20px;
    min-width: 60px;
  }
  .displayInfo-text .info-gp p {
    font-size: 1.125rem !important;
  }
  .displayInfo-text .info-gp p.font-30 {
    font-size: 1.75rem !important;
  }

  .modal-type01 .modal-dialog {
    margin: 130px auto 20px;
    padding: 0 15px;
  }
  .modal-type01 .modal-content {
    max-height: none;
  }
  .modal-type01 .modal-header {
    padding-top: 60px;
  }
  .modal-type01 .modal-header .close {
    left: auto;
    right: 0;
    justify-content: center;
  }
  .modal-type01 .modal-header .close:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
    right: 0;
  }
  .modal-type01 .modal-header .close img {
    margin: 0;
  }
  .modal-type01 .modal-category {
    font-size: 1.125rem;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .modal-type01 .modal-category:before {
    display: none;
  }

  .modal-type01 .close {
    left: auto;
    right: 0;
    justify-content: center;
    top: 40px;
  }
  .modal-type01 .close:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
    right: 0;
  }
  .modal-type01 .close img {
    margin: 0;
  }

  .modal-type02 .modal-header {
    padding-right: 60px;
  }
  .modal-type02 .modal-header .close {
    left: auto;
    right: 0;
    justify-content: center;
  }
  .modal-type02 .modal-header .close:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
    right: 0;
  }
  .modal-type02 .modal-header .close img {
    margin: 0;
  }

  /*首頁標題*/
  .main-title {
    width: 400px;
    color: rgb(0 40 140);
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 420px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 2.6rem;
    font-weight: 100;
    width: 420px;
  }

  /* 重點新品與方案 */
  section.new {
    padding: 120px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    height: 100vh;
  }
  section.new h2 {
    margin-bottom: 50px;
    font-weight: 700;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  section.product-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 55px 0 0 0px;
    width: 98%;
  }
  section.product-cards div.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 1rem;
    flex: 1 1 auto;
    height: 40vh;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
  }
  section.product-cards div.card img {
    height: 30vh;
  }
  /* section.product-cards div.card a {text-decoration: none; padding: 1rem 1.5rem; font-size: 1.25rem; background-color: #B9EB5F; color: #fff;} */
}

@media screen and (max-width: 1366px) {
  p {
    font-size: 1rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.25rem;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  .btn.btn-blue {
    font-size: 1rem;
  }
  header .main-menu .main-menu-frame .menu-lv1 > li .menulv1-title {
    font-size: 1.2rem;
  }
  header .main-menu .menu-01 li a {
    font-size: 1rem;
    height: 90px;
  }
  header .main-menu .main-menu-frame .menu-lv1 > li .menulv1-title img {
    padding-left: 4px;
    width: 40px;
  }
  .footer-info span {
    font-size: 1rem;
  }
  .footer-social span {
    font-size: 0.85rem;
  }
  .footer-bottom .footer-left p {
    font-size: 0.85rem;
  }
  .displayInfo-title .year {
    font-size: 2.2rem;
  }
  .displayInfo-title {
    font-size: 3.2em;
  }
  .displayInfo-text .info-gp .name {
    font-size: 1rem;
  }
  .displayInfo-text .info-gp p {
    font-size: 1.125rem !important;
  }
  .displayInfo-text .info-gp p.font-30 {
    font-size: 1.5rem !important;
  }
  .displayInfo-text .info-gp p.font-9r {
    font-size: 0.9rem !important;
  }
  .display-card .card-title .title {
    font-size: 1.75rem;
  }
  .card-list > li > a {
    font-size: 1rem;
  }
  .card-list > li .card-list-lv2 ul > li > a {
    font-size: 0.85rem;
  }
  .modal-type01 .breadcrumb .breadcrumb-item {
    font-size: 0.85rem;
  }
  .modal-type01 .modal-category {
    font-size: 1.25rem;
  }
  .modal-type01 .modal-title {
    font-size: 1.75rem;
  }
  .tab-type01 .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .title-type01 {
    font-size: 1.5rem;
  }
  .title-type02 h2 {
    font-size: 2.5rem;
  }
  .title-type02 span.en {
    font-size: 1rem;
  }
  .title-type03 h3 {
    font-size: 1.75rem;
  }
  .display-area {
    font-size: 1rem;
  }
  blockquote p {
    font-size: 1rem;
  }
  .ul-type02 li span {
    font-size: 1rem;
  }
  .ul-type02 li .ul-type03 li {
    font-size: 1rem;
  }
  .timeline-card.event .title {
    font-size: 1rem;
  }
  .timeline-card.product .title span {
    font-size: 1rem;
  }
  .card-video-list .list-item .text .video-title {
    font-size: 1rem;
  }
  #content:before {
    content: "";
    width: 110px;
    height: 110px;
    background: url("../img/notice.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 310px;
    right: 200px;
    z-index: 500;
  }
  .seminar-text .info-gp .title {
    font-size: 1rem !important;
  }
  .seminar-text .info-gp2 .title {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1200px) and (max-height: 800px) {
  .wr360_player {
    margin-left: -65%;
    margin-top: 0%;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.5);
  }
  @keyframes hotspotShine {
    from {
      transform: scale(0.5);
    }
    50% {
      transform: scale(0.4);
    }
    to {
      transform: scale(0.5);
    }
  }
  #content:before {
    content: "";
    width: 90px;
    height: 90px;
    background: url("../img/notice.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 300px;
    right: 150px;
    z-index: 500;
  }
  .footer-displayInfo {
    top: -30px;
    width: 120px;
    height: 100px;
  }
  .footer-displayInfo:before {
    border-width: 0 60px 100px 60px;
  }
  .footer-info {
    padding-top: 30px;
    bottom: 10px;
  }
  .footer-info span {
    font-size: 1rem;
  }
  .footer-info:before {
    width: 20px;
    height: 20px;
  }
  /*首頁標題*/
  .main-title {
    width: 400px;
    color: rgb(0 40 140);
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 420px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 2.6rem;
    font-weight: 100;
    width: 420px;
  }
}

@media screen and (max-width: 1199px) {
  .wr360_player {
    margin-left: -75%;
    margin-top: 0%;
    width: 100%;
  }
  .wr360_player .container {
    zoom: 2.8;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.5);
  }
  #modal-product.modal-type01 .modal-dialog {
    padding: 0 15px;
  }
  #modal-product.modal-type01 .close {
    top: 60px;
    right: 60px;
    left: auto;
  }
  #modal-product.modal-type01 .close:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
  }
  /* 重點新品與方案 */
  section.new {
    padding: 120px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    height: 100vh;
  }
  section.new h2 {
    margin-bottom: 50px;
    font-weight: 700;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  section.product-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 55px 0 0 0px;
    width: 98%;
  }
  section.product-cards div.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 1rem;
    flex: 1 1 auto;
    height: 40vh;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
  }
  section.product-cards div.card img {
    height: 30vh;
  }

  /*Download Lang*/
  ul .download-item .lang-1 {
    margin-left: 40%;
  }
  ul .download-item .lang-2 {
    margin-left: 25%;
  }
}

@media screen and (max-width: 1054px) {
  .wr360_player {
    margin-left: -90;
    margin-top: 10%;
    width: 80%;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.5);
  }
  @keyframes hotspotShine {
    from {
      transform: scale(0.5);
    }
    50% {
      transform: scale(0.4);
    }
    to {
      transform: scale(0.5);
    }
  }
  .wr360_player .container {
    zoom: 3.5;
  }
  .img-frame img {
    height: 250px;
  }
  .title-type02 {
    margin-top: 0;
  }
  blockquote {
    max-width: 100%;
  }
  .business-group .ul-type02 {
    padding: 0;
  }
  .timeline-card {
    height: 240px;
  }
  .timeline-card.event .imgbox img {
    height: 180px;
  }
  .timeline-card.product .imgbox img {
    max-height: 130px;
  }
  .timeline-card.product .title span {
    font-size: 1rem;
  }
  .timeline-card.event .title {
    font-size: 1rem;
  }
  .welcome-video .skip {
    bottom: 85px;
    font-size: 1rem;
    width: 80px;
    padding: 6px 8px;
  }
  #modal-product.modal-type01 .close {
    top: 40px;
    right: 0px;
    left: auto;
  }
  #modal-product.modal-type01 .close:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .img-frame img {
    height: 250px;
  }
  .main-download {
    bottom: 50px;
  }
  .wr360_player {
    margin-left: -85%;
    margin-top: 1%;
  }
  #content:before {
    opacity: 0%;
  }
}

@media screen and (max-width: 1024px) and (max-height: 800px) {
  .wr360_player {
    margin-left: -85%;
    margin-top: 1%;
  }
  #content:before {
    opacity: 0%;
  }
  /*首頁標題*/
  .main-title {
    width: 320px;
    color: rgb(0 40 140);
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 320px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 1.8rem;
    font-weight: 100;
    width: 320px;
  }
}
/*ipad Air*/
@media screen and (width: 1180px) and (height: 820px) {
  .wr360_player {
    margin-left: -70%;
    margin-top: -1%;
    width: 90%;
  }
  #content:before {
    opacity: 0%;
  }
  /*首頁標題*/
  .main-title {
    width: 320px;
    color: rgb(0 40 140);
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 320px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 1.8rem;
    font-weight: 100;
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .wr360_player {
    margin-left: -80%;
    margin-top: 15%;
  }
  #content:before {
    opacity: 0%;
  }
  .wr360_player .container {
    zoom: 3.5;
  }
  .hotspot_indicator {
    transform: scale(0.5);
  }

  .title-type03 {
    text-align: center;
  }
  .title-type03 h4 {
    display: none;
  }
  .title-type03:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .video-card {
    margin-bottom: 20px;
  }
  .video-card .video-imgbox img {
    height: 300px;
  }
  .display-area .text-box {
    margin-top: 20px;
  }
  .row.img-text-box.flex-reverse-md {
    flex-direction: column-reverse;
  }
  .row.img-text-box .text,
  .row.img-text-box .img,
  .row.img-text-box.flex-reverse-md .text,
  .row.img-text-box.flex-reverse-md .img {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-type03 {
    text-align: center;
  }
  .title-type03 h4 {
    display: center;
  }
  .title-type03:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .download-banner .download-type-name {
    max-width: 250px;
  }
  .download-list {
    margin: 0 -12px;
  }
  .download-list .download-item {
    padding: 0 12px;
    width: 33.3%;
  }
  .download-type .type-item .itemthumb img {
    height: 220px;
  }

  /*Download Lang*/
  ul .download-item .lang-1 {
    margin-left: 40%;
  }
  ul .download-item .lang-2 {
    margin-left: 28%;
  }

  @keyframes hotspotShine {
    from {
      transform: scale(0.5);
    }
    50% {
      transform: scale(0.4);
    }
    to {
      transform: scale(0.5);
    }
  }
}

@media screen and (max-width: 767px) {
  .wr360_player {
    margin-left: -95%;
    margin-top: 15%;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.3);
  }
  .wr360_player .container {
    zoom: 3.8;
  }
  #content:before {
    opacity: 0%;
  }
  .btn.btn-blue {
    width: 180px;
    font-size: 0.9rem;
  }
  .block-frame {
    height: 50px;
  }
  .show-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
  .login-dropdown .show-xs {
    display: inline-block;
  }
  header,
  header.fixed {
    height: 50px;
  }
  .header-logo a img {
    margin-top: 10px;
    width: 90px;
  }
  .border-1 {
    margin-top: 58px;
  }

  /*首頁標題*/
  .main-title {
    width: 400px;
    color: rgb(0 40 140);
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 420px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 2.6rem;
    font-weight: 100;
    width: 420px;
  }
  header .xs-menu-toggle {
    bottom: 10px;
  }
  header .xs-menu-toggle img {
    width: 25px;
  }
  header .main-menu {
    height: auto;
    bottom: 0;
    padding-bottom: 125px;
  }
  header .main-menu .menu-area-01 {
    height: 50px;
  }
  header .main-menu .menu-area-01 ul li .btn {
    padding: 10px 0;
  }
  header .main-menu .menu-area-01 ul li .btn img {
    width: 20px;
  }
  header .main-menu .main-menu-frame {
    max-height: calc(100% - 50px);
  }
  header .main-menu .menu-footer {
    bottom: 0;
  }
  .main {
    padding-top: 50px;
  }
  .display-card .close {
    left: auto;
    right: -5px;
    top: -5px;
  }
  .display-card {
    left: -110vw;
    width: 100%;
    min-width: auto;
    max-height: calc(100% - 50px);
    height: calc(100% - 50px) !important;
  }
  .display-card.show {
    left: 0;
    bottom: 0;
    top: 92px;
  }
  .display-card:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
    right: -5px;
    z-index: 1;
  }
  .displayInfoBox-outter {
    max-height: calc(100% - 110px);
  }
  .displayInfoBox {
    height: calc(100% - 50px);
  }
  .footer-displayInfo {
    top: -30px;
    width: 120px;
    height: 100px;
  }
  .footer-displayInfo:before {
    border-width: 0 60px 100px 60px;
  }
  .footer-info {
    padding-top: 30px;
    bottom: 10px;
  }
  .footer-info span {
    font-size: 1rem;
  }
  .footer-info:before {
    width: 20px;
    height: 20px;
  }
  .modal-type01 .modal-body .modal-inner {
    padding: 0;
  }
  .modal-type01 .modal-header {
    padding: 60px 20px 10px;
  }
  .modal-type01 .modal-category {
    font-size: 0.9rem;
    padding: 10px 50px 10px 15px;
  }
  .modal-type01 .modal-title {
    font-size: 1.75rem;
  }
  .modal-type01 .modal-dialog {
    margin-top: 100px;
  }
  .modal-type01 .modal-content {
    height: calc(100vh - 120px);
  }
  .modal-type01 .close {
    top: 60px;
  }
  #modal-product.modal-type01 .close {
    top: 60px;
  }
  #modal-product.modal-type01 .modal-dialog {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  #modal-product.modal-type01 .modal-content {
    height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
  .title-type01 {
    font-size: 1.25rem;
    padding-left: 25px;
  }
  .title-type01:before {
    width: 20px;
    height: 20px;
  }
  .tab-type01 .nav-tabs .nav-link {
    font-size: 0.9rem;
    padding: 0 10px;
  }
  .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .img-display .enlarge {
    background: rgba(0, 0, 0, 0.2);
    left: auto;
    right: 8px;
    top: 8px;
  }
  .display-area {
    margin-bottom: 20px;
  }
  .display-area .col-lg-4:last-child .video-card {
    margin-bottom: 0;
  }
  .video-iframe iframe {
    height: 250px;
  }
  .video-card .video-imgbox img {
    height: 250px;
  }
  section {
    padding: 40px 0;
  }
  .main section:last-child {
    padding-bottom: 100px;
  }
  .title-type02 h2 {
    font-size: 2.25rem;
    margin-top: 20px;
  }
  .title-type03 h3 {
    font-size: 1.75rem;
  }
  .text-box p {
    font-size: 0.9rem;
    line-height: 1.75;
  }
  blockquote {
    padding: 35px 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  blockquote p {
    font-size: 1rem;
    max-width: 100%;
    line-height: 1.75;
  }
  .row.img-text-box .text,
  .row.img-text-box.flex-reverse-md .text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  section .text-box {
    padding: 0 10px;
  }
  .business-group .ul-type02 {
    padding: 0 10px;
  }
  .ul-type02 {
    margin-top: 0;
  }
  .ul-type02 li:before {
    top: 2px;
  }
  .ul-type02 li h4 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  .ul-type02 li span {
    font-size: 0.9rem;
    line-height: 1.75;
  }
  .ul-type02 li .ul-type03 {
    margin-top: 5px;
  }
  .ul-type02 li .ul-type03 li {
    font-size: 0.9rem;
    line-height: 1.75;
    padding-bottom: 5px;
  }
  #about02 {
    background: url(../img/about-bg01-mb.jpg) no-repeat bottom right;
    background-size: cover;
    padding-bottom: 200px;
  }
  #about03 {
    background: url(../img/about-bg02-mb.jpg) no-repeat bottom right;
    background-size: cover;
    padding-bottom: 140px;
  }
  .slick-list {
    padding: 0 !important;
  }
  .timeline-box {
    padding: 0 10px;
  }
  .timeline-year .year h4 {
    font-size: 1.25rem;
    height: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .timeline-year .year.slick-current h4 {
    font-size: 1.5rem;
  }
  .timeline-item {
    padding: 10px 13px 20px;
  }
  .slick-arrow.slick-prev {
    left: -28px;
    z-index: 1;
  }
  .slick-arrow.slick-next {
    right: -28px;
    z-index: 1;
  }
  .timeline-card.event .imgbox img {
    height: 230px;
  }
  .timeline-card {
    height: 290px;
  }
  .timeline-card.product .imgbox img {
    max-height: 160px;
  }

  .traffic .displayInfoBox {
    height: 350px;
    max-width: 100%;
    width: 100%;
  }
  .traffic .displayInfoBox .displayInfoBox-outter {
    max-height: 100%;
  }

  .draw section:last-child {
    padding-left: 0;
    padding-bottom: 350px !important;
  }
  #modal-product.modal-type01 .close {
    top: 40px;
    right: 0;
    left: auto;
  }
  #modal-product.modal-type01 .close:before {
    border-width: 0px 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
  }

  /*Download Lang*/
  ul .download-item .lang-1 {
    margin-left: 40%;
  }
  ul .download-item .lang-2 {
    margin-left: 20%;
  }
  span .download-item .break {
    display: inline-block;
  }
  @keyframes hotspotShine {
    from {
      transform: scale(0.3);
    }
    50% {
      transform: scale(0.2);
    }
    to {
      transform: scale(0.3);
    }
  }

  body.home {
    overflow: hidden;
  }

  /*首頁標題*/
  .main-title {
    width: 400px;
    color: rgb(0 40 140);
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 420px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 2.6rem;
    font-weight: 100;
    width: 420px;
  }
}

@media screen and (max-width: 680px) {
  .wr360_player {
    margin-left: -85%;
    margin-top: 35%;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.3);
  }
  .wr360_player .container {
    zoom: 3.5;
  }
  header,
  header.fixed {
    height: 50px;
  }
  .header-logo a img {
    margin-top: 10px;
    width: 90px;
  }
  .border-1 {
    margin-top: 58px;
  }
  .main-title {
    top: 88px;
    left: 16px;
    width: 300px;
  }
  #modal-product.modal-type01 .close {
    top: 40px;
    right: 0px;
    left: auto;
  }
  #modal-product.modal-type01 .close:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
    top: 0px;
  }
  .modal-type01 .close img {
    margin: 0px 0 0 0;
  }
  /*首頁標題*/
  .main-title {
    width: 400px;
    color: rgb(0 40 140);
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 420px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 2.6rem;
    font-weight: 100;
    width: 420px;
  }

  /* 重點新品與方案 */
  section.new {
    padding: 6rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    height: 100vh;
  }
  section.new h2 {
    margin: 20px 0 20px 0;
    font-weight: 600;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  section.product-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 0 0px;
    width: 98%;
  }
  section.product-cards div.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 1rem;
    flex: 1 1 auto;
    height: 40vh;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
  }
  section.product-cards div.card img {
    height: 30vh;
  }
  @keyframes hotspotShine {
    from {
      transform: scale(0.15);
    }
    50% {
      transform: scale(0.12);
    }
    to {
      transform: scale(0.15);
    }
  }
}
@media screen and (max-width: 550px) {
  /*Download Lang*/
  ul .download-item .lang-1 {
    margin-left: 33%;
  }
  ul .download-item .lang-2 {
    margin-left: 20%;
  }
  span .download-item .break {
    display: inline-block;
  }
}

@media screen and (max-width: 510px) {
  #modal-product.modal-type01 .close {
    top: 40px;
    right: 0px;
    left: auto;
  }
  #modal-product.modal-type01 .close:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
    top: 20px;
  }
  .modal-type01 .close img {
    margin: 40px 0 0 0;
  }
  .wr360_player {
    margin-left: -135%;
    margin-top: 35%;
    height: 140px !important;
  }
  .wr360_player .container {
    zoom: 4.5;
    height: 140px !important;
  }
  .wr360_player .container .panning {
    height: 140px !important;
    width: 300px !important;
  }
  /*首頁標題*/
  .main-title {
    width: 380px;
    color: rgb(0 40 140);
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 380px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 2rem;
    font-weight: 100;
    width: 380px;
  }
}

@media screen and (max-width: 414px) {
  .wr360_player {
    margin-left: -135%;
    margin-top: 35%;
    height: 140px !important;
  }
  .wr360_player .container {
    zoom: 4.5;
    height: 140px !important;
  }
  .wr360_player .container .panning {
    height: 140px !important;
    width: 300px !important;
  }
  #content:before {
    content: "";
    width: 80px;
    height: 80px;
    background: url("../img/notice.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 220px;
    right: 150px;
    z-index: 500;
  }
  /*首頁標題*/
  .main-title {
    width: 350px;
    color: rgb(0 40 140);
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 100;
    text-align: center;
  }
  .main-title h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .main-title h5 span {
    letter-spacing: 2px;
    padding-left: 18px;
  }
  .main-title h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .title_border-1 {
    width: 350px;
    height: 6px;
    margin-top: 0px;
    right: 10;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  .title_border-2 {
    left: 0%;
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #64d7d7;
    position: flex;
    z-index: 100;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .title_border-3 {
    width: 50%;
    height: 6px;
    margin-top: 0px;
    right: 0;
    background: #b9eb5f;
    position: felx;
    z-index: 150;
    margin-right: 0;
  }
  .main-title h6 {
    margin: 30px 0px 0;
    letter-spacing: 5px;
    font-size: 1.8rem;
    font-weight: 100;
    width: 350px;
  }
}

@media screen and (max-width: 376px) {
  .wr360_player {
    margin-left: -80%;
    margin-top: 35%;
    height: 140px !important;
  }
  .wr360_player .container {
    zoom: 3.6;
    height: 140px !important;
  }
  .wr360_player .container .panning {
    height: 140px !important;
    width: 300px !important;
  }
  /*首頁標題*/
  .main-title {
    width: 350px;
    color: rgb(0 40 140);
    position: absolute;
    right: 20px;
    top: 100px;
    z-index: 100;
    text-align: center;
  }
  @keyframes hotspotShine {
    from {
      transform: scale(0.12);
    }
    50% {
      transform: scale(0.08);
    }
    to {
      transform: scale(0.12);
    }
  }
}

@media screen and (max-height: 480px) {
  .wr360_player {
    margin-left: -750px;
  }
  .wr360_player .container {
    zoom: 4;
  }
  #content:before {
    content: "";
    width: 110px;
    height: 110px;
    background: url("../img/notice.png") no-repeat center center;
    opacity: 0%;
    background-size: 100%;
    position: absolute;
    top: 320px;
    right: 150px;
    z-index: 0;
  }

  .modal-type01-outer {
    padding-top: 60px;
  }
  .displayInfoBox {
    max-width: 100%;
  }
  .video-iframe iframe,
  .video-card .video-imgbox img {
    height: 180px;
  }
  .card-video-list .list-item .text .video-title {
    font-size: 0.9rem;
  }
  .card-video-list .list-item .video a:after {
    width: 36px;
    height: 36px;
  }
  .img-frame img {
    height: 160px;
  }
  .block-frame {
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    margin-top: 0;
  }
  header,
  header.fixed {
    height: 50px;
  }
  .header-logo {
    height: 50px;
    padding: 0px 0;
  }
  .header-logo a img {
    width: 90px;
    margin-top: 12px;
  }
  header .xs-menu-toggle {
    bottom: 10px;
  }
  header .xs-menu-toggle img {
    width: 25px;
  }
  header .main-menu {
    height: auto;
    bottom: 0;
    padding-bottom: 125px;
  }
  header .main-menu .menu-area-01 {
    height: 50px;
  }
  header .main-menu .main-menu-frame {
    max-height: calc(100% - 50px);
  }
  header .main-menu .menu-area-01 ul li .btn {
    padding: 10px 0;
  }
  header .main-menu .menu-area-01 ul li .btn img {
    width: 20px;
  }
  header .main-menu .menu-footer {
    bottom: 0;
  }
  .border-1 {
    width: 100%;
    height: 8px;
    margin-top: 58px;
    right: 0;
    background: #0087dc;
    position: fixed;
    z-index: 50;
  }
  .footer-displayInfo {
    top: -30px;
    width: 120px;
    height: 100px;
  }
  .footer-displayInfo:before {
    border-width: 0 60px 100px 60px;
  }
  .footer-info {
    padding-top: 30px;
    bottom: 10px;
  }
  .footer-info span {
    font-size: 1rem;
  }
  .main-title {
    top: 88px;
    left: 8px;
    width: 300px;
  }
  .main-title h5 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
  }
  .main-title h5 span {
    padding-left: 5px;
  }
  .main-title h3 {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
  .main-title h3_2nd-line {
    font-size: 1.3rem;
    letter-spacing: 0.52rem;
    padding-left: 2px;
    padding-top: 50px;
  }
  .main-title h6 {
    font-size: 1.55rem;
    margin-bottom: 10px;
  }
  .main-title h4 {
    font-size: 1.6rem;
  }
  .title_border-1 {
    left: 32px;
    width: 260px;
    height: 5px;
    margin-top: -5px;
    right: 0;
    background: #0087dc;
    position: fixed;
    z-index: 50;
    align-content: right;
    display: block;
  }
  #modal-product.modal-type01 .close {
    top: 40px;
  }
  #modal-product.modal-type01 .modal-dialog {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #modal-product.modal-type01 .modal-content {
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
  }
  #modal-product.modal-type01 .modal-header {
    padding-top: 50px;
  }
  #modal-product.modal-type01 .modal-title {
    margin-bottom: 5px;
  }
  .displayInfoBox {
    height: calc(100% - 50px);
  }
  .display-card {
    width: 100%;
    min-width: auto;
    max-height: calc(100% - 50px);
    height: calc(100% - 50px) !important;
    left: -2000px;
    transition: all ease-in-out 0.5s;
  }
  .display-card.show {
    left: 0;
    bottom: 0;
  }
  .display-card:before {
    border-width: 0 57px 83px 0;
    border-color: transparent #bedc5a transparent transparent;
    left: auto;
    right: -5px;
    z-index: 1;
  }
  .display-card .close {
    left: auto;
    right: -5px;
    top: -5px;
  }
  /* 重點新品與方案 */
  section.new {
    padding: 120px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    height: 100vh;
  }
  section.new h2 {
    margin-top: 0px;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  section.product-cards div.card {
    margin: 4rem 0rem;
  }
  section.product-cards div.card img {
    height: 50vh;
  }
  /* section.product-cards div.card a {text-decoration: none; padding: 2rem 2.5rem; font-size: 1.25rem; background-color: #B9EB5F; color: #fff;} */

  /*Download Lang*/
  .img-frame img {
    height: 160px;
  }
  .download-item .name {
    font-size: 0.9rem;
  }
  ul .download-item .lang-1 {
    margin-left: 33%;
  }
  ul .download-item .lang-2 {
    margin-left: 12%;
  }
  span .download-item .break {
    display: inline-block;
  }
  .download-banner .download-type-name {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75rem;
    text-align: center;
  }
}

@media screen and (max-height: 375px) {
  #content:before {
    width: 90px;
    height: 90px;
  }
  .footer-displayInfo {
    width: 108px;
    height: 90px;
    top: -15px;
  }
  .footer-displayInfo:before {
    border-width: 0 54px 90px 54px;
  }
  .footer-info {
    padding-top: 25px;
  }
  .footer-info span {
    font-size: 0.9rem;
  }
  .displayInfoBox-outter {
    max-height: calc(100% - 60px);
  }
}
