@charset "UTF-8";
/*mixin */
/*reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;

}

ol, ul {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}


a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "“" "”" "‘" "’";
}

small {
    font-size: 80%;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


img:not(.svg){
    height: auto;
    position: relative;
    width: 100%;
}
img:before {
    content: "We're sorry, the image below is broken :(";
    display: block;
    text-align: center;
}

img:after {
    content: "(url: " attr(src) ")";
    display: block;
    font-size: 12px;
    opacity: 0;
    height: 0;
}
svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
select::-ms-expand {
    display: none;
}
button, input {
    line-height: normal;
    border: 0;
    outline: 0;
}

button, select {
    text-transform: none;
    border: 0;
    outline: 0;
}

button, html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    zoom: 1; }

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

html {
    font-family: sans-serif;
    line-height: 1.6;
    font-size: 16px;
}
a {
    text-decoration: none;
}
.pull-right {
    float: right ;
}

.pull-left {
    float: left ;
}
.op0{
    opacity: 0;
}
.op1{
    opacity: 1;
}
.hide {
    display: none !important
}
.hidden{
    display: none;
}

.show {
    display: block !important
}
/*
* Bootstrap grid
*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media(max-width:640px){
    .container {
        width: auto;
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.page-content,
.content{
    display: block;
    position: relative;
/*    transition: all .3s ease;*/
}
.page-content{
    overflow: hidden;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}


/*------------------------------------*
helper class
\*------------------------------------*/
/**
 * Clearfix
 */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.text-white{
    color: #fff;
}
.text-black{
    color:#000;
}
.text-def{
    color: inherit;
}
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}
.text-just {
    text-align: justify;
}
.text-right {
    text-align: right;
}
.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.inline-block{
    display: inline-block;
}
.circle {
    border-radius: 50%;
}
img.at-width,
.at-width{
    width: auto;
}
.bg-abs{
    position: absolute;
    left: 0;
    pointer-events: none;
    top:0;
    z-index: 1;
}
.center-block-horizontal {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.center-block-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.center-block-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .center-block-reset--mobile {
        position: static;
        left: auto;
        top: auto;
        transform: translate(0);
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


html, body {
    font-size: 18px;
    font-family: 'myriad-set-pro_text',Helvetica, Arial,"文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #411a09;
    line-height: 1.6;
}

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

@media (min-width: 768px) and (max-width: 992px) {
    html, body {
        font-size: 16px;
    }
}

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

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.667em;
}

h4 {
    font-size: 1.333em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.85em;
}

p {
    margin: 0;
    hyphens: auto;
}

ul, ol {
    margin: 0;
    padding: 0;
}

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

hr {
    height: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

i {
    font-style: none;
}

q:before {
    content: '“';
}

q:after {
    content: '”';
}

q q:before {
    content: '‘';
}

q q:after {
    content: '’';
}

cite {
    font-style: normal;
}

dt + dd {
    margin-top: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0.5em;
}

hr {
    border: none;
    border-top: 2px solid #f7f2ed;
}

pre {
    font-family: font(code);
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
    font-size: 60%;
    top: -0.475em;
}


/*------------------------------------*
 Button styles
\*------------------------------------*/
a {
    transition: all 0.25s ease;
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    opacity: .8;
    color: #fad000;
}
.btn,
button {
    background-color: #fad000;
    color: #fff;
    border: none;
    min-width: 80px;
}
button:hover{
    opacity:.8;
}
@media (max-width: 320px) {
    button {
        min-width: 180px;
    }
}

button span[class*='icon'] {
    margin-right: 10px;
}

a button:hover {
    cursor: pointer;
    background-color: #7a7a7a;
}

button.button--round {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    min-width: auto;
    padding: 0;
}
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
