@charset "UTF-8";
/* 基本樣式
--------------------------------------------------*/
body {
  font-size: 18px;
  background: #ddd;
  font-family: Arial, "Microsoft YaHei";
}
@media (max-width: 639px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

img {
  max-width: 100%;
  margin: 0 auto;
}

ul, ol {
  margin-top: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, button {
  display: inline-block;
  transition: all 0.2 0.5s linear;
}

input:active, input:focus,
button:active, button:focus {
  outline: 0 !important;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}
.wrapper.wrapper_future {
  background: #fff url(img/bg2.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 1000px;
}
@media (max-width: 989px) {
  .wrapper.wrapper_future {
    padding-bottom: 500px;
  }
}

#divMsg {
  text-align: left;
  font-size: 16px;
  text-indent: 10px;
}

.d-flex {
  display: flex;
}

.pc-view {
  position: relative;
  margin-top: 20px;
  right: 270px;
}
@media (max-width: 989px) {
  .pc-view {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 989px) {
  .m-view {
    display: none !important;
  }
}

@media (max-width: 989px) {
  .hide980down {
    display: none !important;
  }
}

@media (min-width: 990px) {
  .hide980up {
    display: none !important;
  }
}

.search-bar-mobile {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  bottom: 5px;
  margin: 0;
  top: inherit;
}
@media (max-width: 989px) {
  .search-bar-mobile {
    padding: 4px 0;
    bottom: -40px;
  }
}

#mobileSearchRow {
  position: absolute;
  width: 100%;
  top: 33px;
  left: 0;
}

/*語系展開*/
#mobileLanguage {
  position: absolute;
  width: 100%;
  top: 33px;
  left: 0;
}
#mobileLanguage ul {
  padding: 5px 25px;
  position: inherit;
  background: #2476c8;
  width: 100%;
}
#mobileLanguage ul li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3098039216);
}
#mobileLanguage ul li a {
  color: #fff;
}
#mobileLanguage ul li a:hover, #mobileLanguage ul li a:hover {
  color: #000;
}
#mobileLanguage ul li:last-child {
  border-bottom: none;
}

.left-menu-btn {
  z-index: 9999;
}
.left-menu-btn i {
  font-size: 22px;
}

/* 連結設定
--------------------------------------------------*/
a {
  color: #444;
}
a:hover, a:focus {
  color: #0077C8;
  outline: 0;
}

/* 按鈕樣式
--------------------------------------------------*/
.am-btn {
  border-radius: 2px;
}

.btn {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 6px 15px;
  cursor: pointer;
  line-height: 1.5;
}

.btn-main {
  color: #fff;
  background: #0077C8;
}
.btn-main:hover, .btn-main:focus {
  color: #fff;
  background: #0095fb;
}

.btn-border {
  color: #0086e2;
  border: 1px solid #0077C8;
  background: transparent;
}
.btn-border:hover, .btn-border:focus {
  color: #005995;
  border: 1px solid #005995;
}

/* 版面
--------------------------------------------------*/
.wrap {
  margin: 0 auto;
}

.am-container, .am-g-fixed {
  max-width: 1200px;
  width: 100%;
  padding: 0;
}

#mainContentColumn > section.banner {
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  #mainContentColumn section {
    padding: 15px;
  }
}

.insideBanner {
  margin-top: -50px;
}

#head .am-container, #head .am-g-fixed {
  max-width: 1280px;
}
#head .am-container:before, #head .am-container:after, #head .am-g-fixed:before, #head .am-g-fixed:after {
  display: none;
}

.event {
  padding: 6vh;
}
@media (max-width: 989px) {
  .event {
    padding: 0 3vh;
  }
}
@media (max-width: 479px) {
  .event {
    padding: 0 1vh;
  }
}

#foot {
  position: relative;
}
#foot > .mask {
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: 100%;
  top: 0;
  left: 0;
  z-index: 9994;
  background: url(img/banner_up.png) no-repeat;
  background-position: bottom left;
}
@media (max-width: 1023px) {
  #foot > .mask {
    background-size: 90%;
  }
}
@media (max-width: 989px) {
  #foot > .mask {
    background-size: 90%;
    top: -30px;
  }
}
@media (max-width: 599px) {
  #foot > .mask {
    top: -50px;
  }
}

h2 {
  margin: 5px 0;
  color: #0077C8;
}

/* 浮動按鈕
--------------------------------------------------*/
.utility-nav {
  display: none;
  position: fixed;
  bottom: 40%;
  right: 0;
  z-index: 998;
}

.utility-nav a {
  width: auto;
  height: auto;
  font-size: 13px;
  line-height: inherit;
  border-radius: inherit;
  background: none;
  display: block;
  color: #fff;
  background-color: #333;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
  padding: 10px 4px;
}
.utility-nav a:hover, .utility-nav a:focus {
  color: #fff;
  background-color: #4d4d4d;
}

.utility-nav .cart-fixed.am-icon-shopping-cart:before {
  content: "購物車";
  width: 12px;
  display: block;
  margin: 0 auto 7px;
}
.utility-nav .cart-fixed.am-icon-shopping-cart span#fixedCartNum {
  font-size: 12px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.41);
  padding: 0px 6px;
  border-radius: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
}

.utility-nav .top .am-icon-arrow-up:before {
  content: "TOP";
  font-size: 12px;
}

/*	header
--------------------------------------------------*/
#head {
  display: flex;
  position: relative;
  background: #ffffff;
  height: 100px;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 1vh 6vh;
}
@media (max-width: 989px) {
  #head {
    height: 70px;
    padding: 1vh 2vh;
    border-bottom: 1PX solid #ececec;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.333333rem 1.111111rem 0 rgba(255, 255, 255, 0.32);
  }
}
@media (max-width: 479px) {
  #head {
    padding: 0 3vh;
  }
}
#head > .am-container {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#head.am-sticky {
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

h1.logo {
  float: left;
  margin-top: 20px;
}
@media (max-width: 989px) {
  h1.logo {
    display: table;
    margin: 0 auto;
    float: none;
    background: none;
    line-height: 0;
  }
}
@media (max-width: 479px) {
  h1.logo {
    margin: 5px auto;
  }
}

h1.logo a {
  display: inline-block;
}
@media (max-width: 989px) {
  h1.logo a img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 639px) {
  h1.logo a img {
    width: 170px;
    height: auto;
  }
}

a#search_btn, a#lag_btn {
  cursor: pointer;
  width: 30px;
}
@media (max-width: 989px) {
  a#search_btn i.fa, a#lag_btn i.fa {
    color: #00acde;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 30px;
  }
}
a#search_btn.active i.fa, a#lag_btn.active i.fa {
  border-radius: 5px;
  color: #ffffff;
  background: #00acde;
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
  transition: all 0.2s linear;
}

.circleul {
  justify-content: flex-end;
  padding-top: 15px;
}
@media (max-width: 989px) {
  .circleul {
    position: absolute;
    right: 50px;
    top: 0;
    display: none;
  }
}
.circleul li {
  float: left;
  padding: 33px 0;
  font-size: 17px;
}
@media (max-width: 989px) {
  .circleul li {
    padding: 0;
  }
}
.circleul li a {
  padding: 0 5px;
}
.circleul li a.active {
  color: #0077C8;
}

.menu-dropdown-icon:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  color: #fff;
}

/* 搜尋
--------------------------------------------------*/
.search-bar {
  position: absolute;
  right: 0;
  width: 250px;
}
@media (max-width: 989px) {
  .search-bar {
    position: inherit;
    width: inherit;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  /*Firefox 4-18瀏覽器專用*/
  /*Firefox 19+瀏覽器專用*/
  /*IE10瀏覽器專用*/
}
@media (max-width: 989px) {
  .input-group {
    background: #2476c8;
  }
}
.input-group .am-form-field,
.input-group .input-group-addon,
.input-group .input-group-btn {
  display: table-cell;
}
.input-group ::-webkit-input-placeholder {
  color: #d6d6d6;
}
.input-group input::-moz-placeholder {
  color: #d6d6d6;
}
.input-group input::-moz-placeholder {
  color: #d6d6d6;
}
.input-group:-ms-input-placeholder {
  color: #d6d6d6;
}
.input-group .am-form-field {
  color: #757575;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.input-group .am-form-field:hover, .input-group .am-form-field:focus {
  border: 1px solid #444;
  border-right: none;
  outline: 0;
  box-shadow: none;
}
.input-group .am-form-field:hover + .area-dpdown .styled-select select, .input-group .am-form-field:focus + .area-dpdown .styled-select select {
  border-color: #666;
}
.input-group .input-group-btn {
  position: relative;
  font-size: 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .input-group-btn button {
  padding: 7px 12px;
  border-radius: 0 8px 8px 0;
  background: #000;
}
@media (max-width: 989px) {
  .input-group i.fa {
    color: #FFF;
    font-size: 18px;
  }
}

.area-dpdown {
  position: absolute;
  left: 5px;
}
.area-dpdown .styled-select {
  cursor: pointer !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.area-dpdown .styled-select:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  line-height: 45px;
  z-index: 1;
  color: #888;
}
.area-dpdown .styled-select select {
  color: #757575;
  cursor: pointer !important;
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.5em;
  line-height: 1.2;
  border-width: 0 1px 0 0;
  border-color: #ddd;
  width: 75px;
  height: 45px;
}
.area-dpdown .styled-select select::-ms-expand {
  display: none;
}
.area-dpdown .styled-select select:focus {
  outline: 0;
}

/* PC主選單
--------------------------------------------------*/
.nav {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
.nav li.circle > a {
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  color: #3174bc;
  font-size: 12px;
}
.nav li.circle > a:hover, .nav li.circle > a:focus {
  background: transparent;
}
.nav li.circle > a:hover > i, .nav li.circle > a:focus > i {
  color: #0077C8;
}
.nav li.circle > a > i {
  font-size: 15px;
}

/*	熱門關鍵字
--------------------------------------------------------*/
.hotTags {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #0077C8;
  padding: 10px 0;
  margin-bottom: 20px;
  background: #D4EA40;
  font-size: 14px;
}
.hotTags i {
  margin-right: 3px;
}
.hotTags .tagList a + a:before {
  content: "、";
}

/* 全站分類
--------------------------------------------------*/
#widgetColumn [class*=am-u-] {
  padding-right: 0;
}

#widgetColumn .am-offcanvas-bar {
  width: 190px;
}

.leftdiv {
  margin-bottom: 15px;
}
.leftdiv .linkList a {
  display: block;
  padding: 0.3rem 1rem;
}

.leftdiv h2 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #a9a9a9;
}

.widgetUl {
  margin-bottom: 20px;
}

.widgetUl li {
  position: relative;
  background: bottom;
  border: 0;
  margin: 0;
  box-shadow: none;
}

.widgetUl > li > a.am-collapsed {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
}
.widgetUl > li > a.am-collapsed:hover, .widgetUl > li > a.am-collapsed:focus {
  color: #0077C8;
}
.widgetUl > li > a.am-collapsed i {
  color: #a9a9a9;
  transform: rotate(-90deg);
  transition: all 0.2s linear;
}

.widgetUl > li > a {
  display: block;
  padding: 0.5rem 1rem;
  color: #0077C8;
}

.widgetUl li ul.sub-menu {
  margin-top: 0;
  margin-bottom: 10px;
}

.widgetUl li .sub-menu li a {
  padding: 0.4rem 1.5rem;
  font-size: 14px;
}

.widgetUl li .sub-menu li a:hover {
  color: #0077C8;
}

/* footer
--------------------------------------------------*/
#foot {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  background: #313333;
  padding: 40px 0 30px;
  font-size: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  #foot {
    text-align: center;
  }
}
#foot p {
  margin: 0;
}
#foot a {
  color: rgba(255, 255, 255, 0.7);
}
#foot a:hover {
  color: #fff;
}
#foot .foot_info {
  font-size: 18px;
  font-weight: 400;
}
#foot .foot_info h3 {
  font-weight: 400;
}
@media (max-width: 639px) {
  #foot .foot_info {
    text-align: center;
  }
}
#foot .copyright {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#foot .copyright h1 {
  margin: 0;
}
#foot .copyright img {
  margin-bottom: 10px;
  padding: 0;
  margin: 15px 0;
}
* {
  margin: 0;
  padding: 0;
}

nav.codehim-dropdown {
  font-family: Helvetica;
}
nav.codehim-dropdown ul.dropdown-items {
  list-style: none;
}
@media (max-width: 990px) {
  nav.codehim-dropdown ul.dropdown-items {
    height: 100%;
    height: 100vh;
    display: none;
    overflow: scroll;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #0077C8;
  }
  nav.codehim-dropdown ul.dropdown-items li {
    overflow: hidden;
  }
  nav.codehim-dropdown ul.dropdown-items .parent + ul {
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    display: none;
  }
  nav.codehim-dropdown ul.dropdown-items .parent + ul li a {
    padding-left: 30px;
  }
}
nav.codehim-dropdown ul.dropdown-items > li {
  padding: 3px 20px 3px 0;
  display: inline;
  position: relative;
  font-size: 18px;
}
@media (max-width: 1199px) {
  nav.codehim-dropdown ul.dropdown-items > li {
    padding: 10px;
  }
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items > li {
    display: block;
    padding: 0;
    font-size: 18px;
  }
}
nav.codehim-dropdown ul.dropdown-items > li.bold, nav.codehim-dropdown ul.dropdown-items > li span.bold {
  font-weight: 600;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .main-links, nav.codehim-dropdown ul.dropdown-items .dropdown-heading {
    display: block;
    padding: 12px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
  }
}
nav.codehim-dropdown ul.dropdown-items .main-links:hover,
nav.codehim-dropdown ul.dropdown-items .dropdown-heading.active,
nav.codehim-dropdown ul.dropdown-items .dropdown-heading:hover {
  color: #000;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .main-links:hover,
  nav.codehim-dropdown ul.dropdown-items .dropdown-heading.active,
  nav.codehim-dropdown ul.dropdown-items .dropdown-heading:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
  }
}
nav.codehim-dropdown ul.dropdown-items .dropdown-heading:after {
  margin-left: 8px;
  color: #0077C8;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .dropdown-heading:after {
    font-family: FontAwesome;
    font-weight: 300;
    display: inline-block;
    content: "\f107";
    float: right;
    color: #fff;
  }
}
nav.codehim-dropdown ul.dropdown-items .has-child {
  position: relative;
  font-size: 17px;
  /*3*/
}
nav.codehim-dropdown ul.dropdown-items .has-child span.parent {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .has-child span.parent {
    padding: 12px;
    border-bottom: none;
    display: block;
    text-indent: 20px;
  }
}
nav.codehim-dropdown ul.dropdown-items .has-child span.parent:after {
  content: "\f107";
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .has-child span.parent:after {
    margin-right: 15px;
  }
}
nav.codehim-dropdown ul.dropdown-items .has-child span.parent.up:after {
  content: "\f106" !important;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .has-child span.parent.up:after {
    margin-right: 15px;
  }
}
nav.codehim-dropdown ul.dropdown-items .has-child span.parent:last-child {
  border-bottom: none;
}
nav.codehim-dropdown ul.dropdown-items .has-child ul {
  display: none;
  background: #fff;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .has-child ul {
    background: #1d65ab;
  }
}
nav.codehim-dropdown ul.dropdown-items .has-child ul li {
  background: #ececec;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .has-child ul li {
    background: inherit;
  }
}
nav.codehim-dropdown ul.dropdown-items .has-child ul li a {
  color: #2D2926;
}
@media (max-width: 989px) {
  nav.codehim-dropdown ul.dropdown-items .has-child ul li a {
    color: rgba(255, 255, 255, 0.7607843137);
    text-indent: 5px;
  }
}

.codehim-dropdown {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: 0s;
}

.codehim-dropdown.sticky {
  z-index: 999;
}

.has-child span.parent + ul, .menu-items {
  background: #fff;
  list-style: none;
  display: none;
  margin: 0;
}

.dropdown-heading:after {
  font-family: FontAwesome;
  font-weight: 300;
  display: inline-block;
  content: "\f107";
}

.dropdown-heading.active:after {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
}

