@charset "UTF-8";

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

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

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	font-size: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover, a:active {
	text-decoration: none;
	color: #ee0000;
}
input, button, select, textarea {
	outline: none;
}
*:focus {
	outline: none;
}
a,input[type="text"],input[type="search"],input[type="email"],textarea,button,select {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.spacing {
	margin-top: 50px;
	margin-bottom: 50px;
}
#page {
	padding-top: 11vh;
}
.layout {
	width: 70%;
	min-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.unit-banner {
	background-color: #f3f3f3;
}
.unit-banner img {
	width: 100%;
}
.unit-banner img:nth-child(2) {
	display: none;
}
.header-banner {
	height: 79vh;
	background-image: url(../img/index_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	display: flex;
    align-items: center;
	background-size: cover;
}
.header-banner ul {
	width:50%;
	min-width:800px;
	margin-right: auto;
	margin-left: auto;
}
.header-banner ul li:nth-child(1) {
	color: #FFF;
	font-size: 96px;
	font-weight: 600;
	line-height: 0.8;
}
.header-banner ul li:nth-child(2) {
	color: #FFF;
	font-size: 24px;
	margin-top: 20px;
}
.header-banner ul li:nth-child(3) a {
	display: inline-table;
	color: #CC0000;
	font-size: 18px;
	background-color: #FFF;
	padding: 20px;
	margin-top: 20px;
	font-weight: bold;
}
.header-banner ul li:nth-child(3) a:hover {
	color: #fff;
	background-color: #CC0000;
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
.layout {
	width: 85%;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
.layout {
	width: 90%;
	min-width: 960px;
}
}
@media only screen and (min-width: 961px) and (max-width: 1200px) {
.spacing {
	margin-top: 4%;
	margin-bottom: 4%;
}
.layout {
	width: 90%;
	min-width: 840px;
}
.header-banner {
	height: 79.5vh;
}
.header-banner ul li:nth-child(1) {
	font-size: 72px;
}
}
@media only screen and (max-width:960px) {
.spacing {
	margin-top: 4%;
	margin-bottom: 4%;
}
.layout {
	width: 92%;
	min-width: 0px;
}
#page {
	padding-top: 80px;
}
.header-banner {
	height: calc(100vh - 150px);
}
.header-banner ul {
	width:90%;
	min-width:0px;
}
.header-banner ul li:nth-child(1) {
	font-size: 72px;
}
}
@media only screen and (max-width:840px) {
.unit-banner img:nth-child(1) {
	display: none;
}
.unit-banner img:nth-child(2) {
	display: block;
}
.header-banner {
	height: calc(100vh - 140px);
}
}
@media only screen and (max-width:720px) {
.spacing {
	margin-top: 5%;
	margin-bottom: 5%;
}
.header-banner {
	height: calc(100vh - 130px);
	background-size: cover;
}
.header-banner ul {
	width:92%;
}
.header-banner ul li:nth-child(1) {
	font-size: 60px;
	line-height: 1;
}
.header-banner ul li:nth-child(2) {
	font-size: 20px;
	line-height: 1.2;
}
.header-banner ul li:nth-child(3) a {
	font-size: 16px;
}
}
@media only screen and (max-width:480px) {
.layout {
	width: 90%;
}
#page {
	padding-top: 60px;
}
.header-banner {
	height: calc(100vh - 105px);
}
.header-banner ul li:nth-child(1) {
	font-size: 45px;
}
.header-banner ul li:nth-child(2) {
	font-size: 15px;
	line-height: 1;
	margin-top: 15px;
}
.header-banner ul li:nth-child(3) a {
	font-size: 13px;
	padding: 15px;
	margin-top: 15px;
}
}
@media only screen and (max-width:360px) {
}



/* --------------------------------
 * 選單
 * -------------------------------- */
#menu {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	background-image: linear-gradient(to top, #FFF, #FFF);
	height: 11vh;
	-webkit-box-shadow: 0px 0px 25px #CCC;
	-moz-box-shadow: 0px 0px 25px #CCC;
	box-shadow: 0px 0px 25px #CCC;
}
#menu section {
    margin-top: 4.5vh;
}
#menu h1, .menu-box {
	display: inline-block;
	vertical-align: middle;
}
#menu h1 {
	width: 25%;
	text-align: left;
}
.menu-box {
	width: 75%;
	float: right;
}
.nav {
	font-size: 0px;
	text-align: right;
	overflow: visible;
}
.nav ul li {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 6.5vh;
	padding-right: 30px;
	padding-left: 30px;
}
/*開合按鈕*/
.container {
	display: inline-block;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background-color: #000;
	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: 1201px) and (max-width: 1440px) {
.nav ul li {
	font-size: 21px;
	padding-right: 25px;
	padding-left: 25px;
}
}
@media only screen and (min-width: 961px) and (max-width: 1200px) {
#menu h1 img {
	height: 18px;
}
.nav ul li {
	font-size: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 961px) {
#nav-btn {
	display: none;
}
.nav>ul {
	display: block !important;
}
.nav>ul>li {
    display: inline-block;
	vertical-align: top;
}
}
@media (max-width: 960px) {
#menu {
	height: 80px;
}
#menu .layout {
	width: 100%;
}
#menu section {
    margin-top: 32px;
}
#menu h1 {
	width: calc(100% - 20px);
	text-align: center;
}
#menu h1 img {
	height: 16px;	
}
.menu-box {
	width: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	float: none;
}
.nav ul {
	display: none;
}
.nav ul li {
	font-size: 18px;
	text-align: left;
    border-bottom: 1px solid #777;
	height: auto;
	background-color: #666;
	padding-right: 0px;
	padding-left: 4%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav ul li a {
	color: #fff;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-tap-highlight-color:transparent;
}
.nav ul li:hover {
	background-color: #ee0000;
}
.container {
	margin-top: 27px;
	margin-right: 4%;
	margin-bottom: 27px;
}
}
@media (max-width: 480px) {
#menu {
	height: 60px;
}
#menu section {
    margin-top: 24px;
}
#menu h1 img {
	height: 12px;	
}
.nav ul li {
	padding-left: 5%;
}
.container {
	margin-top: 16px;
	margin-right: 5%;
	margin-bottom: 14px;
}
}
@media (max-width: 360px) {
#menu h1 img {
	height: 11px;	
}
}



