@charset "UTF-8";
/* ==========
  #CONFIG
  ========== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500&family=Varela+Round&display=swap");
:root {
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  --font-serif: ui-serif, Georgia, Cambria, Times New Roman, Times, serif; }

body {
  line-height: 1.6;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

code,
kbd,
samp {
  font-family: var(--font-mono); }

b,
strong {
  font-weight: bolder; }

*,
::before,
::after {
  box-sizing: border-box; }

* {
  text-rendering: geometricPrecision;
  border: 0 solid; }

body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
button,
optgroup,
select,
textarea,
pre {
  margin: 0; }

td,
legend,
textarea,
input,
fieldset {
  padding: 0; }

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

hr {
  height: 0;
  color: inherit; }

small {
  font-size: 80%; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: inherit;
  text-decoration: none; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
select {
  text-transform: none; }

a,
[type='button'],
[role='button'],
button {
  cursor: pointer; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

:-moz-ui-invalid {
  box-shadow: none; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

progress {
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

img,
video {
  max-width: 100%;
  height: auto; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }

input.error,
select.error,
textarea.error {
  border-color: #ff4444; }

label.error {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: #ffffff;
  background-color: #ff4444;
  border-radius: 0.25rem; }

.edit-box {
  line-height: 2rem; }
  .edit-box img {
    margin-left: auto;
    margin-right: auto; }
  .edit-box a {
    color: #54A734; }

html {
  font-size: 0.8333vw; }

@media (max-width: 1440px) {
  html {
    font-size: 1.1111vw; } }

@media (max-width: 991px) {
  html {
    font-size: 1.6145vw; } }

@media (max-width: 767px) {
  html {
    font-size: 2.08333vw; } }

@media (max-width: 550px) {
  html {
    font-size: 16px; } }

body {
  font-family: 'Microsoft JhengHei', 'Noto Sans TC','Noto Sans SC','Open San', sans-serif;
  color: #222;
  line-height: 1.6; }

.font-open {
  font-family: 'Open Sans','Noto Sans TC','Noto Sans SC', sans-serif; }

.font-varela {
  font-family: 'Varela Round', sans-serif; }

.fz-64 {
  font-size: 4.1875rem; }

.fz-60 {
  font-size: 3.75rem; }

.fz-56 {
  font-size: 3.5rem; }

.fz-48 {
  font-size: 3rem; }

.fz-40 {
  font-size: 2.5rem; }

.fz-36 {
  font-size: 2.25rem; }

.fz-32 {
  font-size: 2rem; }

.fz-24 {
  font-size: 1.5rem; }

.fz-26 {
  font-size: 1.625rem; }

.fz-28 {
  font-size: 1.75rem; }

.fz-20 {
  font-size: 1.25rem; }

.fz-18 {
  font-size: 1.125rem; }

.fz-16 {
  font-size: 1rem; }

.fz-14 {
  font-size: 0.875rem; }

.fz-13 {
  font-size: 0.8125rem; }

.w-wrap {
  width: 70vw; }

.s-wrap {
  width: 66vw; }

.wp50px {
  width: 3.125rem; }

.wp25 {
  width: 25%; }

.wp20 {
  width: 20%; }

.wp35 {
  width: 35%; }

.wp30 {
  width: 30%; }

.wp50 {
  width: 50%; }

.wp95 {
  width: 95%; }

.wpfull {
  width: 100% !important; }

.wpfull-60 {
  width: calc(100% - ((60 / 1920) * 100vw)); }

.wp50-40 {
  width: calc(50% - ((40 / 1920) * 100vw)); }

.wp50-20 {
  width: calc(50% - ((20 / 1920) * 100vw)); }

.wp50-10 {
  width: calc(50% - ((10 / 1920) * 100vw)); }

.wp50-35 {
  width: calc(50% - ((35 / 1920) * 100vw)); }

@media (max-width: 1440px) {
  .wpfull-60 {
    width: calc(100% - ((60 / 1440) * 100vw)); }
  .wp50-40 {
    width: calc(50% - ((40 / 1440) * 100vw)); }
  .wp50-20 {
    width: calc(50% - ((20 / 1440) * 100vw)); }
  .wp50-10 {
    width: calc(50% - ((10 / 1440) * 100vw)); }
  .wp50-35 {
    width: calc(50% - ((35 / 1440) * 100vw)); }
  .w-wrap {
    width: 80vw; } }

@media (max-width: 991px) {
  .wpfull-60 {
    width: calc(100% - ((60 / 991) * 100vw)); }
  .wp50-40 {
    width: calc(50% - ((40 / 991) * 100vw)); }
  .wp50-20 {
    width: calc(50% - ((20 / 991) * 100vw)); }
  .wp50-10 {
    width: calc(50% - ((10 / 991) * 100vw)); }
  .wp50-35 {
    width: calc(50% - ((35 / 991) * 100vw)); } }

@media (max-width: 767px) {
  .wpfull-60 {
    width: calc(100% - 60px); }
  .wp50-40 {
    width: calc(50% - 40px); }
  .wp50-20 {
    width: calc(50% - 20px); }
  .wp50-10 {
    width: calc(50% - 10px); }
  .wp50-35 {
    width: calc(50% - 15px); } }

@media (max-width: 550px) {
  .wp50-35 {
    width: 100%; } }

.mb-6 {
  margin-bottom: 0.375rem; }

.mb-8 {
  margin-bottom: 0.5rem; }

.mt-8 {
  margin-top: 0.5rem; }

.mb-10 {
  margin-bottom: 0.625rem; }

.mb-15 {
  margin-bottom: 0.9375rem; }

.mb-16 {
  margin-bottom: 1rem; }

.mb-20 {
  margin-bottom: 1.25rem; }

.mb-25 {
  margin-bottom: 1.5625rem; }

.mb-30 {
  margin-bottom: 1.875rem; }

.mb-35 {
  margin-bottom: 2.1875rem; }

.mb-40 {
  margin-bottom: 2.5rem; }

.mb-45 {
  margin-bottom: 2.8125rem; }

.mb-50 {
  margin-bottom: 3.125rem; }

.mb-55 {
  margin-bottom: 3.4375rem; }

.mt-40 {
  margin-top: 2.5rem; }

.mt-50 {
  margin-top: 3.125rem; }

.mt-65 {
  margin-top: 4.0625rem; }

.mt-70 {
  margin-top: 4.375rem; }

.mt-60 {
  margin-top: 3.75rem; }

.mt-100 {
  margin-top: 6.25rem; }

.mtb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }

.mtb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 3.75rem; }

.mb-65 {
  margin-bottom: 4.0625rem; }

.mb-70 {
  margin-bottom: 4.375rem; }

.mb-75 {
  margin-bottom: 4.6875rem; }

.mb-80 {
  margin-bottom: 5rem; }

.mb-100 {
  margin-bottom: 6.25rem; }

.mr-15 {
  margin-right: 0.9375rem; }

.mr-25 {
  margin-right: 1.5625rem; }

.mr-40 {
  margin-right: 2.5rem; }

.ml-30 {
  margin-left: 1.875rem; }

@media (max-width: 768px) {
  .md-mb20 {
    margin-bottom: 1.25rem; }
  .md-mb40 {
    margin-bottom: 2.5rem; } }

@media (max-width: 550px) {
  .sm-mb20 {
    margin-bottom: 1.25rem; }
  .sm-mb30 {
    margin-bottom: 1.875rem; }
  .sm-mb40 {
    margin-bottom: 2.5rem; } }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.m-l-auto {
  margin-left: auto; }

.m-r-auto {
  margin-right: auto; }

.pr-20 {
  padding-right: 1.25rem; }

.pl-10 {
  padding-left: 0.625rem; }

.pl-20 {
  padding-left: 1.25rem; }

.pl-50 {
  padding-left: 3.125rem; }

.pl-60 {
  padding-left: 3.75rem; }

.pl-w720 {
  padding-left: calc(50vw - 720px); }

.pb-40 {
  padding-bottom: 2.5rem; }

.pb-60 {
  padding-bottom: 3.75rem; }

.pt-40 {
  padding-top: 2.5rem; }

.pt-60 {
  padding-top: 3.75rem; }

.pt-80 {
  padding-top: 5rem; }

.pt-110 {
  padding-top: 6.875rem; }

.pb-110 {
  padding-bottom: 6.875rem; }

.pb-140 {
  padding-bottom: 8.75rem; }

.pt-100 {
  padding-top: 6.25rem; }

.pb-100 {
  padding-bottom: 6.25rem; }

@media (max-width: 1440px) {
  .w-wrap {
    width: 70%; } }

@media (max-width: 991px) {
  .s-wrap {
    width: 80vw; } }

@media (max-width: 767px) {
  .w-wrap {
    width: calc(100% - 80px); } }

.color-384F6B {
  color: #384F6B; }

.color-222 {
  color: #222222; }

.color-54A734 {
  color: #54A734; }

.color-5DAB3E {
  color: #54A734; }

.color-8EC020 {
  color: #8EC020; }

.color-999999 {
  color: #999999; }

.color-008F99 {
  color: #008F99; }

.line-h-2 {
  line-height: 2; }

.line-h-30 {
  line-height: 1.875rem; }

.line-h-32 {
  line-height: 2rem; }

.line-h-35 {
  line-height: 2.1875rem; }

.line-h-36 {
  line-height: 2.25rem; }

.line-h-40 {
  line-height: 2.5rem; }

.line-h-44 {
  line-height: 2.75rem; }

.line-h-42 {
  line-height: 2.625rem; }

.line-h-60 {
  line-height: 3.75rem; }

.color-00A0B6 {
  color: #00A0B6; }

.color-487155 {
  color: #487155; }

.color-fff {
  color: #FFF; }

.color-888888 {
  color: #888888; }

.color-E60012 {
  color: #E60012; }

.color-333 {
  color: #333; }

.color-6DAC80 {
  color: #6DAC80; }

.color-FAFAFA {
  color: #FAFAFA; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.font-italic {
  font-style: italic; }

.w-m-lr {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr; }

.text-mixed {
  text-orientation: mixed; }

.op-25 {
  opacity: 0.25; }

.op-40 {
  opacity: 0.4; }

.bg-fff {
  background-color: #FFF; }

.bg-EFEEE8 {
  background-color: #EFEEE8; }

.bg-EFEFEF {
  background-color: #EFEFEF; }

.bg-EEEEEE {
  background-color: #EEEEEE; }

.bg-FAFAFA {
  background-color: #FAFAFA; }

.bg-E1DFD5 {
  background-color: #E1DFD5; }

.bg-EBF0F1 {
  background-color: #EBF0F1; }

.bg-FFF5F6 {
  background-color: #FFF5F6; }

.bg-F4F4F4 {
  background-color: #F4F4F4; }

.bg-60A294 {
  background-color: #60A294; }

.bg-CDA581 {
  background-color: #CDA581; }

.bg-C2BFAD {
  background-color: #C2BFAD; }

.bg-EBE9E0 {
  background-color: #EBE9E0; }

.bg-D6D5C9 {
  background-color: #D6D5C9; }

.bg-8290CD {
  background-color: #8290CD; }

.bg-F5A850 {
  background-color: #F5A850; }

.bg-497CA1 {
  background-color: #497CA1; }

.bg-FF946E {
  background-color: #FF946E; }

.bg-DDF3E1 {
  background-color: #ddf3e1; }

.border-C2BFAD {
  border: 1px solid #C2BFAD; }

.line-D4D0BE {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #D4D0BE; }

.line-C2BFAD {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #C2BFAD; }

.line-E0E0E0 {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #E0E0E0; }

.line-CFCBB8 {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #CFCBB8; }

.fw-600 {
  font-weight: 600 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-bold,
.fw-blod {
  font-weight: bold !important; }

.line-7 {
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-5 {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-6 {
  display: -webkit-box !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.edit-img {
  text-align: center; }
  .edit-img img {
    display: inline-block; }

.img {
  position: relative;
  font-size: 0; }

.img > span {
  width: 100%;
  height: 100%;
  position: absolute; }

.clear:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.o-hidden {
  overflow: hidden; }

.x-hidden {
  overflow-x: hidden; }

.cursor {
  cursor: pointer; }

.bounce-open {
  cursor: pointer; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-1 {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%; }

.justify-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-end {
  -ms-flex-pack: end;
      justify-content: end; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.align-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-center {
  -ms-flex-align: center;
      align-items: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.a-s-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.a-s-center {
  -ms-flex-item-align: center;
      align-self: center; }

.aling-end {
  -ms-flex-align: end;
      align-items: end; }

.flex-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.d-block {
  display: block; }

.clear:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.img-object {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.page-link-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  color: #888; }
  .page-link-box .page-link-icon {
    width: 1.5rem;
    display: block; }
  .page-link-box .page-link {
    border-radius: 50%;
    margin: 0 0.625rem;
    font-size: 1rem;
    font-weight: 600; }
  .page-link-box .page-link {
    width: calc((40 / 1440) * 100vw);
    height: calc((40 / 1440) * 100vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: all .5s;
    background-color: #E1DFD5; }
    .page-link-box .page-link.active {
      background-color: #15876E;
      color: #FFF; }
  .page-link-box .page-link-prev,
  .page-link-box .page-link-next {
    width: calc((24 / 1440) * 100vw); }
    .page-link-box .page-link-prev svg,
    .page-link-box .page-link-next svg {
      width: 100%;
      height: auto; }
  .page-link-box .page-link-prev {
    margin-right: 1.875rem;
    border-radius: 50%; }
    .page-link-box .page-link-prev:hover {
      background-color: #F4F4F4; }
  .page-link-box .page-link-next {
    margin-left: 1.875rem;
    border-radius: 50%; }
    .page-link-box .page-link-next:hover {
      background-color: #F4F4F4; }

@media (max-width: 991px) {
  .page-link-box .page-link-prev,
  .page-link-box .page-link-next {
    width: 25px;
    height: 25px; }
  .page-link-box .page-link {
    width: 35px;
    height: 35px;
    font-size: 16px; } }

@media (max-width: 991px) {
  .page-link-box .page-link {
    margin: 0 10px; }
  .page-link-box .page-link-prev {
    margin-right: 10px; }
  .page-link-box .page-link-next {
    margin-left: 10px; } }

@media (max-width: 550px) {
  .page-link-box .page-link {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 5px; } }

.lang-list-box {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  position: absolute;
  background-color: white;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 0.625rem 0;
  z-index: 2;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  top: 100%; }
  .lang-list-box .lang-list {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-weight: 500; }
    .lang-list-box .lang-list:hover, .lang-list-box .lang-list.active {
      color: #15876E; }
  .lang-list-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent white transparent;
    position: absolute;
    left: 50%;
    top: -7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .lang-list-box.active {
    opacity: 1;
    pointer-events: auto; }

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.table-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 768px) {
  .list-3:nth-child(3n+3) {
    margin-right: 0 !important; } }

@media (max-width: 768px) and (min-width: 500px) {
  .list-3:nth-child(even) {
    margin-right: 0 !important; } }

@media (min-width: 992px) {
  .list-4:nth-child(4n+4) {
    margin-right: 0 !important; } }

@media (max-width: 991px) and (min-width: 501px) {
  .list-4:nth-child(even) {
    margin-right: 0; } }

@media (min-width: 551px) {
  .list-2:nth-child(even) {
    margin-right: 0 !important; } }

@media (min-width: 40rem) {
  .column .margin-in {
    margin-left: -1rem;
    margin-right: -1rem; } }

.radius-20 {
  border-radius: 1.25rem;
  overflow: hidden; }

.ul-dot {
  line-height: 1.6; }
  .ul-dot > li {
    padding-left: 0.9375rem;
    position: relative; }
    .ul-dot > li::before {
      content: '';
      width: 0.25rem;
      height: 0.25rem;
      display: block;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0.625rem;
      background-color: #54A734; }
    .ul-dot > li:last-child {
      margin-bottom: 0; }

.overview-table {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.table-head table {
  overflow: hidden; }
  .table-head table thead {
    background: #54a734;
    background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: linear-gradient(to right, #54a734 0%, #008f99 100%); }
    .table-head table thead th {
      text-align: center;
      color: #FFF;
      font-weight: bold; }
  .table-head table th,
  .table-head table td {
    padding: 0.9375rem; }

.border-collapse {
  border-collapse: collapse; }

.img-full img {
  width: 100%; }

.link-box {
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  border-radius: 1.5625rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #FFF;
  transition: all .5s; }
  .link-box .link-title {
    transition: all .5s;
    color: #008F99; }
  .link-box .link-icon {
    width: 1.5rem; }
    .link-box .link-icon svg {
      width: 100%;
      height: auto; }
      .link-box .link-icon svg path {
        transition: all .5s; }
  .link-box:hover {
    background-color: #15876E; }
    .link-box:hover .link-title {
      color: #FFF; }
    .link-box:hover .link-icon svg path {
      fill: #FFF !important; }

.edit-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #EFEEE8; }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .custom-select #xsubject-error {
    -ms-flex-order: 4;
        order: 4;
    width: -webkit-max-content;
    width: max-content; }

.custom-select select {
  opacity: 1;
  position: absolute;
  top: 0.9375rem; }

.custom-select .select-selected {
  color: transparent; }

/* Style the arrow inside the select element: */
.select-selected:after,
.select-title:after {
  position: absolute;
  content: "";
  right: 0px;
  width: 0;
  height: 0; }