.dropdown-heading,
.dropdown-heading.active,
.dropdown-heading:hover,
.dropdown-heading:after,
.dropdown-heading.active:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

/* Dim background effect */
.dim-overlay {
  display: none;
}

.dim-overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  /* for zombies browsers */
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

/*2*/
.menu-items {
  width: 300px;
  position: absolute;
  left: 2px;
  top: 40px;
  background: #0077C8;
  margin: 0;
}
@media (max-width: 989px) {
  .menu-items {
    position: inherit;
    top: inherit;
    background: #1d65ab;
  }
  .menu-items li a {
    padding-left: 12px;
    background: transparent;
  }
}
.menu-items > li {
  display: inline;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.menu-items > li a {
  display: block;
  padding: 12px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
@media (max-width: 989px) {
  .menu-items > li a {
    border-bottom: none;
    padding: 12px;
    text-indent: 20px;
  }
}
.menu-items li:last-child a {
  border-bottom: none;
}

.has-child span.parent:hover,
.menu-items li a:hover {
  font-weight: 700;
  cursor: pointer;
}

.has-child span.parent:after {
  font-family: FontAwesome;
}

.main-links {
  text-decoration: none;
}

@media (max-width: 480px) {
  /*選單*/
  #leftnav-offcanvas {
    background: #436ec6;
    right: 250px;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 980px) {
  .menu-mobile {
    display: inline-block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .hamburger {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    color: #00acde;
    font-size: 26px;
    line-height: 32px;
  }
  .hamburger:hover {
    background: rgba(0, 0, 0, 0.15);
  }
  .hamburger:after {
    font-family: FontAwesome;
    content: "\f0c9";
    font-weight: 200;
  }
}
@media only screen and (max-width: 980px) and (max-width: 479px) {
  .hamburger.left {
    top: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .hamburger.right {
    right: 10px;
  }
}
#loading {
  min-height: 200px;
  min-height: 50vh;
  width: 100%;
}

.loading-warp {
  margin: 0 auto;
  position: relative;
  width: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.loading-icon {
  height: 60px;
  width: 60px;
  border: 5px solid #0077C8;
  border-radius: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: rotate 0.5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-btn-primary {
  color: #fff;
  background-color: #00B5E2;
  border-color: #00B5E2;
}

/*	Banner
--------------------------------------------------------*/
.banner .wrap {
  position: relative;
  margin: 0 auto;
}
.banner .wrap .bannermask {
  position: absolute;
  width: 500px;
  height: 500px;
  background-size: 100%;
  top: 0;
  right: 0;
  z-index: 9994;
  background: url(img/banner_top.png) no-repeat;
  background-position: top right;
}
@media (max-width: 1199px) {
  .banner .wrap .bannermask {
    background-size: 60%;
  }
}
@media (max-width: 639px) {
  .banner .wrap .bannermask {
    background-size: 40%;
  }
}
.banner .wrap .bannerSection .am-slider-c2 {
  box-shadow: none;
}
.banner .wrap .bannerSection ol.am-control-nav {
  bottom: 25px;
  right: 20px;
}
.banner .wrap .bannerSection ol.am-control-nav li a {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
}
.banner .wrap .bannerSection ol.am-control-nav li a.am-active {
  background-color: #ff5722 !important;
}
@media (max-width: 979px) {
  .banner .wrap .bannerSection ol.am-control-nav li a.am-active {
    background-color: #000 !important;
  }
}
.banner .wrap .slogan {
  position: absolute;
  padding: 2rem 5rem;
  bottom: 6px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 27%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 27%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 979px) {
  .banner .wrap .slogan {
    padding: 1vh 3vh;
  }
}
.banner .wrap .slogan h1 {
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  width: 800px;
  text-align: left;
  letter-spacing: 2px;
}
@media (max-width: 989px) {
  .banner .wrap .slogan h1 {
    width: auto;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .banner .wrap .slogan h1 {
    width: auto;
    font-size: 23px;
    line-height: 28px;
  }
}
.banner .wrap .bannerslogan {
  background: #4883cc;
  padding: 1rem 3rem;
  text-align: center;
}
@media (max-width: 639px) {
  .banner .wrap .bannerslogan {
    display: none;
  }
}
.banner .wrap .bannerslogan h1 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

/*	首頁整體設定
--------------------------------------------------------*/
.indexSection_nopadding {
  padding: 0 !important;
}

.indexSection .title {
  position: relative;
  text-align: center;
  padding-top: 1rem;
}
.indexSection .title h2 {
  font-size: 30px;
  margin: 0;
  color: #0077C8;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 10px;
}
@media (max-width: 979px) {
  .indexSection .title h2 {
    font-size: 22px;
    letter-spacing: 0;
    margin: 0 5px;
  }
}
.indexSection .title span {
  color: #a9a9a9;
  font-size: 17px;
}

/*  
--------------------------------------------------------*/
.img_div {
  overflow: hidden;
  max-height: 300px;
  border: 1px solid #ddd;
}
@media (max-width: 479px) {
  .img_div {
    max-height: 270px;
  }
}
.img_div a {
  display: inherit;
}
.img_div img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1, 1, 1);
}
.img_div:hover img {
  opacity: 0.6;
  transform: scale3d(1.1, 1.1, 1);
}

.works {
  padding: 1vh 5vh;
}
@media (max-width: 979px) {
  .works {
    padding: 4vh 2vh 0 2vh;
  }
  .works .title {
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
}
.works .right {
  text-align: right;
}
.works .left {
  text-align: left;
}
.works h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  word-spacing: 10px;
}
@media (max-width: 979px) {
  .works h2 {
    font-size: 18px;
  }
}
.works p {
  margin: 0;
  height: 150px;
}
.works .tabs ul {
  display: table;
  margin: 0 auto 20px;
}
.works .tabs li {
  float: left;
}
.works .tabs li + li {
  margin-left: 7px;
}
.works .tabs li a {
  border-radius: 30px;
  padding: 4px 12px;
}

#newsDiv {
  position: relative;
}
#newsDiv a.more {
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
  font-size: 16px;
}
@media (max-width: 479px) {
  #newsDiv a.more {
    right: 20px;
  }
}
#newsDiv .img_div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news {
  padding: 8vh 5vh;
}
@media (max-width: 639px) {
  .news {
    padding: 4vh 2vh 0 2vh;
  }
}
.news h2 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  word-spacing: 10px;
}
@media (max-width: 979px) {
  .news h2 {
    font-size: 18px;
  }
}
.news .title {
  margin-left: 10px;
}
@media (max-width: 639px) {
  .news .title {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .news .news-list {
    padding: 20px;
    margin-top: inherit;
  }
}
@media (max-width: 479px) {
  .news .news-list {
    padding: 20px 0;
  }
}
.news .news-list .news_date {
  color: #999;
  font-size: 15px;
}
.news .news-list .news_title {
  color: #0079c5;
  font-size: 25px;
}
@media (max-width: 479px) {
  .news .news-list .news_title {
    font-size: 18px;
  }
}
.news .news-list .news_contant {
  color: #000;
}

/*  聯絡我們Contact Us
--------------------------------------------------------*/
.contact {
  padding: 8vh 5vh;
}
@media (max-width: 989px) {
  .contact {
    padding: 20px;
  }
}
.contact h2 {
  text-align: center;
}
.contact p {
  width: 75%;
  color: #000;
  margin: 20px auto;
}
@media (max-width: 639px) {
  .contact p {
    width: 90%;
  }
}
.contact .w100 {
  width: 200px;
}
@media (max-width: 989px) {
  .contact .contact-form {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .contact .contact-form {
    padding: 0;
  }
}
.contact .am-btn.am-radius {
  border-radius: 2px;
  background: transparent;
  color: #0077c8;
  float: right;
}
.contact .am-btn:active {
  box-shadow: none;
  text-decoration: underline;
}

/*	麵包屑
--------------------------------------------------------*/
@media (max-width: 979px) {
  .breadCrumb {
    display: none;
  }
}
.breadCrumb ul {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  margin-left: 72px;
}
.breadCrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  color: #000;
  display: inherit;
  font-size: 14px;
}
.breadCrumb li + li {
  text-align: left;
}
.breadCrumb li a {
  color: #000;
}
.breadCrumb li i {
  line-height: 22px;
  padding: 4px;
}
.breadCrumb li span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/*	內頁基本設定
--------------------------------------------------------*/
.maxWidth1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

.insidePage .insidebanner {
  width: 100%;
}
.insidePage .mainpic2 {
  margin: 20px 0;
}
.insidePage #mainContentColumn {
  padding: 0 0 6vh 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .insidePage #mainContentColumn {
    padding: 3vh 0;
  }
}
@media (max-width: 639px) {
  .insidePage #mainContentColumn {
    padding: 0 0 6vh 0;
  }
}
.insidePage #mainContentColumn .sort {
  margin: 15px 0;
  color: #000;
}
.insidePage #mainContentColumn .sort span {
  color: #0077C8;
}
.insidePage #mainContentColumn .sort span#sTotalRow {
  color: #000;
  margin: 0 5px;
}
.insidePage #mainContentColumn .about {
  padding: 0 6vh 6vh 6vh;
}
.insidePage #mainContentColumn .about > img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .insidePage #mainContentColumn .about > img {
    clear: both;
  }
}
.insidePage #mainContentColumn .about p {
  font-size: 16px;
}
.insidePage img.imgcenter {
  display: block;
}
@media (max-width: 1199px) {
  .insidePage img.imgcenter {
    padding: 25px;
  }
}
.insidePage .insideTitle {
  position: relative;
  text-align: center;
  padding-bottom: 0;
  margin: 2rem;
}
@media (max-width: 979px) {
  .insidePage .insideTitle {
    margin: 1rem;
  }
}
.insidePage .insideTitle h2 {
  font-size: 30px;
  margin: 0 50px;
  color: #0077c8;
  font-weight: 800;
  text-transform: uppercase;
  /* width: 80%; */
  text-align: left;
}
@media (max-width: 979px) {
  .insidePage .insideTitle h2 {
    font-size: 22px;
    letter-spacing: 0;
    margin: 0 5px;
  }
}
.insidePage .insideTitle span {
  color: #a9a9a9;
  font-size: 15px;
}
.insidePage .pdt-base-info {
  padding: 5vh 6vh;
}
@media (max-width: 979px) {
  .insidePage .pdt-base-info {
    padding: 5vh 6vh;
  }
}
.insidePage .pdt-base-info .postDate {
  color: #666;
  font-size: 16px;
  font-weight: normal;
}
.insidePage .pdt-base-info #divACTDESC li {
  list-style: inherit;
}
.insidePage .text-content {
  padding: 0 10vh 8vh 10vh;
}
@media (max-width: 1199px) {
  .insidePage .text-content {
    padding: 0 6vh 6vh 6vh;
  }
}
@media (max-width: 479px) {
  .insidePage .text-content {
    padding: inherit;
  }
}
.insidePage .text-content.padding_0 {
  padding-left: 5vh;
  padding-top: 0;
}
@media (max-width: 1399px) {
  .insidePage .text-content.padding_0 {
    padding: 0 6vh;
  }
}
@media (max-width: 639px) {
  .insidePage .text-content.padding_0 {
    padding: 0 20px;
  }
}
.insidePage .text-content > div > img {
  margin-bottom: 20px;
}
.insidePage .text-content h3 {
  color: #0077C8;
  font-size: 20px;
  margin: 0;
}
.insidePage .text-content h4, .insidePage .text-content h5 {
  color: #2D2926;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 979px) {
  .insidePage .text-content h4, .insidePage .text-content h5 {
    margin: 5px 0;
    font-size: 16px;
  }
}
.insidePage .text-content p {
  font-size: 16px;
}
.insidePage .text-content hr {
  margin: 30px 0;
}
.insidePage .text-content input, .insidePage .text-content textarea {
  background-color: rgba(255, 255, 255, 0.5);
}
.insidePage .text-content ul.product_list li {
  background: url(img/arrow.png) no-repeat 0 8px;
  padding-left: 16px;
  margin: 0;
  font-size: 16px;
  color: #2D2926;
}
.insidePage .text-content + .text-content {
  padding: 0 10vh 8vh 10vh;
}
@media (max-width: 979px) {
  .insidePage .text-content + .text-content {
    padding: 0 5vh 5vh 5vh;
  }
}
@media (max-width: 479px) {
  .insidePage .text-content + .text-content {
    padding: inherit;
  }
}
.insidePage .about_founder {
  background: #004370;
  display: table;
}
.insidePage .about_founder h2 {
  color: #fff;
}
.insidePage .about_founder .w100 {
  width: 100%;
}
.insidePage .about_founder .about_founder_01 {
  color: #fff;
  font-size: 20px;
  width: 90%;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .insidePage .about_founder .about_founder_01 {
    height: 50px;
  }
}
@media (max-width: 979px) {
  .insidePage .about_founder .about_founder_01 {
    height: auto;
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .insidePage .about_founder .about_founder_01 {
    font-size: 20px;
  }
}
.insidePage .about_founder .about_founder_01 > div {
  padding: 0;
}
@media (max-width: 639px) {
  .insidePage .about_founder .about_founder_01 > div {
    padding: 0;
    text-align: center;
  }
}
.insidePage .about_founder .about_founder_01 > div p {
  margin-top: 15px;
  text-align: center;
}

.insideSection .feature-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.insideSection .feature-box .fbox-content {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.75rem;
}
.insideSection .feature-box .fbox-content i {
  border-radius: 50%;
  background-color: #43469d;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 0 10px;
}
.insideSection .feature-box .fbox-content h3 {
  font-size: 2.2rem;
  margin-top: 3rem !important;
  font-weight: 600;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333;
}
@media (max-width: 639px) {
  .insideSection .feature-box .fbox-content h3 {
    font-size: 18px;
  }
}

/*	EVENT list
--------------------------------------------------------*/
#focusArtcle {
  padding: 25px 0;
  display: none;
}
@media (max-width: 979px) {
  #focusArtcle {
    padding: 0;
  }
}
#focusArtcle .product-div-wrap {
  width: 100%;
}
#focusArtcle .product-div-wrap .product-div {
  flex-direction: inherit;
  width: 100%;
}
@media (max-width: 979px) {
  #focusArtcle .product-div-wrap .product-div {
    flex-direction: column;
    width: initial;
  }
}
#focusArtcle .product-div-wrap .img-wrap {
  width: 50%;
  border: 1px solid #ededed;
}
@media (max-width: 979px) {
  #focusArtcle .product-div-wrap .img-wrap {
    width: 100%;
  }
}
#focusArtcle .product-div-wrap .info-wrap {
  border: 0;
  overflow: hidden;
  clear: inherit;
  width: 50%;
  float: left;
  padding: 0 25px;
}
@media (max-width: 979px) {
  #focusArtcle .product-div-wrap .info-wrap {
    width: 100%;
    padding: inherit;
  }
}
#focusArtcle .product-div-wrap .info-wrap #focusArtcle .info-wrap h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.project-list {
  max-width: 1000px;
  margin: 0 auto;
}
.project-list > li {
  border-bottom: 1px solid #ddd;
  padding: 40px 5px;
}
.project-list > li:first-of-type {
  padding-top: 0;
}
.project-list > li.product-div-wrap .img-wrap {
  margin: 0 30px 30px 0;
}
@media (max-width: 479px) {
  .project-list > li.product-div-wrap .img-wrap {
    display: none;
  }
}
.project-list > li.product-div-wrap .img-wrap img {
  padding: 3px;
  background: #e0e0e0;
}
.project-list > li.product-div-wrap .info-wrap dl {
  margin: 0;
}
.project-list > li.product-div-wrap .info-wrap dl dt {
  font-size: 18px;
  display: inline-table;
  margin-right: 16px;
  width: 66px;
}
.project-list > li.product-div-wrap .info-wrap dl dd {
  font-size: 16px;
  display: inline-table;
}
.project-list > li.product-div-wrap .info-wrap dl dd h3 {
  font-size: 18px;
  color: #0077c8;
  margin: 0;
}
.project-list > li.product-div-wrap .info-wrap dl.w50 {
  float: left;
  width: 50%;
}
@media (max-width: 479px) {
  .project-list > li.product-div-wrap .info-wrap dl.w50 {
    width: 100%;
  }
}
.project-list > li.product-div-wrap .info-wrap dl.w50 dd {
  font-size: 18px;
}

