@charset 'utf-8';
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/myriadpro-regular.otf'),
		 url('../fonts/myriadpro-regular.otf') format('embedded-opentype');
	font-weight: normal;
}
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/myriadPro-light.otf'),
		 url('../fonts/myriadPro-light.otf') format('embedded-opentype'),
		 url("../fonts/myriadpro-light.ttf") format("opentype");
	font-weight: 300;
}
@font-face {
	font-family: 'Xolonium';
	src:url('../fonts/xolonium-regular.otf'),
		url('../fonts/xolonium-regular.otf') format('embedded-opentype'),
		url("../fonts/xolonium-regular.ttf") format("opentype"),
		url("../fonts/xolonium-regular.eot");
	font-weight: normal;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
/*-----RESET-----*/
	*{
		margin: 0;
		padding: 0;
	}
	#hd {
		margin: 0;
		padding:0;
		background-color: #fff;
	}
	#hd {
		background: #fff;
		color: #FFF;
	}
	#hd * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		word-break: break-word;
	}

	#hd img {
		display: block;
		max-width: 100% !important;
		height: auto;
		border: none;
	}
	#hd a {
		font-family: 'MyriadPro', sans-serif;
		font-size: 1em;
		text-decoration: underline;
		color: #fff;
	}
	#hd a:hover {
		text-decoration: none;
		color: #d30000;
	}
	#hd ul {
		font-family: 'MyriadPro', sans-serif;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#hd ul li {
		font-family: 'MyriadPro', sans-serif;
		font-size: 15px;
		color: #FFF;
	}
	#hd figure{
		margin:0;
		padding:0;
	}
	#fp-nav ul li .fp-tooltip{
		max-width: 300px;
		text-transform: uppercase;
	}
/*-----TXT-----*/
	#hd h1,
	#hd h2,
	#hd h3,
	#hd h4,
	#hd h5,
	#hd h6 {
		font-family: 'MyriadPro', sans-serif;
		color: #FFF;
		line-height: 1.4rem;
		margin: 0;
		font-weight: normal;
	}
	#hd p {
		font-family: 'MyriadPro', sans-serif;
		font-size: 16px;
		font-weight: 300;
		letter-spacing: .5px;
		line-height: 1.5;
		margin: 0;
		padding-bottom: 20px;
		color: #FFF;
	}
	#hd b {
		display: block;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	#hd small {
		font-family: 'MyriadPro', sans-serif;
		font-size: 12px;
		line-height: 13px;
		font-weight: 300;
	}
	#hd small.txt-red{
		font-weight: 600;
	}
	#hd h1{
		font-family: 'xolonium', sans-serif;
	    font-size: 38px;
	    line-height: 1;
		font-weight: normal;
	    color: #fff !important;
	}
	#hd h1 span{
		font-size: 2.5em;
	}
	#hd h2{
		/*font-family: 'Fjalla One', sans-serif;*/
		font-family: 'MyriadPro', sans-serif;
		font-weight: 300;
		font-size: 55px;
		line-height: 1.2;
		padding-bottom:20px;
		position: relative;
		color:#fff;
	}
	#hd h3{
		font-family: 'MyriadPro', sans-serif;
		font-size: 23px;
		font-weight: 300;
		letter-spacing: 1px;
		line-height: 1.3;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	#hd .txt-center{text-align: center; }
	#hd .txt-grey{
		color:#808080;
		font-weight: 400;
	}
	#hd a.hd-link {
		font-size: inherit;
		color: #C50012;
		font-weight: 400;
		display: initial;
	}
	#hd a.hd-link:hover {
		color: white;
		opacity: 1;
	}
	#hd .title-white{text-shadow: 0 0 10px #F700F9;}
	#hd .title-red{text-shadow: 0 0 10px #ff0000;}
	#hd .title-orange{text-shadow: 0 0 10px #ff7700;}
	#hd .title-yellow{text-shadow: 0 0 10px #fff100;}
	#hd .title-green{text-shadow: 0 0 10px #B6FF97;}
	#hd .title-blue{text-shadow: 0 0 10px #19e9f7;}
	#hd .title-blue2{text-shadow: 0 0 10px rgb(67, 153, 233);}
	#hd .title-blue3{text-shadow: 0 0 10px #0078FF;}
	#hd .title-cyan{text-shadow: 0 0 10px #82FFC8;}
	#hd .title-purple{text-shadow: 0 0 10px #ff64ec;}
	/*_:-ms-input-placeholder, :root #hd h2[class*="title-"] {background: transparent}*/
