/* ----------$Catalog--------
$reset  normalize.css
$General & Utility
$Font & style
$Typography
$Scroll
$Color
$Form
$Table
------------------------------ */


/*! 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;
    padding: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* 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.
     Remove underline
   */

a {
    background-color: transparent;
    text-decoration: none;
}

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


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


/* ADD reset */

html,
body {
    width: 100%;
    height: 100%;
}

input[type="submit"] {
    outline: 0px;
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

button {
    outline: 0;
    background-color: transparent;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

ol {
    margin-top: 2px;
    margin-bottom: 2px;
}

a:focus {
    outline: 0px;
}


/* -------------------------
/*    $General & Utility
---------------------------- */

* {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
    word-break: normal;
}

.u-clearfix::before,
.u-clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.u-resize-none {
    resize: none;
}

.u-overauto {
    overflow: auto;
}

.u-overhidden {
    overflow: hidden;
}

.u-text-500 {
    font-weight: 500;
}

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

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

.u-vertical-middle {
    vertical-align: middle;
}

.u-vertical-top {
    vertical-align: top;
}

.u-vertical-bottom {
    vertical-align: bottom;
}


/* -------------------------
/*    $Font & style
---------------------------- */

html,
body {
    /* font-family: 'Helvetica neue','Roboto','Noto Sans TC', 'Lobster Two', sans-serif; */
    /* font-family: 'Noto Sans TC', sans-serif; */
    font-family: 'Noto Sans TC', sans-serif;
}


/* ::selection {
    background: #ffecec;
}

::-moz-selection {
    background: #ffecec;
} */


/* -------------------------
/*       $Typography
---------------------------- */

html,
body {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

@media(max-width:767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 14px;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

@media(max-width:767px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

@media(max-width:767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

@media(max-width:767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

@media(max-width:767px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

@media(max-width:767px) {
    h6 {
        font-size: 12px;
    }
}

p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

@media(max-width:767px) {
    p {
        font-size: 14px;
    }
}


/* -------------------------
/*          $Scroll
---------------------------- */

::-webkit-scrollbar {
    /* 1 */
    /* background-color: #b8b2b2; */
}

::-webkit-scrollbar-button {
    /*2*/
    /* background-color: brown;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
}


/* width */

::-webkit-scrollbar {
    /* width: 10px; */
}


/* Track */

 ::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    /* background: #b12424;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    /* background: #d22b2b; */
}


/* -------------------------
/*         $Color
---------------------------- */

.bg-color--primary {
    background-color: #029f7a;
}

.bg-color--secondary {
    background-color: #62C27A;
}

.bg-color--black {
    background-color: #000000;
}

.bg-color--white {
    background-color: #ffffff;
}

.bg-color--orange {
    background-color: #E5AD01;
}

.bg-color--tangerine {
    background-color: #F06C29;
}

.bg-color--yellow {
    background-color: #E6DA05;
}

.bg-color--gold {
    background-color: #a58d45;
}

.bg-color--black {
    background-color: #000000;
}

.bg-color--whatliesbeyond {
    background-image: linear-gradient(45deg, #F0F2F0, #000C40);
}

.color--white {
    color: #ffffff;
}

.color--primary {
    color: #029f7a;
}

.color--contentblack {
    color: #353535;
}

.color--orange {
    color: #E5AD01;
}

.color--gold {
    color: #a58d45;
}

.color--gray {
    color: #7b7a7a;
}

.theme-dark .bg-color--primarypink {
    background-color: #24151c;
}

.theme-dark .bg-color--secondpink {
    background-color: #f2bdcd;
}

.theme-dark .bg-color--thirdpink {
    background-color: #2E2E2E;
}

.theme-dark .bg-color--redpink {
    background-color: #636363;
}

.theme-dark .bg-color--gray {
    background-color: #dddfe0;
}

.theme-dark .bg-color--lightpink {
    background-color: rgb(36, 27, 33);
}

.theme-dark .bg-color--white {
    background-color: #1E1E1E;
}

.theme-dark .color--softpink {
    color: #f2bdcd;
}

.theme-dark .color--contentblack {
    color: #ffffff;
}


/* -------------------------
/*          $Form
---------------------------- */


/*!
Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    /*border: 1px solid #ccc;
    */
    /*-webkit-box-shadow: inset 0 1px 3px #ddd;
    */
    /*box-shadow: inset 0 1px 3px #ddd;
    */
    border-radius: 2px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    outline: 0;
    /* border-color: #129FEA; */
}

button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: none;
    border-width: none;
}

button:active {
    box-shadow: none;
    border-style: none;
    border-width: none;
}


/* -------------------------
/*         $Table
---------------------------- */

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: center;
}