@charset "UTF-8";
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  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] {
  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;
}

@-webkit-keyframes scroll {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}

@keyframes scroll {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@font-face {
  font-family: "Noto Serif CJK TC";
  src: url("../font/NotoSerifTC-SemiBold.otf");
}
.wrap .user_m {
  color: #000;
  display: block;
  padding: 5px;
  font-size: 20px;
  float: right;
  padding: 10px;
  text-align: center;
}
.wrap .feature_bar_m {
  display: inline-block;
  position: absolute;
  top: 66px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
  z-index: 99;
  display: none;
}
.wrap .feature_bar_m .has_login {
  display: block;
  width: 248px;
  margin: 8px auto;
}
.wrap .feature_bar_m .has_login #drop-user {
  position: absolute;
  opacity: 0;
}
.wrap .feature_bar_m .has_login label {
  display: block;
}
.wrap .feature_bar_m .has_login #drop-user:checked ~ ul {
  display: block;
}
.wrap .feature_bar_m .has_login ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0%;
  display: none;
  padding: 20px 0 20px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 0.9em;
}
.wrap .feature_bar_m .has_login ul li {
  line-height: 2rem;
}
.wrap .feature_bar {
  display: none;
}
.wrap .btn {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  display: block;
}
.wrap .search {
  display: inline-block;
  margin: 5px 5px 0 0;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 10px;
}
.wrap .search input {
  border: 0;
  width: 70px;
  margin: 0 5px 0;
  padding: 3px;
}
.wrap .lan {
  display: inline-block;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 7px 10px;
  margin-left: 5px;
}
.wrap .lan a {
  text-decoration: none;
  padding: 0 3px;
}
.wrap .user,
.wrap .has_login {
  display: inline-block;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 7px 10px;
}
.wrap .user a,
.wrap .has_login a {
  text-decoration: none;
  padding: 0 3px;
}
.wrap .has_login {
  position: relative;
}
.wrap .has_login ol,
.wrap .has_login ul,
.wrap .has_login dl,
.wrap .has_login li,
.wrap .has_login dt,
.wrap .has_login dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap .has_login:hover section {
  display: block;
}
.wrap .has_login section {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  padding-top: 8px;
  width: 100%;
}
.wrap .has_login ul {
  border-top: 1px solid #f6ac1d;
  background-color: #fff;
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
}
.wrap .has_login ul li {
  margin-bottom: 10px;
}
.wrap .has_login ul li:last-child {
  margin-bottom: 0;
}
.wrap .user_fav {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.5rem;
}
.wrap .user_fav a {
  color: #fc6368;
  position: relative;
}
.wrap .user_fav a:hover {
  color: #e90505;
}
.wrap .item_title {
  font-size: 1rem;
  width: 95%;
  margin: 0 auto;
}
.wrap .item_title h1 {
  color: #367d46;
  display: inline-block;
  font-family: "Noto Serif CJK TC", "Songti", "Times New Roman", Times, serif, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  margin: 0 0 10px 0;
}
.wrap .item_title h1 span:nth-child(1) {
  opacity: 0.5;
  margin-right: 3px;
  font-size: 1.5em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}
