@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&family=Noto+Serif+TC:wght@500;700;900&family=Open+Sans:wght@300;500;700;800&display=swap");
/*@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

body {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.0375em;
  font-family: "Open Sans", "Noto Sans TC", sans-serif;
  background: #f5f5f5;
  line-height: 1.5;
}

h1 {
  font-size: 2.25em;
  color: #124734;
  font-weight: 700;
}

h2 {
  font-size: 1.75em;
  color: #124734;
  font-weight: 700;
}

h3 {
  font-size: 1.5em;
  color: #124734;
  font-weight: 700;
}

h4 {
  font-size: 1.25em;
}

h5, h6 {
  font-size: 1em;
  font-weight: 500;
}

.error {
  color: #d00;
}

img {
  max-width: 100%;
}

a {
  color: #124734;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em auto;
}

button {
  cursor: pointer;
}

button,
input {
  outline: 0;
  border: 0;
  border-radius: 6px;
  background: #f5f5f5;
  border: 1px solid #eee;
  color: #333;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.error {
  border: 1px solid #d00;
}

select {
  outline: 0;
  border: 1px solid #eee;
  border-radius: 6px;
  background: white;
  color: #333;
  padding: 0 1em;
  cursor: pointer;
  height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  min-width: 100%;
  display: inline-block;
  padding: 0.45rem 0 0.45rem 0;
  border: 1px solid #eee;
  background: #f5f5f5 url(../images/icon_arrowSelect_dark.svg) no-repeat right 0.5em center;
  background-size: 16px;
  border-radius: 6px;
}
.select select {
  border-color: transparent;
  background: transparent;
  width: 100%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

.select.error {
  border: 1px solid #d00;
}

.style-input {
  display: inline-block;
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 0.25em;
}
.style-input input[type=checkbox],
.style-input input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.style-input .checkmark {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.style-input .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid transparent;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-input input[type=checkbox]:checked ~ .checkmark:after {
  border-color: #124734;
  display: block;
}
.style-input .radiomark {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.style-input .radiomark:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.style-input .block {
  position: relative;
  display: inline-block;
  border: 1px solid #eee;
  background: #f5f5f5;
  padding: 0.5em 1em;
  border-radius: 6px;
}
.style-input .block img {
  width: 1rem;
  display: inline-block;
  position: relative;
  top: 0.15em;
  margin-right: 0.375em;
}
.style-input .block small {
  position: absolute;
  right: 1em;
  top: 0.75em;
  color: #999;
}
.style-input .block small img {
  vertical-align: middle;
}
.style-input .block.error {
  color: #333;
  border: 1px solid #d00;
}
.style-input input[type=radio]:checked ~ .radiomark {
  border-color: #124734;
}
.style-input input[type=radio]:checked ~ .radiomark:after {
  background: #124734;
  display: block;
}
.style-input input[type=radio]:checked ~ .block {
  border-color: #124734;
}

.style-input a {
  position: relative;
  z-index: 1;
}

.spword {
  font-size: 0.85em;
  color: #999;
}
.spword.error {
  color: #d00;
  border: 0;
}

.sort .select {
  display: inline-block;
  min-width: 7em;
  background: white url(../images/icon_arrowSelect.svg) no-repeat right 0.25em center;
  background-size: 16px;
  border-radius: 2em;
  border: 1px solid #124734;
  padding: 0 1em 0 0;
}
.sort .select select {
  font-size: 0.8em;
  color: #124734;
}

.stock {
  font-size: 0.9em;
  margin-top: 1em;
  color: #124734;
}

.soldout {
  color: white;
  background: #d00;
  padding: 0.5em 1em;
  margin-top: 1em;
  border-radius: 6px;
}

.btn {
  cursor: pointer;
  background: #124734;
  border-radius: 6px;
  border: 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}
.btn img.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  margin-left: 5px;
}

.btn:hover,
.btn:active {
  opacity: 0.9;
}

.btn-liner {
  background: white;
  color: #124734;
  border: 1px solid #124734;
}

.btn-block {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}

.btn-none {
  background: transparent;
  border-color: transparent;
  color: #124734;
}

.btns .btn {
  display: inline-block;
  min-width: 8em;
  margin: 0 0.25em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  background: white;
  margin: 5px;
  width: 8px;
  height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #124734;
}

.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.pd-slider .owl-nav [class*=owl-] {
  top: 41%;
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
  display: block;
  width: 20px;
  height: 20px;
  border-color: #c9caca;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}

.owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  border-color: #c9caca;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg) scale(1);
          transform: rotate(135deg) scale(1);
}

.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.owl-theme .owl-nav button.disabled {
  display: none;
}

.h-small {
  font-size: 0.9rem;
  font-weight: 300;
  color: #999;
}
.h-small b {
  color: #124734;
  font-weight: 500;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 80px;
  background: white;
}
.header .container {
  position: relative;
}
.header .logo {
  position: absolute;
  background: #123f18;
  width: 110px;
  height: 115px;
  border-radius: 0 0 12px 12px;
  text-align: center;
  padding-top: 10px;
}
.header .logo img {
  width: 80px;
}
.header .nav {
  display: block;
  padding-top: 22px;
  padding-left: 160px;
}
.header .nav li {
  display: inline-block;
  position: relative;
  line-height: 36px;
  margin-right: 20px;
  list-style: none;
}
.header .nav a {
  color: #333;
}
.header .nav a:hover {
  color: #124734;
}
.header .nav .sub-open-2,
.header .nav .sub-open {
  position: relative;
  padding-right: 1em;
}
.header .nav .sub-open-2:after,
.header .nav .sub-open:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-color: #c9caca;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.header .nav .sub-open-2:after {
  right: 1em;
}
.header .nav .sub-open-2.active:after,
.header .nav .sub-open.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .nav .nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 0.9em;
  border-radius: 8px;
  background: white;
  padding: 0.75em 0;
  min-width: 12em;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.header .nav .nav-sub a {
  display: block;
  padding: 0 1em;
}
.header .nav .nav-sub a:hover {
  background: #f5f5f5;
}
.header .nav .nav-sub-2 {
  display: none;
}
.header .nav .nav-sub-2 a {
  padding-left: 2em;
  color: #666;
}
.header .nav .nav-sub-2 a:hover {
  color: #124734;
}
.header .function {
  position: absolute;
  right: 25px;
  top: 25px;
}
.header .function .search {
  display: inline-block;
  border: 1px solid #ddd;
  background: white;
  border-radius: 2em;
  margin: 0 0.25em;
  padding: 0 0.5em;
}
.header .function .search input {
  width: 8em;
  padding: 0.25rem 0;
  font-size: 0.9em;
  background: transparent;
  border: 0;
}
.header .function .search button {
  background: transparent;
  padding: 0.25rem 0;
  border: 0;
}
.header .function .search button img {
  width: 1em;
  position: relative;
  top: 1px;
}
.header .function .fc {
  display: inline-block;
  margin: 0 0.25em;
  width: 1em;
  height: 1em;
  background-size: 100%;
}
.header .function .fc span {
  display: none;
}
.header .function .fc-question {
  background-image: url(../images/icon_question.svg);
}
.header .function .fc-user {
  background-image: url(../images/icon_user.svg);
}
.header .function .fc-cart {
  position: relative;
  background-image: url(../images/icon_cart.svg);
}
.header .function .fc-cart span.number {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -1em;
  left: 0.75em;
  line-height: 1.75em;
  width: 1.75em;
  border-radius: 2em;
  color: white;
  font-weight: 500;
  background: red;
  font-size: 12px;
}
.header .function .fc-logout {
  background-image: url(../images/icon_logout.svg);
  margin-left: 1rem;
}

main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  min-height: calc(100vh - 418px);
}

.footer {
  background: #123f18;
  margin-top: 5em;
}
.footer .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 2em;
}
.footer .logo {
  width: 25%;
  color: #fff;
}
.footer .logo img {
  max-width: 150px;
}
.footer .logo .info {
  font-size: 0.9em;
  margin-top: 1rem;
}
.footer .links {
  width: 75%;
}
.footer .links .grid {
  width: 25%;
}
.footer .links .grid h5 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.footer .links .grid ul li {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.8;
}
.footer .links .grid ul a {
  color: #fff;
}
.footer .links .grid ul a:hover {
  color: #000;
}
.footer .social {
  position: absolute;
  right: 15px;
  bottom: 12px;
}
.footer .social a {
  margin: 0 0 0 0.25em;
}
.footer .social img {
  width: 1.25em;
}
.footer .copy {
  width: 100%;
  font-size: 12px;
  line-height: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  color: #fff;
}

.quantity {
  display: inline-block;
  font-size: 0.9rem;
}
.quantity h6 {
  margin-bottom: 0.5em;
}
.quantity button {
  background: none;
  border: 0;
  padding: 0.375em 0;
}
.quantity input {
  width: 3em;
  padding: 0.375em 0;
  text-align: center;
  border: 1px solid #ddd;
}

.spec {
  font-size: 0.9em;
}
.spec h6 {
  margin-bottom: 0.5em;
}
.spec input[type=radio] {
  display: none;
}
.spec .item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0.25em 0.5em;
  background: white;
  border: 1px solid #ddd;
  margin: 0 5px 5px 0;
  border-radius: 6px;
}
.spec .item .check {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #124734;
  border-radius: 50%;
}
.spec .item .check:after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid #124734;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spec input:checked ~ .item {
  color: white;
  background: #124734;
  border-color: #124734;
}

.spec input:checked ~ .item .check {
  display: block;
}

.delete {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_delete.svg);
  background-size: 100%;
}
.delete span {
  display: none;
}

.price b {
  color: #124734;
}
.price em {
  text-decoration: line-through;
  font-size: 0.9em;
  color: #999;
}

.ui-datepicker {
  background: white;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  padding: 0.5em;
  border-radius: 6px;
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 1.75;
  color: #124734;
}

.ui-datepicker-prev {
  display: inline-block;
  width: 1.5em;
  height: 1.75em;
  position: absolute;
  left: 0;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker-prev span {
  display: inline-block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  text-indent: -5000em;
  border-color: #124734;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: -4px 0 0;
}

.ui-datepicker-next {
  display: inline-block;
  width: 1.5em;
  height: 1.75em;
  position: absolute;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker-next span {
  display: inline-block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  text-indent: -5000em;
  border-color: #124734;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -4px 0 0;
}

.ui-datepicker-calendar {
  text-align: center;
}
.ui-datepicker-calendar th {
  font-weight: 500;
  text-align: center;
  width: 2.25em;
  color: #999;
}
.ui-datepicker-calendar td {
  width: 2.25em;
  line-height: 1.75;
  text-align: center;
  padding: 2px;
}
.ui-datepicker-calendar td a {
  display: block;
  font-weight: 500;
  background: #f8eeed;
  border-radius: 3px;
}
.ui-datepicker-calendar td.ui-datepicker-today {
  font-weight: 500;
}
.ui-datepicker-calendar td.ui-datepicker-today a {
  color: #333;
  background: #eee;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable {
  color: #999;
}

.index-slider {
  position: relative;
  margin-bottom: 5em;
}
.index-slider .item img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  margin: 4em auto;
}

.tags {
  font-size: 0.8em;
}
.tags span {
  display: inline-block;
  color: white;
  background: #124734;
  padding: 0.15em 0.75em;
  border-radius: 2em;
  margin-bottom: 0.5em;
}
.tags span.new {
  background: #FF6b00;
}

.pd-title {
  position: relative;
  background-size: auto 90%;
  margin-bottom: 1rem;
}
.pd-title .more {
  display: inline-block;
  color: #999;
  font-family: "Open Sans", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.pd-title .more:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-color: #c9caca;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.event-title {
  position: relative;
  background-size: auto 90%;
  margin-bottom: 1rem;
}

.banner {
  margin: 5em auto;
}
.banner img {
  width: 100%;
}

.pd-box {
  position: relative;
  text-align: center;
}
.pd-box a {
  color: #333;
}
.pd-box .pb-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pd-box h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 1.5em;
}
.pd-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pd-box .pb-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pd-box .pb-img {
  position: relative;
  margin-bottom: 0.5em;
  overflow: hidden;
  border-radius: 8px;
}
.pd-box .pb-img > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.pd-box .pb-img .btn {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  display: block;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  background: #124734;
  margin: 0;
}
.pd-box .pb-img .btn:hover,
.pd-box .pb-img .btn:active {
  background: #124734;
}
.pd-box .pb-img .soldout {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 3;
}
.pd-box .pb-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: block;
}
.pd-box .tags {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 3;
}

.pd-box:hover .pb-img .pb-img-hover {
  z-index: 1;
  opacity: 1;
}
.pd-box:hover .pb-img .btn {
  bottom: 0;
}
.pd-box:hover .pb-img .soldout {
  bottom: 0;
}

.pd-slider {
  margin: 1em auto 3em;
}
.pd-slider .pd-box {
  width: 255px;
}
.pd-slider .pd-box .pb-img > img {
  height: 255px;
}

.event-box {
  background: #123f18;
  border-radius: 8px;
  overflow: hidden;
}
.event-box a {
  color: #fff;
}
.event-box img {
  margin-bottom: 0.5em;
}
.event-box h5 {
  padding: 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 1.5em;
}
.event-box p {
  font-size: 0.9em;
  margin: 0.25em 0 0.5em;
  padding: 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}

.event-slider {
  margin: 1em auto 3em;
}
.event-slider .event-box {
  width: 255px;
}
.event-slider .event-box img {
  width: 100%;
  height: 170px;
}

.crumb {
  margin-top: 4em;
  font-size: 0.9em;
}
.crumb span {
  display: inline-block;
  vertical-align: middle;
}
.crumb img {
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
.crumb a {
  color: #333;
}
.crumb a.current {
  color: #124734;
  font-weight: 500;
}
.crumb .arrow {
  width: 4px;
  height: 4px;
  border-color: #c9caca;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 2px;
  margin: 0 5px;
}

.ctg-banner {
  margin: 1em auto;
}
.ctg-banner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 30vh;
  border-radius: 8px;
}

.pd-list .pd-box {
  width: calc(33.3% - 30px);
  margin: 15px;
}
.pd-list .pd-box .pb-img {
  overflow: hidden;
  border-radius: 8px;
}
.pd-list .pd-box .pb-img > img {
  display: block;
  height: 240px;
}

.ctg .menu {
  width: 25%;
  padding-right: 15px;
}
.ctg .menu a {
  color: #333;
  font-weight: 500;
}
.ctg .menu a:hover,
.ctg .menu a.current {
  color: #124734;
  text-decoration: underline;
}
.ctg .menu li {
  line-height: 40px;
  list-style: none;
}
.ctg .menu .menu-open {
  display: none;
}
.ctg .menu .sub-open {
  position: relative;
}
.ctg .menu .sub-open:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-color: #c9caca;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 1.25em;
  right: 0.5em;
  margin-top: -2px;
}
.ctg .menu .sub-open.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ctg .menu .menu-sub {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ctg .menu .menu-sub a {
  font-weight: 300;
  padding-left: 1em;
  display: block;
}
.ctg .menu .menu-sub.active {
  height: auto;
}
.ctg .content {
  width: 75%;
  padding-left: 15px;
  position: relative;
}
.ctg .content .sort {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.page {
  text-align: center;
  margin: 2em auto;
  font-weight: 500;
}
.page a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2;
  border-radius: 50%;
  color: #333;
}
.page a.current {
  background: white;
  color: #124734;
}
.page .prev span,
.page .next span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -2px;
}
.page .prev span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page .prev.disable span,
.page .next.disable span {
  border-color: #c9caca;
}

.load-more {
  display: none;
  text-align: center;
  margin: 2em auto;
}
.load-more a {
  display: inline-block;
  padding: 0.375em 1em;
  background: white;
  color: #124734;
  border-radius: 6px;
  border: 1px solid #fff;
}
.load-more a:hover {
  border: 1px solid #ddd;
}

.detail-top .dt-img {
  width: 50%;
  padding-right: 15px;
}
.detail-top .dt-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.detail-top .dt-img .big {
  margin-bottom: 15px;
}
.detail-top .dt-img .dti-slider .owl-nav button.owl-prev {
  left: -10px;
}
.detail-top .dt-img .dti-slider .owl-nav button.owl-next {
  right: -10px;
}
.detail-top .dt-img .dti-slider .item {
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.detail-top .dt-img .dti-slider .item img {
  border-radius: 0;
  height: 70px;
}
.detail-top .dt-img .dti-slider .item.active {
  border: 2px solid #124734;
}
.detail-top .dt-content {
  width: 50%;
  padding-left: 15px;
}
.detail-top .dt-content .price {
  font-size: 1.9em;
  display: block;
  margin-bottom: 0.5em;
}
.detail-top .dt-content .price small {
  font-size: 0.8em;
}
.detail-top .dt-content h1 {
  color: #333;
}
.detail-top .dt-content h6 {
  font-weight: 300;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.detail-top .dt-content p {
  margin: 1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 5.5em;
}
.detail-top .dt-content p:before {
  content: "";
  display: block;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
.detail-top .dt-content .tags {
  margin-top: 0.5em;
}
.detail-top .dt-content .quantity {
  margin-top: 0.5rem;
}
.detail-top .dt-content .btns {
  margin-top: 0.5rem;
  margin-left: -0.25em;
}

.buy-more {
  max-width: 1110px;
  margin: 2em auto;
  background: white;
  padding: 15px 0;
  border-radius: 12px;
}
.buy-more .bm-slider {
  padding-left: 10px;
}
.buy-more h4 {
  color: #124734;
  margin-bottom: 1rem;
}
.buy-more h4 small {
  font-weight: 300;
  font-size: 0.8rem;
}
.buy-more .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  width: 255px;
}
.buy-more .item .img {
  width: 100px;
}
.buy-more .item .img img {
  width: 100%;
  height: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.buy-more .item .content {
  width: 155px;
  padding-left: 15px;
}
.buy-more .item .content a {
  color: #333;
}
.buy-more .item .content h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}
.buy-more .item .content .price {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buy-more .item .content .btn {
  font-size: 0.9em;
  background: #124734;
}

.dm-tab {
  width: 18em;
  margin: auto;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  top: 20px;
}
.dm-tab:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.dm-tab a {
  display: block;
  width: 6em;
  float: left;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #e5e5e5;
}
.dm-tab a:last-child {
  border-right: 0;
}
.dm-tab a.active {
  color: white;
  background: #124734;
  font-weight: 500;
}

.dm-content {
  border-radius: 12px;
  background: white;
  padding: 3em 1.5em 1.5em;
}

.account-btns {
  display: inline-block;
}
.account-btns .btn {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding-left: 2.5em;
  margin-top: 0.5em;
  margin-right: 0.25em;
}
.account-btns .btn img.icon {
  width: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.account-btns .btn-line {
  background-color: #06c755;
}
.account-btns .btn-fb {
  background-color: #1877f2;
}
.account-btns .btn-google {
  color: #333;
  background-color: #eee;
}

.login {
  max-width: 540px;
  margin: 5em auto;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.login .login-content {
  padding: 0 2em;
}
.login .login-content .btn {
  width: 100%;
}
.login .account-btns {
  display: block;
  max-width: 360px;
  margin: 3em auto 2em;
}
.login .account-btns .btn {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  padding-left: 1em;
}
.login .account-btns .btn-line-primary {
  font-size: 1.05em;
  padding-top: 0.95em;
  padding-bottom: 0.95em;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 8px rgba(6, 199, 85, 0.35);
          box-shadow: 0 2px 8px rgba(6, 199, 85, 0.35);
}
.login .login-other {
  max-width: 360px;
  margin: 0 auto 2em;
}
.login .login-other summary {
  cursor: pointer;
  text-align: center;
  color: #666;
  margin-bottom: 1.25em;
  list-style: none;
}
.login .login-other summary::-webkit-details-marker {
  display: none;
}
.login .login-other[open] summary {
  margin-bottom: 0.75em;
}

.free-shipping-progress {
  margin: 1em 0 1.25em;
}
.free-shipping-progress .fsp-msg {
  margin: 0 0 0.5em;
  font-size: 0.95em;
}
.free-shipping-progress .fsp-bar {
  height: 8px;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
}
.free-shipping-progress .fsp-bar > span {
  display: block;
  height: 100%;
  background: #124734;
  border-radius: 999px;
}
.free-shipping-progress .fsp-upsell {
  margin-top: 0.85em;
}
.free-shipping-progress .fsp-upsell-title {
  margin: 0 0 0.5em;
  font-size: 0.85em;
  color: #666;
}
.free-shipping-progress .fsp-upsell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.free-shipping-progress .fsp-upsell li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
.free-shipping-progress .fsp-upsell-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.free-shipping-progress .fsp-upsell-link img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.free-shipping-progress .fsp-upsell-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85em;
}
.free-shipping-progress .fsp-add {
  width: auto !important;
  padding: 0.35em 0.75em;
  font-size: 0.8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.free-shipping-progress.is-compact {
  margin: 0.5em 15px 0.75em;
  padding: 0.75em;
  background: #fff;
  border-radius: 8px;
}

.birthday-nudge,
.mobile-verify-nudge {
  margin-top: 1.25em;
  padding: 1em;
  background: #f7f7f7;
  border-radius: 8px;
}
.birthday-nudge p,
.mobile-verify-nudge p {
  margin: 0 0 0.75em;
}
.birthday-nudge.center,
.mobile-verify-nudge.center {
  text-align: center;
}

.login-tab:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.login-tab a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  background: #f5f5f5;
  line-height: 50px;
  color: #333;
}
.login-tab a.active {
  background: white;
  color: #124734;
}

.login-form {
  max-width: 360px;
  margin: 2em auto 3em;
}
.login-form h4 {
  margin-bottom: 1.5rem;
}
.login-form .bottom {
  margin: 1em auto;
  font-size: 0.9em;
}
.login-form .bottom a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
.login-form .word {
  margin: 1.5em 0;
}

.label-block {
  position: relative;
  margin-bottom: 1em;
}
.label-block input {
  width: 100%;
}
.label-block h6 {
  color: #999;
  display: inline-block;
  min-width: 4em;
  font-weight: 300;
  font-size: 0.9em;
}
.label-block h6.lb-title {
  display: block;
  min-width: auto;
  margin-bottom: 0.5em;
}
.label-block .lb-phone .f-25 {
  padding: 0 0.5em 0 0;
}
.label-block .style-input {
  margin-right: 1em;
}
.label-block .btn {
  display: inline-block;
}
.label-block .verify {
  display: inline-block;
  font-size: 0.9em;
  color: #999;
  position: absolute;
  right: 1.5rem;
  top: 2.5rem;
}
.label-block .verify:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_check.svg);
  background-size: 100%;
  margin-right: 0.25em;
  position: relative;
  top: 2px;
}
.label-block .verify.no {
  color: #124734;
}
.label-block .verify.no:before {
  background-image: url(../images/icon_no.svg);
}

.form {
  margin: 1em 0;
}
.form > div {
  padding: 0 0.5em;
  margin-bottom: 1em;
}
.form h6.lb-title {
  color: #999;
  display: block;
  width: 100%;
  min-width: 4em;
  font-weight: 300;
}
.form .f-25 {
  width: 25%;
}
.form .f-33 {
  width: 33.33%;
}
.form .f-50 {
  width: 50%;
}
.form .f-75 {
  width: 75%;
}
.form .f-100 {
  width: 100%;
}
.form .f-100.row {
  padding: 0;
}
.form .f-100.row h6 {
  margin-bottom: 0.5em;
}
.form .f-100.row h6.lb-title {
  padding: 0 0.5em;
}
.form .f-100.row > div {
  padding: 0 0.5em;
  margin-bottom: 1em;
}
.form .text {
  color: #666;
  font-size: 0.9em;
}
.form .f-100.row.inner {
  border: 1px solid #f5f5f5;
  background: #fcfcfc;
  padding: 0.5em;
  border-radius: 10px;
}
.form .f-100.row.inner .btns .btn {
  min-width: auto;
}

.regular-re {
  border-left: 1px solid #ddd;
  padding-left: 1em;
  margin-left: 1em;
}
.regular-re .label-block input {
  width: auto;
  margin: 0 0.25em;
}
.regular-re .label-block input[type=date] {
  width: calc(100% - 7.5em);
}

.font-focus {
  color: #124734;
}

.font-light {
  color: #999;
}

.search-bar {
  background: white;
  border: 1px solid #ddd;
  border-radius: 2em;
}
.search-bar input {
  width: calc(100% - 2.25em);
  background: transparent;
  border: 0;
}
.search-bar button {
  background: transparent;
  border: 0;
  padding: 0.5em 0;
}
.search-bar button img {
  width: 1.25em;
  position: relative;
  top: 2px;
}

.search-result .search-bar {
  display: none;
  margin-bottom: 1.5em;
}

.qa-banner {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-position: center;
}
.qa-banner h1 {
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.qa-banner .search-bar {
  max-width: 720px;
  margin: auto;
}
.qa-banner .search-bar input {
  font-size: 1.25em;
}
.qa-banner .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -60px;
}

.qa-index .item {
  position: relative;
  width: calc(25% - 30px);
  height: 240px;
  margin: 15px;
}
.qa-index .item img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.qa-index .item h1,
.qa-index .item h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.75em;
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.qa-index .big {
  width: calc(50% - 30px);
  height: 300px;
}

.qa-list h3 {
  margin-bottom: 1.5rem;
}
.qa-list li {
  position: relative;
  list-style: none;
  font-weight: 500;
  background: white;
  border-radius: 8px;
  margin-bottom: 1em;
}
.qa-list li a {
  display: block;
  color: #333;
  padding: 0.75em 2em 0.75em 1em;
}
.qa-list li a:after {
  content: "＋";
  position: absolute;
  top: 0.75rem;
  right: 1em;
  font-size: 0.9em;
}
.qa-list li:hover {
  opacity: 0.8;
}
.qa-list li:hover a {
  color: #124734;
}

.article {
  text-align: justify;
}
.article h3 {
  margin-bottom: 2rem;
}
.article h5 {
  margin-top: 1.5rem;
}
.article p,
.article ul,
.article ol {
  margin: 0.5em 0 1em;
}
.article li {
  margin-left: 1.5em;
}
.article a {
  text-decoration: underline;
}

.event-banner {
  margin-bottom: 3em;
}
.event-banner img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-tags {
  text-align: center;
  font-size: 0.9em;
}
.event-tags a {
  display: inline-block;
  border: 1px solid #124734;
  background: white;
  padding: 0.5em 1em;
  border-radius: 2em;
  margin: 0.25em;
}
.event-tags a:hover {
  background: #124734;
  color: white;
  font-weight: 500;
}

.article .event-tags {
  text-align: left;
}

.event-list {
  margin: 2em auto;
}
.event-list .item {
  width: calc(50% - 30px);
  margin: 15px;
  height: 300px;
  position: relative;
}
.event-list .item img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-list .item .inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1em;
}
.event-list .item .date {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.375em 0.75em;
  margin-bottom: 0.5em;
}
.event-list .item h4 {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
.event-list .big {
  width: calc(100% - 30px);
  height: 400px;
}

.back-link {
  font-weight: 500;
}
.back-link a {
  color: #c9caca;
}
.back-link img {
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
.back-link span {
  display: inline-block;
  vertical-align: middle;
}

.total {
  max-width: 400px;
  font-weight: 500;
}
.total dt {
  width: 50%;
  color: #999;
  font-size: 0.9em;
}
.total dd {
  width: 50%;
  text-align: right;
  font-weight: 700;
}

.label-block input {
  margin-bottom: 0.5em;
}

.order .content {
  position: relative;
  width: calc(66.66% - 15px);
  margin-right: 15px;
}
.order .select {
  margin-bottom: 0.5em;
}
.order .side {
  position: relative;
  width: calc(33.33% - 15px);
  margin-left: 15px;
}
.order .side h5 {
  margin: 1em auto 0.25em;
}
.order .grid {
  background-color: white;
  padding: 1em;
  border-radius: 12px;
  margin-bottom: 2em;
  position: relative;
}
.order .grid:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.order .grid .total {
  float: right;
}
.order .grid .order-edit {
  position: absolute;
  top: 1em;
  right: 1em;
  border-bottom: 1px solid currentColor;
}
.order .half {
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 1.5em;
}
.order .half .grid {
  height: 100%;
  margin-bottom: 0;
}
.order .half:nth-child(2n) {
  margin-right: 0;
  margin-left: 15px;
}
.order .back-link {
  margin-bottom: 1.5em;
}
.order .side-bottom {
  margin-bottom: 1.5em;
  text-align: center;
}
.order .side-bottom .btn {
  width: 100%;
  font-size: 1.125em;
}
.order .side-bottom .label-block {
  font-size: 0.9em;
}
.order .side-bottom .back-link {
  margin: 1em auto 0;
}
.order .order-over {
  text-align: center;
  /*background-image: url(../images/bg.png);*/
  background-position: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 3.75em 1em;
}
.order .order-over h3 {
  margin-bottom: 0.5rem;
}
.order .order-over p {
  margin: 0.5em auto;
  font-weight: 500;
}
.order .order-over a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
.order .order-tag {
  display: inline-block;
  color: #999;
  background-color: #f5f5f5;
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.25em 0.75em;
  margin: 0.5em auto;
  border-radius: 6px;
}
.order .order-info {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.order .order-info dt {
  width: 30%;
  font-weight: 500;
}
.order .order-info dd {
  width: 70%;
}
.order .order-info a {
  border-bottom: 1px solid currentColor;
}
.order .address {
  font-size: 0.9em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}
.order .address p {
  margin: 0 0 0.5em;
}
.order .address a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}

