#hd .z690-nav{
	margin-top: 30px !important;
}
#hd .z690-nav ul{
	display: flex;
}
#hd .z690-nav li{
	width: 33.33%;
	border-bottom: 1px solid #00a0e9;
}
#hd .z690-nav li a{
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px !important;
	font-size: 22px !important;
	font-weight: bold !important;
	cursor: pointer;
	transition: all 0.3s;
	border-bottom: 5px solid #000;
}
#hd .z690-nav li a:hover{
	color: #00a0e9;
}
#hd .z690-nav li.active a{
	border-color: #00a0e9;
}
#hd .z690-link{
	margin-top: 30px;
}
#hd .z690-link a{
	display: inline-block;
	box-sizing: border-box;
	padding: 6px 15px;
	border: 1px solid #00a0e9;
	color: #00a0e9;
	transition: all 0.3s;
}
#hd .z690-link a:hover{
	border-color: #fff;
	color: #fff;
}
#hd .z690-content .item:not(.active){
	display: none;
}
#hd .z690-note{
	color: #999;
	font-size: 0.8em;
	line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
#hd .z690-nav li a{
	padding: 5px !important;
	font-size: 16px !important;
}
}
@media screen and (max-width: 767px) {
#hd .z690-nav li a{
	padding: 5px 1px !important;
	font-size: 12px !important;
	font-weight: normal !important;
}
}

#hd .z690-content .subnav{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#hd .z690-content .subnav li{
	display: inline-block;
	margin: 0 10px;
}
#hd .z690-content .subnav li a{
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 6px 20px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid #00a0e9;
	color: #00a0e9;
}
#hd .z690-content .subnav li a:hover{
	background: #222;
}
#hd .z690-content .subnav li.active a{
	background: #00a0e9;
	color: #000;
}





/*features-1*/
#hd .z690-features-1 .inner{
	display: flex;
	flex-wrap: wrap;
}
#hd .z690-features-1 .image{
	width: 60%;
}
#hd .z690-features-1 .text{
	width: 40%;
	padding: 50px 0;
	box-sizing: border-box;
}
#hd .z690-features-1 .text img{
	display: block;
	margin: 20px auto;
}
@media screen and (max-width: 768px) {
#hd .z690-features-1 .image{
	width: 100%;
}
#hd .z690-features-1 .text{
	width: 100%;
	padding: 0;
}
}



/*features-4*/
#hd .z690-features-4 .inner{
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/
	padding-top: 50px;
}
#hd .z690-features-4 .image{
	/*width: 60%;
	padding: 50px 0;*/
	box-sizing: border-box;
}
#hd .z690-features-4 .text{
	/*width: 40%;
	padding: 50px 0;*/
	box-sizing: border-box;
	margin-bottom: 30px;
}
#hd .z690-features-4 .text img{
	display: block;
	margin: 20px auto;
}
/*
@media screen and (max-width: 768px) {
#hd .z690-features-4 .image{
	width: 100%;
}
#hd .z690-features-4 .text{
	width: 100%;
	padding: 0;
}
}
*/

/*features-3*/
#hd .z690-features-3{
	padding-top: 50px;
}


