@charset "UTF-8";

/* --------------------------------
 * 共同
 * -------------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	color: #000;
    font-family: Arial, 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', 'PingFang TC', 'Heiti TC', 'LiHei Pro', sans-serif;
	text-align: center;
	background-image : url(../img/bg_blue_left.png), url(../img/bg_blue_right.png), url(../img/bg_icon.png), url(../img/bg_icon_shadow.png), linear-gradient(-45deg, #ff9900, #ffcc33);
	background-repeat: no-repeat;
	background-position: bottom left, top right, top center, top center;
	background-blend-mode: normal, normal, normal, soft-light;
	font-size: 0;
	height: 100vh;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFF;
}
input, button, select, textarea {
	outline: none
}
*:focus {
	outline: none;
}
h2 {
	color: #FFF;
	font-size: 45px;
	font-weight: 700;
}
.high-1 {
	margin-bottom: 30px;
}
.high-2 {
	margin-bottom: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
body {
	background-size: 480px 120px, 480px 120px, cover, cover, auto;
}
h2 {
	font-size: 40px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
body {
	background-size: 420px 105px, 420px 105px, cover, cover, auto;
}
h2 {
	font-size: 36px;
}
.high-1 {
	margin-bottom: 20px;
}
.high-2 {
	margin-bottom: 5px;
}
}
@media only screen and (max-width:999px) {
body {
	background-image : url(../img/.png), url(../img/.png), url(../img/bg_icon.png), url(../img/bg_icon_shadow.png), linear-gradient(-45deg, #ff9900, #ffcc33);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left, top right, top center, top center;
	background-size: 160%;
	height: auto;
}
h2 {
	font-size: 30px;
}
}
@media only screen and (max-width:720px) {
body {
	background-image : url(../img/.png), url(../img/.png), url(../img/bg_icon_phone.png), url(../img/bg_icon_shadow_phone.png), linear-gradient(-45deg, #ff9900, #ffcc33);
	background-size: 100%;
}
}
@media only screen and (max-width:480px) {
h2 {
	font-size: 27px;
}
.high-1 {
	margin-bottom: 15px;
}
}
@media only screen and (max-width:320px) {
h2 {
	font-size: 23px;
}
}



/* --------------------------------
 * 版面
 * -------------------------------- */
 
#page {
	padding-top: 240px;
}
.content {
	width: 100%;
	padding-left: 10%;
}
.content ul li {
	display: inline-block;
	vertical-align: top;
}
.layout>ul>li:nth-child(1) {
	width: 57%;
	text-align: left;
}
.layout>ul>li:nth-child(2) {
	width: 43%;
	position: relative;
}
.layout>ul>li:nth-child(2) img {
	width: 100%;
	max-width: 780px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.content-height {
	height: calc(100vh - 240px);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
#page {
	padding-top: 200px;
}
.layout>ul>li:nth-child(1) {
	width: 56%;
}
.layout>ul>li:nth-child(2) {
	width: 44%;
}
.content-height {
	height: calc(100vh - 200px);
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
#page {
	padding-top: 165px;
}
.content {
	padding-left: 9%;
}
.content-height {
	height: calc(100vh - 165px);
}
}
@media only screen and (max-width:999px) {
#page {
	padding-top: 180px;
}
.content {
	padding-left: 0%;
}
.content ul li {
	display: block;
}
.layout>ul>li:nth-child(1) {
	width: 100%;
	padding-left: 3.5%;
	padding-right: 3.5%;
	position: relative;
	z-index: 99;
}
.layout>ul>li:nth-child(2) {
	width: 100%;
	text-align: right;
	margin-top: -50px;
}
.layout>ul>li:nth-child(2) img {
	width: 78%;
	position: relative;
}
.content-height {
	height: auto;
}
#space img {
	margin-top:12%;
}
}
@media only screen and (max-width:720px) {
#page {
	padding-top: 180px;
}
.layout>ul>li:nth-child(1) {
	padding-left: 5%;
	padding-right: 5%;
}
.layout>ul>li:nth-child(2) {
	margin-top: -45px;
}
.layout>ul>li:nth-child(2) img {
	width: 85%;
}
#space img {
	margin-top: 20px;
}
}
@media only screen and (max-width:600px) {
.layout>ul>li:nth-child(2) {
	margin-top: -25px;
}
}
@media only screen and (max-width:480px) {
#page {
	padding-top: 160px;
}
.layout>ul>li:nth-child(1) {
	padding-left: 6%;
	padding-right: 6%;
}
.layout>ul>li:nth-child(2) {
	margin-top: -35px;
}
.layout>ul>li:nth-child(2) img {
	width: 82.5%;
}
#space img {
	margin-top: 10px;
}
}
 
 
 