.over-top {
  position: relative;
}
.over-top .item {
  width: 50%;
}
.over-top .more {
  text-align: right;
}
.over-top .more .price {
  font-weight: 700;
  font-size: 1.25em;
}
.over-top .more .open-cpd {
  display: inline-block;
  font-size: 0.9em;
  color: #333;
  margin-left: 0.5em;
}
.over-top .more .open-cpd span {
  display: inline-block;
  vertical-align: middle;
}
.over-top .more .open-cpd:before {
  content: "收合";
  display: inline-block;
  vertical-align: middle;
}
.over-top .more .open-cpd:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-color: #c9caca;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.5em;
}
.over-top .more .open-cpd.active:before {
  content: "展開";
}
.over-top .more .open-cpd.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sale-code input[type=text] {
  width: 14em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.sale-code input[disabled] {
  color: #999;
  background: white;
}
.sale-code .spword {
  margin-top: 0.25em;
}

.select-address {
  margin-bottom: 1em;
}
.select-address a {
  border-bottom: 1px solid currentColor;
}

.cart-tab {
  text-align: center;
  margin: 2em auto;
}
.cart-tab a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #c9caca;
  padding-top: 36px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 30px;
}
.cart-tab a:hover {
  cursor: default;
}
.cart-tab .line {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2px;
  border-radius: 1px;
  background: #c9caca;
  margin: 0 5px;
}
.cart-tab .ctt-1 {
  background-image: url(../images/icon_cart_gray.svg);
}
.cart-tab .ctt-1.active {
  color: #124734;
  background-image: url(../images/icon_cart.svg);
}
.cart-tab .ctt-2 {
  background-image: url(../images/icon_money_gray.svg);
}
.cart-tab .ctt-2.active {
  color: #124734;
  background-image: url(../images/icon_money.svg);
}
.cart-tab .ctt-3 {
  background-image: url(../images/icon_ok_gray.svg);
}
.cart-tab .ctt-3.active {
  color: #124734;
  background-image: url(../images/icon_ok.svg);
}