/*-----BLOCK-----*/
	#hd .w90{
		width: 90%;
		max-width: 1920px;
		margin:0 auto;
		position: relative;
		z-index: 2;
	}
	#hd .w1200,
	#hd .w1250,
	#hd .w1400,
	#hd .w1100,
	#hd .w1000{
	    width: 90%;
	    max-width: 1200px;
	    margin: 0 auto;
	    position: relative;
	}
	#hd .w1400 {max-width: 1400px; }
	#hd .w1250 {max-width: 1250px; }
	#hd .w1000 {max-width: 1000px; }
	#hd .w1100 {max-width: 1100px; }
	#hd .ib,
	#hd .col25,
	#hd .col30,
	#hd .col33,
	#hd .col40,
	#hd .col50,
	#hd .col60,
	#hd .col70{
		display: inline-block;
		margin-left: -5px;
		vertical-align: middle;
	}
	#hd .col25{width: 25%; }
	#hd .col30{width: 30%; }
	#hd .col33{width: 33%; }
	#hd .col40{width: 40%; }
	#hd .col50{width: 50%; }
	#hd .col60{width: 60%; }
	#hd .col70{width: 70%; }

	#hd .h750{height: 750px; }
	#hd .h680{height: 680px; }

	#hd .fleft {float: left; }
	#hd .fright {float: right; }

	#hd .hd-rtl{direction: rtl; }
	#hd .mobile-on{display: none; }
	#hd .mobile-s-on{display: none; }


	#hd .mobile-bg {
		margin-bottom: 30px;
		padding-bottom: 50%;
		background-position: center 65%;
		background-size: 120%;
		background-repeat: no-repeat;
		position: relative;
	}
	#hd .mobile-bg::after{
		content: '';
		width: 100%;
		height: 60px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: -webkit-linear-gradient(transparent,#fff);
		background: -o-linear-gradient(transparent,#fff);
		background: -moz-linear-gradient(transparent,#fff);
		background: linear-gradient(transparent,#fff);
	}

	#hd .mobile-s-bg {
		margin-bottom: 30px;
		padding-bottom: 100vw;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}
	#hd .mobile-s-bg::after{
		content: '';
		width: 100%;
		height: 60px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: -webkit-linear-gradient(transparent,#fff);
		background: -o-linear-gradient(transparent,#fff);
		background: -moz-linear-gradient(transparent,#fff);
		background: linear-gradient(transparent,#fff);
	}

/* -------- swipe ------- */
	#hd #swipe{
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #swipe::before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 500px;
		background: -webkit-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
		background: -o-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
		background: -moz-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
		background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
		top: 0;
		left: 0;
	}
	#hd #swipe .swipe-info {
		background-image: url(../img/01.jpg);
		background-position: right 80%;
		background-size: 120%;
		background-repeat: no-repeat;
		padding-top: 60px;
		padding-bottom: 36%;
		text-align: center;
	}
	#hd #swipe .text{
		width: 80%;
		max-width: 1200px;
		display: inline-block;
		text-align: center;
		text-shadow: 0px 0px 20px #000, 
					 0px 0px 30px #000, 
					 0px 0px 40px #000, 
					 0px 0px 50px #000;
		position: relative;
		z-index: 2;
	}

/* -------- intuitive ------- */	
	#hd #intuitive{
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #intuitive .intuitive-info {
		background-image: url(../img/02.jpg);
		background-position: right top;
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 38%;
		padding-bottom: 100px;
		text-align: left;
	}
	#hd #intuitive .text{
		width: 48%;
		margin-left: 50px;
		min-width: 672px;
		display: inline-block;
		text-align: center;
		/* text-shadow: 0px 0px 10px #fff, 
					 0px 0px 20px #fff,
					 0px 0px 30px #fff,
					 0px 0px 40px #fff; */
	}
	#hd #intuitive .text h2,
	#hd #intuitive .text p,
	#hd #intuitive .text small{
		color: #000;
	}