/* --------------------------------
 * 選單
 * -------------------------------- */
 
#menu {
	width: 100%;
	height: 240px;
	position: fixed;
	top: 0;
	z-index: 999;	
}
#menu section {
	width: 88%;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#menu h1, .menu-box {
	display: inline-block;
	vertical-align: middle;
}
#menu h1 {
	width: 200px;
	text-align: left;
}
.menu-box {
	width: calc(100% - 200px);
	float: right;
	margin-top: 25px;
}
.nav {
	font-family: '微軟正黑體', sans-serif;
	font-size: 0px;
	font-weight: 100;
	text-align: left;
	overflow: visible;
}
.nav ul li {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	position: relative;	
}
/*第一層選單*/
.menu>li {
	margin-left: 55px;
}
.up:before {
	color: #fff;
	position: absolute;
	content: "\f107";
	font-family: 'fontello';
	right: -20px;
}
.menu-plus {
	display: block;
	width: 80px;
	position: absolute;
	top: 0px;
	right: -15px;
	z-index: 998;
}
/*第二層選單*/
.sub-menu {
	width: 180px;
	margin-left: -50px;
	position: absolute;
	top: 25px;
}
.nav ul li ul li {
	margin-top: 1px;
}
.nav ul li ul li a {
	display:block;
	width: 100%;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #FFFFFFD9;
}
.nav ul li ul li a:hover {
	background-color: #000;
	color: #FFF;
}
.nav ul li ul li:last-child {
	border: 0;
}
/*開合按鈕*/
.container {
	display: inline-block;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background-color: #FFF;
	margin: 5px 0;
	transition: 0.4s;
}
.change .bar1 {
	transform: rotate(-45deg) translate(-5px, 5px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	transform: rotate(45deg) translate(-5px, -5px);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
#menu {
	height: 200px;
}
#menu section {
	padding-top: 20px;
}
#menu h1 {
	width: 140px;
}
#menu h1 img {
	width: 136px;
}
.menu-box {
	width: calc(100% - 140px);
}
.nav ul li {
	font-size: 20px;
}
/*第一層選單*/
.menu>li {
	margin-left: 50px;
}
/*第二層選單*/
.nav ul li ul li a {
	font-size: 17px;
	padding-top: 12px;
	padding-bottom: 12px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
#menu {
	height: 165px;
}
#menu section {
	width: 90%;
	padding-top: 15px;
}
#menu h1 {
	width: 120px;
}
#menu h1 img {
	width: 112px;
}
.menu-box {
	width: calc(100% - 120px);
}
.nav ul li {
	font-size: 17px;
}
/*第一層選單*/
.menu>li {
	margin-left: 40px;
}
.up:before {
	right: -15px;
}
/*第二層選單*/
.sub-menu {
	width: 150px;
	margin-left: -35px;
}
.nav ul li ul li a {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media (max-width: 999px) {
#menu {
	height: 165px;
}
#menu section {
	width: 100%;
	min-width: 0px;
	padding-top: 15px;
	padding-left: 3.5%;
	background-image: url(../img/bg_blue_right-phone.png);
	background-repeat: no-repeat;
	background-position: right top -1px;
	background-size: 60%;
}
#menu h1 {
	width: 115px;
}
#menu h1 img {
	width: 112px;
}
.menu-box {
	width: calc(100% - 115px);
}
.nav ul li {
	font-size: 18px;
}
/*第一層選單*/
.menu>li {
	margin-left: 45px;
}
.up:before {
	right: -15px;
}
/*第二層選單*/
.sub-menu {
	width: 150px;
	margin-left: -35px;
}
.nav ul li ul li a {
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
}
@media (max-width: 840px) {
#menu section {
	background-size: 70%;
}
/*第一層選單*/
.menu>li {
	margin-left: 32px;
}
/*第二層選單*/
.nav ul li ul li a {
	font-size: 15px;
}
}
@media (min-width: 721px) {
#nav-btn, .sub-menu {
	display: none;
}
.nav>.menu {
	display: block !important;
}
/*第一層選單*/
.nav>ul>li {
    display: inline-block;
	vertical-align: top;
}
}
@media (max-width: 720px) {
#menu {
	height: 65px;
}
#menu section {
	width: 100%;
	padding-top: 0px;
	background-size: 80%;
}
#menu h1 {
	width:112px;
	margin-top: 18px;
	position: relative;
	z-index: 999;
}
#menu h1 img {
	width: 112px;	
}
.menu-box {
	width: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	float: none;
	margin-top: 0px;
}
.nav>ul, .sub-menu {
	display: none;
}
.nav>ul {
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(45deg, #5067fd, #19439a);
    margin-top: -135px;
	padding-top: 135px;
}
.menu>li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.menu>li>a {
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav {
	text-align: right;
}
.nav>ul>li {
	font-size: 18px;
    border-bottom: 1px solid #9CF;
}
.nav ul li:nth-child(5) {
	border-bottom: none;
}
.sub-menu {
	width: 100%;
	margin-left: 0px;
	position: relative;	
	top: 0px;
}
.nav ul li ul li a {
	font-size: 14px;
	background-color: #FFF;
	border-bottom: none;
}
.up:before {
	color: #5067fd;
	background-color: #FFF;
	top: 20px;
	right: 0px;	
	padding: 1px 5px 1px 5px;
	border-radius:50%;
}
.menu-plus {
	width: 100%;
	height: 46px;
	right: 0px;
}
.container {
	margin-top: 20px;
	margin-right: 5%;
	margin-bottom: 89px;
}
}
@media (max-width: 600px) {
#menu {
	height: 65px;
}
#menu section {
	background-size: 100%;
}
#menu h1 img {
	width: 96px;	
}
}
@media (max-width: 480px) {
#menu section {
	background-size: 102%;
}
.menu>li {
	width: 86%;
}
.container {
	margin-right: 6%;
}
}
@media (max-width: 360px) {
#menu section {
	background-size: 105%;
}
.nav>ul>li {
	font-size: 16px;
}
.nav ul li ul li a {
	font-size: 13px;
}
}
@media (max-width: 320px) {
#menu section {
	background-size: 130%;
}
}