/* Point the arrow upwards when the select box is open (active): */
/* style the items (options), including the selected item: */
.select-items div, .select-selected,
.select-list-box div, .select-title {
  position: relative;
  cursor: pointer; }

/* Style items (options): */
.select-items,
.select-list-box {
  position: absolute;
  background-color: #EFEEE8;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.select-items div:hover, .same-as-selected,
.select-list-box div:hover {
  background-color: #15876E;
  color: #FFF; }

@keyframes rotate1 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(30deg); } }

@keyframes rotate2 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-30deg); } }

@keyframes headerDown {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes upDown {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(20px); } }

@keyframes progress {
  from {
    stroke-dashoffset: 360; }
  to {
    stroke-dashoffset: 0; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes arrow-right {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  100% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes arrow-left {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  100% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes arrow-up {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  to {
    -webkit-transform: translate3d(0px, -10px, 0);
    transform: translate3d(0px, -10px, 0); } }

@keyframes rotate360 {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); } }

@keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); } }

@keyframes call {
  0% {
    transform: translateY(0px) rotate(0deg); }
  10% {
    transform: translateY(-5px) rotate(0deg); }
  20% {
    transform: translateY(-5px) rotate(5deg); }
  30% {
    transform: translateY(-5px) rotate(0deg); }
  40% {
    transform: translateY(-5px) rotate(-5deg); }
  50% {
    transform: translateY(-5px) rotate(0deg); }
  60% {
    transform: translateY(-5px) rotate(5deg); }
  70% {
    transform: translateY(-5px) rotate(0deg); }
  80% {
    transform: translateY(-5px) rotate(-5deg); }
  90% {
    transform: translateY(-5px) rotate(0deg); }
  100% {
    transform: translateY(0px) rotate(0deg); } }

@keyframes dot_scale {
  0% {
    opacity: 1;
    transform: scale(1); }
  90% {
    opacity: 0;
    transform: scale(2); }
  100% {
    opacity: 0;
    transform: scale(2); } }

@keyframes banner-scale {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes splitting_rotate3d {
  from {
    transform: rotate3d(1, -0.5, 0, 90deg); }
  to {
    transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes slide-in2 {
  0% {
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5); }
  20%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1); } }

@keyframes arrowLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes cloud-1 {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(1.875rem); }
  100% {
    transform: translateX(0px); } }

@keyframes r-cloud-1 {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-1.875rem); }
  100% {
    transform: translateX(0px); } }

@keyframes cloud-2 {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-1.25rem) scale(0.95); }
  100% {
    transform: translateX(0px); } }

@keyframes cloud-3 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-0.725rem) scale(0.95); }
  100% {
    transform: translateY(0px); } }

@keyframes cloud-4 {
  0% {
    transform: translate(0); }
  50% {
    transform: translate(0.8rem, 1.5rem); }
  100% {
    transform: translate(0); } }

@keyframes cloud-5 {
  0% {
    transform: translate(0); }
  50% {
    transform: translate(0.8rem, 1.5rem) rotate(5deg); }
  100% {
    transform: translate(0); } }

@keyframes cloud-6 {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(10%); }
  100% {
    transform: translateX(0px); } }

@keyframes cloud-7 {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0px); } }

@keyframes cloud-8 {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(0px); } }

@keyframes tree-1 {
  0% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes tree-2 {
  0% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes tree-3 {
  0% {
    transform: rotate(15deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-15deg); } }

@keyframes tree-4 {
  0% {
    transform: rotate(-15deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(15deg); } }

@keyframes car {
  0% {
    transform: translateX(100%); }
  25% {
    transform: translateX(75%) rotate(8deg); }
  50% {
    transform: translateX(50%) rotate(0deg); }
  75% {
    transform: translateX(25%) rotate(-3deg); }
  100% {
    transform: translateX(0%); } }

@keyframes bird {
  0% {
    transform: translateX(0%); }
  25% {
    transform: translateX(25%) rotate(8deg); }
  50% {
    transform: translateX(50%) rotate(0deg); }
  75% {
    transform: translateX(75%) rotate(-3deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) scale(0.5) skewX(5deg); } }

@keyframes bird01 {
  0% {
    transform: skew(0deg) rotateX(0deg); }
  50% {
    transform: skew(27deg) rotateX(19deg); }
  100% {
    transform: skew(0deg) rotateX(0deg); } }

@keyframes people01 {
  0% {
    opacity: 0;
    transform: translateY(-1rem); }
  50% {
    opacity: 1;
    transform: translateY(0rem); }
  90% {
    opacity: 1;
    transform: translateY(0.25rem); }
  100% {
    opacity: 0;
    transform: translateY(0.25rem); } }

@keyframes people02 {
  0% {
    opacity: 0;
    transform: translateY(1rem); }
  50% {
    opacity: 1;
    transform: translateY(0rem); }
  100% {
    opacity: 1;
    transform: translateY(0rem); } }

@keyframes people03 {
  0% {
    opacity: 0;
    transform: translateX(-1rem); }
  50% {
    opacity: 1;
    transform: translateX(0rem); }
  100% {
    opacity: 1;
    transform: translateX(0rem); } }

.fade-up,
.fade,
.fade-left,
.fade-right,
.fade:not(.show),
.flipInX,
.flipInY,
.banner-animate,
.l-fade,
.fadeDown,
.l-fade-left {
  opacity: 0; }

.no-js .l-fade,
.no-js .fade-up,
.no-js .fade,
.no-js .fade-left,
.no-js .fade-right,
.no-js .fade:not(.show),
.no-js .flipInX,
.no-js .flipInY,
.no-js .banner-animate,
.no-js .fadeDown,
.no-js .l-fade-left {
  opacity: 1; }

.fade-up.a-play,
.fade-up.is-inview {
  animation-name: fadeInUp; }

.fade.a-play,
.l-fade.is-inview {
  animation-name: fade; }

.fade-left.a-play,
.fade-left.is-inview,
.l-fade-left.is-inview {
  animation-name: fade-left; }

.fade-right.a-play,
.fade-right.is-inview {
  animation-name: fade-right; }

.banner-animate.a-play,
.banner-animate.is-inview {
  animation-name: banner-scale; }

.flipInX.a-play,
.flipInX.is-inview {
  animation-name: flipInX; }

.flipInY.a-play,
.flipInY.is-inview {
  animation-name: flipInY; }

.fadeDown.is-inview {
  animation-name: fadeDown; }

.a-play {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: 1; }

.is-inview {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: 1; }

.a-duration-13 {
  animation-duration: 1.3s; }

.a-duration-15 {
  animation-duration: 1.5s; }

.a-delay-1 {
  animation-delay: .1s; }

.a-delay-2 {
  animation-delay: .2s; }

.a-delay-3 {
  animation-delay: .3s; }

.a-delay-4 {
  animation-delay: .4s; }

.a-delay-5 {
  animation-delay: .5s; }

.a-delay-6 {
  animation-delay: .6s; }

.a-delay-7 {
  animation-delay: .7s; }

.hover-scale img {
  transition: all .5s; }

.hover-scale:hover img {
  -ms-transform: scale(1.05);
      transform: scale(1.05); }

.hover-boxshadow {
  transition: all .5s; }
  .hover-boxshadow:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4); }

@keyframes esg-img-Up {
  0% {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translate3d(0, -130px, 0);
    transform: translate3d(0, -130px, 0); } }

/* ==========
  #PLUGIN
  ========== */
/*
 * jsCalendar v1.4.4
 * 
 * 
 * MIT License
 * 
 * Copyright (c) 2019 Grammatopoulos Athanasios-Vasileios
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 * 
 */
/* Default Theme */
/* General style */
.jsCalendar * {
  margin: 0;
  padding: 0; }

.jsCalendar table,
.jsCalendar table th,
.jsCalendar table td {
  border: 0; }

/* Blue default */
.jsCalendar table {
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  color: #000000;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 5px; }

.jsCalendar thead .jsCalendar-title {
  height: 40px;
  line-height: 40px; }

.jsCalendar thead .jsCalendar-title-left {
  float: left; }

.jsCalendar thead .jsCalendar-title-right {
  float: right; }

.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-nav-right {
  border-radius: 10px;
  color: #999999;
  cursor: pointer;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 10px 8px;
  text-align: center;
  transition: color 0.2s, background-color 0.2s;
  width: 20px; }

.jsCalendar thead .jsCalendar-nav-left:hover,
.jsCalendar thead .jsCalendar-nav-right:hover {
  background-color: #E2E2E2;
  color: #000000; }

.jsCalendar thead .jsCalendar-nav-left {
  float: left; }

.jsCalendar thead .jsCalendar-nav-right {
  float: right; }

.jsCalendar thead .jsCalendar-title-name {
  cursor: default;
  float: left;
  font-size: 18px;
  font-weight: lighter;
  padding: 0 20px; }

.jsCalendar thead .jsCalendar-nav-left:after {
  content: "<"; }

.jsCalendar thead .jsCalendar-nav-right:after {
  content: ">"; }

.jsCalendar thead .jsCalendar-week-days th {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

.jsCalendar thead .jsCalendar-week-days th,
.jsCalendar tbody td {
  border-radius: 18px;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  height: 36px;
  line-height: 36px;
  margin: 1px 2px;
  text-align: center;
  transition: color 0.1s, background-color 0.2s;
  width: 36px; }

.jsCalendar tbody td:hover {
  background-color: #E6E6E6; }

.jsCalendar tbody td.jsCalendar-selected {
  background-color: #FFFFFF;
  border: 2px solid #E6E6E6;
  box-sizing: content-box;
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jsCalendar tbody td.jsCalendar-current {
  background-color: #52C9FF;
  border-radius: 18px;
  color: #FFFFFF; }

.jsCalendar tbody td.jsCalendar-previous,
.jsCalendar tbody td.jsCalendar-next {
  color: #CACACA; }

.jsCalendar tbody td.jsCalendar-previous:hover,
.jsCalendar tbody td.jsCalendar-next:hover {
  color: #FFFFFF; }

.jsCalendar thead {
  display: block;
  margin: 4px 4px 0 4px; }

.jsCalendar tbody {
  display: block;
  margin: 0 4px 4px 4px; }

.jsCalendar ::-moz-selection {
  background: #83D8FF; }

.jsCalendar ::selection {
  background: #83D8FF; }

/* Yellow */
.jsCalendar.yellow tbody td.jsCalendar-current {
  background-color: #FFE31B; }

.jsCalendar.yellow ::-moz-selection {
  background: #FDE74C; }

.jsCalendar.yellow ::selection {
  background: #FDE74C; }

/* Orange */
.jsCalendar.orange tbody td.jsCalendar-current {
  background-color: #FFB400; }

.jsCalendar.orange ::-moz-selection {
  background: #FFB400; }

.jsCalendar.orange ::selection {
  background: #FFB400; }

/* Red */
.jsCalendar.red tbody td.jsCalendar-current {
  background-color: #F6511D; }

.jsCalendar.red ::-moz-selection {
  background: #F6511D; }

.jsCalendar.red ::selection {
  background: #F6511D; }

/* Green */
.jsCalendar.green tbody td.jsCalendar-current {
  background-color: #7FB800; }

.jsCalendar.green ::-moz-selection {
  background: #7FB800; }

.jsCalendar.green ::selection {
  background: #7FB800; }

/* Material Theme */
/* Blue default */
.jsCalendar.material-theme table {
  border-radius: 0; }

.jsCalendar.material-theme thead {
  background-color: #52C9FF;
  color: #FFFFFF;
  margin: 0;
  padding: 4px 4px 0 4px; }

.jsCalendar.material-theme thead .jsCalendar-title {
  display: block;
  position: relative; }

.jsCalendar.material-theme thead .jsCalendar-title-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  font-size: 16px;
  left: 15px;
  position: absolute;
  right: 15px;
  text-align: center; }

.jsCalendar.material-theme thead .jsCalendar-title-left,
.jsCalendar.material-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1; }

.jsCalendar.material-theme thead .jsCalendar-nav-left,
.jsCalendar.material-theme thead .jsCalendar-nav-right {
  color: #FFFFFF; }

.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme thead .jsCalendar-nav-right:hover {
  background-color: #03A9F4; }

.jsCalendar.material-theme thead .jsCalendar-title-right {
  right: 0; }

.jsCalendar.material-theme thead .jsCalendar-week-days th {
  font-size: 14px;
  text-shadow: none; }

/* Yellow */
.jsCalendar.material-theme.yellow thead {
  background-color: #FFE31B; }

.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #E2CA23; }

/* Orange */
.jsCalendar.material-theme.orange thead {
  background-color: #FFB400; }

.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #D49600; }

/* Red */
.jsCalendar.material-theme.red thead {
  background-color: #F6511D; }

.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #BB3D16; }

/* Green */
.jsCalendar.material-theme.green thead {
  background-color: #7FB800; }

.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000; }

/* Classic Theme */
/* Blue default */
.jsCalendar.classic-theme table,
.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right,
.jsCalendar.classic-theme thead .jsCalendar-week-days th,
.jsCalendar.classic-theme tbody td,
.jsCalendar.classic-theme tbody td.jsCalendar-current {
  border-radius: 0; }

.jsCalendar.classic-theme thead {
  background-color: #52C9FF;
  margin: 0;
  padding: 4px 4px 0 4px; }

.jsCalendar.classic-theme thead .jsCalendar-title-row,
.jsCalendar.classic-theme thead .jsCalendar-title {
  display: block;
  width: 100%; }

.jsCalendar.classic-theme thead .jsCalendar-title {
  position: relative; }

.jsCalendar.classic-theme thead .jsCalendar-title-name {
  color: #FFFFFF;
  font-size: 16px;
  left: 41px;
  position: absolute;
  right: 41px;
  text-align: center;
  text-shadow: none; }

.jsCalendar.classic-theme thead .jsCalendar-title-left,
.jsCalendar.classic-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1; }

.jsCalendar.classic-theme thead .jsCalendar-title-right {
  right: 0; }

.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right {
  color: #FFFFFF;
  text-shadow: none; }

.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover {
  background-color: #03A9F4; }

.jsCalendar.classic-theme thead .jsCalendar-week-days {
  background-color: #FFFFFF;
  display: block;
  margin: 0 -4px; }

.jsCalendar.classic-theme thead .jsCalendar-week-days th {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-shadow: none; }

.jsCalendar.classic-theme tbody td {
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  margin: -1px 0 0 -1px;
  padding: 1px 1px 0 1px;
  width: 38px; }

.jsCalendar.classic-theme tbody {
  margin: 0; }

.jsCalendar.classic-theme tbody td.jsCalendar-selected {
  background-color: #CCEFFF;
  border-bottom: 0;
  border-left: 1px solid #DADADA;
  border-right: 0;
  border-top: 1px solid #DADADA;
  height: 36px;
  line-height: 36px; }

.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected {
  background-color: #52C9FF;
  text-shadow: 0 0 3px #000000; }

/* Yellow */
.jsCalendar.classic-theme.yellow thead {
  background-color: #FFE31B; }

.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #E2CA23; }

/* Orange */
.jsCalendar.classic-theme.orange thead {
  background-color: #FFB400; }

.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #D49600; }

/* Red */
.jsCalendar.classic-theme.red thead {
  background-color: #F6511D; }

.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #BB3D16; }

/* Green */
.jsCalendar.classic-theme.green thead {
  background-color: #7FB800; }

.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: 'lg';
  src: url("fonts/lg.woff2?io9a6k") format("woff2"), url("fonts/lg.ttf?io9a6k") format("truetype"), url("fonts/lg.woff?io9a6k") format("woff"), url("fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none; }

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default; }

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff; }

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none; }

.lg-next {
  right: 20px; }

.lg-next:before {
  content: '\e095'; }

.lg-prev {
  left: 20px; }

.lg-prev:after {
  content: '\e094'; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none; }

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px; }

.lg-toolbar .lg-icon:hover {
  color: #fff; }

.lg-toolbar .lg-close:after {
  content: '\e070'; }

.lg-toolbar .lg-maximize {
  font-size: 22px; }

.lg-toolbar .lg-maximize:after {
  content: '\e90a'; }

.lg-toolbar .lg-download:after {
  content: '\e0f2'; }

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

.lg-sub-html a {
  color: inherit; }

.lg-sub-html a:hover {
  text-decoration: underline; }

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.lg-error-msg {
  font-size: 14px;
  color: #999; }

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle; }

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6); }

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px; }

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center; }

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left; }

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right; }

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none; }

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0; } }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color; }

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff'; }

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3; }

.lg-outer .lg-video-poster {
  z-index: 1; }

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important; }

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1; }

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s; }

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1; }

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in; }

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200; }

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in; }

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc; }

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite; }

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -ms-transform: translate(-50%, -50%) scale(0.7);
      transform: translate(-50%, -50%) scale(0.7); }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: '\e01d'; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a'; }

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s; }

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important; }

.lg-icon.lg-zoom-in:after {
  content: '\e311'; }

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none; }

.lg-icon.lg-actual-size {
  font-size: 20px; }

.lg-icon.lg-actual-size:after {
  content: '\e033'; }

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

.lg-icon.lg-zoom-out:after {
  content: '\e312'; }

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none; }

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer.lg-single-item .lg-pager-outer {
  display: none; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer .lg-share {
  position: relative; }

.lg-outer .lg-share:after {
  content: '\e80d'; }

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904'; }

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907'; }

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906'; }

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px; }

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important; }

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block; }

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none; }

.lg-comment-box .fb-comments > span {
  max-width: 100%; }

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-comment-box .lg-comment-close:hover {
  color: #fff; }

.lg-comment-box .lg-comment-close:after {
  content: '\e070'; }

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important; }

.lg-comment-box #disqus_thread {
  padding: 0 20px; }

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer .lg-comment-toggle:after {
  content: '\e908'; }

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff; }