.wrap .item_title a {
  font-size: 0.8em;
  display: inline-block;
  color: #f6ac1d;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
}
.wrap .item_title a i {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  font-size: 0.8em;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
.wrap .item_title a:hover {
  color: #ff7300;
}
.wrap .item_title h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #3c3c3c;
  margin: 0 0 30px;
  font-weight: normal;
}
.wrap .scrolltop_slide_container {
  display: block;
  position: absolute;
  top: 50%;
  left: -9999px;
  z-index: 1000;
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 22px 6px 0;
  width: 100px;
  -webkit-filter: drop-shadow(-4px 4px 0px rgb(255, 136, 1));
          filter: drop-shadow(-4px 4px 0px rgb(255, 136, 1));
  border-radius: 10px;
  text-align: center;
}
.wrap .scrolltop_slide_container .title {
  display: block;
  margin-bottom: 10px;
}
.wrap .scrolltop_slide_container .slick_wrap {
  padding: 20px 0;
}
.wrap .scrolltop_slide_container .slick_wrap a {
  display: block;
  box-sizing: border-box;
  padding: 3px;
}
.wrap .scrolltop_slide_container .slick_wrap a > div {
  border-radius: 10px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
.wrap .scrolltop_slide_container .slick_wrap .slick-prev,
.wrap .scrolltop_slide_container .slick_wrap .slick-next {
  position: absolute;
  right: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #fff;
}
.wrap .scrolltop_slide_container .slick_wrap .slick-prev {
  top: 1%;
}
.wrap .scrolltop_slide_container .slick_wrap .slick-next {
  top: 95%;
}
.wrap .chat_container {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 1100;
  width: 100px;
}
.wrap .chat_container img {
  width: 100%;
}
.wrap .chat_container .cancel {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.wrap .marquee_container {
  width: 90%;
  margin: 0 auto 20px;
  margin-top: 12%;
  pointer-events: none;
}
.wrap .marquee_container .marquee {
  display: flex;
  flex-wrap: wrap;
  pointer-events: all;
}
.wrap .marquee_container .marquee span {
  font-family: "Noto Serif CJK TC", "Times New Roman", Times, serif, sans-serif;
  font-weight: 600;
  flex: 0 0 85px;
  color: #000;
  display: inline-block;
  border-right: 1px solid #f6ac1d;
  padding: 5px 3px 5px 0;
  margin: 0px 10px 8px 0;
  font-size: 1.1rem;
}
.wrap .marquee_container .marquee .msg {
  flex: 0 0 calc(100% - 0px);
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 0px;
}
.wrap .marquee_container .marquee .msg ol,
.wrap .marquee_container .marquee .msg ul,
.wrap .marquee_container .marquee .msg dl,
.wrap .marquee_container .marquee .msg li,
.wrap .marquee_container .marquee .msg dt,
.wrap .marquee_container .marquee .msg dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap .marquee_container.for-pc {
  display: none;
}
.wrap .marquee_container.pdt {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2000;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #367d46;
  color: #f6ac1d;
  margin-top: 0px;
}
.wrap .marquee_container.pdt .marquee {
  max-width: 1440px;
  margin: 0 auto;
}
.wrap .marquee_container.pdt .marquee span {
  color: #f6ac1d;
  margin: 5px 10px 5px 0;
}
.wrap .marquee_container.pdt .marquee .msg {
  flex: 0 0 calc(100% - 100px);
  color: #fff;
  margin: 4px auto 8px;
}
.wrap .marquee_container.pdt .marquee .msg a {
  color: #fff;
}
.wrap ul.page {
  margin-bottom: 20px;
}
.wrap ul.page li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.wrap ul.page li a {
  color: #000;
}
.wrap ul.page li a:hover {
  text-decoration: underline;
  color: #367d46;
}
.wrap ul.page li a img {
  position: relative;
  top: 3px;
}
.wrap .select {
  position: relative;
}
.wrap .select:after {
  content: "";
  background-image: url("../images/arrow_select.jpg");
  display: block;
  right: 14px;
  top: 4px;
  background-size: 10px;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}
.wrap .select select {
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  position: relative;
  width: 100%;
}
.wrap .select select:focus {
  outline: none;
}
.wrap h1.page_title {
  text-align: left;
  color: #367d46;
  font-family: "Noto Serif CJK TC", "Times New Roman", Times, serif, sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  margin: 0 auto;
}
.wrap h1.page_title span {
  margin-right: 3px;
  font-size: 2.172em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  display: block;
  line-height: 0.9em;
  color: #b8cdb0;
}
.wrap .page_container {
  text-align: right;
}
.wrap .page_container ol,
.wrap .page_container ul,
.wrap .page_container dl,
.wrap .page_container li,
.wrap .page_container dt,
.wrap .page_container dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap .page_container span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.81rem;
}
.wrap .page_container .page li {
  display: inline-block;
  padding: 0 7px;
}
.wrap .path {
  width: 90%;
  margin: 20px auto 0;
  max-width: 1440px;
}
.wrap .path span {
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 767px) {
  .wrap .feature_bar_m {
    display: none;
  }
  .wrap .feature_bar {
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding: 5px 5px 0px 0;
    margin: 0 auto 5px;
    width: 95%;
    max-width: 1440px;
    font-weight: 600;
    position: relative;
    z-index: 9;
  }
  .wrap .search {
    margin: 0px;
  }
  .wrap .user_m {
    display: none;
  }
  .wrap .item_title {
    width: 99%;
  }
  .wrap .item_title h1 span:nth-child(1) {
    font-size: 1.7em;
  }
  .wrap .item_title h2 {
    font-size: 0.9em;
    margin: 0;
  }
  .wrap .marquee_container {
    width: 70%;
    margin: -21px auto 7px;
    position: relative;
    z-index: 999;
  }
  .wrap .marquee_container .marquee {
    width: 60%;
  }
  .wrap .marquee_container .marquee span {
    color: #f6ac1d;
    margin: 8px 10px 8px 0;
    margin: 0 10px 0 0;
  }
  .wrap .marquee_container .marquee .msg {
    flex: 0 0 calc(100% - 100px);
    margin-top: 6px;
  }
  .wrap .marquee_container.for-m {
    display: none;
  }
  .wrap .marquee_container.for-pc {
    display: block;
  }
  .wrap .marquee_container.pdt {
    margin: 0 auto 10px;
  }
  .wrap .marquee_container.pdt .marquee {
    width: 100%;
  }
  .wrap .marquee_container.pdt .marquee .msg {
    margin-top: 10px;
  }
  .wrap .page_container {
    text-align: right;
  }
  .wrap .page_container span {
    display: inline-block;
    font-size: 1rem;
    margin-right: 5px;
    margin-bottom: 0;
    position: relative;
    top: 3px;
  }
  .wrap .page_container .page {
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .wrap .item_title {
    font-size: 1.3rem;
  }
  .wrap .chat_container {
    width: 100px;
  }
  .wrap .marquee_container {
    width: 67%;
    margin: -25px auto 0;
    padding: 10px 0;
  }
  .wrap .marquee_container .marquee {
    width: 70%;
  }
  .wrap .marquee_container .marquee span {
    flex: 0 0 90px;
    padding: 0px 3px 0px 0;
    font-size: 1.19rem;
  }
  .wrap .marquee_container .marquee .msg {
    flex: 0 0 calc(100% - 120px);
    margin-top: 2px;
  }
  .wrap .marquee_container.pdt .marquee .msg {
    flex: 0 0 calc(100% - 110px);
    margin-top: 7px;
  }
  .wrap ul.page {
    font-size: 1.19em;
  }
  .wrap ul.page li a img {
    top: 1px;
  }
  .wrap .page_container span {
    font-size: 1.19rem;
    margin-right: 25px;
  }
}
@media (min-width: 1280px) {
  .wrap .item_title {
    font-size: 1.5rem;
  }
  .wrap .scrolltop_slide_container {
    right: 0px;
    left: initial;
  }
  .wrap .marquee_container .marquee {
    width: 78%;
  }
  .wrap .select:after {
    content: "";
    background-size: initial;
    width: 15px;
    height: 9px;
  }
}

*:focus {
  outline: none;
}

html,
body {
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #333;
}
html a,
body a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
}

.wrap {
  padding-top: 68px;
}
.wrap.has_marquee {
  padding-top: 127px;
}
@media (min-width: 767px) {
  .wrap {
    padding-top: 105px;
  }
  .wrap.has_marquee {
    padding-top: 143px;
  }
}
@media (min-width: 960px) {
  .wrap.has_marquee {
    padding-top: 140px;
  }
}
.wrap.has_marquee .top {
  top: 44px;
}
.wrap .top {
  font-family: "Noto Serif CJK TC", "Songti", "ヒラギノ明朝", "Hiragino Mincho", "Times New Roman", Times, serif, sans-serif;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 600;
  background-color: #fff;
}
.wrap .logo {
  width: 80px;
  padding: 10px;
  float: left;
}
.wrap .menu_switch {
  color: #000;
  display: block;
  padding: 5px;
  font-size: 20px;
  float: right;
  padding: 10px;
  text-align: center;
}
.wrap .nav-box {
  float: none;
  clear: both;
  box-sizing: border-box;
}
.wrap .nav-box .toggle,
.wrap .nav-box [id^=drop] {
  display: none;
}
.wrap .nav-box .toggle {
  display: block;
  color: #000;
  line-height: 50px;
  text-decoration: none;
  border: none;
}
.wrap .nav-box .toggle + a {
  display: none;
}
.wrap .nav-box .toggle:hover {
  /* background-color: #000000; */
}
.wrap .nav-box [id^=drop]:checked ~ ul {
  display: block;
}
.wrap .nav-box [id^=drop]:checked ~ .toggle {
  color: #f6ac1d;
}
.wrap .nav-box a {
  text-decoration: none;
}
.wrap .nav-box nav {
  margin: 0;
  padding: 0;
  text-align: center;
}
.wrap .nav-box nav:after {
  content: "";
  display: table;
  clear: both;
}
.wrap .nav-box nav .nav_group {
  display: none;
}
.wrap .nav-box nav .menu_pad {
  height: calc(100vh - 68px);
  box-sizing: border-box;
  padding-top: 85px;
}
.wrap .nav-box nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap .nav-box nav ul.menu {
  width: 100%;
}
.wrap .nav-box nav ul.menu li > a {
  color: #000;
  letter-spacing: 1px;
  line-height: 80px;
}
.wrap .nav-box nav ul.menu li > a i {
  opacity: 0;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.wrap .nav-box nav ul.menu li > a .fa-location-arrow {
  display: none;
}
.wrap .nav-box nav ul.menu li > a:hover {
  color: #f6ac1d;
}
.wrap .nav-box nav ul.menu li > a:hover i {
  opacity: 1;
}
.wrap .nav-box nav ul.menu li ul {
  display: none;
  background-color: #f8F8F8;
  padding: 20px 0;
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", serif;
  font-weight: normal;
}
.wrap .nav-box nav ul.menu li ul li a {
  line-height: 50px;
  color: #000;
}
.wrap .nav-box nav ul li.single {
  position: relative;
}
.wrap .nav-box nav ul li.single label i {
  margin-left: 3px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.wrap .nav-box nav ul li.single.multiple span {
  color: #3b8350;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: block;
  font-family: "Noto Serif CJK TC", "Songti", "ヒラギノ明朝", "Hiragino Mincho", "Times New Roman", Times, serif, sans-serif;
}
.wrap .nav-box nav ul li.single.multiple ol {
  padding: 0;
  margin-bottom: 20px;
}
.wrap .nav-box nav ul li.single.multiple ol li {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.wrap .nav-box nav ul li.single.multiple ol li a {
  line-height: 30px;
}
.wrap .nav-box nav ul li.single i {
  margin-left: 3px;
}
@media (min-width: 767px) {
  .wrap.has_marquee .top {
    top: 37px;
  }
  .wrap.inner .top {
    border-bottom: 1px solid #c1d969;
  }
  .wrap .top {
    background-color: #fff;
    overflow: initial;
  }
  .wrap .top .container {
    width: 95%;
    max-width: 1440px;
    margin: -7px auto 0px;
    padding: 0px 0 12px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .wrap .top .container .navigation {
    flex: 0 0 calc(100% - 90px);
  }
  .wrap .logo {
    flex: 0 0 90px;
    padding: 0;
    float: none;
    clear: both;
  }
  .wrap .menu_switch {
    display: none;
  }
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box dl,
  .wrap .nav-box dt,
  .wrap .nav-box dd,
  .wrap .nav-box ul,
  .wrap .nav-box ol,
  .wrap .nav-box li {
    padding: 0;
    margin: 0;
  }
  .wrap .nav-box .toggle,
  .wrap .nav-box [id^=drop] {
    display: none;
  }
  .wrap .nav-box .toggle + a {
    display: block;
  }
  .wrap .nav-box a {
    padding: 0;
    color: #565c69;
  }
  .wrap .nav-box nav {
    width: 100%;
    margin: 0 auto;
  }
  .wrap .nav-box nav .nav_group {
    display: block;
  }
  .wrap .nav-box nav .menu_pad {
    height: initial;
    display: block;
    padding-top: 0;
  }
  .wrap .nav-box nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .wrap .nav-box nav ul.menu {
    width: initial;
    z-index: 100;
    text-align: left;
    padding-left: 12%;
  }
  .wrap .nav-box nav ul.menu > li > a {
    padding: 0px;
    line-height: normal;
  }
  .wrap .nav-box nav ul.menu > li > a .fa-location-arrow {
    display: inline-block;
  }
  .wrap .nav-box nav ul.menu > li.selected > a {
    border-bottom: 6px solid transparent;
    cursor: default;
  }
  .wrap .nav-box nav ul.menu li {
    margin: 0 30px 0 0;
    position: static;
    border-bottom: 0;
  }
  .wrap .nav-box nav ul.menu li:last-child {
    margin: 0;
  }
  .wrap .nav-box nav ul.menu li:last-child:after {
    content: "";
    padding: 0;
  }
  .wrap .nav-box nav ul.menu li ul.multi-item li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu li a {
    display: inline;
  }
  .wrap .nav-box nav ul.menu li > a {
    background: none;
    padding-bottom: 13px;
  }
  .wrap .nav-box nav ul.menu li ul li {
    margin: 0;
  }
  .wrap .nav-box nav ul.menu li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul {
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 100;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1rem;
  }
  .wrap .nav-box nav ul.menu ul.second-item {
    width: 140px;
    padding: 20px;
    border-top: 1px solid #f6ac1d;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
  .wrap .nav-box nav ul.menu ul.second-item.t-center {
    text-align: center;
  }
  .wrap .nav-box nav ul.menu ul.second-item li {
    display: block;
  }
  .wrap .nav-box nav ul.menu ul.second-item li a {
    line-height: 30px;
    font-size: 13px;
    padding: 10px 0;
  }
  .wrap .nav-box nav ul.menu ul.second-item li a:hover {
    color: #f6ac1d;
  }
  .wrap .nav-box nav ul.menu ul.multi-item {
    box-sizing: border-box;
    padding: 35px 40px 60px;
    border-top: 1px solid #eee;
  }
  .wrap .nav-box nav ul.menu ul.multi-item .toggle {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    display: block;
    flex: 0 0 142px;
    padding: 0;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul {
    padding: 0;
    position: static;
    display: block;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li {
    position: static;
    clear: both;
    margin: 0;
    line-height: normal;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 20px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a:hover {
    color: #f00;
  }
  .wrap .nav-box nav ul.menu ul li {
    position: relative;
    display: inline-block;
  }
  .wrap .nav-box nav ul li {
    margin: 0px;
    display: inline-block;
  }
  .wrap .nav-box nav ul li.single {
    position: relative;
  }
  .wrap .nav-box nav ul li.single.multiple {
    position: static;
  }
  .wrap .nav-box nav ul li.single.multiple .second-item {
    width: 100%;
    top: 66px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 100px;
  }
  .wrap .nav-box nav ul li.single.multiple .second-item > li {
    flex: 0 0 10%;
    box-sizing: border-box;
    padding-right: 2%;
  }
  .wrap .nav-box nav ul li.single.multiple .second-item > li.much {
    flex: 0 0 18%;
  }
  .wrap .nav-box nav ul li.single.multiple .second-item > li:last-child {
    margin-right: 4%;
  }
  .wrap .nav-box nav ul li.single i {
    font-size: 1rem;
    position: relative;
    top: -2px;
  }
  .wrap .nav-box nav ul li.single:hover > ul {
    display: block;
  }
  .wrap .nav-box nav ul li.single:hover > ul.muchs {
    display: flex;
  }
  .wrap .nav-box nav ul li.multi > a {
    cursor: default;
  }
  .wrap .nav-box nav ul li.multi:hover > ul {
    display: flex;
  }
}
@media (min-width: 960px) {
  .wrap.has_marquee .top {
    top: 32px;
  }
  .wrap .top .container .navigation {
    font-size: 1.19rem;
  }
  .wrap .nav-box nav ul.menu li {
    margin: 0 30px 0 0;
  }
  .wrap .nav-box nav ul.menu ul {
    top: 64px;
  }
  .wrap .nav-box nav ul.menu ul.second-item {
    top: 39px;
  }
  .wrap .nav-box nav ul li.single.multiple .second-item {
    top: 66px;
  }
}
@media (min-width: 1280px) {
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box nav ul.menu li {
    margin: 0 60px 0 0;
  }
  .wrap .nav-box nav ul.menu ul {
    top: 87px;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1.15rem;
  }
  .wrap .nav-box nav ul.menu ul.second-item {
    font-size: 21px;
  }
  .wrap .nav-box nav ul.menu ul.second-item li a {
    font-size: 1rem;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    flex: 0 0 160px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 30px;
  }
}

.wrap footer {
  background-color: #367d46;
  padding: 20px 0 0;
  color: #fff;
  font-size: 0.81rem;
  position: relative;
}
.wrap footer .for_pc,
.wrap footer .gotop_pc {
  display: none;
}
.wrap footer a {
  color: #fff;
}
.wrap footer img {
  width: 100%;
}
.wrap footer .ft_container {
  max-width: 350px;
  margin: 0 auto;
}
.wrap footer .ft_container main .p1 {
  width: 86%;
  max-width: 1280px;
  margin: 0 auto 0px;
  padding-bottom: 15px;
}
.wrap footer .ft_container main .p1 .ft_main_logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wrap footer .ft_container main .p1 .ft_main_logo .logo-img {
  flex: 0 0 70%;
}
.wrap footer .ft_container main .p1 .ft_main_logo .email {
  flex: 0 0 30%;
  font-size: 3rem;
  text-align: center;
}
.wrap footer .ft_container main .p1 p {
  line-height: 1.2rem;
  margin-bottom: 0;
  text-align: center;
}
.wrap footer ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.wrap footer .ft_logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.wrap footer .ft_logos li {
  flex: 0 0 46%;
  margin-bottom: 10px;
}
.wrap footer .ft_logos li a {
  display: block;
}
.wrap footer .privacy li {
  display: inline-block;
  padding-right: 7px;
}
.wrap footer .privacy li:after {
  content: "|";
  margin-left: 7px;
}
.wrap footer .privacy li:last-child {
  padding-right: 0;
}
.wrap footer .privacy li:last-child:after {
  content: "";
  margin-left: 0px;
}
.wrap footer .privacy li a {
  color: #fff;
}
.wrap footer .privacy li a:hover {
  text-decoration: underline;
}
.wrap footer .gotop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}
.wrap footer .gotop img {
  width: 13px;
}
@media (min-width: 767px) {
  .wrap footer .ft_container {
    max-width: 1670px;
  }
  .wrap footer .ft_container .ft_link {
    border-bottom: 1px solid #f6ac1d;
    font-size: 1.13rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Noto Serif CJK TC", "Times New Roman", Times, serif, sans-serif;
  }
  .wrap footer .ft_container .ft_link li {
    display: inline-block;
    margin-right: 20px;
  }
  .wrap footer .ft_container .ft_link li:last-child {
    margin-right: 0;
  }
  .wrap footer .ft_container .ft_link li a:hover {
    color: #f6ac1d;
  }
  .wrap footer .ft_container main {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wrap footer .ft_container main .p1 {
    flex: 0 0 330px;
    margin: 0px 0 0 0px;
  }
  .wrap footer .ft_container main .p1 .ft_main_logo {
    display: block;
    border-bottom: 0;
    width: 60%;
  }
  .wrap footer .ft_container main .p1 .ft_main_logo a {
    transition: 0.3s;
  }
  .wrap footer .ft_container main .p1 .ft_main_logo a:hover {
    transition: 0.3s;
    opacity: 0.5;
  }
  .wrap footer .ft_container main .p1 .ft_main_logo .email {
    text-align: left;
  }
  .wrap footer .ft_container main .p1 p {
    line-height: 1rem;
    font-size: 0.8rem;
    text-align: left;
  }
  .wrap footer .ft_container main .p2 {
    flex: 0 0 calc(100% - 400px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .wrap footer .ft_container main .p2 .ft_logos {
    flex: 0 0 calc(55% - 1px);
    margin: 0;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .wrap footer .ft_container main .p2 .ft_logos a {
    transition: 0.3s;
  }
  .wrap footer .ft_container main .p2 .ft_logos a:hover {
    transition: 0.3s;
    opacity: 0.5;
  }
  .wrap footer .ft_container main .p2 .email {
    font-family: "Noto Serif CJK TC", "Times New Roman", Times, serif, sans-serif;
    flex: 0 0 45%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 1.1rem;
    vertical-align: middle;
  }
  .wrap footer .ft_container main .p2 .email i {
    font-size: 1.8em;
    margin-right: 10px;
    position: relative;
    top: 4px;
  }
  .wrap footer .ft_container main .p2 .email span {
    display: inline-block;
  }
  .wrap footer .ft_container main .p2 .email:hover {
    color: #f6ac1d;
  }
  .wrap footer .for_m {
    display: none;
  }
  .wrap footer .for_pc {
    display: block;
  }
  .wrap footer .privacy {
    text-align: left;
  }
  .wrap footer .privacy li:after {
    content: "|";
  }
  .wrap footer .privacy li:last-child:after {
    content: "";
  }
}
@media (min-width: 960px) {
  .wrap footer .ft_container main .p1 {
    flex: 0 0 350px;
  }
  .wrap footer .ft_container main .p2 {
    flex: 0 0 40%;
  }
  .wrap footer .ft_container main .p2 .ft_logos {
    flex: 0 0 calc(64% - 1px);
  }
  .wrap footer .ft_container main .p2 .email {
    flex: 0 0 35%;
  }
}
@media (min-width: 1280px) {
  .wrap footer {
    padding: 40px 0 44px;
  }
  .wrap footer .ft_container .ft_link {
    font-size: 1.19rem;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .wrap footer .ft_container .ft_link li {
    margin-right: 44px;
  }
  .wrap footer .ft_container main .p1 {
    flex: 0 0 415px;
  }
  .wrap footer .ft_container main .p1 .ft_main_logo {
    margin-bottom: 14px;
    width: 75%;
  }
  .wrap footer .ft_container main .p2 {
    flex: 0 0 600px;
  }
  .wrap footer .ft_container main .p2 .email {
    padding-left: 50px;
    font-size: 1.31rem;
  }
  .wrap footer .ft_container main .p2 .email i {
    font-size: 2.2em;
    top: 7px;
  }
  .wrap footer .gotop_m {
    display: none;
  }
  .wrap footer .gotop_pc {
    display: block;
  }
  .wrap footer .gotop {
    width: initial;
    height: initial;
    border-radius: 0%;
    background: none;
    display: block;
    top: 130px;
    bottom: initial;
  }
  .wrap footer .gotop img {
    width: 31px;
  }
}
@media (min-width: 1800px) {
  .wrap footer .ft_container main .p1 .ft_main_logo {
    margin-bottom: 35px;
    width: 90%;
  }
  .wrap footer .gotop {
    right: 40px;
    top: 80px;
  }
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  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] {
  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;
}

@keyframes scroll {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@font-face {
  font-family: "Noto Serif CJK TC";
  src: url("../font/NotoSerifTC-SemiBold.otf");
}
.wrap .user_m {
  color: #000;
  display: block;
  padding: 5px;
  font-size: 20px;
  float: right;
  padding: 10px;
  text-align: center;
}
.wrap .feature_bar_m {
  display: inline-block;
  position: absolute;
  top: 66px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
  z-index: 99;
  display: none;
}
.wrap .feature_bar_m .has_login {
  display: block;
  width: 248px;
  margin: 8px auto;
}
.wrap .feature_bar_m .has_login #drop-user {
  position: absolute;
  opacity: 0;
}
.wrap .feature_bar_m .has_login label {
  display: block;
}
.wrap .feature_bar_m .has_login #drop-user:checked ~ ul {
  display: block;
}
.wrap .feature_bar_m .has_login ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0%;
  display: none;
  padding: 20px 0 20px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 0.9em;
}
.wrap .feature_bar_m .has_login ul li {
  line-height: 2rem;
}
.wrap .feature_bar {
  display: none;
}
.wrap .btn {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  display: block;
}
.wrap .search {
  display: inline-block;
  margin: 5px 5px 0 0;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 10px;
}
.wrap .search input {
  border: 0;
  width: 70px;
  margin: 0 5px 0;
  padding: 3px;
}
.wrap .lan {
  display: inline-block;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 7px 10px;
  margin-left: 5px;
}
.wrap .lan a {
  text-decoration: none;
  padding: 0 3px;
}
.wrap .user,
.wrap .has_login {
  display: inline-block;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 7px 10px;
}
.wrap .user a,
.wrap .has_login a {
  text-decoration: none;
  padding: 0 3px;
}
.wrap .has_login {
  position: relative;
}
.wrap .has_login ol,
.wrap .has_login ul,
.wrap .has_login dl,
.wrap .has_login li,
.wrap .has_login dt,
.wrap .has_login dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap .has_login:hover section {
  display: block;
}
.wrap .has_login section {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  padding-top: 8px;
  width: 100%;
}
.wrap .has_login ul {
  border-top: 1px solid #f6ac1d;
  background-color: #fff;
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
}
.wrap .has_login ul li {
  margin-bottom: 10px;
}
.wrap .has_login ul li:last-child {
  margin-bottom: 0;
}
.wrap .user_fav {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.5rem;
}
.wrap .user_fav a {
  color: #fc6368;
  position: relative;
}
.wrap .user_fav a:hover {
  color: #e90505;
}
.wrap .item_title {
  font-size: 1rem;
  width: 95%;
  margin: 0 auto;
}
.wrap .item_title h1 {
  color: #367d46;
  display: inline-block;
  font-family: "Noto Serif CJK TC", "Songti", "Times New Roman", Times, serif, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  margin: 0 0 10px 0;
}
.wrap .item_title h1 span:nth-child(1) {
  opacity: 0.5;
  margin-right: 3px;
  font-size: 1.5em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}
.wrap .item_title a {
  font-size: 0.8em;
  display: inline-block;
  color: #f6ac1d;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
}
.wrap .item_title a i {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  font-size: 0.8em;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
.wrap .item_title a:hover {
  color: #ff7300;
}
.wrap .item_title h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #3c3c3c;
  margin: 0 0 30px;
  font-weight: normal;
}
.wrap .scrolltop_slide_container {
  display: block;
  position: absolute;
  top: 50%;
  left: -9999px;
  z-index: 1000;
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 22px 6px 0;
  width: 100px;
  -webkit-filter: drop-shadow(-4px 4px 0px rgb(255, 136, 1));
          filter: drop-shadow(-4px 4px 0px rgb(255, 136, 1));
  border-radius: 10px;
  text-align: center;
}
.wrap .scrolltop_slide_container .title {
  display: block;
  margin-bottom: 10px;
}
.wrap .scrolltop_slide_container .slick_wrap {
  padding: 20px 0;
}
.wrap .scrolltop_slide_container .slick_wrap a {
  display: block;
  box-sizing: border-box;
  padding: 3px;
}
.wrap .scrolltop_slide_container .slick_wrap a > div {
  border-radius: 10px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
.wrap .scrolltop_slide_container .slick_wrap .slick-prev,
.wrap .scrolltop_slide_container .slick_wrap .slick-next {
  position: absolute;
  right: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #fff;
}
.wrap .scrolltop_slide_container .slick_wrap .slick-prev {
  top: 1%;
}
.wrap .scrolltop_slide_container .slick_wrap .slick-next {
  top: 95%;
}
.wrap .chat_container {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 1100;
  width: 100px;
}
.wrap .chat_container img {
  width: 100%;
}
.wrap .chat_container .cancel {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.wrap .marquee_container {
  width: 90%;
  margin: 0 auto 20px;
  margin-top: 12%;
  pointer-events: none;
}
.wrap .marquee_container .marquee {
  display: flex;
  flex-wrap: wrap;
  pointer-events: all;
}
.wrap .marquee_container .marquee span {
  font-family: "Noto Serif CJK TC", "Times New Roman", Times, serif, sans-serif;
  font-weight: 600;
  flex: 0 0 85px;
  color: #000;
  display: inline-block;
  border-right: 1px solid #f6ac1d;
  padding: 5px 3px 5px 0;
  margin: 0px 10px 8px 0;
  font-size: 1.1rem;
}
.wrap .marquee_container .marquee .msg {
  flex: 0 0 calc(100% - 0px);
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 0px;
}
.wrap .marquee_container .marquee .msg ol,
.wrap .marquee_container .marquee .msg ul,
.wrap .marquee_container .marquee .msg dl,
.wrap .marquee_container .marquee .msg li,
.wrap .marquee_container .marquee .msg dt,
.wrap .marquee_container .marquee .msg dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap .marquee_container.for-pc {
  display: none;
}
.wrap .marquee_container.pdt {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2000;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #367d46;
  color: #f6ac1d;
  margin-top: 0px;
}
.wrap .marquee_container.pdt .marquee {
  max-width: 1440px;
  margin: 0 auto;
}
.wrap .marquee_container.pdt .marquee span {
  color: #f6ac1d;
  margin: 5px 10px 5px 0;
}
.wrap .marquee_container.pdt .marquee .msg {
  flex: 0 0 calc(100% - 100px);
  color: #fff;
  margin: 4px auto 8px;
}
.wrap .marquee_container.pdt .marquee .msg a {
  color: #fff;
}
.wrap ul.page {
  margin-bottom: 20px;
}
.wrap ul.page li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.wrap ul.page li a {
  color: #000;
}
.wrap ul.page li a:hover {
  text-decoration: underline;
  color: #367d46;
}
.wrap ul.page li a img {
  position: relative;
  top: 3px;
}
.wrap .select {
  position: relative;
}
.wrap .select:after {
  content: "";
  background-image: url("../images/arrow_select.jpg");
  display: block;
  right: 14px;
  top: 4px;
  background-size: 10px;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}
.wrap .select select {
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  position: relative;
  width: 100%;
}
.wrap .select select:focus {
  outline: none;
}
.wrap h1.page_title {
  text-align: left;
  color: #367d46;
  font-family: "Noto Serif CJK TC", "Times New Roman", Times, serif, sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  margin: 0 auto;
}
.wrap h1.page_title span {
  margin-right: 3px;
  font-size: 2.172em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  display: block;
  line-height: 0.9em;
  color: #b8cdb0;
}
.wrap .page_container {
  text-align: right;
}
.wrap .page_container ol,
.wrap .page_container ul,
.wrap .page_container dl,
.wrap .page_container li,
.wrap .page_container dt,
.wrap .page_container dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap .page_container span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.81rem;
}
.wrap .page_container .page li {
  display: inline-block;
  padding: 0 7px;
}
.wrap .path {
  width: 90%;
  margin: 20px auto 0;
  max-width: 1440px;
}
.wrap .path span {
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 767px) {
  .wrap .feature_bar_m {
    display: none;
  }
  .wrap .feature_bar {
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding: 5px 5px 0px 0;
    margin: 0 auto 5px;
    width: 95%;
    max-width: 1440px;
    font-weight: 600;
    position: relative;
    z-index: 9;
  }
  .wrap .search {
    margin: 0px;
  }
  .wrap .user_m {
    display: none;
  }
  .wrap .item_title {
    width: 99%;
  }
  .wrap .item_title h1 span:nth-child(1) {
    font-size: 1.7em;
  }
  .wrap .item_title h2 {
    font-size: 0.9em;
    margin: 0;
  }
  .wrap .marquee_container {
    width: 70%;
    margin: -21px auto 7px;
    position: relative;
    z-index: 999;
  }
  .wrap .marquee_container .marquee {
    width: 60%;
  }
  .wrap .marquee_container .marquee span {
    color: #f6ac1d;
    margin: 8px 10px 8px 0;
    margin: 0 10px 0 0;
  }
  .wrap .marquee_container .marquee .msg {
    flex: 0 0 calc(100% - 100px);
    margin-top: 6px;
  }
  .wrap .marquee_container.for-m {
    display: none;
  }
  .wrap .marquee_container.for-pc {
    display: block;
  }
  .wrap .marquee_container.pdt {
    margin: 0 auto 10px;
  }
  .wrap .marquee_container.pdt .marquee {
    width: 100%;
  }
  .wrap .marquee_container.pdt .marquee .msg {
    margin-top: 10px;
  }
  .wrap .page_container {
    text-align: right;
  }
  .wrap .page_container span {
    display: inline-block;
    font-size: 1rem;
    margin-right: 5px;
    margin-bottom: 0;
    position: relative;
    top: 3px;
  }
  .wrap .page_container .page {
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .wrap .item_title {
    font-size: 1.3rem;
  }
  .wrap .chat_container {
    width: 100px;
  }
  .wrap .marquee_container {
    width: 67%;
    margin: -25px auto 0;
    padding: 10px 0;
  }
  .wrap .marquee_container .marquee {
    width: 70%;
  }
  .wrap .marquee_container .marquee span {
    flex: 0 0 90px;
    padding: 0px 3px 0px 0;
    font-size: 1.19rem;
  }
  .wrap .marquee_container .marquee .msg {
    flex: 0 0 calc(100% - 120px);
    margin-top: 2px;
  }
  .wrap .marquee_container.pdt .marquee .msg {
    flex: 0 0 calc(100% - 110px);
    margin-top: 7px;
  }
  .wrap ul.page {
    font-size: 1.19em;
  }
  .wrap ul.page li a img {
    top: 1px;
  }
  .wrap .page_container span {
    font-size: 1.19rem;
    margin-right: 25px;
  }
}
@media (min-width: 1280px) {
  .wrap .item_title {
    font-size: 1.5rem;
  }
  .wrap .scrolltop_slide_container {
    right: 0px;
    left: initial;
  }
  .wrap .marquee_container .marquee {
    width: 78%;
  }
  .wrap .select:after {
    content: "";
    background-size: initial;
    width: 15px;
    height: 9px;
  }
}

*:focus {
  outline: none;
}

html,
body {
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #333;
}
html a,
body a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
}

.wrap {
  padding-top: 68px;
}
.wrap.has_marquee {
  padding-top: 127px;
}
@media (min-width: 767px) {
  .wrap {
    padding-top: 105px;
  }
  .wrap.has_marquee {
    padding-top: 143px;
  }
}
@media (min-width: 960px) {
  .wrap.has_marquee {
    padding-top: 140px;
  }
}
.wrap .kv_container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1520px;
}
.wrap .kv_container .tag {
  position: absolute;
  left: -3.5%;
  bottom: -8%;
  z-index: 999;
  width: 24%;
}
.wrap .kv_container .tag .tag_pc {
  display: none;
}
.wrap .kv_container .dot-num {
  position: absolute;
  right: 2.5%;
  bottom: -25px;
  z-index: 9;
}
.wrap .kv_container .slick-dots {
  text-align: right;
  width: 80%;
  z-index: 10;
}
.wrap .kv .slide_img .kv_m {
  display: block;
  padding-top: 59%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.wrap .kv .slide_img .kv_m div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.wrap .kv .slide_img .kv_pc {
  display: none;
}
.wrap .kv .slick-prev,
.wrap .kv .slick-next {
  width: 20px;
  height: 30px;
  top: 40%;
}
.wrap .kv .slick-prev {
  left: 8%;
}
.wrap .kv .slick-next {
  right: 8%;
}
@media (min-width: 767px) {
  .wrap .kv_container .tag {
    bottom: initial;
    width: 15%;
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wrap .kv_container .tag .tag_m {
    display: none;
  }
  .wrap .kv_container .tag .tag_pc {
    display: block;
  }
  .wrap .kv_container .dot-num {
    width: 65%;
    right: initial;
    text-align: right;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: -33px;
  }
  .wrap .kv_container .slick-dots {
    width: 76%;
    bottom: -32px;
  }
  .wrap .kv .slide_img .kv_pc {
    padding-top: 25%;
    border: 1px solid #ddd;
    margin: 0 auto;
    border-radius: 20px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .wrap .kv .slide_img .kv_pc div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .wrap .kv .slide_img .kv_m {
    display: none;
  }
  .wrap .kv .slick-prev {
    left: 18%;
    top: 50%;
  }
  .wrap .kv .slick-next {
    right: 16%;
    top: 50%;
  }
}
@media (min-width: 1280px) {
  .wrap .kv_container .dot-num {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: -38px;
  }
  .wrap .kv_container .slick-dots {
    bottom: -36px;
    width: 80%;
  }
  .wrap .kv .slick-prev {
    left: 19%;
    width: 34px;
    height: 51px;
  }
  .wrap .kv .slick-next {
    right: 17%;
    width: 34px;
    height: 51px;
  }
}

.wrap .box .main .content .development_box {
  width: 90%;
  margin: 40px auto;
  max-width: 1460px;
}
.wrap .box .main .content .development_box article .category_tag {
  font-size: 0.8em;
  padding: 2px 10px;
}
.wrap .box .main .content .development_box article .category_tag.tag1 {
  background-color: #c2da69;
}
.wrap .box .main .content .development_box article .category_tag.tag2 {
  background-color: #71c7d1;
}
.wrap .box .main .content .development_box article .category_tag.tag3 {
  background-color: #ffda2a;
}
.wrap .box .main .content .development_box article .category_tag.tag4 {
  background-color: #f6ac1d;
}
.wrap .box .main .content .development_box article .date {
  font-size: 0.8em;
}
.wrap .box .main .content .development_box article h2 {
  font-family: "Noto Serif CJK TC", "Songti", "Times New Roman", Times, serif, sans-serif;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 2.2rem;
  color: #367d46;
}
.wrap .box .main .content .development_box article h3 {
  font-weight: normal;
}
.wrap .box .main .content .development_box article p {
  line-height: 1.5rem;
  margin-bottom: 40px;
}
.wrap .box .main .content .development_box article p a {
  color: #0060ff;
}
.wrap .box .main .content .development_box article p a:hover {
  text-decoration: underline;
}
.wrap .box .main .content .development_box article .btn_group {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: stretch;
  justify-content: space-between;
}
.wrap .box .main .content .development_box article .btn_group a {
  flex: 0 0 48%;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 18px;
}
.wrap .box .main .content .development_box main .item_title h1 {
  font-size: 1.25rem;
}
.wrap .box .main .content .development_box main .item_title h1 span:last-child {
  display: block;
}
.wrap .box .main .content .development_box main .development_container {
  padding: 30px 0 50px;
}
.wrap .box .main .content .development_box main .development_container .development {
  width: 90%;
  margin: 0 auto;
  max-width: 1460px;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item {
  display: block;
  box-sizing: border-box;
  color: #3c3c3c;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item.empty {
  display: block;
  height: 0px;
  padding: 0;
  margin: 0;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item:hover > div .pic {
  background-size: 120%;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div {
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 0px 20px;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .pic {
  transition: 0.3s;
  padding-top: 67%;
  background-size: 100%;
  overflow: hidden;
  background-position: center center;
  border: 1px solid #ddd;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div P {
  line-height: 1.6em;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .category_tag {
  font-size: 0.8em;
  padding: 2px 10px;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .category_tag.tag1 {
  background-color: #c2da69;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .category_tag.tag2 {
  background-color: #71c7d1;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .category_tag.tag3 {
  background-color: #ffda2a;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .category_tag.tag4 {
  background-color: #f6ac1d;
}
.wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .date {
  font-size: 0.8em;
}
@media (min-width: 767px) {
  .wrap .box .main .content .development_box article {
    margin-bottom: 30px;
  }
  .wrap .box .main .content .development_box article .category_tag {
    font-size: 0.94em;
    padding: 2px 13px;
    margin-right: 10px;
  }
  .wrap .box .main .content .development_box article .date {
    font-size: 0.94em;
  }
  .wrap .box .main .content .development_box article h2 {
    font-size: 1.5rem;
    margin: 10px 0 20px;
  }
  .wrap .box .main .content .development_box article p {
    line-height: 2rem;
  }
  .wrap .box .main .content .development_box article .btn_group {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
    justify-content: center;
  }
  .wrap .box .main .content .development_box article .btn_group a {
    flex: 0 0 120px;
    margin: 0 10px 20px 0;
    padding: 15px 0;
  }
  .wrap .box .main .content .development_box main .item_title {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
  }
  .wrap .box .main .content .development_box main .item_title a {
    margin-top: 15px;
  }
  .wrap .box .main .content .development_box main .development_container {
    padding: 0px 0 0;
  }
  .wrap .box .main .content .development_box main .development_container .development {
    width: 100%;
    margin: 3% auto 0;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick .item {
    padding: 3px;
    flex: 0 0 32%;
    margin-bottom: 30px;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .category_tag {
    font-size: 0.94em;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick .item > div .date {
    font-size: 0.94em;
  }
}
@media (min-width: 960px) {
  .wrap .box .main .content .development_box article .btn_group a {
    flex: 0 0 150px;
    font-size: 1.5rem;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick .item {
    flex: 0 0 24.5%;
  }
}
@media (min-width: 1280px) {
  .wrap .box .main .content .development_box {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
  }
  .wrap .box .main .content .development_box article {
    flex: 0 0 78%;
  }
  .wrap .box .main .content .development_box article h2 {
    line-height: 2.8rem;
    font-size: 2rem;
    margin-top: 25px;
  }
  .wrap .box .main .content .development_box main {
    flex: 0 0 20%;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick {
    display: block;
  }
  .wrap .box .main .content .development_box main .development_container .development .development_slick .item {
    padding: 0px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=development_content.css.map */