/* --------------------------------
 * 關於我們
 * -------------------------------- */
 
#aboutus-box {
	width: 90%;
	margin-top: 7%;
}
#aboutus-box ul li {
	width: 100%;
	display: block;
}
#aboutus-box ul li:nth-child(1) {
	color: #304296;
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 10px;
}
#aboutus-box ul li:nth-child(2) {
	color: #304296;
	font-size: 49px;
	margin-bottom: 30px;
}
#aboutus-box ul li:nth-child(3) {
	font-size: 21px;
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 35px;
}
#aboutus-box ul li:nth-child(4) {
	width: 150px;
	font-size: 20px;
	color: #FFF;
	background-image: linear-gradient(45deg, #5067fd, #19439a);
	background-position: bottom left, top right;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
#aboutus-box ul li:nth-child(4):hover {
	background-image: linear-gradient(-45deg, #000, #ff6600);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
#aboutus-box {
	margin-top: 5%;
}
#aboutus-box ul li:nth-child(1) {
	font-size: 60px;
}
#aboutus-box ul li:nth-child(2) {
	font-size: 42px;
}
#aboutus-box ul li:nth-child(3) {
	font-size: 18px;
}
#aboutus-box ul li:nth-child(4) {
	width: 135px;
	font-size: 18px;
	padding: 12px 0px 12px 0px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
