/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.2;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    /*max-width: 100%;*/
    height: auto !important;
    border-style: none;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}


button,
input,
select,
textarea {
	/*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
	*/
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:640px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: ''
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: ''
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 90px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px)
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container>img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-cube,
.swiper-flip {
    overflow: visible
}

.swiper-cube .swiper-slide,
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active,
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide-active {
    visibility: visible
}

.swiper-cube .swiper-slide-next {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.api-wrap {
    position: relative;
    height: 0
}

.api-wrap embed,
.api-wrap iframe,
.api-wrap object,
.api-wrap video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.api01,
.api02 {
    padding: 0 0 56.25%
}

.api02 video {
    height: auto
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.banner {
    position: relative;
    overflow: hidden
}

.banner .figure {
    -webkit-animation: scaleIn 3s;
    animation: scaleIn 3s;
    -webkit-transition: .1s;
    transition: .1s
}

.banner01:before {
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0) 68.5%, #fff 69%) center;
    background-size: 150% 90px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 3
}

.banner01 .figure {
    height: 160px
}

.banner01 .text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff;
    padding-top: 5px;
    text-shadow: 0 0 15px rgba(0, 0, 0, .3);
    line-height: 1;
    z-index: 2
}

@media screen and (min-width:768px) {
    .banner01 .text {
        font-size: 62px;
        font-size: 3.875rem
    }
}

.banner01 .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    position: relative
}

@media screen and (min-width:768px) {
    .banner01 .title {
        font-size: 44px;
        font-size: 2.75rem
    }
}

@media screen and (min-width:768px) {
    .banner01 .figure {
        height: 220px
    }

    .banner01:before {
        height: 100px;
        background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0) 69.5%, #fff 70%) center;
        background-size: 120% 100px
    }
}

@media screen and (min-width:1200px) {
    .banner01 .figure {
        height: 340px
    }

    .banner01:before {
        height: 160px;
        background-size: 120% 160px
    }
}

.btn {
    display: inline-block;
    line-height: 1
}

.btn01,
.btn02,
.btn03,
.btn04,
.btn05 {
    font-size: 15px;
    font-size: .9375rem;
    border-radius: 50px
}

.btn01:after,
.btn04:after,
.btn05:after,
.btn06:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6px;
    background: url(../images/icon-arr01.svg) right bottom no-repeat;
    border-bottom: 1px solid #b1b919;
    margin: 0 0 6px 10px
}

.btn01,
.btn02 {
    border: 1px solid #b1b919;
    padding: 17px 25px;
    color: #b1b919
}

.btn01:after {
    width: 120px
}

.btn02:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6px;
    background: url(../images/icon-arr02.svg) left bottom no-repeat;
    border-bottom: 1px solid #b1b919;
    margin: 0 10px 6px 0;
    width: 100px
}

.btn03 {
    background: #858a42;
    color: #fff;
    padding: 0 60px 0 30px;
    line-height: 52px;
    position: relative
}