.cpd-main.active {
  display: none;
}

.cpd-top,
.cpd-list {
  font-size: 0.9em;
  display: table;
  width: 100%;
}
.cpd-top .col,
.cpd-list .col {
  width: 15%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.cpd-top .col .col-mb,
.cpd-list .col .col-mb {
  display: none;
  color: #999;
  margin-right: 1em;
}
.cpd-top .col-title,
.cpd-list .col-title {
  width: 40%;
  text-align: left;
  vertical-align: middle;
}

.cpd-list {
  margin-bottom: 1em;
}

.cpd-top {
  margin-bottom: 0.5em;
}

.font-yellow {
  color: #be8c4d;
}

.font-green {
  color: green;
}

.font-red {
  color: red;
}

.font-delete {
  color: #999;
  text-decoration: line-through;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.6em;
  color: white;
  background: #124734;
  font-size: 0.8em;
  border-radius: 2em;
  margin: 2px;
}
.tag.tag-error {
  background: #d00;
}
.tag.tag-regular {
  background: #be8c4d;
}
.tag.tag-plus {
  background: #FF6b00;
}
.tag.tag-gray {
  background: #999;
}

.ct-item {
  position: relative;
  min-height: 100px;
  padding-left: 115px;
  display: table;
}
.ct-item .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.ct-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: inline-block;
}
.ct-item b {
  display: inline-block;
  font-weight: 500;
}
.ct-item em {
  display: inline-block;
  font-size: 0.9em;
}

