@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
/*@import url("/css/bootstrap4-Mfix.css");*/
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body {
  width: 100%;
  height: auto;
  overflow-X: hidden;
}
body {
  font-size: 100%;
}

/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/
.btnTop {
  background: #CCC \9;
  background: rgba(0, 0, 0, .2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 99;
  color: #FFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: none;
  z-index: 999;
}
.btnTop:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #FFF;
  display: block;
  width: 100%;
  height: 25px;
  padding-top: 0;
}
.btnTop:hover {
  background: rgba(0, 0, 0, .4);
}
.img-response {
  max-width: 100%;
  height: auto;
}
/*------------item-inline-block------------*/
.item-inline-block {
  letter-spacing: -5px;
}
.item-inline-block > * {
  display: inline-block !important;
  letter-spacing: 1px;
  vertical-align: top;
}
/*------------item-table-cell------------*/
.item-table-cell {
  display: table;
}
.item-table-cell > * {
  display: table-cell !important;
  vertical-align: top;
}
/*------------item-flex------------*/
.item-flex {
  display: flex !important;
  display: -webkit-flex !important;
  flex-flow: row wrap
}
.item-flex > * {
  flex: 1;
  -webkit-flex: 1
}
.empty {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .vertical-xs {
    display: block !important;
  }
  .vertical-xs > * {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  .empty {
    display: block;
    height: 1px;
  }
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.space-br {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .space-br {
    display: block;
    line-height: 0;
  }
}
:root {
  --blue-dark: #1a2a6e;
  --blue-main: #2563eb;
  --blue-light: #dbeafe;
  --blue-bg: #e8f4fd;
  --pink-light: #fce7f3;
  --accent-orange: #f97316;
  --text-dark: #4f4f4f;
  --text-body: #374151;
  --text-muted: #6b7280;
  --white: #ffffff;
  --section-bg: #f0f8ff;
  --font-base: 16px;
}
.f-24 {
  font-size: 24px;
}
.wrap {
  width: 100%;
  height: auto;
  position: relative;
  font-family: 'Noto Sans TC', "微軟正黑體", Microsoft Yahei;
  line-height: 1.6;
  background: #ccebfe url("../images/bg.png");
    
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  max-width: 1231px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  padding: 110px 0 0;
}
.header .center img {
  width: 100%;
  height: auto;
}
/*


 .header .logo{ position:absolute; left:8px; top:2px; z-index:6; }
 .header .logo img{width:100%; height:auto;}
*/
/*白色LOGO+底色*/
.header .logo {
  background-color: #02205d;
  position: absolute;
  top: 0;
  width: 100%;
}
.logo a {
  display: inline-block;
}
.logo img {
  width: 250px;
  height: auto;
  padding: 10px;
}
a.try-btn {
  background: #fe486d;
  color: #fff;
  font-size: 26px;
  padding: 10px 75px 10px 50px;
  border-radius: 50px;
  position: absolute;
  bottom: 85px;
  left: 200px;
  letter-spacing: 5px;
  text-decoration: none;        font-weight: bold;
}
a.try-btn:hover {
  color: #fff;
}
.header-phone-text img {
  max-width: 574px;
}
.header-phone-img img {
  max-width: 596px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  width: 100%;
  margin: 0 auto;
}
.part {
  background-color: #fff;
  background-position: bottom;
  background-repeat: repeat-x;
  margin: 0 auto 60px;
  text-align: center;
  max-width: 1140px;
  border-radius: 20px;
  padding: 50px 0 70px;
}
.part-title {
  font-size: 36px;
  color: #012e7f;
  font-weight: bold;
  letter-spacing: 1px;
  /*    border-bottom: 10px dotted #ececec;*/
  padding: 0 50px 20px;
}
.part1 .part-title {
  border-bottom: 10px dotted #ececec;
}
.part1 .part-title img {
  margin-right: 20px;
}
.space-block {
  display: inline-block;
}
/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  align-items: baseline;
  padding: 0 !important;
  -moz-border-radius: 4px;
  margin-top: 20px;
  /* margin-left: 50px; */
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  filter: alpha(opacity=97);
  align-items: end;
}
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 50px;
}
div.bhoechie-tab-menu div.list-group {
  justify-content: space-between;
  height: 260px;
  align-items: center;
}
div.bhoechie-tab-menu div.list-group > a {
  /* margin: 20px 0; */
  width: 205px;
  height: 65px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #ffffff;
  color: #fe486d;
  background: #ffecf0;
  font-family: 'SweiGothicCJKtc-regular', '微軟正黑體';
  text-decoration: none;
  transition: .3s;
  font-weight: bold;
}
/* 讓選單內的所有元素在變化時有平滑的過渡效果 */
.bhoechie-tab-menu .list-group-item {
  transition: all 0.3s ease;
}
/* 讓裡面的圖片包裹區也能平滑變化 */
.bhoechie-tab-menu .list-group-item .img-wrap img {
  transition: transform 0.3s ease;
}
/* 當滑鼠滑入（Hover）或處於點進去（Active）狀態時 */
.bhoechie-tab-menu .list-group-item:hover {
  padding-left: 10px !important;
  background-color: rgb(251 216 224);
}
.list-title {
  color: #fe486d;
  font-size: 30px;
  font-weight: bold;
  height: 140px;
  display: flex;
  align-items: center;
  position: relative;
}
.list-title:before, .list-title:after {
  content: url(../images/spark.png);
  position: absolute;
  bottom: 22px;
  left: -22px;
}
.list-title:before {
  bottom: unset;
  left: unset;
  top: 20px;
  right: -20px
}
.list-group-item .img-wrap {
  border-radius: 50px !important;
  background: #fe486d;
  margin-right: 10px;
  overflow: hidden;
}
.list-group-item img {
  background: #fe486d;
  padding: 10px;
}
div.bhoechie-tab-menu div.list-group > a:hover {
  transition: .3s;
  /*    background: #edfff9;*/
}
div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
  border: 2px solid #fe486d;
}
.list-group-item.active i {
  color: #fff;
}
/*
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}
*/
a.list-group-item:after {
    content: '\f0dd';
    font-family: fontawesome;
    position: absolute;
    top: 50px;
    font-size: 30px;
    left: 0;
    right: 0;
    color: #ffc8d3 !important;
    cursor: default;
    z-index: -2;
}
a.list-group-item:last-child:after {
  content: '';
}
.list-group-item:first-child {
  margin-top: 0 !important;
}
.qa-box {
  background: var(--blue-light);
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 24px;
  max-width: 205px;
}
.qa-box .q {
  color: var(--text-dark);
}
.qa-box .a {
  color: var(--blue-main);
  margin-top: 6px;
}
.qa-box a {
  color: var(--blue-main);
  font-weight: 700;
  text-decoration: underline;
}
div.bhoechie-tab-content {
  background-color: #ffffff;
}
.bhoechie-tab .bhoechie-tab-content {
  border-radius: 10px;
  /*    border: 5px solid #0acb92;*/
  /* padding: 0 0 10px; */
  height: calc(100% - 20px);
  height: 460px;
}
.bhoechie-tab {
    width: 100%;
    max-width: 700px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}