/*====================================================================
	產品詳情頁
======================================================================*/
.product-list {
  margin: 0 -5px;
}

.product-list > li.product-div-wrap {
  padding: 0 20px;
  margin-bottom: 20px;
}
.product-list > li.product-div-wrap > a {
  display: block;
  height: 100%;
}
.product-list > li.product-div-wrap .product-div {
  position: relative;
  border-radius: 2px;
}
.product-list > li.product-div-wrap .img-wrap {
  border: 1px solid #ededed;
  background-color: #fff;
  overflow: hidden;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .product-list > li.product-div-wrap .img-wrap {
    height: 250px;
  }
}
.product-list > li.product-div-wrap .img-wrap a img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1, 1, 1);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-list > li.product-div-wrap .img-wrap a img {
    width: 350px;
  }
}
@media screen and (max-width: 639px) and (-ms-high-contrast: active), (max-width: 639px) and (-ms-high-contrast: none) {
  .product-list > li.product-div-wrap .img-wrap a img {
    width: 100%;
  }
}
.product-list > li.product-div-wrap .img-wrap a:hover img {
  opacity: 0.6;
  transform: scale3d(1.1, 1.1, 1);
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.product-list > li.product-div-wrap .tags {
  display: none !important;
  padding: 3px 7px 0;
}
.product-list > li.product-div-wrap .tags span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  background: #a9a9a9;
  border-radius: 20px;
  color: #fff;
}
.product-list > li.product-div-wrap .tags span a {
  color: #fff;
}
.product-list > li.product-div-wrap .tags .tag-actKind {
  background: transparent;
  padding: 4px 0;
  color: #a9a9a9;
}
.product-list > li.product-div-wrap .tags .tag-actAdcty {
  display: none;
}
.product-list > li.product-div-wrap .tags .tag-actDtlad {
  display: none;
}
.product-list > li.product-div-wrap .info-wrap {
  padding: 0;
  margin-top: 20px;
}
.product-list > li.product-div-wrap .info-wrap .news_date {
  float: left;
  color: #999;
  font-size: 15px;
}
.product-list > li.product-div-wrap .info-wrap .tag {
  float: right;
  font-size: 14px;
  color: #32d6ce;
  padding: 1px 5px;
  border: 1px solid #32d6ce;
  border-radius: 5px;
}
.product-list > li.product-div-wrap .info-wrap h3 {
  line-height: 30px;
  color: #333;
  clear: both;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  text-align: left;
}
.product-list > li.product-div-wrap .info-wrap .desc {
  text-align: left;
  font-size: 16px;
}
.product-list > li.product-div-wrap .info-wrap .more {
  color: #0077c8;
  float: right;
  font-size: 16px;
}
.product-list > li.product-div-wrap .info-wrap .residualCount {
  display: none !important;
}
.product-list > li.product-div-wrap .info-wrap .priceGroup {
  position: absolute;
  left: 10px;
  bottom: 3px;
}
.product-list > li.product-div-wrap .info-wrap .priceGroup > span {
  display: block;
}
.product-list > li.product-div-wrap .info-wrap .priceGroup > span:before {
  content: "NT$";
  font-size: 12px;
  margin-right: 2px;
}
.product-list > li.product-div-wrap .info-wrap .priceGroup .totcount {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 1;
  color: #a9a9a9;
  margin-bottom: -3px;
}
.product-list > li.product-div-wrap .info-wrap .priceGroup .price {
  color: #0077C8;
  font-size: 20px;
}
.product-list > li.product-div-wrap .info-wrap .priceGroup .price.S1:before {
  content: "NT$";
}
.product-list > li.product-div-wrap .info-wrap .priceGroup .price.S1 .afterWord {
  font-size: 14px;
}
.product-list > li.product-div-wrap .info-wrap .btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: none;
}
.product-list > li.product-div-wrap .info-wrap .btn-main3 {
  cursor: default;
}
.product-list > li.product-div-wrap .DefaultArticle .newsBtn {
  display: none !important;
  position: absolute;
  bottom: 0;
  padding: 7px 7px 9px;
  font-size: 12px;
  width: 100%;
}
.product-list > li.product-div-wrap .DefaultArticle .PUBDATE {
  display: none;
  float: right;
  color: #757575;
}
.product-list > li.product-div-wrap .DefaultArticle .fackLink {
  color: #0077C8;
  font-weight: 600;
  border-bottom: 2px solid #0077C8;
  padding: 0 4px 3px;
}

/*產品服務*/
.service-list > li.product-div-wrap {
  display: -moz-flex;
  display: flex;
  width: 40%;
  padding: 0 5px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .service-list > li.product-div-wrap {
    width: 40%;
  }
}
@media (max-width: 639px) {
  .service-list > li.product-div-wrap {
    width: 40%;
  }
}
.service-list > li.product-div-wrap > a {
  display: block;
  height: 100%;
}
.service-list > li.product-div-wrap .product-div {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 2px;
  width: 100%;
  transition: all 0.2s linear;
}
.service-list > li.product-div-wrap .product-div:hover, .service-list > li.product-div-wrap .product-div:focus {
  top: -3px;
}
.service-list > li.product-div-wrap .product-div:hover .img-wrap img, .service-list > li.product-div-wrap .product-div:focus .img-wrap img {
  transform: translateZ(0) scale(1.1);
}
.service-list > li.product-div-wrap .img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  background-color: #f3f3f3;
  background: linear-gradient(to right, #f3f3f3 5%, #eee 20%, #f3f3f3 35%);
  animation: placeHolderShimmer 1s linear 0s infinite normal forwards;
  border: 1px #ddd solid;
  background-size: 400% 100%;
  overflow: hidden;
}
.service-list > li.product-div-wrap .img-wrap img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: translateZ(0);
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.service-list > li.product-div-wrap .tags {
  display: none !important;
  padding: 3px 7px 0;
}
.service-list > li.product-div-wrap .tags span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  background: #a9a9a9;
  border-radius: 20px;
  color: #fff;
}
.service-list > li.product-div-wrap .tags span a {
  color: #fff;
}
.service-list > li.product-div-wrap .tags .tag-actKind {
  background: transparent;
  padding: 4px 0;
  color: #a9a9a9;
}
.service-list > li.product-div-wrap .tags .tag-actAdcty {
  display: none;
}
.service-list > li.product-div-wrap .tags .tag-actDtlad {
  display: none;
}
.service-list > li.product-div-wrap .info-wrap {
  text-align: center;
  padding: 5px 0;
}
.service-list > li.product-div-wrap .info-wrap h3 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.service-list > li.product-div-wrap .info-wrap .residualCount {
  display: none !important;
}
.service-list > li.product-div-wrap .info-wrap .priceGroup {
  position: absolute;
  left: 10px;
  bottom: 3px;
}
.service-list > li.product-div-wrap .info-wrap .priceGroup > span {
  display: block;
}
.service-list > li.product-div-wrap .info-wrap .priceGroup > span:before {
  content: "NT$";
  font-size: 12px;
  margin-right: 2px;
}
.service-list > li.product-div-wrap .info-wrap .priceGroup .totcount {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 1;
  color: #a9a9a9;
  margin-bottom: -3px;
}
.service-list > li.product-div-wrap .info-wrap .priceGroup .price {
  color: #0077C8;
  font-size: 20px;
}
.service-list > li.product-div-wrap .info-wrap .priceGroup .price.S1:before {
  content: "NT$";
}
.service-list > li.product-div-wrap .info-wrap .priceGroup .price.S1 .afterWord {
  font-size: 14px;
}
.service-list > li.product-div-wrap .info-wrap .btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: none;
}
.service-list > li.product-div-wrap .info-wrap .btn-main3 {
  cursor: default;
}
.service-list > li.product-div-wrap .DefaultArticle .newsBtn {
  display: none !important;
  position: absolute;
  bottom: 0;
  padding: 7px 7px 9px;
  font-size: 12px;
  width: 100%;
}
.service-list > li.product-div-wrap .DefaultArticle .PUBDATE {
  display: none;
  float: right;
  color: #757575;
}
.service-list > li.product-div-wrap .DefaultArticle .fackLink {
  color: #0077C8;
  font-weight: 600;
  border-bottom: 2px solid #0077C8;
  padding: 0 4px 3px;
}

/* product-Main
 -------------------------------------------------- */
.product-main {
  margin-bottom: 30px;
}
.product-main > img {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.product-main .otherInfo {
  padding-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-main .otherInfo {
    padding-right: 0;
  }
}
.product-main .imgWrap img {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 4px;
  border-radius: 3px;
}
.product-main .tagGroup {
  padding-bottom: 15px;
}
.product-main .tagGroup a {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  background: #a9a9a9;
  border-radius: 20px;
  color: #fff;
}
.product-main .tagGroup a + a {
  margin-left: 3px;
}
.product-main .tagGroup a:hover, .product-main .tagGroup a:focus {
  background: #909090;
}
.product-main .stockLabel {
  font-size: 14px;
  float: left;
  color: #757575;
}
.product-main h1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #3174bc;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.product-main .ACTDESC {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 0 5px 5px;
}
.product-main .ACTDESC * {
  color: #757575;
  font-size: 14px !important;
}

.NewsTemplate .share {
  float: none;
}
.NewsTemplate .share > div {
  float: none;
}
.NewsTemplate #divSponsor {
  display: block;
  margin: 10px auto;
  text-align: center;
}
/* product-Detail
 -------------------------------------------------- */
.product-detail {
  background: #fff;
  padding: 15px 15px 30px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
}
.product-detail .am-nav-tabs {
  border-bottom: 2px solid #D4EA40;
  margin: -15px -15px 20px;
  display: flex;
  justify-content: center;
}
.product-detail .am-nav-tabs > li {
  margin-bottom: -2px;
}
.product-detail .am-nav-tabs > li > a {
  margin: 0;
  padding: 15px 30px 13px;
  font-size: 16px;
  border: 0;
  border-bottom: 4px solid transparent;
}
.product-detail .am-nav-tabs > li > a:hover, .product-detail .am-nav-tabs > li > a:focus {
  background: transparent;
  border: 0;
  border-bottom: 4px solid #9cb113;
}
@media (max-width: 767px) {
  .product-detail .am-nav-tabs > li > a {
    padding: 15px 15px 13px;
    font-size: 15px;
  }
}
.product-detail .am-nav-tabs > li.am-active > a {
  border: 0;
  border-bottom: 4px solid #555;
}
.product-detail .am-tabs-bd {
  border: 0;
}
@media (min-width: 768px) {
  .product-detail .am-tabs-bd .am-tab-panel {
    padding: 10px 20px;
  }
}
.product-detail .tab4 h3 {
  margin: 0 0 15px;
  font-size: 16px;
}
.product-detail .tab4 .info {
  margin-bottom: 15px;
  display: flex;
}
.product-detail .tab4 .info .label {
  color: #757575;
  display: inline-block;
  min-width: 80px;
  text-align: right;
}
.product-detail .tab4 #clone-animate i {
  margin-left: 5px;
}

.product-detail.Newskind .title {
  color: #0077C8;
}
.product-detail.Newskind .content {
  padding: 0 10px;
}

/* 交易失敗
-------------------------------------------------- */
.transfail {
  background: #FAE5E4;
  padding: 20px;
  border-radius: 2px;
}

.transfail h4 {
  font-size: 18px;
}

/* 交易成功
-------------------------------------------------- */
.transok {
  background: #E7F5E7;
  padding: 20px;
  border-radius: 2px;
}

.transok h4 {
  font-size: 20px;
}

/* Apply form
-------------------------------------------------- */
.apply-form .am-form-icon [class*=am-icon-] {
  top: 38%;
}

/* 聯絡我們
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .contactPage .am-g-fixed {
    display: flex;
    flex-wrap: wrap;
  }
  .contactPage [class*=am-u-] {
    width: 100%;
  }
  .contactPage .descSection {
    order: 1;
  }
  .contactPage .mapSection {
    order: 2;
  }
  .contactPage #map_container {
    padding-bottom: 56.25%;
    margin-top: 30px;
  }
}
#map_container {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  margin-top: 10px;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* thanks頁面
 --------------------------------------------------  */
.thx h4 {
  margin: 10px 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 20px;
}

.thx h6 {
  margin: 5px 0;
}

.thx ul > li {
  padding-bottom: 7px;
}

.thx p a {
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}

.thx p a:hover {
  text-decoration: none;
}

/* ATM付款
 --------------------------------------------------  */
.ps {
  color: #a9a9a9;
  font-size: 13px;
  display: block;
}

.main_products {
  margin: 30px 0;
}
@media (max-width: 639px) {
  .main_products {
    padding: 0 3vh;
  }
  .main_products > div + div {
    margin-top: 30px;
  }
}
.main_products h3 {
  font-size: 20px;
  color: #0077C8;
  margin-bottom: 5px;
  line-height: 28px;
}
@media (max-width: 979px) {
  .main_products h3 {
    line-height: 20px;
  }
}
.main_products h4 {
  margin: 0;
  font-size: 20px;
  color: #5bc500;
  font-weight: bold;
}
.main_products ul.product_list li {
  background: url(img/arrow.png) no-repeat 0 10px;
  padding-left: 16px;
}