/*features-2*/
#hd .z690-features-2 .sub-content .entry:not(.active){
	display: none;
}
/*features-2-1*/
#hd .z690-features-2 .z690-features-2-1 .more{
	margin-top: 30px;
}
#hd .z690-features-2 .z690-features-2-1 .more a{
	color: #f51928;
	cursor: pointer;
	padding-left: 30px;
	background: url("../img/z690/more.png") left center no-repeat;
	min-height: 25px;
	display: inline-block;
}
#hd .z690-features-2 .z690-features-2-1 .more a:hover{
	text-decoration: underline;
}
#hd .z690-features-2 .z690-features-2-1 .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}
#hd .z690-features-2 .z690-features-2-1 .row .image{
	width: 60%;
}
#hd .z690-features-2 .z690-features-2-1 .row .text{
	width: 40%;
}
#hd .z690-features-2 .z690-features-2-1 .row .text ul{
	list-style-type: disc;
}
#hd .z690-features-2 .z690-features-2-1 .row .text ul li{
	list-style-type: disc;
	margin-bottom: 20px;
}
#hd .z690-features-2 .z690-features-2-1 .after{
	display: none;
	position: relative;
}
#hd .z690-features-2 .z690-features-2-1 .after .text{
	max-width: 800px;
	text-align: center;
	margin: 20px auto 0 auto;
}
#hd .z690-features-2 .z690-features-2-1 .after .close{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
#hd .z690-features-2 .z690-features-2-1 .after .close img{
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
#hd .z690-features-2 .z690-features-2-1 .row .image{
	width: 100%;
}
#hd .z690-features-2 .z690-features-2-1 .row .text{
	width: 100%;
}
}


/*features-2-2*/
#hd .z690-features-2 .z690-features-2-2 .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}
#hd .z690-features-2 .z690-features-2-2 .row .image{
	width: 50%;
}
#hd .z690-features-2 .z690-features-2-2 .row .text{
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;
}
#hd .z690-features-2 .z690-features-2-2 .row .logo{
	margin-top: 20px;
}
#hd .z690-features-2 .z690-features-2-2 .row .logo a{
	display: inline-block;
}
@media screen and (max-width: 768px) {
#hd .z690-features-2 .z690-features-2-2 .row .image{
	width: 100%;
}
#hd .z690-features-2 .z690-features-2-2 .row .text{
	width: 100%;
	padding-top: 30px;
	padding-left: 0;
}
}













/*connect-1*/
#hd #z690-connect{
	margin-top: 80px;
}
#hd #z690-connect .inner{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	box-sizing: border-box;
	align-items: center;
}
#hd #z690-connect .image{
	width: 60%;
}
#hd #z690-connect .text{
	width: 40%;
	padding-left: 20px;
	box-sizing: border-box;
}
#hd #z690-connect .text img{
	display: block;
	margin: 20px auto;
}
@media screen and (max-width: 768px) {
#hd #z690-connect .image{
	width: 100%;
}
#hd #z690-connect .text{
	width: 100%;
	padding-left: 0;
	padding-top: 30px;
}
}





/*spec*/
#hd #z690-spec{
	margin-top: 80px;
}
#hd #z690-spec .z690-spec-wrapper{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#hd #z690-spec .z690-spec-wrapper .image .line{
	position: absolute;
	left: 0;
	top: 0;
}
#hd #z690-spec .z690-spec-wrapper .image .number{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#hd #z690-spec .z690-spec-wrapper .list .entry{
	position: absolute;
	left: 74%;
	top: 0;
	width: 25%;
}
#hd #z690-spec .z690-spec-wrapper .list .entry h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#hd #z690-spec .z690-spec-wrapper .list .entry h4 span{
	display: none;
}
#hd #z690-spec .z690-spec-wrapper .list .entry p{
	font-size: 14px;
	line-height: 1.4em;
}
#hd #z690-spec .z690-spec-wrapper .list .entry img{
	margin: 5px 0 0 0;
}
#hd #z690-spec .z690-spec-wrapper .list .entry a{
	cursor: pointer;
}
#hd #z690-spec .z690-spec-wrapper .list .entry:nth-child(1){
	left: 10px;
	top: 61%;
	width: 180px;
}
#hd #z690-spec .z690-spec-wrapper .list .entry:nth-child(2){
	top: 3%;
}
#hd #z690-spec .z690-spec-wrapper .list .entry:nth-child(3){
	top: 13%;
}
#hd #z690-spec .z690-spec-wrapper .list .entry:nth-child(4){
	top: 28%;
}
#hd #z690-spec .z690-spec-wrapper .list .entry:nth-child(5){
	top: 39%;
}
#hd #z690-spec .z690-spec-wrapper .list .entry:nth-child(6){
	top: 65%;
}
#hd #z690-spec .z690-spec-wrapper .list .entry:nth-child(7){
	top: 88%;
}


