/*! 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 */
  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;
}

.form-file .file-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

[v-cloak] {
  display: none;
}

html,
body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5em;
  color: #595757;
  overflow-y: auto;
}

main {
  overflow: hidden;
}

.area-table {
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 768px) {
  .area-table {
    width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .area-table {
    width: 970px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .area-table {
    width: 1200px;
  }
}

.btnList {
  display: flex;
}

h1, h2, h3, h4, h5, h6 {
  font-size: unset;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
fieldset legend {
  width: 0;
  height: 0;
  text-indent: -99999999px;
  display: block;
}

.from-area {
  box-sizing: border-box;
  display: flex;
  margin-top: 4px;
}
.from-area.from-first, .from-area:nth-child(2) {
  margin-top: 0;
}

input[type=text] {
  border: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}

.select-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.select-box select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  outline: none;
  box-sizing: border-box;
  appearance: none;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  border: 6px solid transparent;
  border-top: 8px solid #789456;
  pointer-events: none;
  transform: translate(-10px, -4px);
}

.addr-box #twzipcode {
  display: flex;
  width: 100%;
}
.addr-box #twzipcode .select-box {
  width: calc(100% - 100px);
  margin-right: 4px;
}
.addr-box #twzipcode .zip-name {
  width: 92px;
  box-sizing: border-box;
}
.addr-box #twzipcode .zip-name input {
  width: 100%;
}
.addr-box .addr-desc {
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox], input[type=radio] {
  border: 0;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: flex;
  align-items: center;
  line-height: 30px;
}
input[type=checkbox] + label i, input[type=radio] + label i {
  margin-right: 8px;
}
input[type=checkbox] + label i, input[type=checkbox] + label span, input[type=radio] + label i, input[type=radio] + label span {
  margin-top: 0;
}
input[type=checkbox]:checked + label i {
  background-position: 0px -20px;
}
input[type=radio]:checked + label i {
  background-position: 0px -60px;
}