.btn03:after {
    content: '';
    display: block;
    width: 20px;
    height: 23px;
    background: url(../images/icon-download.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.btn04,
.btn06 {
    color: #b1b919
}

.btn04:after,
.btn06:after {
    width: 35px
}

.btn05 {
    background: #b1b919;
    font-weight: 700;
    color: #fff;
    border: none;
    line-height: 52px;
    padding: 0 20px
}

.btn05:after {
    width: 38px;
    margin-left: 40px;
    -webkit-filter: saturate(0) brightness(5);
    filter: saturate(0) brightness(5)
}

.btn06 {
    border: 1px solid #b1b919;
    padding: 13px 15px;
    border-radius: 50px
}

.btn06:after {
    width: 37px
}

.btn-next,
.btn-prev {
    text-align: left;
    padding: 10px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.btn-next strong,
.btn-prev strong {
    font-size: 0;
    margin-right: 20px
}

.btn-next strong:after,
.btn-prev strong:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 7px;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #b1b919;
    margin: 0 0 6px 10px
}

.btn-prev strong:after {
    background: url(../images/icon-arr02.svg) left bottom no-repeat
}

.btn-next strong:after {
    background: url(../images/icon-arr01.svg) right bottom no-repeat
}

.bw01>div {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.bw01>div+div {
    border-top: none
}

.bw01 .btn02 {
    margin-top: 30px
}

@media screen and (min-width:380px) {
    .btn02:before {
        width: 120px
    }
}

@media screen and (min-width:768px) {

    .btn-next,
    .btn-prev {
        padding: 20px
    }

    .btn-next strong,
    .btn-prev strong {
        font-size: 15px;
        font-size: .9375rem
    }

    .btn-next strong:after,
    .btn-prev strong:after {
        margin-left: 20px
    }

    .btn-next:hover,
    .btn-prev:hover {
        font-weight: 700;
        color: #b1b919
    }

    .bw01>div {
        padding: 20px 20px 20px 35px
    }

    .bw01 .btn02 {
        margin-top: 60px
    }
}

@media screen and (min-width:1024px) {

    .btn01:hover,
    .btn02:hover,
    .btn03:hover,
    .btn06:hover {
        background: #b1b919
    }

    .btn01:hover,
    .btn02:hover,
    .btn06:hover {
        color: #fff
    }

    .btn01:hover:after,
    .btn01:hover:before,
    .btn02:hover:after,
    .btn02:hover:before,
    .btn06:hover:after,
    .btn06:hover:before {
        -webkit-filter: saturate(0) brightness(5);
        filter: saturate(0) brightness(5)
    }

    .btn05:hover {
        background: #515428
    }
}

.article {
    text-align: justify
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    padding: 35px 0 10px
}

.article h2,
.article h3 {
    padding: 35px 0 10px
}

.article h2 {
    font-size: 26px;
    font-size: 1.625rem;
    color: #515428
}

@media screen and (min-width:768px) {
    .article h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

.article h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #9ba617
}

@media screen and (min-width:768px) {
    .article h3 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

.article h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #58a334
}

@media screen and (min-width:768px) {
    .article h4 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.article h5 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #111
}

@media screen and (min-width:768px) {
    .article h5 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.article h6 {
    font-size: 16px;
    font-size: 1rem;
    color: #515327
}

@media screen and (min-width:768px) {
    .article h6 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.article ul {
    list-style: none;
    margin: 0 0 -4px;
    padding: 15px 0 0
}

.article li {
    padding: 0 0 4px 20px;
    position: relative
}

.article li:before {
    content: '•';
    display: inline-block;
    color: #b1b919;
    -webkit-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
    position: absolute;
    top: -1px;
    left: 3px
}

::-moz-placeholder,
::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    opacity: 1
}

input,
select,
textarea {
    /*width: 100%;*/
    color: inherit;
    outline: 0 none;
    padding: 10px
}

input[type=checkbox],
input[type=radio],
select[type=checkbox],
select[type=radio],
textarea[type=checkbox],
textarea[type=radio] {
    vertical-align: middle;
    padding: 0;
    cursor: pointer
}

select {
    vertical-align: middle;
    background-image: url(../images/arr-down1.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 17px
}

textarea {
    resize: none
}

label,
select {
    cursor: pointer
}

.form-wrap i {
    font-family: Arial, "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", MHei, STHeitiTC-Light, sans-serif, Arial, Helvetica, "Helvetica Neue", Tahoma, Verdana;
    font-style: normal;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 900;
    color: #d90000;
    line-height: 1;
    text-shadow: .5px 0 0 #d90000
}

.form-wrap textarea {
    min-height: 100px
}

.form-wrap .btn-wrap {
    width: 100%;
    padding: 15px 0 0
}

.form-wrap .btn-wrap .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 10px
}

.form-inner {
    position: relative;
    overflow: hidden
}

.seccode input {
    margin-right: 10px
}

.seccode .figure {
    padding-bottom: 50px;
    border-radius: 50px;
    position: relative;
    overflow: hidden
}

.seccode .figure:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-refload.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2
}

.seccode img {
    -o-object-fit: fill;
    object-fit: fill
}

.seccode span {
    font-size: 12px;
    text-decoration: underline
}

.form01 input:not([type=checkbox]):not([type=radio]),
.form02 input:not([type=checkbox]):not([type=radio]),
.form05 input:not([type=checkbox]):not([type=radio]) {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 50px
}

.form01 input:not([type=checkbox]):not([type=radio]):focus,
.form02 input:not([type=checkbox]):not([type=radio]):focus,
.form05 input:not([type=checkbox]):not([type=radio]):focus {
    border-color: #b1b919
}

.form01 .form-inner {
    position: relative
}

.form01 .keyword {
    padding-right: 60px
}

.form01 .keyword:focus+.btn {
    -webkit-filter: saturate(1);
    filter: saturate(1)
}

.form01 .btn {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    border: none;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    -webkit-filter: saturate(0);
    filter: saturate(0)
}

.form01 .btn:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-search.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.form02 .form-inner {
    max-width: 450px
}

.form02 .item {
    padding: 5px 0
}

.form02 .code {
    width: 200px;
    max-width: 60%
}

.form03 select,
.form04 select {
    width: 100%;
    border: 1px solid #858a42;
    border-radius: 50px;
    padding: 16px 35px 16px 20px
}

.form03 {
    background: #f3f3f3;
    padding: 30px 35px
}

.form05 {
    max-width: 1250px;
    margin: 0 auto
}

.form05 .sec {
    padding: 0 20px
}

.form05 .sec:last-child {
    padding: 45px 20px;
    border-top: 1px solid #ddd;
    margin-top: 25px
}

.form05 .item {
    padding: 0 0 30px
}

.form05 .label-wrap {
    padding: 3px 0 0;
    margin-right: -20px
}

.form05 .desc {
    padding: 3px 0 10px
}

.form05 .code {
    width: 225px;
    max-width: 60%
}

.label01 {
    position: relative;
    margin: 5px 25px 5px 0
}

.label01 input,
.label01 span:after,
.label01 span:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.label01 input {
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 3
}

.label01 input:checked+span:before {
    border-color: #b1b919;
    background: #b1b919
}

.label01 input:checked+span:after {
    opacity: 1
}

.label01 input[type=checkbox]+span:before {
    width: 18px;
    height: 18px;
    border-radius: 3px
}

.label01 input[type=checkbox]+span:after {
    background-size: 80%;
    background-position: center
}

.label01 input[type=radio]+span:before {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.label01 input[type=radio]+span:after {
    background-size: 80%;
    background-position: 90% 60%
}

.label01 span {
    padding: 0 0 0 25px;
    position: relative
}

.label01 span:after,
.label01 span:before {
    content: '';
    display: block;
    z-index: 0
}

.label01 span:before {
    border: 1px solid #ccc
}

.label01 span:after {
    width: 18px;
    height: 18px;
    background: url(../images/icon-check.svg) center no-repeat;
    opacity: 0
}

@media screen and (min-width:768px) {
    .form03 .form-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .form03 .btn03 {
        margin: 5px
    }
}

@media screen and (min-width:1024px) {
    .form05 .sec {
        padding: 0 36px
    }

    .form05 .item {
        padding: 0 0 40px;
        max-width: 500px;
        margin: 0 auto
    }

    .form05 .code {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .form05 .code .figure {
        width: 150px
    }

    .form05 .btn05 {
        margin-top: 31px
    }
}

.float-btn {
    position: fixed;
    right: 10px;
    bottom: -30px;
    width: 100%;
    height: 0;
    text-align: center;
    z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s
}

.float-btn.block {
    bottom: 10px
}

.float-btn.block .btn-line {
    bottom: 35px
}

.float-btn.block.end {
    position: relative;
    bottom: -15px
}

.float-btn .social-wrap {
    width: 30px;
    bottom: 40px
}

.float-btn .social-wrap ul {
    margin: -5px
}

.float-btn .social-wrap li {
    padding: 5px
}

.float-btn .social-wrap a {
    width: 30px;
    height: 30px
}


@media screen and (min-width:769px) {
    .float-btn {
        bottom: -50px
    }

    .float-btn.block .btn-line {
        bottom: 55px
    }

    .float-btn.block.end {
        bottom: -25px
    }

    .float-btn .social-wrap {
        width: 50px;
        bottom: 60px
    }

    .float-btn .social-wrap a {
        width: 50px;
        height: 50px
    }

}

.item-inner {
    margin: 0 auto;
    overflow: hidden
}

.ig01 {
    margin: 0 -2px;
    padding: 2px 0
}

.ig01>div {
    padding: 2px
}

.ig02 {
    margin: 0 -5px;
    padding: 5px 0
}

.ig02>div {
    padding: 5px
}

.ig04 {
    margin: 0 -11px
}

.ig04 .item {
    padding: 11px
}

.ig04 .item-inner {
    background-color: #fff;
    background-image: url(../images/icon-arr03.svg);
    background-repeat: no-repeat;
    background-position: 20px 80%;
    background-size: 75px 7px;
    padding: 15px 20px 35px
}

.ig04 h3,
.ig04 span {
    -webkit-transition: .3s;
    transition: .3s
}

.ig04 span {
    font-family: HelveticaL, "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", MHei, STHeitiTC-Light, sans-serif
}

.ig04 h3 {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 5px
}

.ig05 {
    margin: 0 -30px
}

.ig05>.item {
    padding: 20px 30px
}

.ig05>.item:last-child .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ig05>.item:last-child h3 {
    background: 0 0;
    padding: 0;
    margin-bottom: 10px
}

.ig05>.item:last-child .list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 25px 30px 45px;
    background: url(../images/menu02.webp) top repeat-x, url(../images/menu02.webp) bottom repeat-x, url(../images/menu03.webp) left repeat-y, url(../images/menu03.webp) right repeat-y
}

.ig05 .item-inner {
    height: 100%
}

.ig05 h3 {
    background: url(../images/menu01.webp) bottom repeat-x;
    padding: 0 0 13px;
    margin-bottom: 20px
}

.ig06 .figure:before,
.ig07 .figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    z-index: 2;
    opacity: 0
}

.ig06 .date,
.ig07 .date {
    padding: 11px 0 2px
}

.ig06 h3,
.ig07 h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.ig06 .btn04,
.ig07 .btn04 {
    padding-top: 5px
}

.ig06 {
    margin: 0 -20px
}

.ig06 .item {
    padding: 0 20px 40px
}

.ig06 .figure:before {
    background: url(../images/icon-more.svg) center no-repeat, rgba(177, 185, 25, .6);
    background-size: 42px, 50px
}

.ig07 {
    margin: 0 -10px
}

.ig07 .item {
    padding: 0 10px 40px
}

.ig07 .figure:before {
    background: rgba(177, 185, 25, .6)
}

.ig07 .text {
    border-top: 3px solid #515428
}

.ig08 {
    margin: 0 -15px
}

.ig08 .item {
    padding: 15px
}

.ig08 .item-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.ig08 .is1 {
    max-width: 150px
}

.ig08 .is2 {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 15px 0 15px 20px
}

.ig08 h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px
}

.ig09 {
    margin: -10px
}

.ig09 .item {
    padding: 10px
}

.ig09 .item-inner {
    border: 1px solid #ddd;
    padding: 10px 6px 10px 40px;
    position: relative
}

.ig09 .item-inner:after,
.ig09 .item-inner:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    margin-top: -3px
}

.ig09 .item-inner:before {
    content: 'Q';
    color: #b1b919;
    font-size: 24px;
    line-height: 1;
    text-shadow: 0 .5px 0 currentColor;
    left: 10px
}

.ig10 {
    margin: 0 -15px
}

.ig10 .item {
    padding: 15px
}

.ig10 .item-inner {
    padding: 20px;
    border: 1px solid #ddd;
    height: 100%
}

.ig10 .item-sec {
    width: 100%
}

.ig10 .is2 {
    padding-top: 10px
}

.ig10 .list {
    padding-bottom: 10px
}

.ig11 {
    position: relative
}

.ig11:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #d8dd98;
    position: absolute;
    top: 14px;
    left: 3px
}

.ig11 .item {
    padding: 40px 0;
    border-bottom: 1px solid #e2e2d1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ig11 .tb-wrap {
    padding: 0 0 0 30px;
    color: #111
}

.ig11 h3 {
    position: relative;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    padding: 6px 0 6px 30px
}

@media screen and (min-width:768px) {
    .ig11 h3 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media screen and (min-width:1200px) {
    .ig11 h3 {
        font-size: 55px;
        font-size: 3.4375rem
    }
}

.ig11 h3:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    background: #b1b919;
    z-index: 2
}