#hd #z690-spec .spec-video-pop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 10;
	display: none;
}
#hd #z690-spec .spec-video-pop .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
#hd #z690-spec .spec-video-pop .inner img{
	max-width: 100%;
	margin: 0 auto;
}
#hd #z690-spec .spec-video-pop .close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
@media screen and (min-width: 1800px) {
#hd #z690-spec .spec-video-pop .close{
	right: auto;
	left: calc(50vw + 700px);
	top: 10vh;
}
}



@media screen and (max-width: 1100px) {
#hd #z690-spec .z690-spec-wrapper{
	width: 100%;
}
#hd #z690-spec .z690-spec-wrapper .list{
	padding: 0 20px;
}
#hd #z690-spec .z690-spec-wrapper .image .number{
	display: block;
}
#hd #z690-spec .z690-spec-wrapper .list .entry{
	position: relative;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	margin-bottom: 20px;
}
#hd #z690-spec .z690-spec-wrapper .list .entry h4 span{
	display: inline-block;
	color: #00a0e9;
	font-weight: bold;
	font-size: 22px;
	padding-right: 10px;
}
}






/*series*/
#hd #z690-series{
	margin-top: 80px;
}
#hd #z690-series .series-nav{
	margin-top: 30px;
	position: relative;
	z-index: 2;
}
#hd #z690-series .series-nav ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#hd #z690-series .series-nav ul li{
	border: 2px solid #fff;
	padding: 6px 15px;
	margin: 6px;
	transform: skewX(-20deg);
}
#hd #z690-series .series-nav ul li a{
	transform: skewX(20deg);
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s;
	color: #fff;
}
#hd #z690-series .series-nav ul li a:hover{
	color: #00a0e9;
	border-color: #00a0e9;
}
#hd #z690-series .series-nav ul li.active{
	border-color: #00a0e9;
}
#hd #z690-series .series-nav ul li.active a{
	color: #00a0e9;
}
@media screen and (max-width: 768px) {
}




#hd #z690-series .series-content{
	margin-top: 40px;
}
#hd #z690-series .series-content .item:not(.active){
	display: none;
}
#hd #z690-series .series-content .preface{
	max-width: 1000px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
}
#hd #z690-series .series-content .inner{
	position: relative;
	margin-bottom: 150px;
}
#hd #z690-series .series-content .text{
	max-width: 1000px;
	padding: 50px 20px 30px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
#hd #z690-series .series-content .text .area{
	width: 52%;
}
#hd #z690-series .series-content .text ul{
	list-style-type: disc;
	margin-left: 20px;
}
#hd #z690-series .series-content .text ul li{
	list-style-type: disc;
}
#hd #z690-series .series-content .link{
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
#hd #z690-series .series-content .link a{
	color: #fff;
	border: 2px solid #fff;
	padding: 6px 15px;
	transform: skewX(-20deg);
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	display: inline-block;
	transition: all 0.3s;
}
#hd #z690-series .series-content .link a span{
	transform: skewX(20deg);
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
#hd #z690-series .series-content .link a:hover{
	background: rgba(255,255,255,0.2);
}
#hd #z690-series .series-content .text .adobe{
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	margin-top: 20px;
	margin-left: 20px;
}

#hd #z690-series .series-content .background{
	position: absolute;
	width: 60%;
	height: 100%;
	background: #8a0001;
	top: 0;
	left: 0;
	z-index: 1;
}
#hd #z690-series .series-content .series-content-1 .background{
    background-image: linear-gradient(to right, #6f0001, #8a0001);
}
#hd #z690-series .series-content .series-content-2 .background{
    background-image: linear-gradient(to right, #ab0658, #490f7a);
}
#hd #z690-series .series-content .series-content-3 .background{
    background-image: linear-gradient(to right, #cc8f04, #ad6a00);
}
#hd #z690-series .series-content .series-content-4 .background{
    background-image: linear-gradient(to right, #607891, #202c3a);
}
#hd #z690-series .series-content .series-content-5 .background{
    background-image: linear-gradient(to right, #1fa1cb, #0a88b1);
}