/* -------- enjoy ------- */
	#hd #enjoy{
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #enjoy .enjoy-info {
		background-image: url(../img/03.jpg);
		max-height: 1000px;
		background-position: right 50%;
		background-size: 120%;
		background-repeat: no-repeat;
		padding-bottom: 30%;
		padding-top: 100px;
		text-align: right;
		position: relative;
	}
	#hd #enjoy .text{
		width: 40%;
		min-width: 540px;
		margin-right: 50px;
		display: inline-block;
		text-align: center;
		text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
	}
	#hd #enjoy .text h2{
		margin-bottom: -6px;
	}
	#hd #enjoy .text h2 img{
		margin-left: 10px;
		display: inline;
		vertical-align: middle;
	}
	#hd #enjoy .text .gp{
		margin: auto;
		display: block;
		text-align: right;
	}
	#hd #enjoy .text .gp .img_set{
		width: 120px;
		margin-bottom: 20px;
		display: inline-block;
		vertical-align: top;
		text-align: right;
	}
	#hd #enjoy .text .gp .img_set img:nth-child(1){
		margin-bottom: 10px;
	}
	#hd #enjoy .text .gp .img_set img:nth-child(2){
		width: 80px;
		display: inline-block;
	}
	#hd #enjoy .text .gp .p_set{
		width: calc(100% - 200px);
		margin-left: 10px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}
	#hd #enjoy .text .gp .p_set p{
		font-size: .8em;
	}
	#hd #enjoy small{
		width: 40%;
		min-width: 540px;
		margin: auto;
		color: #fff;
		position: absolute;
		top: 80%;
		right: 50px;
		text-align: center;
		text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
	}

/* -------- usb ------- */
	#hd #usb{
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #usb::before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 700px;
		background: -webkit-linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
		background: -o-linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
		background: -moz-linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
		background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
		top: 0;
		left: 0;
	}
	#hd #usb .usb-info {
		background-image: url(../img/04.jpg);
		min-height: 1000px;
		max-height: 1100px;
		background-position: center 20%;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 35%;
		padding-top: 100px;
		text-align: center;
	}
	#hd #usb .text{
		width: 80%;
		max-width: 1400px;
		margin-right: 50px;
		display: inline-block;
		text-align: center;
		text-shadow: 0px 0px 20px #000, 
					 0px 0px 30px #000, 
					 0px 0px 40px #000, 
					 0px 0px 50px #000;
		position: relative;
		z-index: 2;
	}
	#hd #usb .text h2{
		margin: 0 -10%;
	}
	#hd #usb small{
		width: 80%;
		margin: auto;
		color: #fff;
		position: absolute;
		top: 92%;
		left: 50%;
		transform: translateX(-50%);
	}
	#hd #usb .pc-show{
		width: 470px;
		margin: auto;
		display: block;
		position: relative;
		z-index: 2;
	}
	#hd #usb .mb-show{
		width: 400px;
		display: none;
	}

/* -------- built ------- */
	#hd #built{
		overflow: hidden;
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #built .built-info::before{
		content: '';
		width: 1900px;
		padding-bottom: 870px;
		background: -webkit-radial-gradient(ellipse, #e6e5e7 30% , transparent 70%);
		background: -o-radial-gradient(ellipse, #e6e5e7 30%,  transparent 70%);
		background: -moz-radial-gradient(ellipse, #e6e5e7 30%,  transparent 70%);
		background: radial-gradient(ellipse, #e6e5e7 30%,  transparent 70%);
		position: absolute;
		top: -250px;
		left: -400px;
		z-index: -1;
	}
	#hd #built .built-info {
		background-image: url(../img/05.jpg);
		max-height: 1000px;
		background-position: center 30%;
		background-size: 150%;
		background-repeat: no-repeat;
		padding-bottom: 40%;
		padding-top: 100px;
		text-align: left;
		position: relative;
		z-index: 3;
	}
	#hd #built .text{
		width: 60%;
		min-width: 600px;
		margin-left: 100px;
		display: inline-block;
		text-align: center;
		text-shadow: 0px 0px 90px #fff;
	}
	#hd #built .text .item{
		margin: 20px 0 0;
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
	#hd #built .text .item:nth-child(1){
		padding-right: 40px;
	}
	#hd #built .text .item:nth-child(2){
		padding-left: 40px;
	}
	#hd #built .text .item:nth-child(1)::after{
		content: '';
		width: 3px;
		height: 100px;
		display: inline-block;
		position: absolute;
		background-color: #000;
		vertical-align: middle;
		top: 0;
		right: -1px;
	}
	#hd #built .text h2,
	#hd #built .text h3,
	#hd #built .text p{
		color: #000;
	}