/* --------------------------------
 * 路徑
 * -------------------------------- */
.bread {
	background-color: #333;
	text-align: left;
	margin-left: -3px;
}
.bread ul {
	display: flex;
	list-style-type: none;
}
.bread ul li {
	color: #fff;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.bread ul li a {
	color: #fff;
}
@media only screen and (max-width:960px) {
.bread {
	margin-left: 0px;
}
.bread ul li {
	font-size: 14px;
}
}
@media only screen and (max-width:720px) {
.bread {
	margin-left: 0px;
}
.bread ul li {
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 10px;
}	
}
@media only screen and (max-width:480px) {
.bread ul li {
	font-size: 12px;
}	
}
@media only screen and (max-width:400px) {
.bread ul li {
	font-size: 11px;
}	
}



/* --------------------------------
 * 公司簡介
 * -------------------------------- */
.compamy {
	text-align: left;
} 
.compamy-box h2 {
	width: 70%;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.compamy-box ul li {
	display: inline-block;
	vertical-align: top;
}
.compamy-box ul li:nth-child(1) {
    display: none;
}
.compamy-box ul li:nth-child(2) {
	width: 80%;
	padding-right: 3%;
}
.compamy-box ul li:nth-child(3) {
	width: 20%;
	text-align: right;
}
.compamy-box ul li p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 4%;
}
.compamy-box ul li:nth-child(3) img {
	width: 100%;
	max-width: 300px;
}
@media only screen and (max-width:1200px) {
.compamy-box h2 {
	width: 100%;
	font-size: 36px;
}
.compamy-box ul li:nth-child(2) {
	width: 75%;
}
.compamy-box ul li:nth-child(3) {
	width: 25%;
}
.compamy-box ul li p {
	font-size: 15px;
}
}
@media only screen and (max-width:1080px) {
.compamy-box ul li:nth-child(2) {
	width: 70%;
}
.compamy-box ul li:nth-child(3) {
	width: 30%;
}
}
@media only screen and (max-width:960px) {
.compamy-box h2 {
	font-size: 30px;
}
}
@media only screen and (max-width:720px) {
.compamy-box ul li:nth-child(1) {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 4%;
}
.compamy-box ul li:nth-child(2) {
	width: 100%;
}
.compamy-box ul li:nth-child(3) {
	display: none;
}
.compamy-box ul li p {
	font-size: 14px;
}
.compamy-box ul li:nth-child(1) img {
	width: 70%;
}	
}
@media only screen and (max-width:600px) {
.compamy-box h2 {
	font-size: 27px;
}
.compamy-box ul li:nth-child(1) img {
	width: 80%;
}	
}
@media only screen and (max-width:480px) {
.compamy-box h2 {
	font-size: 25px;
}
.compamy-box ul li p {
	font-size: 13px;
}	
}
@media only screen and (max-width:360px) {
.compamy-box h2 {
	font-size: 20px;
}
}
 


