h1 {font-size:32px;} 
h2 {font-size:30px;}
h3 {font-size:28px;}
h4 {font-size:26px;}
h5 {font-size:24px;}
h6 {font-size:20px;}
p {font-size:18px;}


/* Additions */
.btn.btn-lg {padding: 0 20px;}
.bold {font-weight: bold;}
.container.maxwid {max-width: 1320px !important;}
.paragraph--type--product-content div#overview {background-color: #000;}
.fwa515-section {margin-bottom: 10rem;}


/* 初始狀態（隱藏） */
.fade-in-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}


/* 顯示狀態 */
.fade-in--active {
  opacity: 1;
  transform: translateY(0);
}


/* banner */
.fwa515-banner {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/fwa515_Banner_1920x765.jpg') no-repeat bottom;
	background-size:100% auto;
	position:relative;
	aspect-ratio: 1920 / 765;	 
}

.fwa515-area {
    width: 100%;
    height: 100%;
}

.fwa515-box {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
	height: 100%;
	padding-left: 15%;
	color: #fff;
}

.fwa515-box h1 {
	font-size: 100px;
	font-weight:bold;
}

.fwa515-box h2 {
	font-size: 50px;
	font-weight:bold;
}

.fwa515-box p {
	font-size: 32px;	
    margin-top: 15px;
}
	
@media screen and (max-width: 1280px) {
.fwa515-box h1 {
	font-size: 80px;
}
.fwa515-box h2 {
	font-size: 40px;
}
.fwa515-box p {
	font-size: 26px;	
}
}

@media screen and (max-width: 991px) {
.fwa515-box h1 {
	font-size: 60px;
}
.fwa515-box h2 {
	font-size: 30px;
}
.fwa515-box p {
	font-size: 20px;	
}
}

@media screen and (max-width: 700px) {
.fwa515-banner {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/fwa515_Banner_750x732.jpg') no-repeat 50% bottom;
	height:620px;	
	background-size: cover;
    position: relative;
	aspect-ratio: auto;	
}
.fwa515-box {
    width: 100%;
	padding-left: 0;
	padding-top: 40px;	
	align-items: center;
    text-align: center;
	justify-content: flex-start;
}	
.fwa515-box h1 {
	font-size: 32px;
}
.fwa515-box h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.fwa515-box p {	
    margin-top: 10px;	
	font-size: 16px;
}
}

@media screen and (max-width: 500px) {
.fwa515-banner {
	height:560px;	
}
}

@media (min-width: 701px) {
.fwa515-box h2 span.break {
    display: block;
}
}


/* intro */
.intro-section {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/01_Intro.jpg') no-repeat top;
	background-size:100% auto;	 
	position:relative;	 
}

.intro-text {
	color:#fff;
    width: 90%;
	padding: 10vw 0 5vw;
    margin: 0 auto;
    text-align: center;	
}

.intro-text h3 {
	margin-bottom: 20px;		
}

@media screen and (max-width: 991px) {
.intro-text {
    text-align: left;	
}
}

@media screen and (max-width: 700px) {
.intro-section {
	background:none;
	aspect-ratio: auto; 
}	
}


/* video */
div#scenarios {
    background-color: #000;
}

#scenarios-video {
	height: calc(100% + 1px);
    transform: translateY(1px);
    width: 100%;
    margin: -6px;
}


/* nav */
.fwa515-nav {
  margin-top: 5vw;
  color: #fff;		
  text-align: center;
}

.fwa515-nav h3 {
	margin-bottom: 60px;		
}

.fwa515-nav .box {
  display: flex;
  justify-content: center;
  margin: 0 auto;  
  padding: 0 2vw;
  gap: 50px;
  flex-wrap: wrap;
}

.fwa515-nav .area {
  cursor: pointer;
  text-align: center;
}

