@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

input:focus, a:focus {
  outline: none; }

figure {
  margin: 0; }

.swiper-button-next, .swiper-button-prev {
  width: 21px;
  height: 54px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: "";
    display: none; }
  .swiper-button-next:focus, .swiper-button-next::after:focus, .swiper-button-prev:focus, .swiper-button-prev::after:focus {
    cursor: pointer; }

.swiper-button-prev {
  background-image: url("../images/prev.png"); }

.swiper-button-next {
  background-image: url("../images/next.png"); }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

html, body {
  position: relative;
  font-size: 18px; }
  @media screen and (max-width: 1366px) {
    html, body {
      font-size: 1.3vw; } }
  @media screen and (max-width: 600px) {
    html, body {
      font-size: 2vw; } }

body {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 2;
  color: #353535;
  background-image: url("../images/bg.webp"); }

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

.point {
  color: #9e0909; }

.btn {
  display: inline-block;
  background-color: #3b70bb;
  color: #fff;
  text-decoration: none;
  padding: 0 1.5em;
  border-radius: 1em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2); }

.kv {
  position: relative;
  margin-bottom: 3vw;
  overflow: hidden; }
  .kv .slogan {
    position: absolute;
    left: 50%;
    top: 4vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 28vw;
    z-index: 2; }
    @media screen and (orientation: portrait) {
      .kv .slogan {
        width: 50vw;
        top: 15vw; } }
  .kv .swiper-slide {
    width: 100%;
    height: 47.75vw;
    overflow: hidden; }
    .kv .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (orientation: portrait) {
      .kv .swiper-slide {
        height: 133vw; } }

main {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 40px; }
  @media screen and (max-width: 1366px) {
    main {
      padding: 0 3vw; } }
  @media screen and (orientation: portrait) {
    main {
      padding: 0 5vw; } }

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

.map {
  font-family: "Noto Sans TC", Arial, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
  font-size: 1.66rem;
  margin-bottom: 5rem; }
  .map .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .map p {
    font-size: inherit; }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 20vw; } }

.airplane {
  background-color: #d5e8fb;
  padding: 3.5rem 2rem;
  font-family: "Noto Sans TC", Arial, sans-serif;
  margin-bottom: 8rem; }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .airplane {
    padding-top: 35vw; } }
  .airplane h2 {
    text-align: center;
    font-size: 2.88rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative; }
    .airplane h2::before {
      content: '';
      position: absolute;
      width: 300px;
      height: 275px;
      background-image: url("../images/airplane_pic.webp");
      background-size: contain;
      background-repeat: no-repeat;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
      margin-left: -5em; }
      @media screen and (orientation: portrait) {
        .airplane h2::before {
          width: 24vw;
          height: 22vw; } }
  @media screen and (orientation: portrait) and (max-width: 600px) {
    .airplane h2::before {
      -webkit-transform: translate(-50%, -110%);
      -ms-transform: translate(-50%, -110%);
      transform: translate(-50%, -110%);
      margin-left: 0;
      width: 45vw;
      height: 41.25vw; } }
    .airplane h2 span {
      display: block;
      color: #3b70bb;
      font-family: Arial, Helvetica, sans-serif; }
      .airplane h2 span:last-child {
        letter-spacing: .02em; }
  .airplane .d-flex {
    gap: 6%;
    margin-bottom: 2em; }
    @media screen and (max-width: 600px) {
      .airplane .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3vw; } }
    .airplane .d-flex .column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
      flex: 0 0 47%; }
      @media screen and (max-width: 600px) {
        .airplane .d-flex .column {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }
  .airplane table {
    width: 100%;
    color: #4b4b4b;
    border-collapse: collapse;
    text-align: center;
    background-color: #3b70bb;
    border: 2px solid #3b70bb;
    border-radius: 20px;
    font-size: 1.77rem;
    overflow: hidden; }
    .airplane table thead {
      background-color: #3b70bb;
      color: #fff; }
    .airplane table tbody {
      background-color: #fff; }
    .airplane table th, .airplane table td {
      padding: .5em 0;
      font-weight: 400;
      font-family: Arial, Helvetica, sans-serif; }
  .airplane h3 {
    text-align: center;
    color: #404040;
    font-size: 2rem;
    font-family: "Noto Sans TC", Arial, sans-serif;
    margin-bottom: .5em; }
  .airplane .btn {
    font-size: 2rem; }

.tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans TC", Arial, sans-serif;
  font-size: 3.33rem;
  gap: .7em; }
  .tab_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
    @media screen and (max-width: 600px) {
      .tab_nav.fixed {
        padding: 3vw 5vw; } }
  @media screen and (max-width: 600px) {
    .tab_nav {
      padding: 3vw 0vw; } }
  @media screen and (max-width: 600px) {
    .tab_nav {
      gap: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 4.5vw; }
      .tab_nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%; } }
  .tab_nav a {
    text-decoration: none;
    font-weight: 600;
    background-color: #fff;
    color: #b3c5cc;
    outline: 6px solid #b3c5cc;
    border-radius: 1.38rem;
    line-height: 1.9;
    height: 2em;
    text-align: center;
    padding: 0 1em;
    display: block; }
    @media screen and (max-width: 600px) {
      .tab_nav a {
        outline-width: 1vw; } }
  .tab_nav span {
    display: inline-block;
    position: relative; }
    .tab_nav span::before {
      content: '';
      position: absolute;
      height: 1.66em;
      background-size: contain;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translate(-110%, -50%);
      -ms-transform: translate(-110%, -50%);
      transform: translate(-110%, -50%); }
  .tab_nav .tabnav_1.active a, .tab_nav .tabnav_1:hover a {
    color: #3b70bb;
    outline-color: #3b70bb; }
  .tab_nav .tabnav_1 span {
    padding-left: 2.28em; }
    .tab_nav .tabnav_1 span::before {
      width: 2.28em;
      background-image: url("../images/tabicon_1.webp"); }
  .tab_nav .tabnav_2.active a, .tab_nav .tabnav_2:hover a {
    color: #a86234;
    outline-color: #a86234; }
  .tab_nav .tabnav_2 span {
    padding-left: 1.25em; }
    .tab_nav .tabnav_2 span::before {
      width: 1.25em;
      background-image: url("../images/tabicon_2.webp"); }

.item {
  padding: 120px 0;
  position: relative;
  font-size: 2rem;
  color: #353535; }
  @media screen and (max-width: 1366px) {
    .item {
      padding: 10vw 0; } }
  .item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-image: url("../images/dotted.webp");
    background-size: cover;
    bottom: 0;
    left: 0; }
  .item:last-child {
    padding: 120px 0 40px; }
    @media screen and (max-width: 1366px) {
      .item:last-child {
        padding: 10vw 0 3vw; } }
    .item:last-child::after {
      display: none; }
  .item .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .item_scene_2 .item_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .item_scene_3 .d-flex {
    gap: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .item_scene_3 .item_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%; }
  .item_scene_4 .d-flex {
    gap: 5%; }
  .item_scene_4 .item_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%; }
  @media screen and (max-width: 600px) {
    .item_scene_4 .item_img {
      display: none; } }
  .item_scene_5 .d-flex {
    gap: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .item_scene_5 .item_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%; }
  .item_scene_6 .d-flex {
    gap: 5%; }
  .item_scene_6 .item_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%; }
  @media screen and (max-width: 600px) {
    .item_scene_2 .d-flex, .item_scene_3 .d-flex, .item_scene_5 .d-flex, .item_scene_6 .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .item_food_1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px; }
    @media screen and (orientation: portrait) {
      .item_food_1 {
        padding-left: 2vw; } }
  @media screen and (orientation: portrait) and (max-width: 600px) {
    .item_food_1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 3vw; } }
    .item_food_1 .item_title {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2; }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .item_food_1 .item_title {
    width: 40vw; } }
    .item_food_1 .item_img {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .item_food_1 .item_img {
    width: 60vw; } }
    .item_food_1 .item_text {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / 3; }
  .item_btn {
    text-align: center; }

