@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Noto+Serif+SC:500|Roboto");
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
 * ========================================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
 * ==========================================================================
 */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
 * ==========================================================================
 */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template, [hidden] {
  display: none;
}

/* Hidden
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
  */
.l-wrap {
  margin: auto;
}

@media (min-width: 768px) {
  .container,
  .container-fluid {
    height: 100%;
  }
}

.container {
  margin: 0 1.25rem;
}

@media (min-width: 768px) {
  .container {
    height: 100%;
    margin: 0 2.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    margin: 0 3.75rem;
  }
}

/* Setup… */
/* Items… */
.col-1 {
  width: 25%;
  float: left;
  margin-right: 0;
}

.col-2 {
  width: 50%;
  float: left;
  margin-right: 0;
}

.col-3 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-4 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-5 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-6 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-7 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-8 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-9 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-10 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-11 {
  width: 100%;
  float: left;
  margin-right: 0;
}

.col-12 {
  width: 100%;
  float: left;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .col-1 {
    width: 8.33333%;
    float: left;
    margin-right: 0;
  }
  .col-2 {
    width: 16.66667%;
    float: left;
    margin-right: 0;
  }
  .col-3 {
    width: 25%;
    float: left;
    margin-right: 0;
  }
  .col-4 {
    width: 33.33333%;
    float: left;
    margin-right: 0;
  }
  .col-5 {
    width: 41.66667%;
    float: left;
    margin-right: 0;
  }
  .col-6 {
    width: 50%;
    float: left;
    margin-right: 0;
  }
  .col-7 {
    width: 58.33333%;
    float: left;
    margin-right: 0;
  }
  .col-8 {
    width: 66.66667%;
    float: left;
    margin-right: 0;
  }
  .col-9 {
    width: 75%;
    float: left;
    margin-right: 0;
  }
  .col-10 {
    width: 83.33333%;
    float: left;
    margin-right: 0;
  }
  .col-11 {
    width: 91.66667%;
    float: left;
    margin-right: 0;
  }
  .col-12 {
    width: 100%;
    float: left;
    margin-right: 0;
  }
}

/* Float */
.row__col {
  float: left;
}

.row__col:last-child {
  margin-right: 0;
}

.row:after {
  clear: both;
  content: ' ';
  display: table;
}

@media (min-width: 1024px) {
  .row {
    margin-left: -.5em;
    margin-right: -.5em;
  }
  .row__col {
    padding-left: .5em;
    padding-right: .5em;
  }
}

/* clearfix 清除浮動 */
.clear,
.clearfix {
  zoom: 1;
}

.clear:after,
.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clear:after, .clear:before,
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.25rem;
  background: #fcfcfc;
  color: #645d56;
  font-family: "Poppins", "Microsoft JhengHei", "cwTeXHei", sans-serif;
  letter-spacing: .8px;
  height: auto;
  position: relative;
}

a {
  color: #424242;
  text-decoration: none;
  background-color: transparent;
}

p {
  margin-bottom: 1rem;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 2rem;
}

label,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="search"],
select,
textarea {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Poppins", "Microsoft JhengHei", "cwTeXHei", sans-serif;
}

.is-highlight {
  color: #e1a229;
}

.is-success {
  color: #08c1b2;
}

.is-warning {
  color: #ffbb75;
}

.is-danger {
  color: #e17487;
}

.is-info {
  color: #382d20;
}

label.error {
  font-size: 0.85rem;
  line-height: 1.25rem;
  color: #ffbb75 !important;
  margin: 0;
  padding: 3px 5px;
  line-height: 1;
}

.is-circle {
  border-radius: 50%;
}

.is-middle {
  font-size: 0;
}

.is-middle:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.is-middle__inner {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}

.hidden-text {
  color: #fcfcfc;
  opacity: 0;
}

.icon-title img {
  vertical-align: middle;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #2A2A2A;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-justfy {
  text-align: justify;
}

