@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lora|Noto+Sans+TC:300,400,500);
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l-wrap {
  margin: auto;
}

.container {
  margin: 0 5.26316%;
}

@media (min-width: 576px) {
  .container {
    height: 100%;
    margin: 0 6.89655%;
  }
}

@media (min-width: 768px) {
  .container {
    margin: 0 5.08475%;
  }
}

@media (min-width: 992px) {
  .container {
    margin: 0 1.69492%;
  }
}

@media (min-width: 1200px) {
  .container {
    margin: 0 5.08475%;
  }
}

/* Items… */
.col-1 {
  width: 21.05263%;
  float: left;
  margin-right: 5.26316%;
}

.col-2 {
  width: 47.36842%;
  float: left;
  margin-right: 5.26316%;
}

.col-3 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-4 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-5 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-6 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-7 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-8 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-9 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-10 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-11 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

.col-12 {
  width: 100%;
  float: left;
  margin-right: 5.26316%;
}

@media (min-width: 768px) {
  .col-1 {
    width: 6.77966%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-1.last {
    margin-right: 0;
  }
  .col-2 {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-2.last {
    margin-right: 0;
  }
  .col-3 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-3.last {
    margin-right: 0;
  }
  .col-4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-4.last {
    margin-right: 0;
  }
  .col-5 {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-5.last {
    margin-right: 0;
  }
  .col-6 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-6.last {
    margin-right: 0;
  }
  .col-7 {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-7.last {
    margin-right: 0;
  }
  .col-8 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-8.last {
    margin-right: 0;
  }
  .col-9 {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-9.last {
    margin-right: 0;
  }
  .col-10 {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-10.last {
    margin-right: 0;
  }
  .col-11 {
    width: 91.52542%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-11.last {
    margin-right: 0;
  }
  .col-12 {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-12.last {
    margin-right: 0;
  }
}

/* clearfix 清除浮動 */
.clear, .row {
  zoom: 1;
}

.clear:after, .row:after {
  clear: both;
  overflow: hidden;
}

.clear:after, .clear:before, .row:after, .row: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;
  color: #645d56;
  font-family: "Lora", "Noto Sans TC", sans-serif;
  letter-spacing: .5px;
  font-size: 100%;
  height: auto;
  position: relative;
}

body.page-index {
  background: none;
}

body:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 60px;
  display: block;
  border-radius: 120px 120px 0 0;
  background-color: #fcd0d9;
  bottom: 0;
  left: 40%;
}

a {
  color: #424242;
}

p {
  margin-bottom: 1.25rem;
}

.is-highlight {
  color: #f6726f;
}

.is-warning {
  color: #ffbb75;
}

.is-info {
  color: #382d20;
}

.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;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #e0d3cd;
}

.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-bottom: 1.25rem;
  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.778rem;
  line-height: 2.5rem;
  padding: 0.625rem 0 1.25rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  font-family: "cwtexming", serif;
}

.m-article__title {
  margin: 1.25rem 0;
  font-weight: 500;
  padding-left: 1rem;
  position: relative;
}

.m-article__title:before {
  background-color: #f6726f;
  border: 3px solid #f6726f;
  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: 1.25rem;
  border-radius: 10px;
  line-height: 1.467em;
  background-color: #f2f5f6;
  text-align: justify;
}

.m-article__editor + section {
  margin-top: 1.25rem;
}

.m-article__editor .m-img {
  margin-bottom: 1.2em;
}

.m-article__editor .m-img img {
  max-width: 100%;
}

.m-article .file {
  font-size: 1rem;
  line-height: 1.25rem;
}

.m-article .file a {
  text-decoration: none;
  margin-left: 0.625rem;
}

.m-article .file a:hover {
  border-bottom: 1px solid #f6726f;
  color: #f6726f;
}

.m-article__footer {
  margin: 1.25rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .m-article__header {
    margin-bottom: 1.25rem;
  }
  .m-article__header-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) {
  .m-article__header-title {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }
  .m-article__editor {
    font-size: 1.2em;
    padding: 2.5rem;
  }
  .m-article__editor + section {
    margin-top: 2.5rem;
  }
}

.m-breadcrumb {
  display: none;
  list-style: none;
  padding: 0;
  margin-bottom: 1.2em;
  font-weight: normal;
  line-height: 38px;
}

.m-breadcrumb > li {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  vertical-align: bottom;
  display: inline-block;
}

.m-breadcrumb > li.active {
  color: #382d20;
}

.m-breadcrumb > li + li:before {
  padding: 0 5px;
  content: ">";
}

.m-breadcrumb > li a {
  color: #5c5c5c;
  text-decoration: none;
  font-weight: lighter;
}

@media (min-width: 768px) {
  .m-breadcrumb {
    display: block;
    text-align: center;
  }
}

.m-btn {
  font-size: 0.85rem;
  line-height: 1.25rem;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 0.625rem 1.5rem;
  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: #f6726f;
  border-color: #f6726f;
}

.m-btn--primary:hover {
  background-color: #f55b57;
  border-color: #f55b57;
}

.m-btn-outline--primary {
  color: #424242;
  background-color: transparent;
  border-color: #f6726f;
}

.m-btn-outline--primary .svg-inline--fa {
  color: #f6726f;
}

.m-btn-outline--primary:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  color: #fff;
  background-color: #f6726f;
}

.m-btn-outline--primary:hover .svg-inline--fa {
  color: #fff;
}

.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: #424242;
  background-color: transparent;
  border-color: #4b3e31;
}

.m-btn-outline--secondary .svg-inline--fa {
  color: #4b3e31;
}

.m-btn-outline--secondary:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  color: #fff;
  background-color: #4b3e31;
}

.m-btn-outline--secondary:hover .svg-inline--fa {
  color: #fff;
}

.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: #424242;
  background-color: transparent;
  border-color: #757474;
}