/* -------- foldable ------- */
	#hd #foldable{
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #foldable .foldable-info {
		background-image: url(../img/06.jpg);
		min-height: 900px;
		max-height: 900px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 30%;
		padding-top: 100px;
		text-align: center;
	}
	#hd #foldable .text{
		width: 80%;
		max-width: 1000px;
		margin-right: 50px;
		display: inline-block;
		text-align: center;
	}
	#hd #foldable .text h2,
	#hd #foldable .text p{
		color: #000;
	}

/* -------- sleek ------- */
	#hd #sleek{
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #sleek .sleek-info {
		background-image: url(../img/07.jpg);
		background-position: right top;
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 22%;
		padding-bottom: 15%;
		text-align: right;
	}
	#hd #sleek .text{
		width: 40%;
		min-width: 700px;
		margin-right: 100px;
		display: inline-block;
		text-align: center;
		text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
	}
	#hd #sleek .text .item{
		margin: 20px 0 0;
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
	#hd #sleek .text .item:nth-child(1){
		padding-right: 40px;
	}
	#hd #sleek .text .item:nth-child(2){
		padding-left: 40px;
	}
	#hd #sleek .text .item:nth-child(1)::after{
		content: '';
		width: 3px;
		height: 57px;
		display: inline-block;
		position: absolute;
		background-color: #fff;
		vertical-align: middle;
		top: 10px;
		right: -1px;
	}

/* -------- ips ------- */
	#hd #ips{
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	#hd #ips .ips-info {
		background-image: url(../img/08.jpg);
		background-position: right 95%;
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 15%;
		padding-bottom: 20%;
		text-align: right;
	}
	#hd #ips .text{
		width: 40%;
		min-width: 540px;
		margin-right: 50px;
		display: inline-block;
		text-align: center;
		text-shadow: 0px 0px 10px #fff, 0px 0px 20px #fff;
	}
	#hd #ips .text h2,
	#hd #ips .text p{
		color: #000;
	}

/* -------- automatic ------- */
#hd #automatic{
	position: relative;
	text-align: center;
	background-color: #fff;
}
#hd #automatic .automatic-info {
	background-image: url(../img/automatic_screen.png);
	min-height: 900px;
	max-height: 900px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 30%;
	padding-top: 40px;
	text-align: center;
}
#hd #automatic .text{
	width: 80%;
	max-width: 1000px;
	margin-right: 50px;
	display: inline-block;
	text-align: center;
}
#hd #automatic .text h2,
#hd #automatic .text p,
#hd #automatic .text small{
	color: #000;
}
#hd #automatic .text small{
	text-shadow: 0px 0px 10px #fff, 
				 0px 0px 20px #fff,
				 0px 0px 20px #fff,
				 0px 0px 30px #fff,
			 	 0px 0px 40px #fff,
			 	 0px 0px 40px #fff,
			 	 0px 0px 40px #fff;
}