.radio-selection {
  margin: 1em auto;
}
.radio-selection .style-input {
  display: block;
}
.radio-selection .style-input .radiomark {
  top: 0.75em;
}
.radio-selection .style-input .block {
  width: 100%;
}

.spd-regular,
.cpd-regular {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
  font-size: 0.9em;
}
.spd-regular h5,
.cpd-regular h5 {
  margin-bottom: 0.5em;
}
.spd-regular p,
.cpd-regular p {
  margin: 0.5em auto 1em;
  color: #999;
}

.spd-list {
  display: table;
  width: 100%;
  position: relative;
  min-height: 100px;
  padding-left: 115px;
  padding-right: 1.25em;
  margin-bottom: 1em;
  font-size: 0.9em;
}
.spd-list .inner {
  display: table-cell;
  vertical-align: middle;
}
.spd-list img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: inline-block;
}
.spd-list b {
  display: inline-block;
  font-weight: 500;
}
.spd-list em {
  display: inline-block;
  font-size: 0.9em;
}
.spd-list .delete {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}

.sale-info {
  margin: 0.5em 0 1em;
  font-size: 0.9em;
}
.sale-info p {
  margin: 0 0 0.5em;
}
.sale-info span {
  display: inline-block;
  margin-bottom: 0.25em;
}
.sale-info .si-tag {
  background: #124734;
  color: white;
  font-weight: 500;
  font-size: 0.9em;
  padding: 0.25em 0.75em;
  border-radius: 6px;
  margin-right: 0.5em;
}