.m-btn-outline--disable .svg-inline--fa {
  color: #757474;
}

.m-btn-outline--disable:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  color: #D8D8D8;
  background-color: #757474;
}

.m-btn-outline--disable:hover .svg-inline--fa {
  color: #D8D8D8;
}

.m-btn--success {
  color: #fff;
  background-color: #54a7d3;
  border-color: #54a7d3;
}

.m-btn--success:hover {
  background-color: #409dce;
  border-color: #409dce;
}

.m-btn-outline--success {
  color: #424242;
  background-color: transparent;
  border-color: #54a7d3;
}

.m-btn-outline--success .svg-inline--fa {
  color: #54a7d3;
}

.m-btn-outline--success:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  color: #fff;
  background-color: #54a7d3;
}

.m-btn-outline--success:hover .svg-inline--fa {
  color: #fff;
}

.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: #424242;
  background-color: transparent;
  border-color: #f72f63;
}

.m-btn-outline--danger .svg-inline--fa {
  color: #f72f63;
}

.m-btn-outline--danger:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  color: #fff;
  background-color: #f72f63;
}

.m-btn-outline--danger:hover .svg-inline--fa {
  color: #fff;
}

.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: #424242;
  background-color: transparent;
  border-color: transparent;
}

.m-btn-outline--link .svg-inline--fa {
  color: transparent;
}

.m-btn-outline--link:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  color: #424242;
  background-color: transparent;
}

.m-btn-outline--link:hover .svg-inline--fa {
  color: #424242;
}

.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: 768px) {
  .m-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.625rem 2.5rem;
  }
  .m-btn--sm {
    font-size: 0.85rem;
    line-height: 1.25rem;
  }
}

.m-form {
  margin: 0;
}

.m-form--inline .m-form__group {
  display: inline-block;
  margin: .5em;
  vertical-align: top;
}

.m-form--inline .m-form__group:first-child {
  margin-left: 0;
}

.m-form--inline > label {
  padding: .3em 0;
}

.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: 1.2em;
}

.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: 100px;
  margin-right: 0.625rem;
}

@media (max-width: 767px) {
  .m-form__group.captcha img {
    max-width: 130px;
  }
}

fieldset {
  border: none;
  padding: 0;
}

fieldset + fieldset {
  margin-top: 1.25rem;
}

legend {
  padding: 0.625rem 1.25rem;
  background-color: #f6726f;
  color: #fff;
  margin-bottom: 1.25rem;
}

label {
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
  padding: 0.625rem 0;
  color: #444;
}