.align-justfy:after {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.m-article {
  margin: auto;
}

.m-article__header {
  margin: 2rem 0 1rem;
  position: relative;
}

.m-article__header .a2a_kit {
  float: right;
}

.m-article__header .a2a_kit .a2a_label {
  display: none;
}

.m-article__header-title {
  font-size: 1.333rem;
  line-height: 2.5rem;
  padding: 0.5rem 0 1rem;
  color: #000;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-family: 'cwtexming';
}

.m-article__title {
  margin: 0.5rem auto;
  font-weight: bold;
  padding-left: 1rem;
  position: relative;
}

.m-article__title:before {
  background-color: #e1a229;
  border: 3px solid #e1a229;
  border-radius: 3px;
  content: '';
  display: block;
  height: 77%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 0px;
}

.m-article__editor {
  font-size: 1em;
  padding: 1rem 0 2rem;
  border-radius: 5px;
  line-height: 1.467em;
}

.m-article__editor .m-img {
  margin-bottom: 1rem;
}

.m-article__editor img {
  max-width: 100%;
  margin: 0.5rem;
}

.m-article__footer {
  margin: 3rem 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .m-article__header {
    margin-bottom: 3rem auto 2rem;
  }
  .m-article__header-title {
    font-size: 2em;
  }
}

@media (min-width: 1200px) {
  .m-article {
    padding: 0 2rem;
  }
  .m-article__header-title {
    font-size: 1.778rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
  }
  .m-article__editor {
    font-size: 1.2em;
  }
}

.m-btn {
  font-size: 0.85rem;
  line-height: 1.25rem;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  padding: .6em 2.4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 1px;
}

.m-btn.is-disabled, .m-btn:disabled {
  opacity: 0.65;
}

.m-btn--primary {
  color: #fff;
  background-color: #d69241;
  border-color: #d69241;
}

.m-btn--primary:hover {
  background-color: #d1862d;
  border-color: #d1862d;
}

.m-btn-outline--primary {
  color: #d69241;
  background-color: transparent;
  border-color: #d69241;
}

.m-btn-outline--primary:hover {
  color: #fff;
  background-color: #d69241;
}

.m-btn--secondary {
  color: #fff;
  background-color: #4b3e31;
  border-color: #4b3e31;
}

.m-btn--secondary:hover {
  background-color: #3c3127;
  border-color: #3c3127;
}

.m-btn-outline--secondary {
  color: #4b3e31;
  background-color: transparent;
  border-color: #4b3e31;
}

.m-btn-outline--secondary:hover {
  color: #fff;
  background-color: #4b3e31;
}

.m-btn--disable {
  color: #D8D8D8;
  background-color: #757474;
  border-color: #757474;
}

.m-btn--disable:hover {
  background-color: #686767;
  border-color: #686767;
}

.m-btn-outline--disable {
  color: #757474;
  background-color: transparent;
  border-color: #757474;
}

.m-btn-outline--disable:hover {
  color: #D8D8D8;
  background-color: #757474;
}

.m-btn--success {
  color: #fff;
  background-color: #209ee7;
  border-color: #209ee7;
}

.m-btn--success:hover {
  background-color: #1790d6;
  border-color: #1790d6;
}

.m-btn-outline--success {
  color: #209ee7;
  background-color: transparent;
  border-color: #209ee7;
}

.m-btn-outline--success:hover {
  color: #fff;
  background-color: #209ee7;
}

.m-btn--danger {
  color: #fff;
  background-color: #f72f63;
  border-color: #f72f63;
}

.m-btn--danger:hover {
  background-color: #f61651;
  border-color: #f61651;
}

.m-btn-outline--danger {
  color: #f72f63;
  background-color: transparent;
  border-color: #f72f63;
}

.m-btn-outline--danger:hover {
  color: #fff;
  background-color: #f72f63;
}

.m-btn--link {
  color: #424242;
  background-color: transparent;
  border-color: transparent;
}

.m-btn--link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.m-btn-outline--link {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.m-btn-outline--link:hover {
  color: #424242;
  background-color: transparent;
}

.m-btn--block {
  display: block;
  width: 100%;
}

.m-btn--sm {
  font-size: 0.65rem;
  line-height: 1.25rem;
  padding: .5em .8em;
}

a.m-btn.is-disabled,
fieldset:disabled a.m-btn {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .m-btn {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .m-btn--sm {
    font-size: 0.85rem;
    line-height: 1.25rem;
  }
}

.m-card {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 1.25rem;
  display: block;
}

.m-card__title {
  margin-bottom: 1.25rem;
}

.m-card__body {
  padding: 1.25rem;
}

.m-card-title {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}

.m-card-text {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  color: #a4a4a4;
}

@media (min-width: 768px) {
  .m-card__body {
    padding: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .m-card {
    margin-bottom: 2.5rem;
  }
  .m-card__body {
    padding: 2.5rem;
  }
  .m-card-title {
    font-size: 1.333rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
  .m-card-text {
    margin-bottom: 1.25rem;
  }
}

.ui-datepicker {
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #ccc;
  overflow: hidden;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #b0aead;
  background: #424242;
  margin-bottom: 10px;
}

.ui-datepicker-month, .ui-datepicker-year {
  display: inline-block;
  width: auto;
  padding: 0 0.6em;
  line-height: 2em;
  height: 2em;
}

.ui-datepicker-prev, .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  cursor: pointer;
  overflow: hidden;
  margin-top: .9em;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: -45px 0 0 5px;
}

.ui-datepicker-prev:after:hover, .ui-datepicker-next:after:hover {
  border-color: #5ed1cc;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 1em;
}

.ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ui-datepicker-next {
  float: right;
  margin-right: 1em;
}

.ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #ae7e7a;
  margin-bottom: 5px;
  font-size: 13px;
}

.ui-datepicker-calendar tbody td {
  border: 1px solid #ccc;
}

.ui-datepicker-calendar .ui-datepicker-today {
  background-color: #000;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 16px;
}

.ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}

.ui-state-highlight {
  color: #fff;
}

.ui-state-active {
  background-color: #eee;
  color: #5ED1CC;
}

.m-form {
  margin: 0;
}

.m-form fieldset {
  border: none;
  padding: 0;
}

.m-form--inline .m-form__group {
  display: inline-block;
  margin: 0 0.5rem 0.5rem;
  vertical-align: top;
}

.m-form--inline .m-form__group:first-child {
  margin-left: 0;
}

.m-form--inline > label {
  padding-top: .3em;
  padding-bottom: .3em;
}

.m-form--border-none .m-form__group {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: -1px;
}

.m-form--border-none input[type="text"],
.m-form--border-none input[type="password"],
.m-form--border-none input[type="email"],
.m-form--border-none input[type="file"],
.m-form--border-none select,
.m-form--border-none textarea {
  border: none;
}

.m-form__group {
  position: relative;
  margin-bottom: 1rem;
}

.m-form__group.captcha label {
  display: block;
}

.m-form__group.captcha input[type="text"], .m-form__group.captcha img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.m-form__group.captcha input[type="text"] {
  width: 120px;
}

.m-form-control {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4c4c;
  display: block;
  outline: 0;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}

.m-form-control:focus {
  border-color: #d69241;
}

.m-form-control--file {
  display: block;
  width: 100%;
}

.m-form-control--plaintext {
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  padding-top: .6em;
  padding-bottom: .6em;
  margin-bottom: 0;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  font-weight: 800;
  border-bottom: 1px solid #ddd;
}

.m-form-icon {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: 1em;
  right: 2rem;
}

label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.5rem;
  color: #4c4c4c;
  font-size: .9em;
}

label.m-label-col {
  padding-top: .7em;
  padding-bottom: .7em;
  margin-bottom: 0;
}

.help-block {
  color: #e1a229;
  margin-bottom: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-transform: none !important;
}

.select-wrapper:before {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.4em;
  color: #666;
  text-align: center;
}

.select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5em;
}