.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none; }

.lg-outer .lg-img-rotate:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.lg-rotate-left:after {
  content: '\e900'; }

.lg-rotate-right:after {
  content: '\e901'; }

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px; }

.lg-flip-ver:after {
  content: '\e903'; }

.lg-flip-hor:after {
  content: '\e902'; }

.lg-medium-zoom-item {
  cursor: zoom-in; }

.lg-medium-zoom .lg-outer {
  cursor: zoom-out; }

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out; }

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out; }

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none; }

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease; }

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1; }

.lg-group:after {
  content: '';
  display: table;
  clear: both; }

.lg-container {
  display: none;
  outline: none; }

.lg-container.lg-show {
  display: block; }

.lg-on {
  scroll-behavior: unset; }

.lg-overlay-open {
  overflow: hidden; }

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1; }

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1; }

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-zoom-from-image {
  opacity: 1; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap; }

.lg-outer .lg-item {
  display: none !important; }

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent; }

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative; }

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none; }

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none; }

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%; }

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1; }

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-container {
  display: none; }

.lg-container.lg-show {
  display: block; }

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute; }

.lg-inline .lg-backdrop {
  z-index: 1; }

.lg-inline .lg-outer {
  z-index: 2; }

.lg-inline .lg-maximize:after {
  content: '\e909'; }

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.vanilla-calendar {
  width: 260px;
  min-width: -webkit-min-content;
  min-width: min-content;
  display: grid;
  grid-template-areas: "header header" "column content";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  background-color: white;
  padding: 12px;
  border-radius: 4px; }
  .vanilla-calendar button:focus-visible {
    outline: 1px solid darkorange; }
  .vanilla-calendar-header {
    grid-area: header;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .vanilla-calendar-header__content {
      -ms-flex-positive: 1;
          flex-grow: 1;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 15px;
      white-space: pre-wrap; }
  .vanilla-calendar-column {
    grid-area: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 2px; }
    .vanilla-calendar-column__title {
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      color: lightseagreen;
      width: 28px;
      height: 28px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .vanilla-calendar-column__content {
      display: grid;
      grid-auto-flow: row;
      column-gap: 2px;
      -ms-flex-align: center;
          align-items: center;
      justify-items: center;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .vanilla-calendar-content {
    grid-area: content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 20px; }
  .vanilla-calendar-arrow {
    position: relative;
    right: 2px;
    display: block;
    font-size: 0;
    width: 18px;
    height: 18px;
    padding: 2px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    visibility: visible !important; }
    .vanilla-calendar-arrow::before {
      content: "";
      position: absolute;
      left: 5px;
      top: 3px;
      width: 15px;
      height: 2px;
      background-color: black;
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }
    .vanilla-calendar-arrow::after {
      content: "";
      position: absolute;
      left: 5px;
      bottom: 3px;
      width: 15px;
      height: 2px;
      background-color: black;
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg); }
    .vanilla-calendar-arrow_prev {
      right: 0;
      left: 4px;
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }
  .vanilla-calendar-months {
    display: grid;
    column-gap: 6px;
    row-gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-align: center;
        align-items: center; }
    .vanilla-calendar-months_selecting .vanilla-calendar-months__month {
      cursor: pointer; }
      .vanilla-calendar-months_selecting .vanilla-calendar-months__month_disabled {
        cursor: default; }
    .vanilla-calendar-months__month {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      height: 40px;
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      background-color: white;
      color: lightseagreen;
      padding: 2px;
      border-radius: 4px;
      border: 0;
      word-break: break-all; }
      .vanilla-calendar-months__month:hover {
        background-color: aliceblue; }
      .vanilla-calendar-months__month_selected {
        background-color: lightseagreen;
        color: white; }
        .vanilla-calendar-months__month_selected:hover {
          background-color: lightseagreen;
          color: white; }
      .vanilla-calendar-months__month_disabled {
        pointer-events: none;
        background-color: white;
        color: silver; }
        .vanilla-calendar-months__month_disabled:hover {
          background-color: white;
          color: silver; }
  .vanilla-calendar-month {
    font-size: 16px;
    cursor: pointer;
    padding: 2px;
    background-color: transparent; }
    @media (min-width: 768px) {
      .vanilla-calendar-month {
        font-size: 24px; } }
    .vanilla-calendar-month_not-active {
      color: silver; }
    .vanilla-calendar-month_disabled {
      pointer-events: none;
      color: silver; }
  .vanilla-calendar-years {
    border-radius: 4px;
    display: grid;
    column-gap: 6px;
    row-gap: 12px;
    grid-template-columns: repeat(5, 1fr);
    background-color: white;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-align: center;
        align-items: center; }
    .vanilla-calendar-years_selecting .vanilla-calendar-years__year {
      cursor: pointer; }
      .vanilla-calendar-years_selecting .vanilla-calendar-years__year_disabled {
        cursor: default; }
    .vanilla-calendar-years__year {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      height: 40px;
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      background-color: white;
      color: lightseagreen;
      padding: 2px;
      border-radius: 4px;
      border: 0;
      word-break: break-all; }
      .vanilla-calendar-years__year:hover {
        background-color: aliceblue; }
      .vanilla-calendar-years__year_selected {
        background-color: lightseagreen;
        color: white; }
        .vanilla-calendar-years__year_selected:hover {
          background-color: lightseagreen;
          color: white; }
      .vanilla-calendar-years__year_disabled {
        pointer-events: none;
        background-color: white;
        color: silver; }
        .vanilla-calendar-years__year_disabled:hover {
          background-color: white;
          color: silver; }
  .vanilla-calendar-year {
    font-size: 16px;
    cursor: pointer;
    padding: 2px;
    background-color: transparent; }
    @media (min-width: 768px) {
      .vanilla-calendar-year {
        font-size: 24px; } }
    .vanilla-calendar-year_not-active {
      color: silver; }
    .vanilla-calendar-year_disabled {
      pointer-events: none;
      color: silver; }
  .vanilla-calendar-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    border-top: 2px solid #222; }
    .vanilla-calendar-week__day {
      padding: 12px 0;
      font-size: 16px;
      font-weight: 500;
      opacity: 0.5; }
      @media (min-width: 768px) {
        .vanilla-calendar-week__day {
          padding: 30px 0;
          font-size: 20px; } }
    .vanilla-calendar-week-number {
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      color: lightseagreen;
      width: 28px;
      height: 28px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .vanilla-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    border-top: 2px solid rgba(31, 31, 31, 0.1); }
    .vanilla-calendar-days_selecting .vanilla-calendar-day__btn {
      cursor: pointer; }
      .vanilla-calendar-days_selecting .vanilla-calendar-day__btn_disabled {
        cursor: default; }
  .vanilla-calendar-day {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .vanilla-calendar-day__btn {
      width: 100%;
      padding: 12px 0;
      font-size: 16px;
      font-weight: 400;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      cursor: default; }
      @media (min-width: 768px) {
        .vanilla-calendar-day__btn {
          padding: 28px 0;
          font-size: 24px; } }
      .vanilla-calendar-day__btn:focus-visible + .vanilla-calendar-day__popup, .vanilla-calendar-day__btn:hover + .vanilla-calendar-day__popup {
        opacity: 1;
        pointer-events: auto; }
      .vanilla-calendar-day__btn_today {
        background-color: #bee2af;
        color: white; }
        .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev, .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next {
          background-color: whitesmoke;
          color: lightgrey; }
      .vanilla-calendar-day__btn_selected {
        background-color: #222;
        color: white; }
        .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate {
          background-color: #68cec9;
          color: white; }
          .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
            background-color: #68cec9;
            color: white; }
        .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev, .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next {
          background-color: whitesmoke;
          color: grey; }
          .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover, .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover {
            background-color: whitesmoke;
            color: grey; }
      .vanilla-calendar-day__btn_prev, .vanilla-calendar-day__btn_next, .vanilla-calendar-day__btn_disabled {
        background-color: #f5f5f5;
        color: rgba(31, 31, 31, 0.5);
        text-decoration: line-through; }
      .vanilla-calendar-day__btn_disabled {
        pointer-events: none; }
    .vanilla-calendar-day__popup {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 100%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      width: 130px;
      padding: 16px 12px 8px;
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      opacity: 0;
      pointer-events: none; }
      .vanilla-calendar-day__popup:hover {
        opacity: 1;
        pointer-events: auto; }
      .vanilla-calendar-day__popup::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 8px);
        display: block;
        border-radius: 4px;
        background-color: white;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); }
      .vanilla-calendar-day__popup::after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        top: 2px;
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent white;
        border-style: solid;
        border-width: 0 10px 8px; }
  .vanilla-calendar-time {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    border-top: 1px solid gainsboro;
    padding: 12px 6px 0;
    margin-top: 12px; }
    .vanilla-calendar-time__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .vanilla-calendar-time__content input {
        box-sizing: border-box;
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        background-color: white;
        width: 100%;
        padding: 2px;
        border-radius: 4px; }
        .vanilla-calendar-time__content input:hover {
          background-color: antiquewhite; }
        .vanilla-calendar-time__content input:disabled {
          cursor: default; }
          .vanilla-calendar-time__content input:disabled:hover {
            background-color: transparent; }
        .vanilla-calendar-time__content input:focus-visible {
          outline: 1px solid darkorange;
          background-color: white; }
        .vanilla-calendar-time__content input.is-focus {
          background-color: antiquewhite; }
    .vanilla-calendar-time__hours {
      position: relative;
      width: 25px;
      margin-right: 6px; }
      .vanilla-calendar-time__hours::after {
        content: ":";
        display: block;
        position: absolute;
        right: -5px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        margin-top: -1px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600; }
    .vanilla-calendar-time__minutes {
      width: 25px; }
    .vanilla-calendar-time__keeping {
      cursor: pointer;
      display: block;
      font-size: 11px;
      line-height: 12px;
      font-weight: 400;
      color: gray;
      margin-left: 1px;
      margin-top: 5px;
      padding: 2px;
      border-radius: 4px; }
      .vanilla-calendar-time__keeping:hover {
        background-color: antiquewhite; }
      .vanilla-calendar-time__keeping:disabled {
        cursor: default; }
        .vanilla-calendar-time__keeping:disabled:hover {
          background-color: transparent; }
    .vanilla-calendar-time__ranges {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .vanilla-calendar-time__range {
      font-size: 0;
      position: relative;
      z-index: 1; }
      .vanilla-calendar-time__range::before {
        content: "";
        width: 1px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 5px;
        margin-top: 1px;
        background-color: gainsboro; }
      .vanilla-calendar-time__range::after {
        content: "";
        width: 1px;
        height: 8px;
        position: absolute;
        right: 0;
        top: 5px;
        margin-top: 1px;
        background-color: gainsboro; }
      .vanilla-calendar-time__range:hover input::-webkit-slider-thumb {
        border-color: gray; }
      .vanilla-calendar-time__range:hover input::-moz-range-thumb {
        border-color: gray; }
      .vanilla-calendar-time__range input {
        width: 100%;
        position: relative;
        -webkit-appearance: none;
                appearance: none;
        height: 20px;
        cursor: pointer; }
        .vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb {
          border-color: darkorange; }
        .vanilla-calendar-time__range input:focus-visible::-moz-range-thumb {
          border-color: darkorange; }
        .vanilla-calendar-time__range input::-webkit-slider-thumb {
          -webkit-appearance: none;
                  appearance: none;
          margin-top: -8px;
          position: relative;
          z-index: 2;
          box-sizing: border-box;
          border: 1px solid gainsboro;
          height: 16px;
          width: 10px;
          border-radius: 3px;
          background-color: white;
          cursor: pointer; }
        .vanilla-calendar-time__range input::-moz-range-thumb {
          position: relative;
          z-index: 2;
          box-sizing: border-box;
          border: 1px solid gainsboro;
          height: 16px;
          width: 10px;
          border-radius: 3px;
          background-color: white;
          cursor: pointer; }
        .vanilla-calendar-time__range input::-webkit-slider-runnable-track {
          box-sizing: border-box;
          width: 100%;
          height: 1px;
          margin-top: 1px;
          cursor: pointer;
          background-color: gainsboro; }
        .vanilla-calendar-time__range input::-moz-range-track {
          box-sizing: border-box;
          width: 100%;
          height: 1px;
          margin-top: 1px;
          cursor: pointer;
          background-color: gainsboro; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 1.25rem;
  padding-left: 4.375rem; }
  header .header-logo {
    width: calc((86 / 1920) * 100vw);
    transition: all .5s; }
    header .header-logo img {
      width: 100%; }
  header.header-top .header-logo {
    width: calc((64 / 1920) * 100vw); }

.header-menu-box {
  padding: 0 3.4375rem;
  background-color: #15876E;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem; }
  .header-menu-box h2.header-menu-title {
    cursor: context-menu; }
  .header-menu-box a.header-menu-title:hover {
    color: #FFC641; }
  .header-menu-box .header-menu-title {
    padding: 1.125rem 1.25rem;
    display: block;
    transition: all .5s; }
  .header-menu-box .submenu li a .sub-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.875rem;
    padding-right: 0.625rem; }
    .header-menu-box .submenu li a .sub-icon svg {
      width: 100% !important;
      height: 100%;
      transition: all .5s; }
  .header-menu-box .submenu li a .fz-18 {
    color: #946E17; }
  .header-menu-box .submenu li a.active .fz-18, .header-menu-box .submenu li a:hover .fz-18 {
    color: #222; }
  .header-menu-box .submenu li a.active svg path, .header-menu-box .submenu li a:hover svg path {
    fill: #222 !important; }
  @media (min-width: 1025px) {
    .header-menu-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .header-menu-box .hassub:hover .submenu {
        opacity: 1;
        -ms-transform: translateY(-0.5vw);
            transform: translateY(-0.5vw);
        pointer-events: auto; }
      .header-menu-box .submenu {
        position: absolute;
        width: -webkit-max-content;
        width: max-content;
        min-width: 11.25rem;
        transition: all .5s;
        opacity: 0;
        -ms-transform: translateY(1vw);
            transform: translateY(1vw);
        pointer-events: none;
        background-color: #FFC641;
        padding: 0.625rem 0;
        border-radius: 0.625rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02); }
        .header-menu-box .submenu a {
          padding: 0.9375rem 1.25rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          border-bottom: 1px solid #EBAB15; }
        .header-menu-box .submenu::before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0.625rem 0.625rem 0.625rem;
          border-color: transparent transparent #FFC641 transparent;
          position: absolute;
          top: -0.4vw;
          left: 2.5rem; } }

.menu-btn-block {
  display: none;
  position: fixed;
  top: 0;
  right: 0; }
  .menu-btn-block .menu-btn {
    position: relative;
    width: 5rem; }
    .menu-btn-block .menu-btn .menu-close {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
  .menu-btn-block .rwd-reserve {
    display: none; }

.rwd-title {
  display: none; }

.rwd-menu-btn {
  display: none; }

@media (min-width: 1025px) {
  .header-menu-block {
    transition: all .5s; }
  .header-top .header-menu-box .header-menu-title {
    padding: 1rem 1.25rem; }
  .header-down .header-menu-block {
    opacity: 0;
    pointer-events: none; } }

@media (max-width: 1440px) {
  header .header-logo {
    width: calc((86 / 1440) * 100vw); }
  header.header-top .header-logo {
    width: calc((64 / 1440) * 100vw); } }

@media (max-width: 1024px) {
  .menu-btn-block {
    display: -ms-flexbox;
    display: flex;
    right: 4.375rem; }
    .menu-btn-block .menu-btn {
      margin-right: 0.625rem; }
      .menu-btn-block .menu-btn:last-child {
        margin-right: 0; }
  .rwd-menu-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: relative;
    z-index: 3; }
    .rwd-menu-btn .menu-btn-list {
      margin-right: 20px; }
      .rwd-menu-btn .menu-btn-list:last-child {
        margin-right: 0; }
  .submenu,
  .header-menu-block {
    position: fixed;
    top: 0;
    right: -100%;
    width: 380px;
    max-width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s; }
  .header-menu-block {
    background-color: #15876E;
    background-image: url(../img/layout/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: 384px;
    background-position: top right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .header-menu-block .header-menu-box {
      border-radius: none;
      display: block;
      background-color: transparent;
      text-align: center;
      padding: 30px 20px;
      position: relative;
      z-index: 1; }
      .header-menu-block .header-menu-box .header-menu-title {
        font-size: 2.5rem;
        padding: 15px 0; }
      .header-menu-block .header-menu-box .sub-icon {
        display: none; }
      .header-menu-block .header-menu-box .rwd-title {
        display: block;
        font-size: 26px; }
    .header-menu-block.show {
      right: 0; }
    .header-menu-block .header-menu-title {
      transition-duration: .5s; }
      .header-menu-block .header-menu-title.close {
        opacity: 0;
        -ms-transform: scale(0);
            transform: scale(0);
        pointer-events: none; }
    .header-menu-block::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      background-image: url(../img/layout/header-bg-e2.svg);
      background-position: bottom right;
      background-size: 100%;
      background-repeat: no-repeat;
      pointer-events: none; }
  .submenu {
    padding: 100px 30px; }
    .submenu .rwd-title,
    .submenu li {
      margin-bottom: 40px; }
    .submenu li .fz-18 {
      font-size: 18px;
      color: #FFC641 !important; }
    .submenu li:last-child {
      margin-bottom: 0; }
    .submenu.open {
      right: 0;
      z-index: 2; }
  .header-menu-block .header-menu-box .header-menu-title {
    font-size: 1.625rem; } }

@media (max-height: 500px) {
  .header-menu-block:after {
    display: none; } }

@media (max-width: 991px) {
  header .header-logo {
    width: 8vw !important; } }

@media (max-width: 768px) {
  header {
    padding: 20px 20px 0 20px; }
    header .header-logo {
      width: 60px !important; }
  .menu-btn-block {
    right: 20px; } }

@media (max-width: 550px) {
  .menu-btn-block .menu-btn {
    width: 60px; } }

.w-520 {
  width: calc((520 / 1920) * 100vw); }

.w-640 {
  width: calc((640 / 1920) * 100vw); }

.banner-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100vh;
  width: 100%; }
  .banner-block .banner-wrap {
    width: 70%;
    overflow: hidden;
    border-radius: 20rem 7.5rem 20rem 7.5rem; }
  .banner-block .banner-list {
    width: 100%;
    opacity: 0; }
    .banner-block .banner-list .banner-img {
      width: 100%;
      height: 0;
      padding-bottom: 62.5%;
      position: relative; }
      .banner-block .banner-list .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0; }
  .banner-block .banner-slick-block {
    position: relative;
    z-index: 1; }
  .banner-block .banner-bg .topbg-icon-1 {
    width: 35.8125rem;
    top: 2%;
    left: 4%;
    animation: cloud-1 4s linear infinite; }
  .banner-block .banner-bg .topbg-icon-2 {
    width: 27.8125rem;
    top: -4%;
    right: -4%;
    animation: cloud-2 4s linear infinite; }
  .banner-block .banner-bg .topbg-icon-3 {
    width: 28.6875rem;
    bottom: -4%;
    right: -4%;
    animation: cloud-3 4s linear infinite; }
  .banner-block .banner-bg .topbg-icon-4 {
    width: 41.8125rem;
    bottom: -4%;
    left: -4%;
    animation: cloud-4 4s linear infinite; }
  .banner-block .banner-bg .topbg-icon-5 {
    width: 33.1875rem;
    top: 40%;
    left: -5%;
    animation: cloud-5 3s linear infinite; }
  .banner-block .banner-bg .topbg-icon-6 {
    width: 33.1875rem;
    top: 24%;
    right: -5%;
    animation: cloud-1 3s linear infinite; }
  .banner-block .bannerbg-icon-e3 {
    position: absolute;
    top: 5%;
    left: 13%;
    width: 7.0625rem; }
  .banner-block .banner-slogan {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
    .banner-block .banner-slogan h2 {
      max-width: 60%;
      font-size: 4rem; }
      @media (max-width: 1440px) {
        .banner-block .banner-slogan h2 {
          left: 2.625rem; } }
      @media (max-width: 768px) {
        .banner-block .banner-slogan h2 {
          left: 2.25rem; } }
    .banner-block .banner-slogan.f-right {
      -ms-flex-pack: end;
          justify-content: end; }
    .banner-block .banner-slogan.f-left {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    @media (max-width: 768px) {
      .banner-block .banner-slogan {
        -ms-flex-pack: center !important;
            justify-content: center !important; }
        .banner-block .banner-slogan h2 {
          max-width: 80%; } }

.index-map-bg-block {
  width: 100%;
  position: absolute;
  top: -15vh; }
  .index-map-bg-block .index-map-e1 {
    width: 17rem;
    z-index: 1;
    top: 0;
    left: 5%; }
  .index-map-bg-block .index-map-e2 {
    width: 13.4375rem;
    left: 1%;
    top: -12%;
    animation: tree-1 3s linear infinite alternate; }
  .index-map-bg-block .index-map-e3 {
    width: 13.25rem;
    left: 48%;
    top: -3%;
    z-index: 1; }
  .index-map-bg-block .index-map-e4 {
    width: 21.125rem;
    right: -3%;
    top: -17%;
    animation: tree-1 3s ease infinite alternate;
    z-index: 1; }
  .index-map-bg-block .index-map-e5 {
    width: 20rem;
    left: -7%;
    top: 40%;
    animation: tree-1 3s ease infinite alternate;
    z-index: 1; }
  .index-map-bg-block .index-map-e6 {
    width: 18rem;
    right: -5%;
    top: 45%;
    animation: tree-2 3s ease infinite alternate;
    z-index: 1; }

.index-map-block {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  .index-map-block .map-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3; }
  .index-map-block .map-main {
    position: relative;
    z-index: 1; }
  .index-map-block .map-link {
    position: absolute;
    z-index: 3;
    width: 3.5%; }

.index-news-block {
  position: relative;
  z-index: 4;
  margin-bottom: 6.25rem; }
  .index-news-block .index-news-title {
    width: 10.4375rem; }
  .index-news-block .news-slick-block {
    width: calc(100% - 15.4375rem); }
  .index-news-block .news-slick-btn-box {
    width: 5rem; }
  .index-news-block .index-news-box {
    background-color: #8E5836;
    padding: 1.25rem 1.875rem 1.25rem 3.125rem;
    border-radius: 2.5rem;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 1; }
  .index-news-block .news-slick-box {
    width: 100%;
    padding: 0 2.5rem;
    color: #FFF; }
    .index-news-block .news-slick-box .date {
      padding-right: 1.25rem;
      opacity: 0.4; }
    .index-news-block .news-slick-box .index-news-title {
      width: 100%;
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .index-news-block .news-slick-btn-box {
    display: -ms-flexbox;
    display: flex; }
    .index-news-block .news-slick-btn-box .slick-btn {
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 1.25rem;
      background-color: #FFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 50%;
      cursor: pointer;
      transition: all .5s; }
      .index-news-block .news-slick-btn-box .slick-btn svg {
        width: 0.5rem;
        height: auto; }
        .index-news-block .news-slick-btn-box .slick-btn svg path {
          transition: all .5s; }
      .index-news-block .news-slick-btn-box .slick-btn:last-child {
        margin-right: 0; }
      .index-news-block .news-slick-btn-box .slick-btn.news-perv svg {
        margin-left: 0.125rem; }
      .index-news-block .news-slick-btn-box .slick-btn.news-next svg {
        margin-right: 0.125rem; }
      .index-news-block .news-slick-btn-box .slick-btn:hover {
        background-color: #15876E; }
        .index-news-block .news-slick-btn-box .slick-btn:hover svg path {
          fill: #FFF !important; }
  .index-news-block .news-slick {
    width: 100%; }
    .index-news-block .news-slick .date {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .index-news-block .index-news-e1 {
    position: absolute;
    width: 4%;
    bottom: 80%;
    left: 3%;
    z-index: 2; }
  .index-news-block .index-news-e2 {
    position: absolute;
    width: 11.6%;
    right: 0;
    bottom: 71%;
    z-index: 0; }

.index-promise-block {
  position: relative;
  z-index: 3; }
  .index-promise-block .index-promise-e-box {
    top: -30%;
    left: 0;
    width: 100%; }
  .index-promise-block .index-promise-e1 {
    width: 31.375rem;
    left: -5%;
    top: 0;
    z-index: 0;
    animation: cloud-1 4s linear infinite; }
  .index-promise-block .index-promise-e2 {
    width: 19.6875rem;
    left: 8%;
    top: 7rem;
    z-index: 0;
    animation: cloud-1 6s linear 1s infinite reverse; }
  .index-promise-block .index-promise-e3 {
    width: 32.0625rem;
    right: -8%;
    top: 0;
    z-index: 0;
    animation: cloud-1 6s linear 1s infinite reverse; }

.esg-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .esg-bg-box .esg-pc-bg,
  .esg-bg-box .esg-mb-bg {
    width: 100%;
    height: 100%; }
  .esg-bg-box .esg-mb-bg {
    display: none; }

.index-esg-block {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .index-esg-block .link-box {
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }

.esg-slick-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }
  .esg-slick-block .esg-slick-box {
    width: 48%; }
    .esg-slick-block .esg-slick-box .esg-slick .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .esg-slick-block .esg-slick-box .esg-slick a {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      position: relative;
      display: block;
      margin: 0 auto;
      transition: all .5s;
      -ms-transform: scale(0.9);
          transform: scale(0.9);
      overflow: hidden; }
      .esg-slick-block .esg-slick-box .esg-slick a img {
        transition: all .5s; }
      .esg-slick-block .esg-slick-box .esg-slick a:hover img {
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
    .esg-slick-block .esg-slick-box .esg-slick .slick-active a {
      -ms-transform: scale(1);
          transform: scale(1);
      transition-delay: 1s; }
  .esg-slick-block .slick-list {
    overflow: unset; }
  .esg-slick-block .slick-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    top: calc(50% - ((20/1920) * 100vw));
    transition: all .5s; }
    .esg-slick-block .slick-btn:hover {
      background-color: #15876E; }
      .esg-slick-block .slick-btn:hover svg path {
        fill: #FFF !important; }
    .esg-slick-block .slick-btn svg {
      display: block;
      width: 0.9375rem;
      height: auto; }
      .esg-slick-block .slick-btn svg path {
        transition: all .5s; }
    @media (max-width: 1440px) {
      .esg-slick-block .slick-btn {
        top: calc(50% - ((20/1440) * 100vw)); } }
    @media (max-width: 991px) {
      .esg-slick-block .slick-btn {
        top: calc(50% - ((20/991) * 100vw)); } }
    @media (max-width: 767px) {
      .esg-slick-block .slick-btn {
        top: calc(50% - ((20/767) * 100vw)); } }
    @media (max-width: 550px) {
      .esg-slick-block .slick-btn {
        top: calc(50% - 20px); } }
  .esg-slick-block .esg-next {
    left: calc(100% - ((20/1920) * 100vw)); }
    .esg-slick-block .esg-next svg {
      margin-right: 0.3125rem; }
    @media (max-width: 1440px) {
      .esg-slick-block .esg-next {
        left: calc(100% - ((20/1440) * 100vw)); } }
    @media (max-width: 991px) {
      .esg-slick-block .esg-next {
        left: calc(100% - ((20/991) * 100vw)); } }
    @media (max-width: 767px) {
      .esg-slick-block .esg-next {
        left: calc(100% - ((20/767) * 100vw)); } }
    @media (max-width: 550px) {
      .esg-slick-block .esg-next {
        left: calc(100% - 20px); } }
  .esg-slick-block .esg-perv {
    right: calc(100% - ((20/1920) * 100vw)); }
    .esg-slick-block .esg-perv svg {
      margin-left: 0.3125rem; }
    @media (max-width: 1440px) {
      .esg-slick-block .esg-perv {
        right: calc(100% - ((20/1440) * 100vw)); } }
    @media (max-width: 991px) {
      .esg-slick-block .esg-perv {
        right: calc(100% - ((20/991) * 100vw)); } }
    @media (max-width: 767px) {
      .esg-slick-block .esg-perv {
        right: calc(100% - ((20/767) * 100vw)); } }
    @media (max-width: 550px) {
      .esg-slick-block .esg-perv {
        right: calc(100% - 20px); } }

.map-lightblock {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .map-lightblock .map-box {
    width: 46.25rem;
    padding: 0.625rem;
    position: relative;
    z-index: 3;
    background-color: #FFF; }
    .map-lightblock .map-box .map-img-box {
      width: 100%;
      height: 0;
      padding-bottom: 66.66%;
      position: relative; }
      .map-lightblock .map-box .map-img-box span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .map-lightblock .map-box .map-info-box {
      position: relative;
      padding-right: 1.875rem;
      padding-left: 8.75rem;
      padding-bottom: 1.25rem; }
      .map-lightblock .map-box .map-info-box .icon {
        position: absolute;
        width: 5.3125rem;
        left: 3.75rem;
        bottom: 0; }
      .map-lightblock .map-box .map-info-box .title {
        width: 12.5rem; }
      .map-lightblock .map-box .map-info-box .map-info {
        padding-left: 1.5625rem; }
    .map-lightblock .map-box .info-close {
      width: 2.5rem;
      position: absolute;
      top: calc(-1 * 1.25rem);
      right: calc(-1 * 1.25rem);
      cursor: pointer; }
  .map-lightblock .map-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block; }
  .map-lightblock.open {
    display: -ms-flexbox;
    display: flex; }

@media (max-width: 1440px) {
  .w-520 {
    width: calc((520 / 1440) * 100vw); }
  .w-640 {
    width: calc((640 / 1440) * 100vw); }
  .banner-block .banner-wrap {
    width: 80%; } }

@media (max-width: 991px) {
  .banner-block {
    height: initial;
    padding: 0; }
    .banner-block .banner-wrap {
      width: 100%;
      border-radius: 0; }
  .index-map-block {
    z-index: 2; }
    .index-map-block .map-main {
      top: 3rem; }
  .index-map-bg-block {
    top: calc(-1 * 3rem); }
  .index-news-block .index-news-box {
    display: block;
    border-radius: 0.625rem; }
  .index-news-block .index-news-title,
  .index-news-block .news-slick-block {
    margin-bottom: 0.625rem; }
  .index-news-block .news-slick-block {
    width: 100%; }
    .index-news-block .news-slick-block .news-slick-box {
      padding: 0; }
  .index-news-block .index-news-e1 {
    width: 6%;
    bottom: 90%;
    left: 2.5rem; }
  .index-news-block .index-news-e2 {
    bottom: initial;
    top: -40%; }
  .index-promise-block .promise-info,
  .index-promise-block .promise-img {
    width: 100%; }
  .index-promise-block .promise-info {
    margin-bottom: 3.75rem;
    text-align: center; }
    .index-promise-block .promise-info .flex {
      -ms-flex-pack: center;
          justify-content: center; }
  .index-esg-block {
    padding-top: 9rem; }
    .index-esg-block .w-640 {
      width: 80vw; }
  .index-map-bg-block .index-map-e1 {
    width: 20%;
    left: 6%; }
  .index-map-bg-block .index-map-e2 {
    width: 12%; }
  .index-map-bg-block .index-map-e2 {
    width: 14%; }
  .index-map-bg-block .index-map-e4 {
    width: 18%; }
  .index-map-bg-block .index-map-e5 {
    width: 21%; }
  .index-map-bg-block .index-map-e6 {
    width: 23%; }
  .index-promise-block .index-promise-e3 {
    width: 19.0625rem; }
  .index-promise-block .index-promise-e2 {
    width: 14.6875rem; }
  .index-promise-block .index-promise-e1 {
    width: 22.375rem; } }

@media (max-width: 767px) {
  .banner-block .banner-list .banner-img {
    padding-bottom: 100%; }
  .index-esg-block .w-640 {
    width: calc(100% - 80px); }
  .index-map-block .w-520 {
    width: calc((520 / 767) * 100vw); }
  .index-map-block .index-map-bg-block {
    height: calc(100% + 6rem); }
  .index-map-block .index-map-bg {
    height: 100%; }
  .esg-bg-box .esg-pc-bg {
    display: none; }
  .esg-bg-box .esg-mb-bg {
    display: block; }
  .index-map-block .map-info {
    width: 100%;
    position: static; }
  .index-map-block .index-map-bg-block .index-map-e1,
  .index-map-block .index-map-bg-block .index-map-e2,
  .index-map-block .index-map-bg-block .index-map-e3,
  .index-map-block .index-map-bg-block .index-map-e4,
  .index-map-block .index-map-bg-block .index-map-e5,
  .index-map-block .index-map-bg-block .index-map-e6 {
    display: none; } }

@media (max-width: 550px) {
  .w-520 {
    width: 100%; }
  .index-news-block .index-news-title {
    margin-left: auto;
    margin-right: auto; }
  .index-news-block .index-news-e1 {
    width: 40px;
    bottom: initial;
    top: -60px; }
  .index-news-block .index-news-e2 {
    width: 100px;
    bottom: initial;
    top: -70px; }
  .index-news-block .news-slick .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .index-news-block .news-slick .flex .date {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      text-align: center; }
    .index-news-block .news-slick .flex .index-news-title {
      width: 100%;
      -webkit-line-clamp: 2;
      text-align: center; }
  .index-news-block .news-slick-btn-box {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
  .index-promise-block .promise-info .flex-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .index-promise-block .promise-info .link-box {
    width: -webkit-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-bottom: 20px; }
    .index-promise-block .promise-info .link-box:last-child {
      margin-bottom: 0; }
  .index-promise-block .index-promise-e1 {
    width: 80%; }
  .index-promise-block .index-promise-e2 {
    width: 37%; }
  .index-promise-block .index-promise-e3 {
    width: 50%; }
  .index-esg-block {
    padding-top: 60px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5rem; }
    .index-esg-block .esg-bg-box {
      width: 700px;
      height: calc(100% + 20px);
      left: 50%;
      top: 10px;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .index-esg-block .esg-slick-block {
      display: none; } }

.fiexd-link-box {
  position: fixed;
  z-index: 9;
  top: 40%;
  right: 2%; }
  .fiexd-link-box .fiexd-link {
    width: calc((123 / 1920) * 100vw);
    display: block;
    margin-bottom: 0.625rem; }
    .fiexd-link-box .fiexd-link img {
      width: 100%;
      transition: all .5s; }
    .fiexd-link-box .fiexd-link:hover img {
      -webkit-filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.3)); }

footer {
  z-index: 5;
  padding: 6.25rem 0; }
  footer .footer-bg {
    width: 100%;
    height: calc(100% + ((30 / 1920) * 100vw));
    position: absolute;
    bottom: 0; }
    footer .footer-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top left; }
  footer .footer-box {
    position: relative;
    z-index: 4; }
  footer .footer-menu-block {
    max-width: 21.5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    footer .footer-menu-block .footer-menu-box {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .footer-menu-block .footer-menu-box .footer-menu {
        margin-right: 3.75rem;
        margin-bottom: 0.9375rem; }
  footer .footer-map-block {
    width: 29.5%; }
  footer .footer-community {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1.25rem; }
    footer .footer-community a {
      width: 2.5rem;
      margin-right: 1.25rem; }
      footer .footer-community a img {
        width: 100%; }
  footer .footer-map-box {
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
    position: relative; }
    footer .footer-map-box span {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      footer .footer-map-box span iframe {
        width: 100%;
        height: 100%; }
  footer .footer-calendar {
    position: relative; }
  footer .cal-shows {
    position: absolute;
    top: 1%;
    right: 0; }
    footer .cal-shows .cal-show {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.625rem; }
      footer .cal-shows .cal-show i {
        display: inline-block;
        width: 0.375rem;
        height: 0.375rem;
        vertical-align: middle;
        margin-right: 0.375rem;
        border-radius: 50%; }
      footer .cal-shows .cal-show .cal-visit {
        background-color: #FFF100; }
      footer .cal-shows .cal-show .cal-activity {
        background-color: #197D60; }
      footer .cal-shows .cal-show p {
        display: inline-block;
        vertical-align: middle; }
      footer .cal-shows .cal-show:last-child {
        margin-right: 0; }

.jsCalendar table {
  width: 100%;
  color: #000;
  background-color: transparent;
  border-collapse: collapse;
  margin: 0;
  box-shadow: none;
  color: #FFF; }

.jsCalendar tbody,
.jsCalendar thead {
  margin: 0; }
  .jsCalendar tbody tr,
  .jsCalendar thead tr {
    display: block;
    width: 100%; }

.jsCalendar thead .jsCalendar-week-days th, .jsCalendar tbody td {
  font-size: 0.75rem;
  height: 4.1875rem;
  line-height: 4.1875rem;
  width: 4.1875rem;
  margin: 0;
  border-radius: 0;
  font-size: 1.125rem; }

.jsCalendar tbody td.jsCalendar-selected {
  height: 4.1875rem;
  line-height: 4.1875rem;
  width: 4.1875rem;
  border-radius: 50%;
  border: none;
  background-color: transparent; }

.jsCalendar tbody td {
  border-radius: 50%; }
  .jsCalendar tbody td:hover {
    background-color: rgba(21, 135, 110, 0.4); }
  .jsCalendar tbody td.jsCalendar-current {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%; }

.jsCalendar thead .jsCalendar-title-name {
  font-size: 1.125rem; }

.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-nav-right {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #FFF;
  position: relative; }
  .jsCalendar thead .jsCalendar-nav-left::after,
  .jsCalendar thead .jsCalendar-nav-right::after {
    content: '';
    width: 100%;
    height: 100%;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    display: block;
    background-size: 40%; }

.jsCalendar thead .jsCalendar-nav-left::after {
  background-position: 60% 50%;
  background-image: url(../img/layout/jsCalendar-prev.svg); }

.jsCalendar thead .jsCalendar-nav-right::after {
  background-position: 40% 50%;
  background-image: url(../img/layout/jsCalendar-next.svg); }

.jsCalendar thead .jsCalendar-title {
  height: initial;
  line-height: inherit; }
  .jsCalendar thead .jsCalendar-title > div {
    display: inline-block;
    vertical-align: middle;
    float: none; }

@media (max-width: 991px) {
  footer .footer-bg {
    height: calc(100% + ((30 / 1440) * 100vw)); }
  footer #my-calendar {
    display: none; }
  footer .footer-menu-block {
    max-width: 50%; }
  footer .footer-map-block {
    width: 46%; } }

@media (max-width: 768px) {
  .fiexd-link-box {
    display: none; } }

@media (max-width: 550px) {
  footer {
    padding-bottom: 30px; }
    footer .footer-menu-block {
      max-width: 100%;
      -ms-flex-order: 2;
          order: 2; }
      footer .footer-menu-block .footer-menu-box {
        display: none; }
    footer .footer-map-block {
      width: 100%;
      -ms-flex-order: 1;
          order: 1;
      margin-bottom: 30px; } }

.page-topbg-box {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  left: 0;
  overflow: hidden; }
  .page-topbg-box .topbg-main {
    position: relative;
    z-index: 1; }
  .page-topbg-box .topbg-icon-1 {
    width: 29.79166vw;
    left: 3.4375rem;
    top: 2.5rem;
    z-index: 0;
    animation: cloud-1 4s linear 0s infinite; }
  .page-topbg-box .topbg-icon-2 {
    width: 23.645vw;
    left: 24.7916vw;
    top: 10.1041vw;
    z-index: 0;
    animation: cloud-6 6s ease 0s infinite alternate-reverse; }
  .page-topbg-box .topbg-icon-3 {
    width: 34.843vw;
    right: -8vw;
    top: -4vw;
    z-index: 0;
    animation: cloud-6 4s linear 0s infinite; }
  .page-topbg-box .topbg-icon-4 {
    width: 23.489vw;
    right: 20.031vw;
    top: 9.968vw;
    z-index: 0;
    animation: r-cloud-1 4s linear 0s infinite; }
  .page-topbg-box .topbg-icon-5 {
    width: 34.895vw;
    left: -9.031vw;
    bottom: 13.281vw;
    z-index: 2;
    animation: cloud-1 6s linear 0s infinite; }
  .page-topbg-box .topbg-icon-6 {
    width: 21.875vw;
    left: 7.2916vw;
    bottom: 8.33333vw;
    z-index: 2;
    animation: r-cloud-1 6s linear 0s infinite; }
  .page-topbg-box .topbg-icon-7 {
    width: 35.052vw;
    right: -4.2916vw;
    bottom: 0;
    z-index: 2;
    animation: cloud-7 4s linear 0s infinite; }
  .page-topbg-box .topbg-icon-8 {
    width: 8.59375vw;
    right: 23.7084vw;
    bottom: 9.4791vw;
    z-index: 3; }
  .page-topbg-box img {
    width: 100%; }

.page-edit .page-block {
  padding-bottom: 0; }

.page-edit .page-bottombg-box {
  z-index: 0; }

.page-block {
  padding-top: 9.375vw;
  padding-bottom: 10vw;
  width: 100%;
  overflow: hidden; }

.wpfull-shadow {
  box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1); }

.page-title-box span {
  width: 8.75rem;
  height: 1px;
  display: block;
  opacity: 0.1;
  background-color: #000; }

.page-title-box h2 {
  line-height: 2rem;
  letter-spacing: 0.25rem;
  padding: 0 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.page-title-img {
  width: 100%; }
  .page-title-img img {
    width: calc((340 / 1920) * 100vw);
    height: auto; }
    @media (max-width: 1440px) {
      .page-title-img img {
        width: calc((340 / 1440) * 100vw); } }

.page-bottombg-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }
  .page-bottombg-box img {
    width: 100%; }
  .page-bottombg-box .bottombg-icon-1 {
    left: -7%;
    bottom: -5vw;
    width: 20vw;
    z-index: 2; }
  .page-bottombg-box .bottombg-icon-2 {
    width: calc((236 / 1920) * 100vw);
    left: 2%;
    top: 30%;
    z-index: 3;
    animation: cloud-1 6s linear 0s infinite; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-2 {
        width: calc((236 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-3 {
    width: calc((268 / 1920) * 100vw);
    left: 8%;
    top: 47%;
    z-index: 1;
    animation: r-cloud-1 6s linear 0s infinite; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-3 {
        width: calc((268 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-4 {
    width: calc((207 / 1920) * 100vw);
    left: 12%;
    bottom: -20%;
    z-index: 0; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-4 {
        width: calc((207 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-5 {
    width: calc((94 / 1920) * 100vw);
    left: 20%;
    bottom: -10%;
    z-index: 1; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-5 {
        width: calc((94 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-6 {
    width: calc((66 / 1920) * 100vw);
    left: 24%;
    bottom: -10%;
    z-index: 0; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-6 {
        width: calc((66 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-7 {
    width: calc((282 / 1920) * 100vw);
    right: 9%;
    top: 25%;
    z-index: 2;
    animation: cloud-1 6s linear 0s infinite; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-7 {
        width: calc((282 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-8 {
    width: calc((282 / 1920) * 100vw);
    right: 12%;
    bottom: -33%;
    z-index: 0; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-8 {
        width: calc((282 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-9 {
    width: calc((74 / 1920) * 100vw);
    right: 25%;
    bottom: -5%;
    z-index: 1; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-9 {
        width: calc((74 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-10 {
    width: calc((122 / 1920) * 100vw);
    right: 28%;
    bottom: -10%;
    z-index: 1; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-10 {
        width: calc((122 / 1440) * 100vw); } }
  .page-bottombg-box .bottombg-icon-11 {
    width: calc((381 / 1920) * 100vw);
    right: -5%;
    bottom: -20%;
    z-index: 3; }
    @media (max-width: 1440px) {
      .page-bottombg-box .bottombg-icon-11 {
        width: calc((381 / 1440) * 100vw); } }

.news-class-box {
  position: relative;
  width: calc((240 / 1920) * 100vw);
  margin-right: 0.9375rem; }
  @media (max-width: 1440px) {
    .news-class-box {
      width: calc((240 / 1440) * 100vw); } }
  .news-class-box .news-class-title {
    width: 100%;
    border-radius: 1.5625rem;
    overflow: hidden;
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.8125rem 0.9375rem 0.8125rem 1.25rem;
    font-size: 1rem;
    padding-right: 0.625rem;
    position: relative;
    z-index: 2;
    cursor: pointer; }
    .news-class-box .news-class-title span {
      width: 1rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .news-class-box .news-class-title span svg {
        width: 100%;
        height: auto; }
  .news-class-box .news-class {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #EFEEE8;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-top: 0.625rem;
    border-radius: 0.3125rem;
    display: none; }
    .news-class-box .news-class li {
      padding: 0 0.9375rem; }
      .news-class-box .news-class li.active a {
        color: #15876E; }
      .news-class-box .news-class li:first-child a {
        padding-top: 0; }
      .news-class-box .news-class li a {
        padding: 0.625rem 0;
        display: block;
        border-bottom: 1px solid #15876E; }
  .news-class-box:last-child {
    margin-right: 0; }

.youtube-full {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .youtube-full span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .youtube-full span iframe {
      width: 100%;
      height: 100%; }

.detail-title {
  position: relative;
  padding-left: 0.9375rem; }
  .detail-title::after {
    content: '';
    width: 0.375rem;
    height: 100%;
    background-color: #54A734;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6.25rem; }

@media (max-width: 768px) {
  .menu-btn-block .rwd-reserve {
    display: block; }
  .page-block {
    padding-top: 100px; }
  .page-title-img img {
    width: 200px; }
  .news-class-box {
    width: 100%; }
    .news-class-box .news-class-title {
      padding: 10px 15px;
      border-radius: 25px;
      font-size: 16px; } }

.map-e-box {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  .map-e-box .div {
    position: absolute; }
  .map-e-box .e-1 {
    animation: cloud-3 4s linear infinite; }
  .map-e-box .e-2 {
    animation: cloud-3 4s linear infinite; }
  .map-e-box .e-3 {
    animation: cloud-5 12s linear infinite; }
  .map-e-box .e-4 {
    animation: tree-3 4s linear infinite alternate; }
  .map-e-box .e-5 {
    animation: cloud-8 8s linear infinite alternate; }
  .map-e-box .e-6 {
    animation: car 12s linear infinite alternate-reverse; }
  .map-e-box .e-7 {
    animation: cloud-2 8s linear infinite alternate; }
  .map-e-box .e-8 {
    animation: bird 12s linear .5s infinite; }
  .map-e-box .e-9 {
    animation: tree-3 12s linear .5s infinite alternate-reverse; }
  .map-e-box .e-10 {
    animation: tree-3 8s linear infinite alternate-reverse; }
  .map-e-box .e-11 {
    animation: tree-3 6s linear infinite alternate-reverse; }
  .map-e-box .e-12 {
    animation: people01 6s ease-out infinite; }
  .map-e-box .e-13 {
    animation: bird01 18s ease infinite alternate; }
  .map-e-box .e-14 {
    animation: bird01 10s ease infinite reverse; }
  .map-e-box .e-15 {
    animation: cloud-2 8s linear infinite; }
  .map-e-box .e-16 {
    animation: tree-3 8s linear infinite alternate-reverse; }
  .map-e-box .e-17 {
    animation: tree-4 8s linear infinite alternate; }
  .map-e-box .e-18 {
    animation: tree-3 8s linear infinite alternate; }
  .map-e-box .e-19 {
    animation: tree-4 8s linear infinite alternate; }
  .map-e-box .e-20 {
    animation: tree-3 8s linear infinite alternate; }
  .map-e-box .e-21 {
    animation: people02 4s linear infinite; }
  .map-e-box .e-22 {
    animation: people03 4s ease-out infinite; }

.news-list-box,
.video-list-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news-list-box .news-list,
  .news-list-box .video-list,
  .video-list-box .news-list,
  .video-list-box .video-list {
    width: 29.5%;
    margin-right: 5.75%;
    margin-top: 3%;
    margin-bottom: 3%; }
    @media (min-width: 769px) {
      .news-list-box .news-list:nth-child(3n+3),
      .news-list-box .video-list:nth-child(3n+3),
      .video-list-box .news-list:nth-child(3n+3),
      .video-list-box .video-list:nth-child(3n+3) {
        margin-right: 0; } }

.news-list a {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: block;
  border-bottom-left-radius: 3%;
  border-bottom-right-radius: 3%;
  overflow: hidden; }

.news-list .news-img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden; }
  .news-list .news-img span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.news-list .news-info-box {
  padding: 2.125rem 2.5rem; }

.news-list .dot,
.healthy-list .dot {
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  background-color: #54A734;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.625rem; }

.news-list .line,
.healthy-list .line {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0; }

.news-list .date,
.healthy-list .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0.625rem; }

.news-class-block {
  position: relative;
  z-index: 6; }

.new-top-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative; }
  .new-top-box .new-title-box {
    width: 100%;
    padding-right: 1.25rem; }
  .new-top-box::after {
    content: '';
    width: 100%;
    height: 0.1875rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3CA479; }

.new-edit .news-tag-title {
  padding: 0.625rem 1.75rem;
  border-radius: 0.625rem; }

.new-edit .new-list-box .new-list {
  width: calc(94% / 3); }
  .new-edit .new-list-box .new-list .relative {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .new-edit .new-list-box .new-list .new-list-info {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #E1DFD5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 2.8125rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
  .new-edit .new-list-box .new-list .new-icon1 {
    width: 6.25rem;
    position: absolute;
    top: 2%;
    right: 10%; }
  .new-edit .new-list-box .new-list .new-icon3 {
    width: 6.875rem;
    position: absolute;
    bottom: 2%;
    left: 10%; }
  @media (min-width: 769px) {
    .new-edit .new-list-box .new-list {
      margin-right: 3%; }
      .new-edit .new-list-box .new-list:nth-child(3n+3) {
        margin-right: 0; } }

.healthy-list {
  margin-bottom: 3.75rem; }
  .healthy-list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0.625rem;
    overflow: hidden; }
  .healthy-list .healthy-img {
    width: 65.625%;
    position: relative; }
    .healthy-list .healthy-img span {
      width: 100%;
      height: 0;
      padding-bottom: 63.49%;
      position: relative;
      display: block; }
      .healthy-list .healthy-img span img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .healthy-list .healthy-info-box {
    width: 34.375%;
    background-color: #FFF;
    padding: 2.5rem 2.5rem;
    position: relative; }
    .healthy-list .healthy-info-box h2 {
      color: #007B84;
      font-weight: bold; }
    .healthy-list .healthy-info-box p {
      line-height: 2rem; }
  .healthy-list .healthy-info-decorate {
    position: absolute;
    bottom: 0;
    width: calc((180 / 1920) * 100vw); }
    .healthy-list .healthy-info-decorate span {
      width: 100%;
      padding-bottom: 55.5555%;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .healthy-list:nth-child(odd) .healthy-info-decorate {
    right: 0; }
    .healthy-list:nth-child(odd) .healthy-info-decorate span {
      background-image: url(../img/page/news/decorate-1.png); }
  .healthy-list:nth-child(even) .healthy-info-decorate span {
    background-image: url(../img/page/news/decorate-2.png); }
  .healthy-list:nth-child(even) .healthy-info-box {
    -ms-flex-order: 1;
        order: 1; }
  .healthy-list:nth-child(even) .healthy-img {
    -ms-flex-order: 2;
        order: 2; }

.healthy-mark {
  border: 2px solid #CFCBB8;
  border-collapse: collapse; }
  .healthy-mark th, .healthy-mark td {
    border: 2px solid #CFCBB8;
    border-collapse: collapse; }
  .healthy-mark thead th {
    padding: 1.5625rem 0.625rem;
    width: 29%; }
    .healthy-mark thead th img {
      margin: 0 auto; }
    .healthy-mark thead th:nth-child(1) {
      width: 13%;
      font-weight: bold; }
    .healthy-mark thead th:nth-child(2) img, .healthy-mark thead th:nth-child(4) img {
      width: 55%; }
    .healthy-mark thead th:nth-child(3) img {
      width: 41%; }
  .healthy-mark tbody td {
    padding: 1.875rem 1.25rem;
    vertical-align: top; }
    .healthy-mark tbody td:nth-child(1) {
      font-weight: bold;
      vertical-align: middle;
      text-align: center; }

.video-list a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  overflow: hidden;
  background-color: #FFF; }

.video-list .video-img {
  width: 100%;
  height: 0;
  padding-bottom: 55.88%;
  display: block;
  position: relative;
  overflow: hidden; }
  .video-list .video-img span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-list .video-info-box {
  background-color: #FFF;
  padding: 2.5rem; }

@media (max-width: 1440px) {
  .new-edit .new-list-box .new-list .new-list-info {
    padding: 1.5625rem 1.25rem; }
  .new-edit .new-list-box .new-list .fz-56 {
    font-size: 2.5rem; }
  .new-edit .new-list-box .new-list .fz-20 {
    font-size: 1rem; }
  .new-edit .new-list-box .new-list .new-icon1 {
    width: 4.25rem; }
  .new-edit .new-list-box .new-list .new-icon3 {
    width: 3.875rem; } }

@media (max-width: 991px) {
  .new-top-box {
    padding: 40px 0; }
  .new-edit .new-list-box .new-list .fz-56 {
    line-height: 1;
    margin-bottom: 1rem; }
  .healthy-list a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem; }
  .healthy-list .healthy-img {
    width: 100%;
    position: relative; }
  .healthy-list .healthy-info-box {
    width: 100%;
    padding-bottom: 130px; }
  .healthy-list .healthy-info-decorate {
    position: absolute;
    bottom: 0;
    width: 180px; }
  .healthy-list:nth-child(even) .healthy-info-box {
    -ms-flex-order: 2;
        order: 2; }
  .healthy-list:nth-child(even) .healthy-img {
    -ms-flex-order: 1;
        order: 1; }
  .healthy-mark {
    min-width: 600px; }
    .healthy-mark tbody td {
      padding: 10px; } }

@media (max-width: 768px) {
  .news-list-box .news-list,
  .news-list-box .video-list,
  .video-list-box .news-list,
  .video-list-box .video-list {
    width: 48%;
    margin-right: 4%; }
    .news-list-box .news-list:nth-child(even),
    .news-list-box .video-list:nth-child(even),
    .video-list-box .news-list:nth-child(even),
    .video-list-box .video-list:nth-child(even) {
      margin-right: 0; }
  .new-edit .new-list-box {
    display: block; }
    .new-edit .new-list-box .new-list {
      width: 300px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
      .new-edit .new-list-box .new-list .new-list-info {
        padding: 50px 20px 20px 20px; }
      .new-edit .new-list-box .new-list .fz-56 {
        font-size: 56px; }
      .new-edit .new-list-box .new-list .new-icon1 {
        width: 70px; }
      .new-edit .new-list-box .new-list .new-icon3 {
        width: 80px; } }

@media (max-width: 550px) {
  .news-list-box .news-list,
  .news-list-box .video-list,
  .video-list-box .news-list,
  .video-list-box .video-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .new-top-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px; }
    .new-top-box .new-title-box {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
    .new-top-box .link-box {
      margin-left: auto;
      margin-right: auto; }
  .new-edit .new-list-box {
    display: block; }
    .new-edit .new-list-box .new-list .new-list-info {
      padding: 30px 15px 15px 15px; }
    .new-edit .new-list-box .new-list .fz-56 {
      font-size: 40px; }
    .new-edit .new-list-box .new-list .new-icon1 {
      width: 60px; }
    .new-edit .new-list-box .new-list .new-icon3 {
      width: 70px; }
  .healthy-mark {
    min-width: 740px; }
  .video-list .video-info-box {
    background-color: #FFF;
    padding: 30px 40px; } }

.products-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1rem; }
  .products-list .products-img {
    width: 33.33%;
    display: block;
    position: relative; }
    .products-list .products-img span {
      width: 100%;
      height: 100%;
      display: block; }
  .products-list .products-info-box {
    width: calc(100% - 33.33%);
    padding: 2.5rem 3.75rem;
    background-color: #E4E2D9;
    position: relative; }
    .products-list .products-info-box h2,
    .products-list .products-info-box li {
      position: relative;
      z-index: 1;
      transition: all .5s; }
    .products-list .products-info-box h2 {
      padding-bottom: 0.9375rem;
      border-bottom: 1px solid #D4D0BE;
      margin-bottom: 0.9375rem; }
    .products-list .products-info-box::after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -ms-transform-origin: center;
          transform-origin: center;
      transition: all .5s;
      background: #54a734;
      background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
      background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
      background: linear-gradient(to right, #54a734 0%, #008f99 100%); }
  @media (min-width: 40rem) {
    .products-list .products-info .column {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .products-list .products-info li {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.75; }
  .products-list .products-info .title {
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .products-list:hover .products-info-box:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1); }
  .products-list:hover h2,
  .products-list:hover li {
    color: #FFF; }
  .products-list:hover h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.location-list-box table {
  width: 100%; }

.location-list-box table, .location-list-box th, .location-list-box td {
  border-collapse: collapse; }

.location-list-box thead {
  background: #54a734;
  background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: linear-gradient(to right, #54a734 0%, #008f99 100%); }
  .location-list-box thead th {
    text-align: left;
    color: #FFF;
    padding: 0.9375rem 1.25rem;
    font-weight: bold; }
    .location-list-box thead th:nth-child(1), .location-list-box thead th:nth-child(2) {
      width: 10%; }
    .location-list-box thead th:nth-child(3), .location-list-box thead th:nth-child(4) {
      width: 20%; }
    .location-list-box thead th:nth-child(5) {
      width: 40%; }

.location-list-box tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .location-list-box tbody tr td {
    padding: 0.9375rem 1.25rem; }
    .location-list-box tbody tr td a {
      display: -ms-flexbox;
      display: flex;
      transition: all .5s; }
      .location-list-box tbody tr td a .icon {
        width: 0.9375rem;
        margin-top: 0.1875rem;
        margin-right: 0.3125rem;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        -ms-flex-item-align: start;
            align-self: flex-start; }
        .location-list-box tbody tr td a .icon img {
          width: 100%;
          display: block; }
      .location-list-box tbody tr td a:hover {
        color: #15876E; }

.shop-list-box .shop-list {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%; }
  .shop-list-box .shop-list span {
    transition: all .5s; }
  .shop-list-box .shop-list .shop-img-box {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-color: #FFF;
    border-radius: 0.625rem;
    position: relative;
    overflow: hidden;
    display: block; }
    .shop-list-box .shop-list .shop-img-box span {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 1.25rem 2.5rem; }
      .shop-list-box .shop-list .shop-img-box span img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        transition: all .5s; }
  .shop-list-box .shop-list:hover .shop-img-box {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
    .shop-list-box .shop-list:hover .shop-img-box img {
      -ms-transform: scale(0.95);
          transform: scale(0.95); }
  .shop-list-box .shop-list:hover span {
    font-weight: bold;
    color: #15876E; }

@media (min-width: 768px) {
  .shop-list-box .shop-list:nth-child(3n+3) {
    margin-right: 0; } }

@media (max-width: 991px) {
  .products-list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .products-list {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #E4E2D9; }
    .products-list:nth-child(even) {
      margin-right: 0; }
    .products-list .products-img,
    .products-list .products-info-box {
      width: 100%; }
    .products-list .products-info-box {
      padding: 40px; }
      .products-list .products-info-box::after {
        display: none; }
    .products-list .products-img {
      height: 0;
      padding-bottom: 84.2%; }
      .products-list .products-img span {
        position: absolute; }
    .products-list .products-info li {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px; }
    .products-list .products-info .title {
      width: 100%; }
  .location-list-box table {
    min-width: 1060px; } }

@media (max-width: 767px) {
  .shop-list-box .shop-list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%; }
    .shop-list-box .shop-list:nth-child(even) {
      margin-right: 0; } }

@media (max-width: 550px) {
  .shop-list-box .shop-list {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px; } }

.contact-form-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .contact-form-box .contact-form-list {
    width: calc(98% / 3);
    margin-right: 1%;
    margin-bottom: 1%; }
  @media (min-width: 768px) {
    .contact-form-box .contact-form-list:nth-child(3n+3) {
      margin-right: 0; } }

.form-select,
.form-input {
  border-radius: 1.5625rem;
  background-color: #FFF;
  padding: 0.75rem 1.5625rem; }

.form-input input {
  width: 100%; }
  .form-input input:-ms-input-placeholder {
    color: #222; }
  .form-input input::placeholder {
    color: #222; }
  .form-input input::-webkit-input-placeholder {
    color: #222; }
  .form-input input:-ms-input-placeholder {
    color: #222; }
  .form-input input::-moz-placeholder {
    color: #222;
    opacity: 1; }

.select-items {
  margin-top: 10px;
  transition: all .5s;
  border-radius: 0.3125rem;
  overflow: hidden; }
  .select-items div {
    padding: 0.625rem 1.5625rem;
    font-size: 1.125rem; }

.select-selected::after {
  content: '';
  width: 1.25rem;
  height: 100%;
  background-image: url(../img/page/contact/select-arrow.svg);
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat; }

.contact-form-textarea {
  width: 100%; }

textarea {
  width: 100%;
  height: 7.8125vw;
  background-color: #FFF;
  border-radius: 1.5625rem;
  min-height: 150px;
  resize: none;
  padding: 0.75rem 1.5625rem; }
  textarea:-ms-input-placeholder {
    color: #222; }
  textarea::placeholder {
    color: #222; }
  textarea::-webkit-input-placeholder {
    color: #222; }
  textarea:-ms-input-placeholder {
    color: #222; }
  textarea::-moz-placeholder {
    color: #222;
    opacity: 1; }

.form-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 1.5625rem;
  background-color: #FFF;
  padding: 0.9375rem 1.5625rem;
  color: #008F99;
  transition: all .5s;
  cursor: pointer; }
  .form-button:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }
    .form-button:hover .icon {
      -ms-transform: translateX(0.625rem);
          transform: translateX(0.625rem); }
  .form-button .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #008F99;
    border-radius: 50%;
    transition: all .5s; }
    .form-button .icon span {
      width: 0.5rem;
      display: block;
      margin-right: 0.1875rem; }
      .form-button .icon span svg,
      .form-button .icon span img {
        width: 100%; }
  .form-button .button-p {
    display: block;
    margin-right: 0.9375rem; }
  .form-button.ok-back {
    width: -webkit-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: max-content; }

.contact-info-block {
  width: 100%;
  position: relative;
  padding: 2.5rem 3.4375rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  overflow: hidden; }
  .contact-info-block::before {
    content: '';
    width: 100%;
    height: 0.3125rem;
    background: #54a734;
    background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: linear-gradient(to right, #54a734 0%, #008f99 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .contact-info-block .contact-info-box a {
    transition: all .5s; }
    .contact-info-block .contact-info-box a:hover {
      color: #EBAB15; }

@media (max-width: 767px) {
  .contact-form-box .contact-form-list {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px; }
    .contact-form-box .contact-form-list:nth-child(even) {
      margin-right: 0; } }

@media (max-width: 550px) {
  .contact-info-block {
    padding: 2.5rem 1.875rem; } }

.w-720 {
  width: 37.5vw; }

.esg-edit {
  line-height: 2; }

.esg02-table {
  width: 100%;
  border-collapse: collapse; }
  .esg02-table th, .esg02-table td {
    border-collapse: collapse; }
  .esg02-table tbody td:nth-child(1), .esg02-table tbody td:nth-child(2) {
    text-align: center; }
  .esg02-table tbody td:nth-child(3), .esg02-table tbody td:nth-child(4), .esg02-table tbody td:nth-child(5) {
    text-align: right; }
  .esg02-table tbody tr:last-child td:nth-child(2) {
    text-align: right; }

.esg03-list-box .esg03-list {
  width: 31.25%; }
  @media (min-width: 767px) {
    .esg03-list-box .esg03-list {
      margin-right: calc(6.25% / 2);
      margin-bottom: calc(6.25% / 2); }
      .esg03-list-box .esg03-list:nth-child(3n+3) {
        margin-right: 0; } }

@media (max-width: 991px) {
  .w-720 {
    width: 720px;
    max-width: 100%; } }

@media (max-width: 767px) {
  .esg-edit {
    line-height: 1.6; }
    .esg-edit .wp50-35 {
      width: 100%; }
    .esg-edit .mb-100 {
      margin-bottom: 2.5rem; }
  .esg03-list-box .esg03-list {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px; }
    .esg03-list-box .esg03-list:nth-child(even) {
      margin-right: 0; } }

@media (max-width: 550px) {
  .esg02-table {
    min-width: 700px; }
  .esg-edit .mb-100 {
    margin-bottom: 2.5rem; }
  .esg03-list-box .esg03-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; } }

.about03-list-box .about03-info {
  width: 31.25%; }

.about03-list-box .about03-img {
  width: 65.625%; }

.about3-table thead th:nth-child(1) {
  width: 25%; }

.about3-table thead th:nth-child(2), .about3-table thead th:nth-child(3) {
  width: calc(75% / 2); }

.about3-table tbody td:nth-child(1) {
  text-align: center; }

.about3-2-table {
  width: 100%;
  min-width: 900px; }
  .about3-2-table thead th {
    width: calc(89% / 16);
    border: 1px solid rgba(255, 255, 255, 0.4); }
  .about3-2-table tr {
    border-bottom: 1px solid #D4D0BE; }
    .about3-2-table tr span {
      display: block;
      margin: 0 auto;
      width: 1rem; }
      .about3-2-table tr span img {
        width: 100%; }

.table-head .certification-table {
  width: 100%; }
  .table-head .certification-table thead th {
    padding: 0.9375rem 1.25rem; }
    .table-head .certification-table thead th:nth-child(1) {
      width: 17%;
      text-align: left; }
    .table-head .certification-table thead th:nth-child(2) {
      width: 70%;
      text-align: left; }
    .table-head .certification-table thead th:nth-child(3) {
      width: 13%;
      text-align: center; }
  .table-head .certification-table tbody tr {
    border-bottom: 1px solid #D4D0BE; }
    .table-head .certification-table tbody tr td {
      padding: 0.9375rem 1.25rem; }
      .table-head .certification-table tbody tr td:nth-child(1) {
        font-weight: bold; }
  .table-head .certification-table .icon {
    margin: 0 auto;
    display: block;
    width: 1.5rem; }
    .table-head .certification-table .icon img {
      width: 100%; }

.w-540 {
  width: calc((540 / 1920) * 100vw);
  max-width: 100%; }

.qa-box .qa-title-box {
  margin-bottom: 1.25rem;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  background: #54a734;
  background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: linear-gradient(to right, #54a734 0%, #008f99 100%);
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  .qa-box .qa-title-box .num::after {
    background-color: rgba(255, 255, 255, 0.4); }

.qa-box .qa-answer-box {
  padding: 0 1.875rem; }
  .qa-box .qa-answer-box .num::after {
    background-color: #D4D0BE; }

.qa-box .num {
  position: relative; }
  .qa-box .num::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }

.qa-box .qa-table table {
  width: 100%; }
  .qa-box .qa-table table thead th:nth-child(1) {
    width: 10%;
    text-align: center; }
  .qa-box .qa-table table thead th:nth-child(2), .qa-box .qa-table table thead th:nth-child(3), .qa-box .qa-table table thead th:nth-child(4) {
    width: 30%;
    text-align: left; }
  .qa-box .qa-table table tbody tr {
    border-bottom: 1px solid #D4D0BE; }
  .qa-box .qa-table table tbody td:nth-child(1) {
    text-align: center; }
  .qa-box .qa-table table tbody td:nth-child(2), .qa-box .qa-table table tbody td:nth-child(3), .qa-box .qa-table table tbody td:nth-child(4) {
    text-align: left; }
  .qa-box .qa-table table th,
  .qa-box .qa-table table td {
    padding: 1.25rem; }

.qa-answer-box {
  display: none; }

@media (max-width: 1440px) {
  .w-540 {
    width: calc((540 / 1440) * 100vw);
    max-width: 100%; } }

@media (max-width: 991px) {
  .qa-table table {
    min-width: 800px; } }

@media (max-width: 767px) {
  .w-540 {
    width: 540px;
    max-width: 100%; }
  .about01-list-box .flex-list {
    width: 100%; }
    .about01-list-box .flex-list:last-child {
      margin-bottom: 0; }
  .rwd-767-o2 {
    -ms-flex-order: 2;
        order: 2; }
  .rwd-767-o1 {
    -ms-flex-order: 1;
        order: 1; }
  .about03-list-box .about03-info,
  .about03-list-box .about03-img {
    width: 100%; } }

@media (max-width: 550px) {
  .about3-table {
    width: 700px; }
  .table-head .certification-table {
    width: 700px; } }

#reserve .page-block {
  overflow: unset; }

#reserve .page-bottombg-box {
  overflow: hidden; }

.photo-list-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(-1 * 1.125rem);
  margin-right: calc(-1 * 1.125rem);
  margin-bottom: 3.75rem; }
  .photo-list-box .photo-list {
    width: calc((100% / 3) - 2.25rem);
    margin: 1.125rem;
    display: block; }
    .photo-list-box .photo-list:hover .photo-list-img img {
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    .photo-list-box .photo-list .photo-list-img {
      width: 100%;
      height: 0;
      padding-bottom: 66.66%;
      display: block;
      overflow: hidden; }
      .photo-list-box .photo-list .photo-list-img img {
        transition: all .5s; }
    .photo-list-box .photo-list .title {
      width: 100%;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      display: block; }

.photo-wrap {
  width: 66.666vw; }
  .photo-wrap .arrow-btn {
    width: 3.75rem;
    position: absolute;
    top: calc(50% -  1.875rem); }
  .photo-wrap .prev-btn {
    left: -1.875rem; }
  .photo-wrap .next-btn {
    right: -1.875rem; }
  .photo-wrap .photo-slick-box .list-img {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 66.6666%; }
    .photo-wrap .photo-slick-box .list-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
  .photo-wrap .photo-s-slick-box {
    margin-left: calc(-1 * 0.625rem);
    margin-right: calc(-1 * 0.625rem); }
    .photo-wrap .photo-s-slick-box .s-slick-list {
      margin: 0 0.625rem; }
      .photo-wrap .photo-s-slick-box .s-slick-list .s-slick-img {
        width: 100%;
        height: 0;
        padding-bottom: 66.66%;
        position: relative;
        cursor: pointer; }
        .photo-wrap .photo-s-slick-box .s-slick-list .s-slick-img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center; }
      .photo-wrap .photo-s-slick-box .s-slick-list.is-active {
        position: relative; }
        .photo-wrap .photo-s-slick-box .s-slick-list.is-active:after {
          content: '';
          width: 100%;
          height: 100%;
          border: 0.25rem solid #8EC020;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
    .photo-wrap .photo-s-slick-box .slick-track {
      margin-left: 0;
      margin-right: 0; }
    .photo-wrap .photo-s-slick-box .slick-prev:before, .photo-wrap .photo-s-slick-box .slick-next:before {
      color: #15876E;
      font-size: 1.25rem; }
    .photo-wrap .photo-s-slick-box .slick-prev, .photo-wrap .photo-s-slick-box .slick-next {
      width: 1.5625rem;
      height: 1.5625rem; }
    .photo-wrap .photo-s-slick-box .slick-next {
      right: calc(-1 * 1.5625rem); }
    .photo-wrap .photo-s-slick-box .slick-prev {
      left: calc(-1 * 1.5625rem); }
    .photo-wrap .photo-s-slick-box .slick-disabled {
      opacity: 0;
      pointer-events: none; }

.page-back-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .page-back-box .nth-back {
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.5625rem;
    padding: 0.8125rem 1.875rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #15876E;
    color: #FFF;
    transition: all .5s; }
    .page-back-box .nth-back .icon {
      margin-left: 0.9375rem;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      background-color: #FFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all .5s; }
      .page-back-box .nth-back .icon svg {
        width: 0.5625rem;
        margin-right: 0.125rem;
        height: auto; }
        .page-back-box .nth-back .icon svg path {
          fill: #15876E; }
    .page-back-box .nth-back:hover {
      background-color: #008F99; }
      .page-back-box .nth-back:hover .icon {
        -ms-transform: translateX(0.625rem);
            transform: translateX(0.625rem); }

.attractions-map-box {
  width: 100%;
  background: #54a734;
  background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: linear-gradient(to right, #54a734 0%, #008f99 100%);
  padding: 0.625rem;
  border-radius: 0.625rem; }
  .attractions-map-box .attractions-map {
    width: 100%;
    height: 0;
    padding-bottom: 42%;
    position: relative; }
    .attractions-map-box .attractions-map iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .attractions-map-box .attractions-map-add {
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem; }
    .attractions-map-box .attractions-map-add .icon {
      width: 8.6875rem;
      -ms-transform: rotate(10deg);
          transform: rotate(10deg); }
    .attractions-map-box .attractions-map-add p {
      padding-left: 1.875rem;
      color: #FFF;
      font-size: 1.5rem; }

.attractions-list-box .list-icon-box .icon {
  margin-right: 0.625rem;
  width: 1.25rem; }
  .attractions-list-box .list-icon-box .icon img {
    width: 100%; }
  .attractions-list-box .list-icon-box .icon:last-child {
    margin-right: 0; }

.reserve-step-box {
  -ms-flex-pack: center;
      justify-content: center; }
  .reserve-step-box .reserve-step {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    .reserve-step-box .reserve-step h2 {
      line-height: 4rem; }
  .reserve-step-box .reserve-step-dot {
    margin: 0 0.625rem; }
  .reserve-step-box .duck-icon {
    position: absolute;
    bottom: 0.9375rem;
    left: 0.4rem;
    width: 2.5625rem; }
    .reserve-step-box .duck-icon img {
      width: 100%; }

.reserve-box {
  -ms-flex-align: start;
      align-items: flex-start; }
  .reserve-box .w-756 {
    width: 65%; }
  .reserve-box .w-360 {
    width: 31.25%;
    padding: 1.875rem 2.5rem;
    border-radius: 0.625rem;
    background-color: #FFF;
    position: -webkit-sticky;
    position: sticky;
    top: 9.375rem; }
  .reserve-box .vanilla-calendar-month,
  .reserve-box .vanilla-calendar-year {
    font-size: 1.5rem; }
  .reserve-box .vanilla-calendar-header {
    background: #54a734;
    background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: linear-gradient(to right, #54a734 0%, #008f99 100%);
    padding: 1.75rem 2.5rem;
    color: #FFF; }
  .reserve-box .vanilla-calendar-arrow::before, .reserve-box .vanilla-calendar-arrow::after {
    background-color: #FFF; }
  .reserve-box .vanilla-calendar-week {
    background-color: #FFF;
    border-top: none; }
  .reserve-box .vanilla-calendar_default {
    margin-bottom: 2.5rem; }
    .reserve-box .vanilla-calendar_default .vanilla-calendar-content {
      margin-top: 0; }
  .reserve-box .vanilla-calendar-days {
    border-top: 0;
    background-color: #FFFFFF; }
  .reserve-box .vanilla-calendar-day__btn_prev,
  .reserve-box .vanilla-calendar-day__btn_next,
  .reserve-box .vanilla-calendar-day__btn_disabled {
    background-color: #EBE9E0; }
  .reserve-box .vanilla-calendar-day__btn {
    padding: 2.5rem 0;
    font-size: 1.5rem; }
  .reserve-box .vanilla-calendar-day__btn_today {
    background-color: #D8D4BE;
    color: #222; }
  .reserve-box .vanilla-calendar-day__btn_selected {
    background-color: unset;
    color: #222;
    position: relative; }
    .reserve-box .vanilla-calendar-day__btn_selected::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0.25rem solid #54A734; }
  .reserve-box .vanilla-calendar-content {
    margin-top: 0;
    margin-bottom: 2.5rem; }
  .reserve-box .vanilla-calendar-months__month {
    height: 4.375rem; }
  .reserve-box .vanilla-calendar-months {
    column-gap: 0.375rem;
    row-gap: 0.375rem; }
  .reserve-box .ps-block .ps-list {
    margin-right: 3.125rem; }
    .reserve-box .ps-block .ps-list:last-child {
      margin-right: 0; }
  .reserve-box .ps-box {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.625rem;
    background-color: #D8D4BE; }
  .reserve-box .contact-form-list .select-items {
    background-color: #D8D4BE; }
  .reserve-box .reserve-data-title {
    -ms-flex-align: center;
        align-items: center; }
  .reserve-box .tickets-list-box li .wp50px {
    margin-right: 1.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .reserve-box .much-input-box {
    width: 7.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .reserve-box .much-input-box button {
      width: 2rem;
      height: 2rem;
      position: relative;
      border: 1px solid #C2BFAD; }
      .reserve-box .much-input-box button:hover {
        background-color: #15876E; }
        .reserve-box .much-input-box button:hover span {
          background-color: #FFF; }
      .reserve-box .much-input-box button span {
        position: absolute;
        -ms-transform: translate(-50%);
            transform: translate(-50%);
        left: 50%;
        top: 50%;
        width: 0.875rem;
        height: 0.125rem;
        background-color: #C2BFAD; }
        .reserve-box .much-input-box button span:nth-child(2) {
          -ms-transform: translate(-50%) rotate(90deg);
              transform: translate(-50%) rotate(90deg);
          width: 0.875rem;
          height: 0.125rem; }
    .reserve-box .much-input-box input {
      width: 3.8125rem;
      text-align: center;
      border: 1px solid #C2BFAD; }
  .reserve-box .contact-form-list {
    border: #C2BFAD solid 1px; }
  .reserve-box .reserve-radio,
  .reserve-box .agree-box {
    position: relative;
    margin-right: 1.25rem; }
    .reserve-box .reserve-radio input,
    .reserve-box .agree-box input {
      opacity: 0;
      position: absolute;
      pointer-events: none; }
      .reserve-box .reserve-radio input:checked + label .form-check-label__circle::after,
      .reserve-box .agree-box input:checked + label .form-check-label__circle::after {
        display: block; }
    .reserve-box .reserve-radio label,
    .reserve-box .agree-box label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .reserve-box .reserve-radio label .form-check-label__circle,
      .reserve-box .agree-box label .form-check-label__circle {
        width: 1.125rem;
        height: 1.125rem;
        display: block;
        border-radius: 50%;
        border: 1px solid #C2BFAD;
        background-color: #FFF;
        position: relative;
        margin-right: 0.3125rem;
        overflow: hidden; }
        .reserve-box .reserve-radio label .form-check-label__circle::after,
        .reserve-box .agree-box label .form-check-label__circle::after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #15876E;
          -ms-transform: scale(0.8);
              transform: scale(0.8);
          border-radius: 50%;
          display: none; }
  .reserve-box .reserve-textarea {
    border-radius: 0.625rem; }
  .reserve-box .reserve-right-detail ul li {
    margin-bottom: 0.625rem; }
  .reserve-box .reserve-right-detail .page-back-box {
    width: 100%; }
    .reserve-box .reserve-right-detail .page-back-box a {
      width: 100%; }

.reserve02-box {
  background-color: #FFF;
  border-radius: 0.625rem;
  padding: 2.5rem; }
  .reserve02-box .total {
    display: -ms-flexbox;
    display: flex;
    color: #54A734; }
  .reserve02-box .reserve02-detail-box {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E0E0E0; }
    .reserve02-box .reserve02-detail-box .reserve02-detail {
      padding: 0 1.25rem;
      border-right: 1px solid #E0E0E0; }
      .reserve02-box .reserve02-detail-box .reserve02-detail:last-child {
        border-right: none; }
  .reserve02-box .reserve02-ticket-box {
    margin-bottom: 1.875rem; }
    .reserve02-box .reserve02-ticket-box .ticket-title-box {
      background-color: #F0F0F0;
      border-bottom: 1px solid #E0E0E0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .reserve02-box .reserve02-ticket-box .ticket-title-box li {
        width: 25%;
        padding: 0.9375rem 1.25rem; }
    .reserve02-box .reserve02-ticket-box .ticket-info-box li {
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #E0E0E0; }
      .reserve02-box .reserve02-ticket-box .ticket-info-box li p {
        width: 25%;
        padding: 0.9375rem 1.25rem; }
        .reserve02-box .reserve02-ticket-box .ticket-info-box li p span {
          display: none; }
  .reserve02-box .reserve02-ps-box {
    line-height: 1.75rem; }
  .reserve02-box .detail-btn {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    .reserve02-box .detail-btn .icon {
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      background-color: #008F99;
      margin-right: 0.9375rem;
      position: relative; }
      .reserve02-box .detail-btn .icon span {
        position: absolute;
        -ms-transform: translate(-50%);
            transform: translate(-50%);
        left: 50%;
        top: 50%;
        width: 0.5625rem;
        height: 1px;
        background-color: #FFF; }
        .reserve02-box .detail-btn .icon span:nth-child(2) {
          -ms-transform: translate(-50%) rotate(90deg);
              transform: translate(-50%) rotate(90deg);
          width: 0.5625rem;
          height: 1px; }

.reserve-back-block {
  margin-top: 2.5rem; }
  .reserve-back-block .reserve-back {
    margin-right: 1.25rem; }
    .reserve-back-block .reserve-back .nth-back {
      background-color: #FFF;
      color: #008F99; }
      .reserve-back-block .reserve-back .nth-back .icon {
        background-color: #008F99; }
        .reserve-back-block .reserve-back .nth-back .icon svg path {
          fill: #FFF; }

.experience-class-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .experience-class-block .rwd-experience-class {
    display: none; }
  .experience-class-block .experience-class-box {
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 2.5rem;
    border-radius: 2.5rem;
    background: #54a734;
    background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
    background: linear-gradient(to right, #54a734 0%, #008f99 100%); }
    .experience-class-block .experience-class-box .experience-class {
      padding: 0 1.25rem;
      position: relative;
      color: rgba(255, 255, 255, 0.4);
      transition: all .5s; }
      .experience-class-block .experience-class-box .experience-class::after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.4); }
      .experience-class-block .experience-class-box .experience-class:last-child::after {
        display: none; }
      @media (min-width: 992px) {
        .experience-class-block .experience-class-box .experience-class.active {
          font-weight: bold; }
        .experience-class-block .experience-class-box .experience-class.active, .experience-class-block .experience-class-box .experience-class:hover {
          color: #FFF; } }

.experience-list .list-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden; }
  .experience-list .list-img > span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .experience-list .list-img > span img {
      object-fit: cover;
      object-position: center;
      transition: all .5s; }
  .experience-list .list-img .list-mask-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: background-color .5s; }
  .experience-list .list-img .list-mask-car {
    width: 9.5625rem;
    margin-bottom: 1.25rem;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    opacity: 0; }
    .experience-list .list-img .list-mask-car img {
      width: 100%; }
  .experience-list .list-img .list-link-box {
    position: relative;
    width: 8.125rem;
    margin-bottom: 1.875rem; }
    .experience-list .list-img .list-link-box img {
      width: 100%; }
    .experience-list .list-img .list-link-box .list-link-show {
      position: relative;
      z-index: 0;
      opacity: 1; }
    .experience-list .list-img .list-link-box .list-link {
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      transition: all .5s; }

@media (min-width: 992px) {
  .experience-list:hover .list-img > span img {
    -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .experience-list:hover .list-mask-box {
    background-color: rgba(0, 0, 0, 0.4); }
  .experience-list:hover .list-mask-car {
    opacity: 1;
    animation: car 1s linear 1 forwards;
    transition: opacity .5s; }
  .experience-list:hover .list-link-box .list-link {
    opacity: 0; } }

.experience-detail-block .detail-link-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .experience-detail-block .detail-link-box span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #CCCCCC; }
  .experience-detail-block .detail-link-box .detail-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 70%; }

.experience-detail-block .cloud-bg {
  position: absolute;
  width: 24.5rem;
  max-width: 100%;
  left: 50%;
  bottom: -15%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.experience-detail-block .activity-table {
  width: 100%; }
  .experience-detail-block .activity-table thead {
    text-align: center; }
    .experience-detail-block .activity-table thead th:nth-child(1) {
      width: 67%; }
    .experience-detail-block .activity-table thead th:nth-child(2) {
      width: 67%; }
  .experience-detail-block .activity-table tbody tr {
    border-bottom: 1px solid #D4D0BE; }
    .experience-detail-block .activity-table tbody tr td:nth-child(2) {
      text-align: center; }

.experience-detail-block .precautions-box {
  padding: 1.875rem 3.75rem;
  background-image: url(../img/page/guide/experience/precautions-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .experience-detail-block .precautions-box .precautions-info {
    width: 56.25%; }
    .experience-detail-block .precautions-box .precautions-info li {
      margin-bottom: 0.625rem; }
      .experience-detail-block .precautions-box .precautions-info li:last-child {
        margin-bottom: 0; }

.experience-detail-block .precautions-img {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0; }

.tidbits-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(-1 * 1.125rem);
  margin-right: calc(-1 * 1.125rem);
  padding-bottom: 8.75rem; }
  .tidbits-box .tidbits-list {
    width: calc((100% / 3) - 2.25rem);
    margin: 1.125rem;
    display: block; }
    .tidbits-box .tidbits-list a {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      overflow: hidden;
      display: block; }
      .tidbits-box .tidbits-list a img {
        transition: all .5s; }
    .tidbits-box .tidbits-list:hover img {
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

.inaturalist-info {
  border-radius: 7.5rem;
  padding: 1.875rem;
  background: #54a734;
  background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
  background: linear-gradient(to right, #54a734 0%, #008f99 100%); }
  .inaturalist-info .inaturalist-logo {
    width: 11.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .inaturalist-info .inaturalist-info-p {
    width: 100%;
    padding: 0  3.375rem; }
  .inaturalist-info .run-number-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.9375rem; }
    .inaturalist-info .run-number-box .run-num-list {
      margin-right: 4.5rem; }
      .inaturalist-info .run-number-box .run-num-list:last-child {
        margin-right: 0; }
    .inaturalist-info .run-number-box .run-num {
      font-size: 5rem; }

.map-tab-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .map-tab-box .map-tab {
    display: block;
    position: relative;
    min-width: 20rem;
    padding: 0.9375rem 2.5rem 0.9375rem 10rem;
    background-color: #EBE9E0;
    border: 1px solid #C2BFAD;
    border-radius: 2.5rem;
    margin-right: 0.625rem; }
    .map-tab-box .map-tab .map-class-icon {
      position: absolute;
      left: 1.875rem;
      bottom: 1.25rem; }
      .map-tab-box .map-tab .map-class-icon img {
        width: 100%; }
    .map-tab-box .map-tab .cn-title {
      line-height: 1; }
    .map-tab-box .map-tab:nth-child(1) .map-class-icon {
      width: 5.8125rem; }
    .map-tab-box .map-tab:nth-child(2) .map-class-icon {
      width: 7rem; }
    .map-tab-box .map-tab:nth-child(3) .map-class-icon {
      width: 6.0625rem; }
    .map-tab-box .map-tab.active {
      background: #54a734;
      background: -moz-linear-gradient(left, #54a734 0%, #008f99 100%);
      background: -webkit-linear-gradient(left, #54a734 0%, #008f99 100%);
      background: linear-gradient(to right, #54a734 0%, #008f99 100%);
      color: #FFF; }

.map-info-block .map-info-box .map-info {
  position: absolute;
  width: 42%;
  right: 0;
  top: 0;
  line-height: 2; }

.map-list-box .title-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .map-list-box .title-box .title {
    width: initial;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    line-height: 1.4;
    padding-right: 20px; }
    .map-list-box .title-box .title .en-title {
      position: absolute;
      left: 0;
      top: 100%;
      color: #666666;
      width: -webkit-max-content;
      width: max-content;
      font-weight: 300; }
  .map-list-box .title-box .title-line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #CCCCCC; }
  .map-list-box .title-box .title-num {
    width: 1.875rem;
    height: 1.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50%;
    background-color: #E50012;
    color: #FFF;
    margin-left: 20px;
    font-family: 'Open Sans','Noto Sans TC','Noto Sans SC', sans-serif;
    font-weight: bold;
    line-height: 1; }

@media (max-width: 1199px) {
  .map-tab-box .map-tab {
    padding: 0.9375rem 2.5rem 0.9375rem 8rem; }
    .map-tab-box .map-tab .map-class-icon {
      left: 1.25rem; } }

@media (max-width: 991px) {
  .tidbits-box .tidbits-list {
    width: calc(50% - 2.25rem); }
  .photo-list-box .photo-list {
    width: calc(50% - 2.25rem); }
  .photo-wrap {
    width: 80vw; }
  .reserve-box .w-756,
  .reserve-box .w-360 {
    width: 100%; }
  .reserve02-box .reserve02-detail-box .wp25 {
    width: 50%;
    margin-bottom: 0.625rem; }
    .reserve02-box .reserve02-detail-box .wp25:nth-child(even) {
      border-right: unset; }
  .experience-class-block,
  .rwd-map-class {
    display: block; }
    .experience-class-block .rwd-experience-class,
    .rwd-map-class .rwd-experience-class {
      display: block;
      padding: 1.25rem;
      color: #fff;
      font-size: 1.25rem;
      border: 1px solid #008f99;
      background-color: #008f99;
      position: relative; }
      .experience-class-block .rwd-experience-class::before,
      .rwd-map-class .rwd-experience-class::before {
        content: '';
        width: 1.875rem;
        height: 1.875rem;
        position: absolute;
        background-image: url(../img/page/guide/experience/down.png);
        background-size: 100%;
        background-position: center;
        right: 1.25rem; }
    .experience-class-block .experience-class-box,
    .rwd-map-class .experience-class-box {
      border-radius: 0;
      background: #FFF;
      padding: 0;
      display: none;
      border-left: 1px solid #54a734;
      border-right: 1px solid #54a734; }
      .experience-class-block .experience-class-box .experience-class,
      .rwd-map-class .experience-class-box .experience-class {
        border-bottom: 1px solid #54a734;
        color: #222;
        display: block;
        padding: 0.625rem 1.25rem;
        text-align: center;
        font-size: 1.125rem; }
        .experience-class-block .experience-class-box .experience-class.active,
        .rwd-map-class .experience-class-box .experience-class.active {
          color: #008f99;
          font-weight: bold; }
  .inaturalist-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .inaturalist-info .inaturalist-info-p {
      padding: 0;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; }
    .inaturalist-info .run-number-box {
      padding-right: 0; }
  .map-tab-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column; }
    .map-tab-box .map-tab {
      padding: 0.9375rem 1.25rem;
      margin-right: 0;
      margin-bottom: 0.625rem; }
    .map-tab-box .map-class-icon {
      display: none; }
    .map-tab-box .cn-title {
      width: 100%;
      text-align: center; }
    .map-tab-box .en-title {
      position: static;
      width: 100%;
      text-align: center; }
  .map-info-block .map-info-box .map-info {
    position: static;
    width: 100%;
    margin-bottom: 1.25rem; }
  .attractions-list-box.photo-list-box .photo-list {
    width: calc(100% - 2.25rem);
    max-width: 470px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  .experience-edit .wp50-20 {
    width: 100%; }
  .experience-detail-block .detail-link-box .detail-link {
    padding-left: 10px;
    padding-right: 10px; }
  .map-lightblock .map-box {
    width: calc(100% - 60px); } }

@media (max-width: 550px) {
  .photo-list-box {
    margin-left: auto;
    margin-right: auto; }
    .photo-list-box .photo-list {
      width: 100%;
      margin: 20px 0; }
      .photo-list-box .photo-list .title {
        font-size: 20px; }
  .tidbits-box {
    margin-left: auto;
    margin-right: auto; }
    .tidbits-box .tidbits-list {
      width: 100%;
      margin: 20px 0; }
  .photo-detail-block .fz-32 {
    font-size: 1.5rem; }
  .photo-detail-block .photo-s-slick-box {
    display: none; }
  .photo-detail-block .line-C2BFAD {
    display: none; }
  .photo-detail-block .photo-slick-box {
    margin-bottom: 2.5rem; }
  .reserve-box .wp50-10 {
    width: 100%; }
    .reserve-box .wp50-10:nth-child(2) {
      margin-top: 20px; }
  .reserve-step-box .reserve-step {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    height: 80px; }
    .reserve-step-box .reserve-step .fz-56 {
      font-size: 1rem;
      line-height: 1; }
    .reserve-step-box .reserve-step .fz-24 {
      font-size: 0.8rem; }
  .reserve-box .vanilla-calendar-month, .reserve-box .vanilla-calendar-year {
    font-size: 1rem; }
  .reserve-box .vanilla-calendar-day__btn {
    font-size: 1rem;
    padding: 1.5rem 0; }
  .reserve-box .ps-block {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .reserve-box .ps-block .ps-list {
      margin-right: 10px;
      margin-bottom: 10px; }
  .reserve02-box .reserve02-detail-box .wp25 {
    width: 100%;
    margin-bottom: 0.625rem;
    border-right: none; }
  .reserve02-box .reserve02-ticket-box .ticket-title-box {
    display: none; }
  .reserve02-box .reserve02-ticket-box .ticket-info-box li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    .reserve02-box .reserve02-ticket-box .ticket-info-box li p {
      width: 100%;
      padding: 0.3125rem 1.25rem; }
      .reserve02-box .reserve02-ticket-box .ticket-info-box li p span {
        display: block; }
  .reserve02-box {
    padding: 1.875rem 1.25rem; }
  .reserve-back-block .page-back-box {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0; }
  .reserve02-box .total {
    width: 100%;
    margin-bottom: 10px; }
  .reserve02-box .detail-btn {
    padding-left: 1.25rem; }
  .inaturalist-info .run-number-box .run-num-list {
    margin-right: 20px; }
  .inaturalist-info .run-number-box .run-num {
    width: 100%;
    display: block;
    font-size: 40px;
    text-align: center; }
  .map-tab-box .map-tab {
    width: 100%;
    min-width: initial; }
  .map-lightblock .map-box .map-info-box {
    padding-left: 0;
    padding-right: 0; }
    .map-lightblock .map-box .map-info-box .map-info {
      padding-left: 0; }
  .map-lightblock .map-box .icon {
    display: none; }
  .attractions-map-box .attractions-map-add {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; }
    .attractions-map-box .attractions-map-add .icon {
      margin-left: auto;
      margin-right: auto; }
    .attractions-map-box .attractions-map-add p {
      width: 100%;
      padding-left: 0; }
  .experience-detail-block .precautions-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 25px; }
    .experience-detail-block .precautions-box .precautions-info {
      width: 100%;
      position: relative;
      z-index: 2; }
    .experience-detail-block .precautions-box .precautions-img {
      display: none; } }

@media (max-height: 700px) {
  .map-lightblock {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 3rem 0; } }