/*綠色介紹區塊*/
.productinfo_div {
  padding: 30px;
  background: #f5f5f7;
}
@media (max-width: 979px) {
  .productinfo_div {
    padding: 40px 20px;
  }
}
.productinfo_div h2 {
  font-size: 26px;
  font-weight: normal;
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .productinfo_div h2 {
    font-size: 18px;
    line-height: 26px;
    width: 600px;
  }
}
@media (max-width: 639px) {
  .productinfo_div h2 {
    text-align: center;
    width: 100%;
  }
}
.productinfo_div > ul.ul-icon {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .productinfo_div > ul.ul-icon {
    width: 100%;
  }
}
.productinfo_div > ul.ul-icon li {
  color: #fff;
  font-size: 20px;
  float: left;
  padding: 20px;
  width: 20%;
  text-align: center;
}
@media (max-width: 979px) {
  .productinfo_div > ul.ul-icon li {
    font-size: 16px;
    width: 20%;
  }
}
@media (max-width: 639px) {
  .productinfo_div > ul.ul-icon li {
    font-size: 16px;
    height: 130px;
    width: 33%;
  }
  .productinfo_div > ul.ul-icon li:nth-of-type(1) {
    width: 50%;
  }
  .productinfo_div > ul.ul-icon li:nth-of-type(2) {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .productinfo_div > ul.ul-icon li {
    width: 50%;
  }
}
.productinfo_div > ul.ul-icon li span {
  display: block;
  text-align: center;
}
@media (max-width: 639px) {
  .productinfo_div > ul.ul-icon li span {
    display: block;
    text-align: center;
  }
}

.mainlink {
  display: flex;
  justify-content: center;
  margin-top: 130px;
  padding-bottom: 50px;
}
.mainlink button {
  margin: 5px 20px;
}
@media (max-width: 639px) {
  .mainlink button {
    margin: inherit;
  }
}
.mainlink button.contactbtn, .mainlink button.am-btn-primary {
  padding: 0.6em 3em;
  border-width: 2px;
  border-radius: 8px;
  font-size: 18px;
}
@media (max-width: 479px) {
  .mainlink button.contactbtn, .mainlink button.am-btn-primary {
    padding: 0.5em 1em;
  }
}
.mainlink button.contactbtn {
  background-color: transparent;
  color: #0e90d2;
  border: 2px solid #7fc6ea;
}

.insideSection {
  /*證書*/
}
.insideSection img.w100 {
  width: 100%;
}
.insideSection ul.qualityimg > li {
  margin-bottom: 30px;
}
.insideSection ul.qualityimg > li > img {
  border: 1px solid #ddd;
  width: 90%;
}

/*	後台資料內頁
--------------------------------------------------------*/
.NewsTemplate, .ArticleTemplate {
  /*後台上架*/
}
.NewsTemplate .type .postDate, .ArticleTemplate .type .postDate {
  color: #999;
  font-size: 14px;
}
.NewsTemplate .type .tag, .ArticleTemplate .type .tag {
  float: right;
  font-size: 14px;
  color: #32d6ce;
  padding: 1px 5px;
  border: 1px solid #32d6ce;
  border-radius: 5px;
}
.NewsTemplate #divActReq h2, .NewsTemplate #divACTDESC h2, .ArticleTemplate #divActReq h2, .ArticleTemplate #divACTDESC h2 {
  color: #0077C8;
  font-size: 20px;
  margin: 0;
  margin-top: 30px;
}
.NewsTemplate #divActReq h3, .NewsTemplate #divACTDESC h3, .ArticleTemplate #divActReq h3, .ArticleTemplate #divACTDESC h3 {
  color: #2D2926;
  margin: 0;
  font-size: 20px;
}
.NewsTemplate #divActReq p, .NewsTemplate #divACTDESC p, .ArticleTemplate #divActReq p, .ArticleTemplate #divACTDESC p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.NewsTemplate #divActReq ol, .NewsTemplate #divACTDESC ol, .ArticleTemplate #divActReq ol, .ArticleTemplate #divACTDESC ol {
  margin-left: 20px;
}
.NewsTemplate #divActReq ul.product_list li, .NewsTemplate #divACTDESC ul.product_list li, .ArticleTemplate #divActReq ul.product_list li, .ArticleTemplate #divACTDESC ul.product_list li {
  background: url(img/arrow.png) no-repeat 0 8px;
  text-indent: 16px;
  font-size: 18px;
}
.NewsTemplate #divActReq table.am-table, .NewsTemplate #divACTDESC table.am-table, .ArticleTemplate #divActReq table.am-table, .ArticleTemplate #divACTDESC table.am-table {
  font-size: 18px;
  border: 1px solid #ddd;
  font-size: 92%;
}
.NewsTemplate #divActReq table.am-table > thead, .NewsTemplate #divACTDESC table.am-table > thead, .ArticleTemplate #divActReq table.am-table > thead, .ArticleTemplate #divACTDESC table.am-table > thead {
  color: #fff;
  background: #2990d2;
}
.NewsTemplate #divActReq table.am-table > thead > tr > td, .NewsTemplate #divActReq table.am-table > thead > tr > th, .NewsTemplate #divACTDESC table.am-table > thead > tr > td, .NewsTemplate #divACTDESC table.am-table > thead > tr > th, .ArticleTemplate #divActReq table.am-table > thead > tr > td, .ArticleTemplate #divActReq table.am-table > thead > tr > th, .ArticleTemplate #divACTDESC table.am-table > thead > tr > td, .ArticleTemplate #divACTDESC table.am-table > thead > tr > th {
  color: #fff;
  background: #2990d2;
  text-align: center;
}
.NewsTemplate #divActReq table.am-table > tbody > tr > th, .NewsTemplate #divActReq table.am-table > tbody > tr > td, .NewsTemplate #divACTDESC table.am-table > tbody > tr > th, .NewsTemplate #divACTDESC table.am-table > tbody > tr > td, .ArticleTemplate #divActReq table.am-table > tbody > tr > th, .ArticleTemplate #divActReq table.am-table > tbody > tr > td, .ArticleTemplate #divACTDESC table.am-table > tbody > tr > th, .ArticleTemplate #divACTDESC table.am-table > tbody > tr > td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.NewsTemplate #divActReq table.am-table > tbody > tr:nth-child(odd) > th, .NewsTemplate #divACTDESC table.am-table > tbody > tr:nth-child(odd) > th, .ArticleTemplate #divActReq table.am-table > tbody > tr:nth-child(odd) > th, .ArticleTemplate #divACTDESC table.am-table > tbody > tr:nth-child(odd) > th {
  background-color: #b6dbf3;
}
.NewsTemplate #divActReq table.am-table > tbody > tr:nth-child(even) > th, .NewsTemplate #divACTDESC table.am-table > tbody > tr:nth-child(even) > th, .ArticleTemplate #divActReq table.am-table > tbody > tr:nth-child(even) > th, .ArticleTemplate #divACTDESC table.am-table > tbody > tr:nth-child(even) > th {
  background-color: #b6dbf3;
}
.NewsTemplate #divActReq table.am-table > tbody > tr:nth-child(odd) > td, .NewsTemplate #divACTDESC table.am-table > tbody > tr:nth-child(odd) > td, .ArticleTemplate #divActReq table.am-table > tbody > tr:nth-child(odd) > td, .ArticleTemplate #divACTDESC table.am-table > tbody > tr:nth-child(odd) > td {
  background-color: #cacaca;
}
.NewsTemplate #divActReq table.am-table > tbody > tr:nth-child(even) > td, .NewsTemplate #divACTDESC table.am-table > tbody > tr:nth-child(even) > td, .ArticleTemplate #divActReq table.am-table > tbody > tr:nth-child(even) > td, .ArticleTemplate #divACTDESC table.am-table > tbody > tr:nth-child(even) > td {
  background-color: #eaeaea;
}
.NewsTemplate #divActReq table.am-table > tbody .bgcolor1, .NewsTemplate #divACTDESC table.am-table > tbody .bgcolor1, .ArticleTemplate #divActReq table.am-table > tbody .bgcolor1, .ArticleTemplate #divACTDESC table.am-table > tbody .bgcolor1 {
  background-color: #DADADA !important;
}
.NewsTemplate #divActReq table.am-table > tbody .bgcolor2, .NewsTemplate #divACTDESC table.am-table > tbody .bgcolor2, .ArticleTemplate #divActReq table.am-table > tbody .bgcolor2, .ArticleTemplate #divACTDESC table.am-table > tbody .bgcolor2 {
  background-color: #fff !important;
}
.NewsTemplate #divActReq table.am-table > tbody strong, .NewsTemplate #divActReq table.am-table > tbody b, .NewsTemplate #divACTDESC table.am-table > tbody strong, .NewsTemplate #divACTDESC table.am-table > tbody b, .ArticleTemplate #divActReq table.am-table > tbody strong, .ArticleTemplate #divActReq table.am-table > tbody b, .ArticleTemplate #divACTDESC table.am-table > tbody strong, .ArticleTemplate #divACTDESC table.am-table > tbody b {
  color: #2990d2;
}

/*----------------------------------------------------
	Base設定
	因為Account是套公版，所以架構上的CSS很多需要重設
----------------------------------------------------*/
body.memberPage {
  background: #F3F3F1;
}
body.memberPage .blk {
  color: #444;
}
body.memberPage #menu-cart-list {
  display: none;
}
body.memberPage .member-wrap {
  min-height: 65vh;
  padding: 30px 0;
}
body.memberPage #left-Column > [class*=am-u-] {
  width: 220px;
  z-index: 1;
}
body.memberPage #right-Column > [class*=am-u-] {
  width: 100%;
  margin-left: -220px;
  padding-left: 245px;
}
@media (max-width: 960px) {
  body.memberPage #left-Column > [class*=am-u-] {
    width: 200px;
  }
  body.memberPage #right-Column > [class*=am-u-] {
    margin-left: -200px;
    padding-left: 225px;
  }
}
@media (max-width: 767px) {
  body.memberPage #left-Column > [class*=am-u-] {
    width: auto;
  }
  body.memberPage #right-Column > [class*=am-u-] {
    margin: 0;
    padding-left: 1rem;
  }
}
@media (max-width: 639px) {
  body.memberPage #right-Column > [class*=am-u-] {
    padding-left: 1rem;
  }
}

/*	妹子模組 Reset
--------------------------------------------------------*/
.memberPage .am-checkbox, .memberPage .am-radio {
  margin: 0;
}
.memberPage .am-modal-hd .am-close {
  top: 7px;
  width: 34px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 100;
}
@media (max-width: 640px) {
  .memberPage .am-modal-dialog {
    width: 90%;
  }
}
.memberPage .am-tabs-bd, .memberPage .am-tabs-bd .am-tab-panel.am-active {
  z-index: auto;
}
.memberPage .am-alert-secondary a {
  color: #0e90d2;
}
.memberPage .am-alert-secondary a:hover, .memberPage .am-alert-secondary a:focus {
  color: #095f8a;
}
.memberPage a, .memberPage button {
  cursor: pointer;
  vertical-align: middle;
}
.memberPage .am-modal-dialog {
  width: 90%;
  max-width: 540px;
  border-radius: 5px;
  overflow: hidden;
}
.memberPage .am-modal-hd {
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
}
.memberPage .am-modal-bd {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.memberPage .am-modal-hd + .am-modal-bd {
  padding-top: 20px;
}
.memberPage .am-modal-footer {
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  display: block;
  height: auto;
}
.memberPage .am-modal-footer .am-modal-btn {
  height: auto;
  line-height: initial;
}
.memberPage .am-modal-footer.d-flex {
  display: flex;
}

/*	FLEX
--------------------------------------------------------*/
.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

/*	會員中心按鈕顏色
--------------------------------------------------------*/
/*.btn-main{
	background: $mainColor;
	border: 1px solid transparent;
	color: #fff;
	&:hover, &:focus{
		color: #fff;
		background: darken($mainColor,10%);
	}
}*/
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
}

.btnMainBorder {
  background: transparent;
  border: 1px solid #0077C8;
  color: #0077C8;
}
.btnMainBorder:hover, .btnMainBorder:focus {
  color: #005995;
  border: 1px solid #005995;
}

.btnGray {
  background: #f7f7f7;
  border: 1px solid #ddd;
  color: #444;
}
.btnGray:hover, .btnGray:focus {
  color: #1d1d1d;
  background: #dedede;
  border: 1px solid #c4c4c4;
}

.btnGrayBorder {
  background: #FFF;
  border: 1px solid #cdcdcd;
  color: #1d1d1d;
}
.btnGrayBorder:hover, .btnGrayBorder:focus {
  color: #0077C8;
  background: rgba(0, 119, 200, 0.05);
  border: 1px solid #0077C8;
}

.btnSecond {
  background: #000;
  border: 1px solid transparent;
  color: #fff;
}
.btnSecond:hover, .btnSecond:focus {
  color: #fff;
  background: black;
}

.btnSecondBorder {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.btnSecondBorder:hover, .btnSecondBorder:focus {
  color: black;
  border: 1px solid black;
}

.btnMobilePay {
  color: #444;
  background: linear-gradient(180deg, #fff, #eaeaea);
  border: 1px solid #dedede;
  transition: all 0.2s;
}
.btnMobilePay:hover, .btnMobilePay:focus {
  color: #333;
  border: 1px solid #ccc;
  background: linear-gradient(180deg, #fff, #eaeaea);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btnMobilePay img {
  max-width: 120px;
  height: 35px;
  display: block;
  margin: 0px auto 5px;
}
.btnMobilePay + .btnMobilePay {
  margin-left: 5px;
}

/*	摺疊組件(左側會員選單)
--------------------------------------------------------*/
/*	會員PC選單
--------------------------------------------------------*/
.memberLeftnav {
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd;
}
.memberLeftnav h2 {
  color: #0077C8;
  font-size: 14px;
  margin: 0;
  padding: 20px 15px 10px;
}
.memberLeftnav ul {
  margin: 0;
  padding-bottom: 20px;
}
.memberLeftnav ul li a {
  display: block;
  color: #555;
  letter-spacing: 0.5px;
  transition: all 0.2s linear;
  padding: 12px 15px;
  margin-left: -3px;
  border-left: 3px solid transparent;
}
.memberLeftnav ul li a:hover, .memberLeftnav ul li a:focus {
  color: #222;
  border-left: 3px solid #0077C8;
  background: #f6f6f6;
}
.memberLeftnav ul li a:hover i, .memberLeftnav ul li a:focus i {
  color: #0077C8;
}
.memberLeftnav ul li a i {
  width: 20px;
  font-size: 19px;
  margin-left: 1px;
  margin-right: 15px;
  color: #a9a9a9;
  position: relative;
  top: 1px;
  transition: all 0.2s linear;
  text-align: center;
}

/*----------------------------------------------------
	right-Column
----------------------------------------------------*/
h2.member-h2 {
  font-size: 24px;
  font-weight: normal;
  color: #0077C8;
  letter-spacing: 1px;
}

h2.member-h2 span {
  font-size: 12px;
  font-weight: 700;
  padding-left: 5px;
  color: #BDBDBD;
  display: inline-block;
  text-transform: uppercase;
}

/*----------------------------------------------------
	通用
----------------------------------------------------*/
.div_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

/*----------------------------------------------------
	我的票券
----------------------------------------------------*/
.my-tickets {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}
.my-tickets .am-nav-tabs {
  border-bottom: 2px solid #bbb;
  margin: -20px -20px 20px;
}
@media (max-width: 767px) {
  .my-tickets .am-nav-tabs {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.my-tickets .am-nav-tabs > li {
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .my-tickets .am-nav-tabs > li {
    -moz-flex: 1;
    flex: 1;
  }
  .my-tickets .am-nav-tabs > li:nth-child(3) {
    border-right: 0;
  }
}
.my-tickets .am-nav-tabs > li > a {
  margin: 0;
  padding: 15px 25px 12px;
  font-size: 16px;
  border: 0;
  border-bottom: 4px solid transparent;
  color: #666;
  white-space: nowrap;
}
.my-tickets .am-nav-tabs > li > a i {
  color: #a9a9a9;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .my-tickets .am-nav-tabs > li > a {
    padding: 15px 15px 12px;
    border: 0;
    font-size: 15px;
    height: 100%;
  }
}
@media (max-width: 479px) {
  .my-tickets .am-nav-tabs > li > a {
    padding: 15px 10px 12px;
    font-size: 14px;
  }
  .my-tickets .am-nav-tabs > li > a i {
    display: none;
  }
}
.my-tickets .am-nav-tabs > li > a:hover, .my-tickets .am-nav-tabs > li > a:focus {
  background: transparent;
  border: 0;
  border-bottom: 4px solid #0068af;
}
.my-tickets .am-nav-tabs > li > a:hover i, .my-tickets .am-nav-tabs > li > a:focus i {
  color: #0077C8;
}
.my-tickets .am-nav-tabs > li.am-active > a {
  border: 0;
  border-bottom: 4px solid #0068af;
  color: #1d1d1d;
}
.my-tickets .am-nav-tabs > li.am-active > a i {
  color: #0077C8;
}

.member-h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 17px;
}
.member-h3 i:first-of-type {
  font-size: 15px;
  color: #999;
}
.member-h3 .tip {
  font-size: 14px;
  color: #a9a9a9;
}

/*----------------------------------------------------
  結帳--確認資訊 CheckOut
----------------------------------------------------*/
.ckeck-form input[readonly] {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: text !important;
}

.check-group {
  border-top: 1px dotted #ddd;
  padding: 15px 0;
}

.check-group > label {
  font-size: 14px;
  color: #a9a9a9;
  display: inline;
  float: left;
  width: 130px;
  text-align: right;
  padding-right: 20px;
}

.check-group .group-content {
  float: left;
  width: 100%;
  margin-left: -130px;
  padding-left: 130px;
}

.check-group.TotalAmount {
  border: 0;
  padding: 10px 0;
}

.check-group.TotalAmount label {
  padding-top: 2px;
  color: #f60;
}

.check-group.TotalAmount .group-content > span {
  font-size: 20px;
  color: #f60;
}

.TotalAmount input[type=text] {
  color: #f60;
  font-size: 20px;
  display: inline-block;
  width: auto;
  margin-top: -5px;
  margin-left: 3px;
}

.ckeck-form .am-panel-bd {
  padding-top: 5px;
}

.ckeck-form .am-selected-btn {
  font-size: 15px;
}

.check-group.UseBonus {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 1.25rem;
}

.ckeck-form .btn {
  padding: 7px 17px;
  margin-left: 130px;
}

.card-notice h3 {
  margin: 0 0 10px;
}

.card-notice li {
  font-size: 14px;
}

/*	手機板固定按鈕
--------------------------------------------------------*/
@media (min-width: 768px) {
  .mobileBtnFixedWrap {
    display: inline-block;
  }
  .mobileBtnFixedWrap .shortCodeTip {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobileBtnFixedWrap {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    z-index: 2;
    background: #eee;
    border-top: 1px solid #ccc;
    padding: 5px 7px;
  }
  .mobileBtnFixedWrap .btn {
    width: 100%;
  }
  .mobileBtnFixedWrap .shortCodeTip {
    padding-top: 4px;
    line-height: 1;
    font-size: 12px;
    color: #757575;
    display: block;
  }
  .mobileBtnFixedWrap .shortCodeTip i {
    color: #0077C8;
  }
}
@media (max-width: 479px) {
  .mobileBtnFixedWrap .site_iticket {
    bottom: 50px;
  }
}

/*	Label in input
--------------------------------------------------------*/
.label_in_input {
  position: relative;
}
.label_in_input label {
  position: absolute;
  left: 10px;
  top: 5px;
  margin: 0;
  font-size: 13px !important;
}
.label_in_input input {
  padding-top: 25px;
}
.label_in_input input:active, .label_in_input input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #666;
}
.label_in_input input:active + label, .label_in_input input:focus + label {
  color: #0077C8;
}

/*上方浮動樣式(原order.css)
--------------------------------------------*/
li.cart {
  position: relative;
}

#menu-cart-list {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  margin: 8px 0 0;
  padding: 15px;
}

#menu-cart-list {
  position: absolute;
  top: 37px;
  right: -10px;
  z-index: 1093;
  min-width: 160px;
  padding: 15px;
  margin: 0;
  text-align: left;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.3);
}