.select-wrapper select::-ms-expand {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: block;
  margin-right: -2rem;
  opacity: 0;
  width: 1.2rem;
  height: 0;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: .5rem 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding-left: 1.7rem;
  padding-right: 0.75rem;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ddd;
  content: '';
  display: inline-block;
  height: 1.2rem;
  left: 0;
  line-height: 1.2rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.2rem;
  background-color: #fff;
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  color: #d69241;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #d69241;
  border-color: #d69241;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"] + label:before {
  border-radius: 5px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8b8b8b !important;
  opacity: .5;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #8b8b8b !important;
  opacity: .5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8b8b8b !important;
  opacity: .5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8b8b8b !important;
  opacity: .5;
}

.m-list--none, .m-list--inline {
  list-style: none;
  padding-left: 0;
}

.m-list--inline li {
  display: inline-block;
}

.m-img, .m-img img {
  display: block;
}

.m-img.left, .m-img.right {
  width: 40%;
}

.m-img.left {
  margin-right: 5%;
  float: left;
}

.m-img.right {
  margin-left: 5%;
  float: right;
}

.m-img.fit img, .m-img.left img, .m-img.right img {
  width: 100%;
}

.m-img--box {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 1em;
}

.m-img--box img {
  width: 100%;
}

.m-media {
  margin-bottom: 1.25rem;
}

.m-media__img {
  width: 50%;
  float: left;
  margin-right: 0;
  height: 100%;
}

.m-media__img img {
  width: 100%;
}

.m-media__major {
  margin-bottom: 1.25rem;
  position: relative;
}

.m-media__major h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0;
  color: #000;
}

.m-media > p,
.m-media > ul {
  margin-bottom: 0;
}

.m-media > p + p {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .m-media {
    overflow: hidden;
  }
  .m-media__img {
    width: 25%;
    float: left;
    margin-right: 0;
  }
  .m-media__img + .m-media__body {
    padding-left: 25%;
  }
  .m-media__major h4 {
    font-size: 1.333rem;
    line-height: 2.5rem;
  }
  .m-media .left {
    padding-left: 0 !important;
  }
  .m-media .right {
    padding-right: 0 !important;
  }
}

@media (min-width: 1024px) {
  .m-media__img {
    width: 16.66667%;
    float: left;
    margin-right: 0;
  }
}

.m-modal {
  border-radius: 5px;
}