.fwa515-nav .area img,
.fwa515-nav .area video {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.fwa515-nav .area video {
  display: none;
}

.fwa515-nav .area p {
  margin-top: 10px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.fwa515-nav .area p span {
  font-weight: normal;
  font-size: 0.9em;
}

.fwa515-nav .area:hover img {
  display: none;
}

.fwa515-nav .area:hover video {
  display: block;
}

.fwa515-nav .area:hover p {
  color: #8bc34a;
}

.fwa515-nav .nav-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.fwa515-nav .nav-arrow.prev {
  left: 0;
}

.fwa515-nav .nav-arrow.next {
  right: 0;
}

@media (max-width: 768px) {
.fwa515-nav {	
    margin-top: 10vw;
}	
.fwa515-nav h3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: left;
}
.fwa515-nav .slider {
    position: relative;
    overflow: hidden;
}
.fwa515-nav .box {
    flex-wrap: nowrap;
	padding: 0;
    gap: 0;
    justify-content: flex-start;   /* 修正一進頁顯示第3個 */
    transition: transform .35s ease;
    will-change: transform;
}
.fwa515-nav .area {
    min-width: 100%;
    box-sizing: border-box;
}
.fwa515-nav .area img,
.fwa515-nav .area video {
    width: 100px;
    height: 100px;
}
.fwa515-nav .nav-arrow {
  display: block;
}
.fwa515-nav .area video {
    display: none !important;
}
.fwa515-nav .area img {
    display: block !important;
}
}


/* speed */
.speed-text {
	color:#fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;	
}

.speed-text h3 {
	margin-bottom: 20px;		
}

.speed-features {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 8%;
	font-size: 18px;
}
	
.speed-image {
    width: 90%;
    margin: 0 auto;
}

.speed-image img {
    margin: 0 auto;
}

@media screen and (max-width: 1680px) {
.speed-text {
    width: 60%;
}
}

@media screen and (max-width: 1300px) {
.speed-text {
    width: 80%;
}
}

@media screen and (max-width: 991px) {
.speed-text {
    width: 90%;
    text-align: left;	
}
.speed-features {
    margin-left: 20px;
}
}


/* deployment */
.deployment-text {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.deployment-text h3 {
    margin-bottom: 20px;
}

.deployment-features{
	display: flex;
    flex-direction: row;
    justify-content: center;
	width: 90%;
    margin: 0 auto;
}

.deployment-features .box{
	width: 90%;
	position: relative;
    margin-top: 40px;	
}

.deployment-features .image {
	padding-left: 40px;
	position: relative;
}

.deployment-features .image img {
    width: 80%;
    margin: 0 auto;
}

.deployment-features .panel {
    background-color: transparent !important;
}

.deployment-features .panel-default {
    border-color: #64be00 !important;
}

.deployment-features .panel-default:first-child {
    border-top: 2px solid #64be00 !important;
}
	
.deployment-features .panel-heading {
    padding: 0;
    position: relative;
    cursor: pointer;
	background-color: transparent !important;
}

.deployment-features .panel-title, .deployment-features .panel-title:hover, .deployment-features .panel-title:focus, .deployment-features .panel-title:hover:focus {
	color: #fff;
	font-size: 18px;
}

.deployment-features .panel-title:after {
    border: 1px solid #64be00 !important;	
}

.deployment-features .panel-body{
    background-color: transparent !important;	
    padding: 20px 20px 30px 30px !important;
}

.deployment-features .panel-body p{
	width:95%;
	color: #fff;	
}

.deployment-features .panel {
	border-top: 1px solid #64be00 !important;
    padding: 10px 0;
}

.deployment-features .accordion .panel-heading [data-toggle=collapse]:after {
font-family: FontAwesome;
    content: "\f106";
    font-size: 25px;
    line-height: 12px;
    position: absolute;
    right: 5px;
    top: 15px;
    border-radius: 99px;
    border: 1px solid #ff8900;
    width: 25px;
    height: 25px;
    padding: 4px;
}

.deployment-features .accordion .panel-heading [data-toggle=collapse].collapsed:after {
    content: "\f105";
	padding: 6px;
}

@media screen and (max-width: 1025px) {
.deployment-features .box{
	width: 100%;
	position: relative;
}
}

@media screen and (max-width: 991px) {
.deployment-text {
    width: 95%;
    text-align: left;	
}
.deployment-features {
    flex-direction: column;
}
.deployment-features .image{
	padding-left: 0px;
}
}

@media screen and (max-width: 500px) {
.deployment-features .image img {
    width: 80%;
    margin: 0 auto;
}
}


/* ncc */
.ncc-bg {
    position: relative;
    display: flex;
	height: 700px;	
}

.ncc-video.desktop-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	transform: translate(-50%, -50%);
	object-fit: cover;
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, calc(100% - 0px) calc(100% - 0px), 0% calc(100% - 1px));  
}