.order-tab {
  text-align: center;
}
.order-tab a {
  display: inline-block;
  padding: 0.75em 0;
  background-color: #fcfcfc;
  color: #333;
  font-weight: 500;
  width: 28%;
  max-width: 240px;
  margin: 0 0.25em;
  border-radius: 8px 8px 0 0;
}
.order-tab a.active {
  background-color: #124734;
  color: white;
}

.order-list {
  border-radius: 12px;
  background-color: white;
  padding: 1.5em 0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.olst-top,
.olst-list {
  font-size: 0.9em;
}
.olst-top .olst-row,
.olst-list .olst-row {
  width: 100%;
  position: relative;
}
.olst-top .olst-row:before,
.olst-list .olst-row:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 2em;
}
.olst-top .col,
.olst-list .col {
  padding: 0.75em 0.5em;
  width: 12.5%;
}
.olst-top .col big,
.olst-list .col big {
  font-weight: 700;
}
.olst-top .col .price,
.olst-list .col .price {
  font-weight: 700;
  font-size: 1rem;
}
.olst-top .col a,
.olst-list .col a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  font-size: 0.9em;
}
.olst-top .col .col-mb,
.olst-list .col .col-mb {
  display: none;
}
.olst-top .col .col-icon,
.olst-list .col .col-icon {
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.olst-top .col-title,
.olst-list .col-title {
  width: 25%;
}
.olst-top .col-50,
.olst-list .col-50 {
  width: 50%;
  padding-left: 3em;
}

.olst-top {
  border-bottom: 1px solid #eee;
}

.olst-list:nth-child(even) {
  background-color: #fdf9f9;
}

.olst-tab {
  padding: 0 1em;
  margin: 0 0 1em;
}
.olst-tab .btn {
  min-width: 6em;
  border: 0;
  border-radius: 0;
  background: #eee;
  color: #333;
  margin-right: -0.25em;
}
.olst-tab .btn:first-child {
  border-radius: 6px 0 0 6px;
}
.olst-tab .btn:last-child {
  border-radius: 0 6px 6px 0;
}
.olst-tab .btn.active {
  color: white;
  background: #124734;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup .container {
  position: relative;
}
.popup .popup-box {
  position: relative;
}
.popup .close {
  position: absolute;
  right: 1em;
  top: 15px;
  display: block;
  width: 24px;
  height: 24px;
}
.popup .close:before, .popup .close:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: #124734;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup .close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pop-img .popup-box {
  width: 94%;
  max-width: 480px;
  margin: 5vh auto 0;
}
.pop-img .popup-box img {
  max-height: 90vh;
  border-radius: 0.5em;
}

