/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/share/common.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
html, body,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  display: inline;
  font-style: normal; }

@font-face {
  src: url(../fonts/GenWanMin-SB.woff2) format("woff2");
  font-family: 'GenWanMin-SB';
  font-display: swap; }

@font-face {
  src: url(../fonts/Oradano.woff2) format("woff2");
  font-family: 'Oradano';
  font-display: swap; }

html, body {
  width: 100%;
  font-family: "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #323232;
  font-size: 0.83333vw;
  background-image: url(../img/bg.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: relative; }
  @media screen and (max-width: 950px) {
    html, body {
      padding: env(safe-area-inset); } }

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.container, .container_inner {
  width: calc(100% - 5rem);
  max-width: 90rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .container, .container_inner {
      width: calc(100% - 6rem); } }

.container_inner {
  width: calc(100% - 1.25rem);
  max-width: 62.5rem; }

section {
  position: relative;
  z-index: 1; }

.loading {
  width: 100%;
  height: 100%;
  background: #ECD9BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: .99;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
  .loading.loading_hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.loader_container {
  position: relative; }

.loading_txt {
  text-align: center;
  font-size: 1.0625rem;
  font-family: "Oradano", "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  letter-spacing: 0.125rem;
  line-height: 2;
  opacity: 1;
  -webkit-animation: loading_opacity 1.5s ease-in-out infinite;
          animation: loading_opacity 1.5s ease-in-out infinite; }

@-webkit-keyframes loading_opacity {
  50% {
    opacity: .1; } }

@keyframes loading_opacity {
  50% {
    opacity: .1; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70; }
  .header .container, .header .container_inner {
    max-width: none; }

.menu {
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.nav {
  width: 100%; }
  .nav .container, .nav .container_inner {
    max-width: 87.125rem;
    padding-top: 5.625rem; }
    @media screen and (max-width: 950px) {
      .nav .container, .nav .container_inner {
        padding-top: 9.375rem; } }

.nav_li {
  padding: 1.125rem 0; }

.nav_link {
  font-size: 3.75rem;
  font-family: "Oradano", "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  letter-spacing: 0.3125rem; }
  .nav_link:hover, .nav_link.active {
    color: #558611; }
  .nav_link sup {
    position: absolute;
    top: -0.25rem; }

.hamburger {
  width: 5.1875rem;
  position: absolute;
  top: 1.3125rem;
  left: 0; }
  @media screen and (max-width: 950px) {
    .hamburger {
      width: 9.375rem; } }

.hamburger_link.active .hamburger_icon::before, .hamburger_link:hover .hamburger_icon::before, .hamburger_link:focus .hamburger_icon::before {
  opacity: 0; }

.hamburger_link.active .hamburger_icon::after, .hamburger_link:hover .hamburger_icon::after, .hamburger_link:focus .hamburger_icon::after {
  opacity: 1; }

.hamburger_icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .hamburger_icon::before, .hamburger_icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/icon_sprite_2.webp);
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out; }
  .hamburger_icon::before {
    background-position: 0 0%; }
  .hamburger_icon::after {
    background-position: 100% 0%;
    opacity: 0; }

.hamburger_txt {
  font-size: 1.1875rem;
  font-family: "Oradano", "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 950px) {
    .hamburger_txt {
      font-size: 1.5rem; } }

.footer {
  width: 100%;
  background-image: url(../img/footer_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 -0.625rem 0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 -0.625rem 0.625rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1; }
  .footer .container, .footer .container_inner {
    max-width: 100rem;
    padding-top: 9.375rem;
    padding-bottom: 9.0625rem; }

.footer_handler {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -0.4375rem;
  margin-right: -0.625rem; }

@media screen and (min-width: 951px) {
  .footer_handler_link:after {
    content: "";
    width: calc(100% + 0.25rem);
    height: calc(100% + 0.25rem);
    border: 0.125rem dotted #69853a;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -0.125rem;
    left: -0.125rem;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .footer_handler_link:focus:after {
    opacity: 1; } }

.footer_handler_link:hover .footer_handler_btn::after {
  opacity: 1; }

.footer_handler_btn {
  width: 12.3125rem;
  height: 4.9375rem; }
  .footer_handler_btn::before, .footer_handler_btn::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/footer_btn.webp);
    background-size: 200% auto;
    position: absolute;
    top: 0;
    left: 0; }
  .footer_handler_btn::before {
    background-position: 0 0; }
  .footer_handler_btn::after {
    background-position: 100% 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer_col.col_1 {
  max-width: 34.375rem;
  -webkit-box-flex: 34.375rem;
      -ms-flex: 34.375rem 1 auto;
          flex: 34.375rem 1 auto;
  border-right: 0.0625rem solid #000;
  padding-right: 3.3125rem; }

.footer_col.col_2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3.3125rem; }

.footer_col .footer_col {
  max-width: 23.75rem; }

.footer_col .small {
  font-size: 0.75rem; }

.footer_logo {
  width: 10.625rem;
  margin-bottom: 1.875rem; }

.footer_maintitle {
  font-size: 1.8125rem;
  font-family: "Oradano", "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  margin-bottom: 1.875rem; }

.footer_title,
.footer_txt {
  font-size: 0.9375rem;
  line-height: 2; }
  .footer_title a,
  .footer_txt a {
    display: inline; }
    .footer_title a:hover,
    .footer_txt a:hover {
      color: #69853a; }

.lightbox {
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/bg_2.webp);
  background-size: cover;
  background-position: center top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  z-index: 999; }
  @media screen and (min-width: 951px) {
    .lightbox::-webkit-scrollbar {
      width: 0.25rem; }
    .lightbox::-webkit-scrollbar-track {
      border-radius: 0.25rem;
      background: rgba(255, 255, 255, 0.1); }
    .lightbox::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3); } }
  @media screen and (max-width: 950px) {
    .lightbox {
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem; } }

.lb_board {
  width: 100%;
  max-width: 108.125rem;
  margin: auto;
  position: relative; }

.btnClose {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: -0.4375rem;
  right: 0;
  z-index: 5; }
  @media screen and (max-width: 480px) {
    .btnClose {
      right: 0.625rem; } }
  .btnClose:before, .btnClose:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 1.3125rem auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .btnClose:before {
    background-image: url(../img/btnClose.webp); }
  .btnClose:after {
    background-image: url(../img/btnClose_hvr.webp);
    opacity: 0; }
  .btnClose:hover:before {
    opacity: 0; }
  .btnClose:hover:after {
    opacity: 1; }

.btnClose_link {
  width: 100%;
  height: 100%;
  z-index: 5; }
  @media screen and (min-width: 951px) {
    .btnClose_link:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #69853a;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .btnClose_link:focus:after {
      opacity: 1; } }

.lb_btn {
  cursor: pointer; }

.funcbtn_box {
  padding-right: 1.8125rem;
  padding-bottom: 2.5rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 60; }

.funcbtn_li {
  position: relative;
  padding: 0.125rem; }

.funcbtn {
  width: 3.125rem;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    .funcbtn {
      width: 5.625rem; } }
  .funcbtn::before, .funcbtn::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/icon_sprite_1.webp);
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out; }
  .funcbtn::after {
    opacity: 0; }
  .funcbtn[disabled="disabled"] {
    opacity: .3; }
    @media screen and (min-width: 951px) {
      .funcbtn[disabled="disabled"]:focus::before, .funcbtn[disabled="disabled"]:hover::before {
        opacity: 1; }
      .funcbtn[disabled="disabled"]:focus::after, .funcbtn[disabled="disabled"]:hover::after {
        opacity: 0; } }
  @media screen and (min-width: 951px) {
    .funcbtn:focus::before, .funcbtn:hover::before {
      opacity: 0; }
    .funcbtn:focus::after, .funcbtn:hover::after {
      opacity: 1; } }
  .funcbtn a {
    z-index: 1; }