label.error {
  color: #f6726f;
  font-size: .8em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4e4e4e;
  display: block;
  outline: 0;
  padding: 0.625rem;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  border-color: #f6726f;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  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: -2px;
  width: 2.4em;
}

.select-wrapper select::-ms-expand {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding-left: 1.875rem;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  border-radius: 5px;
  border: 1px solid;
  content: '';
  display: inline-block;
  height: 1.25rem;
  left: 0;
  line-height: 1.25rem;
  margin-top: 2px;
  position: absolute;
  text-align: center;
  width: 1.25rem;
  background-color: #fff;
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  text-decoration: none;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  text-transform: none !important;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  color: #e687af;
}

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-img {
  display: block;
}

.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-list--none {
  list-style: none;
  padding-left: 0;
}

.m-list--inline {
  list-style: none;
  padding-left: 0;
}

.m-list--inline li {
  display: inline-block;
}

.m-list-group {
  list-style: none;
  padding-left: 0;
}

.m-list-group a {
  text-decoration: none;
}

.m-list-group .date {
  margin-right: 1.25rem;
}

.m-list-group .m-list-group__item {
  padding: 1.25rem;
}

.m-list-group .m-list-group__item dt, .m-list-group .m-list-group__item dd {
  display: inline-block;
}

.m-list-group .m-list-group__item dt {
  min-width: 100px;
}

.m-list-group .m-list-group__item:nth-child(odd) {
  background-color: #f2f5f6;
}

.m-list-group .m-list-group__item + .m-list-group__item {
  border-top: 1px solid #ccc;
}

.m-icon-title {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.m-icon-title img {
  vertical-align: middle;
}

.m-media {
  margin-bottom: 1.25rem;
}

.m-media > p,
.m-media > ul {
  margin-bottom: 0;
}

.m-media > p + p {
  margin-top: 5px;
}

.m-media-img {
  overflow: hidden;
}

.m-media-major {
  font-size: 1.333rem;
  line-height: 2.5rem;
  position: relative;
  color: #000;
  font-weight: normal;
  padding: 0 1.25rem 0.625rem;
  margin-bottom: 1.25rem;
}

.m-media-major:after {
  content: '';
  position: absolute;
  width: 10%;
  height: 3px;
  background-color: #f6726f;
  display: block;
  bottom: 0;
  left: 1.25rem;
}

@media (max-width: 991px) {
  .m-media-img {
    margin-bottom: 2.5rem;
  }
  .m-media-img img {
    max-width: 200px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .m-media-img {
    width: 23.72881%;
    float: left;
  }
  .m-media-img + .m-media-content {
    width: 74.57627%;
    float: right;
  }
}

.m-pagination {
  margin: 1.25rem 0 1.875rem;
  text-align: right;
  font-family: "Noto Sans TC", sans-serif;
}

.m-pagination .pager {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: .1em;
  border-radius: 5px;
  text-align: center;
  line-height: 1.625rem;
  height: 1.875rem;
}

.m-pagination .pager.is-disabled {
  display: none;
}

.m-pagination .pager:hover, .m-pagination .pager.is-active:hover {
  background: #f6726f;
  color: #fff;
}

.m-pagination .pager.is-active {
  border: 1px solid #f6726f;
}

.m-pagination .pager-number {
  font-size: 1em;
  padding: 0;
  margin: 0 2px;
  white-space: nowrap;
  position: relative;
  width: 1.875rem;
}

.m-pagination .pager-next,
.m-pagination .pager-prev {
  font-size: 1em;
  padding: 0 0.625rem;
}

.m-pagination .pager-next {
  margin-left: 0.625rem;
}

.m-pagination .pager-next:before {
  content: '下一頁 ';
}

.m-pagination .pager-prev {
  margin-right: 0.625rem;
}

.m-pagination .pager-prev:after {
  content: ' 上一頁 ';
}

@media (min-width: 768px) {
  .m-pagination {
    margin: 2.5rem 0;
  }
  .m-pagination .pager {
    line-height: 2.25rem;
    height: 2.5rem;
  }
  .m-pagination .pager-number {
    width: 2.5rem;
  }
}

.wizard ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wizard a {
  outline: none;
}

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}

.wizard > .steps .number {
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 50px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: -24px;
  text-align: center;
  vertical-align: middle;
  background-color: #f6726f;
  color: #fff;
}

.wizard > .steps > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wizard > .steps > ul > li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  position: relative;
  width: auto;
}