#aboutus-box {
	margin-top: 5%;
}
#aboutus-box ul li:nth-child(1) {
	font-size: 50px;
	margin-bottom: 5px;
}
#aboutus-box ul li:nth-child(2) {
	font-size: 35px;
	margin-bottom: 20px;
}
#aboutus-box ul li:nth-child(3) {
	font-size: 15px;
	margin-bottom: 25px;
}
#aboutus-box ul li:nth-child(4) {
	width: 120px;
	font-size: 14px;
	padding: 11px 0px 11px 0px;
}
}
@media (max-width: 999px) {
#aboutus-box {
	width: 100%;
	margin-top: 0%;
}
#aboutus-box ul li:nth-child(1) {
	font-size: 50px;
	margin-bottom: 5px;
}
#aboutus-box ul li:nth-child(2) {
	font-size: 35px;
	margin-bottom: 6%;
}
#aboutus-box ul li:nth-child(3) {
	font-size: 17px;
	margin-bottom: 6%;
}
#aboutus-box ul li:nth-child(4) {
	width: 120px;
	font-size: 15px;
	padding: 13px 0px 13px 0px;
}
}
@media (max-width: 720px) {
#aboutus-box ul li:nth-child(1) {
	font-size: 40px;
	margin-bottom: 5px;
}
#aboutus-box ul li:nth-child(2) {
	font-size: 28px;
	margin-bottom: 20px;
}
#aboutus-box ul li:nth-child(3) {
	font-size: 15px;
	margin-bottom: 25px;
}
#aboutus-box ul li:nth-child(4) {
	width: 120px;
	font-size: 14px;
	padding: 11px 0px 11px 0px;
}
}
@media (max-width: 480px) {
#aboutus-box ul li:nth-child(1) {
	font-size: 30px;
	margin-bottom: 5px;
}
#aboutus-box ul li:nth-child(2) {
	font-size: 24px;
	margin-bottom: 7%;
}
#aboutus-box ul li:nth-child(3) {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 7.3%;
}
#aboutus-box ul li:nth-child(4) {
	width: 100px;
	font-size: 13px;	
	padding: 12px 0px 12px 0px;
}
}
@media (max-width: 320px) {
#aboutus-box ul li:nth-child(1) {
	font-size: 24px;
	margin-bottom: 5px;
}
#aboutus-box ul li:nth-child(2) {
	font-size: 20px;
}
#aboutus-box ul li:nth-child(3) {
	font-size: 14px;
}
#aboutus-box ul li:nth-child(4) {
	width: 90px;
	font-size: 12px;	
	padding: 11px 0px 11px 0px;
}
}



/* --------------------------------
 * 最新消息
 * -------------------------------- */
 
#news-box {
	width: 90%;
}
#news-box ul li {
	width: 100%;
	display: block;
}
#news-box ul li:nth-child(1) {
	margin-bottom: 4.5%;
}
#news-box ul li:nth-child(2) {
	color: #304296;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 5px;	
}
#news-box ul li:nth-child(3) {
	font-size: 21px;
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 4.8%;
}
#news-box ul li:nth-child(4) {
	width: 150px;
	font-size: 20px;
	color: #FFF;
	background-image: linear-gradient(45deg, #5067fd, #19439a);
	background-position: bottom left, top right;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
#news-box ul li:nth-child(4):hover {
	background-image: linear-gradient(-45deg, #000, #ff6600);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
#news-box ul li:nth-child(2) {
	font-size: 30px;
}
#news-box ul li:nth-child(3) {
	font-size: 18px;
}
#news-box ul li:nth-child(4) {
	width: 135px;
	font-size: 18px;
	padding: 12px 0px 12px 0px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
#news-box ul li:nth-child(2) {
	font-size: 25px;
}
#news-box ul li:nth-child(3) {
	font-size: 15px;
}
#news-box ul li:nth-child(4) {
	width: 120px;
	font-size: 14px;
	padding: 11px 0px 11px 0px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