.func_back,
.func_backtotop {
  width: 4.75rem;
  position: fixed;
  z-index: 10; }
  .func_back::before, .func_back::after,
  .func_backtotop::before,
  .func_backtotop::after {
    background-image: url(../img/icon_sprite_5.webp);
    background-size: 200%; }

.func_back {
  top: 1.5rem;
  right: 2.1875rem;
  z-index: 50; }
  @media screen and (max-width: 950px) {
    .func_back {
      top: 2rem;
      right: 4.3rem; } }
  .func_back::after {
    background-position: 100% 0; }

.func_backtotop {
  bottom: 3rem;
  left: 2.5rem;
  z-index: 50;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  @media screen and (max-width: 950px) {
    .func_backtotop {
      left: 4.3rem; } }
  .func_backtotop::before {
    background-position: 0% 50%; }
  .func_backtotop::after {
    background-position: 100% 50%; }
  .func_backtotop.active {
    opacity: 1; }
  .func_backtotop .func_backtotop {
    margin-top: 0.125rem; }

.funcbtn_txt {
  font-family: "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.125rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0.3125rem; }
  @media screen and (max-width: 950px) {
    .funcbtn_txt {
      font-size: 1.5rem; } }

.funcbtn_control {
  padding-bottom: 0.125rem;
  position: relative; }

.func_control {
  width: 5.375rem; }
  @media screen and (max-width: 950px) {
    .func_control {
      width: 9.375rem; } }
  .func_control::before, .func_control::after {
    background-image: url(../img/icon_sprite_2.webp); }
  .func_control::before {
    background-position: 0% 100%; }
  .func_control::after {
    background-position: 100% 100%; }
  .func_control.active::before {
    opacity: 0; }
  .func_control.active::after {
    opacity: 1; }
  .func_control.active + .func_control_txt {
    opacity: 0; }

.func_control_txt {
  white-space: nowrap;
  font-size: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  margin-top: -0.3125rem; }
  @media screen and (max-width: 950px) {
    .func_control_txt {
      font-size: 1.5rem; } }

.func_instruction::before {
  background-position: 0% 0%; }

.func_instruction::after {
  background-position: 100% 0%; }

.func_instruction_txt {
  white-space: nowrap;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0.125rem; }

.func_txt_plus::before {
  background-position: 0% 14.28571%; }

.func_txt_plus::after {
  background-position: 100% 14.28571%; }

.func_txt_minus::before {
  background-position: 0% 28.57143%; }

.func_txt_minus::after {
  background-position: 100% 28.57143%; }

.func_share::before {
  background-position: 0% 42.85714%; }

.func_share::after {
  background-position: 100% 42.85714%; }

.func_copy::before {
  background-position: 0% 57.14286%; }

.func_copy::after {
  background-position: 100% 57.14286%; }

.func_pinterest::before {
  background-position: 0% 71.42857%; }

.func_pinterest::after {
  background-position: 100% 71.42857%; }

.func_facebook::before {
  background-position: 0% 85.71429%; }

.func_facebook::after {
  background-position: 100% 85.71429%; }

.func_volume::before {
  background-position: 0% 100%; }

.func_volume::after {
  background-position: 100% 100%; }

.func_share_trigger.active .social_list, .func_share_trigger:hover .social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.func_share_trigger.active .func_share::before {
  opacity: 0; }

.func_share_trigger.active .func_share::after {
  opacity: 1; }

.func_info {
  width: 4.75rem; }
  .func_info::before, .func_info::after {
    background-image: url(../img/icon_sprite_5.webp); }
  .func_info::before {
    background-position: 0% 100%; }
  .func_info::after {
    background-position: 100% 100%; }
  .func_info.active::before {
    opacity: 0; }
  .func_info.active::after {
    opacity: 1; }

.social_list {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -0.875rem; }

.social_li {
  padding: 0.125rem; }

.instruction_box {
  width: 35.6875rem;
  height: 100vh;
  background: rgba(236, 217, 190, 0.9);
  padding: 3.4375rem 8.4375rem 3.4375rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: -0.4375rem 0 1.25rem rgba(0, 0, 0, 0.25);
          box-shadow: -0.4375rem 0 1.25rem rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 55;
  -webkit-transform: translateX(35.9375rem);
      -ms-transform: translateX(35.9375rem);
          transform: translateX(35.9375rem); }
  .instruction_box .instruction_txt {
    font-size: 1.1875rem;
    color: #323232;
    line-height: 1.31579;
    letter-spacing: 0; }

.instruction_line {
  width: 24.75rem; }

.instruction_sec {
  padding: 1.25rem 0; }
  .instruction_sec.inst_1 {
    padding-bottom: 0.3125rem; }
  .instruction_sec.inst_2 {
    padding-top: 2.375rem;
    padding-bottom: 2.6875rem; }
  .instruction_sec.inst_3 {
    padding-top: 1.875rem;
    padding-bottom: 2.6875rem; }

.instruction_title {
  font-size: 1.3125rem;
  white-space: nowrap;
  margin-bottom: 2.5rem; }

.instruction_row {
  max-width: 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.instruction_col {
  padding: 0 1.875rem; }

.instruction_item.ins_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
  padding-left: 4.0625rem; }

.instruction_icon {
  width: 3.0625rem;
  background-image: url(../img/icon_sprite_4.webp);
  background-size: 200%;
  margin: 0 auto 1.25rem; }
  .instruction_icon.icon_1 {
    width: 7.75rem;
    background-image: url(../img/icon_sprite_3.webp);
    background-size: 100%;
    background-position: 0 0; }
  .instruction_icon.icon_2 {
    width: 7.75rem;
    background-image: url(../img/icon_sprite_3.webp);
    background-size: 100%;
    background-position: 0 100%; }
  .instruction_icon.icon_3 {
    background-position: 0 0; }
  .instruction_icon.icon_4 {
    background-position: 0% 25%; }
  .instruction_icon.icon_5 {
    background-position: 0% 50%; }
  .instruction_icon.icon_6 {
    background-position: 0% 75%; }
  .instruction_icon.icon_7 {
    background-position: 0% 100%; }

.mobile_block {
  width: 100%;
  height: 100%;
  background: #ECD9BE;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  @media screen and (orientation: portrait) {
    .mobile_block {
      display: block; } }
  @media screen and (orientation: landscape) {
    .mobile_block {
      display: none; } }

.block_inner {
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0; }

.turn_img {
  width: 73px;
  margin: 0 auto;
  margin-top: 40px; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .3;
  z-index: 90; }

.instruction_block {
  width: 100%;
  height: 100%;
  background: rgba(236, 217, 190, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40; }

.instruction {
  position: absolute;
  opacity: 0; }
  .instruction.ins_scrolldown {
    bottom: 0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .instruction.ins_scrolldown .instruction_arrow {
      margin-top: 0.9375rem; }
    .instruction.ins_scrolldown .instruction_txt {
      text-align: center; }
  .instruction.ins_search {
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.875rem; }
  .instruction.ins_hamburger {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-22%);
        -ms-transform: translateY(-22%);
            transform: translateY(-22%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.25rem; }
  .instruction.ins_selected_thumbs {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .instruction.ins_backtotop {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-22%);
        -ms-transform: translateY(-22%);
            transform: translateY(-22%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.25rem; }
  .instruction.ins_funcbtn {
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
            transform: translateY(-65%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -0.3125rem; }
    .instruction.ins_funcbtn .instruction_arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-left: 0.3125rem; }
  .instruction.ins_back {
    text-align: right;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -0.3125rem; }
    .instruction.ins_back .instruction_arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-left: 0.3125rem; }

.instruction_arrow.down {
  width: 0.875rem;
  margin: 0 auto 1rem; }

.instruction_arrow.right {
  width: 1.875rem; }

.instruction_arrow.left {
  width: 2.3125rem;
  margin-right: 0.9375rem; }

.instruction_txt {
  font-size: 1.375rem;
  color: #154e72;
  font-family: "Oradano", "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  letter-spacing: 0.125rem;
  white-space: nowrap;
  line-height: 1.3913; }
  @media screen and (max-width: 950px) {
    .instruction_txt {
      font-size: 1.75rem; } }

.instruction_close {
  padding-top: 5.625rem;
  opacity: 0; }
  .instruction_close .instruction_txt {
    font-size: 1.625rem;
    color: #323232;
    font-family: "Oradano", "GenWanMin-SB", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
    letter-spacing: 0.1875rem;
    white-space: nowrap;
    margin-top: 0.625rem; }

.instruction_close_link .instruction_txt {
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out; }

.instruction_close_img {
  width: 1.875rem;
  margin: 0 auto; }
  @media screen and (max-width: 950px) {
    .instruction_close_img {
      width: 3rem; } }


/*# sourceMappingURL=common.min.css.map*/