@media screen and (min-width: 1500px) {
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.5) !important;
  }

  @keyframes hotspotShine {
  from {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.5);
  }
  to {
    transform: scale(0.6);
  }
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1680px) {
  .wr360_player {
    margin-left: -46%;
    margin-top: -5%;
  }
  .wr360_player .container {
    zoom: 2.2;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.5);
  }
  header .main-menu .main-menu-frame {
    padding-left: 300px;
  }
  header .main-menu .main-menu-frame .menu-lv2 {
    left: -300px;
  }
}

@media screen and (max-width: 1550px) {
  .wr360_player {
    margin-left: -55%;
    margin-top: -2%;
  }
  .wr360_player .container {
    zoom: 2.2;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.4);
  }

  header .main-menu .main-menu-frame .menu-lv1 > li {
    padding: 20px 0px 20px 10px;
    font-size: 1.2rem;
  }
  header .main-menu .main-menu-frame .menu-lv2 > ul > li a {
    font-size: 1.2rem;
  }
  section.product-cards div.card img {
    height: 20vh;
  }
  /* 重點新品與方案 */
  section.new {
    padding: 50px 0px 0px 0;
  }
  section.new h2 {
    margin: 120px 0 20px 0;
  }

}
@keyframes hotspotShine {
  from {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.4);
  }
  to {
    transform: scale(0.5);
  }
}

@media screen and (max-width: 1440px) {
  /* 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;
  }

  /* 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: 1.125rem;
    color: #009fe8;
    padding: 10px 15px;
  }
  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;
  }

  .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;
  }
  /* #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;} */

  .main-title {
    left: 24px;
    top: 128px;
  }
  .main-title h5 {
    font-size: 2.05rem;
  }
  .main-title h3 {
    font-size: 4.5rem;
  }
  .main-title h3_2nd-line {
    font-size: 3rem;
  }
  .main-title h6 {
    font-size: 2.7rem;
  }
  .main-title h4 {
    font-size: 2.2rem;
  }
  .title_border-1 {
    left: 24px;
  }
  #content:before {
    top: 420px;
    left: 150px;
  }

  /* 重點新品與方案 */
  section.new {
    padding: 100px 0 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    height: 100vh;
  }
  section.new h2 {
    margin-bottom: 25px;
    font-weight: 700;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  section.product-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 0 0px;
    width: 90%;
  }
  section.product-cards div.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 1rem 2rem;
    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 h4 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  section.product-cards div.card p {
    font-size: 1.2rem;
    color: #0087dc;
  }
  section.product-cards div.card h4 {
    color: #fff;
    background-color: rgb(0 0 0 / 20%);
    padding: 8px 10px;
    text-shadow: 2px 2px 3px #000;
  }
  /* 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: 1199px) {
  #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;
  }
}
/*ipad pro*/
@media screen and (max-width: 1440px) and (height: 1024px) {
  .wr360_player {
    margin-left: -48%;
    margin-top: 8%;
    width: 90%;
  }
  #content:before {
    opacity: 0%;
  }
  .main-title {
    width: 450px;
  }
}

@media screen and (max-width: 1398px) {
  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-lv2 > ul > li a {
    font-size: 1.25rem;
    padding: 20px 30px;
  }
  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: 1.45rem;
  }
  .displayInfo-title {
    font-size: 3.5rem;
  }
  .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: 0px;
    height: 0px;
    background: url("../img/notice.png") no-repeat center center;
  }
}