#news-box {
	width: 100%;
}
}
@media only screen and (max-width:999px) {
#news-box {
	width: 100%;
}
#news-box ul li:nth-child(1) {
	margin-bottom: 6.3%;
}
#news-box ul li:nth-child(2) {
	font-size: 30px;
	word-wrap: normal;
}
#news-box ul li:nth-child(3) {
	font-size: 17px;
	margin-bottom: 7%;
}
#news-box ul li:nth-child(4) {
	width: 120px;
	font-size: 15px;
	padding: 13px 0px 13px 0px;
}
}
@media only screen and (max-width:720px) {
#news-box {
	width: 100%;
}
#news-box ul li:nth-child(2) {
	font-size: 25px;
}
#news-box ul li:nth-child(3) {
	font-size: 15px;
}
#news-box ul li:nth-child(4) {
	width: 120px;
	font-size: 14px;
	padding: 11px 0px 11px 0px;
}
}
@media only screen and (max-width:480px) {
#news-box ul li:nth-child(1) {
	margin-bottom: 6%;
}
#news-box ul li:nth-child(2) {
	font-size: 21px;
	line-height: 1.2;
}
#news-box ul li:nth-child(3) {
	font-size: 15px;
	margin-bottom: 6.3%;
}
#news-box ul li:nth-child(4) {
	width: 108px;
	font-size: 13px;	
	padding: 12px 0px 12px 0px;
}
}
@media only screen and (max-width:320px) {
#news-box ul li:nth-child(2) {
	font-size: 19px;
}
#news-box ul li:nth-child(3) {
	font-size: 14px;
}
#news-box ul li:nth-child(4) {
	width: 90px;
	font-size: 12px;	
	padding: 11px 0px 11px 0px;
}
}



/* --------------------------------
 * 彈開視窗
 * -------------------------------- */
 
.modal-a {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 5%; /* Location of the box */
	padding-bottom: 2%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {
	background-color: #fff;
    margin: auto;
    width: 50%;
}
.modal-box {
	padding: 54px 50px 50px 50px;
}	
.close-a {
	float: right;
	background-color: #999;
	margin-top: 0px;
	margin-right: 0px;
}
.close-a:hover {
    text-decoration: none;
    cursor: pointer;
}
#popup-box {
	width: 100%;
}
#popup-box ul li {
	width: 100%;
	display: block;
}
#popup-box ul li:nth-child(1) {
	color: #304296;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	margin-bottom: 30px;
}
#popup-box ul li:nth-child(2) {
	font-size: 20px;
	line-height: 1.5;
	text-align: justify;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
#popup-box ul li:nth-child(1) {
	font-size: 32px;
}
#popup-box ul li:nth-child(2) {
	font-size: 18px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
.modal-content {
    width: 75%;
}
.modal-box {
	padding: 45px 42px 45px 42px;
}
#popup-box ul li:nth-child(1) {
	font-size: 27px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#popup-box ul li:nth-child(2) {
	font-size: 15px;
}
}
@media only screen and (max-width:999px) {
.modal-a {
    padding-top: 0;
	padding-bottom: 0;
}
.modal-content {
    width: 100%;
}
.modal-box {
    padding: 45px 3.5% 45px 3.5%;
}
#popup-box ul li:nth-child(1) {
	font-size: 27px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#popup-box ul li:nth-child(2) {
	font-size: 15px;
}
}
@media only screen and (max-width:720px) {
.modal-box {
    padding: 40px 5% 40px 5%;
}
.close-a {
	margin-top: 20px;
	margin-right: 5%;
}
#popup-box ul li:nth-child(1) {
	font-size: 24px;
	padding-left: 10%;
	padding-right: 10%;
}
#popup-box ul li:nth-child(2) {
	font-size: 15px;
}
}
@media only screen and (max-width:480px) {
.modal-box {
    padding: 55px 6% 45px 6%;
}
.close-a {
	margin-top: 20px;
	margin-right: 6%;
}
#popup-box ul li:nth-child(1) {
	font-size: 22px;
}
}