#hd #z690-series .series-content .image{
	position: absolute;
	width: 45%;
	top: -15%;
	left: 50%;
	z-index: 2;
}
#hd #z690-series .series-content .image img{
	width: auto;
	margin: 0;
}
#hd #z690-series .series-content .shadow{
	position: absolute;
	width: 50%;
	top: -30%;
	right: 0;
	z-index: 0;
}


@media screen and (max-width: 900px) {
#hd #z690-series .series-content .preface{
	margin-bottom: 20px;
}
#hd #z690-series .series-content .text .area{
	width: 100%;
}
#hd #z690-series .series-content .text{
	padding: 30px 20px 0px 20px;
}
#hd #z690-series .series-content .link{
	text-align: center;
}
#hd #z690-series .series-content .background{
	width: 100%;
}
#hd #z690-series .series-content .image{
	position: relative;
	width: 75%;
	top: auto;
	left: auto;
	margin: 0 auto 30px auto;
	padding: 20px 0;
}
#hd #z690-series .series-content .shadow{
	display: none;
}
}




/*.z690-lineup *copy from* choose-your-z590*/
#hd .z690-lineup {
     padding-bottom: 5em;
}
#hd .z690-lineup .pd-item {
     display: flex;
     flex-direction: column;
     padding: 0 .75em;
}
#hd .z690-lineup .pd-item .hd-frame {
     display: inline-block;
     border: 2px #2f2f2f solid;
     border-radius: 10px;
     background: linear-gradient(to bottom, #0d0d0d 0%, #292929 100%);
     width: 100%;
     height: 100%;
     padding: 1.25em 10px;
     margin-top: 30%;
}
#hd .z690-lineup .pd-item .btn-container {
     margin-top: auto;
}
#hd .z690-lineup .pd-item img {
     width: 80%;
     max-width: 250px !important;
     margin-top: -30%;
     margin-bottom: 1em;
}
#hd .z690-lineup .pd-item .hd-content {
     font-size: .9em;
     min-height: 4.5em;
     margin-bottom: 1em;
}
#hd .z690-lineup .pd-item .hd-content h4 {
     font-size: 1.25em;
}
#hd .z690-lineup .pd-item .hd-content p {
     line-height: 1.2;
}
#hd .z690-lineup .pd-item li {
     border-bottom: 1px #4d4e4f solid;
     padding: 5px 5px 5px 35px;
     position: relative;
}
#hd .z690-lineup .pd-item li:before {
     content: '';
     width: 6px;
     height: 6px;
     border: 2px #02aee5 solid;
     border-radius: 5px;
     position: absolute;
     left: 13px;
     top: 10px;
}
#hd .z690-lineup .pd-item li p {
     font-weight: 400;
     line-height: 1.2;
}
 @media screen and (max-width: 1280px) {
    #hd .z690-lineup {
         padding-bottom: 4em;
    }
}
 @media screen and (max-width: 1024px) {
    #hd .z690-lineup {
         padding-bottom: 3em;
    }
}
 @media screen and (max-width: 1023px) {
    #hd .z690-lineup .pd-item {
         width: 50%;
    }
}
 @media screen and (max-width: 768px) {
    #hd .z690-lineup .pd-item .hd-frame {
         padding: 1.25em 0 .25em;
    }
    #hd .z690-lineup .pd-item img {
         margin-bottom: .5em;
    }
    #hd .z690-lineup .pd-item .hd-content {
         padding: 0 .75em;
    }
    #hd .z690-lineup .pd-item li:last-child {
         border-bottom: none;
    }
}
 @media screen and (max-width: 620px) {
    #hd .z690-lineup .pd-item {
         width: 100%;
         max-width: 500px;
         margin-left: auto;
         margin-right: auto;
    }
}
