﻿/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	box-sizing: border-box;
}

/* --電腦版型------------------------------------- */

#banner {
    width: 100%;
    height: auto;
}
#title-bar {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bar {
    position: relative;
}
.bar img {
    display: block;
    width: 100%;
    height: auto;
}
#hardware-management{
	width: 100%;
	overflow: hidden;
}
.management-content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.A-hardware{
   display: block;
    width: 49.5%;
    height: auto;
    float: left;
    /*border-right: 1px solid #6accf79e;*/
}
.B-hardware{
   display: block;
   width: 49.5%;
   height: auto;
   float: left;
    /*border-right: 1px solid #6accf79e;*/
}
.A-content{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 3% 0;	
}
.B-content{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 3% 0;	
}
.hardware-slogan{
	display: block;
   width: 450px;
   height: 50px;
   margin: 0 auto;
   padding: 7% 2% 0% 2%;
}
.hardware-slogan h1 {
    display: block;
    width: 450px;
    height: 50px;
    color: #000000;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	font-weight: bold;
}
.hardware-slogan-2{
	display: block;
   width: 450px;
   height: 50px;
   margin: 0 auto;
   overflow: hidden;
}
.hr-solid-content-3 {
    color: #000000;
    border: 0;
    font-size: 22px;
    padding: 1em 0;
    position: relative;
}
.hr-solid-content-3::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 2ch;
    line-height: 1px;
    border: solid #9E9E9E;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.A1{
  display: block;
    width: 250px;
    height: 330px;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    margin: 20px 20px;
}
.A-Slogan {
   display: block;
   width: 250px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.A-Slogan h1 {
    display: block;
    width: 250px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.A-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.A1-img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;		
}
.A1-img img{
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius:30px 30px 0 0;	
}
.A1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.A1-text{
  display: block;
  width: 250px;
  height: 60px;
  float:left;	
}
.A1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.A1-text p{
	display: block;
    width: 70%;
    height: 80px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.B1{
  display: block;
    width: 250px;
    height: 330px;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    margin: 20px 20px;
}
.B-Slogan {
   display: block;
   width: 250px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.B-Slogan h1 {
    display: block;
    width: 250px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B1-img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;		
}
.B1-img img{
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius:30px 30px 0 0;	
}
.B1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B1-text{
  display: block;
  width: 250px;
  height: 60px;
  float:left;	
}
.B1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.B1-text p{
	display: block;
    width: 70%;
    height: 80px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.btn-Product-2 {
    width: 160px;
    height: 50px;
    background-color: #ffffff2e;
    /* transform: scale(1, 1); */
    transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #858f95 solid;
	margin: 0 auto;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #12232e;
    line-height: 50px;
    text-align: center;
}
.btn-Product-2:hover{
	transform: translateX(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2 h2:hover{
	color: #ffffff;
}
.content-B2{
	display: block;
    width: 100%;
    height: 320px;
}
.B2{
	display: block;
    width: 276px;
    height: 280px;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    padding: 15px 0px 5px 0px;
    float: left;
    margin: 10px 10px 0 14px;
}
.B2-img{
  display: block;
  width: 160px;
  height: 125px;
  margin: 0 auto;
}
.B2-img img{
  display: block;
  width: 160px;
  height: 125px;
  margin: 0 auto;
}
.B2-text{
  display: block;
  width: 100%;
  height: 120px;
  margin: 15px 0 0 0;	
}
.B2-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 5px 10px 0;
}
#All-features {
    width: 100%;
    height: 750px;
	overflow: hidden;
    background: #f5f7fa;
}
.content-features{
	width: 1000px;
    height: 650px;
    margin: 0 auto;
}
.features-slogan{
	width: 90%;
    height: 150px;
    margin: 0 auto;
    padding: 7% 0 2% 0;
}
.features-slogan h1{
	display: block;
    width: 90%;
    height: 90px;
    color: #000000;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.features-slogan p{
	display: block;
    width: 90%;
    height: 40px;
    color: #333333;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.btn-features{
	width: 180px;
    height: 50px;
    margin: 0 auto;
    background-color: #12232e;
	/*transform: scale(1, 1);*/
	transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
	border: 1px #12232e solid;
}
.btn-features h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.btn-features:hover{
	transform: translateY(15px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-features a{
	text-decoration: none;
}
.btn-features h2:hover{
	color: #ffffff;
}
.features-icon-A{
	display: block;
    width: 24.632%;
    height: auto;
    float: left;
    margin: 5% 4% 2% 4%;
}
.features-icon-img img{
	max-width: 200px;
	max-height: 200px;
	display: block;
}
.features-icon-container{
        width: 200px;
        height: 200px;
        position: relative;
        perspective: 1000px; /*立體透視深度*/
	    margin: 0 auto;
        }
.features-icon-img, .features-icon-back{
       width: 100%;
       height: 100%;
       position: absolute; /*絕對定位 使兩個div重疊*/
       backface-visibility: hidden; /*html 元素背後不可看見*/
       transition: .8s; /*動畫時間 0.8秒*/
        }
.features-icon-img{
	    max-width: 200px;
	    max-height: 200px;
	    border-radius: 99em;
        background: #fff;
        transform: rotateY(0deg);
	    border: 1px solid #12232e47;
        }
.features-icon-back{ 
	max-width: 200px;
	max-height: 200px;
	border-radius: 99em;
    background: #12232e;
    transform: rotateY(-180deg);/*設定-180deg即是將back翻到背面（背面看不到，因為設定了 backface-visibility: hidden;）*/   
        }

.features-icon-container:hover .features-icon-back{
            transform: rotateY(0deg);/*當hover時，back從背面轉到正面*/
        }
.features-icon-container:hover .features-icon-img{
            transform: rotateY(180deg);/*當hover時，front從正面轉到背面*/
        } 
.features-icon-back img{
	max-width: 200px;
	max-height: 200px;
	display: block;
}
.features-icon-text{
	display: block;
	width: 90%;
	height: 40px;
	margin: 0 auto;
}
.features-icon-text h1{
	display: block;
	width: 100%;
	height: auto;
	color: #333333;
    font-size: 23px;
    line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 6%;
	font-weight: bold;
}
.features-icon-text p{
	display: block;
	width: 80%;
	height: auto;
	color: #333333;
    font-size: 17px;
    line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 3%;
}
#restaurant-open{
	clear: both;
	margin: 0 auto;
	width:100%;
	height:400px;
	background-image: url("../../Home/images/1920-400-GB.png");	
	overflow: hidden;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.restaurant-text{
	display: block;
	width: 950px;
	height: 100px;
	margin: 0 auto;
}
.restaurant-text p{
	display: block;
	width: 950px;
	height: auto;
	color: #ffffff;
    font-size: 65px;
    line-height: 80px;
	text-align: center;
    margin: 130px 0 0 0;
	font-weight: bolder;
	letter-spacing: 5px;
	text-shadow: 6px 6px 12px #16151547;
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    #all-brand, #billboard {
        background-attachment: scroll;
    }
}
@media only screen and (min-width: 1280px){
.Smart-POS{
	width: 100%;
	max-width: 1260px;
    height: 900px;
    margin: 0 auto;
}
.software-img{
	display: block;
	height: auto;
	position: relative;
	margin: -850px 0 0 440px;
}
a.anchor {
    display: block;
    position: relative;
    top:-125px;
    visibility: hidden;
}	
}

/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
#POS-billboard {
	width: 100%;
    height: 900px;
	padding: 70px 0 0 0 ;
	background-image: none;
	background-color: #ffffff;
}
#title-bar2 {
    width: 100%;
    position:absolute;
    overflow: hidden;
	top:0;
}
.bar2 {
    position: relative;
}
.bar2 img {
    display: block;
    width: 100%;
    height: auto;
}

#banner {
    width: 100%;
    height: auto;
}
#title-bar {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bar {
    position: relative;
}
.bar img {
    display: none;
}
#billboard {
    background-image: url(../../Home/images/1920-750-GB.png);
    min-height: 600px;
}
#hardware-management{
	width: 100%;
	overflow: hidden;
}
.management-content{
	width: 100%;
	height: auto;
	margin: 0 auto;
}	
.management-slogan{
	width: 90%;
    height: auto;
    margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.A-hardware{
   display: block;
    width: 100%;
    height: auto;
    float: none;
    /*border-right: 1px solid #6accf79e;*/
}
.B-hardware{
   display: block;
   width: 100%;
   height: auto;
   float: none;
    /*border-right: 1px solid #6accf79e;*/
}
.A-content{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 3% 0;	
}
.B-content{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 3% 0;	
}
.hardware-slogan{
	display: block;
    width: 100%;
    height: auto;
   margin: 0 auto;
   padding: 7% 2% 0% 2%;
}
.hardware-slogan h1 {
    display: block;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	font-weight: bold;
}
.hardware-slogan-2{
	display: block;
   width: 100%;
    height: auto;
   margin: 0 auto;
   overflow: hidden;
}	
.hr-solid-content-3 {
    color: #000000;
    border: 0;
    font-size: 20px;
    padding: 1em 0;
    position: relative;
    font-weight: bold;
}
.hr-solid-content-3::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 1ch;
    line-height: 1px;
    border: solid #9E9E9E;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.A1{
  display: block;
    width: 250px;
    height: 330px;
    float: none;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    margin: 5% 20%;
}
.A-Slogan {
   display: block;
   width: 250px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.A-Slogan h1 {
    display: block;
    width: 250px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.A-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	float: none;
}
.A1-img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;		
}
.A1-img img{
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius:30px 30px 0 0;	
}
.A1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.A1-text{
  display: block;
  width: 250px;
  height: 60px;
  float:left;	
}
.A1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.A1-text p{
	display: block;
    width: 70%;
    height: 80px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.B1{
  display: block;
    width: 250px;
    height: 330px;
    float: none;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    margin: 5% 20%;
}
.B-Slogan {
   display: block;
   width: 250px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.B-Slogan h1 {
    display: block;
    width: 250px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B1-img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;		
}
.B1-img img{
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius:30px 30px 0 0;	
}
.B1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B1-text{
  display: block;
  width: 250px;
  height: 60px;
  float:left;	
}
.B1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.B1-text p{
	display: block;
    width: 70%;
    height: 80px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.btn-Product {
    width: 180px;
    height: 50px;
    background-color: #ffffff2e;
    /* transform: scale(1, 1); */
    transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #858f95 solid;
	margin: 0 auto;
}
.btn-Product h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #12232e;
    line-height: 50px;
    text-align: center;
}
.btn-Product:hover{
	transform: translateX(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-Product a{
	text-decoration: none;
}
.btn-Product h2:hover{
	color: #ffffff;
}

.btn-Product-2 {
    width: 150px;
    height: 50px;
    background-color: #ffffff2e;
    /* transform: scale(1, 1); */
    transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #858f95 solid;
	margin: 0 auto;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #12232e;
    line-height: 50px;
    text-align: center;
}
.btn-Product-2:hover{
	transform: translateX(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2 h2:hover{
	color: #ffffff;
}
.content-B2{
	display: block;
    width: 100%;
    height: auto;
}
.B2{
	display: block;
    width: 45%;
    height: 280px;
    border: 1px solid #DEDEE0;
    border-radius: 20px;
    padding: 2%;
    float: left;
    margin: 2% 2.5%;
}
.B2-img{
  display: block;
  width: 160px;
  height: 125px;
  margin: 0 auto;
}
.B2-img img{
  display: block;
  width: 160px;
  height: 125px;
  margin: 0 auto;
}
.B2-text{
  display: block;
  width: 100%;
  height: 120px;
  margin: 15px 0 0 0;	
}
.B2-text h1 {
    display: block;
    width: 100%;
    height: 60px;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 0 10px 0;
}
#All-features {
    width: 100%;
     height: 1200px;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f7fa+0,ffffff+100 */
background: #f5f7fa; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f7fa 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f5f7fa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f5f7fa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.content-features{
	width: 100%;
    height: 1100px;
    margin: 0 auto;
}
.features-slogan{
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 4% 0 5% 0;
}
.features-slogan h1{
	display: block;
    width: 90%;
    height: auto;
    color: #12232e;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.features-slogan p{
	display: block;
    width: 100%;
    height: 40px;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.btn-features{
	width: 160px;
    height: 50px;
    margin: 0 auto;
    background-color: #12232e;
	/*transform: scale(1, 1);*/
	transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
	border: 1px #ebe5e175 solid;
}
.btn-features h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.btn-features:hover{
	transform: translateY(15px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#12232e;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
	
}
.btn-features a{
	text-decoration: none;
}
.btn-features h2:hover{
	color: #ffffff;
}
.features-icon-A{
	display: block;
    width: 90%;
    height: 270px;
    float: none;
    margin: 6% 5% 0% 5%;
}
.features-icon-img img{
	max-width: 150px;
	max-height: 150px;
	display: block;
}
.features-icon-container{
        width: 150px;
        height: 150px;
        position: relative;
        perspective: 1000px; /*立體透視深度*/
	    margin: 0 auto;
        }
.features-icon-img, .features-icon-back{
       width: 100%;
       height: 100%;
       position: absolute; /*絕對定位 使兩個div重疊*/
       backface-visibility: hidden; /*html 元素背後不可看見*/
       transition: .8s; /*動畫時間 0.8秒*/
        }
.features-icon-img{
	    max-width: 150px;
	    max-height: 150px;
	    border-radius: 99em;
        background: #fff;
        transform: rotateY(0deg);
	    border: 1px solid #DEDEE0;
        }
.features-icon-back{ 
	max-width: 150px;
	max-height: 150px;
	border-radius: 99em;
    background: #12232e;
    transform: rotateY(-180deg);/*設定-180deg即是將back翻到背面（背面看不到，因為設定了 backface-visibility: hidden;）*/   
        }

.features-icon-container:hover .features-icon-back{
            transform: rotateY(0deg);/*當hover時，back從背面轉到正面*/
        }
.features-icon-container:hover .features-icon-img{
            transform: rotateY(180deg);/*當hover時，front從正面轉到背面*/
        } 
.features-icon-back img{
	max-width: 150px;
	max-height: 150px;
	display: block;
}
.features-icon-text{
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto;
}
.features-icon-text h1{
	display: block;
	width: 100%;
	height: auto;
	color: #333333;
    font-size: 23px;
    line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 6%;
	font-weight: bold;
}
.features-icon-text p{
	display: block;
	width: 100%;
	height: auto;
	color: #333333;
    font-size: 16px;
    line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 1%;
}
#content-4{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 5%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f7fa+50,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f7fa 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f7fa 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f5f7fa 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.content-function{
	width: 100%;
    height: auto;
    margin: 0 auto;
}
.function-slogan{
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0% 0 3% 0;
}
.function-slogan h1{
	display: block;
    width: 90%;
    height: 65px;
    color: #12232e;
    font-size: 33px;
    line-height: 55px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
    padding: 2%;
}
.function-slogan p{
	display: block;
    width: 90%;
    height: 40px;
    color: #12232e;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.function-A{
	display: block;
    width: 80%;
    float: none;
	height: auto;
    background-color: #FFFFFF;
    border-radius: 15px;
    margin: 5% 10%;
	padding-bottom: 5%;
}
.function-img{
	display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    margin-bottom: 1%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.function-img img{
	display: block;
	width: 100%;
    height: auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 15px 15px 0 0;
}
.function-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.function-text{
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;padding-bottom: 3%;
}
.function-text h1{
	display: block;
    width: 90%;
    height: 55px;
    color: #333333;
    font-size: 24px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
.function-text p{
	display: block;
    width: 90%;
    height: auto;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.btn-function{
	width: 160px;
    height: 45px;
    margin: 0 auto;
    background-color: #ffffff;
	/*transform: scale(1, 1);*/
	transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
	border: 1px #858f95 solid;
}
.btn-function h2{
	display: block;
    width: 95%;
    height: 45px;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-left: 2%;
}
.btn-function:hover{
	transform: translateY(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-function a{
	text-decoration: none;
}
.btn-function h2:hover{
	color: #ffffff;
}
.elementor-align-icon-down {
    /* -webkit-box-ordinal-group: 16; */
    -ms-flex-order: 15;
    order: 15;	
}
.fa, .fas-2 {
    font-family: "Font Awesome 5 Free";
    font-weight:bolder;
	-webkit-font-smoothing: antialiased;
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin: 8% 0 0 3%;
}
.elementor-align-icon-down {
    /* -webkit-box-ordinal-group: 16; */
    -ms-flex-order: 15;
    order: 15;	
}
.fas-3 {
    font-family: "Font Awesome 5 Free";
    font-weight:bolder;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin: 8% 0 0 3%;
}	
.fa-chevron-down::before {
    content: "\f054";
	font-size: 18px;
	color:#ffffff;
	vertical-align: middle;
}
#restaurant-open{
	clear: both;
	margin: 0 auto;
	width:100%;
	height:auto;
	background-image: url("../../Home/images/1920-400-GB.png");	
	overflow: hidden;
	position: relative;
    background-repeat: no-repeat;

}
.restaurant-text{
	display: block;
	width:100%;
	height:auto;
	margin: 0 auto;
}
.restaurant-text p{
	display: block;
    width: 75%;
    height: auto;
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    margin: 20% 10% 10% 10%;
    font-weight: bolder;
    letter-spacing: 5px;
    text-shadow: 6px 6px 12px #16151547;
}	

}
/* --ipad版型------------------------------------- */

@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
#billboard {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-space{
	display: block;
	width: 100%;
	height: 0px;
}
#hardware-management{
	width: 100%;
	overflow: hidden;
}
.management-content{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.A-hardware{
   display: block;
    width: 100%;
    height: auto;
    float: none;
    /*border-right: 1px solid #6accf79e;*/
}
.B-hardware{
   display: block;
   width: 100%;
    height: auto;
    float: none;
    /*border-right: 1px solid #6accf79e;*/
}
.A-content{
	width: 768px;
    height: auto;
    overflow: hidden;
    padding: 0 0 3% 0;
	margin: 0 auto;
}
.B-content{
	width: 768px;
    height: auto;
    overflow: hidden;
    padding: 0 0 3% 0;
	margin: 0 auto;	
}
.hardware-slogan{
   display: block;
   width: 450px;
   height: auto;
   margin: 0 auto;
   padding: 3% 2% 0% 2%;
}
.hardware-slogan h1 {
    display: block;
    width: 450px;
    height: 50px;
    color: #000000;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	font-weight: bold;
}
.hardware-slogan-2{
	display: block;
   width: 450px;
   height: auto;
   margin: 0 auto;
   overflow: hidden;
}
.hr-solid-content-3 {
    color: #000000;
    border: 0;
    font-size: 22px;
    padding: 1em 0;
    position: relative;
}
.hr-solid-content-3::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #9E9E9E;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.A1{
  display: block;
    width: 250px;
    height: 330px;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    margin: 20px 65px;
}
.A-Slogan {
   display: block;
   width: 250px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.A-Slogan h1 {
    display: block;
    width: 250px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.A-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.A1-img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;		
}
.A1-img img{
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius:30px 30px 0 0;	
}
.A1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.A1-text{
  display: block;
  width: 250px;
  height: 60px;
  float:left;	
}
.A1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.A1-text p{
	display: block;
    width: 70%;
    height: 80px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.B1{
  display: block;
    width: 250px;
    height: 330px;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    margin: 20px 65px;
}
.B-Slogan {
   display: block;
   width: 250px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.B-Slogan h1 {
    display: block;
    width: 250px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B1-img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;		
}
.B1-img img{
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius:30px 30px 0 0;	
}
.B1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B1-text{
  display: block;
  width: 250px;
  height: 60px;
  float:left;	
}
.B1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.B1-text p{
	display: block;
    width: 70%;
    height: 80px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.btn-Product-2 {
    width: 160px;
    height: 50px;
    background-color: #ffffff2e;
    /* transform: scale(1, 1); */
    transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #858f95 solid;
	margin: 0 auto;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #12232e;
    line-height: 50px;
    text-align: center;
}
.btn-Product-2:hover{
	transform: translateX(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2 h2:hover{
	color: #ffffff;
}
.content-B2{
	display: block;
    width: 100%;
    height: 320px;
}
.B2{
	display: block;
    width: 276px;
    height: 280px;
    border: 1px solid #DEDEE0;
    border-radius: 30px;
    padding: 15px 0px 5px 0px;
    float: left;
    margin: 10px 10px 0 14px;
}
.B2-img{
  display: block;
  width: 160px;
  height: 125px;
  margin: 0 auto;
}
.B2-img img{
  display: block;
  width: 160px;
  height: 125px;
  margin: 0 auto;
}
.B2-text{
  display: block;
  width: 100%;
  height: 120px;
  margin: 15px 0 0 0;	
}
.B2-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 5px 10px 0;
}
#All-features {
    width: 100%;
    height: 750px;
	overflow: hidden;
    background: #f5f7fa;
}
.content-features{
	width: 100%;
    height: 750px;
    margin: 0 auto;
}
.features-slogan{
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 7% 0 2% 0;
}
.features-slogan h1{
	display: block;
    width: 80%;
    height: auto;
    color: #000000;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.features-slogan p{
	display: block;
    width: 90%;
    height: auto;
    color: #333333;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.btn-features{
	width: 180px;
    height: 50px;
    margin: 0 auto;
    background-color: #12232e;
	/*transform: scale(1, 1);*/
	transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
	border: 1px #12232e solid;
}
.btn-features h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.btn-features:hover{
	transform: translateY(15px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-features a{
	text-decoration: none;
}
.btn-features h2:hover{
	color: #ffffff;
}
.features-icon-A{
	display: block;
    width: 26.1%;
    height: auto;
    float: left;
    margin: 5% 3.5% 2% 3.5%;
}
.features-icon-img img{
	max-width: 200px;
	max-height: 200px;
	display: block;
}
.features-icon-container{
        width: 200px;
        height: 200px;
        position: relative;
        perspective: 1000px; /*立體透視深度*/
	    margin: 0 auto;
        }
.features-icon-img, .features-icon-back{
       width: 100%;
       height: 100%;
       position: absolute; /*絕對定位 使兩個div重疊*/
       backface-visibility: hidden; /*html 元素背後不可看見*/
       transition: .8s; /*動畫時間 0.8秒*/
        }
.features-icon-img{
	    max-width: 200px;
	    max-height: 200px;
	    border-radius: 99em;
        background: #fff;
        transform: rotateY(0deg);
	    border: 1px solid #12232e47;
        }
.features-icon-back{ 
	max-width: 200px;
	max-height: 200px;
	border-radius: 99em;
    background: #12232e;
    transform: rotateY(-180deg);/*設定-180deg即是將back翻到背面（背面看不到，因為設定了 backface-visibility: hidden;）*/   
        }

.features-icon-container:hover .features-icon-back{
            transform: rotateY(0deg);/*當hover時，back從背面轉到正面*/
        }
.features-icon-container:hover .features-icon-img{
            transform: rotateY(180deg);/*當hover時，front從正面轉到背面*/
        } 
.features-icon-back img{
	max-width: 200px;
	max-height: 200px;
	display: block;
}
.features-icon-text{
	display: block;
	width: 90%;
	height: 40px;
	margin: 0 auto;
}
.features-icon-text h1{
	display: block;
	width: 100%;
	height: auto;
	color: #333333;
    font-size: 23px;
    line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 6%;
	font-weight: bold;
}
.features-icon-text p{
	display: block;
	width: 80%;
	height: auto;
	color: #333333;
    font-size: 17px;
    line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 3%;
}
#restaurant-open{
	clear: both;
	margin: 0 auto;
	width:100%;
	height:400px;
	background-image: url("../../Home/images/1920-400-GB.png");	
	overflow: hidden;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.restaurant-text{
	display: block;
	width: 100%;
	height: 100px;
	margin: 0 auto;
}
.restaurant-text p{
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
    font-size: 65px;
    line-height: 80px;
	text-align: center;
    margin: 130px 0 0 0;
	font-weight: bolder;
	letter-spacing: 5px;
	text-shadow: 6px 6px 12px #16151547;
}
}