/* --------------------------------
 * 產品介紹
 * -------------------------------- */

.product-logo-box img {
	filter: grayscale(100%);
	margin-bottom: 30px;
    margin-right: 30px;
}
.product-logo-box a:hover img {
	filter: none;
}
.product-hdd-box {
    margin-bottom: 25px;
}
.product-hdd-box h3 {
	font-size: 30px;
	font-weight: bolder;
	line-height: 1.5;
}
.product-hdd-box p {
	color: #000;
	font-size: 24px;
	line-height: 1.2;
	text-align: justify;
}
.product-hdd-box p a {
	color: #000;
}
.product-hdd-box p a:hover {
	text-decoration: underline;	
}
.product-cpu-box {
	width: 90%;
    margin-bottom: 25px;
}
.product-cpu-img, .product-cpu-cont {
	display: inline-block;
	vertical-align: middle;
}
.product-cpu-img {
	width: 115px;
}
.product-cpu-cont {
	width: calc(100% - 115px);
}
.product-cpu-cont a:hover {
	color: #000;
	text-decoration: underline;	
}
.product-cpu-box h4 {
	color: #000;
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 6px;
}
.product-cpu-box p {
	color: #000;
	font-size: 21px;
	line-height: 1.4;
	text-align: justify;
}
sup {
	vertical-align: super;
	font-size: small;
	font-weight: 500;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
.product-logo-box img {
	width: 200px;
}
.product-hdd-box h3 {
	font-size: 27px;
	line-height: 1;
	margin-bottom: 5px;
}
.product-hdd-box p {
	font-size: 20px;
}
.product-cpu-img {
	width: 100px;
}
.product-cpu-img img {
	width: 90px;
}
.product-cpu-cont {
	width: calc(100% - 100px);
}
.product-cpu-box h4 {
	font-size: 27px;
	margin-bottom: 2px;
}
.product-cpu-box p {
	font-size: 18px;
	line-height: 1.25;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
.product-logo-box img {
	width: 170px;
	margin-bottom: 25px;
    margin-right: 25px;
}
.product-hdd-box {
    margin-bottom: 20px;
}
.product-hdd-box h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}
.product-hdd-box p {
	font-size: 17px;
}
.product-cpu-box {
    margin-bottom: 20px;
}
.product-cpu-img {
	width: 90px;
}
.product-cpu-img img {
	width: 80px;
}
.product-cpu-cont {
	width: calc(100% - 90px);
}
.product-cpu-box h4 {
	font-size: 24px;
	margin-bottom: 2px;
}
.product-cpu-box p {
	font-size: 15px;
	line-height: 1.25;
}
}
@media only screen and (max-width:999px) {
.product-logo-box img {
	width: 22.9%;
	filter: none;
	margin-bottom: 20px;
	margin-right: 2.8%;
}
.product-logo-box a:nth-child(4) img {
	margin-right: 0;
}
.product-hdd-box {
    margin-bottom: 20px;
}
.product-hdd-box h3 {
	font-size: 27px;
	line-height: 1;
	margin-bottom: 3px;
}
.product-hdd-box p {
	font-size: 18px;
	line-height: 1.5;
	word-wrap: break-word;
}
.product-cpu-box {
	width: 100%;
    margin-bottom: 20px;
}
.product-cpu-img {
	width: 95px;
}
.product-cpu-img img {
	width: 85px;
}
.product-cpu-cont {
	width: calc(100% - 95px);
}
.product-cpu-box h4 {
	font-size: 24px;
	margin-bottom: 2px;
}
.product-cpu-box p {
	font-size: 16px;
	line-height: 1.2;
}
}
@media only screen and (max-width:720px) {
.product-logo-box img {
	width: 31%;
	margin-right: 3.5%;
}
.product-logo-box a:nth-child(4) img {
	margin-right: 3.5%;
}
.product-logo-box a:nth-child(3) img, .product-logo-box a:nth-child(6) img {
	margin-right: 0;
}
.product-hdd-box {
    margin-bottom: 15px;
}
.product-hdd-box h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.product-hdd-box p {
	font-size: 16px;
}
.product-cpu-img {
	width: 90px;
}
.product-cpu-img img {
	width: 80px;
}
.product-cpu-cont {
	width: calc(100% - 90px);
}
.product-cpu-box h4 {
	font-size: 21px;
}
.product-cpu-box p {
	font-size: 15px;
}
}
@media only screen and (max-width:600px) {
.product-logo-box img {
	width: 48%;
	margin-bottom: 20px;
	margin-right: 0;
	border-top: 10px solid  #FFF;
	border-right: 15px solid  #FFF;
	border-bottom: 10px solid  #FFF;
	border-left: 15px solid  #FFF;
}
.product-logo-box a:nth-child(4) img {
	margin-right: 0;
}
.product-logo-box a:nth-child(odd) img {
	margin-right: 4%;
}
}
@media only screen and (max-width:480px) {
.product-logo-box img {
	margin-bottom: 18px;
	width: 47.5%;
}
.product-logo-box a:nth-child(odd) img {
	margin-right: 5%;
}
.product-hdd-box {
    margin-bottom: 14px;
}
.product-hdd-box h3 {
	font-size: 21px;
	line-height: 1;
	margin-bottom: 3px;
}
.product-hdd-box p {
	font-size: 14px;
	line-height: 1.5;
}
.product-cpu-img {
	width: 75px;
}
.product-cpu-img img {
	width: 68px;
}
.product-cpu-cont {
	width: calc(100% - 75px);
}
.product-cpu-box h4 {
	font-size: 15px;
}
.product-cpu-box p {
	font-size: 13px;
}
}



 /* --------------------------------
 * 聯絡我們&大量採購
 * -------------------------------- */
 