.wizard > .steps > ul > li:first-child:before {
  display: none;
}

.wizard > .steps > ul > li:last-child:after {
  display: none;
}

.wizard > .steps > ul > li:after, .wizard > .steps > ul > li:before {
  content: '';
  z-index: 9;
  top: 2.75rem;
  display: block;
  width: 50%;
  height: 5px;
  background-color: #f6726f;
}

.wizard > .steps > ul > li:after {
  position: absolute;
  right: 0;
}

.wizard > .steps > ul > li:before {
  position: absolute;
  left: 0;
}

.wizard > .steps > ul > li a {
  position: relative;
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 3.75rem;
  text-decoration: none;
}

.wizard > .steps > ul > li.current .number {
  background-color: #fff;
  color: #f6726f;
  border: 1px solid #f6726f;
}

.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.current ~ li:after,
.wizard > .steps > ul > li.current ~ li:before {
  background-color: #f4f5fa;
}

.wizard > .steps > ul > li.done .number {
  color: #fff;
  background-color: #f6726f;
}

.wizard > .steps > ul > li.done a {
  color: #999;
}

.wizard > .content {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
}

.wizard > .content > .title {
  position: absolute;
  left: -99999px;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
}

.wizard > .content > .body.current {
  position: relative;
}

.wizard > .actions {
  position: relative;
  display: block;
  padding: 0 2.5rem 2.5rem;
  text-align: right;
}

.wizard > .actions > ul {
  float: right;
  margin-top: 1.25rem;
}

.wizard > .actions > ul > li {
  float: left;
}

.wizard > .actions > ul > li + li {
  margin-left: 1.25rem;
}

.wizard > .actions > ul > li > a {
  display: block;
  padding: 7px 12px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #f6726f;
  text-decoration: none;
}

.wizard > .actions > ul > li > a[href='#previous'] {
  background-color: #757474;
}

.wizard > .actions > ul > li.disabled > a[href='#previous'] {
  background-color: #999;
  cursor: not-allowed;
}

.page-index .i-album-img {
  width: 47.36842%;
  float: left;
}

.page-index .i-album-body {
  width: 47.36842%;
  float: right;
}

.page-album .m-thumbnail {
  float: left;
  margin-right: -100%;
}

.page-album .m-thumbnail:nth-child(2n + 1) {
  width: 47.36842%;
  clear: both;
  margin-left: 0;
}

.page-album .m-thumbnail:nth-child(2n + 2) {
  width: 47.36842%;
  clear: none;
  margin-left: 52.63158%;
}

@media (min-width: 768px) {
  .l-main-title,
  .l-main__aside {
    width: 23.72881%;
    float: left;
  }
  .l-main-img,
  .l-main__content {
    width: 74.57627%;
    float: right;
  }
  .l-footer__inner {
    width: 74.57627%;
    float: right;
  }
  .p-location-map {
    width: 31.81818%;
    float: left;
  }
  .p-location-content {
    width: 65.90909%;
    float: right;
  }
  .page-album .m-article__footer .m-pagination {
    width: 77.27273%;
    float: right;
  }
  .page-album .m-article__footer .m-btn {
    float: left;
  }
  .p-links-item .m-img {
    width: 32.20339%;
  }
  .p-links-item .caption {
    width: 66.10169%;
  }
}

@media (min-width: 992px) {
  .l-header .logo {
    width: 57.62712%;
    float: left;
  }
  .l-header .logo-index {
    width: 15.25424%;
  }
  .l-menu li {
    width: 12.5%;
    float: left;
  }
  .i-slideshow {
    width: 83.05085%;
    float: right;
  }
  .page-index .i-album {
    width: 40.67797%;
  }
  .page-index .i-album-img {
    width: 37.5%;
    float: left;
  }
  .page-index .i-album-body {
    width: 58.33333%;
    float: right;
  }
  .page-index .i-news {
    width: 66.10169%;
    float: left;
  }
  .page-album .m-thumbnail {
    float: left;
    margin-right: -100%;
  }
  .page-album .m-thumbnail:nth-child(3n + 1) {
    width: 32.20339%;
    clear: both;
    margin-left: 0;
  }
  .page-album .m-thumbnail:nth-child(3n + 2) {
    width: 32.20339%;
    clear: none;
    margin-left: 33.89831%;
  }
  .page-album .m-thumbnail:nth-child(3n + 3) {
    width: 32.20339%;
    clear: none;
    margin-left: 67.79661%;
  }
}

