@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
:root {
  font-size: 16px;
}

/* SNS start
========================================================================== */
.at-share-dock.atss {
  z-index: 100000 !important;
  -webkit-box-shadow: 0 0 1px 1px #21D4FD !important;
          box-shadow: 0 0 1px 1px #21D4FD !important;
}

.at-icon-wrapper {
  background-color: rgba(51, 51, 51, 0.5) !important;
}

.atss .at-share-btn, .atss a {
  background: none !important;
}

.atss .at-share-btn :hover, .atss a :hover {
  background-color: #21D4FD !important;
}

/* SNS end
========================================================================== */
/* Email sales start
========================================================================== */
.LowerRightCornerIcon .mailIcon:hover {
  opacity: 1;
  background-color: #21d4fd !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Email sales end
========================================================================== */
/* header start
========================================================================== */
.header {
  font-family: Segoe UI, "Noto Sans" , "Noto Sans TC", arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(112, 112, 112, 0.377)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(112, 112, 112, 0.377));
  padding: 0 8%;
}

.header .menuToggle {
  display: none;
  position: relative;
  float: right;
  height: 100%;
  top: 23px;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header .menuToggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header .menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 5;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

.header .menuToggle span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 3;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.header .menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.header .menuToggle span:nth-last-child(3) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.header .menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -2px);
          transform: rotate(45deg) translate(-2px, -2px);
  background: #232323;
}

.header .menuToggle input:checked ~ span:nth-last-child(4) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

.header .menuToggle input:checked ~ span:nth-last-child(3) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

.header .menuToggle input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
}