#form-box {
	width: 76%;
	position: relative;
}
#form-box p {
	color: #FFF;
    font-size: 24px;
	margin-bottom: 24px;
}  
#form-box input, #form-box textarea {
	width: 100%;
	font-size: 20px;
	line-height: 1;	
	padding: 12px;
	border-radius: 0 6px 6px 0;
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: none;
}
#form-box ul li {
    width: 100%;
}
#form-box ul li h5, #form-box ul li input, #form-box ul li textarea {
	display: inline-block;
	vertical-align: top;
}
#form-box ul li h5 {
	color: #FFF;
	width: 17%;
	font-size: 20px;
	line-height: 1;
	background-color: #F60;
	text-align: center;
	border-radius: 6px 0 0 6px;
	padding: 13px 8px 14px 8px;
}
#form-box ul li input, #form-box ul li textarea {
	width: 83%;
}
#form-box ul li:nth-child(5) h5, #form-box ul li textarea {
	height: 170px;
}
button {
	width: 17%;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 9px 0px 9px 0px;	
	margin-top: 14px;
}
button:hover {
	color: #F60;
	background-color: transparent;
	border-color: #F60;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
#form-box {
	width: 77%;
}
#form-box p {
    font-size: 21px;
	margin-bottom: 20px;
}  
#form-box input, #form-box textarea {
	font-size: 18px;
	padding: 9px;
	margin-bottom: 8px;
}
#form-box ul li h5 {
	width: 20%;
	font-size: 18px;
	padding: 10px 8px 11px 8px;
}
#form-box ul li input, #form-box ul li textarea {
	width: 80%;
}
#form-box ul li:nth-child(5) h5, #form-box ul li textarea {
	height: 120px;
}
button {
	width: 20%;
	font-size: 18px;
	padding: 8px 0px 8px 0px;
	margin-top: 8px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
#form-box {
	width: 80.5%;
}
#form-box p {
    font-size: 18px;
	margin-bottom: 15px;
}  
#form-box input, #form-box textarea {
	font-size: 16px;
	padding: 7px;
	margin-bottom: 5px;
}
#form-box ul li h5 {
	width: 20%;
	font-size: 16px;
	padding: 8px 8px 9px 8px;
}
#form-box ul li input, #form-box ul li textarea {
	width: 80%;
}
#form-box ul li:nth-child(5) h5, #form-box ul li textarea {
	height: 100px;
}
button {
	width: 20%;
	font-size: 16px;
	padding: 6px 0px 6px 0px;
	margin-top: 8px;
}
}
@media only screen and (max-width:999px) {
#form-box {
	width: 100%;
}
#form-box p {
    font-size: 18px;
	margin-bottom: 25px;
}  
#form-box input, #form-box textarea {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 9px;
}
#form-box ul li h5 {
	width: 20%;
	font-size: 16px;
	padding: 11px 8px 12px 8px;
}
#form-box ul li input, #form-box ul li textarea {
	width: 80%;
}
#form-box ul li:nth-child(5) h5, #form-box ul li textarea {
	height: 150px;
}
button {
	width: 20%;
	font-size: 16px;
	padding: 9px 0px 9px 0px;
	margin-top: 18px;
}
}
@media only screen and (max-width:720px) {
#form-box p {
    font-size: 16px;
	margin-bottom: 15px;
}  
#form-box input, #form-box textarea {
	font-size: 14px;
	padding: 7px;
	margin-bottom: 7px;
}
#form-box ul li h5 {
	font-size: 14px;
	padding: 8px 8px 9px 8px;
}
#form-box ul li:nth-child(5) h5, #form-box ul li textarea {
	height: 100px;
}
button {
	font-size: 14px;
	padding: 6px 0px 6px 0px;
	margin-top: 8px;
}
}
@media only screen and (max-width:480px) {
#form-box p {
    font-size: 14px;
}
#form-box ul li h5 {
	width: 25%;
}
#form-box ul li input, #form-box ul li textarea {
	width: 75%;
	padding: 5px;
}
#form-box ul li:nth-child(5) h5, #form-box ul li textarea {
	height: 85px;
}  
button {
	width: 25%;
}
}
@media only screen and (max-width:320px) {
#form-box p {
    font-size: 13px;
}
#form-box ul li h5 {
	font-size: 13px;
}
button {
	font-size: 13px;
}
}


 
 /* --------------------------------
 * 版權
 * -------------------------------- */
 