.pop-cart .popup-box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  width: 100%;
  max-width: 480px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
.pop-cart .popup-box h5 {
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
}
.pop-cart .meat {
  max-height: calc(100vh - 99px - env(safe-area-inset-bottom, 0px));
  overflow: auto;
  background: #f5f5f5;
  padding: 5px 0;
}
.pop-cart .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
  margin: 15px 0;
}
.pop-cart .item .img {
  width: 100px;
}
.pop-cart .item .img img {
  width: 100px;
  height: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.pop-cart .item .content {
  position: relative;
  width: calc(100% - 100px);
  padding: 0 1.5em 0 1em;
}
.pop-cart .item .content h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pop-cart .item .content h6 a {
  color: #333;
}
.pop-cart .item .content .spec {
  font-size: 0.9em;
  margin: 0.5em 0;
}
.pop-cart .item .content .delete {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.pop-cart .btns {
  padding-bottom: env(safe-area-inset-bottom, 20px);
}
.pop-cart .btns .btn {
  width: 100%;
  border-radius: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin: 0;
}

/* 手機版：預留 Safari 底部網址列空間，避免「立即結帳」被擋住 */
@media screen and (max-width: 768px) {
  .pop-cart .meat {
    max-height: calc(100vh - 139px - env(safe-area-inset-bottom, 0px));
  }
  .pop-cart .btns {
    padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
  }
}

.popup-default .popup-box,
.pop-payment .popup-box,
.pop-order .popup-box {
  border-radius: 12px;
  background-color: white;
  width: 96%;
  max-width: 720px;
  margin: 5vh auto 0;
  height: auto;
}
.popup-default .inner,
.pop-payment .inner,
.pop-order .inner {
  padding: 1.5em;
  max-height: 90vh;
  overflow: auto;
}

.pop-address .popup-box {
  border-radius: 12px;
  background-color: white;
  width: 96%;
  max-width: 720px;
  margin: 5vh auto 0;
}
.pop-address .inner {
  padding: 3em 1.5em 1.5em;
  max-height: 90vh;
  overflow: auto;
}

.pop-order-cancel .popup-box {
  border-radius: 12px;
  background-color: white;
  width: 96%;
  max-width: 600px;
  margin: 5vh auto 0;
  height: auto;
}
.pop-order-cancel .inner {
  padding: 1.5em;
  max-height: 90vh;
  overflow: auto;
}
.pop-order-cancel h4 {
  text-align: center;
}
.pop-order-cancel .selection {
  max-width: 80%;
  margin: auto;
}
.pop-order-cancel .selection .label-block {
  margin: 1em auto;
}

.address-list {
  margin-bottom: 1em;
}
.address-list .label-block {
  display: block;
}
.address-list input[type=radio] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.address-list .item {
  display: block;
  position: relative;
  background: #f5f5f5;
  border: 1px solid transparent;
  padding: 1em;
  border-radius: 6px;
  padding-right: 3.5em;
}
.address-list .item small {
  color: #666;
}
.address-list .item .address {
  margin: 0;
}
.address-list .item .address-status {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.75em;
  color: #999;
  font-size: 0.9em;
}
.address-list input[type=radio]:checked ~ .item {
  border: 1px solid #ddd;
}

.pop-pd .popup-box {
  border-radius: 12px;
  background-color: white;
  width: 96%;
  max-width: 480px;
  margin: 5vh auto 0;
  overflow: hidden;
}
.pop-pd .pd-img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-pd .spec,
.pop-pd .quantity {
  margin-top: 0.5em;
}
.pop-pd .btns {
  margin-top: 1em;
}
.pop-pd .inner {
  padding: 1em;
}

.chat h4 {
  color: #124734;
}
.chat .content {
  margin: 1em auto 0;
  border-radius: 12px;
  background-color: white;
  padding: 1em;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.chat .chat-box {
  min-height: 60px;
  position: relative;
  margin: 1em 0;
}
.chat .chat-box .cb-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60px;
}
.chat .chat-box .cb-img img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.chat .chat-box .cb-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-height: 100%;
  width: calc(100% - 60px);
  padding-right: 1em;
  text-align: right;
}
.chat .chat-box .cb-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  padding: 0.5em 1em;
  border-radius: 1em;
  margin-top: 12px;
}
.chat .chat-box .cb-text span img {
  border-radius: 8px;
}
.chat .chat-box .cb-text a {
  border-bottom: 1px solid currentColor;
}
.chat .chat-box .cb-text span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #eee;
  position: absolute;
  right: -8px;
  top: 14px;
}
.chat .system .cb-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.chat .system .cb-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
  padding-left: 1em;
}
.chat .system .cb-text span {
  background: #faecec;
}
.chat .system .cb-text span:before {
  border-left: 0;
  border-right: 10px solid #faecec;
  right: auto;
  left: -8px;
}
.chat .chat-input {
  text-align: center;
  margin: 2em auto 0.5em;
}
.chat .chat-input .upload {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #124734;
  border-radius: 2em;
  border: 1px solid #124734;
  background: white url(../images/icon_file.svg) no-repeat left 0.5em center;
  background-size: 1.125em;
  padding: 0.25em 0.75em 0.25em 2em;
}
.chat .chat-input .upload input[type=file] {
  border: 0;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
  padding: 0;
}
.chat .chat-input .upload b {
  font-weight: 500;
}
.chat .chat-input input[type=text] {
  width: calc(100% - 13em);
  border-radius: 2em;
  display: inline-block;
  vertical-align: middle;
}
.chat .chat-input .btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2em;
  width: 5em;
}