.header .menuToggle .mobile-menu {
  position: absolute;
  top: -5.85938vw;
  right: -10.41667vw;
  width: 300px;
  height: 110vh;
  padding: 50px;
  padding-top: 125px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(150%);
          transform: translate(150%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 1;
}

.header .menuToggle .mobile-menu li {
  padding: 10px 0;
  font-size: 22px;
}

.header .menuToggle .mobile-filter {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}

.header .menuToggle input:checked ~ .mobile-filter {
  opacity: 0.7;
  width: 100vw;
}

.header .lang {
  position: absolute;
  right: 190px;
  height: 100%;
  font-size: 1.35em;
  font-family: Segoe UI, "Noto Sans", "Noto Sans TC", arial, sans-serif;
  z-index: 2;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.header .lang ul {
  margin-left: 0;
  padding-left: 0;
  width: 85px;
  list-style: none;
  position: relative;
  display: inline-table;
}

.header .lang ul li {
  float: left;
  width: 85px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .lang ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.header .lang ul li .visible {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  -webkit-animation-name: lang-slide;
          animation-name: lang-slide;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

@-webkit-keyframes lang-slide {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes lang-slide {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.header .lang ul li a {
  display: block;
  padding: 26px 12px;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
}

.header .lang ul ul {
  display: none;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 99%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 10px 10px;
}

.header .lang ul ul li {
  float: none;
  position: relative;
  border-radius: 0 0 10px 10px;
}

.header .lang ul ul li a {
  margin-right: 0;
  padding: 16px 14px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0 0 10px 10px;
  text-shadow: 0 0 3px #000920;
}

.header .lang ul ul li a:hover {
  background: #011927b7;
  color: #fff;
}

.header .lang #down-triangle {
  float: right;
  width: 0;
  height: 0;
  margin-top: 11px;
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.header .nav {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header .nav .logo-box {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  float: left;
  width: 150px;
  height: 100%;
  line-height: 78px;
}

.header .nav .logo-box .logo img {
  width: 150px;
}

.header .nav .menu {
  width: 100%;
  left: 80px;
  display: block;
}

.header .nav .menu li {
  float: left;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 78px;
}

.header .nav .menu li a {
  color: #ffffff;
}

.header .nav .menu li:nth-child(3) {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 30px;
  border: solid 1px #fff;
  border-radius: 30px;
  top: 15px;
  right: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .nav .menu li:nth-child(3):hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px white;
}

.header-colorChange {
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-transparent {
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.colorChange-dark {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.colorChange-dark:hover {
  -webkit-filter: drop-shadow(0px 2px 6px #fdfdfd) drop-shadow(0px 0px 10px white) drop-shadow(0px 5px 3px rgba(0, 19, 70, 0.5));
          filter: drop-shadow(0px 2px 6px #fdfdfd) drop-shadow(0px 0px 10px white) drop-shadow(0px 5px 3px rgba(0, 19, 70, 0.5));
}

.colorChange-dark-logo {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.colorChange-invert {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}

/* header end
========================================================================== */
/**
*
*
*
*
**/
/* Pop up window start
========================================================================== */
.modal {
  display: none;
  position: fixed;
  z-index: 4;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: popup;
          animation-name: popup;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.modal .pop-overLay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: auto;
  padding: 1.04167vw;
  border: 1px solid #888;
  width: 85%;
}

.modal .modal-content .closePopout {
  color: #000000;
  float: right;
  font-size: 60px;
  font-weight: lighter;
  z-index: 99;
  cursor: pointer;
}

.modal .modal-content:hover, .modal .modal-content:focus {
  color: #000;
  text-decoration: none;
  cursor: unset;
}

.modal .modal-content-container {
  position: relative;
  width: 100%;
  padding: 50px 50px;
  z-index: 5;
}

.modal .modal-content-container .row {
  margin-bottom: 15px;
}

.modal .modal-content-container-title {
  font-family: "Rajdhani", Segoe UI, "Noto Sans", "Noto Sans TC", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #008cd6;
  padding-bottom: 2rem;
}

.modal .modal-content-container .News {
  font-size: 1.4rem;
  color: #666;
  font-weight: 800;
}

.modal .modal-content-container .News a .NewsTitle {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  border-left: solid 3px #666;
  padding-left: 20px;
  background: #eeeeee;
  background: linear-gradient(80deg, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  padding-top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal .modal-content-container .News a:hover .NewsTitle {
  color: #008cd6;
}

.modal .modal-content-container p {
  font-family: Segoe UI, "Noto Sans", "Noto Sans TC", arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  padding-bottom: 1.05rem;
}

.modal .modal-content-container-product-list-title {
  padding-top: 50px;
  color: #666;
  font-weight: bold;
  font-size: 1.5rem;
}

.modal .modal-content-container-product-list-title img {
  width: 34px;
  height: auto;
  margin-right: 10px;
  margin-left: 14px;
}

.modal .modal-content-container .yt-alignment {
  text-align: center;
  width: 50%;
  height: 100%;
}

.modal .modal-content-container .yt-alignment #yt-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal .modal-content-container .yt-alignment iframe {
  width: 100%;
  height: 21.77083vw;
}

.modal .modal-content-container .yt-alignment .yt {
  width: 100%;
  height: 22.13542vw;
  display: inline-block;
}

.modal .modal-content-container .yt-alignment .yt .yt-info {
  width: 100%;
  height: 100%;
  display: none;
  display: in-line;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.modal .modal-content-container .yt-alignment .yt iframe {
  width: 100%;
  height: 21.77083vw;
  padding: 0 2px;
}

.modal .modal-content-container .yt-alignment .yt-nav {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.modal .modal-content-container .yt-alignment .yt-nav .yt-thumb {
  float: left;
  width: 33.3333%;
  height: 100%;
  border: 2px solid #fff;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal .modal-content-container .yt-alignment .yt-nav .yt-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.modal .modal-content-container .yt-alignment .yt-nav .yt-thumb:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.modal .modal-content-container .yt-alignment .yt-nav .yt-thumb_active {
  opacity: 1;
  -webkit-animation-name: activeIn;
          animation-name: activeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes activeIn {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

@keyframes activeIn {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.modal .modal-content-container .yt-alignment .yt-nav .yt-thumb_active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #00dcff;
  -webkit-box-shadow: 0 5px 15px rgba(11, 20, 44, 0.3);
          box-shadow: 0 5px 15px rgba(11, 20, 44, 0.3);
  -webkit-animation-name: activeIn;
          animation-name: activeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.modal .modal-content-container .productItem {
  font-family: "segoe ui" , "Noto Sans TC", Arial, Helvetica, sans-serif;
  width: 12%;
  font-weight: bold;
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.modal .modal-content-container .productItem a {
  color: #666;
}

.modal .modal-content-container .productItem a:hover p {
  color: #008cd6;
}

.modal .modal-content-container .productItem a:hover img {
  -webkit-filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.5));
}

.modal .modal-content-container .productItem img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.3));
  padding: 40px 0 15px 0;
}

.modal .modal-content-container .productItem p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}

.modal .modal-content-container .productItem .productInfo {
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
  text-align: left;
}

.modal .modal-content-container .productItem .productInfo a {
  text-decoration: underline;
  color: #008cd6;
}

.modal .modal-content-container .Products {
  margin-bottom: 50px;
}

.modal .modal-content-container .Products .productItemBTN {
  width: auto;
  margin: 75px 50px 50px -50px;
}

.modal .modal-content-container .Products a:hover .productItemBTN {
  color: #008cd6;
}

.modal .modal-content-container-article {
  font-size: 1.5rem;
  font-weight: bold;
  color: #666;
  position: relative;
}

.modal .modal-content-container-article img {
  width: 34px;
  height: auto;
  margin-right: 10px;
  margin-left: 14px;
}

.modal .modal-content-container-article a:hover .list-odd,
.modal .modal-content-container-article a:hover .list-even {
  color: #000;
  background-color: #008cd6;
  color: #fff;
}

.modal .modal-content-container-article .list-odd:before,
.modal .modal-content-container-article .list-even:before {
  content: "•";
  padding-right: 5px;
  text-decoration: none;
}

.modal .modal-content-container-article a:hover .list-odd:before,
.modal .modal-content-container-article a:hover .list-even:before {
  text-decoration: none;
}

.modal .modal-content-container-article .list-odd {
  font-size: 1rem;
  font-family: Segoe UI, "Noto Sans" , "Noto Sans TC", arial, sans-serif;
  font-weight: 400;
  padding: 20px 20px;
  text-align: left;
  background-color: #acdbff;
  color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.modal .modal-content-container-article .list-even {
  font-size: 1rem;
  font-family: Segoe UI, "Noto Sans" , "Noto Sans TC", arial, sans-serif;
  font-weight: 400;
  padding: 20px 20px;
  text-align: left;
  background-color: #d8eeff;
  color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.modal .modal-content-container button {
  font-family: Segoe UI, "Noto Sans" , "Noto Sans TC", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #666;
  border: solid 1px #666;
  padding: 7px 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  margin-top: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: right;
  float: right;
}

.modal .modal-content-container button:focus {
  outline: none;
}

.modal .modal-content-container a:hover button {
  color: #008cd6;
  background-color: #eee;
  border: solid 1px #eee;
}

.modal .modal-content-container-solution {
  font-size: 1.5rem;
  font-weight: bold;
  color: #666;
  position: relative;
}

.modal .modal-content-container-solution img {
  width: 34px;
  height: auto;
  margin-right: 10px;
  margin-left: 14px;
}

.modal .modal-content-container-solution a:hover .list-odd,
.modal .modal-content-container-solution a:hover .list-even {
  color: #000;
  background-color: #666;
  color: #fff;
}

.modal .modal-content-container-solution .list-odd:before,
.modal .modal-content-container-solution .list-even:before {
  content: "•";
  padding-right: 5px;
  text-decoration: none;
}

.modal .modal-content-container-solution a:hover .list-odd:before,
.modal .modal-content-container-solution a:hover .list-even:before {
  text-decoration: none;
}

.modal .modal-content-container-solution .list-odd {
  font-size: 1rem;
  font-family: Segoe UI, "Noto Sans" , "Noto Sans TC", arial, sans-serif;
  font-weight: 400;
  padding: 20px 20px;
  text-align: left;
  background-color: #dddddd;
  color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.modal .modal-content-container-solution .list-even {
  font-size: 1rem;
  font-family: Segoe UI, "Noto Sans" , "Noto Sans TC", arial, sans-serif;
  font-weight: 400;
  padding: 20px 20px;
  text-align: left;
  background-color: #eeeeee;
  color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.modal .modal-content-container .intel-wrapper {
  margin-top: 100px;
  background-color: #fff;
  color: #000;
}

.modal .modal-content-container .intel-wrapper .box-inner {
  width: 100%;
  display: inline-block;
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper:nth-child(2),
.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper:nth-child(5) {
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper {
  float: left;
  width: 30.9%;
  height: auto;
  margin-bottom: 75px;
  background-color: #fff;
  border-radius: 15px 0 15px 0;
  z-index: 4;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper .box-img {
  overflow: hidden;
  height: 175px;
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper .box-img img {
  width: 100%;
  border-top-left-radius: 15px;
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper .box-content {
  padding: 20px 20px;
  min-height: 240px;
  border-bottom: solid 6px #d2eaff;
  border-bottom-right-radius: 15px;
  background: #caedff;
  background: linear-gradient(176deg, #caedff 0%, #e4f6ff 100%);
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper .box-content h1 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #008cd6;
}

.modal .modal-content-container .intel-wrapper .box-inner .box-wrapper .box-content p {
  font-size: 1rem;
  padding-bottom: 0;
}

/* Pop up window end
========================================================================== */
/* main start
========================================================================== */
.info {
  display: none;
  display: in-line;
}

.main {
  font-family: Segoe UI, "Noto Sans" , "Noto Sans TC", arial, sans-serif;
  width: 100%;
  height: 46.875vw;
  background-color: #000;
}

.main .MoreBtn {
  font-size: 1.1rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #fff;
  color: #fff;
  padding: 7px 30px;
  border-radius: 20px;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  z-index: 5;
  -webkit-animation-name: breath;
          animation-name: breath;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes breath {
  0% {
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  20% {
    background-color: #00dcff;
    border: solid 1px #00dcff;
    color: #000;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  }
  100% {
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes breath {
  0% {
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  20% {
    background-color: #00dcff;
    border: solid 1px #00dcff;
    color: #000;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  }
  100% {
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0);
  }
}

.main .MoreBtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #00dcff;
  border-radius: 20px;
  opacity: 0;
  -webkit-animation-name: breath_border;
          animation-name: breath_border;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes breath_border {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.2) scaleY(1.5);
            transform: scaleX(1.2) scaleY(1.5);
    border-radius: 100px;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  }
}

@keyframes breath_border {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.2) scaleY(1.5);
            transform: scaleX(1.2) scaleY(1.5);
    border-radius: 100px;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  }
}

.main .MoreBtn:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.main .MoreBtn:focus {
  outline: 0;
}

.main_content {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-image: url("../img/TechTune-In-kv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_content .font-black {
  color: #000000 !important;
  text-shadow: none;
}

.main_content__title {
  width: 60%;
  padding-right: 20px;
  font-family: "Rajdhani", "Noto Sans TC", sans-serif;
  color: #ffffff;
  font-size: 3.625rem;
  font-weight: bold;
}

.main_content__article {
  width: 55%;
  padding-top: 7%;
  padding-right: 4.16667vw;
  float: right;
}

.main_content__article p {
  color: #ffffff;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.75;
  padding-bottom: 10px;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.main_content__article p .highlight {
  font-weight: 600;
  color: #b9efff;
  text-shadow: 0 0 15px #003e9b,0 1px 10px #00dcff;
}

.main_content_filter {
  position: fixed;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 0, 36, 0.5)), color-stop(43%, rgba(94, 199, 255, 0.2)), to(rgba(114, 140, 255, 0.1)));
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.5) 0%, rgba(94, 199, 255, 0.2) 43%, rgba(114, 140, 255, 0.1) 100%);
  left: 0;
  top: 0;
}

.main_content_Box {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 7.8125vw;
  padding-right: 9.375vw;
  padding-top: 150px;
}

.main_content_Box-A {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/Banner15-Pre.jpg");
  background-repeat: no-repeat;
  background-color: #0e1e38;
  background-position: center top;
  background-size: auto 75%;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.main_content_Box-A__title {
  margin-bottom: 1.1rem;
}

.main_content_Box-A__title p {
  font-family: "Rajdhani", "Noto Sans TC", sans-serif;
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: bold;
}

.main_content_Box-A__article {
  width: 60%;
}

.main_content_Box-A__article p {
  color: #ffffff;
  font-size: 1.2rem;
  padding-bottom: 1.1rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.main_content_Box-A__article .highlight{
  font-size:1.05rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  color: #00f7ff;
  font-weight: 500;
}
.main_content_Box-B {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/Banner13-sc-AMD.jpg");
  background-repeat: no-repeat;
  background-color: #0e1e38;
  background-position: center top;
  background-size: auto 90%;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.main_content_Box-B__title {
  margin-bottom: 1.1rem;
}

.main_content_Box-B__title p {
  font-family: "Rajdhani", "Noto Sans TC", sans-serif;
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: bold;
}

.main_content_Box-B__article {
  z-index: 3;
  width: 60%;
}

.main_content_Box-B__article p {
  color: #ffffff;
  font-size: 1.2rem;
  padding-bottom: 1.1rem;
  line-height: 1.75;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.main_content_Box-B__article__highlight {
  font-weight: 600;
  text-transform: capitalize;
  color: #c0c0c0;
  font-size: 1.5rem;
  -webkit-animation-name: light;
          animation-name: light;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes light {
  0% {
    color: #c0c0c0;
  }
  50% {
    color: #fff;
    text-shadow: 0 0 15px #fff;
  }
  100% {
    color: #c0c0c0;
  }
}

@keyframes light {
  0% {
    color: #c0c0c0;
  }
  50% {
    color: #fff;
    text-shadow: 0 0 15px #fff;
  }
  100% {
    color: #c0c0c0;
  }
}

.main_content_Box-C {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/Banner14-sc-Intel.jpg");
  background-repeat: no-repeat;
  background-color: #0e1e38;
  background-position: center;
  background-size: contain;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  to {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  to {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.main_content_Box-C__title {
  margin-bottom: 1.1rem;
}

.main_content_Box-C__title p {
  font-family: "Rajdhani", "Noto Sans TC", sans-serif;
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: bold;
}

.main_content_Box-C__article {
  z-index: 3;
  width: 60%;
}

.main_content_Box-C__article p {
  color: #ffffff;
  font-size: 1.2rem;
  padding-bottom: 1.1rem;
  line-height: 1.75;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.main_content_Box-C__article__highlight {
  font-weight: 600;
  text-transform: capitalize;
  color: #c0c0c0;
  font-size: 1.5rem;
  -webkit-animation-name: light;
          animation-name: light;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* main end
========================================================================== */
/**
*
*
*
*
**/
/* contentNav start
========================================================================== */
.content_mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 350px;
  top: 65vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 177, 177, 0)), color-stop(49%, black), to(black));
  background: linear-gradient(180deg, rgba(177, 177, 177, 0) 0%, black 49%, black 100%);
  z-index: 0;
}

.contentNav {
  font-family: Segoe UI, "Noto Sans", "Noto Sans TC", arial, sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-left: 7.8125vw;
  margin-top: -10%;
  padding-bottom: 2%;
  display: inline-block;
}

.contentNav_title {
  height: 30px;
  margin-bottom: 20px;
  z-index: 1;
}

.contentNav_title p {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Rajdhani", "Noto Sans TC", sans-serif;
  text-shadow: 0 1px 6px rgba(0, 19, 70, 0.8);
}

.contentNav .contentNav_card {
  z-index: 1;
  -webkit-box-shadow: 0px 1px 7px 2px rgba(8, 8, 8, 0.4);
          box-shadow: 0px 1px 7px 2px rgba(8, 8, 8, 0.4);
  width: 25vw;
}

.contentNav .contentNav_card img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.contentNav .contentNav_card.thumb {
  height: 100%;
  background-color: #447992;
  opacity: 1;
  border-radius: 10px;
  position: relative;
  border: 1px solid #def2ff96;
}

.contentNav .contentNav_card.thumb.active {
  opacity: 1;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 10px #acf4ff;
          box-shadow: 0px 0px 10px #acf4ff;
  z-index: 1;
}

.contentNav .contentNav_card__title {
  position: absolute;
  width: 19.79167vw;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.contentNav .contentNav_card__title p {
  font-size: 1.5625vw;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 19, 70, 0.8);
}

.contentNav_list {
  width: 100%;
  height: 100%;
  position: relative;
}

.contentNav_list_filter {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  z-index: 1;
}

.contentNav_list__dot {
  width: 30px;
  height: 30px;
  float: left;
  padding-top: 9px;
}

.contentNav_list__dot:after {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #44aeff;
}

.contentNav_list__feature {
  float: left;
}

.contentNav_list__next {
  display: block;
  float: left;
  width: auto;
  position: relative;
  height: 100%;
  margin-left: 3.125vw;
}

.contentNav_list__next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 50%;
  left: -3%;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 174, 255, 0)), color-stop(49%, #44aeff), to(rgba(68, 174, 255, 0)));
  background: linear-gradient(180deg, rgba(68, 174, 255, 0) 0%, #44aeff 49%, rgba(68, 174, 255, 0) 100%);
}

.contentNav_list__next .next-card {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.contentNav_list__next .next-card ul {
  height: auto;
  display: inline-block;
  padding: 0;
}

.contentNav_list__next .next-card ul li {
  float: left;
  height: 100%;
  margin-right: 1.82292vw;
}

/* contentNav end
========================================================================== */
/* SliderBanner start
========================================================================== */
.SliderContent {
  padding: 1.5vw 0;
}

.SliderContent .SliderBanner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5vw 0;
}

.SliderContent .SliderBanner .arrow {
  width: 100%;
  height: 100%;
  position: absolute;
}

.SliderContent .SliderBanner .arrow_next {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 220, 255, 0.2);
          box-shadow: 0 0 1px rgba(0, 220, 255, 0.2);
  border-radius: 50%;
  right: 5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%) scale(1);
          transform: translateY(-40%) scale(1);
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.SliderContent .SliderBanner .arrow_next::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 2px solid #c2fbff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    width: 110px;
    height: 110px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    width: 110px;
    height: 110px;
  }
}

.SliderContent .SliderBanner .arrow_next:after {
  content: "";
  display: inline-block;
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
  width: 40px;
  height: 40px;
  line-height: 0;
  font-size: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 30%;
  right: 40%;
}

.SliderContent .SliderBanner .arrow_next:hover {
  background-color: rgba(58, 143, 177, 0.466);
  -webkit-transform: translateY(-40%) scale(1.1);
          transform: translateY(-40%) scale(1.1);
}

.SliderContent .SliderBanner .arrow_next:hover:after {
  border: 1px solid #c2fbff;
  border-width: 0 0 2px 2px;
}

.SliderContent .SliderBanner .arrow_next:hover:before {
  width: 100px !important;
  height: 100px !important;
  border: 1px solid #c2fbff;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.SliderContent .SliderBanner_content {
  position: relative;
  width: 100%;
  margin-bottom: 1.04167vw;
  margin-left: 7.8125vw;
}

.SliderContent .SliderBanner_content__title {
  font-size: 32px;
  font-weight: 800;
  color: #008cd6;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: normal;
}

.SliderContent .SliderBanner_content__title .SliderBanner_Color_CX {
  background: -webkit-linear-gradient(45deg, #3333cc, #008cd6 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.SliderContent .SliderBanner_content__card__item {
  position: relative;
  width: 500px;
  margin-right: 5px;
  display: inline-block;
}

.SliderContent .SliderBanner_content__card__item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle {
  position: absolute;
  height: 100%;
  width: 100%;
  text-transform: capitalize;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 81, 255, 0.1)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(0deg, rgba(0, 81, 255, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle p {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #eee;
  z-index: 2;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 154, 154, 0.6)), to(rgba(0, 144, 228, 0.9)));
  background: linear-gradient(0deg, rgba(0, 154, 154, 0.6) 0%, rgba(0, 144, 228, 0.9) 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle:hover {
  color: #fff;
  opacity: 1;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle:hover:after {
  opacity: 1;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle .overlayContent {
  font-family: Segoe UI, "Noto Sans", "Noto Sans TC", arial, sans-serif;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle .overlayContent p {
  position: absolute;
  bottom: 0;
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 50px;
  padding-left: 30px;
}

.SliderContent .SliderBanner_content__card__item .overlayTitle .overlayContent:hover {
  opacity: 1;
}

/* SliderBanner end
========================================================================== */
/**
*
*
*
*
**/
/* footer start
========================================================================== */
footer {
  position: relative;
  width: 100%;
  min-height: 350px;
  background-color: #fff;
  color: #000;
  line-height: 1.75;
  font-family: "segoe ui", "Noto Sans TC", sans-serif;
}

footer .footerContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 2% 8%;
}

footer .footerContainer .footerBox {
  width: 40%;
  height: 100%;
  display: block;
  float: left;
  text-align: left;
  margin-bottom: 100px;
  margin-right: 8%;
}

footer .footerContainer .footerBox .subsctibeBTN {
  display: inline-block;
  border: none;
  text-align: center;
  padding: 10px 50px;
  background-color: #fff;
  color: #00a4d5;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 15px 0px #00a4d5;
          box-shadow: 0 0 15px 0px #00a4d5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .footerContainer .footerBox a:hover .subsctibeBTN {
  background-color: #00dcff;
  color: #000;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

footer .footerContainer .footerBox .footerSns {
  padding: 20px 0px 65px 0px;
}

footer .footerContainer .footerBox .footerSns img {
  width: 40px;
  margin-right: 30px;
  opacity: 0.6;
}

footer .footerContainer .footerBox .footerSns a:hover img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .footerContainer .footerBox .termsPolicy {
  font-size: 13px;
  color: #000;
}

footer .footerContainer .footerBox .termsPolicy .termsLink {
  padding: 0px 10px 0px 0px;
  border-left: none;
}

footer .footerContainer .footerBox .termsPolicy a .termsLink {
  text-decoration: underline;
  color: #000;
  border-left: solid 1px #666666;
  padding: 0px 10px;
}

footer .footerContainer .footerBox .termsPolicy a:hover .termsLink {
  color: #008cd6;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .footerContainer .footerBox .footerTitle {
  font-size: 30px;
  color: #00a4d5;
  font-weight: 500;
}

footer .footerContainer .footerBox .footerContent {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 30px;
}

/* footer end
========================================================================== */
/*# sourceMappingURL=styles.css.map */