.ig12>div {
    padding: 0 0 20px
}

@media screen and (min-width:480px) {
    .ig10 .item-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .ig10 .is1 {
        width: 40%;
        max-width: 250px
    }

    .ig10 .is2 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 30px
    }
}

@media screen and (min-width:768px) {
    .ig06 .item {
        padding-bottom: 70px
    }

    .ig06 h3 {
        height: 65px
    }

    .ig07 {
        margin: 0 -20px
    }

    .ig07 .item {
        padding: 0 20px 80px
    }

    .ig08 h3 {
        min-height: 54px
    }

    .ig09 .item-inner {
        padding: 14px 80px 16px 70px
    }

    .ig09 .item-inner:before {
        font-size: 36px;
        left: 20px
    }

    .ig09 .item-inner:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 6px;
        line-height: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background: url(../images/icon-arr01.svg) right bottom no-repeat;
        border-bottom: 1px solid #b1b919;
        right: 20px
    }
}

@media screen and (min-width:769px) {
    .ig01 {
        margin: 0 -6px;
        padding: 4px 0
    }

    .ig01>div {
        padding: 4px
    }

    .ig04 .item-inner {
        border: 1px solid #fff;
        background-image: none;
        background-position: 40px 85%;
        padding: 30px 40px 50px;
        height: 100%
    }

    .ig04 .item-inner:hover {
        background-image: url(../images/icon-arr03.svg);
        border-color: #b1b919
    }

    .ig04 .item-inner:hover h3,
    .ig04 .item-inner:hover span {
        color: #b1b919
    }

    .ig04 .item-inner:hover h3 {
        border-color: #b1b919
    }

    .ig04 h3 {
        min-height: 60px;
        padding-top: 15px;
        margin-top: 8px
    }

    .ig06 .item-inner:hover .figure:before,
    .ig07 .item-inner:hover .figure:before {
        opacity: 1
    }
}

@media screen and (min-width:1024px) {
    .ig05 {
        margin: 0 -35px
    }

    .ig05>.item {
        padding: 50px 35px
    }

    .ig05>.item:last-child .item-inner {
        max-width: unset
    }

    .ig05>.item:last-child .list {
        padding: 30px 5px 30px 45px
    }

    .ig05>.item:last-child .list li {
        padding-right: 20px
    }

    .ig05 h3 {
        margin-bottom: 25px
    }

    .ig06 .item {
        padding-bottom: 85px
    }

    .ig07 .item {
        padding-bottom: 100px
    }

    .ig09 .item-inner {
        padding: 16px 180px 18px 70px
    }

    .ig09 .item-inner:after {
        width: 130px;
        right: 40px;
        -webkit-filter: saturate(0) brightness(1.2);
        filter: saturate(0) brightness(1.2)
    }

    .ig09 .item-inner:hover {
        border-color: #b1b919
    }

    .ig09 .item-inner:hover:after {
        -webkit-filter: saturate(1);
        filter: saturate(1)
    }

    .ig10 {
        margin: 0 -15px
    }

    .ig10 .item {
        padding: 25px 15px
    }

    .ig10 .item-inner:hover {
        border-color: #b1b919
    }

    .ig10 .is2 {
        padding-top: 0
    }

    .ig10 .btn {
        -webkit-filter: saturate(0) brightness(0);
        filter: saturate(0) brightness(0)
    }

    .ig10 .btn:hover {
        -webkit-filter: saturate(1);
        filter: saturate(1)
    }

    .ig11:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px
    }

    .ig11 .item:nth-child(odd) h3 {
        text-align: right
    }

    .ig11 .item:nth-child(odd) h3:before {
        left: auto;
        right: -5.5px
    }

    .ig11 .item:nth-child(odd) .tb-wrap {
        padding: 5px 0 0 60px
    }

    .ig11 .item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .ig11 .item:nth-child(even) h3:before {
        left: -5.5px
    }

    .ig11 .item:nth-child(even) .tb-wrap {
        padding: 5px 55px 0 0
    }

    .ig11 .tb-wrap,
    .ig11 h3 {
        max-width: 50%
    }

    .ig11 h3 {
        padding: 6px 50px
    }
}

@media screen and (min-width:1200px) {
    .ig02>div {
        padding: 8px
    }

    .ig08 .item:nth-child(even) {
        margin: 0 -20px 0 20px
    }
}

@media screen and (min-width:1400px) {
    .ig08 .item:nth-child(even) {
        margin: 0 -40px 0 40px
    }

    .ig10 .item-inner {
        padding: 35px 20px 40px 40px
    }
}

.list dl,
.list ul {
    list-style: none outside none
}

.list dl,
.list ul {
    margin: 0;
    padding: 0
}

.list dd,
.list li {
    position: relative
}

.list dd {
    margin: 0
}

.article ul,
.list01 ul {
    list-style: none;
    margin: 0 0 -4px
}

.article li,
.list01 li {
    padding: 0 0 4px 20px;
    position: relative
}

.article li:before,
.list01 li:before {
    content: '•';
    display: inline-block;
    color: #b1b919;
    -webkit-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
    position: absolute;
    top: -1px;
    left: 3px
}

.list03 li {
    padding: 5px 0
}

.list03 span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    line-height: 1;
    padding-right: 35px
}

@media screen and (min-width:768px) {
    .list03 span {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.list03 span.on {
    background: url(../images/icon-hot.svg) center right no-repeat;
    background-size: 26px
}

.list03 span:before {
    content: '';
    display: block;
    width: auto;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e2cdaf), color-stop(0, #fff)) center repeat-x;
    background: linear-gradient(to right, #e2cdaf 50%, #fff 0) center repeat-x;
    background-size: 4px 2px;
    margin: 0 15px
}

.list03 h4 {
    max-width: calc(100% - 60px)
}

.list04 ul {
    padding: 1px
}

.list04 li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 13px 15px 11px;
    line-height: 1;
    position: relative;
    margin: -.5px
}

.list04 li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/menu04.webp) top repeat-x, url(../images/menu04.webp) bottom repeat-x, url(../images/menu05.webp) left repeat-y, url(../images/menu05.webp) right repeat-y;
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    mix-blend-mode: darken
}

.list04 li:nth-child(even) {
    background: #fff
}

.list04 li:nth-child(odd) {
    background: #e1e3d2
}

.list05 ul {
    border-top: 1px solid #ddd
}

.list05 li {
    border-bottom: 1px solid #ddd
}

.list05 a {
    padding: 18px 15px
}

.list05 .color2 {
    padding: 0 0 4px
}

.list05 .fs17 {
    padding-top: 5px
}

.list06 li {
    padding: 5px 0
}

.list06 a {
    display: inline-block;
    position: relative;
    padding-left: 25px
}

.list06 a:before {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    background: url(../images/icon-arr04.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    opacity: .4
}

.list06>ul>li>a {
    font-size: 17px;
    font-size: 1.0625rem
}

.list06>ul>li ul {
    padding-left: 25px
}

.list06 .on>a {
    font-weight: 700
}

.list06 .on>a:before {
    opacity: 1
}

.list07 dt {
    padding-bottom: 10px;
    color: #5e6537
}

.list07 dd {
    position: relative;
    padding: 0 0 6px 30px
}

.list07 dd::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    position: absolute;
    top: 0;
    left: 0
}

.list07 .addr:before {
    background-image: url(../images/icon-addr.svg)
}

.list07 .addr a:after {
    content: 'Map';
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #e34133;
    padding: 0 0 0 15px;
    background: url(../images/icon-map.svg) left center no-repeat;
    background-size: 11px;
    margin: -2px 0 0 10px
}

.list07 .tel:before {
    background-image: url(../images/icon-tel.svg)
}

.list07 .time {
    padding-bottom: 0
}

.list07 .time:before {
    background-image: url(../images/icon-time.svg)
}

.list07 .time+.time:before {
    display: none
}