/* --------------------------------
 * 產品介紹
 * -------------------------------- */
.product {
	text-align: left;
}
.product-menu, .product-cont, .product-list {
	display: inline-block;
	vertical-align: top;
}
.product-menu {
	width: 25%;
}
.product-cont {
	width: 72%;
	margin-left: 3%;
	margin-top: -11px;
}
.product-list {
	width: 72%;
	margin-left: 3%;
}
.product-menu ul li {
	font-size: 16px;
	font-weight: 700;
	color: #ee0000;
	position: relative;
	padding: 12px 0;
	border-bottom: solid 1px #e2e2e2;
}
.product-menu>ul>a:nth-child(1)>li {
    border-top: solid 1px #e2e2e2;
}
.product-menu ul a li {
	font-weight: 500;
	color: #666;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-menu ul a:hover li {
	color: #FFF;
	background-color: #ee0000;
}
#red {
	font-weight: 700;
	color: #ee0000;
	background-color: #FFF;
}
.product-cont h4 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}
.product-cont span {
	font-size: 21px;
	font-weight: 700;
	color: #999;
}
.product-cont img {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}
.product-cont h5 {
	font-size: 21px;
	font-weight: 700;
	color: #ee0000;
	line-height: 1.5;
}
.product-cont p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	padding-bottom: 3%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 3%;
}
.product-cont h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
}
.product-cont ul {
	padding-left: 19px;
}
.product-cont ul li {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	list-style-type: square;
}
.item-left, .item-right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.item-left {
	padding-right: 3%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.item-right {
	padding-left: 3%;
}
.item-box {
	padding-top: 3%;
	padding-bottom: 3%;
}
#i1, #i4 {
    padding-top: 0%;
}
#i1, #i2, #i4, #i6, #i7, #i9, #i10 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.part2 {
	margin-top: 3%;
}
.product-cont table {
	width: 100%;
}
.product-cont th, .product-cont td {
	font-size: 16px;
	padding: 6px;
	color: #666;
	border: 1px solid #CCC;
}
#footnote {
	color: #fff;
	background-color: #CCC;
}
.part3 {
	width: 60px;
	margin-top: 1.5%;
	margin-right: auto;
	margin-left: auto;
}
.product-list>ul>a>li {
	border: 1px solid #e2e2e2;
	text-align: center;
}
.product-list>ul>a:hover>li {
	border: 1px solid #CC0000;
}
.product-list>ul>a:nth-child(2)>li {
	margin-top: 5%;
}
.product-list>ul>a>li>ul>li:nth-child(1) {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	background-color: #e2e2e2;
	padding-top: 1.8%;	
}
.product-list>ul>a:hover>li>ul>li:nth-child(1) {
	color: #fff;
	background-color: #CC0000;
}
.product-list>ul>a>li>ul>li:nth-child(2) {
	font-size: 16px;
	font-weight: 500;
	background-color: #e2e2e2;
	padding-bottom: 2%;
}
.product-list>ul>a:hover>li>ul>li:nth-child(2) {
	color: #fff;
	background-color: #CC0000;
}
.product-list>ul>a>li>ul>li:nth-child(3) {
	padding: 3%;
}
.product-list>ul>a>li>ul>li:nth-child(3) img {
	width: 100%;
	max-width:900px;
}
@media only screen and (max-width:1440px) {
.product-cont th, .product-cont td {
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
}
@media only screen and (max-width:1200px) {
.product-cont h4 {
	font-size: 36px;
}
.product-cont span, .product-cont h5, .product-cont ul {
	font-size: 19px;
}
.product-menu ul li, .product-cont p, .product-cont h6, .product-cont ul li, .product-cont th, .product-cont td {
	font-size: 15px;
}
.product-cont ul {
	padding-left: 16px;
}
.product-list>ul>a>li>ul>li:nth-child(1) {
	font-size: 20px;
	padding-top: 2.7%;
}
.product-list>ul>a>li>ul>li:nth-child(2) {
	font-size: 15px;
	padding-bottom: 3%;
}
}
@media only screen and (max-width:960px) {
.item-left, .item-right {
	width: 100%;
}
.item-left {
	padding-right: 0%;
	border-right-style: none;
}
.item-right {
	padding-left: 0%;
}
#i4 {
    padding-top: 3%;
}
#i3, #i8 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.part2 {
	margin-top: 0%;
}
.part3 {
	width: 50px;
}
}
@media only screen and (max-width:720px) {
.product-menu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
.product-menu ul li {
	font-size: 14px;
	color: #FFF;
	padding: 12px 0;
	border-top: solid 1px #777;
	border-bottom: none;
	background-color: #CC0000;
	text-align: center;
}
#line {
	border-top: none;
}
.product-menu ul a li {
	color: #FFF;
	background-color: #666;
}
.product-menu ul a:hover li {
	background-color: #333;
}
#red {
	color: #FFF;
	background-color: #ee0000;
}
.product-cont, .product-list {
	display: block;
	width: 100%;
	margin-left: 0%;
	margin-top: 0%;
}
.product-cont h4 {
	font-size: 32px;
}
.product-cont span, .product-cont h5, .product-cont ul {
	font-size: 18px;
}
.product-cont p, .product-cont h6, .product-cont ul li, .product-cont th, .product-cont td {
	font-size: 14px;
}
.product-cont ul {
	padding-left: 15px;
}
.part3 {
	margin-top: 21px;
	margin-bottom: 130px;
}
.product-list>ul>a:hover>li {
	border: 1px solid #e2e2e2;
}
.product-list>ul>a>li>ul>li:nth-child(1) {
	font-size: 18px;
}
.product-list>ul>a:hover>li>ul>li:nth-child(1) {
	color: #333;
	background-color: #e2e2e2;
}
.product-list>ul>a>li>ul>li:nth-child(2) {
	font-size: 13px;
	font-weight: 300;
}
.product-list>ul>a:hover>li>ul>li:nth-child(2) {
	color: #333;
	background-color: #e2e2e2;
}
.part4 {
	margin-bottom: 80px;
}
}
@media only screen and (max-width:480px) {
.product-cont h4 {
	font-size: 28px;
}
.product-cont span, .product-cont h5, .product-cont ul {
	font-size: 16px;
}
.product-cont p, .product-cont h6, .product-cont ul li, .product-cont th, .product-cont td {
	font-size: 13px;
}
.product-cont th, .product-cont td {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.part3 {
	margin-bottom: 140px;
}
.product-list>ul>a>li>ul>li:nth-child(1) {
	font-size: 17px;
}
.product-list>ul>a>li>ul>li:nth-child(2) {
	font-size: 13px;
}
.part4 {
	margin-bottom: 90px;
}
}
@media only screen and (max-width:400px) {
.product-menu ul li {
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.product-cont h4 {
	font-size: 26px;
}
.product-cont span, .product-cont h5, .product-cont ul {
	font-size: 15px;
}
.product-cont ul {
	padding-left: 11px;
}
.part3 {
	margin-bottom: 130px;
}
.part4 {
	margin-bottom: 80px;
}
}



/* --------------------------------
 * 聯絡我們
 * -------------------------------- */
.contact {
	text-align: left;
} 
.contact-box {
	display: inline-block;
	vertical-align: top;
}
.contact-box:nth-child(1) {
	width: 31%;
	margin-right: 3%;
}
.contact-box:nth-child(2) {
	width: 31%;
	margin-right: 3%;
}
.contact-box:nth-child(3) {
	width: 32%;
}
/* Place Holder CSS */
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.3;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
    color: #000;
    opacity: 0.3;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
    color: #000;
    opacity: 0.3;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {  
    color: #000;
    opacity: 0.3;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
    opacity: 0.75;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {  
    opacity: 0.75;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
    opacity: 0;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
/* Custom Input Style */
.niceform input, .niceform textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: 20px;
	width: 100%;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbb;
    text-indent: 5px;
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.niceform input:nth-child(8) {
    margin-bottom: 0px;
}
.niceform textarea {
    height: 170px;
}
.niceform button {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	width: 100%;
	padding: 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #333;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
	background-color: #999;
}
.niceform button:hover, .niceform button:focus {
    outline: none;
    background-color: #333;
    color: #fff;
}
.niceform input:hover, .niceform textarea:hover {
	outline: none;
	border-color: #ee0000;
}
.niceform input:focus, .niceform textarea:focus {
    outline: none;
    border-color: #ee0000;
}
#info h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-decoration: underline;
	font-weight: 500;
}
#info h3 {
	font-size: 16px;
	margin: 0px;
	font-weight: 500;
}
#info p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #888;
	padding-right: 20px;
}
#info p a:link, #info p a:hover {
	color: #ee0000;
}
@media only screen and (max-width:1200px) {
.niceform input, .niceform textarea, .niceform button {
    font-size: 15px;
}
#info h2, #info h3, #info p {
	font-size: 15px;
}
}
@media only screen and (max-width:960px) {
.contact-box:nth-child(1) {
	width: 48%;
	margin-right: 4%;
}
.contact-box:nth-child(2) {
	width: 48%;
	margin-right: 0%;
}
.contact-box:nth-child(3) {
	width: 100%;
	margin-top: 3%;
}
}
@media only screen and (max-width:720px) {
.niceform input, .niceform textarea, .niceform button {
    font-size: 14px;
}
#info h2, #info h3, #info p {
	font-size: 14px;
}
}
@media only screen and (max-width:480px) {
.contact-box:nth-child(1) {
	width: 100%;
	margin-right: 0%;
}
.contact-box:nth-child(2) {
	width: 100%;
	margin-right: 0%;
	margin-top: 3%;
}
.contact-box:nth-child(3) {
	width: 100%;
	margin-top: 3%;
}
.niceform input, .niceform textarea, .niceform button {
    font-size: 13px;
}
#info h2, #info h3, #info p {
	font-size: 13px;
}
}


 
 /* --------------------------------
 * 版權
 * -------------------------------- */
footer {
	height: 10vh;
	line-height: 10vh;
	background-color: #cc0000;
	font-size: 15px;
	color: #FFF;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	background-position: center top;
}
.f2 {
    display: none;
}
@media only screen and (max-width:1200px) {
footer {
	height: 9.5vh;
	line-height: 9.5vh;
}
}
@media only screen and (max-width:960px) {
footer {
	height: 70px;
	line-height: 70px;
	font-size: 14px;
}
}
@media only screen and (max-width:840px) {
footer {
	height: 60px;
	line-height: 60px;
	font-size: 13px;
}
}
@media only screen and (max-width:720px) {
footer {
	height: 50px;
	line-height: 50px;
	background-image: url(../img/.png);
}
}
@media only screen and (max-width:480px) {
footer {
	height: 45px;
	line-height: 45px;
	font-size: 12px;
}	
}
@media only screen and (max-width:400px) {
footer {
	font-size: 11px;
}	
}
@media only screen and (max-width:360px) {
.f1 {
    display: none;
}
.f2 {
    display: block;
}	
}

