@charset "UTF-8";
/*! 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%;
  }
}

.breadcrumbs {
  padding: 1.5em 0;
  font-size: 14px;
}

.breadcrumbs nav {
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs a, .breadcrumbs li {
  color: #999;
}

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

.breadcrumbs ul li {
  padding: 0 10px 0 0;
  line-height: 1.8;
}

.breadcrumbs ul li::after {
  content: ">";
  display: inline-block;
  padding-left: .5em;
}

.breadcrumbs ul li:last-child::after {
  content: "";
}

.breadcrumbs em {
  font-style: normal;
  color: #000;
}

@media screen and (max-width: 1280px) {
  .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.title {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .title {
    margin-top: 20px;
  }
}

.article-main {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.article-main.full {
  max-width: none;
}

.article-section {
  font-size: 18px;
  width: 770px;
  margin: 0 auto;
  padding: 2em 1em;
  line-height: 2;
  border-bottom: 1px solid #b3b3b3;
}

.article-section p {
  margin-bottom: 0;
}

.article-section a {
  text-decoration: underline;
}

.article-description {
  text-align: center;
  font-size: 20px;
  margin-bottom: 2em;
}

.article-description span {
  display: block;
}

.article-btn {
  text-align: center;
  padding: 2em 1em 0;
}

.article-btn a {
  text-decoration: none;
}

.article-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;
}

.article-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  list-style: none;
  text-align: center;
  position: relative;
  padding: 7px 15px;
}

.article-list li img {
  max-width: 100%;
}

.article-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%);
}

.article-list li:nth-child(5n)::after {
  display: none;
}

.article-cite {
  font-size: 26px;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 2em;
}

.article-cite cite {
  font-style: normal;
  position: relative;
  padding: 0 3em;
  display: inline-block;
}

.article-cite cite::before, .article-cite cite::after {
  position: absolute;
  content: "“";
  font-size: 2.7em;
}

.article-cite cite::before {
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
}

.article-cite cite::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0%, 20%) rotate(180deg);
  -ms-transform: translate(0%, 20%) rotate(180deg);
  transform: translate(0%, 20%) rotate(180deg);
}

@media screen and (max-width: 1280px) {
  .article {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .article-section {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .article-description span {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .article-section {
    width: auto;
    padding: 1em;
  }
  .article-description {
    font-size: 16px;
  }
  .article-main {
    padding-bottom: 50px;
  }
  .article-cite {
    font-size: 20px;
  }
  .article-cite cite {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.page-detail .article-main {
  padding-bottom: 50px;
}

.grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.grid-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-bottom: 50px;
}

.grid-item:hover .grid-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.grid-wrap {
  padding: 15px;
}

.grid-img {
  padding: 0;
  margin: 0 0 .5em;
  width: 100%;
  height: 0;
  padding-top: 59.49367%;
  position: relative;
  overflow: hidden;
}

.grid-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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 (max-width: 1280px) {
  .grid .article-header {
    padding: 0 30px;
  }
}

@media screen and (max-width: 700px) {
  .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 480px) {
  .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.others {
  background-color: #f4f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.others-main {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .others {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.share {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #b3b3b3;
  border-right: none;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}

.share span, .share a {
  margin: 3px 0;
  display: inline-block;
}

.share a {
  text-decoration: none;
}

.share .thisUrl {
  font-size: 0;
  position: absolute;
}

.share svg, .share img {
  width: 40px;
  height: 40px;
}

.share .icon-copy {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #bfbfbf;
}

.share .icon-copy svg, .share .icon-copy img {
  width: 20px;
}

@media screen and (max-width: 1024px) {
  .share {
    top: auto;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    z-index: 7;
  }
  .share span, .share a {
    margin: 0 3px;
  }
}

@media screen and (max-width: 1024px) {
  .page-detail .footer {
    margin-bottom: 65px;
  }
}

.guide .grid .subtitle span {
  display: block;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 2.6em;
}

.itinerary .subtitle {
  padding-top: 0;
}

.itinerary-date {
  font-size: 36px;
  font-family: "Noto Serif TC", serif;
  border-bottom: 1px solid #000;
  padding: .3em 0;
}

.itinerary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #dedede;
  padding: 35px 0;
}

.itinerary-item:last-child {
  border: none;
}

.itinerary-item:last-child .itinerary-drive {
  display: none;
}

.itinerary-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  margin: 0;
  font-size: 0;
}

.itinerary-img img {
  max-width: 100%;
  margin-bottom: 13px;
}

.itinerary .mapcode {
  font-size: 14px;
}

.itinerary .mapcode span {
  display: inline-block;
  background-color: #666666;
  color: #fff;
  margin-right: 5px;
  padding: 0 .7em;
}

.itinerary-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 1.5em;
}

.itinerary .subtitle {
  margin-bottom: 15px;
}

.itinerary-text {
  font-size: 18px;
}

.itinerary-drive {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  background-color: #fff;
  padding: 0 0 0 1em;
  font-size: 22px;
}

.itinerary-drive .icon {
  width: 30px;
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-right: 5px;
}

.itinerary-drive .icon img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .itinerary-date {
    font-size: 30px;
  }
  .itinerary-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .itinerary-text {
    font-size: 16px;
  }
  .itinerary-drive {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .itinerary-date {
    font-size: 26px;
  }
  .itinerary-item {
    display: block;
    padding: 50px 0 35px;
  }
  .itinerary-img {
    margin-bottom: 15px;
  }
  .itinerary-content {
    padding-left: 0;
  }
  .itinerary-drive {
    font-size: 18px;
  }
}

.keyword {
  margin-bottom: 40px;
}

.keyword .subtitle {
  font-size: 36px;
  font-family: "Noto Serif TC", serif;
}

.keyword em {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .keyword .subtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 390px) {
  .keyword .subtitle {
    font-size: 24px;
  }
}

input, select {
  border-radius: 0;
  background-color: none;
  border: none;
}

.field-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.field-section input, .field-section select {
  border: none;
  border-bottom: 1px solid #000;
  color: #999;
  background-color: #fff;
}

.field-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.field-input > label,
.field-input input[type="text"],
.field-input input[type="tel"],
.field-input input[type="email"] {
  width: 100%;
}

.field-input-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field-input input::-webkit-input-placeholder {
  color: #ccc;
}

.field-input input:-ms-input-placeholder {
  color: #ccc;
}

.field-input input::-ms-input-placeholder {
  color: #ccc;
}

.field-input input::placeholder {
  color: #ccc;
}

.joins-form {
  width: 640px;
  margin: 0 auto;
  font-size: 22px;
  position: relative;
}

.joins-form .field-label {
  width: 5em;
}

.joins-form .field-sex .field-input-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.joins-form .field-sex .field-input-section > * {
  margin-right: 10px;
}

.joins-form .field-birthday .field-input-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.joins-form .field-birthday .field-input-section input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1em);
}

.joins-form .field-birthday .field-input-section label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
}

.joins-form .field-county select {
  width: 100%;
}

.joins-form .field-county select:focus {
  outline: none;
}

.joins-form .field-btn {
  padding-top: 2em;
  text-align: center;
}

.joins-form .field-btn .btn {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 700px) {
  .joins-form {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .joins-form .field-label {
    width: 4.5em;
  }
}

.privacy .article-main dt {
  font-weight: bold;
  margin-bottom: .5em;
}

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

.back {
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .back {
    padding-bottom: 50px;
  }
}

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