.m-modal-img {
  margin-bottom: 1.25rem;
}

.m-modal-title {
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1.2;
  color: #000;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 1.25rem;
}

.m-modal-text {
  font-size: 0.85rem;
  line-height: 1.25rem;
  line-height: 1.8;
}

.m-modal-text p:last-child {
  margin-bottom: 0;
}

.mfp-content {
  padding: 1.25rem;
}

.white-popup-block {
  background: #fff;
  padding: 2.5rem 1.25rem;
  text-align: left;
  max-width: 650px;
  margin: auto;
  position: relative;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 768px) {
  .white-popup-block {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .m-modal-title {
    font-size: 1.333rem;
    line-height: 2.5rem;
  }
  .m-modal-text {
    font-size: 1rem;
  }
}

.m-pagination {
  margin: 1rem 0;
}

.m-pagination .pager {
  font-size: 0.65rem;
  line-height: 1.25rem;
  background-color: #f2f2f2;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: .1em;
  padding: 0.3125rem;
  width: 30px;
  margin: 0 1px;
}

.m-pagination .pager.is-disabled {
  display: none;
}

.m-pagination .pager-number {
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.m-pagination .pager-number.is-active, .m-pagination .pager-number:hover {
  background-color: #eaeaea;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .m-pagination .pager {
    font-size: 0.85rem;
    line-height: 1.25rem;
    padding: 1.25rem;
    width: 60px;
  }
}

.m-table {
  margin-bottom: 1.25rem;
  width: 100%;
  border-collapse: collapse;
}

.m-table th {
  padding: 1.25rem;
  padding-left: .75em;
  padding-right: .75em;
  color: #1c1c1c;
  text-align: left;
}

.m-table tbody tr, .m-table tbody td {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.m-table tbody tr {
  border-left: 0;
  border-right: 0;
  border-top: solid 1px #ddd;
}

.m-table tbody tr td {
  padding: 0.625rem;
  border: solid 1px #ddd;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.m-table tbody tr td:last-child {
  border-right-width: 1px;
}

.m-table tbody tr td:first-child {
  border-left-width: 1px;
}

.m-table tfoot td {
  padding: 0.625rem;
}

.m-table--bordered thead tr {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

.m-table--bordered tbody tr {
  border-left: 0;
  border-right: 0;
  border-top: solid 1px #ddd;
}

.m-table--bordered tbody tr td {
  border: solid 1px #ddd;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: dotted;
}

.m-table--bordered tbody tr td:last-child {
  border-right-style: solid;
}

@media screen and (max-width: 1023px) {
  .m-table {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
  }
}

@media (min-width: 1024px) {
  .m-table-wrap {
    padding: 1.25rem 2.5rem;
  }
}

.m-title {
  font-size: 1.333rem;
  line-height: 2.5rem;
  color: #382d20;
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 1.25rem;
}

.m-title small {
  display: block;
  margin-top: .6em;
  font-size: .6em;
}

.m-title-sub {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #4c4c4c;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .m-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-index .p-product__tabs li {
  width: 50%;
  float: left;
  margin-right: 0;
}

.page-index .p-product__list ul:first-child li {
  width: 100%;
}

.page-index .p-product__list ul:first-child li .m-card__img {
  width: 50%;
  float: right;
}

.page-index .p-product__list ul:first-child li .m-card__body {
  width: 50%;
  float: left;
  margin-right: 0;
}

.p-product__list li {
  width: 50%;
  float: left;
  margin-right: 0;
  padding: 0 0.625rem;
}

@media (min-width: 768px) {
  .l-header .logo {
    padding-left: 0;
    padding-right: 20px;
  }
  .i-news__img {
    width: 50%;
    float: left;
    margin-right: 0;
    margin-right: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .page-index .p-product__tabs li {
    width: 16.66667%;
    float: left;
    margin-right: 0;
  }
  .page-index .p-product__list li {
    width: 25%;
    float: left;
    margin-right: 0;
    padding: 0 0.625rem;
  }
  .page-index .p-product__list ul:first-child li {
    width: 50%;
    float: left;
    margin-right: 0;
  }
  .page-product .p-product__list li {
    width: 33.33333%;
    float: left;
    margin-right: 0;
  }
  .p-product-photo {
    width: 58.33333%;
    float: left;
    margin-right: 0;
  }
  .p-product-content {
    width: 41.66667%;
    float: left;
    margin-right: 0;
  }
  .i-about__img {
    width: 50%;
    float: left;
    margin-right: 0;
  }
  .i-about__body {
    width: 91.66667%;
    float: right;
  }
  .p-cart-paystyle {
    width: 33.33333%;
    float: left;
    margin-right: 0;
  }
  .p-cart-info {
    width: 58.33333%;
    float: left;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .l-header .logo {
    width: 25%;
    float: left;
    margin-right: 0;
  }
  .l-menu {
    width: 66.66667%;
    float: right;
  }
  .l-menu-list li {
    width: 25%;
    float: left;
    margin-right: 0;
  }
  .l-menu-shop {
    width: 25%;
    float: right;
  }
  .i-about__img {
    width: 58.33333%;
    float: left;
    margin-right: 0;
  }
  .i-about__body {
    width: 83.33333%;
    float: right;
  }
  .page-index .p-product__list li {
    padding: 0 1.25rem;
  }
  .page-product .p-product__menu {
    width: 25%;
    float: left;
    margin-right: 0;
  }
  .page-product .p-product__list, .page-product .p-product__unit {
    width: 75%;
    float: left;
    margin-right: 0;
  }
  .page-product .p-product__list li {
    width: 33.33333%;
    float: left;
    margin-right: 0;
    padding: 0 1.25rem;
  }
  .i-company-info {
    width: 33.33333%;
    float: left;
    margin-right: 0;
  }
  .i-contact-name {
    width: 25%;
    float: left;
    margin-right: 0;
  }
  .i-contact-email {
    width: 75%;
    float: left;
    margin-right: 0;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .i-news__img {
    margin: 0;
  }
  .i-news__body {
    width: 50%;
    float: left;
    margin-right: 0;
  }
  .page-product .p-product__menu {
    width: 16.66667%;
    float: left;
    margin-right: 0;
  }
  .page-product .p-product__list, .page-product .p-product__unit {
    width: 83.33333%;
    float: left;
    margin-right: 0;
  }
  .page-product .p-product__list li {
    width: 33.33333%;
    float: left;
    margin-right: 0;
  }
  .p-product-photo {
    width: 66.66667%;
    float: left;
    margin-right: 0;
  }
  .p-product-photo--nav {
    width: 18.18182%;
    float: left;
    margin-right: 0;
  }
  .p-product-photo--for {
    width: 81.81818%;
    float: right;
  }
  .p-product-content {
    width: 33.33333%;
    float: left;
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .page-product .p-product__list li {
    width: 25%;
    float: left;
    margin-right: 0;
  }
}

.logo {
  line-height: 1;
  font-size: 100%;
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  z-index: 10;
}

.logo img {
  margin: auto;
  max-width: 110px;
}

.l-header {
  right: 0;
  z-index: 7;
}

.l-header .container {
  padding: 1.25rem 0 3.125rem;
}

.l-header .m-dropdown-toggle {
  color: #fff;
}

.l-header .m-dropdown-toggle img, .l-header .m-dropdown-toggle span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3125rem;
}

@media screen and (max-width: 1023px) {
  .page-product .l-header .container {
    padding: 1.25rem 0;
  }
}

@media (min-width: 768px) {
  .logo img {
    max-width: 220px;
  }
}

@media screen and (max-width: 1023px) {
  body.l-sidebar-off {
    overflow: auto;
  }
  body.l-sidebar-off.active {
    overflow: hidden;
  }
  body.l-sidebar-off.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: .8s;
    transition: .8s;
    visibility: visible;
    opacity: 1;
    z-index: 12;
  }
  body.l-sidebar-off.active .l-menu {
    left: 0;
    -webkit-box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
  }
  body.l-sidebar-off:after {
    opacity: 0;
    visibility: hidden;
  }
  body.l-sidebar-off .l-menu {
    left: -250px;
  }
  .l-menu {
    width: 250px;
    background-color: #fcfcfc;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 13;
  }
  .desktop-active .l-menu {
    left: -250px;
  }
}

.desktop-active .l-header, .desktop-active .l-main {
  margin-left: 0;
}

.l-menu {
  text-align: center;
}

.l-menu-toggle {
  float: right;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border: 1px solid #131414;
  border-radius: 5px;
  z-index: 11;
  /* 手機版選單打開後叉叉 */
}

.l-menu-toggle span, .l-menu-toggle span::after, .l-menu-toggle span::before {
  /* 選單三條線 */
  position: absolute;
  background-color: #131414;
  height: 2px;
  width: 25px;
}

.l-menu-toggle span {
  left: 0;
  right: 0;
  top: 19px;
  bottom: auto;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  margin: auto;
}

.l-menu-toggle span::after, .l-menu-toggle span::before {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.l-menu-toggle span::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.l-menu-toggle span::after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.l-menu-toggle.active span {
  background-color: transparent;
}

.l-menu-toggle.active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-menu-toggle.active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-menu-list {
  position: relative;
  z-index: 9;
}

.l-menu-list, .l-menu-list ul {
  list-style: none;
  padding-left: 0;
}

.l-menu-list a {
  display: block;
  padding: 1.2rem 10%;
  color: #1f2a3e;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.l-menu-list a:hover {
  color: #e1a229;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.l-menu-list > li {
  position: relative;
}

.l-menu-shop {
  margin: 0.5rem 0;
}

@media (min-width: 1024px) {
  .l-header .container {
    padding: 4rem 0 6rem;
  }
  .l-menu {
    display: block;
    position: relative;
  }
  .l-menu-toggle {
    display: none;
  }
}

.l-footer {
  font-size: 0.85rem;
  line-height: 1.25rem;
  background-color: #181818;
  color: #fff;
  text-align: center;
  padding: 2.5rem 0;
}

.l-footer a {
  color: #fff;
  text-decoration: underline;
}

.go-top {
  position: fixed;
  right: 1.25rem;
  bottom: 5.625rem;
  background-color: #181818;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: .8em;
  text-align: center;
  line-height: .8em;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.go-top.visible {
  opacity: .6;
}

.go-top.fade-out {
  opacity: 1;
}

.go-top a {
  color: #fff;
}

@media (min-width: 768px) {
  .go-top {
    bottom: 4.375rem;
  }
}

.i-slideshow {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  right: 0.625rem;
  bottom: 0;
  z-index: 2;
  top: auto;
  opacity: .5;
}

.slick-prev {
  left: auto;
  right: 2.5rem;
}

@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    right: 2.5rem;
    bottom: 1.25rem;
  }
  .slick-prev {
    right: 5rem;
  }
}

.page-cart .l-header .container {
  padding-bottom: 1.25rem;
}

.page-cart table .m-img {
  width: 100px;
}

.p-cart {
  margin-bottom: 2.5rem;
}

.p-cart-list > ul {
  margin-bottom: 2.5rem;
}

.p-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.p-cart-item__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-cart-item__img img {
  width: 100%;
}

.p-cart-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.25rem;
  padding: 0.625rem;
}

.p-cart-item-major {
  font-size: 0.85rem;
  line-height: 1.25rem;
}

.p-cart-item-major h4 {
  font-weight: normal;
}

.p-cart-item-sale {
  font-weight: bold;
}

.p-cart-item-qua .select-wrapper {
  width: 50%;
}

.p-cart-item-qua select {
  padding: 0.625rem;
  width: 100%;
}

.p-cart-sale {
  text-align: right;
  padding: 0 1.25rem 1.25rem;
}

.p-cart__footer {
  margin-top: 2.5rem;
}

.p-cart-paystyle__body {
  padding: 0 1.25rem;
}

.process {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: .4;
}

.process + .process {
  position: relative;
}

.process + .process:before {
  content: '\f105';
  font-size: 3em;
  font-family: FontAwesome;
  position: absolute;
  left: -5%;
  top: 35%;
}

.process.active {
  opacity: 1;
}

.process.active .process-num,
.process.active .process-name {
  color: #e1a229;
}

.process.active:before {
  color: #e1a229;
}

.process-num {
  font-size: 1.778rem;
  line-height: 2.5rem;
}

.process-name {
  font-size: 1em;
}

.process-all {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
  background-color: #F5F4F0;
}

.process-all .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media screen and (max-width: 767px) {
  .p-cart-item {
    position: relative;
  }
  .p-cart-item:first-child {
    display: none;
  }
  .p-cart-item-sale {
    margin-bottom: 0.375rem;
  }
  .p-cart-item-delete {
    position: absolute;
    left: 10px;
    top: 5px;
  }
}

@media (min-width: 768px) {
  .page-cart .l-header .container {
    padding-bottom: 5rem;
  }
  .p-cart {
    padding: 1.25rem 2.5rem;
  }
  .p-cart-list > ul {
    margin-bottom: 2.5rem;
  }
  .p-cart-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem;
  }
  .p-cart-item__body {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-cart-item-major {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .p-cart-item-qua, .p-cart-item-sale, .p-cart-item-delete {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-cart-item-qua, .p-cart-item-sale, .p-cart-item-delete {
    text-align: center;
  }
  .p-cart-item-major {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .p-cart-item-qua .select-wrapper {
    width: 80%;
    margin: auto;
  }
  .p-cart-sale {
    font-size: 1.333rem;
    line-height: 2.5rem;
    padding: 0 3.75rem 1.25rem;
  }
  .process + .process:before {
    font-size: 5em;
    top: 8px;
  }
  .process-num, .process-name {
    display: inline-block;
    vertical-align: middle;
  }
  .process-name {
    font-size: 1.2em;
  }
  .process-all {
    padding: 3.75rem 1.25rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .p-cart-list > ul {
    margin-bottom: 5rem;
  }
  .p-cart-sale {
    padding: 1.25rem 6.25rem 2.5rem;
  }
}

.i-news {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 50px -5px rgba(62, 57, 107, 0.07);
          box-shadow: 0 5px 50px -5px rgba(62, 57, 107, 0.07);
  margin-bottom: 2.5rem;
}

.i-news:after {
  content: '';
  position: absolute;
  background: #ebeced;
  display: block;
  width: 75%;
  height: 100%;
  top: -5.625rem;
  right: -1.25rem;
  z-index: -1;
}

.i-news__body {
  padding: 1.25rem;
}

.i-news-title {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.i-news-text {
  font-size: 0.85rem;
  line-height: 1.25rem;
  line-height: 1.8;
}

.i-about {
  margin-top: 3.75rem;
}

.i-about__body {
  background: #ebeced;
  padding: 1.25rem;
}

.i-about-text {
  font-size: 0.85rem;
  line-height: 1.25rem;
  line-height: 1.8;
}

.i-company {
  position: relative;
}

.i-company #map {
  height: 300px;
  position: relative;
  background-color: #222;
}

.i-company #map iframe {
  -webkit-filter: grayscale(1) invert(0.9);
          filter: grayscale(1) invert(0.9);
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.i-company-info {
  font-size: 0.85rem;
  line-height: 1.25rem;
  background-color: #d69241;
  color: #fff;
  padding: 2.5rem;
}

.i-company-info h3 {
  font-family: "Noto Serif SC", serif;
  margin-bottom: 1.25rem;
}

.i-company-info li {
  padding: 0.3125rem 0;
}

.i-company-info li:last-child {
  padding-bottom: 0;
}

.i-company-info dt {
  float: left;
}

.i-company-info dd {
  padding-left: 3.75rem;
}

.i-contact {
  position: relative;
  padding: 3.75rem 0;
}

.i-contact:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 300px 0 0;
  border-color: #ebeced transparent transparent transparent;
  z-index: -1;
}

.i-contact form {
  margin-top: 1.25rem;
}

.i-contact form button {
  margin-top: 1.25rem;
}

.i-contact form .m-form-control {
  -webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1);
  border: none;
}

.page-return .p-return {
  max-width: 800px;
  margin: auto;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .i-company > .container {
    margin: 0;
  }
  .i-about {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media (min-width: 768px) {
  .i-news {
    margin-bottom: 3.75rem;
    margin-top: 2.5rem;
  }
  .i-news:after {
    top: -7.5rem;
    right: -2.5rem;
  }
  .i-news__body {
    padding: 2.5rem;
  }
  .i-about {
    position: relative;
  }
  .i-about__img {
    position: absolute;
    z-index: 10;
  }
  .i-about__body {
    padding: 2.5rem;
    padding-left: 50%;
    margin-top: 3.75rem;
  }
  .i-company {
    height: 500px;
    padding: 6.875rem 0;
  }
  .i-company #map {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .i-company-info {
    position: absolute;
    z-index: 1;
  }
  .i-company-info:after {
    content: '';
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #d69241;
    position: absolute;
    top: 50%;
    right: -30px;
  }
  .i-contact {
    padding: 6.25rem 0;
  }
  .i-contact .container {
    width: 58.33333%;
    margin: auto;
  }
  .i-contact form {
    margin-top: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .i-news {
    margin-bottom: 6.25rem;
  }
  .i-news:after {
    right: -3.75rem;
  }
  .i-news-title {
    font-size: 1.333rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .i-news__body {
    padding: 3.75rem;
  }
  .i-news-text {
    font-size: 1rem;
  }
  .i-about {
    margin-top: 7.5rem;
  }
  .i-about .m-title {
    margin-bottom: 2.5rem;
  }
  .i-about__body {
    padding: 3.75rem;
    padding-left: 50%;
    margin-top: 7.5rem;
  }
  .i-about-text {
    font-size: 1rem;
  }
  .i-company-info {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .i-company-info li {
    padding: 0.625rem 0;
  }
}

@media (min-width: 1200px) {
  .i-news__body {
    padding: 3.75rem 5rem;
  }
}

.page-index .p-product__list ul:first-child li .m-card__img {
  padding: 1.25rem;
}

.page-index .p-product__list ul:first-child li .m-card__body {
  padding: 1.25rem 0 1.25rem 1.25rem;
}

.p-product {
  margin-bottom: 2.5rem;
}

.p-product__tabs {
  margin: 1.25rem -0.625rem 0;
}

.p-product__tabs li {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
}

.p-product__tabs li a {
  font-size: 0.85rem;
  line-height: 1.25rem;
  max-width: 100%;
  background-color: #ebebeb;
  display: block;
  padding: 0.625rem;
  border-radius: 30px;
  font-weight: bold;
}

.p-product__tabs li.active a, .p-product__tabs li:hover a {
  background-color: #d69241;
  color: #fff;
}

.p-product__menu {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-product__menu ul {
  margin: 0 -1.25rem;
  overflow: auto;
  white-space: nowrap;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}

.p-product__menu li {
  padding: 0.625rem;
  display: inline-block;
  font-weight: bold;
}

.p-product__menu li a.is-active, .p-product__menu li a:hover {
  color: #a4a4a4;
}

.p-product__list ul {
  margin: 0 -0.625rem;
}

.p-product__list .m-card__img {
  padding: 0.625rem 0.625rem 0;
}

.p-product__list .m-card__img .m-img {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}

.p-product__list .m-card-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0.65rem;
  line-height: 1.25rem;
}

.p-product__list .m-card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5em;
  max-height: 4.5em;
  font-size: 0.65rem;
}

.p-product__list .m-card .p-product__sale {
  font-size: 0.65rem;
  line-height: 1.25rem;
  font-weight: bold;
}

.p-product-photo--for img {
  width: 100%;
}

.p-product-photo--nav .slick-slide {
  margin-bottom: 1.25rem;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
}

.p-product-photo--nav img {
  width: 100%;
}

.p-product-content {
  margin-bottom: 1.25rem;
}

.p-product-content h1 {
  font-size: 1.333rem;
  line-height: 2.5rem;
  color: #382d20;
  word-break: break-all;
  line-height: 1.2;
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
}

.p-product-category {
  margin: 0.625rem 0 0;
  padding-bottom: 1.25rem;
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
}

.p-product-description {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #222;
}

.p-product-buy {
  color: #222;
  font-family: helvetica, sans-serif;
  margin-bottom: 1.25rem;
}

.p-product-buy dt, .p-product-buy dd {
  display: inline-block;
}

.p-product-buy dt {
  font-size: 0.85rem;
  line-height: 1.25rem;
  letter-spacing: 3px;
  width: 35px;
}

.p-product-buy dd {
  font-weight: bold;
  letter-spacing: 1.5px;
}

.p-product-buy .product-sale {
  font-size: 1.333rem;
  line-height: 2.5rem;
}

.p-product-buy .quantity {
  margin-bottom: 1.25rem;
  width: 120px;
}

.p-product-buy .quantity select {
  padding: 0.625rem;
  width: 100%;
}

.p-product-buy .cart-btn button {
  width: 100%;
  background-color: #d69241;
  border: none;
  color: #fff;
  padding: 1.25rem;
  cursor: pointer;
}

.p-product-detail {
  margin-top: 1.25rem;
}

.p-product-detail img {
  max-width: 100%;
  display: block;
}

.p-product-detail__title {
  font-size: 1.333rem;
  line-height: 2.5rem;
  padding-top: 1.25rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}

.p-product-detail__info {
  margin-bottom: 1.25rem;
  letter-spacing: 1.2px;
}

.p-product-detail__info li {
  margin-bottom: 1.25rem;
}

.p-product-detail__info dt {
  float: left;
}

.p-product-detail__info dd {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .p-product__list .m-card-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-product__list .m-btn {
    display: none;
  }
}

@media (min-width: 768px) {
  .p-product {
    margin-bottom: 2.5rem;
  }
  .p-product__list .m-card__img {
    padding: 1.25rem 1.25rem 0;
  }
  .p-product__list .m-card-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .p-product__list .m-card-text {
    font-size: 0.85rem;
  }
  .p-product__list .m-card .p-product__sale {
    font-size: 0.85rem;
    line-height: 1.25rem;
    line-height: 2.2;
  }
  .p-product__list .m-card .m-btn {
    float: right;
  }
  .p-product-photo {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .p-product {
    margin-bottom: 5rem;
  }
  .p-product__tabs {
    margin: 2.5rem -1.25rem 1.25rem;
  }
  .p-product__tabs li {
    padding: 0 1.25rem;
  }
  .p-product__tabs li a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .p-product__menu {
    margin-bottom: 0;
  }
  .p-product__menu ul {
    margin: 0;
    overflow: auto;
    white-space: nowrap;
    border: none;
  }
  .p-product__menu li {
    display: block;
  }
  .p-product__list ul {
    margin: 0 -1.25rem;
  }
  .p-product__list-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
  }
  .p-product__list .m-card__img {
    padding: 2.5rem 2.5rem 0;
  }
  .p-product-photo--for img {
    max-height: 500px;
  }
}

@media (min-width: 1200px) {
  .page-index .p-product__list ul:first-child li .m-card__body {
    padding: 5rem 2.5rem;
  }
  .p-product-photo--for {
    padding-left: 1.25rem;
  }
  .p-product-photo--nav .slick-slide {
    padding-bottom: 100%;
    margin-bottom: .5em;
  }
}
