@charset "utf-8";

/*==============================
  全局樣式
==============================*/
body {
font-family: 'Noto Sans TC', sans-serif!important;
font-weight: 400; /* 或其他字重 */
    background: #fff;
    color: #3e3e3e;
    cursor: auto;
    margin: 0;
    padding: 0;
	line-height: 1;
    color: #163C5C;
    font-size: .98em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased /*反鋸齒*/;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900 !important; /* 標題粗體 */
}
strong {
    font-weight: 500; /* 半粗體 */
}


img {
    max-width: 100%;
    height: auto;
}

a {
    border: 0;
    text-decoration: none !important;
}

.footercenterhz
{   text-align:center;}


/* 隱藏元素 */
.mb,
.nav.navbar-nav.mb {
    display: none;
}

/* 列表 */
ol, ul {
    list-style: none !important;
   
}

/* 行與容器 */
.row {
    --bs-gutter-x: 0;
}

.site_wrapper{
	font-size:16px;
}


.site_wrapper .container {
    padding-top: 6%;
    padding-bottom: 6%;
}

.site_wrapper header .container {
    padding-top: 0;
    padding-bottom: 0;
}


/*==============================
  Footer
==============================*/
.footer {
    padding:0;
    background-color: #fbfbfb;
}

.copyright {
    color: #999999;
}

.link-service {
    position: fixed;
    z-index: 10000;
    right: 10px;
    bottom: 12px;
    display: none;
}

/*==============================
  Banner / 標題
==============================*/

section.banner{ 
	background-image:url(../images/banner-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.slogan{
	margin:16% auto 16% auto;
}

.slogan img{
	margin:auto;
}

.right-pics{
    position:relative;
}

.right-pics img{
	position:absolute;
	top: -50px;
}

.right-pics.mb
{  display:none;}




/*==============================
  Header / 選單
==============================*/
header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #FFF;
	height:82px;
    line-height:justify;
}

.logo {
    width: 20%;
    height: 100%;
    float: left;
}

.logo a img {
    width: auto;
    height: auto;
    max-height: 56px;
}

.menu_main {
    width: 80%;
    float: right;
}

.nav.navbar-nav {
    float: right;
    display: inline-block;
    width: 100%;
    text-align: right;
}

ul.nav.navbar-nav li {
    display: inline-block;
    vertical-align: middle;
}

ul.nav.navbar-nav li a {
    padding: 5px 16px;
    color: #3e3e3e;
}


/*==============================
  Product-Feature / 打造業務行動力
==============================*/

section.product-feature{ 
	background-image:url(../images/bg-blue-cube.png);
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}

section.product-feature h1{
	font-weight:700;
	color:#1F4168;
	margin:30px auto;
}	

section.product-feature .highlight{
	color:#F15A24;
	
}

ul.feature-list{
	display:flex;
	margin-top:30px;
	padding-left:0;
	
}

ul.feature-list li{
	width:20%;
	margin:10px 10px;
	
		
}

ul.feature-list li span.icon img{
	width:60%;
	margin:30px;
	
}

ul.feature-list li h2.feature-title{
	font-size: calc(1rem + .6vw);
	font-weight:bold;
}

ul.feature-list li p.feature-detail{
	
	
}

/*==============================
  Key-section / 行動辦公新常態
==============================*/
section.key-section.white{
	background-image:none;
	background-color:#ffffff;
	

}

section.key-section{ 
    background-image:url(../images/bg-yellow.png);
	background-color:#FFD101;
	background-repeat:no-repeat;
	background-size:cover;
	color:#1F4168;
}



section.key-section h2{
	font-size: calc(2rem + .6vw);
	font-weight:bold;
	text-align:center;
	margin: 30px auto;
}

.key-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
    gap: 20px; /* 欄間距 */

}

.key-section-content.reverse {
    flex-direction: row-reverse; /* 桌機版左右反轉 */
}

.key-section-content-text,
.key-section-content-img {
    flex: 1; /* 平分寬度，可調整比例 */
}

