/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.clear:after,
blockquote:after,
q:before,
q.clear:after,
q:after {
  content: "";
  content: none; }

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/Acumin-RPro.otf) format("opentype");
  font-family: 'Acumin';
  font-display: swap; }

html, body {
  width: 100%;
  font-family: "Acumin", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #3a2f28;
  font-size: 0.83333vw;
  letter-spacing: 0.0625rem;
  background-color: #cccccc;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 1024px) {
    html, body {
      font-size: 1.25vw; } }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 1.42857vw; } }

.lang_en {
  letter-spacing: 0; }

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

.container {
  width: calc(100% - 5rem);
  max-width: 80rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      width: calc(100% - 2.5rem); } }
  @media screen and (max-width: 480px) {
    .container {
      width: calc(100% - 1.25rem); } }

section {
  position: relative; }

.accesskey {
  font-size: 1rem;
  color: #cccccc;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .accesskey:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .accesskey:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .accesskey {
      display: none; } }
  .accesskey:focus {
    color: #3a2f28; }

.access_content {
  width: 0.0625rem;
  height: 0.0625rem;
  font-size: 1rem;
  padding: 0 0.625rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  clip: rect(0, 0, 0, 0); }
  @media screen and (min-width: 769px) {
    .access_content:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .access_content:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .access_content {
      display: none; } }
  .access_content:focus {
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto; }

.accesskey_container {
  width: calc(100% - 5rem);
  max-width: 80rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .accesskey_container {
      width: calc(100% - 2.5rem); } }
  @media screen and (max-width: 480px) {
    .accesskey_container {
      width: calc(100% - 1.25rem); } }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

.pic {
  position: relative; }

.img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

svg {
  display: block;
  width: 100%;
  height: 100%; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  a:hover {
    color: inherit;
    text-decoration: none; }

img {
  width: 100%;
  height: auto;
  display: block; }

iframe {
  width: 100%;
  height: auto; }

.hide {
  display: none; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.c {
  clear: both; }

.loading {
  width: 100%;
  height: 100%;
  background: #3a2f28;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: 999; }

.wave_container {
  max-width: 10rem; }

.wave {
  border-width: 0.1em;
  border-style: solid;
  position: absolute;
  -webkit-animation: wave 1500ms infinite alternate;
          animation: wave 1500ms infinite alternate;
  -webkit-transform: rotate(-44.5deg);
      -ms-transform: rotate(-44.5deg);
          transform: rotate(-44.5deg); }
  .wave:nth-child(1) {
    width: 9.5125em;
    height: 9.5125em;
    bottom: -4.75625em;
    left: 0.24375em;
    -webkit-animation-delay: 75ms;
            animation-delay: 75ms;
    border-color: transparent transparent #1abc9c #1abc9c;
    border-radius: 9.5125em; }
  .wave:nth-child(2) {
    width: 9.025em;
    height: 9.025em;
    bottom: -4.5125em;
    left: 0.4875em;
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.904762) rgba(26, 188, 156, 0.904762);
    border-radius: 9.025em; }
  .wave:nth-child(3) {
    width: 8.5375em;
    height: 8.5375em;
    bottom: -4.26875em;
    left: 0.73125em;
    -webkit-animation-delay: 225ms;
            animation-delay: 225ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.857143) rgba(26, 188, 156, 0.857143);
    border-radius: 8.5375em; }
  .wave:nth-child(4) {
    width: 8.05em;
    height: 8.05em;
    bottom: -4.025em;
    left: 0.975em;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.809524) rgba(26, 188, 156, 0.809524);
    border-radius: 8.05em; }
  .wave:nth-child(5) {
    width: 7.5625em;
    height: 7.5625em;
    bottom: -3.78125em;
    left: 1.21875em;
    -webkit-animation-delay: 375ms;
            animation-delay: 375ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.761905) rgba(26, 188, 156, 0.761905);
    border-radius: 7.5625em; }
  .wave:nth-child(6) {
    width: 7.075em;
    height: 7.075em;
    bottom: -3.5375em;
    left: 1.4625em;
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.714286) rgba(26, 188, 156, 0.714286);
    border-radius: 7.075em; }
  .wave:nth-child(7) {
    width: 6.5875em;
    height: 6.5875em;
    bottom: -3.29375em;
    left: 1.70625em;
    -webkit-animation-delay: 525ms;
            animation-delay: 525ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.666667) rgba(26, 188, 156, 0.666667);
    border-radius: 6.5875em; }
  .wave:nth-child(8) {
    width: 6.1em;
    height: 6.1em;
    bottom: -3.05em;
    left: 1.95em;
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.619048) rgba(26, 188, 156, 0.619048);
    border-radius: 6.1em; }
  .wave:nth-child(9) {
    width: 5.6125em;
    height: 5.6125em;
    bottom: -2.80625em;
    left: 2.19375em;
    -webkit-animation-delay: 675ms;
            animation-delay: 675ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.571429) rgba(26, 188, 156, 0.571429);
    border-radius: 5.6125em; }
  .wave:nth-child(10) {
    width: 5.125em;
    height: 5.125em;
    bottom: -2.5625em;
    left: 2.4375em;
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.52381) rgba(26, 188, 156, 0.52381);
    border-radius: 5.125em; }
  .wave:nth-child(11) {
    width: 4.6375em;
    height: 4.6375em;
    bottom: -2.31875em;
    left: 2.68125em;
    -webkit-animation-delay: 825ms;
            animation-delay: 825ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.47619) rgba(26, 188, 156, 0.47619);
    border-radius: 4.6375em; }
  .wave:nth-child(12) {
    width: 4.15em;
    height: 4.15em;
    bottom: -2.075em;
    left: 2.925em;
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.428571) rgba(26, 188, 156, 0.428571);
    border-radius: 4.15em; }
  .wave:nth-child(13) {
    width: 3.6625em;
    height: 3.6625em;
    bottom: -1.83125em;
    left: 3.16875em;
    -webkit-animation-delay: 975ms;
            animation-delay: 975ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.380952) rgba(26, 188, 156, 0.380952);
    border-radius: 3.6625em; }
  .wave:nth-child(14) {
    width: 3.175em;
    height: 3.175em;
    bottom: -1.5875em;
    left: 3.4125em;
    -webkit-animation-delay: 1050ms;
            animation-delay: 1050ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.333333) rgba(26, 188, 156, 0.333333);
    border-radius: 3.175em; }
  .wave:nth-child(15) {
    width: 2.6875em;
    height: 2.6875em;
    bottom: -1.34375em;
    left: 3.65625em;
    -webkit-animation-delay: 1125ms;
            animation-delay: 1125ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.285714) rgba(26, 188, 156, 0.285714);
    border-radius: 2.6875em; }
  .wave:nth-child(16) {
    width: 2.2em;
    height: 2.2em;
    bottom: -1.1em;
    left: 3.9em;
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.238095) rgba(26, 188, 156, 0.238095);
    border-radius: 2.2em; }
  .wave:nth-child(17) {
    width: 1.7125em;
    height: 1.7125em;
    bottom: -0.85625em;
    left: 4.14375em;
    -webkit-animation-delay: 1275ms;
            animation-delay: 1275ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.190476) rgba(26, 188, 156, 0.190476);
    border-radius: 1.7125em; }
  .wave:nth-child(18) {
    width: 1.225em;
    height: 1.225em;
    bottom: -0.6125em;
    left: 4.3875em;
    -webkit-animation-delay: 1350ms;
            animation-delay: 1350ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.142857) rgba(26, 188, 156, 0.142857);
    border-radius: 1.225em; }
  .wave:nth-child(19) {
    width: 0.7375em;
    height: 0.7375em;
    bottom: -0.36875em;
    left: 4.63125em;
    -webkit-animation-delay: 1425ms;
            animation-delay: 1425ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.0952381) rgba(26, 188, 156, 0.0952381);
    border-radius: 0.7375em; }
  .wave:nth-child(20) {
    width: 0.25em;
    height: 0.25em;
    bottom: -0.125em;
    left: 4.875em;
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
    border-color: transparent transparent rgba(26, 188, 156, 0.047619) rgba(26, 188, 156, 0.047619);
    border-radius: 0.25em; }