.l-header .container {
  position: relative;
}

.l-header .logo {
  line-height: 1;
  font-size: 100%;
}

.l-header .logo__inner {
  width: 215px;
  height: 66px;
  overflow: hidden;
  background-image: url("../images/logo.svg");
  background-size: cover;
  text-indent: -99999px;
  position: relative;
  z-index: 3;
}

.l-header-top {
  position: relative;
  padding: 0.625rem 0 1.875rem;
}

.l-header-top--right {
  position: relative;
  text-align: center;
}

.l-header-top--right a:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 0.625rem;
}

.l-header-top--right a + a {
  margin-left: 1em;
}

.page-index .l-header {
  padding-top: 1.875rem;
  margin-bottom: 0;
}

.page-index .l-header-top--right {
  padding-bottom: 1.875rem;
}

.page-index .l-header .l-menu-toggle {
  top: -0.625rem;
}

.page-index .l-header .l-menu {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
  .l-header .logo {
    display: inline-block;
  }
  .l-header-top--right {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .l-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .l-header .logo .logo__inner {
    width: 325px;
    height: 100px;
  }
  .l-header .logo-index .logo__inner {
    width: 164px;
    height: 351px;
    background-image: url("../images/index-logo.svg");
    margin: auto;
  }
  .l-header-top {
    padding: 1.25rem 0;
  }
  .l-header-top--right {
    padding: 1.875rem 0;
    text-align: right;
    float: right;
  }
}

@media (max-width: 991px) {
  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: 5;
  }
  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: 6;
  }
  .desktop-active .l-menu {
    left: -250px;
  }
}

.desktop-active .l-header, .desktop-active .l-main {
  margin-left: 0;
}

.l-menu {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  list-style: none;
  padding: 0;
  overflow: auto;
  height: 100%;
}

.l-menu-toggle {
  position: absolute;
  top: 1.4em;
  right: 0;
  border: 1px solid #222c;
  border-radius: 5px;
  padding: 0.3125rem;
  background-color: #fff;
  z-index: 4;
}

.page-index .l-menu-toggle {
  right: 5.26316%;
}

.l-menu-toggle__inner .lnr {
  color: #424242;
  cursor: pointer;
}

.l-menu-toggle__inner .lnr-menu {
  font-size: 2em;
}

.l-menu-cn {
  font-weight: 500;
  letter-spacing: 2px;
}

.l-menu-en {
  color: #f6726f;
  letter-spacing: 1px;
  font-weight: 300;
}