@media screen and (min-width:1024px) {

    .article a:hover,
    .list01 a:hover {
        color: #b1b919;
        font-weight: 700
    }

    .list05 a:hover {
        background: #f7f7f0
    }

    .list06 a:hover {
        color: #b1b919
    }

    .list06 a:hover:before {
        -webkit-filter: saturate(1);
        filter: saturate(1)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.nav-wrap {
    line-height: 1.2
}

.nav-wrap dd,
.nav-wrap dl,
.nav-wrap dt,
.nav-wrap li,
.nav-wrap ul {
    list-style: none outside none
}

.nav-wrap ul {
    margin: 0;
    padding: 0
}

.nav-wrap .nav-title,
.nav-wrap li {
    position: relative
}

.nav-wrap .sub-nav {
    display: none
}

.nav-wrap .sub-nav ul {
    -webkit-animation: fadeIn .2s ease-in;
    animation: fadeIn .2s ease-in
}

.nav-wrap .on>.sub-nav {
    display: block
}

.nav-wrap a {
    display: block;
    position: relative
}

.info-nav,
.info-nav li {
    text-align: center
}

.info-nav li {
    display: inline-block
}

.toggle-wrap .nav-list {
    display: none
}

.toggle-wrap.on .nav-list {
    display: block
}

.toggle-wrap li {
    display: block;
    padding: 0
}

.sub-switch {
    position: relative
}

.sub-switch a {
    padding-right: 30px !important
}

.sub-switch button {
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
    z-index: 10;
    cursor: pointer
}

.sub-switch button:after {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px
}

.path+.info-nav {
    padding-top: 30px
}

.nav01 a,
.nav02 a,
.nav04 a {
    border: 1px solid #ccc;
    color: #777
}

.nav01 ul,
.nav04 ul {
    margin: 0 -3px
}

.nav01 li,
.nav04 li {
    padding: 4px 3px
}

.nav01 a,
.nav04 a {
    border-radius: 5px;
    padding: 10px 25px
}

.nav01 .on a,
.nav04 .on a {
    border-color: #b1b919;
    color: #b1b919;
    font-weight: 700
}

.nav01 {
    padding: 20px
}

.nav02 ul {
    margin: -5px -3px
}

.nav02 li {
    padding: 5px 3px
}

.nav02 a {
    border-radius: 50px;
    padding: 15px 25px
}

.nav03 ul {
    border-top: 1px solid #ddd
}

.nav03 li {
    border-bottom: 1px solid #ddd
}

.nav03 a {
    padding: 18px 15px 18px 35px
}

.nav03 a:before {
    content: '•';
    display: inline-block;
    color: #b1b919;
    position: absolute;
    top: 17px;
    left: 15px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.nav-title {
    width: 100%;
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer;
    background: #b1b919;
    border: none;
    color: #fff
}

.nav-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background: url(../images/arr-down2.svg) center no-repeat;
    background-size: contain;
    margin: 0 0 0 10px;
    -webkit-filter: brightness(5);
    filter: brightness(5)
}

.nav-title.on:after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.nav-title01 {
    border: none
}

.nav-title01.on {
    border-bottom: 5px solid #515428;
    color: #515428
}

.nav-title01.on:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width:1024px) {
    .toggle-wrap .nav-title {
        display: none
    }

    .toggle-wrap .nav-list {
        display: block
    }

    .toggle-wrap li {
        display: inline-block
    }

    .toggle-wrap.r a {
        border-radius: 3px
    }

    .sub-switch a:hover {
        text-decoration: underline
    }

    .sub-switch button {
        width: 40px
    }

    .sub-switch button:after {
        width: 100%
    }

    .sub-switch button:hover:after {
        -webkit-transform: translate(0, -50%) scale(1.5);
        -ms-transform: translate(0, -50%) scale(1.5);
        transform: translate(0, -50%) scale(1.5)
    }

    .nav01 a,
    .nav04 a {
        padding: 15px 25px;
        min-width: 100px;
        border-radius: 50px
    }

    .nav01 a:hover,
    .nav04 a:hover {
        border-color: #b1b919;
        color: #b1b919
    }

    .nav01 {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .nav02 a:hover {
        background: #b1b919;
        color: #fff;
        border-color: #b1b919
    }

    .nav03 a:hover {
        background: #f7f7f0;
        font-weight: 700;
        color: #333
    }
}

@media screen and (min-width:1200px) {
    .nav01 {
        padding-top: 100px
    }
}

.page-limit {
    text-align: center
}

.page-limit li {
    margin-left: -1px
}

.page-limit a,
.page-limit span {
    display: block;
    width: 42px;
    line-height: 40px;
    border: 1px solid #e8e8e8
}

.page-limit .on a {
    background: #b1b919;
    color: #fff;
    border-color: #b1b919
}

.page-limit .next a,
.page-limit .prev a {
    font-size: 0;
    z-index: 1
}

.page-limit .next a:after,
.page-limit .prev a:after {
    content: '';
    display: block;
    width: 40%;
    height: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-filter: saturate(0) brightness(.5);
    filter: saturate(0) brightness(.5)
}

.page-limit .prev a:after {
    background-image: url(images/arr1-1-prev.svg)
}

.page-limit .next a:after {
    background-image: url(images/arr1-1-next.svg)
}

@media screen and (min-width:769px) {
    .page-limit a:hover {
        background: #b1b919;
        color: #fff;
        border-color: #b1b919
    }

    .page-limit .next a:hover:after,
    .page-limit .prev a:hover:after {
        -webkit-filter: saturate(0) brightness(10);
        filter: saturate(0) brightness(10)
    }
}

.path {
    padding: 5px 15px 0
}

.path ul {
    margin-right: -15px
}

.path a,
.path li {
    display: inline-block;
    vertical-align: middle
}

.path li {
    padding: 4px 15px 4px 0
}

.path li:after {
    content: '/';
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    opacity: .7;
    margin: 2px 0 0
}

.path li:first-child {
    padding-left: 0
}

.path li:last-child:after {
    display: none
}

.path a {
    -webkit-filter: saturate(0);
    filter: saturate(0)
}

@media screen and (min-width:769px) {
    .path {
        padding: 0 20px
    }

    .path a:hover {
        color: #b1b919;
        text-decoration: underline
    }
}

.swiper-sec {
    font-size: 0;
    position: relative
}

.swiper-sec .slide {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-sec .swiper-slide {
    -webkit-transition: .5s;
    transition: .5s
}

.swiper-sec .swiper-slide>a {
    display: block
}

.swiper-sec .swiper-button-next,
.swiper-sec .swiper-button-prev,
.swiper-sec .swiper-pagination-bullet {
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sw01 .swiper-button-prev,
.sw02 .swiper-button-prev {
    left: 0
}

.sw01 .swiper-button-next,
.sw02 .swiper-button-next {
    right: 0
}

.sw01:before {
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    background: radial-gradient(ellipse at top, rgba(243, 243, 243, 0) 69.5%, #f3f3f3 70%);
    background-size: 130% 90px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.sw01 .figure {
    display: block;
    height: 0;
    padding: 0 0 125%;
    overflow: hidden
}

.sw01 .swiper-slide {
    opacity: 0
}

.sw01 .swiper-slide-active {
    opacity: 1
}

.sw01 .swiper-pagination {
    bottom: 20px
}

.sw01 .swiper-pagination-bullet {
    vertical-align: middle;
    background: 0 0;
    border: 1px solid #788253;
    opacity: 1;
    margin: 0 8px
}

.sw01 .swiper-pagination-bullet.on {
    width: 18px;
    height: 18px;
    border: 4px solid #b1b919
}

.sw02 .swiper-slide {
    width: 100%
}

.sw02 .is1,
.sw02 .item-inner {
    margin: 0 auto
}

.sw02 .item-sec,
.sw02 h3,
.sw02 span {
    -webkit-transition: .8s;
    transition: .8s
}

.sw02 .is1 {
    width: 75%
}

.sw02 .is2 {
    position: relative;
    z-index: 3
}

.sw02 .figure {
    /*padding: 0 0 142.857%*/
	padding: 0 0 100%;
}

.sw02 span {
    font-size: 12px;
    font-size: .75rem
}

@media screen and (min-width:768px) {
    .sw02 span {
        font-size: 15px;
        font-size: .9375rem
    }
}

.sw02 h3 {
    font-size: 19px;
    font-size: 1.1875rem
}

@media screen and (min-width:768px) {
    .sw02 h3 {
        font-size: 23px;
        font-size: 1.4375rem
    }
}

.sw02 .swiper-button-next,
.sw02 .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -40px
}

.sw02 .swiper-button-prev {
    background: url(images/prev.png) center no-repeat
}

.sw02 .swiper-button-next {
    background: url(images/next.png) center no-repeat
}

.sw-page01 .swiper-pagination-bullet.on,
.sw-page02 .swiper-pagination-bullet.on {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1
}

.sw-page01 .swiper-pagination-bullet.on {
    background: #fff;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

@media screen and (min-width:480px) {
    .sw02 .swiper-slide {
        width: 50%
    }
}

@media screen and (min-width:641px) {
    .sw01 .figure {
        padding: 0 0 47.91666%
    }
}

@media screen and (min-width:768px) {
    .sw02 .swiper-wrapper {
        min-height: 450px
    }

    .sw02 .swiper-slide {
        width: 33.33333%
    }

    .sw02 .swiper-slide-active+.swiper-slide .is1 {
        width: 100%
    }
    .sw02 .swiper-slide-active+.swiper-slide .is1:before {
  		  /*
		  content: '';
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background: rgba(213, 194, 178, 0.5);
		  z-index: 99;
		  transition: opacity 0.3s ease;
		  border-radius: 250px;
		  opacity: 1;
		  */

    }
	
	.sw02 .swiper-slide-active+.swiper-slide .figure::before {
	  background: none;
	}	
	.sw02 .swiper-slide-active+.swiper-slide .figure::after {
	  content:"";
	}	

    .sw02 .swiper-slide-active+.swiper-slide span {
        font-size: 16px;
        font-size: 1rem
    }

    .sw02 .swiper-slide-active+.swiper-slide h3 {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

@media screen and (min-width:769px) {
    .sw01 .swiper-pagination {
        bottom: 40px
    }

    .sw02 .swiper-wrapper {
        min-height: 600px
    }

    .sw-page01 .swiper-pagination-bullet,
    .sw-page02 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px
    }

    .sw-page01 .swiper-pagination-bullet:hover,
    .sw-page02 .swiper-pagination-bullet:hover {
        opacity: 1
    }
}

@media screen and (min-width:1200px) {
    .sw02 .swiper-slide-active+.swiper-slide .is1 {
        width: 100%
    }

    .sw02 .swiper-slide-active+.swiper-slide span {
        font-size: 16px;
        font-size: 1rem
    }

    .sw02 .swiper-slide-active+.swiper-slide h3 {
        font-size: 27px;
        font-size: 1.6875rem
    }

    .sw02 .swiper-button-next,
    .sw02 .swiper-button-prev {
        width: 70px;
        height: 70px;
        /* margin-top: -70px; */
        -webkit-filter: saturate(0);
        filter: saturate(0)
    }

    .sw02 .swiper-button-next:hover,
    .sw02 .swiper-button-prev:hover {
        -webkit-filter: saturate(1);
        /* filter: saturate(1); */
    }
}

.social-wrap {
    font-size: 0;
    overflow: hidden
}

.social-wrap span {
    font-size: 12px;
    font-size: .75rem
}

@media screen and (min-width:768px) {
    .social-wrap span {
        font-size: 14px;
        font-size: .875rem
    }
}

.social-wrap li,
.social-wrap ul {
    list-style: none outside none
}

.social-wrap ul {
    padding: 0;
    margin: 0 -10px
}

.social-wrap li {
    text-align: center;
    padding: 5px 10px
}

.social-wrap a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden
}

.social-wrap a:after,
.social-wrap a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.social01 .icon-facebook:before,
.social02 .icon-facebook:before {
    background-image: url(../images/social-fb.svg)
}

.social01 .icon-instagram:before,
.social02 .icon-instagram:before {
    background-image: url(../images/social-ig.svg)
}

.social01 .icon-linkedin:before,
.social02 .icon-linkedin:before {
    background-image: url(../images/social-in.svg)
}

.social01 .icon-line:before,
.social02 .icon-line:before {
    background-image: url(../images/social-line.svg)
}

.social01 .icon-pinterest:before,
.social02 .icon-pinterest:before {
    background-image: url(../images/social-pe.svg)
}

.social01 .icon-plurk:before,
.social02 .icon-plurk:before {
    background-image: url(../images/social-pl.svg)
}

.social01 .icon-qq:before,
.social02 .icon-qq:before {
    background-image: url(../images/social-qq.svg)
}

.social01 .icon-skype:before,
.social02 .icon-skype:before {
    background-image: url(../images/social-sk.svg)
}

.social01 .icon-sina:before,
.social02 .icon-sina:before {
    background-image: url(../images/social-sn.svg)
}

.social01 .icon-telegram:before,
.social02 .icon-telegram:before {
    background-image: url(../images/social-tg.svg)
}

.social01 .icon-twitter:before,
.social02 .icon-twitter:before {
    background-image: url(../images/social-tw.svg)
}

.social01 .icon-whatsapp:before,
.social02 .icon-whatsapp:before {
    background-image: url(../images/social-wa.svg)
}

.social01 .icon-wechat:before,
.social02 .icon-wechat:before {
    background-image: url(../images/social-wc.svg)
}

.social01 .icon-youtube:before,
.social02 .icon-youtube:before {
    background-image: url(../images/social-yt.svg)
}

.social01 .icon-youtube2:before,
.social02 .icon-youtube2:before {
    background-image: url(../images/social-yt2.svg)
}

.social01 .icon-share:before,
.social02 .icon-share:before {
    background-image: url(../images/icon-share.svg)
}

.social01 .icon-copy:before,
.social02 .icon-copy:before {
    background-image: url(../images/icon-share.svg)
}

.social01 a,
.social02 a {
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.social01 a:before,
.social02 a:before {
    width: 60%;
    background-size: contain
}

.social01 ul {
    margin: -7px
}

.social01 li {
    padding: 7px
}

.social01 a {
    background: #fff
}

.social01 a:before {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.social02 ul {
    margin: -4px
}

.social02 span+ul {
    padding-left: 10px
}

.social02 li {
    padding: 4px
}

.social02 a {
    border: 1px solid #b1b919
}

@media screen and (min-width:480px) {
    .social02 a {
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width:1024px) {
    .social01 a:hover {
        background: #b1b919
    }

    .social01 a:hover:before {
        -webkit-filter: saturate(0) brightness(10);
        filter: saturate(0) brightness(10)
    }

    .social02 a:hover {
        background: #b1b919
    }

    .social02 a:hover:before {
        -webkit-filter: saturate(0) brightness(5);
        filter: saturate(0) brightness(5)
    }
}

.tb-wrap {
    overflow-x: auto
}

.tb-wrap table {
    border-collapse: collapse
}

.tb-js {
    overflow-x: hidden
}

.tb-js table {
    border-top: 1px solid #ddd
}

.tb-js th,
.tb-js thead {
    display: none
}

.tb-js th th,
.tb-js th tr,
.tb-js thead th,
.tb-js thead tr {
    display: none
}

.tb-js tr {
    display: block;
    position: relative
}

.tb-js td {
    display: block;
    text-align: left;
    padding: 5px 10px
}

.tb-js td:before {
    display: block;
    content: attr(data-txt);
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    color: #515428;
    padding: 2px 10px 0 0
}

.tb01 {
    padding: 1px
}

.tb01 td,
.tb01 th {
    padding: 8px 5px;
    border: 1px solid
}

.tb01 thead th {
    background: #515428;
    color: #fff;
    border-color: rgba(255, 255, 255, .3)
}

.tb01 tr:nth-child(even) td {
    background: #f7f7f7
}

.tb01 td {
    border-color: rgba(51, 51, 51, .05)
}

.tb03 th {
    color: #6c712e;
    white-space: nowrap
}

.tb03 td,
.tb03 th {
    vertical-align: top
}

.tb03 th {
    padding: 0 35px 8px 0
}

.tb03 td {
    padding: 0 0 8px
}

@media screen and (min-width:769px) {
    .tb-wrap .btn-wrap .icon:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .tb-js {
        padding: 1px
    }

    .tb-js table {
        border-top: none
    }

    .tb-js thead {
        display: table-header-group
    }

    .tb-js thead tr {
        display: table-row
    }

    .tb-js thead th {
        display: table-cell
    }

    .tb-js th {
        display: table-cell
    }

    .tb-js tr {
        display: table-row;
        position: static;
        margin: 0;
        padding: 0;
        border: 0 none
    }

    .tb-js td {
        display: table-cell
    }

    .tb-js td:before {
        content: none;
        display: none
    }

    .tb01 td,
    .tb01 th {
        padding: 10px 20px
    }
}

body,
html {
    height: 100%
}

body {
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-family: sans-serif;
    position: relative;
    color: #333;
    word-wrap: break-word
}

@media screen and (min-width:768px) {
    body {
        font-size: 18px;
        font-size: 1.125rem
    }
}

body.lock {
    overflow: hidden
}

*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before,
a,
button {
    -webkit-transition: .3s;
    transition: .3s
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

a,
button {
    outline: 0 none;
    color: inherit
}

a {
    text-decoration: none
}

a.no-title {
    title: ""
}

button {
    cursor: pointer
}

picture {
    display: block
}

mark {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #ffffa2));
    background: linear-gradient(transparent 60%, #ffffa2 0);
    padding: .2em;
    vertical-align: middle
}

blockquote {
    margin: 0;
    padding: 20px 6%;
    background: #f7f7f7;
    border-left: 5px solid #ddd
}

figure {
    margin: 0
}

#container,
#content {
    position: relative;
    margin: 0 auto;
    overflow-x: clip
}

#container {
    min-width: 320px
}

#content {
    clear: both;
    line-height: 1.67;
    min-height: calc(100vh - 210px)
}

#mask-bg {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 998;
    -webkit-transition: all .3s;
    transition: all .3s
}

#mask-bg.on {
    height: 100%
}

#mask-bg.mask-b {
    background: #000
}

#mask-bg.mask-b.on {
    opacity: .8
}

#mask-bg.mask-w {
    background: #fff
}

#mask-bg.mask-w.on {
    opacity: .9
}

.page-limit li,
.page-limit ul,
.path li,
.path ul {
    list-style: none outside none
}

.page-limit ul,
.path ul {
    padding: 0;
    margin: 0
}

.page-limit li,
.path li {
    position: relative
}

.page-limit {
    font-size: 0;
    line-height: 1
}

.page-limit a {
    display: block
}

.figure {
    position: relative
}

.figure img,
.figure svg {
    display: block;
    margin: 0 auto;
    border-radius: 250px;
}

.pic {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.fjcs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.fjce {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fjcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fjcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fjcsa {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.faic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.faie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.fasc {
    -ms-flex-item-align: center;
    align-self: center
}

.block {
    display: block
}

.C0 {
    color: #000
}

.c1 {
    color: #111
}

.c5 {
    color: #555
}

.c6 {
    color: #666
}

.c9 {
    color: #999
}

.cf {
    color: #fff
}

.color1 {
    color: #515428
}

.color2 {
    color: #b1b919
}

.color3 {
    color: #6c712e
}

.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.nowrap {
    white-space: nowrap
}

.ff1 {
    font-family: 'Noto Serif TC', serif
}

.ff2,
.ig09 .item-inner:before {
    font-family: Didot, serif
}

.btn05,
.ff3,
.list07 .addr a:after {
    font-family: 'Malgun GothicRegular', sans-serif
}

.ff4 {
    font-family: 'Times New Roman', serif
}

.ff-ms {
    font-family: "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", MHei, STHeitiTC-Light, sans-serif
}

.fw4 {
    font-weight: 400
}

.fw5 {
    font-weight: 500
}

.fw6 {
    font-weight: 600
}

.fw7 {
    font-weight: 700
}

.fs14 {
    font-size: 14px;
    font-size: .875rem
}

.fs15 {
    font-size: 15px;
    font-size: .9375rem
}

.fs16 {
    font-size: 16px;
    font-size: 1rem
}

.fs17 {
    font-size: 17px;
    font-size: 1.0625rem
}

.fs18 {
    font-size: 18px;
    font-size: 1.125rem
}

.fs1315 {
    font-size: 13px;
    font-size: .8125rem
}

@media screen and (min-width:768px) {
    .fs1315 {
        font-size: 15px;
        font-size: .9375rem
    }
}

.fs1618 {
    font-size: 16px;
    font-size: 1rem
}

@media screen and (min-width:768px) {
    .fs1618 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.fs1620 {
    font-size: 16px;
    font-size: 1rem
}

@media screen and (min-width:768px) {
    .fs1620 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.fs1820 {
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (min-width:768px) {
    .fs1820 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.fs2227 {
    font-size: 22px;
    font-size: 1.375rem
}

@media screen and (min-width:768px) {
    .fs2227 {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

.fs2835 {
    font-size: 28px;
    font-size: 1.75rem
}

@media screen and (min-width:768px) {
    .fs2835 {
        font-size: 35px;
        font-size: 2.1875rem
    }
}

.fs2842 {
    font-size: 28px;
    font-size: 1.75rem
}

@media screen and (min-width:768px) {
    .fs2842 {
        font-size: 35px;
        font-size: 2.1875rem
    }
}

@media screen and (min-width:1200px) {
    .fs2842 {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media screen and (min-width:768px) {
    .reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width:1024px) {
    #content {
        min-height: calc(100vh - 140px)
    }
}

.header {
    position: fixed;
    width: 100%;
    min-width: 320px;
    padding: 10px 20px;
    z-index: 999;
    -webkit-transition: .1s;
    transition: .1s
}

.header+.pt-header {
    padding-top: 70px
}

.header+main .offset-pt {
    margin-top: -70px
}

.header.fix {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 5px 20px
}

.hd-inner,
.lang-btn,
.logo,
.mobile-side,
.thumb {
    -webkit-transition: .3s;
    transition: .3s
}

.logo {
    width: 120px
}

.logo,
.logo a,
.logo img {
    display: block
}

.logo a {
    margin: 0 auto
}

.mobile-side {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    max-height: calc(100vh - 70px);
    padding: 10px 5%;
    overflow-y: auto
}

.mobile-side.on {
    left: 0
}

.icon-thumb {
    display: block;
    width: 30px;
    height: 30px;
    background: #515428;
    border-radius: 3px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    overflow: hidden;
    z-index: 2
}

.icon-thumb .thumb {
    display: block;
    width: 58%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.icon-thumb .thumb1 {
    top: 30%
}

.icon-thumb .thumb2 {
    top: 50%;
    margin-top: -.5px
}

.icon-thumb .thumb3 {
    bottom: 30%
}

.icon-thumb.on .thumb {
    top: 50%
}

.icon-thumb.on .thumb1 {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.icon-thumb.on .thumb2 {
    width: 0;
    opacity: 0
}

.icon-thumb.on .thumb3 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.main-nav {
    text-align: center
}

.main-nav.on {
    left: 0
}

.main-nav .has-nav>a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background: url(../images/arr1-5-next.svg);
    background-size: contain;
    margin: -1px 0 0 15px
}

.main-nav .has-nav.on>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-nav .sub-nav {
    z-index: 99
}

.main-nav span {
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 0 2px 2px
}

.main-nav .node1>li {
    padding: 5px 0
}

.main-nav .node1>li>a {
    color: #000;
    padding: 8px 5%
}

.main-nav .node1>li.on>a {
    color: #515428
}

.main-nav .node1>li.on>a span {
    border-color: #515428
}

.main-nav .node2 {
    font-size: 15px;
    font-size: .9375rem;
    position: relative
}

.main-nav .node2 a {
    padding: 10px
}

.main-nav .node2 .on a {
    color: #515428;
    font-weight: 700
}

@media screen and (min-width:1200px) {
    .header {
        padding: 20px 30px
    }

    .header.fix .logo a {
        width: 120px
    }

    .header+.pt-header,
    .header+main .pt-header {
        padding-top: 110px
    }

    .header+main .offset-pt {
        margin-top: -110px
    }

    .hd-inner,
    .header .node1 {
        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
    }

    .logo {
        width: 170px
    }

    #nav-btn,
    .node-mobile {
        display: none
    }

    .mobile-side {
        position: static;
        left: 0;
        top: 0;
        width: auto;
        max-height: none;
        padding: 0;
        overflow: visible;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        max-width: 1050px;
        padding-left: 50px
    }

    .main-nav {
        text-align: center
    }

    .main-nav li {
        overflow: visible
    }

    .main-nav li.on>.sub-nav {
        display: none
    }

    .main-nav li:hover>.sub-nav {
        display: block
    }

    .main-nav .has-nav>a:after {
        display: none
    }

    .main-nav .sub-nav {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 1
    }

    .main-nav .sub-nav a {
        white-space: nowrap
    }

    .main-nav .node1>li {
        padding: 0;
        border: none !important
    }

    .main-nav .node1>li:hover>a {
        color: #515428
    }

    .main-nav .node1>li>a {
        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;
        height: 50px;
        padding: 0 10px
    }

    .main-nav .node2 a {
        padding: 10px 20px
    }

    .main-nav .sub-nav {
        -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2)
    }
}

.footer,
.footer-nav,
.ft-inner {
    overflow: hidden;
    position: relative
}

.footer {
    background: #515428;
    text-align: center;
    color: #fff;
    padding: 25px 20px
}

.footer .social-wrap .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .s2 {
    padding: 15px 0 0
}

.footer-logo a {
    display: inline-block
}

.footer-nav {
    margin: -8px -10px;
    padding: 38px 0
}

.footer-nav a {
    line-height: 1.2
}

.footer-nav li {
    padding: 8px 10px
}

.footer-nav li:first-child {
    display: none
}

.ft-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-size: .75rem;
    margin: -5px
}

@media screen and (min-width:768px) {
    .ft-info {
        font-size: 13px;
        font-size: .8125rem
    }
}

.ft-info>div {
    padding: 5px
}

@media screen and (min-width:768px) {
    .footer .s3 {
        padding: 20px 0
    }

    .ft-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ft-info {
        padding: 10px 0 0
    }

    .footer-nav {
        padding: 0
    }
}

@media screen and (min-width:1024px) {
    .footer {
        padding: 45px 20px 35px
    }

    .footer .s1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer .s2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer .s3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 40px;
        min-height: 60px;
        -ms-flex-item-align: center;
        align-self: center;
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ft-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .footer-nav .row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer-nav a {
        display: inline-block
    }

    .footer-nav a:hover {
        text-decoration: underline
    }

    .ft-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width:1200px) {
    .footer {
        padding: 25px 20px
    }

    .footer .s3 {
        min-height: 80px;
        padding: 15px 45px 10px 65px
    }

    .footer-nav .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.home-news {
    background: #f3f3f3
}

.home-store {
    background: #f2f3eb
}

.home-store .figure {
    padding: 0 0 52.083%
}

.home-store .s2 {
    background: url(../images/home04.webp) right top no-repeat;
    background-size: contain
}

.join-info .s1 {
    position: relative
}

.join-info .s2 {
    padding: 30px 20px 0
}

.join-info h1 {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 2;
    margin-top: -21px
}

.about {
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width:768px) {
    .about {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.about .figure {
    overflow: hidden
}

.about01,
.about02 {
    position: relative
}

.about01:after,
.about01:before,
.about02:after,
.about02:before {
    content: '';
    display: block;
    position: absolute
}

.about01:after,
.about02:after {
    mix-blend-mode: darken;
    z-index: 0
}

.about01 .s2,
.about02 .s2 {
    max-width: 900px
}

.about01:before {
    width: 90%;
    height: 83%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f0ef), to(#fff));
    background: linear-gradient(to bottom, #f1f0ef 50%, #fff 100%);
    border-top-left-radius: 50px;
    overflow: hidden;
    left: 10%;
    top: 0;
    z-index: -1
}

.about01:after {
    width: 217px;
    height: 71px;
    background: url(../images/about03.webp) center no-repeat;
    right: 0;
    bottom: -50px
}

.about01 .text {
    max-width: 770px
}

.about03 {
    background: #f2f3eb
}

.tab-item {
    display: none
}

.tab-item.on {
    display: block
}

@media screen and (min-width:768px) {
    .home-news .s1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .home-news .s2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .home-news .s3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width:1024px) {
    .home-about .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .join-info h1 {
        top: 30%;
        left: 90px
    }

    .join-info .s2 {
        min-height: 115px;
        width: 64.285%;
        background: #fff;
        position: relative;
        margin-top: -115px;
        padding: 55px
    }
}

@media screen and (min-width:1200px) {
    .about01 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 100px 0 60px
    }

    .about01:before {
        width: 78%;
        left: auto;
        right: 0
    }

    .about01:after {
        bottom: 0
    }
}

@media screen and (min-width:1400px) {
    .home-store .s2>div {
        margin: 0
    }
}

.model-inner {
    position: relative
}

.tp01,
.tp02 {
    margin: 0 auto
}

.tp02 {
    text-align: center
}

.tp03,
.tp04 {
    padding: 30px 20px 80px
}

.tp03 .snap-base.pd5,
.tp04 .snap-base.pd5 {
    padding-left: 0;
    padding-right: 0
}

.tp03 .snap-base figure,
.tp04 .snap-base figure {
    margin: 0
}

.tp03 .snap-base figcaption,
.tp04 .snap-base figcaption {
    font-weight: 500;
    color: #515327
}

.tp03 .snap-base .s2.row,
.tp04 .snap-base .s2.row {
    margin: 0 -5px;
    padding: 5px 0
}

.tp03 .snap-base .s2.row .sec-item,
.tp04 .snap-base .s2.row .sec-item {
    padding: 7px 5px
}

.tp03 .snap-base .s2.row .social-wrap ul,
.tp04 .snap-base .s2.row .social-wrap ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tp03 .snap-pair .article li,
.tp03 .snap-pair .list01 li,
.tp04 .snap-pair .article li,
.tp04 .snap-pair .list01 li {
    padding: 0 0 10px 20px
}

.tp03 .snap-pair h4,
.tp04 .snap-pair h4 {
    font-size: 20px;
    font-size: 1.25rem
}

@media screen and (min-width:768px) {

    .tp03 .snap-pair h4,
    .tp04 .snap-pair h4 {
        font-size: 22px;
        font-size: 1.375rem
    }
}

.tp03 .snap-scrolll,
.tp04 .snap-scrolll {
    position: relative;
    height: 100%
}

.tp03 .snap-scrolll .sec,
.tp04 .snap-scrolll .sec {
    padding: 40px 0 0
}

.tp03 .snap-scrolll .sec>div,
.tp04 .snap-scrolll .sec>div {
    padding: 10px 0 0
}

.tp03 .snap-pair+.snap-base,
.tp04 .snap-pair+.snap-base {
    padding-top: 40px
}

.tp03 .snap-base+.snap-pair,
.tp04 .snap-base+.snap-pair {
    padding-top: 60px
}

.tp04 .s1 {
    border-bottom: 1px solid #ddd
}

.tp05 {
    padding: 20px 20px 40px
}

.tp05 .s2 {
    padding: 15px 0 0
}

.tp05 .s3 {
    padding: 20px 0 0
}

@media screen and (min-width:768px) {

    .tp03,
    .tp04 {
        padding: 45px 40px 100px
    }
}

@media screen and (min-width:1024px) {
    .snap-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .snap-container .snap-base {
        width: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .tp03 .snap-container,
    .tp04 .snap-container {
        margin: 0 -20px
    }

    .tp03 .snap-container.reverse,
    .tp04 .snap-container.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse
    }

    .tp03 .snap-base+.snap-pair,
    .tp03 .snap-pair+.snap-base,
    .tp04 .snap-base+.snap-pair,
    .tp04 .snap-pair+.snap-base {
        padding-top: unset
    }

    .tp03 .snap-base,
    .tp03 .snap-pair,
    .tp04 .snap-base,
    .tp04 .snap-pair {
        padding: 0 20px
    }

    .tp03 .snap-pair,
    .tp04 .snap-pair {
        width: 30%;
        text-align: left
    }

    .tp03 .snap-pair .sec,
    .tp04 .snap-pair .sec {
        padding: 50px 0 0
    }

    .tp03 .snap-pair .sec>div,
    .tp04 .snap-pair .sec>div {
        padding: 15px 0 0
    }

    .tp03 .snap-pair .sec:first-child,
    .tp04 .snap-pair .sec:first-child {
        padding-top: 0
    }

    .tp03 .sticky-item,
    .tp04 .sticky-item {
        position: sticky;
        top: 20px
    }

    .tp03 .snap-base .s1,
    .tp04 .snap-base .s1 {
        text-align: left
    }

    .tp05 {
        padding: 20px 20px 60px
    }

    .tp05 .s2 {
        padding: 20px 0 0
    }
}

@media screen and (min-width:1200px) {

    .tp03,
    .tp04 {
        padding: 60px 30px 120px
    }

    .tp03 .snap-container {
        margin: 0 -30px
    }

    .tp03 .snap-base,
    .tp03 .snap-pair {
        padding: 0 30px
    }

    .tp03 .snap-pair {
        min-width: 400px;
        max-width: 400px
    }

    .tp04 .snap-container {
        margin: 0 -50px
    }

    .tp04 .snap-base,
    .tp04 .snap-pair {
        padding: 0 50px
    }

    .tp04 .snap-pair {
        min-width: 430px;
        max-width: 430px
    }
}

.w01 {
    max-width: 100px;
    margin: 0 auto
}

.w02 {
    max-width: 200px;
    margin: 0 auto
}

.w03 {
    max-width: 300px;
    margin: 0 auto
}

.w04 {
    max-width: 400px;
    margin: 0 auto
}

.w05 {
    max-width: 500px;
    margin: 0 auto
}

.w06 {
    max-width: 600px;
    margin: 0 auto
}

.w07 {
    max-width: 700px;
    margin: 0 auto
}

.w08 {
    max-width: 800px;
    margin: 0 auto
}

.w09 {
    max-width: 900px;
    margin: 0 auto
}

.w10 {
    max-width: 1000px;
    margin: 0 auto
}

.w11 {
    max-width: 1100px;
    margin: 0 auto
}

.w12 {
    max-width: 1200px;
    margin: 0 auto
}

.w13 {
    max-width: 1300px;
    margin: 0 auto
}

.w14 {
    max-width: 1400px;
    margin: 0 auto
}

.w15 {
    max-width: 1500px;
    margin: 0 auto
}

.w16 {
    max-width: 1600px;
    margin: 0 auto
}

.w36 {
    /*max-width: 360px;*/
    margin: 0 auto
}

.w41 {
    max-width: 410px;
    margin: 0 auto
}

.w43 {
    max-width: 430px;
    margin: 0 auto
}

.m10 {
    min-width: 100px
}

.m15 {
    min-width: 150px
}

.m20 {
    min-width: 200px
}

.m25 {
    min-width: 250px
}

.m27 {
    min-width: 270px
}

.m30 {
    min-width: 300px
}

.sb50p {
    padding: 0 0 50%
}

.sb75p {
    padding: 0 0 75%
}

.sb100p {
    padding: 0 0 100%
}

.sb66p {
    padding: 0 0 66.666%
}

.sx0 {
    padding: 0
}

.path+.toggle-wrap,
.sx1,
.tp01,
.tp02 {
    padding-left: 20px;
    padding-right: 20px
}

.sl1 {
    padding-left: 20px
}

.sr1 {
    padding-right: 20px
}

.sx2 {
    padding-left: 40px;
    padding-right: 40px
}

.sl2 {
    padding-left: 40px
}

.sr2 {
    padding-right: 40px
}

.sy1 {
    padding-top: 20px;
    padding-bottom: 20px
}

.st1 {
    padding-top: 20px
}

.sb1 {
    padding-bottom: 20px
}

.sy2 {
    padding-top: 40px;
    padding-bottom: 40px
}

.st2 {
    padding-top: 40px
}

.sb2 {
    padding-bottom: 40px
}

.sy3 {
    padding-top: 60px;
    padding-bottom: 60px
}

.st3 {
    padding-top: 60px
}

.sb3 {
    padding-bottom: 60px
}

.sy4 {
    padding-top: 80px;
    padding-bottom: 80px
}

.st4 {
    padding-top: 80px
}

.sb4 {
    padding-bottom: 80px
}

.pd1 {
    padding-top: 40px;
    padding-bottom: 50px
}

.pd2 {
    padding-top: 50px;
    padding-bottom: 60px
}

.pd3 {
    padding: 30px 20px 80px
}

.pd4 {
    padding-bottom: 80px
}

.pd5 {
    padding: 30px 20px
}

@media screen and (min-width:768px) {
    .pd1 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .pd2 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .pd3 {
        padding: 45px 40px 100px
    }

    .pd4 {
        padding-bottom: 100px
    }

    .pd5 {
        padding: 50px 40px
    }

    .mx0 {
        padding-left: 0;
        padding-right: 0
    }

    .mx1 {
        padding-left: 20px;
        padding-right: 20px
    }

    .mx2,
    .tp01,
    .tp02 {
        padding-left: 40px;
        padding-right: 40px
    }

    .mx3 {
        padding-left: 60px;
        padding-right: 60px
    }

    .ml1 {
        padding-left: 20px
    }

    .mr1 {
        padding-right: 20px
    }

    .ml2 {
        padding-left: 40px
    }

    .mr2 {
        padding-right: 40px
    }

    .ml3 {
        padding-left: 60px
    }

    .mr3 {
        padding-right: 60px
    }

    .ml4 {
        padding-left: 80px
    }

    .mr4 {
        padding-right: 80px
    }

    .my0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .mt0 {
        padding-top: 0
    }

    .mb0 {
        padding-bottom: 0
    }

    .my1 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .mt1 {
        padding-top: 20px
    }

    .mb1 {
        padding-bottom: 20px
    }

    .my2 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .mt2 {
        padding-top: 40px
    }

    .mb2 {
        padding-bottom: 40px
    }

    .my3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .mt3 {
        padding-top: 60px
    }

    .mb3 {
        padding-bottom: 60px
    }

    .my4 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .mt4 {
        padding-top: 80px
    }

    .mb4 {
        padding-bottom: 80px
    }

    .my5 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .mt5 {
        padding-top: 100px
    }

    .mb5 {
        padding-bottom: 100px
    }
}

@media screen and (min-width:1200px) {
    .pd1 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .pd2 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .pd3 {
        padding: 60px 40px 120px
    }

    .pd4 {
        padding-bottom: 120px
    }

    .lx0 {
        padding-left: 0;
        padding-right: 0
    }

    .ll0 {
        padding-left: 0
    }

    .lr0 {
        padding-right: 0
    }

    .lx1 {
        padding-left: 20px;
        padding-right: 20px
    }

    .ll1 {
        padding-left: 20px
    }

    .lr1 {
        padding-right: 20px
    }

    .lx2 {
        padding-left: 40px;
        padding-right: 40px
    }

    .ll2 {
        padding-left: 40px
    }

    .lr2 {
        padding-right: 40px
    }

    .lx3 {
        padding-left: 60px;
        padding-right: 60px
    }

    .ll3 {
        padding-left: 60px
    }

    .lr3 {
        padding-right: 60px
    }

    .lx4 {
        padding-left: 80px;
        padding-right: 80px
    }

    .ll4 {
        padding-left: 80px
    }

    .lr4 {
        padding-right: 80px
    }

    .ly0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lt0 {
        padding-top: 0
    }

    .lb0 {
        padding-bottom: 0
    }

    .ly1 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .lt1 {
        padding-top: 20px
    }

    .lb1 {
        padding-bottom: 20px
    }

    .ly2 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .lt2 {
        padding-top: 40px
    }

    .lb2 {
        padding-bottom: 40px
    }

    .ly3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .lt3 {
        padding-top: 60px
    }

    .lb3 {
        padding-bottom: 60px
    }

    .ly4 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .lt4 {
        padding-top: 80px
    }

    .lb4 {
        padding-bottom: 80px
    }

    .ly5 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .lt5 {
        padding-top: 100px
    }

    .lb5 {
        padding-bottom: 100px
    }
}

@font-face {
    font-family: Didot;
    src: url(font/Didot.eot);
    src: url(font/Didot.eot?#iefix) format("embedded-opentype"), url(font/Didot.woff2) format("woff2"), url(font/Didot.woff) format("woff"), url(font/Didot.ttf) format("truetype"), url(font/Didot.svg#Didot) format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaL;
    src: url(font/HelveticaL.eot);
    src: url(font/HelveticaL.eot?#iefix) format("embedded-opentype"), url(font/HelveticaL.woff2) format("woff2"), url(font/HelveticaL.woff) format("woff"), url(font/HelveticaL.ttf) format("truetype"), url(font/HelveticaL.svg#HelveticaL) format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Malgun GothicRegular';
    src: url("font/Malgun GothicRegular.eot?#iefix") format("embedded-opentype"), url("font/Malgun GothicRegular.woff2") format("woff2"), url("font/Malgun GothicRegular.woff") format("woff"), url("font/Malgun GothicRegular.ttf") format("truetype"), url("font/Malgun GothicRegular.svg#Malgun GothicRegular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/*# sourceMappingURL=style.css.map */