@-webkit-keyframes wave {
  to {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }

@keyframes wave {
  to {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }

.lightbox {
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  background: -o-linear-gradient(bottom, rgba(81, 139, 135, 0.6) 0%, rgba(81, 139, 135, 0.1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(81, 139, 135, 0.6)), to(rgba(81, 139, 135, 0.1)));
  background: linear-gradient(to top, rgba(81, 139, 135, 0.6) 0%, rgba(81, 139, 135, 0.1) 100%);
  -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: 769px) {
    .lightbox::-webkit-scrollbar {
      width: 0.25rem; }
    .lightbox::-webkit-scrollbar-track {
      border-radius: 0.25rem;
      background: rgba(0, 0, 0, 0.1); }
    .lightbox::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.5); } }
  @media screen and (max-width: 768px) {
    .lightbox {
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem; } }

.lb_board {
  max-width: 60rem;
  margin: auto;
  position: relative; }

.lb_close {
  position: absolute;
  top: 1rem;
  right: 2.0625rem;
  z-index: 3; }
  .lb_close .func_close {
    background-position: 0% 85.71429%; }
    @media screen and (max-width: 480px) {
      .lb_close .func_close {
        right: 0.625rem; } }
  @media screen and (min-width: 769px) {
    .lb_close a:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .lb_close a:focus:after {
      opacity: 1; } }