/* -------- ultra ------- */
	#ultra{
		padding: 60px 0 30px;
		background-color: #d5d5d5;
		text-align: center;
	}
	#hd #ultra .text{
		width: 80%;
		max-width: 1200px;
		margin: auto;
	}
	#hd #ultra .text h2,
	#hd #ultra .text p{
		color: #222;
	}
	#hd #ultra .text p{
		max-width: 800px;
		margin: 0 auto 20px;
	}

	#hd #ultra .change_set{
		width: 80%;
		max-width: 1200px;
		margin: auto;
	}
	#hd #ultra .change_set > img{
		width: 60%;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		right: 40%;
	}
	#hd #ultra .change_set .contol{
		width: 40%;
		margin-left: -4px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		left: 60%;
	}
	#hd #ultra .change_set .contol .set{
		margin-bottom: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	#hd #ultra .change_set .contol ul,
	#hd #ultra .change_set .contol h4{
		display: inline-block;
	}
	#hd #ultra .change_set .contol h4{
		color: #222;
		font-size: 22px;
		margin-right: 10px;
	}
	#hd #ultra .change_set .contol li{
		width: 55px;
		margin-top: 5px;
		margin-right: 5px;
		padding: 14px;
		display: inline-block;
		color: #222;
		background-color: #fff;
		text-align: center;
		font-size: 22px;
		cursor: pointer;
		transition: .2s;
	}
	#hd #ultra .change_set .contol li:hover{
		background-color: #bbb;
	}
	#hd #ultra .change_set .contol li.active{
		color: #fff;
		background-color: #222;
	}
	#hd #ultra .change_set .contol .qrtag{
		width: 210px;
		margin: auto;
	}