li.cart:hover #menu-cart-list {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 10px, 0);
  transition: all 0.2s linear;
}

.jsorder .right {
  width: 240px;
}

.jsorder .right > ul {
  margin-bottom: 5px;
}

.jsorder .right li {
  line-height: 20px;
  border-bottom: 1px silver dashed;
  padding: 10px 0px 10px 5px;
  display: block;
}

.jsorder .right li.empty {
  border: none;
  padding: 0;
}

.jsorder .right li > span {
  position: relative;
  font-weight: bold;
  display: inline-block;
}

.jsorder .right li b {
  color: #a9a9a9; /*#00A0E9*/
  font-size: 13px;
  font-weight: normal;
}

.jsorder .button {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  padding: 4px 35px;
  width: 100%;
}

/*.jsorder .right li span.add {
	background: url("../images/bt.png");
	width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
	float: right;
	margin: 4px 1px;
}

.jsorder .right li span.sub {
	background: url("../images/bt.png") 0px 22px;
	width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
	float: right;
	margin: 4px 1px;
}*/
.jsorder .right li span.del {
  display: block;
  cursor: pointer;
  float: right;
}
.jsorder .right li span.del:hover, .jsorder .right li span.del:focus {
  color: #a9a9a9;
}

.jsorder .totalFee {
  color: #C30D07;
  font-size: 21px;
  text-align: right;
  display: block;
}

.jsorder .totalFee .unit {
  display: inline-block;
  font-size: 12px;
  margin-left: 2px;
}

/*================================================
    會員專區-購物車頁面STYLE (原order2.css)
================================================*/
/*	cart table style
--------------------------------------------------------*/
.cart-table {
  margin-bottom: 0;
}
.cart-table thead th {
  background: #f2f2f2;
  padding: 12px 0.7rem !important;
  vertical-align: middle;
  border: 0 !important;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .cart-table > tbody > tr {
    overflow: hidden;
  }
  .cart-table > tbody > tr span[data-type=responsive] {
    width: 40px;
    color: #999;
  }
}
.cart-table > tbody > tr:hover, .cart-table > tbody > tr:focus {
  background: #f7f7f7;
}
.cart-table > tbody > tr > td {
  padding: 15px 0.7rem;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 767px) {
  .cart-table > tbody > tr > td {
    padding: 12px 0.7rem;
    width: 50% !important;
    text-align: left !important;
    float: left;
    border-bottom: 0;
    border-top: 1px solid #ddd;
  }
}
.cart-table > tbody > tr > td:nth-child(1) {
  width: 40%;
  text-align: left;
}
.cart-table > tbody > tr > td:nth-child(1) p {
  margin: 0;
}
.cart-table > tbody > tr > td:nth-child(1):before {
  display: none;
}
@media (max-width: 767px) {
  .cart-table > tbody > tr > td:nth-child(1) {
    width: 100% !important;
    text-align: left !important;
    padding-left: 100px !important;
    float: none;
    overflow: hidden;
  }
  .cart-table > tbody > tr > td:nth-child(1) span[data-type=responsive] {
    display: none;
  }
}
.cart-table > tbody > tr > td:nth-child(1) .pImg {
  width: 120px;
  height: 72px;
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cart-table > tbody > tr > td:nth-child(1) .pImg {
    margin-left: -90px;
    width: 80px;
    height: auto;
    padding: 0;
    border: 0;
  }
}
@media (min-width: 960px) {
  .cart-table > tbody > tr > td:nth-child(1) .div_pName {
    width: calc(100% - 130px);
    float: left;
  }
}
.cart-table > tbody > tr > td:nth-child(1) .div_pName span:not(.am-badge) {
  font-size: 14px;
}
.cart-table > tbody > tr > td:nth-child(1) .type-tag {
  display: none;
}
.cart-table > tbody > tr > td:nth-child(2) {
  width: 10%;
}
.cart-table > tbody > tr > td:nth-child(3) {
  width: 7%;
  /*數量超過提示*/
}
.cart-table > tbody > tr > td:nth-child(3) input.COUNT {
  border-radius: 2px;
  margin-bottom: 0;
}
.cart-table > tbody > tr > td:nth-child(3) input.COUNT[disabled] {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  cursor: text;
}
@media (max-width: 767px) {
  .cart-table > tbody > tr > td:nth-child(3) input.COUNT {
    width: 70px;
    display: inline-block;
    padding: 8px 10px;
  }
}
.cart-table > tbody > tr > td:nth-child(3) .scountTip {
  color: #c00;
  font-size: 12px;
  text-align: left;
}
.cart-table > tbody > tr > td:nth-child(4) {
  width: 10%;
}
.cart-table > tbody > tr > td:nth-child(5) {
  width: 5%;
}
.cart-table > tbody > tr > td:nth-child(5) a {
  color: #a9a9a9;
}
.cart-table > tbody > tr > td:nth-child(5) a:hover, .cart-table > tbody > tr > td:nth-child(5) a:focus {
  color: #757575;
}

.totalPay {
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #a9a9a9;
  padding: 15px 0;
  margin-bottom: 15px;
}
.totalPay li > label {
  margin-right: 12px;
  color: #757575;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.totalPay li.discount label[for=useDiscount] {
  font-weight: normal;
  margin-bottom: 0;
}
.totalPay li.discount .discountQuota {
  margin-bottom: 0;
}
.totalPay li.discount .discountResult {
  display: inline-block;
  vertical-align: top;
  color: #757575;
  margin-bottom: 0;
}
.totalPay li.totalAmount span {
  font-size: 25px;
  font-size: 2.5rem;
  color: #C30D07;
}

.totalFee {
  padding: 10px 0 0;
  text-align: right;
  font-size: 25px;
  font-size: 2.5rem;
  color: #C30D07;
  font-weight: 500;
}
.totalFee label {
  margin-right: 12px;
  color: #757575;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

#divBtnGroup {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #999;
}
@media (max-width: 480px) {
  #divBtnGroup .btn {
    float: none;
    width: 100%;
  }
  #divBtnGroup .btn + .btn {
    margin-top: 5px;
  }
}
#divBtnGroup #btnGoShopping {
  color: #444;
}
#divBtnGroup #btnGoShopping:hover, #divBtnGroup #btnGoShopping:focus {
  color: #0077C8;
}

/*	付款&取貨方式
--------------------------------------------------------*/
#divForm {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

/*每個section基本設定*/
.cartCheckSection + .cartCheckSection {
  border-top: 1px dotted #999;
  margin-top: 25px;
  padding-top: 25px;
}
.cartCheckSection h2 {
  color: #666;
  font-size: 18px;
}
.cartCheckSection h2 i {
  color: #0077C8;
}
.cartCheckSection h2 .check {
  display: inline-block;
  margin-left: 10px;
}
.cartCheckSection h2 .check label {
  font-size: 15px;
  font-weight: normal;
}
.cartCheckSection .am-form-label {
  padding-right: 0;
}

@media only screen and (max-width: 640px) {
  .cartCheckSection h2 {
    margin-bottom: 5px;
  }
  .cartCheckSection .am-form-group {
    margin-bottom: 0;
  }
  .cartCheckSection .am-form-label {
    padding: 10px 1rem 5px;
    color: #a9a9a9;
  }
}
/*發票開立資訊(電子發票) */
.invoice label {
  display: block;
}

.invoice-subInput {
  margin-top: 5px;
  margin-bottom: 30px;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.invoice-subInput .am-form-label {
  text-align: left;
  padding-left: 0;
}

.SelectCity .styled-select,
.SelectCity .zip {
  width: 110px;
  float: left;
  margin-bottom: 10px;
  margin-right: 5px;
}

.SelectCity .zip input {
  font-size: 14px;
}

.address input,
.address select {
  height: 35px;
  margin-bottom: 0 !important;
  width: 100%;
}

/* 其他購物車相關
-------------------------------------------------------*/
#cartOK {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  text-align: center;
  color: #fff;
  font-size: 17px;
  padding: 15px 10px;
  border-radius: 10px;
  height: 122px;
  width: 122px;
  margin-left: -61px;
  margin-top: -61px;
}
#cartOK img {
  display: block;
  margin: 0 auto 5px;
  width: 60px;
  height: 60px;
}

/*	購物車付款方式
--------------------------------------------------------*/
#drpPayKind.singleDrop {
  pointer-events: none;
  border: 0;
  background: none;
  cursor: default;
  padding-left: 0;
}

/*
--------------------------------------------------------*/
.mailto {
  padding: 15px;
  border: 1px solid #ddd;
  background: #d3e5d4;
}
.mailto h1 {
  margin: 0;
  font-size: 18px;
  color: #136517;
}
.mailto h1 span {
  color: #000;
}

/*	新版
--------------------------------------------------------*/
@media (min-width: 768px) {
  .div_cart_row {
    display: flex;
  }
  .div_cart_row .div_cart_step1 {
    flex: 2;
  }
  .div_cart_row .div_cart_step2 {
    flex: 1 1 120px;
  }
}
.div_cart_row .div_cart_box_title {
  padding: 10px;
  background: #F2F2F2;
}
.div_cart_row .div_form_help {
  font-size: 14px;
  color: #666;
}

.ul_billList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
}
.ul_billList li label {
  margin: 0;
}
.ul_billList li.totalAmount {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 10px;
}

.inputGroup_btn_inside {
  position: relative;
}
.inputGroup_btn_inside input {
  width: 100%;
  padding-right: 60px;
}
.inputGroup_btn_inside button {
  position: absolute;
  right: 5px;
  top: 5px;
}

/*======================================
    訂單樣式 order-item
======================================*/
.order-item label {
  margin-bottom: 0;
  margin-right: 3px;
}
.order-item + .order-item {
  margin-top: 25px;
}

.order-foot + .order-item {
  margin-top: 25px;
}

/*order-head*/
/*order-foot*/
.order-foot {
  overflow: hidden;
  text-align: right;
  background: #F9F9F9;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 15px 15px;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-foot label {
  margin-bottom: 0;
  margin-right: 3px;
  font-size: 14px;
}
.order-foot .shipment {
  display: inline-block;
  margin-right: 7px;
}
.order-foot .totalCount {
  float: right;
}
.order-foot #modalTRACKINGNO {
  font-weight: 500;
}

.totalCount {
  /*float: right;*/
  font-weight: bold;
  color: #c00;
}

.paykind-name {
  float: left;
  font-size: 14px;
  padding-top: 3px;
}

.tracking-no {
  font-size: 14px;
  display: block;
}

.tracking-no span {
  cursor: pointer;
}

#tracking-help .am-modal-bd {
  padding-top: 10px;
  border-top: 1px solid #dedede;
}

#tracking-help p {
  font-size: 15px;
}

.payment-btn {
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  margin-right: 3px;
}