.func_close {
  -webkit-transform-origin: center 48.5%;
      -ms-transform-origin: center 48.5%;
          transform-origin: center 48.5%;
  -webkit-transition: -webkit-transform .6s ease-out;
  transition: -webkit-transform .6s ease-out;
  -o-transition: transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out, -webkit-transform .6s ease-out; }
  .func_close:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .func_close:hover::before {
      display: none; }

.lb_btn {
  cursor: pointer; }

.hamburger {
  position: relative;
  z-index: 99; }

.hamburger_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 769px) {
    .hamburger_link:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .hamburger_link:focus:after {
      opacity: 1; } }

.hamburger_bars {
  width: 2.5rem;
  height: 1.75rem;
  position: relative; }

.hamburger_bar {
  width: 100%;
  height: 0.125rem;
  background: #988575;
  border-radius: 0.125rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  margin-top: -0.0625rem; }
  .hamburger_bar:before, .hamburger_bar.clear:after, .hamburger_bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    background: #988575;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.0625rem;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .hamburger_bar:before, .hamburger_bar.clear:after {
    -webkit-transform: translateY(-0.625rem);
        -ms-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem); }
  .hamburger_bar:after {
    -webkit-transform: translateY(0.625rem);
        -ms-transform: translateY(0.625rem);
            transform: translateY(0.625rem); }

.active .hamburger_bar {
  background: transparent; }
  .active .hamburger_bar:before, .active .hamburger_bar.clear:after {
    -webkit-transform: translateY(0) rotate(135deg);
        -ms-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg); }
  .active .hamburger_bar:after {
    -webkit-transform: translateY(0) rotate(-135deg);
        -ms-transform: translateY(0) rotate(-135deg);
            transform: translateY(0) rotate(-135deg); }

.active .hamburger_txt {
  opacity: 0; }

