/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&family=Noto+Serif+TC:wght@300;400;700&family=Raleway:wght@300;400;700&display=swap");
* {
  -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; }

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

h1 {
  font-size: 0; }

.wrap {
  padding-top: 80px; }
  @media screen and (max-width: 480px) {
    .wrap {
      padding-top: 60px; } }

.masthead {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0 15px; }
  @media screen and (max-width: 480px) {
    .masthead {
      height: 60px;
      padding: 10px; } }

.logo {
  width: 200px; }
  .logo img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 480px) {
    .logo {
      width: auto;
      height: 40px; }
      .logo img {
        height: 40px;
        width: auto; } }

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

.icon-search {
  display: inline-block;
  width: 20px; }
  .icon-search img {
    max-width: 100%;
    height: auto; }

.icon-nav {
  width: 24px;
  height: 18px;
  position: relative; }
  .icon-nav span {
    display: block;
    background-color: #000;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 3px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
    .icon-nav span:first-child {
      top: 0; }
    .icon-nav span:nth-child(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .icon-nav span:last-child {
      top: 100%;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
  @media screen and (min-width: 1280px) {
    .icon-nav:hover {
      cursor: pointer; } }
  .icon-nav.active {
    cursor: pointer; }
    .icon-nav.active span:first-child {
      top: 50%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .icon-nav.active span:nth-child(2) {
      opacity: 0; }
    .icon-nav.active span:last-child {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (min-width: 1281px) {
  .tools .icon-nav {
    display: none; }
  .tools .icon {
    cursor: pointer; } }

@media screen and (max-width: 1280px) {
  .tools .icon-nav {
    margin-left: 10px; } }

.menu {
  position: fixed;
  z-index: 100;
  top: 0; }
  .menu .nav li {
    list-style-type: none; }
  .menu .nav a {
    color: #000;
    display: block; }
    .menu .nav a.active {
      color: #eb381d; }
  .menu .nav-subunit {
    border-top: 5px solid #eb381d; }
  @media screen and (min-width: 1281px) {
    .menu {
      right: 40px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .menu .nav {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .menu .nav-main {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 8em;
          margin: 0;
          padding: 0;
          position: relative; }
          .menu .nav-main:last-child .nav-main-item::after {
            display: none; }
          .menu .nav-main-item {
            margin: 0;
            padding: 0;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .menu .nav-main-item .nav-arrow {
              display: none; }
            .menu .nav-main-item::after {
              content: "";
              position: absolute;
              width: 1px;
              height: 30%;
              background-color: #000;
              right: 0;
              top: 50%;
              -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
        .menu .nav li {
          position: relative; }
        .menu .nav a {
          font-size: 18px;
          padding: .5em 1em; }
          .menu .nav a:hover {
            color: #eb381d; }
        .menu .nav-subunit {
          display: none;
          width: 100%;
          position: absolute;
          background-color: #fff;
          top: 80px;
          margin: 0;
          border-top: 5px solid #eb381d;
          -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2); }
        .menu .nav .nav-main:hover .nav-subunit {
          display: block; } }
  @media screen and (max-width: 1280px) {
    .menu {
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      width: 50vw;
      left: 100vw;
      height: 100vh;
      padding-top: 80px;
      z-index: 98;
      background-color: #fff; }
      .menu.active {
        left: 50vw; }
      .menu .nav {
        width: 100%;
        height: 100%;
        overflow: auto; }
        .menu .nav ul {
          margin: 0;
          padding: 0; }
        .menu .nav a {
          padding: 1em;
          display: block;
          font-weight: normal; }
        .menu .nav-main {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2);
          margin: 0;
          padding: 0; }
          .menu .nav-main:last-child {
            border: none; }
          .menu .nav-main.active .nav-main-item svg, .menu .nav-main.active .nav-main-item img {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          .menu .nav-main.active .nav-subunit {
            display: block; }
          .menu .nav-main-link {
            font-weight: bold; }
          .menu .nav-main-item {
            position: relative; }
          .menu .nav-main .nav-arrow {
            position: absolute;
            right: 1em;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
            .menu .nav-main .nav-arrow svg, .menu .nav-main .nav-arrow img {
              width: 8px; }
        .menu .nav-subunit {
          display: none;
          background-color: #f6f6f6;
          margin: 0;
          padding: 0; }
          .menu .nav-subunit-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-left: 1em; }
          .menu .nav-subunit a {
            font-size: 15px;
            padding: .9em 1em;
            line-height: 1; } }
  @media screen and (max-width: 768px) {
    .menu {
      width: 100vw; }
      .menu.active {
        left: 0; } }
  @media screen and (max-width: 480px) {
    .menu {
      padding-top: 60px; } }

.search {
  display: none;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 98;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px; }
  .search input, .search button {
    line-height: 2;
    padding: 0 1em;
    border: none; }
  .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search form .field {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .search form .field input {
        width: 250px; }
    .search form button {
      background-color: #000;
      color: #fff;
      border: 1px solid #000;
      margin-left: 1em;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
      flex: 0 0 5em; }
  @media screen and (max-width: 768px) {
    .search form .field {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .search form .field input {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .search {
      top: 60px; } }

.about .nav-main:nth-child(1) .nav-main-link,
.topten-page .nav-main:nth-child(2) .nav-main-link,
.places .nav-main:nth-child(3) .nav-main-link,
.food .nav-main:nth-child(4) .nav-main-link,
.experts .nav-main:nth-child(5) .nav-main-link,
.guide .nav-main:nth-child(6) .nav-main-link,
.events .nav-main:nth-child(7) .nav-main-link,
.joinus .nav-main:nth-child(8) .nav-main-link {
  color: #eb381d; }

.footer {
  background-color: #ebebeb;
  height: 75px;
  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;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
  padding: 0 1em; }
  .footer .copyright {
    text-align: center; }
    .footer .copyright p {
      display: inline-block;
      margin: .25em .5em; }
    .footer .copyright-privacy a {
      color: #000;
      text-decoration: none; }
  @media screen and (max-width: 768px) {
    .footer {
      height: 90px; } }
  @media screen and (max-width: 540px) {
    .footer {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .footer {
      font-size: 12px; } }

body, html {
  position: relative;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 300; }

a {
  text-decoration: none; }

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

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

ul.list-disc li {
  list-style-type: disc; }

.circle {
  width: 280px;
  height: 420px;
  position: relative; }
  .circle::before, .circle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 140px; }
  .circle::before {
    left: -5px; }
  .circle::after {
    left: 5px; }
  @media screen and (max-width: 450px) {
    .circle::before {
      left: -3.5px; }
    .circle::after {
      left: 3.5px; } }

.title .title-eng, .title2 .title-eng {
  font-family: "Raleway", sans-serif; }

.title .title-cht, .title2 .title-cht {
  font-family: "Noto Serif TC", serif; }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: normal; }
  .title .title-eng {
    font-size: .57em;
    background-color: #000;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin-right: 20px; }
  .title .title-cht {
    letter-spacing: .3em; }
  .title-column .title-eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1; }
    .title-column .title-eng span {
      display: block; }
  @media screen and (max-width: 768px) {
    .title .title-eng {
      font-size: .65em; } }

.title2 {
  text-align: center;
  font-size: 45px;
  width: 8em;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  padding-bottom: .2em; }
  .title2 .title-eng {
    font-size: .66em; }

.title3 {
  position: relative; }
  .title3 .title-cht {
    padding-bottom: .2em;
    padding-left: .3em; }
    .title3 .title-cht::after {
      content: "";
      position: absolute;
      width: 1.5em;
      height: 1px;
      background-color: #000;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.others .title-eng, .result .title-eng, .privacy .title-eng {
  font-size: .47em; }

@media screen and (max-width: 1024px) {
  .title, .title2 {
    font-size: 36px; }
  .title .title-eng {
    width: 90px;
    height: 90px;
    line-height: 90px; }
  .title-column .title-eng {
    line-height: 1; } }

@media screen and (max-width: 768px) {
  .title, .title2 {
    font-size: 30px; }
  .title .title-cht {
    letter-spacing: .15em; }
  .title .title-eng {
    margin-right: 15px; }
  .others .title-eng, .result .title-eng, .privacy .title-eng {
    font-size: .6em; } }

@media screen and (max-width: 390px) {
  .title, .title2 {
    font-size: 26px; }
  .title .title-eng {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    line-height: 80px; }
  .title.title-column .title-eng {
    line-height: 1; } }

.tac {
  text-align: center; }

.btn {
  display: inline-block;
  min-width: 5em;
  padding: .4em 1em .6em;
  background-color: #d2ad6e;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 2em;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (min-width: 1181px) {
    .btn:hover {
      background-color: #c69747;
      cursor: pointer; } }
  .btn-icon {
    position: relative; }
    .btn-icon-right .icon {
      margin-left: .5em; }
    .btn-icon .icon {
      display: inline-block;
      position: relative; }

.icon-arrow {
  width: 2em; }
  .icon-arrow::before, .icon-arrow::after {
    content: "";
    position: absolute;
    background-color: #fff; }
  .icon-arrow::before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 3px; }
  .icon-arrow::after {
    width: 15px;
    height: 1px;
    right: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 9px; }

.subtitle {
  position: relative;
  line-height: 1.3;
  padding: .3em 0 .5em;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: .1em; }
  .subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2em;
    height: 1px;
    background-color: #000; }
  @media screen and (max-width: 768px) {
    .subtitle {
      font-size: 22px; } }
  @media screen and (max-width: 390px) {
    .subtitle {
      font-size: 20px; } }
  .subtitle.subtitle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

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

.point {
  font-style: normal;
  display: inline-block;
  position: relative; }
  .point::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5em;
    background-color: #f6efe2;
    left: 0;
    bottom: 0; }

.point2 {
  color: #cb2554; }

.gotop {
  position: fixed;
  z-index: 9;
  right: 10px;
  bottom: 120px;
  display: none; }
  .gotop a {
    display: block;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .gotop a span {
      position: relative;
      display: block;
      -webkit-transform: translate(0, 12%);
      -ms-transform: translate(0, 12%);
      transform: translate(0, 12%); }
    .gotop a::before, .gotop a::after {
      -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      top: 32%;
      background-color: #fff; }
    .gotop a::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 18px; }
    .gotop a::after {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      left: 18px; }
    .gotop a:hover {
      color: #d2ad6e; }
      .gotop a:hover::before, .gotop a:hover::after {
        background-color: #d2ad6e; }
  @media screen and (max-width: 540px) {
    .gotop a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 12px; }
      .gotop a::before, .gotop a::after {
        width: 10px;
        top: 28%; }
      .gotop a::before {
        right: 12px; }
      .gotop a::after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 12px; } }

@media screen and (max-width: 1024px) {
  .page-detail .gotop {
    bottom: 15px; } }

.arrow-prev, .arrow-next {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer; }

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

.photos {
  padding: 70px 0 120px; }
  .photos-wrap {
    position: relative;
    max-width: 650px;
    margin: 0 auto; }
  .photos-item {
    opacity: .5; }
  .photos-img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 59.49367%;
    position: relative;
    overflow: hidden; }
    .photos-img img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .photos .swiper-slide-active {
    opacity: 1; }
  .photos .swiper-button-prev, .photos .swiper-button-next {
    background: none;
    right: auto;
    margin-top: 0; }
    .photos .swiper-button-prev.swiper-button-disabled, .photos .swiper-button-next.swiper-button-disabled {
      opacity: 0; }
  .photos-arrow .arrow-prev, .photos-arrow .arrow-next {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11; }
  .photos-arrow .arrow-prev {
    margin-left: -400px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  .photos-arrow .arrow-next {
    margin-left: 400px; }
  @media screen and (max-width: 1024px) {
    .photos-wrap {
      max-width: 70vw; }
    .photos-arrow .arrow-prev {
      margin-left: -37vw;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
    .photos-arrow .arrow-next {
      margin-left: 37vw; } }
  @media screen and (max-width: 768px) {
    .photos-wrap {
      max-width: 80vw; }
    .photos-arrow .arrow-prev {
      left: 0;
      margin-left: 0;
      -webkit-transform: translate(-120%, 0);
      -ms-transform: translate(-120%, 0);
      transform: translate(-120%, 0); }
    .photos-arrow .arrow-next {
      left: auto;
      right: 0;
      -webkit-transform: translate(120%, 0);
      -ms-transform: translate(120%, 0);
      transform: translate(120%, 0); } }
  @media screen and (max-width: 480px) {
    .photos {
      padding: 50px 0 80px; }
      .photos-arrow .arrow-prev {
        left: 0;
        margin-left: 0;
        -webkit-transform: translate(-90%, 0);
        -ms-transform: translate(-90%, 0);
        transform: translate(-90%, 0); }
      .photos-arrow .arrow-next {
        left: auto;
        right: 0;
        -webkit-transform: translate(90%, 0);
        -ms-transform: translate(90%, 0);
        transform: translate(90%, 0); } }

.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  border-bottom: 1px solid #dedede; }
  .card-item .circle {
    display: inline-block;
    width: 180px;
    height: 270px; }
    .card-item .circle::before, .card-item .circle::after {
      border: 1px solid #d2ad6e;
      z-index: 9; }
    .card-item .circle span {
      position: absolute;
      display: block; }
    .card-item .circle img {
      border-radius: 90px; }

.card-text {
  line-height: 1.8;
  font-size: 18px; }

.card-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media screen and (max-width: 640px) {
  .card-item {
    display: block;
    padding: 30px 15px; }
  .card-img {
    margin: 0 auto 2em; } }

@-webkit-keyframes circleLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes circleLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes circleRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
    transform: translateX(15%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes circleRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
    transform: translateX(15%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.kv {
  position: relative;
  padding: 0; }
  .kv-banner {
    position: relative;
    overflow: hidden; }
    .kv-banner figure {
      margin: 0;
      padding: 0px; }
    .kv-banner img {
      max-width: 100%; }
  .kv .slogan,
  .kv .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .kv .slogan::before,
    .kv .circle::before {
      opacity: 0;
      -webkit-animation: circleLeft 1s .5s forwards;
      animation: circleLeft 1s .5s forwards; }
    .kv .slogan::after,
    .kv .circle::after {
      opacity: 0;
      -webkit-animation: circleRight 1s .5s forwards;
      animation: circleRight 1s .5s forwards; }
  .kv .slogan {
    z-index: 10;
    opacity: 0;
    -webkit-animation: fadeIn 1s 1.5s forwards;
    animation: fadeIn 1s 1.5s forwards;
    color: #fff;
    font-size: 55px;
    text-align: center; }
    .kv .slogan img {
      width: 700px;
      height: auto; }
    .kv .slogan span {
      display: block; }
  .kv .circle {
    z-index: 9; }
  .kv-slider-item {
    font-size: 0; }
  .kv .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 10px 20px 10px 10px; }
    .kv .swiper-pagination-bullet {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 20px;
      padding: 0;
      border: 2px solid #fff;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0);
      opacity: .5; }
      .kv .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff; }

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 4vw);
    transform: translate(-50%, 4vw); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes scrollLine {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 4vw);
    transform: translate(-50%, 4vw); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
  .kv .arrow-wt, .kv .arrow-bk {
    position: absolute;
    width: 1px;
    height: 8.5vw;
    bottom: -1vw;
    left: 50%;
    -webkit-animation: scrollLine 1.5s ease-in-out infinite;
    animation: scrollLine 1.5s ease-in-out infinite; }
    .kv .arrow-wt::before, .kv .arrow-wt::after, .kv .arrow-bk::before, .kv .arrow-bk::after {
      position: absolute;
      content: "";
      width: 1px;
      background-color: #000; }
    .kv .arrow-wt::before, .kv .arrow-bk::before {
      height: 100%;
      bottom: 0; }
    .kv .arrow-wt::after, .kv .arrow-bk::after {
      bottom: 0;
      left: .45vw;
      height: 20%;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
  .kv .arrow-wt {
    z-index: 9; }
    .kv .arrow-wt::before, .kv .arrow-wt::after {
      background-color: #fff; }
  .kv.visual {
    height: 510px;
    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; }
  .kv .page-slogan {
    position: absolute; }
  @media screen and (max-width: 1280px) {
    .kv .slogan {
      font-size: 4vw; }
      .kv .slogan img {
        width: 60vw; }
    .kv .circle {
      width: 20vw;
      height: 30vw; }
      .kv .circle::before, .kv .circle::after {
        border-radius: 10vw; }
    .kv.visual {
      height: 45vw; }
      .kv.visual .page-img {
        position: relative;
        height: 100%; }
        .kv.visual .page-img img {
          height: 100%;
          width: auto; } }
  @media screen and (max-width: 768px) {
    .kv .swiper-pagination-bullet {
      margin: 0 10px; }
    .kv-banner figure {
      margin: 0;
      padding: 0px;
      position: relative;
      height: 65vh;
      width: 100vw;
      overflow: hidden; }
      .kv-banner figure img {
        position: absolute;
        height: 65vh;
        width: 162.916vh;
        max-width: none;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .kv .slogan {
      font-size: 6vw; }
      .kv .slogan img {
        width: 80vw; }
    .kv.visual {
      height: 70vw; }
    .kv .circle {
      width: 32vw;
      height: 48vw; }
      .kv .circle::before, .kv .circle::after {
        border-radius: 16vw; }
    @-webkit-keyframes scrollLine {
      0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      50% {
        -webkit-transform: translate(-50%, 10vw);
        transform: translate(-50%, 10vw); }
      100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    @keyframes scrollLine {
      0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      50% {
        -webkit-transform: translate(-50%, 10vw);
        transform: translate(-50%, 10vw); }
      100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    .kv .arrow-wt, .kv .arrow-bk {
      height: 20vw; }
      .kv .arrow-wt::after, .kv .arrow-bk::after {
        left: 1.4vw;
        height: 25%; } }

.popbox {
  display: none;
  z-index: 1051;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .popbox-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1052; }
  .popbox-close {
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1055;
    width: 40px;
    height: 40px;
    opacity: .6;
    -webkit-filter: drop-shadow(0px 0px 5px #222);
    filter: drop-shadow(0px 0px 5px #222); }
    .popbox-close::before, .popbox-close::after {
      -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      content: "";
      position: absolute;
      width: 100%;
      height: 6px;
      background-color: #fff;
      left: 0;
      top: 50%;
      border-radius: 3px; }
    .popbox-close::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .popbox-close::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .popbox-close:hover {
      opacity: 1; }
      .popbox-close:hover::before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
      .popbox-close:hover::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .popbox-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popbox-container {
    z-index: 1053;
    max-width: 90%;
    max-height: 90%;
    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; }
    .popbox-container img {
      max-width: 30vw; }
      @media screen and (max-width: 1024px) {
        .popbox-container img {
          max-width: 45vw; } }
      @media screen and (max-width: 768px) {
        .popbox-container img {
          max-width: 80vw; } }

.swiper-button-prev, .swiper-button-next {
  background: none;
  right: auto;
  margin-top: 0; }

.section {
  padding: 150px 0; }
  .section .container {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .section .container.flex .circle {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
      flex: 0 0 380px;
      width: 380px;
      height: 600px; }
      .section .container.flex .circle::before, .section .container.flex .circle::after {
        border-color: #d2ad6e;
        border-radius: 190px; }
      .section .container.flex .circle::before {
        left: -10.52632%; }
      .section .container.flex .circle::after {
        left: -5.26316%; }
      .section .container.flex .circle span {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 190px; }
    .section .container.flex .main {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  @media screen and (max-width: 1280px) {
    .section .container {
      width: auto;
      padding: 0 80px; } }
  @media screen and (max-width: 1024px) {
    .section {
      padding: 100px 0; }
      .section .container {
        padding: 0 60px; }
        .section .container.flex {
          display: block; }
          .section .container.flex .circle {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
            width: 30vw;
            margin: 0 auto 50px;
            height: 48vw; }
            .section .container.flex .circle::before, .section .container.flex .circle::after,
            .section .container.flex .circle span {
              border-radius: 15vw; } }
  @media screen and (max-width: 768px) {
    .section {
      padding: 80px 0; }
      .section .container {
        padding: 0 40px; } }
  @media screen and (max-width: 480px) {
    .section {
      padding: 60px 0; }
      .section .container {
        padding: 0 20px; } }

.lets-go h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 80px;
  text-align: center;
  line-height: 1.1;
  position: relative;
  margin-bottom: 0; }
  .lets-go h2 span {
    font-size: .5em;
    display: block; }
  .lets-go h2::after {
    content: "";
    position: absolute;
    width: 221px;
    height: 118px;
    bottom: 15px;
    -webkit-transform: translate(5%, 0);
    -ms-transform: translate(5%, 0);
    transform: translate(5%, 0);
    background-image: url("../images/index/airplane.png");
    background-size: cover; }

@media screen and (max-width: 768px) {
  .lets-go h2 {
    font-size: 10vw;
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
    .lets-go h2::after {
      width: 20vw;
      height: 10vw; } }

.news {
  padding: 80px 0;
  background-color: #f4f3f3; }
  .news .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  .news .circle span {
    background-image: url("../images/index/news-img.jpg");
    background-size: cover; }
  .news .main {
    margin-left: 40px; }
  .news-slider {
    height: 21.5em;
    overflow: hidden;
    margin-bottom: 1em; }
    .news-slider .swiper {
      height: 100%; }
  .news-list {
    margin-left: 0;
    padding-left: 10px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 300; }
    .news-list li {
      width: 100% !important;
      list-style-type: none;
      margin-bottom: 0em;
      padding: .3em 1em;
      font-size: 18px; }
      .news-list li.swiper-slide {
        border-bottom: 1px solid #b2b2b2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden; }
    .news-list a {
      text-decoration: none; }
  .news-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #000;
    display: block;
    padding-right: 1em; }
    .news-text span {
      line-height: 1;
      display: -webkit-box;
      max-height: 1em;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  .news .more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em; }
  .news-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .news-arrow .arrow-prev {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .news-arrow .arrow-next {
      margin-left: 80px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  @media screen and (max-width: 1024px) {
    .news .title {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .news .main {
      margin-left: 0; }
    .news-list {
      padding-left: 0; } }
  @media screen and (max-width: 768px) {
    .news-arrow .arrow-next {
      margin-left: 40px; } }
  @media screen and (max-width: 767px) {
    .news-text {
      padding-right: 0; }
    .news .more {
      display: none; } }
  @media screen and (max-width: 480px) {
    .news {
      padding: 60px 0; }
      .news-list li {
        font-size: 16px; } }

.arrow-prev, .arrow-next {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer; }

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

.topten {
  padding: 80px 0 150px; }
  .topten .container {
    width: 100%;
    overflow: hidden; }
  .topten-list {
    position: relative;
    max-width: 650px;
    margin: 0 auto; }
  .topten-content {
    background-color: #f4f1ea;
    padding: 15px 20px 30px; }
  .topten-item {
    opacity: .5; }
    .topten-item-wrap {
      margin: 0 50px; }
  .topten-title {
    margin-bottom: .5em; }
  .topten-img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 59.49367%;
    position: relative;
    overflow: hidden; }
    .topten-img img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .topten-text {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 1.5em;
    line-height: 1.8;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 3.8em; }
    .topten-text p {
      word-wrap: break-word; }
  .topten-more {
    text-align: center; }
  .topten .swiper-slide-active {
    opacity: 1; }
  .topten .swiper-button-prev, .topten .swiper-button-next {
    background: none;
    right: auto;
    margin-top: 0; }
  .topten-arrow .arrow-prev, .topten-arrow .arrow-next {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11; }
  .topten-arrow .arrow-prev {
    margin-left: -400px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .topten-arrow .arrow-next {
    margin-left: 400px; }
  @media screen and (max-width: 1024px) {
    .topten-list {
      max-width: 70vw; }
    .topten-arrow .arrow-prev {
      margin-left: -37vw;
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    .topten-arrow .arrow-next {
      margin-left: 37vw; } }
  @media screen and (max-width: 768px) {
    .topten-list {
      max-width: 80vw; }
    .topten-arrow .arrow-prev {
      left: 0;
      margin-left: 0;
      -webkit-transform: translate(-120%, 0);
      -ms-transform: translate(-120%, 0);
      transform: translate(-120%, 0); }
    .topten-arrow .arrow-next {
      left: auto;
      right: 0;
      -webkit-transform: translate(120%, 0);
      -ms-transform: translate(120%, 0);
      transform: translate(120%, 0); } }
  @media screen and (max-width: 480px) {
    .topten {
      padding: 60px 0 100px; }
      .topten-text {
        font-size: 16px; }
      .topten-arrow .arrow-prev {
        left: 0;
        margin-left: 0;
        -webkit-transform: translate(-90%, 0);
        -ms-transform: translate(-90%, 0);
        transform: translate(-90%, 0); }
      .topten-arrow .arrow-next {
        left: auto;
        right: 0;
        -webkit-transform: translate(90%, 0);
        -ms-transform: translate(90%, 0);
        transform: translate(90%, 0); } }

.section-img {
  width: 100%;
  height: 0;
  padding-top: 27.08333%;
  position: relative;
  overflow: hidden; }
  .section-img .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/index/section-img-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; }
  @media screen and (max-width: 1024px) {
    .section-img {
      padding-top: 62.5%; }
      .section-img .section-bg {
        width: 200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-attachment: unset; } }

.story .content, .agency .content {
  font-size: 20px; }

@media screen and (max-width: 480px) {
  .story .content, .agency .content {
    font-size: 16px; } }

.story .circle::before {
  left: 20px; }

.story .circle::after {
  left: 40px; }

.story .circle span {
  background-image: url("../images/index/story-img.jpg");
  background-size: cover; }

.story .title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.story .content {
  padding-left: 2em; }
  .story .content p span {
    display: block;
    line-height: 2.5; }
  .story .content em {
    font-style: normal;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 239, 226, 0)), color-stop(1%, rgba(246, 239, 226, 0)), color-stop(50%, rgba(246, 239, 226, 0)), color-stop(51%, #f6efe2), color-stop(80%, #f6efe2), color-stop(81%, rgba(246, 239, 226, 0)), to(rgba(246, 239, 226, 0)));
    background: -webkit-linear-gradient(top, rgba(246, 239, 226, 0) 0%, rgba(246, 239, 226, 0) 1%, rgba(246, 239, 226, 0) 50%, #f6efe2 51%, #f6efe2 80%, rgba(246, 239, 226, 0) 81%, rgba(246, 239, 226, 0) 100%);
    background: -o-linear-gradient(top, rgba(246, 239, 226, 0) 0%, rgba(246, 239, 226, 0) 1%, rgba(246, 239, 226, 0) 50%, #f6efe2 51%, #f6efe2 80%, rgba(246, 239, 226, 0) 81%, rgba(246, 239, 226, 0) 100%);
    background: linear-gradient(to bottom, rgba(246, 239, 226, 0) 0%, rgba(246, 239, 226, 0) 1%, rgba(246, 239, 226, 0) 50%, #f6efe2 51%, #f6efe2 80%, rgba(246, 239, 226, 0) 81%, rgba(246, 239, 226, 0) 100%); }

@media screen and (max-width: 1024px) {
  .story .container.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .story .container.flex .circle {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48vw;
      flex: 0 0 48vw; }
  .story .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .story .content {
    text-align: center;
    padding-left: 0; } }

.agency {
  background-color: #f4f3f3; }
  .agency .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    .agency .title-eng {
      font-size: .52em; }
  .agency .circle span {
    background-image: url("../images/index/agency-img.jpg");
    background-size: cover; }
  .agency .main {
    padding-left: 3em; }
  .agency .title, .agency-text {
    padding-left: 20px; }
  .agency-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0; }
  .agency-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 7px 15px; }
    .agency-list li img {
      max-width: 100%; }
    .agency-list li::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 50%;
      background-color: #d4d3d3;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .agency-list li:nth-child(4n)::after {
      display: none; }
  @media screen and (max-width: 1200px) {
    .agency-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%; }
      .agency-list li:nth-child(4n)::after {
        display: block; }
      .agency-list li:nth-child(3n)::after {
        display: none; } }
  @media screen and (max-width: 1024px) {
    .agency .title, .agency-text {
      padding: 0; }
    .agency .title {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .agency-text {
      text-align: center; }
    .agency .main {
      padding-left: 0; } }
  @media screen and (max-width: 768px) {
    .agency .title-eng {
      font-size: .55em; } }

.contact {
  padding: 80px 0; }
  .contact .title2 {
    margin-bottom: .7em; }
  .contact-text {
    text-align: center;
    font-size: 22px; }
  .contact-list {
    margin-bottom: 2em; }
    .contact-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .contact-list .item {
      margin: 0 .5em; }
    .contact-list .icon {
      width: 50px;
      display: block; }
      .contact-list .icon svg {
        width: 100%; }
  @media screen and (min-width: 1024px) {
    .contact .icon:hover {
      opacity: .6; } }
  @media screen and (max-width: 480px) {
    .contact-text {
      font-size: 16px; } }

/*# sourceMappingURL=index.css.map */