.ncc-video.mobile-video {
    display: none;
}

.ncc-text {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin: 0 auto;
  left: 54.5vw;  
  height: 100%;
  position: absolute;
  justify-content: center;
  z-index: 10;
  color: #fff;
}

.ncc-text h3 {
    margin-bottom: 20px;
}

.ncc-features {
	padding-left: 20px;
    margin-top: 30px;
	font-size: 18px;
}

.ncc-btn {
	display: flex;
	gap: 15px;
    margin-top: 10px;
}

.ncc-btn .btn-call-to-action {
    background-color: #288719;
}

.ncc-btn .btn-call-to-action:hover {
    background-color: #006e18;
}

.ncc-icon {
    margin-top: 15px;
}

.ncc-icon img {
    cursor: pointer;	
    max-width: 340px;
}

@media screen and (max-width: 991px) {
.ncc-bg {
    display: flex;
    flex-direction: column;
    position: static;
    height: auto;
}
.ncc-video.desktop-video {
   display: none;
}
.ncc-video.mobile-video {
    display: block;
    position: static;
    width: 100%;
    height: auto;
}
.ncc-text {
	position: relative; 	
    width: 90%;
	left: 0;	
    order: -1;
    box-sizing: border-box;	
}
}

/* design​ */
.design-bg {
    position: relative;
    display: flex;
	height: 700px;	
}

.design-video.desktop-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	transform: translate(-50%, -50%);
	object-fit: cover;
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, calc(100% - 0px) calc(100% - 0px), 0% calc(100% - 1px));  
}

.design-video.mobile-video {
    display: none;
}

.design-text {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 0 auto;
  padding-left: 10vw;
  height: 100%;
  position: absolute;
  justify-content: center;
  z-index: 10;
  color: #fff;
}

.design-text h3 {
    margin-bottom: 20px;
}

.design-features {
	padding-left: 20px;
    margin-top: 30px;
	font-size: 18px;
}

@media screen and (min-width: 1680px) {
.design-text {
    padding-left: 15vw;
  }
}

@media screen and (min-width: 1920px) {
.design-text {
    padding-left: 20vw;
  }
}

@media screen and (max-width: 1024px) {
.design-video.desktop-video {
    left: 40%;
}
.design-text {
    width: 42%;
}
}

@media screen and (max-width: 991px) {
.design-bg {
    display: flex;
    flex-direction: column;
    position: static;
    height: auto;
}
.design-video.desktop-video {
   display: none;
}
.design-video.mobile-video {
    display: block;
    position: static;
    width: 100%;
    height: auto;
}
.design-text {
	position: relative; 	
    width: 90%;
	padding-left: 0;	
    order: -1;
    box-sizing: border-box;	
}
}


/* security */
.security-bg {
    position: relative;
    display: flex;
	height: 700px;	
}

.security-video.desktop-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	transform: translate(-50%, -50%);
	object-fit: cover;
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, calc(100% - 0px) calc(100% - 0px), 0% calc(100% - 1px));  
}

.security-video.mobile-video {
    display: none;
}

.security-text {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin: 0 auto;
  left: 54.5vw;  
  height: 100%;
  position: absolute;
  justify-content: center;
  z-index: 10;
  color: #fff;
}

.security-text h3 {
    margin-bottom: 20px;
}

.security-features {
	padding-left: 20px;
    margin-top: 30px;
	font-size: 18px;
}

@media screen and (max-width: 991px) {
.security-bg {
    display: flex;
    flex-direction: column;
    position: static;
    height: auto;
}
.security-video.desktop-video {
   display: none;
}
.security-video.mobile-video {
    display: block;
    position: static;
    width: 100%;
    height: auto;
}
.security-text {
	position: relative; 	
    width: 90%;
	left: 0;	
    order: -1;
    box-sizing: border-box;	
}
}