.schedule-box {
  position: relative;
  margin: 1em auto 2em;
}
.schedule-box:after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background: #c9caca;
  position: absolute;
  left: 29px;
  bottom: -2em;
}
.schedule-box .sb-icon {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #c9caca;
  color: #999;
  font-weight: 700;
  letter-spacing: 0;
}
.schedule-box .sb-text {
  color: #666;
  width: calc(100% - 60px);
  display: table;
}
.schedule-box .sb-text .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1em;
}
.schedule-box .sb-text h5 {
  font-weight: 500;
}
.schedule-box .sb-text p {
  font-size: 0.9em;
  margin: 0;
}

.schedule-box:last-child:after {
  display: none;
}

.schedule-box.active .sb-icon {
  border-color: #124734;
  color: #124734;
}
.schedule-box.active .sb-text {
  color: #124734;
}

#card-expiration-date,
#card-ccv,
#card-number {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.loading .loadingio-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

@-webkit-keyframes ldio-9qv7a9qxwvu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ldio-9qv7a9qxwvu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio-9qv7a9qxwvu div {
  left: 47.5px;
  top: 22.5px;
  position: absolute;
  -webkit-animation: ldio-9qv7a9qxwvu linear 1s infinite;
          animation: ldio-9qv7a9qxwvu linear 1s infinite;
  background: #124734;
  width: 5px;
  height: 15px;
  border-radius: 2.5px/3.15px;
  -webkit-transform-origin: 2.5px 27.5px;
          transform-origin: 2.5px 27.5px;
}

.ldio-9qv7a9qxwvu div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -0.9166666667s;
          animation-delay: -0.9166666667s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -0.8333333333s;
          animation-delay: -0.8333333333s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.6666666667s;
          animation-delay: -0.6666666667s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.5833333333s;
          animation-delay: -0.5833333333s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.4166666667s;
          animation-delay: -0.4166666667s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.3333333333s;
          animation-delay: -0.3333333333s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.1666666667s;
          animation-delay: -0.1666666667s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.0833333333s;
          animation-delay: -0.0833333333s;
  background: #124734;
}

.ldio-9qv7a9qxwvu div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #124734;
}

.loadingio-spinner-spinner-1akb58iw3vu {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}

.ldio-9qv7a9qxwvu {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; /* see note above */
}

.ldio-9qv7a9qxwvu div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* generated by https://loading.io/ */
.no-pd {
  padding: 2em 0;
  text-align: center;
}
.no-pd img {
  width: 100%;
  max-width: 500px;
}
.no-pd h4 {
  color: #124734;
  margin-bottom: 1rem;
}

.desc {
  margin: 1em auto;
  font-size: 0.9em;
}

.back-to-top {
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 108px;
  right: 24px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.back-to-top a {
  display: block;
  width: 100%;
  height: 100%;
}
.back-to-top a span {
  display: block;
  width: 2px;
  height: 20px;
  border-radius: 2px;
  background: #124734;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -1px;
}
.back-to-top a span:before, .back-to-top a span:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #124734;
  position: absolute;
  top: 5px;
  left: 0;
}
.back-to-top a span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -10px;
}
.back-to-top a span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.back-to-top.hide {
  display: none;
}

.order .error-404 {
  text-align: center;
  padding: 3em;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.order .error-404 img {
  width: 420px;
  margin-bottom: 1em;
}
.order .error-404 .btns {
  margin-top: 2em;
}

@media screen and (max-width: 1024px) {
  .pd-list .pd-box .pb-img > img {
    height: 213px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 640px;
  }
  main {
    padding-top: 50px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
  .header .container {
    padding: 0;
  }
  .header .logo {
    left: 1em;
    width: 90px;
    height: 95px;
    padding-top: 6px;
  }
  .header .logo img {
    width: 65px;
  }
  .header .nav-open {
    position: absolute;
    right: 1em;
    top: 15px;
    display: block;
    width: 24px;
    height: 20px;
    z-index: 1;
  }
  .header .nav-open:before, .header .nav-open:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: #124734;
    border-radius: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .nav-open:after {
    top: 100%;
    margin-top: -2px;
  }
  .header .nav-open span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    height: 2px;
    width: 100%;
    background: #124734;
    border-radius: 1px;
  }
  .header .nav-open.active:before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: white;
  }
  .header .nav-open.active:after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 0;
    background: white;
  }
  .header .nav-open.active span {
    display: none;
  }
  .header .nav {
    position: absolute;
    top: 100%;
    padding: 0;
    width: 100%;
    display: none;
    background: white;
  }
  .header .nav li {
    display: block;
    margin-right: 0;
    line-height: 50px;
  }
  .header .nav a {
    display: block;
    padding: 0 1em;
  }
  .header .nav .nav-sub {
    display: block;
    position: static;
    min-width: auto;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    background: #f5f5f5;
  }
  .header .nav .nav-sub a {
    padding: 0 1rem 0;
  }
  .header .nav .sub-open-2:after,