.list-group i {
  font-size: 50px;
  display: block;
  line-height: 1.2;
  color: #10bc89;
  padding-top: 10px;
}
.tab-text {
  max-width: 755px;
  width: 100%;
  padding: 10px;
  margin: 0 auto 20px;
  background: #0e5adc;
  color: #fff;
  justify-content: center;
  border-radius: 10px;
}
.tab-text-title {
  min-width: 160px;
  background: #12e2a4;
  margin-right: 10px;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 0 0;
  min-height: 70px;
  color: #000;
  letter-spacing: 1px;
}
.tab-text-title span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}
.tab-text-p {
  font-size: 20px;
  letter-spacing: 2px;
  display: inline-flex;
}
.tab-text-p p {
  margin: 0;
}
.tab-text-p span {
  display: inline-block;
  font-size: 15px;
  /*    background: #f1f1f1;*/
  /*    padding: 3px 10px;*/
  /*    border-radius: 5px;*/
  letter-spacing: 0;
  font-weight: bold;
}
/* 左側小選單按鈕基本樣式 */
.sub-menu-item {
  display: block;
  padding: 10px 20px;
  background-color: #ecf3ff;
  color: #2796db;
  border: 1px solid #2796db;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
/* 滑過與啟動時的藍色高亮樣式 (對齊你原本的 CIS 藍) */
.sub-menu-item:hover, .sub-menu-item.active {
  background-color: #2796db;
  color: #ffffff !important;
  border-color: #2796db;
}
/* 右側圖片控制 */
.report-target-img {
  width: 100%;
  height: auto;
  display: none; /* 預設全部隱藏，靠 JS 切換 */
}
.report-target-img.active {
  display: block; /* 只有 active 的圖片才顯示 */
}
/* 主外框容器 */
/* 左側人物插圖容器 */
.left-illustration-container {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-illustration-container img {
  max-width: 100%;
  max-height: 240px;
  object-fit: contain;
}
/* 卡片自訂樣式 */
.custom-card {
  border: none;
  border-radius: 20px;
  padding: 30px 20px 24px 20px;
  text-align: center;
  max-width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.bg-pink-light {
  background-color: #fff0f2;
}
.bg-blue-light {
  background-color: #e8f4ff;
}
/* 卡片插圖容器留空 */
.img-container {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.img-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
/* 文字顏色細節 */
.text-pink-main {
  color: #f25c74;
  font-weight: bold;
}
.text-blue-main {
  color: #1a62cc;
  font-weight: bold;
}
.card-desc {
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
/* More 按鈕樣式 */
.more-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
/* 底部藍色條 */
.footer-banner {
  background-color: #1a62cc;
  color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
  max-width: 600px !important;
  margin-top: 25px !important;
}
.custom-card .hvr-icon-forward:before {
  top: 1px;
}
.more-btn:hover {
  color: #ef3a56;
}
a.more-btn.text-blue-main:hover {
  color: #0b48a1;
}
.woman-block {
  margin-right: -70px;
  margin-left: 30px;
  z-index: 999;
}
/* 區塊整體設定 */
.industry-section {
  background-color: #ffffff;
}
/* 主標題樣式 */
.industry-title {
  color: #003399;
  font-size: 1.75rem;
  letter-spacing: 1px;
}
/* 分類標籤外框 (膠囊造型) */
.industry-badge {
  background-color: #e6f0ff;
  max-width: 200px;
  width: 100%;
  position: relative;
  padding-left: 25px;
}
/* Icon 圓圈背景 */
.industry-icon-wrap {
  background-color: #0066cc;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}
/* Icon 本體大小微調 */
.industry-icon-wrap i {
  font-size: 1.2rem;
}
/* 標籤文字 */
.industry-label {
    color: #003399;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 22px;
}
.industry-img-container {
  width: 80%;
}
.industry-icon-wrap i.fa.fa-home {
  font-size: 1.6rem;
}
.industry-icon-wrap i.fa.fa-mobile {
  font-size: 1.9rem;
}
.part5 {
  width: 100%;
  /* max-width: 1000px; */
  margin: 0 auto;
  text-align: center;
  background: #e8f4fd;
  /* padding: 70px 0; */
}
.part5 .part-sectitle {
  font-size: 17px;
  letter-spacing: 1px;
}
.part5 .swiper {
  width: 100%;
  max-width: 1000px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.part5 .swiper-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
}
.part5 .swiper-slide {
  max-width: 1000px;
  width: 100%;
  background-color: unset;
  opacity: 0 !important;
}
.part5 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part5 .block-text {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 40px;
  position: relative;
}
.p5block-title {
  color: var(--blue-main);
  font-size: 36px;
  font-weight: 700;
  font-family: noto sans TC;
  letter-spacing: 2px;
}
.p5block-sectitle {
  font-size: 18px;
  background-color: var(--blue-main);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin: 18px 0 30px;
}
.part5 .block-text p {
  color: #000;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 17px;
}
.part5 .swiper-button-wrap {
  position: absolute;
  bottom: 25px;
  width: 90px;
  right: 220px;
}
.part5 .swiper-button-prev {
  left: 0 !important;
}
.part5 .swiper-button-next {
  right: 0 !important;
}
.part5 .swiper-button-next, .part5 .swiper-button-prev {
  color: var(--blue-main) !important;
  /*    border: 1px solid;*/
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
}
.part5 .swiper-button-next:after, .part5 .swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
}
/*----------------------------- 注意事項文字 -----------------------------------  */
/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/
.register_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-image: url("/images/solution/food/2021/register-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.register-bg {
  /*    background-color: #1d5083;*/
}
section.register {
  width: 525px;
  margin-left: 5%
}
h3.register-title {
  display: none
}
section.register .title {
  color: var(--blue-main);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
  background-color: #1750cd !important;
}
input#submitBtn, section.register a#sendCodeBtn {
  background-color: var(--blue-main) !important;
  color: #ffffff !important;
  line-height: 1.5;
  border: 3px solid var(--blue-main) !important;
  border-radius: 50px !important;
  box-shadow: none;
  text-decoration: none;
}
section.register a.fancybox.btn.btnType1 {
  border: 0;
  color: var(--blue-main);
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
  box-shadow: unset;
  border-radius: 5px !important;
  text-decoration: none;
}
a.fancybox.btn:hover {
  color: #1750cd !important;
  /*    background-color: #1750cd !important;*/
}
input#DAA009 {
  width: 280px !important;
  margin-right: 10px;
  padding-left: 10px !important;
}
a#sendCodeBtn {
  width: calc(100% - 335px) !important
}
.code {
  margin-top: 10px
}
.wrap01 {
  margin-bottom: 20px;
}
input#M5Code {
  width: 230px !important;
  margin-right: 10px;
  padding-left: 10px;
}
input#submitBtn {
  width: calc(100% - 288px) !important
}
/* 適用於主流現代瀏覽器 (Chrome, Edge, Safari, Firefox) */
#DAA009::placeholder, #M5Code::placeholder {
  color: var(--blue-main) !important; /* 或是直接寫 #444 */
  opacity: 1; /* Firefox 預設會強制加上透明度，這行可以確保顏色飽和 */
}
/* 為了相容舊版 WebKit 核心瀏覽器 */
#DAA009::-webkit-input-placeholder, #M5Code::-webkit-input-placeholder {
  color: var(--blue-main) !important;
  background-color: #fff;
  border-radius: 0;
  padding: 0 5px;
}
/* 為了相容舊版 Firefox */
#DAA009::-moz-placeholder, #M5Code::-moz-placeholder {
  color: var(--blue-main) !important;
  opacity: 1;
}
/* 為了相容舊版 IE / Edge */
#DAA009:-ms-input-placeholder, #M5Code:-ms-input-placeholder {
  color: #666 !important;
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #666 !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #666;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s
}
input#DAA009, input#M5Code, input#submitBtn {
  background-color: #ffffff;
  color: var(--blue-main);
  border: 2px solid var(--blue-main);
  border-radius: 40px;
}
@media screen and (max-width:1024px) {
  .register_wrap {
    height: 780px;
    background-position: bottom;
    background-position-y: 405px;
  }
  section.register {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .register_wrap {
    padding: 50px 0;
  }
  .register_wrap {
    height: 740px;
    background-position: bottom;
    background-position-y: 365px;
  }
}
@media screen and (max-width:576px) {
  section.register {
    width: 100%;
    padding: 0 10px;
  }
  section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 220px !important;
  }
  input#DAA009 {
    width: 190px !important;
  }
  a#sendCodeBtn {
    width: 145px !important;
  }
  input#submitBtn {
    width: 115px !important;
  }
  .register_wrap {
    height: 675px;
    background-size: 66%;
  }
}
@media screen and (max-width: 1024px) {
  .part5 .swiper {
    height: auto;
    padding-bottom: 40px;
  }
  .p5block-sectitle {
    margin: 16px 0 5px;
  }
  /*
	.part5 .block-text p {
    margin-bottom: 30px;
}
*/
  .part5 .swiper-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
  }
  .part5 .block-text {
    text-align: center;
    margin-left: 0;
  }
  .part5 .block-img img {
    display: inline-block;
    width: 96%;
    max-width: 651px;
  }
}
@media screen and (max-width: 992px) {
  a.try-btn {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    margin: 0 auto 25px;
    display: flex;
    max-width: 250px;
  }
}