.l-menu > li {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.l-menu > li > a {
  color: #444;
  background-color: #fff;
  padding: 1.2em;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans TC", sans-serif;
}

@media (min-width: 992px) {
  .l-menu {
    max-height: 1000px;
    overflow: visible;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    z-index: 1;
  }
  .l-menu-toggle {
    display: none;
  }
  .l-menu > li {
    text-align: center;
  }
  .l-menu > li:hover .sub-menu {
    top: 90%;
    left: 0;
    opacity: 1;
  }
  .l-menu > li > a {
    background: none;
    padding-left: 1.2em;
    padding-right: 1.2em;
    border: none;
  }
  .l-menu > li > a:hover {
    color: #f6726f;
  }
  .l-menu > li:after {
    content: '';
    width: 1px;
    height: 32px;
    display: block;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -16px;
    background-color: #666;
  }
  .l-menu > li:last-child:after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .l-menu-cn {
    font-size: 1.333rem;
    line-height: 2.5rem;
  }
}

.l-footer {
  font-size: 0.85rem;
  line-height: 1.25rem;
  padding: 2.5rem 0 0;
}

.l-footer .a2a_kit {
  margin-bottom: 1.25rem;
}

.l-footer .a2a_kit a {
  margin-left: 0.625rem;
}

.l-footer .a2a_svg, .l-footer .a2a_count {
  border-radius: 100% !important;
  padding: 10px;
}

.l-footer a {
  text-decoration: none;
}

.l-footer-menu {
  text-align: center;
}

.l-footer-menu li {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
}

.l-footer-contact {
  position: relative;
  margin-bottom: -3.75rem;
  background-color: #f9eeee;
  padding: 1.25rem 1.875rem;
  border-radius: 10px;
}

.l-footer-contact h5 {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.l-footer-contact dt, .l-footer-contact dd {
  display: inline-block;
}

.l-footer-contact li {
  margin: 0.625rem 0;
}

.l-footer-copyright {
  background-color: #222;
  padding: 6.25rem 0 2.5rem;
  color: #aaa;
}

.go-top {
  position: fixed;
  right: 5.26316%;
  bottom: 1.25rem;
  background-color: #f6726f;
  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;
  z-index: 100;
}

.go-top.visible {
  opacity: 1;
}

.go-top.fade-out {
  opacity: 1;
}

.go-top a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 576px) {
  .l-footer-copyright {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .go-top {
    left: 5.08475%;
    bottom: 8.125rem;
  }
  .l-footer {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 1.25rem;
  }
  .l-footer-menu {
    text-align: left;
    margin-bottom: 1.25rem;
  }
  .l-footer-menu li {
    margin: 1.25rem 0;
    padding: 0 0.625rem;
  }
}

.l-wrap {
  background: url("../images/bg-01.png") no-repeat;
  background-position: left top;
  position: relative;
}

.l-main__board {
  height: 0;
  overflow: hidden;
  padding: 13.75rem 0 11.25rem;
  margin-bottom: 1.25rem;
  background: url("../images/slideshow-01.jpg") no-repeat right top;
  background-size: cover;
}

.l-main-title {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-family: "cwtexming", serif;
  position: relative;
}

.l-main-title h2 {
  letter-spacing: 5px;
  color: #000;
  font-weight: normal;
}

.l-main-title small {
  display: inline-block;
  letter-spacing: 2px;
  margin: 0.625rem 0 1.25rem;
  color: #f6726f;
  font-family: "Lora";
}

.l-main-title:after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background-color: #666;
  bottom: 0;
  position: absolute;
  display: block;
}

.l-main-sub-title {
  font-size: 1.333rem;
  line-height: 2.5rem;
  padding: 0.625rem 1.25rem;
  background-color: #f6726f;
  color: #fff;
  margin-bottom: 1.25rem;
  font-weight: normal;
}

.l-main__aside {
  margin-bottom: 1.875rem;
}

.l-main__aside-nav li {
  border-bottom: 1px dashed #ccc;
}

.l-main__aside-nav a {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 1.25rem 0.625rem;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.l-main__aside-nav a:before {
  content: '\f138';
  display: inline-block;
  font-family: FontAwesome;
  color: #f6726f;
  margin: 0 0.625rem;
}

.l-main__content {
  padding-bottom: 1.875rem;
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 767px) {
  .l-main__board {
    padding: 8.75rem 0;
  }
  .l-main-title h2, .l-main-title small {
    color: #fff;
  }
  .l-main-title small {
    margin: 0 0 0.625rem;
  }
  .l-main-title:after {
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .l-wrap {
    background-position: left 300px;
  }
  .l-wrap:after {
    content: '';
    position: absolute;
    background: url("../images/bg-02.png") no-repeat;
    background-position: left top;
    width: 181px;
    height: 240px;
    right: 0;
    top: 580px;
  }
  .l-main__board {
    background-size: 72.5% auto;
    margin-bottom: 2.5rem;
  }
  .l-main-title {
    font-size: 1.778rem;
    line-height: 2.5rem;
  }
  .l-main__aside {
    margin-top: 7.5rem;
  }
  .l-main__content {
    padding-bottom: 5rem;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    width: 21%;
  }
  .l-main-title.fixed-header {
    margin-top: 1.25rem;
  }
  .l-main__aside.fixed-header {
    margin-top: 8.75rem;
  }
}

.page-index .i-footer-copyright {
  text-align: right;
  margin: 1.25rem 0;
  color: #999;
}

.i-slideshow {
  margin-bottom: 1.25rem;
  max-height: 80vh;
  overflow: hidden;
}

.i-slideshow img {
  width: 100%;
}

.i-album {
  background-color: #f6726f;
  position: relative;
}

.i-album a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.i-album .m-img {
  height: 0;
  overflow: hidden;
  padding-bottom: 5.625rem;
}

.i-album-body {
  padding: 0.625rem 0.625rem 0 0;
}

.i-album-body .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.i-album-body .date {
  position: absolute;
  bottom: 0.625rem;
}

.i-news {
  position: relative;
}

.i-news-list {
  line-height: 1.25rem;
  position: relative;
  overflow: hidden;
  height: 1.25rem;
  padding-left: 100%;
}

.i-news .i-news-item {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Noto Sans TC", sans-serif;
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
  width: 100%;
}

.i-news .i-news-item .date {
  font-weight: 500;
}

.i-news .i-news-item .title {
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  font-weight: 200;
  letter-spacing: 1px;
  margin-left: 1.875rem;
}

.i-news a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .i-album-body .title {
    font-size: 0.85rem;
    line-height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
  }
  .i-album-body .date {
    font-size: 0.65rem;
    line-height: 1.25rem;
    right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .i-album .m-img {
    padding-bottom: 10rem;
  }
  .i-album-body {
    padding: 1.25rem 1.25rem 0 0;
  }
}

@media (min-width: 992px) {
  .page-index .l-wrap {
    background-position: left top;
  }
  .page-index .l-wrap:after {
    top: auto;
    bottom: 100px;
  }
  .page-index .l-header {
    padding-top: 0;
    margin-top: 1.25rem;
    position: relative;
  }
  .page-index .l-header-top--right {
    position: absolute;
    right: 1.25rem;
    top: 0.625rem;
    z-index: 2;
  }
  .i-slideshow {
    margin-bottom: 0;
  }
  .i-album {
    position: absolute;
    bottom: 0;
    border-top: 0.625rem solid #fff;
    border-right: 0.625rem solid #fff;
  }
  .i-album .m-img {
    padding-bottom: 7.5rem;
  }
  .i-album-body {
    padding: 1.25rem 0;
  }
  .i-album-body .date {
    bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .page-index .l-wrap:after {
    bottom: 80px;
  }
  .page-index .i-footer-copyright {
    text-align: right;
    margin-top: 0;
  }
  .i-album .title {
    font-size: 1.333rem;
    line-height: 2.5rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.p-album-list .m-thumbnail {
  margin-bottom: 0.625rem;
}

.p-album-list .m-thumbnail a {
  text-decoration: none;
}

.p-album-list .m-thumbnail .m-img {
  margin-bottom: 0.625rem;
}

.p-album-list .m-thumbnail .date {
  font-size: 0.85rem;
  line-height: 1.25rem;
  display: block;
  margin-bottom: 0.625rem;
}

.p-location-item + .p-location-item {
  margin-top: 2.5rem;
}

.p-location-map {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.p-location-map iframe {
  width: 100%;
  height: 200px;
  display: block;
}

.p-location-content .title {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  font-family: "cwtexming", serif;
  letter-spacing: 1px;
}

.p-location-content .title:before {
  content: '\f041';
  display: inline-block;
  font-family: FontAwesome;
  color: #f6726f;
  margin: 0 0.625rem 0 0;
}

.p-location-content dt, .p-location-content dd {
  display: inline-block;
}

.p-location-content dt {
  width: 5rem;
  margin-right: 0.625rem;
}

.p-location-content li {
  margin-bottom: 0.625rem;
}

.p-links-item:hover {
  background: #f9eeee;
}

.p-links-item img {
  max-width: 200px;
  width: 100%;
  margin: auto;
}

.p-links-item .m-img,
.p-links-item .caption {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .p-links-item .m-img {
    margin-bottom: 1.25rem;
  }
  .p-links-item .m-img:before {
    content: '圖片：';
    font-weight: 500;
    display: inline-block;
  }
  .p-links-item img {
    display: inline-block;
    vertical-align: middle;
  }
  .p-links-item .caption:before {
    content: '連結：';
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .page-album .m-article__footer .m-pagination {
    text-align: right;
  }
  .page-album .m-article__footer .m-btn {
    margin: 2.5rem 0;
  }
  .p-location-item + .p-location-item {
    margin-top: 3.75rem;
  }
  .p-location-map {
    margin-bottom: 0;
  }
}