/* -------- flicker ------- */
	#hd #flicker{
		padding: 30px 0;
		background-color: #d5d5d5;
		text-align: center;
	}
	#hd #flicker .text{
		width: 80%;
		max-width: 1200px;
		margin: auto;
	}
	#hd #flicker .text h2,
	#hd #flicker .text p{
		color: #222;
	}

	#hd #flicker .pic_outer{
		width: 80%;
		max-width: 1200px;
		margin: auto;
		text-align: center;
	}
	#hd #flicker .pic_outer .item{
		width: calc(50% - 4px);
		display: inline-block;
		vertical-align: top;
	}
	#hd #flicker .pic_outer .item:nth-child(2){
		margin-left: -4px;
	}
	#hd #flicker .pic_outer p{
		margin-top: 20px;
		color: #222;
	}


	@media screen and (max-width: 1440px){
		#hd h2{
			font-size: 50px;
		}
		#hd #enjoy .text h2 img{
			width: 60px;
		}
		
		#hd #usb .usb-info{
			min-height: 900px;
			padding-top: 60px;
		}
		#hd #usb .pc-show{
			width: 420px;
		}

		#hd #sleek .sleek-info {
			background-position: right top;
			background-size: cover;
			padding-top: 22%;
			padding-bottom: 10%;
		}

		/* #hd #usb .pc-show{
			width: 470px;
			display: inline-block;
			position: absolute;
			bottom: 60px;
			left: 50%;
			transform: translateX(-50%);
		} */
	}
	@media screen and (max-width: 1366px){
		#hd h2{
			font-size: 44px;
		}

		#hd #enjoy .enjoy-info {
			padding-top: 60px;
		}

		#hd #usb .pc-show{
			width: 420px;
		}

		#hd #built .built-info {
			background-position: center 10%;
		}
		#hd #built .text .item:nth-child(1)::after{
			height: 90px;
		}

		#hd #foldable .foldable-info {
			min-height: 700px;
			padding-top: 60px;
		}

		#hd #sleek .sleek-info {
			background-position: right top;
			padding-top: 18%;
			padding-bottom: 12%;
		}
		#hd #sleek .text{
			min-width: 680px;
		}
		#hd #sleek .text .item:nth-child(1)::after{
			height: 45px;
		}
	}
	@media screen and (max-width: 1280px){
		#hd #swipe{
			position: relative;
			text-align: center;
			background-color: #fff;
		}
		#hd #swipe .swipe-info {
			background-position: right 95%;
			text-align: center;
		}
		#hd #swipe .text,
		/* #hd #intuitive .text, */
		/* #hd #enjoy .text, */
		#hd #usb .text,
		#hd #built .text,
		#hd #foldable .text,
		#hd #automatic .text{
			width: 80%;
			min-width: auto;
			margin-right: 0;
			margin-left: 0;
		}

		#hd #intuitive .intuitive-info {
			padding-bottom: 60px;
			text-align: left;
		}
		#hd #intuitive .text{
			min-width: 580px;
			text-shadow: 0px 0px 10px #fff, 
						 0px 0px 20px #fff,
						 0px 0px 30px #fff,
						 0px 0px 40px #fff;
		}

		#hd #enjoy .enjoy-info {
			background-position: right 15%;
			background-size: cover;
			padding-bottom: 40%;
			padding-top: 30px;
			text-align: right;
		}
		#hd #enjoy .text .gp{
			/* width: 80%; */
		}
		#hd #enjoy small{
			width: 80%;
			min-width: auto;
			margin: auto;
			color: #fff;
			position: absolute;
			top: 92%;
			right: auto;
			left: 50%;
			transform: translateX(-50%);
			text-align: center;
		}
		

		#hd #built .built-info::before{
			content: '';
			width: 100%;
			padding-bottom: 900px;
			background: -webkit-radial-gradient(ellipse, #e6e5e7 20% , transparent 70%);
			background: -o-radial-gradient(ellipse, #e6e5e7 20%,  transparent 70%);
			background: -moz-radial-gradient(ellipse, #e6e5e7 20%,  transparent 70%);
			background: radial-gradient(ellipse, #e6e5e7 20%,  transparent 70%);
			top: -350px;
			left: 0;
		}

		#hd #built .built-info {
			max-height: 800px;
			padding-top: 60px;
			text-align: center;
		}



		#hd #sleek .sleek-info{
			padding-top: 25%;
			padding-bottom: 60px;
			text-align: right;
		}
		#hd #ips .ips-info {
			padding-top: 60px;
			padding-bottom: 25%;
			text-align: right;
		}
		#hd #sleek .text{
			width: 56%;
			min-width: auto;
			margin-right: 50px;
			margin-left: 0;
		}
		#hd #ips .text{
			width: 41%;
			min-width: auto;
			margin-right: 50px;
			margin-left: 0;
		}


		#hd #usb .pc-show{
			width: 420px;
		}
	}
	@media screen and (max-width: 1024px){
		#hd h2{ font-size: 40px; }
		#hd #intuitive .text{
			width: 80%;
			min-width: auto;
			margin-right: 0;
			margin-left: 0;
		}
		#hd #intuitive .intuitive-info {
			text-align: center;
		}

		#hd #enjoy .text{
			width: 80%;
			min-width: auto;
			margin-right: 0;
			margin-left: 0;
		}
		#hd #enjoy .enjoy-info {
			text-align: center;
		}

		#hd #sleek .sleek-info {
			background-position: right top;
			padding-top: 16%;
			padding-bottom: 10%;
		}
	}
	@media screen and (max-width: 1023px){
		#hd .mobile-on{display: block; }
		#hd h2,
		#hd p{
			color: #555;
		}	

		#hd #swipe .swipe-info,
		#hd #intuitive .intuitive-info,
		#hd #enjoy .enjoy-info,
		#hd #usb .usb-info,
		#hd #built .built-info,
		#hd #foldable .foldable-info,
		#hd #sleek .sleek-info,
		#hd #ips .ips-info,
		#hd #automatic .automatic-info{
			min-height: auto;
			max-height: none;
			background-image: none;
			padding-top: 0;
			padding-bottom: 20px;
		}
		#hd #swipe .swipe-info figure,
		#hd #enjoy .enjoy-info figure,
		#hd #built .built-info figure{
			background-position: right 65%;
		}
		#hd #swipe .text,
		#hd #intuitive .text,
		#hd #enjoy .text,
		#hd #usb .text,
		#hd #built .text,
		#hd #foldable .text,
		#hd #sleek .text,
		#hd #ips .text,
		#hd #automatic .text,
		#hd #enjoy small{
			text-shadow: none;
		}

		#hd #enjoy a{
			color: #555;
		}


		#hd #swipe::before,
		#hd #usb::before{
			display: none;
		}


		#hd #enjoy .text h2{
			margin-bottom: 0;
		}
		#hd #enjoy .text .gp{
			width: 100%;
		}
		#hd #enjoy .text .gp .img_set{
			width: 100%;
			text-align: center;
		}
		#hd #enjoy .text .gp img{
			margin: 0 auto 0;
			display: inline-block;
			vertical-align: middle;
		}
		#hd #enjoy .text .gp img:nth-child(1){
			width: 160px;
		}
		#hd #enjoy .text .gp .p_set{
			width: 100%;
			text-align: center;
			margin-left: 0;
		}
		#hd #enjoy small{
			width: 90%;
			margin: 10px auto 0;
			color: #333;
			display: block;
			position: relative;
			top: 0;
			left: 0;
			transform: translateX(0);
		}


		#hd #built .built-info::before{
			display: none;
		}


		#hd #usb .text h2{
			margin: 0;
		}
		#hd #usb .pc-show{
			display: none;
		}
		#hd #usb .mb-show{
			display: inline-block;
		}
		#hd #usb small{
			width: 90%;
			margin: 20px auto 0;
			color: #333;
			display: block;
			position: relative;
			top: 0;
			left: 0;
			transform: translateX(0);
		}

		#hd #sleek .sleek-info,
		#hd #ips .ips-info {
			text-align: center;
		}
		#hd #sleek .text,
		#hd #ips .text{
			width: 80%;
			margin-right: 0;
		}
		#hd #sleek .text .item:nth-child(1)::after{
			height: 40px;
			background-color: #555;
		}

		#hd #ultra .change_set > img{
			width: 70%;
			right: 0;
		}
		#hd #ultra .change_set{
			width: 90%;
		}
		#hd #ultra .change_set .contol{
			width: 100%;
			margin-left: 0;
			margin-bottom: 40px;
			display: block;
			position: relative;
			left: 0;
		}
	}
	@media screen and (max-width: 768px){
		#hd h2{font-size: 36px;}
		#hd h3{font-size: 20px;}
		#hd p {font-size: 14px;}
		#hd #swipe .text,
		#hd #intuitive .text,
		#hd #enjoy .text,
		#hd #usb .text,
		#hd #built .text,
		#hd #foldable .text,
		#hd #sleek .text,
		#hd #ips .text,
		#hd #automatic .text{
			width: 90%;
			min-width: auto;
			margin-right: 0;
			margin-left: 0;
		}
		#hd #ultra .text,
		#hd #flicker .text{
			width: 90%;
		}

		#hd #enjoy .text h2 img{
			width: 50px;
		}

		#hd #built .text .item:nth-child(1)::after{
			height: 75px;
		}

		#hd #sleek .text .item:nth-child(1)::after{
			top: 5px;
			height: 40px;
		}
	}
	@media screen and (max-width: 600px){
		#hd h2{font-size: 30px;}
		/* #hd .mobile-bg {
			background-position: center;
			padding-bottom: 100vw;
			background-size: cover;
		} */
		#hd .mobile-on{display: none; }
		#hd .mobile-s-on{display: block; position: relative; margin-bottom: 30px;}

		#hd #enjoy .text h2 img{
			width: 40px;
		}

		#hd #built .text .item:nth-child(1){
			padding-right: 25px;
		}
		#hd #built .text .item:nth-child(2){
			padding-left: 25px;
		}
		#hd #built .text .item:nth-child(1)::after{
			height: 70px;
		}

		#hd #sleek .text .item:nth-child(1)::after{
			height: 35px;
		}


		#hd #ultra .change_set .contol li{
			width: 45px;
			margin-right: 5px;
			padding: 9px;
			display: inline-block;
			color: #222;
			background-color: #fff;
			text-align: center;
			font-size: 22px;
			cursor: pointer;
		}

		#hd #flicker .pic_outer{
			width: 90%;
		}
	}
	@media screen and (max-width: 425px){
		#hd #flicker .pic_outer .item{
			width: 90%;
			margin-bottom: 10px;
		}
		#hd #usb .mb-show{
			width: 300px;
		}

		#hd #ultra .change_set > img{
			width: 90%;
			right: 0;
		}
	}
	