/*row1*/
.row1 {
  background: #F9F9F9;
  padding: 15px 20px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.row1 .div_OrderID {
  margin-bottom: 3px;
}

/*row2*/
.row2 {
  border: solid #ddd;
  border-width: 0px 1px 0px 1px;
}

.pItem {
  border-bottom: 1px dotted #ddd;
  padding: 12px 15px 7px;
}

.pInfo .info-ul {
  margin-bottom: 0;
  overflow: hidden;
  color: #666;
}
.pInfo .info-ul li {
  float: left;
  padding: 0 5px;
}
.pInfo .info-ul li label {
  display: none;
}
.pInfo .info-ul li.pName {
  width: 65%;
  margin-bottom: 5px;
}
.pInfo .info-ul li.pTotalCount {
  width: 35%;
  text-align: right;
  padding-right: 0;
}
.pInfo .info-ul li.pTotalCount .count {
  font-size: 14px;
}
.pInfo .info-ul li.pTotalCount span {
  display: inline-block;
  margin: 0 3px;
}

.pageRuleDesc {
  color: #999;
}

.div_event {
  border: 1px solid #ddd;
  border-radius: 7px;
  overflow: hidden;
}
.div_event .div_head {
  padding: 12px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.div_event .div_body {
  padding: 15px 20px;
}
.div_event .div_foot {
  padding: 10px 20px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}
.div_event .btn {
  border-radius: 3px;
}

/*ATM轉帳資訊*/
.atm-info p {
  line-height: 1.9;
}

.row2-ul {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.row2-ul li {
  padding: 7px 0;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.row2-ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101px;
  height: 100%;
  background: #f7f7f7;
  z-index: 1;
}
.row2-ul label {
  display: inline-block;
  padding: 0 6px 0 20px;
  margin: 0;
  font-weight: normal;
  float: left;
  width: 101px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.row2-ul .content {
  display: inline-block;
  float: left;
  padding-left: 10px;
  width: 100%;
  margin-left: -101px;
  padding-left: 111px;
}

.fzbig {
  font-size: 21px;
  display: inline-block;
  margin-top: -5px;
}

.ps-xs {
  /*color: $lightGray;*/
  font-weight: normal;
  font-size: 15px;
}

.taxCount {
  color: #757575;
}

.btn-webatm {
  display: inline-block;
  padding: 4px 12px;
  margin: 10px 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

/*	ATM+超商繳款
--------------------------------------------------------*/
.divider {
  text-align: center;
  letter-spacing: 5px;
  font-size: 24px;
  color: #000;
  display: table;
  white-space: nowrap;
  text-align: center;
  margin: 20px auto;
  width: 98%;
}
.divider:after, .divider:before {
  border-top: 1px dashed #000;
  content: "";
  display: table-cell;
  position: relative;
  top: 21px;
  width: 47%;
}

.atmSection {
  border: 1px solid #ddd;
}
.atmSection + .atmSection {
  margin-top: 20px;
}
.atmSection .row1 {
  border: 0;
  margin: 0;
}
.atmSection .row2-ul {
  border: 0;
  margin: 0;
  position: relative;
}
.atmSection .row2-ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101px;
  height: 100%;
  background: #f7f7f7;
  z-index: 1;
}
.atmSection .row2-ul li:before {
  display: none;
}
.atmSection .row2-ul li label {
  font-weight: bold;
  color: #555;
}
.atmSection .row2-ul li .content {
  padding-right: 15px;
  color: #555;
}
.atmSection .flexbox {
  display: -moz-flex;
  display: flex;
}
.atmSection .flexbox .w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .atmSection .flexbox {
    flex-wrap: wrap;
  }
  .atmSection .flexbox .w50 {
    width: 100%;
  }
}
.atmSection .align-center {
  -moz-align-items: center;
  align-items: center;
}
.atmSection .justify-center {
  -moz-justify-content: center;
  justify-content: center;
}
.atmSection .barcode {
  margin: 0 auto;
}

@media print {
  .printWrap {
    text-align: center;
    padding: 15px;
  }
  .printWrap h1 {
    text-align: center;
  }
}
.ticketsPage .pItem {
  padding-bottom: 0;
}
.ticketsPage .pInfo {
  padding-bottom: 10px;
}
.ticketsPage .info-ul i {
  font-size: 13px;
  width: 15px;
  height: 15px;
  text-align: center;
}
.ticketsPage .info-ul.am-collapsed i:before {
  content: "\f054";
}
.ticketsPage #orderList {
  margin-bottom: 20px;
}

.pfoot {
  background: #fafafa;
  margin-left: -15px;
  margin-right: -15px;
}
.pfoot .desc {
  padding: 7px;
  text-align: center;
  color: #555;
  background: #e1e1e1;
}

.hasShortCode {
  display: inline-block;
  color: #238fe8;
  padding: 2px 7px;
  margin: 3px;
  border-radius: 2px;
  border: 1px solid #238fe8;
  transition: all 0.2s;
}
.hasShortCode:before {
  font-family: "FontAwesome";
  content: "\f145";
  margin-right: 3px;
}
.hasShortCode:hover, .hasShortCode:focus {
  color: #1474c4;
  border: 1px solid #1474c4;
}

.ticklist-table {
  margin: 0;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .ticklist-table {
    border-top: 0;
  }
}
.ticklist-table th {
  background: #f2f2f2;
  vertical-align: middle !important;
  /*border-bottom: 1px solid $borderColor;*/
  border: 0 !important;
}
.ticklist-table th .am-checkbox {
  margin-top: 5px;
}
.ticklist-table th:last-of-type {
  min-width: 100px;
}
.ticklist-table > tbody > tr > td {
  padding: 10px 0.7rem;
  font-size: 14px;
  border-top: 1px dotted #ddd;
  position: relative;
}
.ticklist-table > tbody > tr > td.orderNo .ticname {
  display: block;
}
.ticklist-table > tbody > tr > td.orderNo .ticnumber {
  font-size: 13px;
  color: #a9a9a9;
}
@media (max-width: 767px) {
  .ticklist-table > tbody > tr > td {
    /*=======================
        我的訂單-電子票券-電子票券列表
    =======================*/
  }
  .ticklist-table > tbody > tr > td.checkboxTd {
    float: left;
    width: 40px;
    margin-bottom: -2px;
  }
  .ticklist-table > tbody > tr > td.checkboxTd:before {
    display: none;
  }
  .ticklist-table > tbody > tr > td.orderNo {
    float: left;
    width: calc(100% - 40px);
  }
  .ticklist-table > tbody > tr > td.orderNo:before {
    display: none;
  }
  .ticklist-table > tbody > tr > td.orderExp, .ticklist-table > tbody > tr > td.orderPrice {
    width: 50%;
    float: left;
  }
  .ticklist-table > tbody > tr > td.orderPrice .price {
    float: none;
  }
  .ticklist-table > tbody > tr > td.orderStatus {
    width: 100%;
  }
}
.ticklist-table > tbody > tr > td.orderPrice .price:before {
  content: "NT$";
  font-size: 12px;
  margin-right: 2px;
}
.ticklist-table > tbody > tr > td.orderStatus .vNO {
  background: transparent !important;
  color: #C30D07;
  padding: 0;
  font-weight: 500;
  cursor: text;
}
.ticklist-table > tbody > tr > td.orderStatus .viewvNO {
  float: right;
  background: #0077C8;
  color: #fff;
  padding: 2px 7px;
  border-radius: 2px;
}
.ticklist-table > tbody > tr > td.orderStatus .viewvNO:hover, .ticklist-table > tbody > tr > td.orderStatus .viewvNO:focus {
  background: #005995;
}
@media (max-width: 767px) {
  .ticklist-table > tbody > tr > td.orderStatus .viewvNO {
    float: none;
    margin-left: 3px;
  }
}

.eticketPageWrap .btn {
  padding: 5px 15px;
}
.eticketPageWrap .btn .am-badge {
  padding: 2px 6px;
  font-weight: normal;
}
.eticketPageWrap .btn-main .am-badge {
  background: #005995;
  color: #fff;
}

.eTicketSection {
  margin-bottom: 18px;
}

.ticketHead {
  display: flex;
  position: relative;
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.4);
}
.ticketHead .imgWrap {
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  -moz-flex: 0 0 230px;
  flex: 0 0 230px;
}
@media (max-width: 639px) {
  .ticketHead .imgWrap {
    -moz-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
.ticketHead .imgWrap > div {
  position: relative;
  padding-bottom: 66.7%;
  overflow: hidden;
  width: 100%;
}
.ticketHead .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: inherit;
}
.ticketHead .imgWrap.T711 img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
@media (min-width: 640px) {
  .ticketHead .imgWrap.T711 {
    border-right: 1px solid #dedede;
  }
}
.ticketHead .textWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px 0;
  margin-right: 10px;
  color: #525252;
  width: 100%;
}
@media (max-width: 959px) {
  .ticketHead .textWrap {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .ticketHead .textWrap {
    border-top: 1px solid #dedede;
  }
}
.ticketHead .textWrap .prdName {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: auto;
  width: 100%;
}
@media (max-width: 959px) {
  .ticketHead .textWrap .prdName {
    font-size: 15px;
  }
}
.ticketHead .textWrap .div_ticCount {
  margin: 3px 0 10px;
  color: #A9A9A9;
}
.ticketHead .textWrap .div_useTicket {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .ticketHead .textWrap .div_useTicket .span_ticketCount {
    order: 2;
    padding-left: 10px;
  }
}
.ticketHead .textWrap .div_showDetail {
  color: #a9a9a9;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  font-size: 14px;
}
.ticketHead .textWrap .div_showDetail .btn_showDetail {
  cursor: pointer;
}
.ticketHead .textWrap .div_showDetail .btn_showDetail span {
  white-space: nowrap;
  display: inline-block;
}
.ticketHead .textWrap .div_showDetail .btn_showDetail:hover .span_donatedCount, .ticketHead .textWrap .div_showDetail .btn_showDetail:focus .span_donatedCount {
  background: #095f8a;
}
.ticketHead .textWrap .div_showDetail .span_donatedCount {
  font-size: 12px;
  padding: 1px 10px;
  background: #03A9F4;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: all 0.1s linear;
  margin-left: 3px;
}
.ticketHead .textWrap .div_showDetail.d-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 639px) {
  .ticketHead {
    flex-direction: column;
  }
  .ticketHead .imgWrap {
    margin: 0;
    flex: initial;
  }
  .ticketHead .imgWrap > div {
    padding-bottom: 56.25%;
  }
  .ticketHead .textWrap {
    padding: 10px;
    margin: 0;
  }
  .ticketHead .textWrap .prdName {
    font-size: 19px;
  }
  .ticketHead .textWrap .div_ticCount {
    margin: 0px 0 10px;
  }
  .ticketHead .textWrap .div_useTicket {
    flex-direction: column;
    align-items: flex-start;
  }
  .ticketHead .textWrap .div_useTicket .span_ticketCount {
    margin-bottom: 7px;
    color: #a9a9a9;
  }
  .ticketHead .textWrap .div_useTicket .btn {
    width: 100%;
    padding: 7px;
    font-size: 16px;
  }
}
.div_qtyGroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.div_qtyGroup .qtyControl, .div_qtyGroup .txtQty {
  display: inline-block;
  background: #fff;
  text-align: center;
  color: #666;
  border: 1px solid #aaa;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
  transition: all 0.35s;
}
.div_qtyGroup .qtyControl:hover, .div_qtyGroup .qtyControl:focus, .div_qtyGroup .txtQty:hover, .div_qtyGroup .txtQty:focus {
  border: 1px solid #444;
  color: #000;
}
.div_qtyGroup .qtyControl[disabled], .div_qtyGroup .txtQty[disabled] {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  background: #dedede;
  opacity: 0.5;
  box-shadow: none;
}
.div_qtyGroup .txtQty {
  padding: 5px;
  margin: 0 3px;
  font-size: 18px;
  max-width: 210px;
}
.div_qtyGroup .qtyControl {
  cursor: pointer;
  width: 45px;
  font-size: 14px;
}
.div_qtyGroup .qtyControl:hover, .div_qtyGroup .qtyControl:focus {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.eTicketSection.active .ticketHead {
  border-radius: 5px 5px 0 0;
  border-right: 0;
  border-bottom: 0;
  padding: 18px;
  padding-bottom: 5px;
}
.eTicketSection.active .ticketHead .showDetail {
  display: none;
}
.eTicketSection.active .ticketList {
  padding-top: 5px;
}
.eTicketSection .basicTxtStyle {
  outline: 0;
  border: 1px solid #aaa;
  border-radius: 2px;
  transition: all 0.35s;
  width: 100%;
  padding: 7px 10px;
  color: #000;
}
.eTicketSection .basicTxtStyle:hover, .eTicketSection .basicTxtStyle:focus {
  border: 1px solid #444;
}
.eTicketSection .basicTxtStyle[disabled] {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  background: #dedede;
  opacity: 0.5;
  box-shadow: none;
}

/*	以下在 .ticketBody 裡面
--------------------------------------------------------*/
.ticket__divider {
  position: relative;
  height: 20px;
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.ticket__divider .ticket__notch {
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.ticket__divider .ticket__notch:after {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  right: 100%;
  top: -50%;
  border: 10px solid white;
  border-radius: 50%;
  box-shadow: inset 0 1px 4px rgba(10, 10, 10, 0.4);
}
.ticket__divider .ticket__notch.ticket__notch--right {
  left: auto;
  right: -10px;
}
.ticket__divider .ticket__notch.ticket__notch--right:after {
  right: 0;
}
.ticket__divider:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  border-bottom: 2px dashed #e9ebed;
}

.ticketList {
  background: #fff;
  padding: 18px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0px 2px rgba(10, 10, 10, 0.4);
}
.ticketList .desc {
  text-align: center;
  margin-bottom: 10px;
}
.ticketList .desc i {
  color: #0077C8;
}

.ticketListTable {
  margin: 0;
}
.ticketListTable thead {
  background: #eee;
  color: #8c8c8c;
}
.ticketListTable thead th {
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
}
.ticketListTable tbody tr:hover, .ticketListTable tbody tr:active, .ticketListTable tbody tr.active {
  background: #f7f7f7;
}
.ticketListTable .ticname {
  display: block;
}
.ticketListTable .ticnumber {
  color: #a9a9a9;
  font-size: 14px;
}
.ticketListTable .btnVoucher {
  display: inline-block;
  padding: 2px 7px;
  margin: 3px;
  border-radius: 2px;
  font-size: 13px;
  transition: all 0.2s;
}
.ticketListTable .useshortcode {
  color: #a9a9a9;
}
.ticketListTable .useshortcode.hasCode {
  color: #1d1d1d;
  font-weight: 800;
  font-size: 22px;
}

.btn_useshortcode {
  font-size: 19px;
  font-weight: 800;
  padding: 0px 15px;
  background: #FFF;
  border-radius: 2px;
  min-width: 115px;
  text-align: center;
}
.btn_useshortcode[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
}

.ticketsPage .div_ps {
  text-align: left;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 13px;
  padding: 15px 15px 20px;
}
.ticketsPage .div_ps p {
  margin-top: 0;
  margin-bottom: 5px;
}
.ticketsPage .div_ps p:last-of-type {
  margin-bottom: 0;
}

.ticketBody_tabNav .am-nav-tab > li {
  border-bottom: 3px solid #DDD;
}
.ticketBody_tabNav .am-nav-tab > li.am-active {
  border-color: #0077C8;
}
.ticketBody_tabNav .am-nav-tab > li.am-active > a {
  color: #000;
  background-color: #ebebeb;
}
.ticketBody_tabNav .am-tabs-bd {
  border: 0;
}
.ticketBody_tabNav .am-tabs-bd > .am-tab-panel {
  padding: 10px 0px 0px;
}

@media (max-width: 767px) {
  .ticketListTable thead {
    display: none !important;
  }
  .ticketListTable tr {
    margin-bottom: 10px;
  }
  .ticketListTable td {
    border: 0 !important;
  }
  .ticketListTable td.tdTicNo:before {
    display: none !important;
  }
  .ticketListTable td.tdTicExp {
    clear: both;
  }
}
/*	MODAL
--------------------------------------------------------*/
.am-modal {
  color: #555;
}
.am-modal.w400 .am-modal-dialog {
  width: 400px;
  max-width: 90%;
  position: relative;
  margin: 25px 0;
  overflow: initial;
}
.am-modal.w400 .am-modal-dialog .btn_closeModal_float {
  position: absolute;
  right: 5px;
  top: -20px;
  color: #FFF;
  font-size: 12px;
  z-index: 5;
}
.am-modal.w400 .am-modal-footer {
  border-radius: 0 0 2px 2px;
}
.am-modal .prdNm {
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.am-modal .w300 {
  max-width: 300px;
  margin: 0 auto;
}
.am-modal .div_qtyGroup {
  margin: 5px auto;
}

.modal_mainContent .am-alert {
  border-radius: 2px;
}
.modal_mainContent .box {
  color: #444;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.modal_mainContent li {
  padding: 5px 10px;
}
.modal_mainContent li label {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: normal;
}
.modal_mainContent li + li {
  border-top: 1px dotted #ccc;
}
.modal_mainContent li.donateShortCode {
  background: #eee;
  border: 0;
}
.modal_mainContent .modal_showShortCode_barcode_wrap {
  display: inline-block;
  padding-top: 5px;
  background: #FFF;
}
.modal_mainContent label[for=modal_showShortCode_QRcode] {
  color: #000;
}
.modal_mainContent .div_qrcode_wrap {
  background-image: url("img/needWait.png?v=2021");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
}
.modal_mainContent .d-flex {
  display: block;
  /*i{
  	border-top: 1px dotted #ccc;
  }*/
}
.modal_mainContent .d-flex .content {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 7px;
  letter-spacing: 1px;
}
@media (min-width: 641px) {
  .modal_mainContent .d-flex {
    display: flex;
  }
  .modal_mainContent .d-flex li {
    flex: 1;
  }
}

#modal_showShortCode_shortCode, #modal_showShortCode_shortCode_reget {
  font-weight: bold;
}

#modal_showShortCode .am-text-xl, #modal_showShortCode_reget .am-text-xl {
  font-size: 30px;
  letter-spacing: 1px;
}
#modal_showShortCode .div_qrcodeDueDate, #modal_showShortCode_reget .div_qrcodeDueDate {
  display: inline-block;
  font-size: 14px;
  background: #555;
  color: #fff;
  border-radius: 30px;
  padding: 2px 12px;
}

/*矽聯金流辯識*/
.systleadlogo {
  line-height: 36px;
}

/*	贈票
--------------------------------------------------------*/
.ul_socialShare {
  display: flex;
  flex-wrap: wrap;
}
.ul_socialShare > li {
  padding: 0 5px 5px 0;
  border: 0 !important;
}
.ul_socialShare .icon {
  margin-right: 5px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul_socialShare .icon svg {
  vertical-align: middle;
}
.ul_socialShare .icon i {
  font-size: 17px;
}
.ul_socialShare .btn_socialShare {
  padding: 5px 12px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.btn_social_line {
  color: #FFF;
  background: #00c200;
}
.btn_social_line:hover, .btn_social_line:focus {
  color: #FFF;
  background: #008f00;
}

.btn_social_fb {
  color: #FFF;
  background: #1679F0;
}
.btn_social_fb:hover, .btn_social_fb:focus {
  color: #FFF;
  background: #0d61c6;
}

.btn_social_copyLink {
  color: #FFF;
  background: #2196F3;
}
.btn_social_copyLink:hover, .btn_social_copyLink:focus {
  color: #FFF;
  background: #0c7cd5;
}

/*	快速核銷跳窗
--------------------------------------------------------*/
.ul_UserFastCheck li label {
  color: #666;
}

.li_TicName {
  font-size: 23px;
}

.li_UseTicketTime, .li_UseShortCode {
  background: #eee;
}

#div_UserFastCheck .text-xxl {
  font-size: 33px;
  letter-spacing: 1px;
}

.div_mainMsg {
  display: flex;
  align-items: center;
}

.eTickets_StorePage .my-tickets {
  background: #420b0b;
  border-radius: 5px;
  color: #FFF;
}

/*----------------------------------------------------
  票券憑證
----------------------------------------------------*/
.voucher {
  max-width: 1000px;
  margin: 20px 0 25px;
  font-size: 19px;
}

.voucher-inner {
  border: 1px dotted #555;
  overflow: hidden;
}

.ticVouchers, .bookingVouchers {
  /*#showShortCode_barcode :first-child, #showShortCode_barcode :nth-last-child(2){
      display: none;
  }
  #showShortCode_barcode :last-child{
      text-indent: -40px;
  }*/
}
.ticVouchers .div_ticVouchers_mainContent, .bookingVouchers .div_ticVouchers_mainContent {
  padding: 20px;
}
.ticVouchers .title, .bookingVouchers .title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  color: #222;
}
@media (max-width: 350px) {
  .ticVouchers .title, .bookingVouchers .title {
    font-size: 22px;
  }
}
.ticVouchers .row label, .bookingVouchers .row label {
  color: #999;
  margin-right: 5px;
  font-weight: normal;
  font-size: 15px;
}
.ticVouchers .row label + span, .bookingVouchers .row label + span {
  color: #222;
}
.ticVouchers .span_useshortcode, .bookingVouchers .span_useshortcode {
  font-size: 30px;
  line-height: 1;
}
.ticVouchers .div_codes label, .bookingVouchers .div_codes label {
  color: #000;
  display: block;
}
.ticVouchers .div_ps, .bookingVouchers .div_ps {
  text-align: left;
  border-top: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 13px;
  padding: 15px 15px 20px;
}
.ticVouchers .div_ps p, .bookingVouchers .div_ps p {
  margin-top: 0;
  margin-bottom: 3px;
}
.ticVouchers .showShortCode_barcode_wrap, .bookingVouchers .showShortCode_barcode_wrap {
  padding: 0;
  padding-top: 5px;
}
.ticVouchers .div_qrcode_wrap, .bookingVouchers .div_qrcode_wrap {
  background-image: url("img/needWait.png?v=2021");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
}
@media (min-width: 1025px) {
  .ticVouchers .div_qrcode_wrap img, .bookingVouchers .div_qrcode_wrap img {
    width: 170px;
  }
}

/*使用規定*/
.use-rule {
  max-width: 1000px;
  line-height: 1.8;
  /*font-size: 14px;*/
  color: #666;
}
.use-rule .title {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #222;
  background: #eee;
  padding: 2px 15px;
}
.use-rule hr {
  margin-top: 20px;
}

.div_rule .content {
  padding: 0 15px;
}
.div_rule .content ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 5px 10px;
}

