/* 縮小失敗。正在傳回未縮小的內容。
(352,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(357,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(363,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(369,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(375,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(421,22): run-time error CSS1039: Token not allowed after unary operator: '-navbarHeight'
(684,32): run-time error CSS1039: Token not allowed after unary operator: '-navbarHeight'
(805,31): run-time error CSS1046: Expect comma, found '0'
(805,35): run-time error CSS1046: Expect comma, found '/'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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 */
  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 {
  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"] {
  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;
}

:root {
    --navbarHeight: 90px;
}

@media (min-width:576px) {
    :root {
        --navbarHeight: 112px;
    }
}

@media (min-width:768px) {
    :root {
        --navbarHeight: 120px;
    }
}

@media (min-width:992px) {
    :root {
        --navbarHeight: 165px;
    }
}

@media (min-width:1200px) {
    :root {
        --navbarHeight: 185px;
    }
}

html,
body {
    font-family: Muli, cwTeXMing, PMingLiU, "Times New Roman", Roboto, sans-serif;
    margin: 0;
    padding: 0;
    color: #888888;
    font-size: 14px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

    html[lang='en'],
    html[lang='en'] body {
        font-family: "Minion Pro", serif;
    }

a {
    color: inherit;
}

    a, a:active, a:focus, a:hover {
        text-decoration: none;
    }

        a, a:active, a:focus {
            cursor: pointer;
        }

main {
    height: 100%;
}

.body-content {
    margin-top: var(--navbarHeight);
}

footer {
    padding: 11px 0;
    color: #fff;
    background: #9c9690;
    opacity: .7;
    overflow: hidden;
    z-index: 1;
}

    footer p {
        box-sizing: border-box;
        font-family: Muli,sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 2px;
        -webkit-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

    footer a:hover {
        opacity: .7;
    }


/*#region -- override bootstrap -- */
.form-control::-webkit-input-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

.form-control::placeholder {
    color: #C0C0C0;
    opacity: 1;
}

.text-error {
    color: #D36A62;
}

.block-error {
    max-width: 500px;
}

.btn.btn-img {
    border: none;
    background: none;
}

.h-35 {
    height: 35% !important;
}

.h-45 {
    height: 45% !important;
}

.mh-50 {
    max-height: 50% !important;
}

.vw-75 {
    width: 75vw;
}

.vw-50 {
    width: 50vw;
}

.vw-25 {
    width: 25vw;
}

.vh-75 {
    height: 75vh;
}

.vh-50 {
    height: 50vh;
}

.vh-25 {
    height: 25vh;
}

.hvw-100 {
    height: 100vw;
}

.hvw-50 {
    height: 50vw;
}

@media (max-width: 575px) {
    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.75rem;
    }

    h3, .h3 {
        font-size: 1.5rem;
    }

    h4, .h4 {
        font-size: 1.25rem;
    }

    h5, .h5 {
        font-size: 1rem;
    }

    h6, .h6 {
        font-size: .9rem;
    }
}

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

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

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

.overflow-y-auto {
    overflow-y: auto;
}

.btn.btn-gold {
    background-color: #cfa652;
    color: #fff;
}

    .btn.btn-gold:hover {
        background-color: #b59148;
    }

.btn.btn-link-gold {
    color: #cfa652;
}

.text-gold {
    color: #cfa652;
}

.table.table-gold td,
.table.table-gold th {
    padding: 5px 10px;
    border: 3px solid #fff;
    color: #908d85;
    background: #f5f5f5;
    font-family: serif;
    line-height: 1.5;
    letter-spacing: .2px;
    vertical-align: middle;
}

.table.table-gold th {
    color: #6d6963;
    background: #ebeae8;
    text-align: center;
    opacity: .8;
}

.table.table-gold td {
    opacity: .8;
    white-space: nowrap;
}

.table.table-transpose tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: top;
}

.table.table-transpose tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    position: relative;
    padding-top: 2px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
}

/*#endregion */

.text-error {
    display: inline-block;
    color: #dc3545;
}

    .text-error ul {
        list-style-type: none;
    }

.validation-summary-errors.alert {
    margin: 0;
}

    .validation-summary-errors.alert ul {
        margin: 0;
    }


/*#region Layout */
#Navbar {
    padding: 4px 0;
}

    #Navbar.collapse.show svg .path,
    #Navbar.collapse.show svg path {
        fill: white;
    }

#navbarNav {
    margin-top: 10px;
}

    #navbarNav.collapsing,
    #navbarNav.collapse.show {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: #9c9690 !important;
        margin: 0;
        padding-top: calc(var(--navbarHeight) + 1em);
        padding-bottom: 1em;
    }

        #navbarNav.collapsing .nav-link,
        #navbarNav.collapse.show .nav-link {
            padding: 1.25em;
            color: white !important;
        }

#cover {
    background-color: #382f27;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1050;
}

#logo {
    width: 72px;
    padding: 0;
    margin-bottom: 10px;
}

    #logo:hover {
        opacity: .7
    }

@media (min-width:576px) {
    #Navbar {
        padding: 6px 0;
    }

    #logo {
        width: 90px;
    }
}

@media (min-width:768px) {
    #Navbar {
        padding: 10px 0;
    }

    #logo {
        width: 90px;
    }
}

@media (min-width:992px) {
    #Navbar {
        padding: 20px 0;
    }

    #logo {
        width: 90px;
    }
}

@media (min-width:1200px) {
    #Navbar {
        padding: 20px 0;
    }

    #logo {
        width: 110px;
    }
}

.navbar .nav-link {
    white-space: nowrap;
    color: #382f27 !important;
    font-family: SerlioLTStd,serif;
    letter-spacing: 2px;
    line-height: 15px;
    padding: 0 10px;
    text-align: center;
}

    .navbar .nav-link:hover {
        opacity: .7;
    }


    .navbar .nav-link.active {
        opacity: 1;
    }


@media (min-width:992px) {
    .navbar .nav-link {
        letter-spacing: 1px;
    }

        .navbar .nav-link.active::after {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            content: '';
            top: 22px;
            left: 50%;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #382f27;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

@media (min-width:1200px) {
    .navbar .nav-link {
        letter-spacing: 2px;
    }
}

#cookie-bar {
    font-family: Muli,sans-serif;
    padding: 30px 20px 20px;
    background: rgba(0,0,0,.8);
    box-sizing: border-box;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    -webkit-transition: bottom 2s ease-out;
    transition: bottom 2s ease-out;
    z-index: 500;
}

    #cookie-bar .content {
        margin: 0;
        line-height: 1.5;
        letter-spacing: .5px;
        text-align: justify;
        color: #fff;
    }

    #cookie-bar .buttons {
        align-self: center;
        margin-top: 15px;
    }

        #cookie-bar .buttons .btn.btn-gold {
            letter-spacing: .15em;
            white-space: nowrap;
            border-radius: 0;
            padding: 0.4rem 0.8rem;
        }

    #cookie-bar a {
        text-decoration: underline;
    }


@media (min-width:576px) {
    #cookie-bar {
        padding: 30px 20px 20px;
    }
}

@media (min-width:768px) {
    #cookie-bar {
        padding: 30px 20px 20px;
    }
}

@media (min-width:992px) {
    #cookie-bar {
        padding: 30px 40px;
    }

        #cookie-bar .buttons {
            max-width: 200px;
            margin-top: 0;
            margin-left: 15px;
        }
}

@media (min-width:1200px) {
    #cookie-bar {
        padding: 30px 40px;
    }
}
/*#endregion */