.form-file {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-file .file-name {
  width: calc(100% - 76px - 8px);
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.form-file .file-img {
  width: 150px;
  margin-top: 8px;
}
.form-file .file-img img {
  width: 100%;
}

textarea {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  outline: none;
  box-sizing: border-box;
}

h1 {
  width: 0;
  height: 0;
  position: fixed;
  top: -99999999px;
  left: -99999999px;
  opacity: 0;
}

img {
  display: flex;
}

.btn_hover {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.2s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_hover > svg,
.btn_hover > img {
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .btn_hover:hover {
    background-color: rgba(13, 13, 13, 0.3);
  }
  .btn_hover:hover > svg,
  .btn_hover:hover > img {
    transform: scale(0.8);
  }
}

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
}
.popup_wrap .popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup_wrap .popup_area {
  width: calc(100% - 32px);
  max-width: 800px;
  height: calc(100% - 32px);
  max-height: 600px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 30px 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.popup_wrap .popup_area .popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_wrap .popup_area .popup_close svg {
  width: 28px;
  height: 28px;
}
.popup_wrap .popup_area .popup_title {
  height: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 20px;
}
.popup_wrap .popup_area .popup_content {
  height: calc(100% - 30px - 20px - 20px);
  margin-bottom: 30px;
  overflow-y: auto;
  box-sizing: border-box;
}
.popup_wrap .popup_area .popup_content img {
  width: 100%;
}

.go_top_wrap {
  position: fixed;
  width: 50px;
  height: 100px;
  right: 10px;
  bottom: 10px;
  z-index: 999999;
}
@media screen and (min-width: 1024px) {
  .go_top_wrap {
    right: 20px;
    bottom: 20px;
  }
}
.go_top_wrap .go_top_btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .go_top_wrap .go_top_btn:hover .arrow_top_img {
    bottom: 15px;
  }
}
.go_top_wrap .go_top_text {
  height: 100px;
  color: #fff;
  font-family: "Times New Roman";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  writing-mode: vertical-rl;
  text-align: right;
}
.go_top_wrap .arrow_top_img {
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.5s;
}

.icon_coin {
  position: relative;
  padding-left: 30px;
}
.icon_coin::before {
  content: "$";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.photo_box_wrap {
  display: flex;
  flex-direction: column;
}
.photo_box_wrap.text_right {
  align-items: flex-end;
}
.photo_box_wrap img {
  width: 100%;
}
.photo_box_wrap .photo_remark {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .photo_box_wrap .photo_remark {
    font-size: 16px;
    font-size: 1rem;
  }
}
.photo_box_wrap .photo_remark a {
  color: #fff;
}

.yt_wrap {
  width: 100%;
}
.yt_wrap .yt_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.yt_wrap .yt_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.yt_wrap .remark {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 10px;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
header .area-table {
  box-sizing: border-box;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  header .area-table {
    width: 100%;
    height: 80px;
    padding: 0 20px;
  }
}
header .header_logo {
  width: 200px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  header .header_logo {
    width: 238px;
  }
}
header .header_logo img {
  width: 100%;
}
header .header_tool {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header_tool .tool_item {
  margin-left: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .header_tool .tool_item {
    margin-left: 40px;
  }
}
header .header_tool .tool_item:nth-child(1) {
  margin-left: 0;
}
header .header_tool .tool_item.active .share_list {
  display: block;
}
header .header_tool .tool_item.active > .share_icon {
  background-color: rgba(13, 13, 13, 0.3);
}
header .header_tool .tool_item.active > .share_icon > svg {
  transform: scale(0.8);
}
header .header_tool .share_list {
  position: absolute;
  top: 50px;
  display: none;
}
header .header_tool .share_list .share_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
header .header_tool .share_list .share_icon:nth-child(1) {
  margin-top: 0;
}
header .header_tool .nav_icon svg rect {
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  header .header_tool .nav_icon:hover svg rect:nth-child(1) {
    width: 21px;
  }
  header .header_tool .nav_icon:hover svg rect:nth-child(2) {
    width: 21px;
  }
  header .header_tool .nav_icon:hover svg rect:nth-child(3) {
    width: 28px;
    transform: translateX(-7px);
  }
}

.form-file .file-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.nav_wrap nav .nav_item a {
  font-family: "Noto Serif TC", sans-serif;
}

.nav_wrap.active .nav_area {
  right: 0;
}
.nav_wrap.active .nav_bg {
  display: block;
}
.nav_wrap .nav_area {
  right: 300px;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  transition: 0.5s;
  position: fixed;
  right: -300px;
  z-index: 99999;
}
@media screen and (min-width: 1024px) {
  .nav_wrap .nav_area {
    padding: 20px;
  }
}
.nav_wrap .nav_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(35, 35, 35, 0.55);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.nav_wrap .nav_header_tool {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav_wrap .nav_close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_wrap nav .nav_item.active a {
  color: #808080;
}
.nav_wrap nav .nav_item.active a a {
  color: #808080;
}
.nav_wrap nav .nav_item.active a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 20px;
  background-image: url("../images/icon/icon_nav.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.nav_wrap nav {
  margin-top: 30px;
}
@media screen and (min-height: 900px) {
  .nav_wrap nav {
    margin-top: 60px;
  }
}
.nav_wrap nav .nav_item {
  margin-top: 20px;
  position: relative;
  padding-left: 90px;
}
.nav_wrap nav .nav_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-height: 768px) {
  .nav_wrap nav .nav_item {
    margin-top: 25px;
  }
}
@media screen and (min-height: 900px) {
  .nav_wrap nav .nav_item {
    margin-top: 40px;
  }
}
.nav_wrap nav .nav_item a {
  height: 30px;
  color: #404040;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nav_wrap nav .nav_item a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav_wrap nav .nav_item:hover a {
    color: #004BA0;
  }
  .nav_wrap nav .nav_item:hover a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 20px;
    background-image: url("../images/icon/icon_nav.svg");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }
}
.nav_wrap .nav_share {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .nav_wrap .nav_share {
    margin-top: 60px;
  }
}
.nav_wrap .nav_share .share_item {
  margin-left: 20px;
}
.nav_wrap .nav_share .share_item:nth-child(1) {
  margin-left: 0;
}

footer {
  width: 100%;
  background-image: url("../images/bg/footer.jpg");
  background-size: 1280px auto;
  background-position: center;
  display: flex;
  margin-top: 200px;
}
@media screen and (min-width: 1024px) {
  footer {
    background-size: 1920px 1080px;
  }
}
footer .production_team {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  footer .production_team {
    margin-top: 100px;
  }
}
footer .production_team .team_item {
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  footer .production_team .team_item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
footer .production_team .team_item:nth-child(1) {
  margin-top: 0;
}
footer .production_team .team_item .production_title {
  width: 90px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  footer .production_team .team_item .production_title {
    width: 100px;
  }
}
footer .production_team .team_item .production_title > span {
  padding: 0 3px;
}
footer .production_team .team_item .production_name {
  width: 260px;
}
@media screen and (min-width: 1024px) {
  footer .production_team .team_item .production_name {
    width: 290px;
  }
}
footer .footer_link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
footer .footer_link .link_item {
  margin-left: 20px;
}
footer .footer_link .link_item:nth-child(1) {
  margin-left: 0;
}
footer .footer_link .link_item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 50px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .copyright {
    margin-top: 100px;
    padding: 24px 0;
  }
}
footer .copyright a {
  color: #fff;
  text-decoration: none;
}
footer .copyright a.phone {
  margin: 0 5px;
}/*# sourceMappingURL=table.css.map */