/*
@include media("<=768px"){
    .voucher-inner{
        padding: 15px 15px 0;
	}
	.voucher .left h2.title{
		text-align: center;
	}
	.voucher .left {
		float: none;
		width: 100%;
		padding-right: 0;
		border-bottom: 1px dashed #ddd;
		margin-bottom: 15px;
		padding-bottom: 0px;
	}
	.voucher .left .use-info {
		margin-bottom: 5px;
		text-align: center;
	}
	.voucher .right {
		float: none;
		width: 100%;
		padding-top: 5px;
		text-align: center;
	}
	.voucher .ps {
		text-align: left;
		border-top: 1px dashed #ddd;
		background: #f7f7f7;
		padding: 15px 15px 20px;
        margin: 25px -15px 0;
    }
    //一般憑證
    .ticVouchers{
        .left{
            margin-bottom: 0;
        }
        .ps{
            margin-top: 0;
        }
    }
}
@include media("<=350px"){
    //一般憑證
    .ticVouchers{
        .left{
            .use-info{
                text-align: left;
            }
            label{
                display: block;
                margin-top: 10px;
            }
        }
    }
}
//預計使用日 & 票券狀態/核銷碼 位置互換
.ticVouchers{
    .displayFlex{
        display: flex;
        flex-wrap: wrap;
        @include media(">1024px"){
            .noExp{
                order: 2;
                flex: 0 0 50%;
            }
            .trustNO{
                order: 1;
                flex: 0 0 50%;
            }
            .qrcode{
                order: 3;
                flex: 0 0 100%;
            }
        }
    }
}
//QRCode有效時間
#div_qrcodeDueDate{
    display: inline-block;
    font-size: 14px;
	background: #555;
	color: #fff;
	border-radius: 30px;
	padding: 3px 12px;
}
.div_qrcodeDueDateTip{
    display: inline-block;
    font-size: 13px;
	background: #555;
	color: #fff;
	border-radius: 30px;
	padding: 3px 12px;
}
*/
.inputGruop.withIcon {
  display: -moz-flex;
  display: flex;
}
.inputGruop.withIcon input {
  border-radius: 2px 0 0 2px;
}
.inputGruop.withIcon .btn {
  border-radius: 0 2px 2px 0;
}

.eRefundPage .inputGruop {
  max-width: 350px;
}
.eRefundPage .desc {
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 15px 20px;
  color: #666;
  margin-bottom: 1.6rem;
}

.eRefound-table {
  margin: 0;
}
.eRefound-table thead {
  background: #eee;
  color: #8c8c8c;
}
.eRefound-table thead th {
  white-space: nowrap;
}
.eRefound-table tbody tr:hover, .eRefound-table tbody tr:active, .eRefound-table tbody tr.active {
  background: #eee;
}
.eRefound-table tbody tr:hover td, .eRefound-table tbody tr:active td, .eRefound-table tbody tr.active td {
  background: transparent !important;
}
.eRefound-table tbody tr.choose {
  display: table-row;
}

.eRefundFeeSection {
  padding: 20px 15px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.eRefundFeeSection label {
  font-weight: normal;
}
.eRefundFeeSection label + span {
  font-weight: bold;
}
.eRefundFeeSection .refundAmount span {
  font-size: 120%;
  color: #0077C8;
}

.pagination {
  margin: 15px 0;
}
.pagination a {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  margin: 2px;
  color: #333;
  padding: 5px 12px;
  /* border: 1px solid #ddd; */
  background: #f1f1f1;
  border-radius: 2px;
}
.pagination a:hover, .pagination a:focus {
  background-color: #ddd;
}
.pagination a.jp-previous {
  margin-right: 7px;
}
.pagination a.jp-next {
  margin-left: 7px;
}
.pagination a.jp-current {
  cursor: default;
  background: #4d90fe;
  font-weight: bold;
  color: #fff;
}
.pagination a.jp-disabled {
  cursor: default;
  color: #bbb;
}

#divRefund ul li {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding-right: 15px;
}
#divRefund ul li input {
  max-width: 250px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
}
#divRefund ul li input::-webkit-outer-spin-button, #divRefund ul li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 767px) {
  .eRefound-table thead {
    display: none !important;
  }
  .eRefound-table tr {
    margin-bottom: 10px;
  }
  .eRefound-table tr.choose {
    display: block !important;
  }
  .eRefound-table td {
    border: 0 !important;
  }
  .eRefound-table td.tdCheckbox {
    margin-right: 0 !important;
    width: 25px;
    float: left;
  }
  .eRefound-table td.tdCheckbox:before {
    display: none !important;
  }
  .eRefound-table td.tdTicNm {
    width: calc(100% - 40px);
    float: left;
  }
  .eRefound-table td.tdTicNm:before {
    display: none !important;
  }
  .eRefound-table td.tdTicNo {
    clear: both;
  }
}
.eRefundSection {
  margin-bottom: 20px;
}
.eRefundSection table {
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0;
}

.div_enterShortCode {
  background: #0077C8;
  color: #FFF;
  padding: 20px;
  border-radius: 3px;
}

.div_formGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.div_formGroup .div_label {
  flex: 0 0 110px;
  margin-right: 10px;
}
@media (max-width: 399px) {
  .div_formGroup .div_label {
    flex: 1;
  }
}

.div_inputGroup {
  display: flex;
}
.div_inputGroup .txt_ShortCode {
  font-size: 30px;
  padding: 5px 15px;
  color: #000;
  border: 0;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
  max-width: 200px;
  font-weight: bold;
}
.div_inputGroup .txt_ShortCode::-moz-placeholder {
  font-size: 16px;
}
.div_inputGroup .txt_ShortCode::placeholder {
  font-size: 16px;
}
@media (max-width: 399px) {
  .div_inputGroup .txt_ShortCode {
    max-width: 180px;
  }
}
.div_inputGroup .btn_verify {
  border-radius: 0 4px 4px 0;
  background: #343434;
}
.div_inputGroup .btn_verify:hover, .div_inputGroup .btn_verify:focus {
  color: #FFF;
  background: #676767;
}

.div_T711Voucher {
  max-width: 600px;
  margin: 0 auto;
  background: #FFF;
  padding: 15px 20px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.div_pic img {
  max-height: 200px;
}

.div_productInfo {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 10px;
}
@media (max-width: 479px) {
  .div_productInfo {
    display: block;
  }
}
.div_productInfo .div_Title {
  flex: 0 0 80px;
  color: #A9A9A9;
  text-align: right;
  padding-right: 5px;
}
@media (max-width: 479px) {
  .div_productInfo .div_Title {
    text-align: inherit;
  }
}

.page_DealerSaleItem .ul_AstoreList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.page_DealerSaleItem .ul_AstoreList li {
  padding: 5px;
  flex: 0 0 25%;
}
@media (max-width: 1024px) {
  .page_DealerSaleItem .ul_AstoreList li {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 640px) {
  .page_DealerSaleItem .ul_AstoreList li {
    flex: 0 0 50%;
  }
}
.page_DealerSaleItem .ul_AstoreList li .box {
  border: 1px solid #ddd;
  transition: all 0.2s;
  height: 100%;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.page_DealerSaleItem .ul_AstoreList li .box:hover, .page_DealerSaleItem .ul_AstoreList li .box:focus {
  background: #f5f5f5;
  font-weight: bold;
}
.page_DealerSaleItem .ul_AstoreList li .btn_delete {
  padding: 5px 7px;
}
.page_DealerSaleItem .label_checkbox {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.page_DealerSaleItem .label_checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 1px;
}

/*----------------------------------------------------
	個人資料修改頁面
----------------------------------------------------*/
.my-profile {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}
.my-profile label {
  font-weight: bold;
  padding-right: 4px;
}

.profile-form {
  max-width: 600px;
}

.profile-pic .img-wrap {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}

.profile-pic .img-wrap img {
  width: 100%;
}

.profile-pic .pic-desc p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #888;
}

.profile-pic .upload-btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff !important;
}

.my-profile input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.my-profile input[type=radio].css-checkbox + label.css-label {
  padding-left: 21px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.my-profile input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}

.my-profile label.css-label {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_6edd1dfa7df883b191b352933fbf42d9.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.my-profile .am-form-group {
  overflow: hidden;
}
.my-profile .am-form-field {
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 3px;
  transition: all 0.2s;
}
.my-profile .am-form-field:hover, .my-profile .am-form-field:focus {
  border-color: #666;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.my-profile input.am-form-field.am-form-field[disabled], .my-profile input.am-form-field.am-form-field[readonly] {
  background-color: #EFEFEF;
  cursor: default;
  border: none;
  box-shadow: none;
}

/*生日組件*/
.am-input-group.birthday {
  width: 100%;
}

.birthday select {
  border-width: 0 0 1px 0;
  padding: 5px 10px;
}

/*日期組件*/
.am-datepicker-date input.am-form-field.am-form-field[readonly] {
  cursor: default;
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px #ccc solid;
}

.am-datepicker-add-on {
  margin-left: -46px;
  float: left;
  z-index: 10;
  width: auto;
}

.am-datepicker-add-on button {
  background: transparent;
  color: #444;
  box-shadow: none;
}

.am-datepicker-add-on button:hover, .am-datepicker-add-on button:focus, .am-datepicker-add-on button:active, .am-datepicker-add-on button:active:focus {
  background: transparent;
  color: #00A0E9;
  box-shadow: none;
  outline: 0;
}

.am-datepicker-switch {
  position: relative;
}

.am-datepicker-switch:after {
  bottom: 0px;
  content: "(小技巧：點我切換年月) ";
  display: block;
  height: 20px;
  font-size: 14px;
  color: #fff;
  left: 0;
  position: absolute;
  width: 100%;
}

/*表單錯誤訊息*/
.validation-summary-errors {
  font-size: 15px;
  font-weight: bold;
  color: #E91E63;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 25px;
}

.must {
  position: relative;
}

.must:after {
  position: absolute;
  top: 0;
  right: -5px;
  content: "*";
  color: #dd514c;
}

.profileSection .desc {
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 15px 20px;
  color: #666;
  margin-bottom: 1.6rem;
}

@media (max-width: 640px) {
  .my-profile .am-form-label {
    text-align: left;
  }
}
/*  NEW
--------------------------------------------------------*/
.div_porfile {
  font-size: 15px;
}
.div_porfile .am-form-field {
  padding: 10px 15px;
  border-radius: 3px;
  transition: all 0.2s;
  font-size: 15px;
}
.div_porfile .am-form-field:hover, .div_porfile .am-form-field:focus {
  border-color: #666;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.div_porfile .am-form-field[readonly] {
  display: inline-block;
  width: auto;
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}
.div_porfile select.am-form-field {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center;
  padding-right: 25px;
}

/*!
* @author Steven Masala [me@smasala.com]
* Github: https://github.com/smasala/responsive-tables-js
* @license: MIT https://tldrlegal.com/license/mit-license
* Responsive Tables
* @version 1.0.0
*/
table.responsive span[data-type=responsive] {
  display: none;
}

table.responsive td.notitle:before {
  display: none;
}

@media (max-width: 768px) {
  table.responsive span[data-type=responsive] {
    display: inline-block;
    width: 45%;
    color: #a8a8a8;
    vertical-align: top;
    display: none;
  }
  table.responsive td:before {
    display: inline-block;
    content: attr(data-title);
    position: relative;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #a9a9a9;
  }
  table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
    box-sizing: border-box;
    display: block;
  }
  html.ie9 table.responsive, html.ie9 table.responsive thead, html.ie9 table.responsive tbody, html.ie9 table.responsive th, html.ie9 table.responsive td, html.ie9 table.responsive tr {
    float: left;
    clear: both;
    width: 100%;
  }
  table.responsive thead {
    display: none;
  }
  table.responsive tr {
    border: 1px solid #ccc;
    padding: 5px 0;
  }
  table.responsive tr + tr {
    margin-top: 10px;
  }
  table.responsive td {
    border: none !important;
    position: relative;
    padding: 5px 10px !important;
  }
  table.responsive th {
    display: none;
  }
  .am-table-striped > tbody > tr:nth-child(odd) > td, .am-table-striped > tbody > tr:nth-child(odd) > th {
    background: transparent;
  }
}
@media (max-width: 900px) {
  .bookingPageWrap table.responsive span[data-type=responsive] {
    display: inline-block;
    width: 45%;
    color: #a8a8a8;
    vertical-align: top;
    display: none;
  }
  .bookingPageWrap table.responsive td:before {
    display: inline-block;
    content: attr(data-title);
    position: relative;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #a9a9a9;
  }
  .bookingPageWrap table.responsive, .bookingPageWrap table.responsive thead, .bookingPageWrap table.responsive tbody, .bookingPageWrap table.responsive th, .bookingPageWrap table.responsive td, .bookingPageWrap table.responsive tr {
    box-sizing: border-box;
    display: block;
  }
  .bookingPageWrap html.ie9 table.responsive, .bookingPageWrap html.ie9 table.responsive thead, .bookingPageWrap html.ie9 table.responsive tbody, .bookingPageWrap html.ie9 table.responsive th, .bookingPageWrap html.ie9 table.responsive td, .bookingPageWrap html.ie9 table.responsive tr {
    float: left;
    clear: both;
    width: 100%;
  }
  .bookingPageWrap table.responsive thead {
    display: none;
  }
  .bookingPageWrap table.responsive tr {
    border: 1px solid #ccc;
    padding: 5px 0;
  }
  .bookingPageWrap table.responsive tr + tr {
    margin-top: 10px;
  }
  .bookingPageWrap table.responsive td {
    border: none !important;
    position: relative;
    padding: 5px 10px !important;
  }
  .bookingPageWrap table.responsive th {
    display: none;
  }
  .bookingPageWrap .am-table-striped > tbody > tr:nth-child(odd) > td, .bookingPageWrap .am-table-striped > tbody > tr:nth-child(odd) > th {
    background: transparent;
  }
}
.bookingPageWrap #divForm {
  padding: 0;
  border: 0;
}