/*seminar*/
@media screen and (max-width: 1366px) {
  .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) { /*Jasmin筆電1280*720*/
  .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 {
    left: -20px;
    top: 150px;
  }
  .main-title h5 {
    font-size: 1.4rem;
  }
  .main-title h3 {
    font-size: 3.2rem;
  }
  .main-title h6 {
    font-size: 1.8rem;
  }
  .main-title h4 {
    font-size: 2.2rem;
  }
  .title_border-1{left:40px; width:300px; 
  }
   /* 重點新品與方案 */
   section.new {
    padding: 100px 0 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    height: 100vh;
  }
  section.new h2 {
    margin-bottom: 25px;
    font-weight: 700;
    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%;
    justify-content: center;
  }
  section.product-cards div.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 1rem 2.5rem;
    flex: 1 1 auto;
    height: 40vh;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    flex-grow: 0;
  }
  section.product-cards div.card img {
    height: 25vh;
  }
  section.product-cards div.card h4 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  section.product-cards div.card p {
    font-size: 1.2rem;
    color: #0087dc;
  }
  section.product-cards div.card h4 {
    color: #fff;
    background-color: rgb(0 0 0 / 20%);
    padding: 8px 10px;
    text-shadow: 2px 2px 3px #000;
  }
  /* 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: 1280px) {
  .wr360_player {
    margin-left: -79%;
    margin-top: 10%;
  }
  .wr360_player .container {
    zoom: 2.6;
  }
  .slick-arrow.slick-prev {
    left: -40px;
  }
  .slick-arrow.slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 1069px) {
  .btn-play-ve{
    font-size: .9rem;
    top: 50px;
    right: 70px;
  }

}

@media screen and (max-width: 1054px) {
  .wr360_player {
    margin-left: -60%;
    margin-top: 15%;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.5);
  }
  .wr360_player .container {
    zoom: 2.4;
  }
  .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: 991px) {
  .wr360_player {
    margin-left: -75%;
    margin-top: 30%;
  }
  .wr360_player .container {
    zoom: 2.5;
  }
  .hotspot_indicator {
    transform: scale(0.4);
  }

  .title-type03 {
    text-align: center;
  }
  .title-type03 h4 {
    text-align: left;
    padding: 0 10px;
  }
  .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;
  }
  .main-title {
    top: 150px;
    left: 58px;
    width: 360px;
  }
  .main-title h5 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
    color: #00288c;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
  }
  .main-title h5 span {
    padding-left: 5px;
  }
  .main-title h3 {
    font-size: 3.5rem;
    letter-spacing: 2px;
    color: #00288c;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
  }
  .main-title h3_2nd-line {
    font-size: 1.3rem;
    letter-spacing: 0.52rem;
    padding-left: 2px;
    padding-top: 50px;
  }
  .main-title h6 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #00288c;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
  }
  .main-title h4 {
    font-size: 1.6rem;
  }
  .title_border-1 {
    left: 78px;
    width: 320px;
    height: 5px;
    margin-top: -5px;
    right: 0;
    background: #0087dc;
    position: fixed;
    z-index: 50;
  }

  @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: -100%;
      margin-top: 10%;
    }
    .wr360_player .container .hotspot_indicator {
      transform: scale(0.2);
    }
    .wr360_player .container {
      zoom: 3.2;
    }

    .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 {
      top: 92px;
      left: 8px;
      width: 360px;
    }
    .main-title h5 {
      font-size: 1.8rem;
      margin-bottom: 5px;
      letter-spacing: 0.7px;
      color: #00288c;
      text-shadow: 2px 2px 4px rgb(255, 255, 255);
    }
    .main-title h5 span {
      padding-left: 5px;
    }
    .main-title h3 {
      font-size: 3.5rem;
      letter-spacing: 2px;
      color: #00288c;
      text-shadow: 2px 2px 4px rgb(255, 255, 255);
    }
    .main-title h3_2nd-line {
      font-size: 1.3rem;
      letter-spacing: 0.52rem;
      padding-left: 2px;
      padding-top: 50px;
    }
    .main-title h6 {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #00288c;
      text-shadow: 2px 2px 4px rgb(255, 255, 255);
    }
    .main-title h4 {
      font-size: 1.6rem;
    }
    .title_border-1 {
      left: 24px;
      width: 320px;
      height: 5px;
      margin-top: -5px;
      right: 0;
      background: #0087dc;
      position: fixed;
      z-index: 50;
      align-content: right;
      display: block;
    }
    #content:before {
      top: 280px;
      left: 40px;
      width: 92px;
    }

    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;
      padding: 0 10px;
    }
    .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;
    }

    @keyframes hotspotShine {
      from {
        transform: scale(0.3);
      }
      50% {
        transform: scale(0.2);
      }
      to {
        transform: scale(0.3);
      }
    }
    body.home {
      overflow: hidden;
    }
  }

  @media screen and (max-width: 680px) {
    .wr360_player {
      margin-left: -105%;
      margin-top: 60%;
    }
    .wr360_player .container .hotspot_indicator {
      transform: scale(0.3);
    }
    .wr360_player .container {
      zoom: 3.2;
    }

    header,
    header.fixed {
      height: 50px;
    }
    .header-logo a img {
      margin-top: 10px;
      width: 90px;
    }
    .border-1 {
      margin-top: 58px;
    }
    .main-title {
      top: 118px;
      left: 65px;
      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: 85px;
      width: 260px;
      height: 5px;
      margin-top: -5px;
      right: 0;
      background: #0087dc;
      position: fixed;
      z-index: 50;
      align-content: right;
      display: block;
    }
    #content:before {
      top: 240px;
      left: 40px;
      width: 92px;
    }
    #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;
    }

    /* 重點新品與方案 */
    section.new {
      padding: 8rem 0rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      overflow-y: scroll;
      height: 100vh;
    }
    section.new h2 {
      margin-top: 5px;
      font-weight: 700;
      color: #000;
      font-size: 2rem;
      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;
    }
    section.product-cards div.card h4 {
      font-size: 1.5rem;
      margin-top: 0rem;
      color: #fff;
      text-shadow: 2px 2px 5px #000;
    }
    section.product-cards div.card p {
      font-size: 1.2rem;
      color: #0087dc;
    }
    /* section.product-cards div.card a {text-decoration: none; padding: 1rem 1.5rem; font-size: 1.25rem; background-color: #B9EB5F; color: #fff;} */
  }

  @keyframes hotspotShine {
    from {
      transform: scale(0.15);
    }
    50% {
      transform: scale(0.12);
    }
    to {
      transform: scale(0.15);
    }
  }

  @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;
    }
    .btn-play-ve{
      top: 70px;
    }
  }

  @media screen and (max-width: 480px) {
    .wr360_player {
      margin-left: -155%;
      margin-top: 200px;
    }
    .wr360_player .container .hotspot_indicator {
      transform: scale(0.3);
    }
    .wr360_player .container {
      zoom: 4;
    }
    .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;
    }
  }
  @media screen and (max-height: 480px) {
    .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;
    }
    #content:before {
      top: 240px;
      content: "";
      width: 92px;
      background: url(../img/notice.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      left: 15px;
      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;
    }

    .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;
    }
    .wr360_player {
      top: 60px;
      left: -70px;
    }
    .wr360_player .container {
      zoom: 2;
    }

    .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: 8rem 0rem;
      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: #000;
      font-size: 2.5rem;
      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;} */
  }

  @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);
    }
    .wr360_player {
      margin-left: -750px;
    }
    .wr360_player .container {
      zoom: 2;
    }
  }

  @media screen and (max-width: 415px) {
    .wr360_player {
      margin-left: -465px;
      margin-top: 255px;
      height: 130px !important;
    }
    .wr360_player .container {
      zoom: 3.2;
      height: 140px !important;
    }
    .wr360_player .container .panning {
      height: 140px !important;
      width: 300px !important;
    }
    .main-title {
      left: 50px;
    }
    .title_border-1{left:70px;
    } 
}
@media screen and (max-width: 376px) {
  .wr360_player {
    margin-left: -320px;
    margin-top: 230px;
    height: 130px !important;
  }
  .wr360_player .container {
    zoom: 2.7;
    height: 130px !important;
  }
  .wr360_player .container .panning {
    height: 130px !important;
    width: 265px !important;
  }
  .wr360_player .container .hotspot_indicator {
    transform: scale(0.12);
  }
  /* #content:before{width: 90px;height: 90px;} */
  .main-title h5 {
    letter-spacing: -2;
    font-size: 1.35rem;
    margin-bottom: 5px;
  }
  .main-title h5 span {
    padding-left: 5px;
  }
  .main-title h3 {
    font-size: 2.75rem;
    letter-spacing: 1px;
  }
  .main-title h3_2nd-line {
    font-size: 1.3rem;
    letter-spacing: 0.45rem;
    padding-top: 40px;
  }
  .main-title {
    left: 40px;
  }
  .main-title h6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .main-title h4 {
    font-size: 1.2rem;
  }
.title_border-1{left:60px;
} 
}
/* @keyframes hotspotShine {
    from {
      transform: scale(0.12);
    }
    50% {
      transform: scale(0.08);
    }
    to {
      transform: scale(0.12);
    }
  } */