.section-subtitle {
	background-color:#1F4168;
	color:#FAFAFA;
    border-radius:60px;
	padding:2% 6%;
	display:inline-block;
	font-weight:bold;
	font-size: calc(1rem + .6vw);
}

section.key-section h3{
	font-size: calc(2rem + .6vw);
	font-weight:bold;
	
	margin: 30px auto;
}

ul.section-list{   
    font-size: calc(.8rem + .6vw);
	
	
	}

ul.section-list li
{   list-style:square;}


/*==============================
  plans-section
==============================*/

section.plans-section{ 

    background-image:url(../images/bg-blue-icons.png);
	background-color:#E3EEF8;
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#1F4168;}


section.plans-section h2{
	font-size: calc(2rem + .6vw);
	font-weight:bold;
	text-align:center;
	margin: 30px auto;
}

section.plans-section ul.nav-pills
{  display: flex;
  flex-wrap: wrap;   /* 自動換行 */
  gap: 4px;         /* 間距 */
  padding-left: 0;
  margin: 30px auto 0 auto;
  list-style: none;  /* 去掉小圓點 */
   font-size: calc(.7rem + .6vw );}
  
  
 section.plans-section ul.nav-pills li
 { flex: 0 0 calc(33.333% - 4px); /* 三等分，扣掉 gap */
  box-sizing: border-box;
  padding: 10px;
  
  text-align: center;} 

section.plans-section .nav-pills{
	

}

section.plans-section .nav-pills .nav-link
{    border-bottom:3px solid #C5DAEA;
     border-radius:0;
	 text-align: center;
     margin: 0 auto;}


section.plans-section .nav-pills .nav-link.active,
section.plans-section .nav-pills .show>.nav-link
{   background-color:transparent;
    color:#1F4168;
    border-bottom:3px solid #1F4168;
	
	}

section.plans-section .nav-link
{   color:#1F4168; }

section.plans-section .nav-link img
{ width:260px;}



.plan-section-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 50px 0;
    gap: 20px; /* 欄間距 */
	
	

}

.plan-section-content.reverse {
    flex-direction: row-reverse; /* 桌機版左右反轉 */
}

.plan-section-content-text
{
     flex: 0 0 60%; /* 左側佔 60% */
	 background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0) 100%
    );
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
	 padding: 20px 60px;
	 justify-content: flex-start; /* 內文靠上 */
}

.erp-name{
	background-color:#E3EEF8;
	padding:6px;
	font-weight:400;
	font-size: calc(1rem + .6vw );
	
}


.plan-section-content-img {
    flex: 0 0 40%; /* 左側佔 40% */
}

.section-subtitle {
	background-color:#1F4168;
	color:#FAFAFA;
    border-radius:60px;
	padding:2% 6%;
	display:inline-block;
	font-weight:bold;
	font-size: calc(1rem + .6vw);
}

section.plans-section h3.section-title{
	font-size: calc(1.6rem + .6vw);
	font-weight:bold;
	
	margin: 30px auto;
}

ul.section-list{   
    font-size: calc(.8rem + .6vw);
	}

ul.section-list li
{   list-style:square;}

section.plans-section h4
{   font-weight:bold;}



/*==============================
  Contatc Section
==============================*/

section.contact-section{ 

    background-image:url(../images/bg-blue-cube-contact.png);
	background-color:#E3EEF8;
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#1F4168;
}

section.contact-section h4 {
    font-size: calc(2rem + .6vw);
    font-weight: bold;
    text-align: left;
    margin: 30px auto;
	color:#ffffff;
	text-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
}


.contact-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    gap: 20px; /* 欄間距 */
	
	

}

.contact-section-content.reverse {
    flex-direction: row-reverse; /* 桌機版左右反轉 */
}

.contact-section-content-text
{
     flex: 0 0 50%; /* 左側佔 60% */
     text-align:left;
	 padding: 20px 60px;
	 justify-content: center; /* 內文靠上 */
}


.contact-section-content-img {
    flex: 0 0 50%; /* 左側佔 40% */
}







/*==============================
  Article / News Update
==============================*/
.article-news-update {
    font-size: 0.8em;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 2% 6%;
    color: #92278e;
}

.article-news-update p {
    font-size: 0.8em;
}