.table_normalStyle thead th {
  background: #f2f2f2;
  color: #8c8c8c;
  padding: 12px 0.7rem !important;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .table_normalStyle > tbody > tr {
    overflow: hidden;
  }
  .table_normalStyle > tbody > tr span[data-type=responsive] {
    width: 40px;
    color: #999;
  }
}
.table_normalStyle > tbody > tr:hover, .table_normalStyle > tbody > tr:focus {
  background: #f7f7f7;
}
.table_normalStyle > tbody > tr > td {
  padding: 15px 0.7rem;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 900px) {
  .table_normalStyle > tbody > tr > td {
    display: flex;
    padding: 12px 0.7rem;
    text-align: left;
    border-bottom: 0;
    border-top: 1px solid #ddd;
  }
}

#div_ApplStat10 .txtCount {
  border-radius: 2px;
  margin-bottom: 0;
  max-width: 70px;
}
#div_ApplStat10 .txtCount[disabled] {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  cursor: text;
}
@media (max-width: 900px) {
  #div_ApplStat10 .txtCount {
    display: inline-block;
    padding: 8px 10px;
  }
}
#div_ApplStat10 .remove {
  cursor: pointer;
  color: #a9a9a9;
}
#div_ApplStat10 .remove:hover, #div_ApplStat10 .remove:focus {
  color: #444;
}
@media (max-width: 900px) {
  #div_ApplStat10 tfoot {
    display: block;
    width: 100%;
  }
}
#div_ApplStat10 tfoot tr {
  border: none;
  padding: 0;
}
#div_ApplStat10 tfoot label {
  margin: 0;
}

@media (min-width: 901px) {
  #div_ApplStat20 .td_time small {
    display: block;
  }
}
@media (min-width: 901px) {
  #div_ApplStat20 .am-btn {
    margin-bottom: 5px;
  }
}

#div_ApplStat30 tr.EXPIRED {
  opacity: 0.6;
}
@media (min-width: 901px) {
  #div_ApplStat30 .td_ticCount, #div_ApplStat30 .td_ticCancle {
    text-align: center;
  }
}

/*======================
通知中心公版樣式
=======================*/
/*通知中心CSS　完成再存放公版*/
/*會員中心>通知中心列表*/
.Noticecontainer {
  font: 16px/21px "Open Sans", Arial, sans-serif;
  color: #666;
  background-color: white;
  padding: 0 20px;
  border-radius: 5px;
  /* Triangle list item */
}
.Noticecontainer p {
  margin-bottom: 10px;
}
.Noticecontainer .openhide {
  display: none;
}
.Noticecontainer dt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 14px;
  margin-left: 26px;
  cursor: pointer;
  font-weight: normal;
}
.Noticecontainer dt span {
  color: #666;
  font-size: 12px;
}
.Noticecontainer dt:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}
.Noticecontainer dd {
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #F2EEE6;
  position: relative;
}
.Noticecontainer dd:after, .Noticecontainer dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.Noticecontainer dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}
.Noticecontainer dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}

/*上方選單通知顯示*/
.message-bell {
  color: #000;
  display: inline-block;
}

.message-bell-btn {
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
}

.message-bell-btn:hover {
  color: #999;
}

#noticebell > .badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}

.badge, .badge-dot {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  text-align: center;
  background-color: #FF5722;
  color: #fff;
  border-radius: 10px;
  line-height: 16px;
}

.message-bell .badge-dot, .message-bell .badge {
  top: -10px;
  left: -5px;
}

/*展開訊息*/
.message-frame {
  z-index: 99999999;
  position: fixed;
  min-height: 100px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  animation-duration: 0.3s !important;
  box-shadow: 0px 1px 4px #454545;
  color: #555;
  border-radius: 4px;
}

.message-pagination {
  border-top: 1px solid #F2F2F2;
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 30px;
}

.message-none-msg {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #999;
}

.message-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.message-frame-header {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #eee;
}

.message-btn {
  border-radius: 3px;
}

.message-btn-blue {
  color: #ffffff !important;
  background-color: #0077C8;
}

.message-btn-blue:hover {
  color: #ffffff !important;
  background-color: #a9a9a9;
}

.message-btn-header {
  font-size: 12px;
  margin: 5px 5px;
  float: right;
}

.message-content {
  font-size: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

.message-content-list {
  overflow-y: auto;
  overflow-x: hidden;
}

.message-content-list, .message-content-list li {
  width: 100%;
}

.message-content-list li {
  min-height: 30px;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  padding: 5px;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
}

.message-content-list li:hover {
  background-color: #f2f2f2;
}

.message-footer {
  color: #0e9aef;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.message-footer a {
  font-size: 12px !important;
  padding: inherit !important;
}

.message-content-list-item-detail {
  display: inline-block;
}

.message-content-list-item-dot {
  width: 20px;
  text-align: center;
  vertical-align: top;
  height: 100%;
  float: left;
}

.message-content-list-item-content {
  display: inline-block;
}

/*Web通知*/
.webNotiy {
  text-align: center;
}

.max400 {
  max-width: 400px;
}

.bd0 {
  border: 0 !important;
}

.input-inline {
  display: flex;
}
.input-inline .btn {
  white-space: nowrap;
}

.table_thGray thead th {
  background: #F2F2F2;
}

@media (min-width: 769px) {
  .div_md_nowrap {
    overflow: auto;
  }
  .div_md_nowrap th, .div_md_nowrap td {
    white-space: nowrap;
  }
}

.page_MemberCenter {
  max-width: 600px;
  margin: 0 auto;
}

.div_MemberCenter {
  min-height: 55vh;
}
.div_MemberCenter * + h2 {
  margin-top: 30px;
}
.div_MemberCenter > h2 {
  font-weight: 400;
  font-size: 23px;
}
.div_MemberCenter ul {
  display: flex;
  flex-wrap: wrap;
}
.div_MemberCenter ul > li {
  width: 33.33%;
  padding: 2px;
}
@media (min-width: 600px) {
  .div_MemberCenter ul > li {
    width: 25%;
  }
}
.div_MemberCenter ul > li a {
  display: block;
  font-size: 17px;
  padding: 15px 10px 10px;
  text-align: center;
  color: #2c2c2c;
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.div_MemberCenter ul > li a > i {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  color: #a9a9a9;
  width: auto;
  height: 25px;
  line-height: 25px;
}
.div_MemberCenter ul > li a > i.material-icons {
  font-size: 24px;
}
.div_MemberCenter ul > li a:hover, .div_MemberCenter ul > li a:active {
  color: #0077C8;
  background: #f7f7f7;
  border-color: #0077C8;
}
.div_MemberCenter ul > li a:hover > i, .div_MemberCenter ul > li a:active > i {
  color: #0077C8;
}

@media only screen and (min-width: 980px) {
  .left-menu-btn {
    display: none;
  }
}
@media (min-width: 960px) {
  .hide960up {
    display: none;
  }
  .am-offcanvas {
    display: block;
    position: relative;
    background: none;
  }
  .am-offcanvas .am-offcanvas-bar {
    position: static;
    background: none;
    width: auto;
    transform: none;
    overflow: initial;
  }
  .am-offcanvas .am-offcanvas-bar:after {
    display: none;
  }
}
/*	960以下，Head menu收合
--------------------------------------------------------*/
@media (max-width: 959px) {
  .hide960down {
    display: none;
  }
  .utility-nav {
    bottom: 0;
    right: 0px;
  }
  .utility-nav a {
    padding: 3px 14px;
  }
  .utility-nav .cart-fixed {
    display: none;
  }
  #head > .am-container:before, #head > .am-container:after {
    display: none;
  }
  #head .mobileMainNav {
    display: inline-block;
    color: #333;
    font-weight: 400;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
  }
  #head .mobileMainNav i {
    font-size: 23px;
    line-height: 45px;
  }
  #head .mobileMainNav:hover i, #head .mobileMainNav:focus i {
    color: #0077C8;
  }
  .am-sticky-placeholder {
    margin: 0 !important;
  }
  .search-bar-mobile .input-group .am-form-field, .search-bar-mobile .input-group .input-group-btn button {
    height: 50px;
    border-radius: 0;
    border: none;
    border-top: none;
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
  }
  .search-bar-mobile .area-dpdown .styled-select select {
    height: 40px;
  }
  .search-bar-mobile .area-dpdown .styled-select:after {
    line-height: 40px;
  }
  .search-bar-mobile.am-sticky {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
  }
  .am-offcanvas-bar {
    background: #0077C8;
  }
  .am-offcanvas-bar:after {
    display: none;
  }
}
/*	768以下
--------------------------------------------------------*/
@media (max-width: 767px) {
  .hide768down {
    display: none;
  }
}
/* responsive-tables.css
 --------------------------------------------------  */
/*!
* @author Steven Masala [me@smasala.com]
* Github: https://github.com/smasala/responsive-tables-js
* @license: MIT https://tldrlegal.com/license/mit-license
* Responsive Tables
* @version 1.0.0
*/
table.responsive span[data-type=responsive] {
  display: none;
}

@media (max-width: 768px) {
  table.responsive span[data-type=responsive] {
    display: inline-block;
    width: 45%;
    color: #a9a9a9;
    vertical-align: top;
  }
  table.responsive,
  table.responsive thead,
  table.responsive tbody,
  table.responsive th,
  table.responsive td,
  table.responsive tr {
    box-sizing: border-box;
    display: block;
  }
  html.ie9 table.responsive,
  html.ie9 table.responsive thead,
  html.ie9 table.responsive tbody,
  html.ie9 table.responsive th,
  html.ie9 table.responsive td,
  html.ie9 table.responsive tr {
    float: left;
    clear: both;
    width: 100%;
  }
  table.responsive tr {
    border: 1px solid #ddd;
    overflow: hidden;
  }
  table.responsive td {
    border: none;
  }
  table.responsive th {
    display: none;
  }
}
/* responsive-member.css
   不知道為啥變亂碼 =A=
 --------------------------------------------------  */
/*锟斤拷锟斤拷768锟斤拷锟斤拷
--------------------------------------------------------*/
@media (max-width: 768px) {
  /*=======================
     锟揭碉拷票券 锟斤拷锟斤拷锟斤拷式
   =======================*/
  .tickets-table {
    border-bottom: 0;
  }
  table.tickets-table tr {
    border: 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid transparent;
  }
  /*orderRow1*/
  tr.orderRow1 {
    margin-top: 25px;
    margin-bottom: 0 !important;
  }
  tr.orderRow1 td:first-of-type {
    display: none;
  }
  tr.orderRow1 td[colspan="5"] span[data-type=responsive] {
    display: none;
  }
  /*orderRow2*/
  tr.orderRow2 {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd !important;
  }
  tr.orderRow2:hover {
    background-color: rgba(243, 123, 29, 0.115);
    border: 1px solid #444 !important;
  }
  .orderRow2 td {
    padding: 10px 0.7rem 10px !important;
    border-top: 1px dotted #c7c7c7 !important;
  }
  .orderRow2 + .orderRow2 td:first-of-type,
  .orderRow2 + .orderRow2 td.orderName {
    border-top: 0 !important;
  }
  /*checkbox*/
  tr.orderRow2 td:first-of-type {
    float: left;
    width: 40px;
  }
  tr.orderRow2 td:first-of-type span[data-type=responsive] {
    display: none;
  }
  /*checkbox*/
  td.orderCheck {
    float: left;
    width: 40px;
    padding: 0 !important;
  }
  td.orderCheck span[data-type=responsive] {
    display: none;
  }
  /*品锟斤拷*/
  td.orderName {
    float: left;
    width: calc(100% - 40px);
  }
  td.orderName span[data-type=responsive] {
    display: none;
  }
  /*票號*/
  td.orderNo {
    float: left;
    width: 50%;
    word-break: break-all;
  }
  td.orderNo span[data-type=responsive] {
    width: 40px;
  }
  /*锟斤拷效锟斤拷*/
  td.orderExp {
    float: left;
    width: 50%;
  }
  td.orderExp span[data-type=responsive] {
    width: 60px;
  }
  /*锟斤拷锟捷斤拷锟絶*/
  td.orderPrice {
    float: left;
    width: 50%;
  }
  td.orderPrice span[data-type=responsive] {
    width: 40px;
    text-align: left;
  }
  td.orderPrice .price2 {
    display: inline-block;
    float: none;
    text-align: left;
    margin-top: -5px;
  }
  td.orderPrice .price1 {
    display: none;
  }
  /*取锟矫狅拷锟紹*/
  td.orderStatus {
    float: left;
    width: 50%;
    text-align: left;
  }
  td.orderStatus span[data-type=responsive] {
    width: 40px;
    text-align: left;
  }
  td.orderStatus div.status {
    display: inline-block;
    text-align: left;
  }
  table.complete-table tr td span[data-type=responsive] {
    display: inline-block;
  }
  .complete-table tr.orderRow1 td:first-of-type {
    display: block;
  }
  .complete-table tr.orderRow1 td span[data-type=responsive] {
    display: none;
  }
  .complete-table .orderRow2 td {
    float: none !important;
    width: 100% !important;
  }
  .complete-table td.orderExp span[data-type=responsive] {
    width: 80px;
  }
  /*=======================
     使锟矫憑锟紺
   =======================*/
  .voucher-inner {
    padding-bottom: 0;
  }
  .voucher .left {
    float: none;
    width: 100%;
    padding-right: 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .voucher .left .use-info {
    margin-bottom: 5px;
  }
  .voucher .right {
    float: none;
    width: 100%;
    padding-top: 5px;
    text-align: center;
  }
  .voucher .ps {
    text-align: left;
    margin-top: 25px;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    background: #f7f7f7;
    margin-right: -15px;
    margin-left: -15px;
  }
}
/*锟斤拷锟斤拷640锟斤拷锟斤拷 锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷
--------------------------------------------------------*/
@media (max-width: 640px) {
  /*=======================
     锟斤拷锟斤拷锟結锟斤拷锟睫革拷
   =======================*/
  .profile-form .am-form-label {
    padding-left: 1rem;
    margin-bottom: 5px;
  }
  .my-profile .am-form-label {
    text-align: left;
  }
  .D-form p {
    padding: 0 1rem;
  }
  /*=======================
     锟揭碉拷訂锟斤拷
   =======================*/
  .pInfo {
    margin-bottom: 5px;
  }
  .pItem .info-ul li {
    float: none;
    width: 100% !important;
    text-align: left !important;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .pItem li.pTotalCount {
    /*padding-top: 5px;*/
  }
  /*row1*/
  .row1 {
    padding: 10px 15px 8px;
  }
  .row1 span.orderId {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px dotted #c1c4c7;
    padding-bottom: 3px;
  }
  .buyer,
  .orderBuyDate,
  .shipment,
  .totalCount {
    float: left;
    width: 50%;
    margin: 0;
    padding-right: 7px;
  }
  .pItem {
    padding: 8px 15px 0;
  }
  .order-head {
    padding: 0 15px 5px;
    padding-left: 0px;
  }
  .order-head label {
    display: none;
  }
  a.atm-report {
    position: absolute;
    right: 12px;
    bottom: -30px;
    padding: 1px 4px;
    border-radius: 2px;
    background: #238FE8;
    color: #eaf6ff;
    font-size: 13px;
    text-decoration: none;
  }
  a.atm-report:hover {
    background: #006ba0;
    color: #fff;
  }
  span.atm-report {
    position: absolute;
    right: 12px;
    bottom: -30px;
    padding: 1px 4px;
    border-radius: 2px;
    background: #999;
    color: #ffffff;
    font-size: 13px;
  }
  /*已付款*/
  .payment .order-head {
    padding: 0 0 5px;
  }
  .payment .btns a {
    padding-left: 5px;
  }
  .payment .order-help {
    margin: 0;
  }
}/*# sourceMappingURL=all.css.map */