*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Noto Sans TC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #253035;
    text-align: left;
    background: top center no-repeat repeat #131416
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2
}

p {
    margin-top: 0;
    margin-bottom: 0
}

    p + p {
        margin-top: 1rem
    }

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
        -webkit-padding-start: .6em;
        padding-inline-start: .6em
    }

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

    a:hover {
        color: #060708;
        text-decoration: none
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

picture > img {
    -o-object-fit: cover;
    object-fit: cover
}

img {
    vertical-align: middle;
    border-style: none;
    -o-object-fit: cover;
    object-fit: cover
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

    [role=button], [type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

select {
    word-wrap: normal
}

[type=button], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

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

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

.txt-heading, h1 {
    font-size: 2.5rem
}

.txt-title, h2 {
    font-size: 2rem
}

.txt-subtitle, h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.txt-lg, h5 {
    font-size: 1.25rem
}

.txt-md, h6 {
    font-size: 1rem
}

.txt-sm {
    font-size: .875rem
}

.feature-3 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2
}

.feature-4 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.wrap, .wrap-l {
    width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex: 1 0 100%;
    flex-wrap: wrap
}

.row {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin: 0 -.5rem
}

    .row > *, .wrap-l > *, .wrap > * {
        max-width: 100%;
        padding: 0 .5rem
    }

.container, .container-fluid {
    max-width: 1920px;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto
}

.col, [class|=col] {
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-40p {
    flex: 0 0 auto;
    width: 40%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #253035;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .btn:hover {
        color: #253035;
        text-decoration: none
    }

    .btn.focus, .btn:focus {
        outline: 0
    }

    .btn.disabled, .btn:disabled {
        opacity: .65
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-lg, .btn-sand-grad {
    padding: 1rem;
    font-size: 1.875rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-block, .btn-sand-grad {
    display: block;
    width: 100%
}

    .btn-block + .btn-block, .btn-block + .btn-sand-grad, .btn-sand-grad + .btn-block, .btn-sand-grad + .btn-sand-grad {
        margin-top: .5rem
    }

input.btn-sand-grad[type=button], input.btn-sand-grad[type=submit], input[type=button].btn-block, input[type=submit].btn-block {
    width: 100%
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .425em;
        content: "";
        border-top: .5em solid;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #253035;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu[x-placement^=bottom] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
            margin-left: -1px
        }

        .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.dropdown-toggle-split {
    padding-right: 1rem;
    padding-left: 1rem
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-lg + .dropdown-toggle-split, .btn-sand-grad + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .25rem 1rem
}

    .navbar h1 {
        margin-bottom: 0
    }

    .navbar .container, .navbar .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 7rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0 solid transparent
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #d5b261
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #d5b261
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #d5b261
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' x2='0%25' y1='100%25' y2='0%25'%3E%3Cstop offset='49%25' stop-color='%23D5B261'/%3E%3Cstop offset='51%25' stop-color='%23E7C169'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='%23E4BE67' d='M4.19 27.18v-4.762h22.95v4.762H4.19zm0-13.96h22.95v4.6H4.19v-4.6zm0-8.99h22.95v4.392H4.19V4.23z'/%3E%3Cpath fill='url%28%23a%29' d='M4.19 27.18v-4.762h22.95v4.762H4.19zm0-13.96h22.95v4.6H4.19v-4.6zm0-8.99h22.95v4.392H4.19V4.23z'/%3E%3C/svg%3E")
}

.badge {
    display: inline-block;
    margin-right: .25rem;
    padding: .125rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #485e72;
    color: #fff;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.badge:last-of-type {
    margin-right: 0
}

.btn .badge {
    position: relative;
    top: -1px
}

.list-zh {
    list-style-type: trad-chinese-informal
}

.list-upper {
    list-style-type: upper-alpha
}

.v-middle {
    vertical-align: middle !important
}

.bg-light-gray {
    background-color: #f6f4ee !important
}

a.bg-light-gray:focus, a.bg-light-gray:hover, button.bg-light-gray:focus, button.bg-light-gray:hover {
    background-color: #e4decd !important
}

.bg-white {
    background-color: #fff !important
}

.bg-main {
    background-image: url("img/bg.png");
}

.bg-black {
    background-color: #000 !important
}

.bt, .by {
    border-top: 1px solid #253035
}

.br {
    border-right: 1px solid #253035
}

.bb, .by {
    border-bottom: 1px solid #253035
}

.b-bold {
    border-width: .25rem
}

.radius-lg {
    border-radius: .3rem
}

.rounded {
    border-radius: 50%
}

.btn-sand-grad {
    border-radius: 50rem
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.ratio-1by1 {
    max-width: 100%;
    aspect-ratio: 1/1
}

.ratio-3by4 {
    max-width: 100%;
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.txt-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.txt-normal {
    font-weight: 400 !important
}

.txt-bold {
    font-weight: 700 !important
}

.txt-white {
    color: #fff !important
}

a.txt-white:focus, a.txt-white:hover {
    color: #d9d9d9 !important
}

.txt-sand {
    color: #e4be67 !important
}

a.txt-sand:focus, a.txt-sand:hover {
    color: #fff !important
}

.txt-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.txt-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.hidden {
    display: none !important
}

.inline {
    display: inline !important
}

.i-block {
    display: inline-block !important
}

.block {
    display: block !important
}

.flex {
    display: flex !important
}

.grid {
    display: grid !important
}

.from-top {
    flex-direction: column !important
}

.wrap-0 {
    flex-wrap: nowrap !important
}

.grow-0 {
    flex-grow: 0 !important
}

.justify-center {
    justify-content: center !important
}

.justify-between {
    justify-content: space-between !important
}

.items-end {
    align-items: flex-end !important
}

.items-center {
    align-items: center !important
}

.content-center {
    align-content: center !important
}

.static {
    position: static !important
}

.rel {
    position: relative !important
}

.abs {
    position: absolute !important
}

.fixed {
    position: fixed !important
}

.w-100 {
    width: 100% !important
}

.vh-25 {
    height: 25vh !important
}

.h-100 {
    height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.my-0 {
    margin-bottom: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mr-1p {
    margin-right: 10% !important
}

.mb-2p {
    margin-bottom: 20% !important
}

.mb-3p {
    margin-bottom: 30% !important
}

.p-1 {
    padding: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.py-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.py-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.pt-3p {
    padding-top: 30% !important
}

.gx-0 {
    margin-right: 0;
    margin-left: 0
}

    .gx-0 > * {
        padding-right: 0;
        padding-left: 0
    }

.gx-1 {
    margin-right: -.125rem;
    margin-left: -.125rem
}

    .gx-1 > * {
        padding-right: .125rem;
        padding-left: .125rem
    }

.gy-1 {
    margin-top: -.25rem
}

    .gy-1 > * {
        margin-top: .25rem
    }

.gy-2 {
    margin-top: -.5rem
}

    .gy-2 > * {
        margin-top: .5rem
    }

.gx-3 {
    margin-right: -.5rem;
    margin-left: -.5rem
}

    .gx-3 > * {
        padding-right: .5rem;
        padding-left: .5rem
    }

.gy-3 {
    margin-top: -1rem
}

    .gy-3 > * {
        margin-top: 1rem
    }

.gy-4 {
    margin-top: -2rem
}

    .gy-4 > * {
        margin-top: 2rem
    }

.gy-5 {
    margin-top: -3rem
}

    .gy-5 > * {
        margin-top: 3rem
    }

.txt-left {
    text-align: left !important
}

.txt-right {
    text-align: right !important
}

.txt-center {
    text-align: center !important;
    text-indent: -.05em
}

.tracking-xl-normal {
    letter-spacing: 0 !important
}

.tracking-xl-wider {
    letter-spacing: .15em !important
}

.tracking-xl-widest {
    letter-spacing: .3em !important
}

.fill-container-xl {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.ico {
    padding-left: 1.25rem;
    background-position-y: .25rem;
    background-size: 1rem;
    background-repeat: no-repeat
}

.txt-lg .ico {
    padding-left: 1.56rem;
    background-position-y: .31rem;
    background-size: 1.25rem
}

.txt-sm .ico {
    padding-left: 1.09rem;
    background-position-y: .22rem;
    background-size: .875rem
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    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: flex;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box
}

.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #d9d3d0
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    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 {
    background-color: #b08013
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform .2s,left .2s,-webkit-transform .2s
    }

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 3.06818vw;
    height: 5vw;
    max-width: 85px;
    margin-top: -2.5vw;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 3px 3px #000);
    filter: drop-shadow(0 3px 3px #000)
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev {
    left: 10px;
    right: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 97'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='-212.309' y1='295.639' x2='-212.309' y2='296.639' gradientTransform='matrix(51.7801 0 0 -85.1401 11023.53 25260.6)'%3E%3Cstop offset='.49' stop-color='%23d5b261'/%3E%3Cstop offset='.51' stop-color='%23e7c169'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M24.7 47.2l1 1c6.3 6.3 12.6 12.6 18.8 19.5 3.4 2.8 6.6 6.3 10.1 9.6 1.6 1.5 1.7 4.7.3 6.4-1.6 1.7-3.3 4.3-5 4.9-2 1.7-4.6 1.9-6.5-.4-10.7-10.6-21.3-21.3-31.9-31.9l-5.6-5.6c-2.2-2.2-2.2-5-.1-7.1 12.6-11.8 25.1-25 37.7-37.3 1.9-2.2 4.9-2.1 6.8.3 1.4.8 2.8 2.2 4.2 3.7 2 2.1 2 5.4 0 6.9-3 3.5-6.9 7.4-10.4 10.4-4 4-8 8.1-12 12.2-2.2 2.2-4.3 4.6-6.5 6.5-.3.2 0 .5-.9.9z'/%3E%3C/svg%3E")
}

.swiper-button-next {
    right: 10px;
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 97'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='-212.319' y1='295.639' x2='-212.319' y2='296.639' gradientTransform='matrix(51.8946 0 0 -85.1401 11049.08 25260.6)'%3E%3Cstop offset='.49' stop-color='%23d5b261'/%3E%3Cstop offset='.51' stop-color='%23e7c169'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M36.3 47.2l-1 1C29 54.5 22.7 60.8 16.4 67.7c-2.8 2.8-6.6 6.3-10.1 9.6-1.6 1.5-1.7 4.7-.3 6.4 1.6 1.7 3.3 4.3 5 4.9 2 1.7 4.6 1.9 6.5-.4C22.6 82 48.7 57 49.4 56.3c1.3-1.3 3.5-3.3 6.3-5.7.7-1.1 1.2-2.6 1-4.2-.3-1.5-1.2-2.4-1.6-2.8-12.5-11.8-24.5-25-37.6-37.3-1.9-2.2-4.9-2.1-6.8.3-1.4.8-2.8 2.2-4.2 3.7-2 2.1-2 5.4 0 6.9 3.4 3.5 6.9 7.4 10.4 10.4 4 4 8 8.1 12 12.2 2.5 2.2 4.3 4.6 6.5 6.5.3.2.5.5.9.9z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-progressbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px
}

.swiper-bar {
    position: relative;
    margin: 0 -30px;
    width: 33.33333%;
    height: 8px;
    background-color: #232323
}

    .swiper-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 8px;
        background-color: #484848
    }

    .swiper-bar.active::before {
        width: 100%;
        transition: width 5s
    }

    .swiper-bar.active.js-mouseEvent {
        background-color: #30291a
    }

        .swiper-bar.active.js-mouseEvent::before {
            background-color: #e4be67
        }

.z-top {
    z-index: 2000
}

.scroll-x::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.scroll-x::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e4be67;
    box-shadow: inset 0 0 10px rgba(0,0,0,.5)
}

    .scroll-x::-webkit-scrollbar-thumb:hover, html::-webkit-scrollbar-thumb:hover {
        background-color: #e0b551
    }

.scroll-x::-webkit-scrollbar-track-piece, html::-webkit-scrollbar-track-piece {
    background-color: #131416
}

.scroll-x::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background-color: #e4be67
}

.scroll-x {
    overflow-x: auto
}

.scroll-x-invisible::-webkit-scrollbar {
    height: 0
}

.bg-contain, .bg-cover {
    background-position: center;
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.btn-sand, .btn-sand-grad, .btn-sand-gradient {
    color: #253035;
    background-color: #dcb864;
    border-color: #dcb864;
    font-weight: 700
}

    .btn-sand-grad:hover, .btn-sand-gradient:hover, .btn-sand:hover {
        color: #fff;
        background-color: #374c56;
        border-color: #28373f
    }

    .btn-sand-grad:focus, .btn-sand-gradient:focus, .btn-sand.focus, .btn-sand:focus, .focus.btn-sand-grad, .focus.btn-sand-gradient {
        color: #fff;
        background-color: #374c56;
        border-color: #28373f;
        box-shadow: 0 0 0 .2rem rgba(192,162,91,.5)
    }

    .btn-sand-grad:disabled, .btn-sand-gradient:disabled, .btn-sand.disabled, .btn-sand:disabled, .disabled.btn-sand-grad, .disabled.btn-sand-gradient {
        color: #212529;
        background-color: #dcb864;
        border-color: #dcb864
    }

    .btn-sand-grad:not(:disabled):not(.disabled).active, .btn-sand-grad:not(:disabled):not(.disabled):active, .btn-sand-gradient:not(:disabled):not(.disabled).active, .btn-sand-gradient:not(:disabled):not(.disabled):active, .btn-sand:not(:disabled):not(.disabled).active, .btn-sand:not(:disabled):not(.disabled):active, .show > .btn-sand.dropdown-toggle, .show > .dropdown-toggle.btn-sand-grad, .show > .dropdown-toggle.btn-sand-gradient {
        color: #fff;
        background-color: #233137;
        border-color: #0f1518
    }

        .btn-sand-grad:not(:disabled):not(.disabled).active:focus, .btn-sand-grad:not(:disabled):not(.disabled):active:focus, .btn-sand-gradient:not(:disabled):not(.disabled).active:focus, .btn-sand-gradient:not(:disabled):not(.disabled):active:focus, .btn-sand:not(:disabled):not(.disabled).active:focus, .btn-sand:not(:disabled):not(.disabled):active:focus, .show > .btn-sand.dropdown-toggle:focus, .show > .dropdown-toggle.btn-sand-grad:focus, .show > .dropdown-toggle.btn-sand-gradient:focus {
            box-shadow: 0 0 0 .2rem rgba(192,162,91,.5)
        }

.btn-sand-grad, .btn-sand-gradient {
    border-width: 0;
    background-image: linear-gradient(to top,#967e44,#e7c169)
}

    .btn-sand-grad:disabled, .btn-sand-grad:hover, .btn-sand-gradient:disabled, .btn-sand-gradient:hover {
        background-image: none
    }

.btn-group-sand .btn-selected {
    padding-left: 1.5rem;
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
    background-color: #3d3b30;
    color: #e4be67
}

.btn-group-sand .dropdown-toggle-split {
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
    background-image: linear-gradient(to top,#967e44,#e7c169)
}

.btn-group-sand .dropdown-menu {
    background-color: rgba(61,59,48,.94)
}

.btn-group-sand .dropdown-item {
    color: #fff
}

    .btn-group-sand .dropdown-item.active, .btn-group-sand .dropdown-item:focus, .btn-group-sand .dropdown-item:hover {
        color: #e4be67
    }

.hr {
    display: inline-block;
    position: relative;
    width: 80%;
    height: 0%;
    border-top: 3px solid #e4be67
}

    .hr:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 20px;
        height: 20px;
        background-color: #131416;
        box-shadow: -3px 3px #e4be67;
        -webkit-transform: translate(-50%) rotate(-45deg);
        transform: translate(-50%) rotate(-45deg)
    }

.badge-lang {
    display: inline-block;
    width: 1.25rem;
    margin-right: .25rem;
    padding-right: 1px;
    padding-bottom: 1px;
    border-radius: 50%;
    background-color: #9b6a49;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    vertical-align: middle
}

    .badge-lang:last-of-type {
        margin-right: 0
    }

.badge-pink {
    background-color: #ff3f63
}

.badge-orange {
    background-color: #ff993f
}

.badge-purple {
    background-color: #753fff
}

.fixed-go-top {
    position: fixed;
    right: .5rem;
    bottom: 96px;
    -webkit-transform: translateY(155px);
    transform: translateY(155px);
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

    .fixed-go-top.show {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.divide {
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(193,155,128,.4)
}

.quote-title {
    margin-bottom: 1rem;
    padding: .5rem;
    border-left: .5rem solid #e4be67;
    background-color: #fffdfa;
    color: #b08013
}

.quote {
    margin-bottom: 1rem;
    padding: .5rem;
    border-left: .5rem solid #e4be67;
    color: #e4be67
}

.hover-area {
    overflow: hidden
}

.hover-fadein-img {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s
}

.limited-2-lines {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.feature-title, .topic-title {
    font-size: .875rem;
    font-weight: 700
}

.pseudo-dsshed::after, .pseudo-dsshed:before {
    content: '-'
}

.topic {
    gap: .5rem;
    color: #253035
}

    .topic .row {
        height: 100%
    }

        .topic .row > :first-child {
            overflow: hidden
        }

.topic-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: .125rem
}

.topic-title {
    margin-bottom: 0
}

.topic .cell {
    position: relative;
    background-color: #f6f4ee;
    transition: box-shadow .5s
}

    .topic .cell:hover {
        box-shadow: 0 0 .5rem #fff
    }

.topic time {
    font-size: .75rem
}

.feature .row {
    height: 100%
}

.feature-content {
    height: 70px;
    background-color: #f6f4ee
}

.feature-title {
    margin-bottom: 0;
    color: #b08013
}

.feature-desc {
    font-size: .75rem
}

.feature img {
    width: 100%
}

.pc-badge {
    display: none
}

.mobile-badge {
    position: absolute;
    bottom: 7px;
    left: 7px;
    box-shadow: 0 0 7px 2px rgba(0,0,0,.8)
}

.navbar-bg {
    background-color: #253035
}

.navbar-nav {
    font-size: 1.25rem
}

    .navbar-nav .dropdown-menu {
        background-color: rgba(228,190,103,.88)
    }

.before-rect:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: .5rem;
    background-color: #e4be67;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.before-rect:hover:before {
    background-color: #fff
}

.is-loading {
    display: block;
    background: center top no-repeat repeat #131416;
    -webkit-animation: 20s forwards cloud;
    animation: 20s forwards cloud
}

    .is-loading.done {
        display: none
    }

.pagination {
    max-height: 400px;
    margin-bottom: 2rem;
    overflow: hidden
}

.pagination-num {
    padding-top: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Cpath fill='%23C2A25B' d='M.014 22.5L22.5.014 44.985 22.5 22.5 44.986z'/%3E%3C/svg%3E");
    color: #1f2025;
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: middle
}

.page {
    display: none;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

    .page.active {
        display: block
    }

    .page.prev {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .page.next {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

@-webkit-keyframes cloud {
    to {
        background-position-y: bottom
    }
}

@keyframes cloud {
    to {
        background-position-y: bottom
    }
}

.about-title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: .25rem solid #fff;
    color: #fff;
    text-align: center
}

.article-carousel-thumbsslider {
    padding-top: 20px;
    padding-bottom: 10px
}

    .article-carousel-thumbsslider .swiper-slide-thumb-active, .article-carousel-thumbsslider .swiper-slide:hover {
        box-shadow: 0 0 5px 3px rgba(155,106,73,.6)
    }

.swiper-pagination-lock {
    display: none
}

.thumb-img {
    box-sizing: content-box;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: 2px solid #e4be67;
    background-color: #ff6da9
}

.index-carousel-thumbsslider {
    color: #fff;
    font-size: 1rem
}

    .index-carousel-thumbsslider .swiper-slide {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        padding-top: .5rem;
        cursor: pointer
    }

    .index-carousel-thumbsslider .swiper-slide-active {
        justify-content: flex-start
    }

        .index-carousel-thumbsslider .swiper-slide-active .thumb-context {
            display: block
        }

        .index-carousel-thumbsslider .swiper-slide-active + .swiper-slide {
            justify-content: flex-start
        }

    .index-carousel-thumbsslider .thumb-context {
        display: none;
        line-height: 1;
        font-size: .875rem
    }

.open {
    height: 100vh;
    overflow: hidden
}

.prohibitions {
    background-color: rgba(0,0,0,.8)
}

    .prohibitions .btn-black {
        color: #fff;
        background-color: #000;
        border-color: #000;
        border-radius: 20px;
        font-size: 1.125rem;
        font-weight: 700
    }

        .prohibitions .btn-black:hover {
            color: #000;
            background-color: #fff;
            border-color: #ececec
        }

        .prohibitions .btn-black.focus, .prohibitions .btn-black:focus {
            color: #000;
            background-color: #fff;
            border-color: #ececec;
            box-shadow: 0 0 0 .2rem rgba(38,38,38,.5)
        }

        .prohibitions .btn-black.disabled, .prohibitions .btn-black:disabled {
            color: #fff;
            background-color: #000;
            border-color: #000
        }

        .prohibitions .btn-black:not(:disabled):not(.disabled).active, .prohibitions .btn-black:not(:disabled):not(.disabled):active, .show > .prohibitions .btn-black.dropdown-toggle {
            color: #fff;
            background-color: #000;
            border-color: #ccc
        }

            .prohibitions .btn-black:not(:disabled):not(.disabled).active:focus, .prohibitions .btn-black:not(:disabled):not(.disabled):active:focus, .show > .prohibitions .btn-black.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(38,38,38,.5)
            }

    .prohibitions .btn-white {
        color: #000;
        background-color: #fff;
        border-color: #fff;
        border-radius: 20px;
        font-size: 1.125rem;
        font-weight: 700
    }

        .prohibitions .btn-white:hover {
            color: #fff;
            background-color: #000;
            border-color: #000
        }

        .prohibitions .btn-white.focus, .prohibitions .btn-white:focus {
            color: #fff;
            background-color: #000;
            border-color: #000;
            box-shadow: 0 0 0 .2rem rgba(222,222,223,.5)
        }

        .prohibitions .btn-white.disabled, .prohibitions .btn-white:disabled {
            color: #212529;
            background-color: #fff;
            border-color: #fff
        }

        .prohibitions .btn-white:not(:disabled):not(.disabled).active, .prohibitions .btn-white:not(:disabled):not(.disabled):active, .show > .prohibitions .btn-white.dropdown-toggle {
            color: #212529;
            background-color: #fff;
            border-color: #000
        }

            .prohibitions .btn-white:not(:disabled):not(.disabled).active:focus, .prohibitions .btn-white:not(:disabled):not(.disabled):active:focus, .show > .prohibitions .btn-white.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(222,222,223,.5)
            }

.bg-gray-20-85 {
    background-color: rgba(32,32,32,.85)
}

.mask.z-top {
    z-index: 2000
}

.editor-style * + h2, .editor-style * + h3, .editor-style * + h4 {
    margin-top: 1.25em
}

.editor-style h2 + *, .editor-style h3 + *, .editor-style h4 + * {
    margin-top: .75em
}

.editor-style h2 {
    font-size: 1.5rem;
    line-height: 1.5
}

.editor-style h3 {
    font-size: 1.25rem;
    line-height: 1.5
}

.editor-style h4 {
    font-size: 1.125rem;
    line-height: 1.5
}

.editor-style a {
    word-break: break-all
}

.editor-style p + p {
    margin-top: .75em
}

.editor-style ol ul, .editor-style ul ul {
    list-style: disc
}

.editor-style img, .editor-style p img {
    max-width: 100% !important;
    height: auto !important
}

.editor-style iframe, .editor-style p iframe {
    width: 100% !important
}

.editor-style table {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #253035;
    color: #253035
}

    .editor-style table td, .editor-style table th {
        padding: .75rem;
        border: 1px solid #253035;
        border-top: 1px solid #253035
    }

    .editor-style table thead th {
        border-bottom: 2px solid #253035;
        vertical-align: middle
    }

    .editor-style table thead td {
        border-bottom-width: 2px
    }

@media (min-width:375px) {
    .container, .wrap {
        max-width: 360px
    }
}

@media (min-width:576px) {
    .container, .wrap {
        max-width: 540px
    }

    .col-s-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-s-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width:768px) {
    .container, .wrap {
        max-width: 720px
    }

    .col-m-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-m-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-m-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-m-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-m-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-m-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-m-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .block-m {
        display: block !important
    }

    .flex-m {
        display: flex !important
    }

    .from-left-m {
        flex-direction: row !important
    }

    .mx-m-1p {
        margin-right: 10% !important
    }

    .mx-m-1p {
        margin-left: 10% !important
    }

    .px-m-2 {
        padding-right: .5rem !important
    }

    .px-m-2 {
        padding-left: .5rem !important
    }

    .p-m-3 {
        padding: 1rem !important
    }

    .px-m-5 {
        padding-right: 3rem !important
    }

    .px-m-5 {
        padding-left: 3rem !important
    }

    .gx-m-2 {
        margin-right: -.25rem;
        margin-left: -.25rem
    }

        .gx-m-2 > * {
            padding-right: .25rem;
            padding-left: .25rem
        }

    .feature-title {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .feature-desc {
        font-size: .875rem
    }

    .feature-content {
        height: 130px
    }

    .feature time {
        font-size: .75rem
    }

    .index-carousel-thumbsslider .thumb-context {
        display: block
    }
}

@media (min-width:1024px) {
    .container, .wrap, .wrap-l {
        max-width: 992px
    }

    .col-l-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-l-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-l-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-l-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-l-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-l-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-l-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-l-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .order-l-3 {
        order: 3
    }

    .order-l-4 {
        order: 4
    }

    .order-l-5 {
        order: 5
    }

    .col-mx-l-1 {
        margin-left: 8.33333%
    }

    .col-mx-l-1 {
        margin-right: 8.33333%
    }

    .navbar-expand-l {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-l .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-l .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-l .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-l > .container, .navbar-expand-l > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-l .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-l .navbar-toggler {
            display: none
        }

    .ratio-16by9-l {
        aspect-ratio: 16/9
    }

    .hidden-l {
        display: none !important
    }

    .block-l {
        display: block !important
    }

    .wrap-1-l {
        flex-wrap: wrap !important
    }

    .grow-1-l {
        flex-grow: 1 !important
    }

    .justify-l-between {
        justify-content: space-between !important
    }

    .items-l-center {
        align-items: center !important
    }

    .mb-l-3 {
        margin-bottom: 1rem !important
    }

    .mb-l-4 {
        margin-bottom: 2rem !important
    }

    .mr-l-5 {
        margin-right: 3rem !important
    }

    .mb-l-1p {
        margin-bottom: 10% !important
    }

    .mx-l-2p {
        margin-right: 20% !important
    }

    .mx-l-2p {
        margin-left: 20% !important
    }

    .p-l-0 {
        padding: 0 !important
    }

    .pr-l-0 {
        padding-right: 0 !important
    }

    .pl-l-0 {
        padding-left: 0 !important
    }

    .p-l-3 {
        padding: 1rem !important
    }

    .p-l-4 {
        padding: 2rem !important
    }

    .px-l-4 {
        padding-right: 2rem !important
    }

    .px-l-4 {
        padding-left: 2rem !important
    }

    .p-l-5 {
        padding: 3rem !important
    }

    .gx-l-0 {
        margin-right: 0;
        margin-left: 0
    }

        .gx-l-0 > * {
            padding-right: 0;
            padding-left: 0
        }

    .gy-l-0, .gy-l-0 > * {
        margin-top: 0
    }

    .g-l-2, .gx-l-2 {
        margin-right: -.25rem;
        margin-left: -.25rem
    }

        .g-l-2 > *, .gx-l-2 > * {
            padding-right: .25rem;
            padding-left: .25rem
        }

    .g-l-2 {
        margin-top: -.5rem
    }

        .g-l-2 > * {
            margin-top: .5rem
        }

    .gx-l-3 {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

        .gx-l-3 > * {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .gy-l-4 {
        margin-top: -2rem
    }

        .gy-l-4 > * {
            margin-top: 2rem
        }

    .gy-l-5 {
        margin-top: -3rem
    }

        .gy-l-5 > * {
            margin-top: 3rem
        }

    .ml-l-auto {
        margin-left: auto !important
    }

    .btn-group-sand .dropdown-menu {
        display: flex;
        position: static;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        padding: 0;
        float: none;
        border-width: 0;
        background-color: transparent
    }

    .btn-group-sand .dropdown-item {
        width: auto;
        font-size: 1.5rem
    }

        .btn-group-sand .dropdown-item.active, .btn-group-sand .dropdown-item:hover {
            text-decoration: underline;
            text-decoration-thickness: .25rem;
            text-underline-offset: .25em
        }

    .hover-fadein-img {
        display: block
    }

    .hover-area:hover .hover-fadein-img {
        opacity: 1
    }

    .hover-area:hover .btn-sand, .hover-area:hover .btn-sand-grad, .hover-area:hover .btn-sand-gradient {
        border-color: #28373f;
        background-color: #374c56;
        color: #fff
    }

    .topic {
        grid-template-columns: repeat(6,1fr);
        grid-template-rows: repeat(3,151px)
    }

        .topic .cell {
            grid-column: span 2
        }

            .topic .cell:nth-child(1) {
                grid-column: span 3;
                grid-row: span 2
            }

                .topic .cell:nth-child(1) img {
                    width: 403px;
                    height: 227px
                }

                .topic .cell:nth-child(1) .row {
                    flex-direction: column
                }

            .topic .cell:nth-child(2), .topic .cell:nth-child(3), .topic .cell:nth-child(4), .topic .cell:nth-child(5) {
                grid-column: span 3
            }

                .topic .cell:nth-child(2) img, .topic .cell:nth-child(3) img, .topic .cell:nth-child(4) img, .topic .cell:nth-child(5) img {
                    width: 268px;
                    height: 151px
                }

    .feature-title {
        margin-bottom: .25rem;
        padding: .25rem 0 .25rem .25rem;
        border-left: .25rem solid #e4be67
    }

    .feature time {
        margin-right: .125rem;
        padding-right: .125rem;
        border-right: 1px solid #1f2025
    }

    .pseudo-dsshed-l::after, .pseudo-dsshed-l:before {
        content: '-'
    }

    .thumb-img, .thumb-img img {
        width: 4.75rem;
        height: 4.75rem
    }

    .pagination-num {
        padding-top: 3px
    }

    .index-carousel-thumbsslider .swiper-slide {
        justify-content: flex-start;
        padding-top: 1.25rem;
        border-top-width: 8px
    }

        .index-carousel-thumbsslider .swiper-slide::before {
            top: -8px;
            height: 8px
        }

        .index-carousel-thumbsslider .swiper-slide:hover {
            color: #e4be67
        }

    .index-carousel-thumbsslider .thumb-context {
        font-size: 1rem
    }
}

@media (min-width:1920px) {
    .container, .wrap, .wrap-l {
        max-width: 1600px
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .badge {
        padding: .25rem
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-1p {
        padding-top: 10% !important
    }

    .g-xl-3, .gx-xl-3 {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

        .g-xl-3 > *, .gx-xl-3 > * {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .g-xl-3 {
        margin-top: -1rem
    }

        .g-xl-3 > * {
            margin-top: 1rem
        }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .feature-title, .topic-title {
        font-size: 1.5rem
    }

    .badge {
        font-size: .875rem
    }

    .topic {
        gap: 1rem;
        grid-template-rows: repeat(3,214px)
    }

    .topic-content {
        padding: .125rem .25rem
    }

    .topic .cell:nth-child(1) img {
        width: 652px;
        height: 367px
    }

    .topic .cell:nth-child(2) img, .topic .cell:nth-child(3) img, .topic .cell:nth-child(4) img, .topic .cell:nth-child(5) img {
        width: 380px;
        height: 214px
    }

    .feature-title {
        margin-bottom: 1rem;
        padding: .5rem 0 .5rem .5rem;
        border-left-width: .5rem
    }

    .feature-desc {
        font-size: 1rem
    }

    .feature-content {
        height: 175px
    }

    .feature time {
        margin-right: .5rem;
        padding-right: .5rem;
        font-size: 1rem
    }

    .mobile-badge {
        display: none
    }

    .pc-badge {
        display: inline
    }

    .index-carousel-thumbsslider .thumb-context {
        font-size: 1.5rem
    }
}

@media (max-width:1919.98px) {
    .tracking-l-wider {
        letter-spacing: .15em !important
    }
}

@media (max-width:1024px) {
    body {
        font-size: calc(.8875rem + .17578vw)
    }

    .txt-heading, h1 {
        font-size: calc(1.0375rem + 2.28516vw)
    }

    .txt-title, h2 {
        font-size: calc(.9875rem + 1.58203vw)
    }

    .txt-subtitle, h3 {
        font-size: calc(.9625rem + 1.23047vw)
    }

    h4 {
        font-size: calc(.9375rem + .87891vw)
    }

    .txt-lg, h5 {
        font-size: calc(.9125rem + .52734vw)
    }

    .txt-md, h6 {
        font-size: calc(.8875rem + .17578vw)
    }

    .feature-3 {
        font-size: calc(1.2375rem + 5.09766vw)
    }

    .feature-4 {
        font-size: calc(1.1375rem + 3.69141vw)
    }

    .btn {
        font-size: calc(.8875rem + .17578vw)
    }

    .btn-lg, .btn-sand-grad {
        font-size: calc(.975rem + 1.40625vw)
    }

    .navbar-toggler {
        font-size: calc(.9125rem + .52734vw)
    }

    .pagination-num {
        font-size: calc(.9375rem + .87891vw)
    }
}

@media (max-width:1023.98px) {
    .navbar-expand-l > .container, .navbar-expand-l > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100vh - 64px) !important;
        background-color: rgba(228,190,103,.88)
    }

        .navbar-collapse .navbar-nav {
            height: 100%;
            padding-top: 20px;
            letter-spacing: .2em
        }

            .navbar-collapse .navbar-nav .dropdown-menu {
                display: block;
                width: 65%;
                margin: 0 auto;
                border-width: 2px 0 0;
                border-radius: 0;
                border-color: #253035;
                background-color: transparent
            }

            .navbar-collapse .navbar-nav .dropdown-item {
                padding: 15px 0;
                font-weight: 700
            }

            .navbar-collapse .navbar-nav .dropdown-toggle {
                display: none
            }

            .navbar-collapse .navbar-nav .nav-link {
                padding: 15px 0;
                color: #253035
            }

                .navbar-collapse .navbar-nav .nav-link.active, .navbar-collapse .navbar-nav .nav-link:focus, .navbar-collapse .navbar-nav .nav-link:hover {
                    color: #fff
                }

                .navbar-collapse .navbar-nav .nav-link span {
                    display: inline-block;
                    width: 120px;
                    text-align: left
                }
}

@media (max-width:767.98px) {
    .swiper-progressbar {
        padding: 0 10px
    }

    .swiper-bar {
        margin: 0 -10px;
        width: 16.66667%
    }

        .swiper-bar:nth-child(2) {
            width: 66.66668%
        }
}

@media (min-width:1024px) and (max-width:1024px) {
    .index-carousel-thumbsslider .thumb-context {
        font-size: calc(.8875rem + .17578vw)
    }
}

@media (min-width:1920px) and (max-width:1024px) {
    .index-carousel-thumbsslider .thumb-context {
        font-size: calc(.9375rem + .87891vw)
    }
}

@media (prefers-reduced-motion:reduce) {
    .badge, .btn, .collapsing {
        transition: none
    }
}