.header .nav .sub-open:after {
    right: 1em;
  }
  .header .nav .nav-sub-2 {
    display: block;
  }
  .header .nav .nav-sub-2 a {
    padding-left: 2rem;
  }
  .header .function {
    right: 60px;
    top: 15px;
  }
  .header .function .search {
    display: none;
  }
  .header .hd-popbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header.active {
    height: auto;
  }
  .header.active .container {
    position: relative;
    z-index: 1;
  }
  .header.active .logo {
    position: static;
    width: 100%;
    border-radius: 0;
  }
  .header.active .nav {
    max-height: calc(100vh - 174px);
    overflow: auto;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  }
  .header.active .function {
    position: static;
    text-align: center;
    background: #124734;
    padding-top: 1em;
    padding-bottom: 3.5em;
  }
  .header.active .function .search {
    display: block;
    position: absolute;
    bottom: 1em;
    left: 10vw;
    width: calc(100% - 20vw);
    margin: 0;
  }
  .header.active .function .search input {
    width: calc(100% - 2em);
    border: 0;
    font-size: 1em;
  }
  .header.active .function .fc-question {
    background-image: url(../images/icon_question_white.svg);
  }
  .header.active .function .fc-user {
    background-image: url(../images/icon_user_white.svg);
  }
  .header.active .function .fc-cart {
    background-image: url(../images/icon_cart_white.svg);
  }
  .header.active .function .fc-logout {
    background-image: url(../images/icon_logout_white.svg);
  }
  .header.active .hd-popbg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }
  .footer .logo {
    width: 100%;
    position: relative;
    margin-bottom: 1em;
  }
  .footer .logo img {
    max-width: 80px;
  }
  .footer .logo .info {
    position: absolute;
    top: 2em;
    left: 105px;
    font-size: 0.8em;
  }
  .footer .links {
    width: 100%;
  }
  .footer .links .grid {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .footer .links .grid h5 {
    position: relative;
    margin-bottom: 0;
    padding: 0.5em 0;
  }
  .footer .links .grid h5:after {
    content: "＋";
    display: inline-block;
    text-align: center;
    min-width: 1.5em;
    font-size: 0.8em;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
  }
  .footer .links .grid h5.active:after {
    content: "－";
  }
  .footer .links .grid ul {
    display: none;
    padding-bottom: 0.5em;
  }
  .footer .links .grid:last-child {
    border-bottom: 0;
  }
  .footer .social {
    bottom: auto;
    right: auto;
    top: 3em;
    left: 120px;
  }
  .footer .copy {
    margin-top: 0;
    text-align: center;
  }
  .index-slider .item img {
    height: 45vh;
  }
  .index-slider:after {
    width: 120px;
    height: 106px;
    margin-top: -53px;
    margin-left: -60px;
  }
  .pd-slider .pd-box {
    width: 180px;
  }
  .pd-slider .pd-box .pb-img > img {
    height: 180px;
  }
  .event-slider .event-box {
    width: 180px;
  }
  .event-slider .event-box img {
    width: 180px;
    height: 120px;
  }
  .ctg .menu {
    width: 100%;
    padding-right: 0;
    position: relative;
    margin-bottom: 2em;
  }
  .ctg .menu ul {
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 4;
    border: 1px solid #ddd;
    background: white;
    border-radius: 8px;
    padding: 1em;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .ctg .menu .menu-open {
    display: block;
    line-height: 40px;
    color: #124734;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 1em;
    position: relative;
  }
  .ctg .menu .menu-open span {
    display: inline-block;
  }
  .ctg .menu .menu-open span:after {
    content: "＋";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
  }
  .ctg .menu .menu-open.active span:after {
    content: "－";
  }
  .ctg .content {
    width: 100%;
    padding-left: 0;
  }
  .ctg .content .sort {
    position: static;
    text-align: right;
    margin-bottom: 0.5em;
  }
  .pd-list .pd-box .pb-img > img {
    height: 170px;
  }
  .page {
    display: none;
  }
  .load-more {
    display: block;
  }
  .detail-top .dt-img {
    width: 100%;
    padding-right: 0;
  }
  .detail-top .dt-content {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
  .buy-more {
    max-width: 610px;
  }
  .search-result .menu {
    display: none;
  }
  .search-result .search-bar {
    display: block;
  }
  .qa-banner {
    height: 45vh;
  }
  .qa-banner .search-bar {
    max-width: 480px;
  }
  .qa-index .item {
    width: calc(50% - 30px);
    height: 150px;
  }
  .qa-index .big {
    width: calc(100% - 30px);
    height: 200px;
  }
  .event-banner img {
    height: 45vh;
  }
  .event-list .item {
    height: 200px;
  }
  .event-list .big {
    height: 240px;
  }
  .order .content {
    width: 100%;
    margin-right: 0;
  }
  .order .side {
    width: 100%;
    margin-left: 0;
  }
  .order .half,
.order .half:nth-child(2n) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .order-tab {
    font-size: 0.9em;
  }
  .olst {
    border-top: 1px solid #eee;
  }
  .olst-top {
    display: none;
  }
  .olst-list {
    padding: 0.75em 0;
  }
  .olst-list .col {
    width: 100%;
    padding: 0 1em;
  }
  .olst-list .col .col-mb {
    display: inline-block;
    color: #999;
    margin-right: 0.5em;
    font-size: 0.9em;
  }
  .olst-list .olst-row {
    margin: 1em auto 0;
  }
  .olst-list .olst-row .col {
    padding-left: 3em;
    margin-bottom: 0.5em;
  }
  .total {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5, h6 {
    font-size: 1em;
    font-weight: 500;
  }
  .pd-title .more {
    font-size: 0.9rem;
  }
  .pd-box {
    font-size: 14px;
  }
  .pd-box .tags {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
  }
  .pd-slider {
    margin-right: -15px;
  }
  .pd-slider .pd-box {
    width: 140px;
  }
  .pd-slider .pd-box .pb-img > img {
    height: 140px;
  }
  .event-box {
    font-size: 14px;
  }
  .event-slider {
    margin-right: -15px;
  }
  .event-slider .event-box {
    width: 140px;
  }
  .event-slider .event-box img {
    width: 140px;
    height: 95px;
  }
  .pd-list .pd-box {
    width: calc(50% - 30px);
  }
  .pd-list .pd-box .pb-img > img {
    height: 39vw;
  }
  .buy-more {
    margin-left: 15px;
    margin-right: 15px;
  }
  .login {
    margin-left: 15px;
    margin-right: 15px;
  }
  .form .f-25 {
    width: 50%;
  }
  .form .f-33 {
    width: 100%;
  }
  .form .f-50 {
    width: 100%;
  }
  .form .f-75 {
    width: 100%;
  }
  .label-block .lb-phone .f-25 {
    width: 25%;
  }
  .label-block .lb-phone .f-75 {
    width: 75%;
  }
  .qa-banner .search-bar {
    max-width: 280px;
  }
  .qa-banner .search-bar input {
    font-size: 1em;
  }
  .qa-banner h1 {
    font-size: 1.5em;
  }
  .qa-banner .inner {
    margin-top: -45px;
  }
  .qa-index .item {
    height: 100px;
  }
  .qa-index .item h3 {
    font-size: 1.25em;
  }
  .qa-index .big {
    height: 150px;
  }
  .qa-index .big h1 {
    font-size: 1.75em;
  }
  .event-list .item {
    width: calc(100% - 30px);
    height: 200px;
  }
  .event-list .item h4 {
    font-size: 1em;
  }
  .event-list .item .date {
    font-size: 0.8em;
  }
  .total {
    width: 100%;
    max-width: auto;
  }
  .cpd-top {
    display: none;
  }
  .cpd-list {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
  }
  .cpd-list .col {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 0.25em;
  }
  .cpd-list .col .col-mb {
    display: inline-block;
  }
  .cpd-list .col-title {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
    padding-right: 1.5em;
  }
  .cpd-list .delete {
    position: absolute;
    right: 0;
    top: 42px;
  }
  .order-list {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mb-block {
    display: block;
  }
  .chat .chat-input .upload {
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    background-position: center;
  }
  .chat .chat-input .upload b {
    display: none;
  }
  .chat .chat-input input[type=text] {
    width: calc(100% - 8.2em);
  }
  .schedule-box .sb-text {
    font-size: 0.9em;
  }
  .pop-pd .pd-img {
    height: 240px;
  }
  .back-to-top {
    right: 24px;
  }
}

.line-container {
  display: flex;
  align-items: center; /* 垂直居中 */
}

.dm-content {
	font-size: 10pt;
	font-weight: 500;
}
.dm-content h1 {
	font-size: 24pt;
	color: #144734;
}
.dm-content h2 {
	font-size: 18pt;
	color: #3aae2a;
}
.dm-content h3 {
	font-size: 14pt;
	color: #3aae2a;
}
.dm-content h4 {
	font-size: 12pt;
	color: #000000;
}
.dm-content h5 {
	font-size: 10pt;
	color: #3aae2a;
	font-weight: 500;
}
.dm-content h6 {
	font-size: 12pt;
	color: #3aae2a;
	font-weight: 500;
}

.article {
	font-size: 10pt;
	font-weight: 500;
}
.article h1 {
	font-size: 24pt;
	color: #144734;
}
.article h2 {
	font-size: 18pt;
	color: #3aae2a;
}
.article h3 {
	font-size: 14pt;
	color: #3aae2a;
}
.article h4 {
	font-size: 12pt;
	color: #000000;
}
.article h5 {
	font-size: 10pt;
	color: #3aae2a;
	font-weight: 500;
}
.article h6 {
	font-size: 12pt;
	color: #3aae2a;
	font-weight: 500;
}