footer {
	width: 100%;
	position: fixed;
	right: 2%;
	bottom: 0;
	padding-bottom: 25px;
	z-index: 997;
}
footer p {
	font-size: 18px;
	line-height: 1.5;
	text-align: right;
}
footer p:nth-child(3), footer p:nth-child(4) {
	display: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
footer p {
	font-size: 16px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
footer {
	padding-bottom: 20px;
}
footer p {
	font-size: 14px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
footer {
	padding-bottom: 20px;
}
footer p {
	font-size: 13px;
}
}
@media only screen and (max-width:999px) {
footer {
	right: 0;
	bottom: -1px;
	padding: 60px 0 1.7% 3.5%;
	background-image: url(../img/bg_blue_left-phone.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	background-size: 60% ;		
}
footer p {
	width: 100%;
	color: #FFF;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}
footer p:nth-child(1), footer p:nth-child(2) {
	display: none;
}
footer p:nth-child(3), footer p:nth-child(4) {
	display: block;
}
}
@media only screen and (max-width:840px) {
footer {
	padding: 60px 0 2% 3.5%;
	background-size: 70% ;		
}
}
@media only screen and (max-width:720px) {
footer {
	padding: 60px 0 3% 5%;
	background-size: 80% ;
}
}
@media only screen and (max-width:600px) {
footer {
	background-size: 100% ;
}
footer p {
	font-size: 10px;
	line-height: 1.3;
}
}
@media only screen and (max-width:480px) {
footer {
	padding: 60px 0 10px 6%;
	background-size: 102% ;
}
}
@media only screen and (max-width:360px) {
footer {
	background-size: 105% ;
}
}
@media only screen and (max-width:320px) {
footer {
	background-size: 130% ;
}
footer p {
	font-size: 9px;
}
}