.group_tour {
  position: relative;
  padding-top: 200px; }
  @media screen and (max-width: 1366px) {
    .group_tour {
      padding-top: 12vw; } }
  .group_tour::before {
    content: '';
    position: absolute;
    width: 1300px;
    height: 150px;
    background-image: url("../images/footprint.webp");
    background-size: cover;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 1366px) {
      .group_tour::before {
        width: 95vw;
        height: 10.98vw; } }
  .group_tour_title {
    width: 835px;
    margin: 0 auto;
    padding: 40px 0; }
    @media screen and (max-width: 1366px) {
      .group_tour_title {
        width: 85vw; } }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .group_tour_title {
    padding: 4vw 0; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 24px solid #3b70bb;
  padding: 150px 0 120px; }
  @media screen and (max-width: 1366px) {
    footer {
      padding: 5vw; } }

@media screen and (orientation: portrait) and (max-width: 480px) {
  footer {
    padding-bottom: 35vw; } }

.footer_content {
  width: 1160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 20px; }
  @media screen and (max-width: 1366px) {
    .footer_content {
      width: 85vw; } }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .footer_content {
    gap: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.footer_img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  width: 304px; }
  @media screen and (max-width: 1366px) {
    .footer_img {
      width: 22.25vw; } }

.footer_title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  width: 835px;
  -ms-grid-row-align: end;
  align-self: end; }
  @media screen and (max-width: 1366px) {
    .footer_title {
      width: 61.12vw; } }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .footer_title {
    width: 85vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; } }

.footer_link {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer_link img {
    height: 102px;
    width: auto; }
    @media screen and (max-width: 1366px) {
      .footer_link img {
        height: 7.46vw; } }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .footer_link img {
    height: 12vw; } }

@media screen and (orientation: portrait) and (max-width: 600px) {
  .footer_link {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    gap: 3vw; } }

#welcomeDialog {
  position: fixed;
  padding: 0;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none; }
  #welcomeDialog ::-webkit-backdrop {
    background-color: rgba(0, 0, 0, 0.5); }
  #welcomeDialog ::backdrop {
    background-color: rgba(0, 0, 0, 0.5); }
  #welcomeDialog.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.welcome_content {
  width: 840px;
  position: relative;
  font-size: 0; }
  @media screen and (max-width: 960px) {
    .welcome_content {
      width: 88vw; } }

#closeDialog {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #closeDialog:hover {
    background-color: rgba(0, 0, 0, 0.9); }
  #closeDialog svg {
    fill: #fff;
    stroke: #fff; }
  @media screen and (max-width: 600px) {
    #closeDialog {
      top: 0;
      right: 0;
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
      background-color: transparent; } }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fixed_banner {
  position: fixed;
  z-index: 11;
  bottom: 10px;
  right: 10px;
  width: 320px;
  height: 300px;
  background-image: url("../images/fixed_banner.gif");
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1366px) {
    .fixed_banner {
      width: 23.43vw;
      height: 21.96vw; } }

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .fixed_banner {
    width: 32vw;
    height: 30vw; } }

@media screen and (orientation: portrait) and (max-width: 480px) {
  .fixed_banner {
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 31.4vw;
    background-image: url("../images/fixed_banner_m.gif"); } }