.hamburger_txt {
  font-size: 0.875rem;
  font-weight: bold;
  color: #3a2f28;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  margin-left: 0.75rem;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.nav {
  width: 53.75%;
  height: 100vh;
  background-image: url(../img/nav_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0; }

@media screen and (max-width: 768px) {
  .nav_box {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

.nav_list {
  padding: 0 6.25rem;
  margin-bottom: 12.5rem; }
  @media screen and (max-width: 768px) {
    .nav_list {
      margin-bottom: 6.25rem; } }

.nav_link {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.1875rem;
  line-height: 2.5; }
  @media screen and (min-width: 769px) {
    .nav_link:hover, .nav_link:focus {
      color: #518b87; } }

.lang_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  z-index: 99; }

.lang_col {
  padding: 0 0.25rem; }

.lang_link {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 2.875rem;
  border: 1px solid #3e332c;
  background: #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  padding-top: 0.3125rem; }
  @media screen and (min-width: 769px) {
    .lang_link:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .lang_link:focus:after {
      opacity: 1; } }
  .lang_link.active, .lang_link:focus, .lang_link:hover {
    background: #3e332c;
    color: #fff; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .header .accesskey {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.header_bg {
  width: 100vw;
  height: 100vh;
  background: rgba(204, 204, 204, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 1024px) {
    .header_bg {
      width: 0;
      height: 0;
      display: none; } }

.header_container {
  max-width: none;
  padding: 1.5625rem 0; }

.header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .header_row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.footer {
  width: 100%;
  color: #bbb;
  font-size: 0.9375rem;
  font-weight: 100;
  line-height: 1.8;
  background: url(../img/footer_bg.webp);
  background-size: cover;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 101;
  padding: 3.125rem 0 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .footer {
      font-size: 0.8125rem; } }
  @media screen and (max-width: 768px) {
    .footer {
      font-size: 0.625rem; } }
  .footer .container {
    max-width: none; }
    @media screen and (max-width: 768px) {
      .footer .container {
        max-height: 60vh;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
  @media screen and (min-width: 769px) {
    .footer a:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .footer a:focus:after {
      opacity: 1; } }
  .footer a::after {
    border-color: #fff; }
  .footer .accesskey {
    right: auto;
    top: auto;
    left: 0;
    bottom: 100%; }

.footer_title {
  font-weight: 500; }

.footer_btn {
  width: 12.5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -0.0625rem; }
  @media screen and (min-width: 769px) {
    .footer_btn a:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .footer_btn a:focus:after {
      opacity: 1; } }

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .footer_row {
      display: block; } }

.footer_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem; }

@media screen and (max-width: 768px) {
  .footer_left,
  .footer_middle {
    margin-bottom: 1.25rem; } }

.footer_middle a {
  display: inline; }

.footer_left,
.footer_middle,
.footer_right {
  padding: 0 1.875rem; }

.footer_label_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.9375rem; }
  @media screen and (max-width: 480px) {
    .footer_label_row {
      display: block; } }

.footer_label {
  margin-right: 1.75rem; }

.footer_label_img {
  width: auto;
  height: 1.875rem; }

.func_box {
  position: fixed;
  bottom: 1.875rem;
  right: 1.9375rem;
  z-index: 99; }

.func_li {
  position: relative; }

@media screen and (max-width: 1024px) {
  .func_txt {
    display: none; } }

.btn_func,
.btn_func_2 {
  width: 3.75rem;
  height: 3.75rem;
  background: none;
  background-image: url(../img/icon_sprites.webp);
  background-size: 300% auto;
  border: 0;
  position: relative;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .btn_func:after,
    .btn_func_2:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #518b87;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .btn_func:focus:after,
    .btn_func_2:focus:after {
      opacity: 1; } }
  .btn_func::before,
  .btn_func_2::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/icon_sprites.webp);
    background-size: 300% auto;
    background-position: 0 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out; }
  .btn_func:hover::before, .btn_func:focus::before,
  .btn_func_2:hover::before,
  .btn_func_2:focus::before {
    opacity: 1; }

.func_txt_plus {
  background-position: 0 0; }
  .func_txt_plus::before {
    background-position: 50% 0; }
  .func_txt_plus[disabled] {
    opacity: .4; }
    .func_txt_plus[disabled]:hover::before {
      opacity: 0; }

.func_txt_minus {
  background-position: 0 14.28571%; }
  .func_txt_minus::before {
    background-position: 50% 14.28571%; }
  .func_txt_minus[disabled] {
    opacity: .4; }
    .func_txt_minus[disabled]:hover::before {
      opacity: 0; }

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

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

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

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

.func_share_trigger.active .social_link {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important; }

.social_list {
  display: none;
  position: absolute;
  top: 0;
  right: 100%; }

@media screen and (min-width: 769px) {
  .social_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px dotted #518b87;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .social_link:focus:after {
    opacity: 1; } }

.social_link:hover .btn_func::before, .social_link:focus .btn_func::before {
  opacity: 1; }

.social_line {
  background-position: 100% 0%; }

.social_pinterest {
  background-position: 100% 14.28571%; }

.social_twitter {
  background-position: 100% 28.57143%; }

.social_facebook {
  background-position: 100% 42.85714%; }

.func_play {
  background-position: 50% 85.71429%; }

.func_home {
  background-position: 50% 100%; }

.func_audio_on {
  background-position: 0% 57.14286%; }
  .func_audio_on::before {
    background-position: 50% 57.14286%; }
  .func_audio_on:hover::before {
    opacity: 0 !important; }
  .func_audio_on.active::before {
    opacity: 1 !important; }

.func_pause {
  background-position: 0% 71.42857%; }

.func_pause_dark {
  background-position: 50% 71.42857%; }

.func_replay {
  background-position: 100% 57.14286%; }

.func_pin {
  background-position: 100% 71.42857%; }

.func_photo {
  background-position: 100% 85.71429%; }

.btn_func_2 {
  background-image: url(../img/icon_sprites_2.webp);
  background-size: 200% auto; }
  .btn_func_2::before {
    background-image: url(../img/icon_sprites_2.webp);
    background-size: 200% auto; }

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

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

.mobile_block {
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  background-image: url(../img/map_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  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: 1.25rem;
  text-align: center;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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; }
  @media screen and (max-width: 768px) {
    .block_inner {
      font-size: 1.75rem; } }
  @media screen and (max-width: 480px) {
    .block_inner {
      font-size: 2.875rem; } }

.turn_img {
  width: 296px;
  margin-top: 40px;
  margin-bottom: -40px; }