/* in-depth */
.in-depth {
	position:relative;
}

.in-depth .image {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/09_In-depth-Look.jpg') no-repeat;
	background-size:100% auto;
	position:relative;
	aspect-ratio: 1920 / 800;	 
}

.in-depth h3 {
	padding-top: 2vw;	
	margin: 0 auto;
	text-align:center;	
	color: #fff;
}

.in-depth .description .setup {
	position:absolute;
	top: 70%;
	left: 32%;
}

.in-depth .description .led  {
	position:absolute;
	top: 60%;
	left: 37%;
}

.in-depth .description .design {
	position:absolute;
	top: 40%;
	left: 59%;
}

.in-depth .description .port {
	position:absolute;
	top: 60%;
	left:67%;
}

.in-depth .description .type {
	position:absolute;
	top: 74%;
	left:67%;
}

.in-depth .description .circleBG {
    height:30px;
    width:30px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}

.in-depth .description .circleBG i {
    font-size:28px;
	padding:1px;
	color:#288719;
}

.in-depth .description .circleBG .flash {
    position:absolute;
	width:100px;
    height:100px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-50px 0 0 -50px;
    border-radius:100px;
    -webkit-animation:flash 1.8s infinite;
    animation:flash 1.8s infinite
}

@-webkit-keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

.fade.in {
    opacity:0.9;
}

.in-depth .description .white {
    background-color:rgba(255,255,255,.6);
}

.in-depth .description .green {
    background-color:rgba(40, 135, 25, 0.6);
}

.in-depth .description .look-tooltip .tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: rgba(40, 135, 25, 1);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 5px;
  position: absolute;
  z-index: 2;
  margin-left: 10px;
   margin-top: -30px; 
}

.in-depth .description .look-tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 991px) {
div#in-depth {
	margin-top: 10vw;
}
.in-depth .image {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/09_In-depth-look_1200x2550.jpg') no-repeat;
	background-size:100% auto;
	position:relative;
	aspect-ratio: 1200 / 2550;	 
}
.in-depth .description .setup {
	top: 36%;
	left: 36%;
}
.in-depth .description .led  {
	top: 30%;
	left: 46%;
}
.in-depth .description .design {
	top: 60%;
	left: 42%;
}
.in-depth .description .port {
	top: 74%;
	left:62%;
}
.in-depth .description .type {
	top: 83%;
	left:62%;
}
.in-depth .description .look-tooltip .tooltiptext {
    margin-left: -125px;
    margin-top: 10px;
}
}


/* 5g videos */
#four-video .image {
    position:absolute;
    margin:auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#four-video .video-box video {
	width:50%;
    height:auto;
    margin-right:-0.1%;
    margin-bottom:-1%;	
}

#four-video .video-box video:last-child {
    float: left;
}


/* related links */
.related-links {
	background-color: #fff;
}

.related-links h3 {
	font-weight:bold;
	padding-bottom:40px;
    text-align: center;
}

.links-section {
	display: flex;
    flex-direction: row;
    width: 100%;
}

.links-area ul {
	list-style: none;
    display: flex;
    justify-content: space-around;
}

.links-area ul li {
	width:30%;
}

.links-area .zoom a {
  display: block;
  overflow: hidden;
}

.links-area .zoom img {
  display: block;
  transition: transform 0.3s ease;
}

.links-area .zoom:hover img {
  transform: scale(1.1);
}

/* .links-area ul li:hover img {
    transform: scale(1.1);
} */

.links-area h5 a div {
    color: #010101;
	margin-top: 30px;
	font-size: 20px;
}

.links-area h5 a div:hover {
    color: #288719;
}

@media screen and (max-width: 769px) {
.links-area ul {
    flex-direction: column;
	padding: 20px 20px 0;
}
.links-area ul li {
    width: 100%;
    margin-bottom: 30px;
}
}


/* note */
div#note {
    padding-top: 10px;
    padding-bottom: 60px;
	background-color:#fff;
}


/* spec */
.spec-note ol {
	list-style: none;
}