@media screen and (max-width: 768px) {
    .industry-img-container img {
    width: 75% !important;
    margin: 0 auto 50px;
}  
    .list-title {
    justify-content: center;
}
     .list-title:after {
    left: 75px;
}
    .list-title:before {
    right: 80px;
}
    
    .bhoechie-tab-menu {
    margin: 0 auto !important;
}
div.bhoechie-tab-menu div.list-group > a {
    width: 130px;
    height: 50px;
    padding-top: 15px;
    margin: 0 5px;
}
    div.bhoechie-tab-menu div.list-group {
    height: 130px;
}
    a.list-group-item:after {
    content: none;

}
    
    .tab-text {
    width: 90%;
}
    .tab-text p {
    font-size: 16px;
}
    
    .bhoechie-tab .bhoechie-tab-content {
    height: 335px;
}
    .bhoechie-tab-menu .list-group-item:hover {
     padding-left: 0 !important; 
}
    .list-group-item .img-wrap {
    margin: 0;
    margin-top: -55px;
}
    .qa-box {
    width: 90%;
    max-width: unset;
    margin: 0 auto;
    text-align: left;
}
    
}


@media screen and (max-width: 576px) {
    
    .part {
    width: 95%;
}
    .part-title {
    font-size: 30px;
    padding: 0 0 20px;
}
    .part1 .part-title img {
    margin-right: 0;
}
    .bhoechie-tab {
    width: 95%;
    margin: 0 auto;
}
  .space-block {
    display: none;
}  
  .custom-card {
    margin: 0 auto;
  }
  .footer-banner {
    font-size: 14px;
    width: 90% !important;
  }
    
    
  
    
}



@media screen and (max-width: 400px) {

.list-title:before {
    right: 50px;
}    
    
.list-title:after {
    left: 45px;
}    
div.bhoechie-tab-menu div.list-group > a {
    font-size: 13px;
    width: 105px;
    padding-top: 20px;
}
    

}