.article-news-update p span {
    display: block;
    text-align: right;
    font-size: 1em;
    color: #92278e;
}

.article-news-update p span a {
    color: #92278e;
    margin: 10px auto;
    display: block;
}

/*==============================
  Feature List (for-free)
==============================*/


/*==============================
  Links
==============================*/

ul.hz-new
{ }

ul.hz-new li {
    color: #2592a1;
}

ul.hz-new li a {
    color: #999999;
}

ul.hz-new li a:hover {
    color: #3e3e3e;
}

/*==============================
  button
==============================*/
   

section.hzerp-conctat .btnbgblock button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 2px;
        background: #f5f5f5;
        box-shadow: none;
        overflow: hidden;
        cursor: pointer;
		
    }
    section.hzerp-conctat button a
    {
        display:block;
        color:#202B3C;
        padding: 6px 25px;
    }
    section.hzerp-conctat button a:hover
    {
        color:#202B3C;
        text-decoration: none;
    }
    section.hzerp-conctat .button-hero button.hz-ami-btn a
    {
        color:#202B3C;
    }
    /*section.hzerp-conctat button.hz-ami-btn::after {
        content: "";
        position: absolute;
        right: 0;
        width: 0%;
        height: 100%;
        background:linear-gradient(38deg, rgba(194, 193, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
        transition: all 0.4s ease-in-out;
    }
    section.hzerp-conctat button::after {
        content: "";
        position: absolute;
        right: 0;
        width: 0%;
        height: 100%;
        background:linear-gradient(38deg,  rgba(255, 255, 255, 1) 0%, rgba(194, 193, 219, 1) 100%);
        transition: all 0.4s ease-in-out;
    }*/
    section.hzerp-conctat button:hover::after {
        left: 0;
        width: 100%;
    }
    section.hzerp-conctat .circle {
        border: solid 2px #202B3C;
    }
    section.hzerp-conctat .circle .dot {
        background-color: #202B3C;
    }
    section.hzerp-conctat button span {
        text-align: center;
        text-decoration: none;
        width: 100%;
        color:#202B3C;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        z-index: 1;
        transition: all 0.3s ease-in-out;
    }
    section.hzerp-conctat button:hover span {
        color: #202B3C;
        animation: scaleUp 0.3s ease-in-out;
    }
    section.hzerp-conctat button:not(:hover) span {
        animation: scaleDown 0.3s ease-in-out;
    }
    /**/	
    @keyframes scaleUp {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes scaleDown {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(1);
        }
    }
    .button-hero{
        /*display:flex;*/
        align-items:center;
        justify-content:center;
        /*height:100vh;*/
        position:relative;
    }
    .hz-ami-btn {
        /*font-family:system-ui, math;*/
        --animation: 2s ease-in-out infinite;
        /*display: flex;*/
        align-items: center;
        column-gap: 2px;
        color: #ffffff;
        background-color: #FFB55A;
        border-radius: 100px;
        padding: 1rem 1.5rem 1rem 0.5rem;
        outline: none;
        border: none;
        font-weight: 600;
        position: absolute;
        transition: 0.2s ease-in-out;
        cursor: pointer;
        font-size: calc(1rem + .6vw);
    }
    .hz-ami-btn:hover {
        background-color: #ffffff;
    }
   /* section button.hz-ami-btn::after {
        content: "";
        position: absolute;
        right: 0;
        width: 0%;
        height: 100%;
        background:linear-gradient(38deg, rgba(70, 170, 191, 1) 0%, rgba(100, 94, 157, 1) 100%);
        transition: all 0.4s ease-in-out;
		top:0;
		border-radius: 100px;
    }
    section button.hz-ami-btn:hover::after {
        left: 0;
        width: 100%;
		top:0;
		 border-radius: 100px;
    }*/
    section .button-hero button.hz-ami-btn a
    {
        display:block;
        color:#ffffff;
        padding: 6px 25px 6px 60px;
        z-index:1;
    }
    /*section .button-hero button.hz-ami-btn a::after
    {
        position: absolute;
    }
    section .button-hero button.hz-ami-btn:hover a::after
    {
        position: absolute;
        z-index:1;
    }*/
    .hz-ami-btn:active {
        background-color: #ffffff;
        border: solid 2px #ffffff;
    }
    root {
        --animation: 1.5s ease-in-out infinite;
    }
    .circle {
        display: flex;
        align-items: center;
        justify-content: center;
        position:absolute;
        left:20px;
        width: 20px;
        height: 20px;
        border: solid 2px #f5f5f5;
        border-radius: 50%;
        margin: 0 10px;
        background-color: transparent;
        animation: circle-keys var(--animation);
        z-index:1;
    }
    .circle .dot {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ffffff;
        animation: dot-keys var(--animation);
    }
    .circle .outline {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        animation: outline-keys var(--animation);
    }
    .circle:nth-child(2) {
        animation-delay: 0.3s;
    }
    .circle:nth-child(2) .dot {
        animation-delay: 0.3s;
    }
    .circle:nth-child(1) .outline {
        animation-delay: 0.9s;
    }
    .circle:nth-child(2) .outline {
        animation-delay: 1.2s;
    }
    @keyframes circle-keys {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.5;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    @keyframes dot-keys {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes outline-keys {
        0% {
            transform: scale(0);
            outline: solid 20px var(--color);
            outline-offset: 0;
            opacity: 1;
        }
        100% {
            transform: scale(1);
            outline: solid 0 transparent;
            outline-offset: 20px;
            opacity: 0;
        }
    }


/*==============================
  Notice / Paragraphs
==============================*/
p.notice {
    font-size: 1.2em;
    text-align: center;
}

/*==============================
  Site Wrapper
==============================*/
.site_wrapper {
    width: 100%;
    float: left;
    margin: 0 auto auto auto;
    background-color: #fff;
    padding-top: 80px;
}

/*==============================
  Owl Carousel
==============================*/
[aria-label="Next"], [aria-label="Previous"] {
    padding: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 20px;
}

/* 小於 991px 調整左右分欄 */
@media (max-width: 991px) {
	
	.site_wrapper .container{
	
	    max-width:100%;
	
	}
	
}


/*==============================
  Media Queries
==============================*/


@media screen and (max-width: 1000px) {

.contact-section-content-img .pc img{
	
	display:none;
     
}


section.contact-section h4
{    text-align:center;}

.contact-section-content-text
{     flex: 0 0 100%;
      text-align:center;}

.contact-section-content-img
{     flex: 0 0 100%;
      display:none;}
	  
.button-hero
{     margin-top:80px;
      display:flex; 
      width:300px;
	  margin: 60px auto 0 auto;}	 


	 
	.circle
	{ top: -8px;
      left: 30px;}
	  	  
	  

}
@media screen and (max-width: 800px) {
    section.key-section h3{
	font-size: calc(1.2rem + .6vw);
	font-weight:bold;
	margin: 30px auto;
}
   
   .site_wrapper > header > .container {
        --bs-gutter-x:0;
		max-width:100%;
    }
    header {
        height: 80px;
        line-height: 60px;
    }
    .site_wrapper {
        padding-top: 80px;
    }
    ul.for-free li p:nth-child(3) {
        min-height: 52px;
        margin-bottom: 0;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .logo a img {
        max-height: 46px;
    }
    .menu_main {
        width: 100%;
        background-color: #e9ecef;
    }
    
	ul.nav.navbar-nav
	{ text-align:center;}
	
	
	ul.nav.navbar-nav li {
        width: 24%;
        line-height: 1.4em;
    }
    ul.nav.navbar-nav li a {
        display: inline;
        padding: 0;
        border-radius: 4px;
        color: #3e3e3e;
    }
	
	section.contact-section h4
	{   font-size: calc(1.4rem + .6vw);
	    text-align:center;}
	
	
	.contact-section-content
	{
		
	    display:block;	
		font-size:12px;
		
	}
	
	.contact-section-content-text img
	{   width:60%;
        margin:auto 0;
         	}
	
    .contact-section-content-text {
     flex: 0 0 60%;
    text-align: center;
    padding: 20px 60px 40px 60px;
    justify-content: center;
     }
	



     .contact-section-content-img {
		  flex: 0 0 40%; /* 左側佔 60% */
      }
	
	
   .key-section-content,
   .plan-section-content,
   .contact-section-content
    {
    flex-direction: column-reverse; /* 上圖片，下文字 */
    text-align: center; /* 手機文字置中 */
    }
    .key-section-content.reverse,
    .plan-section-content.reverse,
    .contact-section-content.reverse	{
    flex-direction: column-reverse;
    }
  
    .key-section-content-img img,
	.plan-section-content-img img,
	.contact-section-content-img img,
	.plan-section-content-img img
	
	{ 
      width:50%;
    }
	
    ul.section-list{
	 text-align:left;	 	
		
	} 
	
	.break-mb
	{ display:block;}	
	
	.button-hero
	{ width:300px;
	  display:flex;
	  margin: 60px auto 0 auto;
	 }
	 
	 
	.circle
	{ top: -10px;
      left: 20px;}	
	  
	
	
}


/* 小於 768px 調整左右分欄 */
@media (max-width: 768px) {
	
	.site_wrapper .container{
	
	    max-width:100%;
	
	}
	
	.contact-section-content-text
	{ padding:0;}


.banner-block
{ position:relative;}

.slogan {
    margin: 4% auto 6% auto;
}


.slogan img{
	width:60%;
}

.slogan img{
	margin:auto;
}

.right-pics.pc img
{ display:none;}

.right-pics{
  position: absolute;
        bottom: 60px;
        width: 300px;
        right: -60px;
}
	
	.right-pics.mb
{  display:block;}


.right-pics.mb img{
	position:absolute;
    width: 300px;
	right:0;
	top:-130px;
	display:block;
	

}

ul.feature-list{
	display:flex;
	
	 margin: 30px auto 0 auto;
	padding-left:0;
    flex-wrap: wrap;
	
}

ul.feature-list li{
	flex: 0 0 45%; /* 每個 li 佔 50% 寬度 */
	
	 gap: 20px; /* 取代 li margin */
	
		
}

ul.feature-list li span.icon img{
	width:40%;
	margin:30px;
	
}

ul.feature-list li h2.feature-title{
	font-size: calc(1rem + .6vw);
	font-weight:bold;
}

ul.feature-list li p.feature-detail{
	
	
}

section.plans-section ul.nav-pills li {
     flex: 0 0 calc(50% - 10px);  /* 手機版前兩個均分一行 */
}

section.plans-section ul.nav-pills li:nth-child(3) {
    flex: 0 0 100%;      /* 單獨一排 */
    max-width: 50%;    /* 可選，限制寬度 */
    margin-left: auto;
    margin-right: auto;
  }
  
  
.contact-section-content-text{
	
	flex: 0 0 100%;

	
	
}

.contact-section-content-img{
	
	flex: 0 0 100%;

	
	
}
  
  
	
}









/* 小於 768px 調整左右分欄 */
@media (max-width: 768px) {
    .both { display: grid; }
    .left-in { order: 1; float: none; }
    .right-in { order: 2; float: none; }
	
	.right-pics.mb
{  display:none;}
    .slogan{
		text-align:center;
		
	}
    

}



@media (max-width: 627px){
	
	.button-hero
	{ width:100%;
	  display:flex;
	  margin: 60px auto 0 auto;
	 }
	 
	.circle
	{ top: -10px;
      left: 30%;}
	
	}


/* 小於 560px 顯示 mb 隱藏 pc */
@media screen and (max-width: 560px) {
    .mb { display: block; }
    .pc { display: none; }
	
	.key-section-content-img img{ 
      width:80%;
    }
	
	section.key-section h2,
	section.key-section h3{
	font-size: calc(1.2rem + .6vw);

	}
	
	 ul.feature-list li {
        flex: 0 0 44%;

    }
	
	section.plans-section ul.nav-pills span.mb
	{   font-size: calc(1.2rem + .6vw);}

	section.plans-section ul.nav-pills img
	{  opacity: 0.5;}
	
	.circle
	{ top: -10px;
      left: 16%;}
	
	}
	
}