
:root {
    --text-dk-primary: #49abae;
}
img {
    max-width: 100%;
}
iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.main {
    /* padding-bottom: 24px; */
}
.container-shrink {
    padding-left: 24px;
    padding-right: 24px;
}
.text-dk-primary {
    color: #464e2e !important;
}
.text-orange {
    color: #e99916 !important;
}
.text-light-red {
    color: #eb6666 !important;
}
.text-drak-pink {
    color: #9e0f48 !important;
}
.text-lt-blue {
    color: #8aaae5 !important;
}
.text-green {
    color: #31d574;
}
.bg-gray {
    background-color: var(--bs-gray-400) ;
    /* color: #fff; */
}
.bg-primary-gray {
    background-color: #ebeff6;
}

.box-shadow-small {
    box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.2);
}
.shadow-green {
    text-shadow: 0 0 5px #2eae63;
}
.text-highlight {
    position: relative;
    display: inline-block;
}
.text-highlight::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffdfda;
    z-index: -1;
}
.bg-dker-rice {
    background-color: #eae8e1 !important;
}
.border-top-dash-white {
    border-top: 2px dashed #fffbfc;
}
.border-radius-8 {
    border-radius: 8px;
}
.border-radius-16 {
    border-radius: 16px;
}
.border-bottom-left-0 {
    border-bottom-left-radius: 0 !important;
}
.border-bottom-right-0 {
    border-bottom-right-radius: 0 !important;
}
.gap-30 {
    height: 30px;
}
.n-margin-top {
    margin-top: -18px;
}
.title-dash {
    position: relative;
}
.title-dash::after {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background-color: #1c5b57;
    opacity: 0.5;
    margin-left: 10px;
}
.title-bottom-dash::after {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    background-color: #1c5b57;
    border-radius: 6px;
    margin-top: 18px;
}
.deco-text {
    position: absolute;
    font-size: 60px;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.deco-wait {
    margin-top: 48px;
    margin-right: 48px;
    width: 400px;
}
.hint {
    font-size: 0.9em;
    line-height: 1.4;
    color: #146f90;
    padding: 6px 0;
    display: flex;
}
.hint::before {
    content: "\e076";
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}
.modal .noteBox {
    font-size: 14px;
    letter-spacing: 0.2px;
}
.modal .tur-box {
    background-color: #efeaf2;
    padding: 8px;
    margin-bottom: 10px;
}
.badge-gray {
    background-color: #acacac;
}
article img {
    margin-bottom: 6px;
}
article p:last-child {
    margin-bottom: 0;
}
.hr-dash {
    border-bottom: 1px dashed #929f76;
}
@media (max-width: 1441px) {
    .title-bottom-dash::after {
        margin-top: 10px;
    }
}
@media (max-width: 1025px) {
    .shortPage {
        min-height: 70vh;
    }
}
@media (max-width: 400px) {
    .container-shrink {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media (max-width: 361px) {
    .container-shrink {
        padding-left: 16px;
        padding-right: 16px;
    }
    .box-padding {
        padding: 16px;
    }
}
@media (max-width: 321px) {
    .deco-rabbit {
        width: 300px;
        height: 300px;
    }
}
/* form */
.form-item {
    padding-bottom: 22px;
}
.pure-input-box .form-item {
    padding-bottom: 0px;
    padding-top: 8px;
    margin-bottom: 10px;
}
.form-item.sm-item {
    padding-bottom: 10px;
}
.req-star {
    color: #FC6F60;
    margin-left: 4px;
    font-size: 0.7em;
    vertical-align: text-top;
}
.text-req {
    color: #FC6F60;
}
.warning-box {
    position: relative;
}
.pure-input-box .form-control {
    border: 1px solid #cecece;
}
.form-control.border {
    border: 1px solid #cecece !important;
}
span.alert-text,
span.alert-text2 {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    color: #FC6F60;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    /* height: 0; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: none;
}

span.alert-text.show,
span.alert-text2.show {
    max-height: 32px;
    opacity: 1;
    visibility: visible;
    display: block;
}
input.form-control.alert-border,
select.form-control.alert-border,
.pure-input-box input.form-control.alert-border,
.pure-input-box select.form-control.alert-border,
textarea.form-control.alert-border,
.alert-border[type="radio"] + label:before {
    border: 1px solid #FC6F60 !important;
    box-shadow: 0 0 0 2px rgb(252 111 96 / 54%);
}
select.form-control {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 24px;
    font-size: 1rem;
    color: #495057;
    /* background: #fff url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='508.9px' height='266.4px' viewBox='0 0 508.9 266.4' style='overflow:auto;enable-background:new 0 0 508.9 266.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231B1B1B;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M0,9.9C2.9-0.3,13.8-3.7,23.3,5.8c75.4,75.7,151,151.3,226.6,226.8c1.4,1.4,2.6,3,4.2,4.9 c1.9-1.8,3.3-3.1,4.7-4.5C334.3,157.5,409.7,82.1,485.2,6.6c1.7-1.8,3.6-3.4,5.7-4.8c4.6-3,10.7-2.3,14.6,1.6 c3.9,3.9,4.6,9.9,1.7,14.6c-1.3,1.9-2.8,3.7-4.4,5.3c-79.1,79.1-158.2,158.2-237.3,237.2c-7.7,7.7-14.1,7.7-21.7,0.1 C164.4,181.4,85.1,102.1,5.8,22.7c-2.3-2.2-3.9-5.2-5.8-7.8V9.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat top 50% right 0.5375rem/0.6625rem; */

    background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='508.9px' height='266.4px' viewBox='0 0 508.9 266.4' style='overflow:auto;enable-background:new 0 0 508.9 266.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231B1B1B;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M0,9.9C2.9-0.3,13.8-3.7,23.3,5.8c75.4,75.7,151,151.3,226.6,226.8c1.4,1.4,2.6,3,4.2,4.9 c1.9-1.8,3.3-3.1,4.7-4.5C334.3,157.5,409.7,82.1,485.2,6.6c1.7-1.8,3.6-3.4,5.7-4.8c4.6-3,10.7-2.3,14.6,1.6 c3.9,3.9,4.6,9.9,1.7,14.6c-1.3,1.9-2.8,3.7-4.4,5.3c-79.1,79.1-158.2,158.2-237.3,237.2c-7.7,7.7-14.1,7.7-21.7,0.1 C164.4,181.4,85.1,102.1,5.8,22.7c-2.3-2.2-3.9-5.2-5.8-7.8V9.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");

    background-repeat: no-repeat;
    background-position: top 50% right 0.5375rem;
    background-size: 0.6625rem;
}
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* input[type="checkbox"]:not(.form-switch .form-check-input) {
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 1px;
    cursor: pointer;
    position: absolute;
    left: 0;
    outline: none;
    background-color: #CFCDCD;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 1px;
    margin-left: 1px;
} */
input[type="checkbox"]:not(.form-switch .form-check-input):checked {
    background-color: #f55b41;
    border-color: #f55b41;
}
.form-check-input:focus {
    box-shadow: none;
    border-color: transparent;
}
.outline-primary-checkbox input[type="checkbox"]:checked {
    background-color: #fff;
}
.outline-primary-checkbox input[type="checkbox"]:after {
    filter: invert(68%) sepia(90%) saturate(2128%) hue-rotate(314deg) brightness(91%) contrast(120%);
}
input[type="checkbox"]:checked::after {
    opacity: 1;
}
input[type="checkbox"].white-check {
    border-color: #acacac;
    background-color: #fff;
}
input[type="checkbox"].white-check:after {
    filter: brightness(0);
}
.form-control[readonly] {
    background-color: #e9ecef;
    color: #959595;
    opacity: 1;
}
.form-check-checkbox {
    position: relative;
    display: inline-block;
    padding-left: 26px;
}
.form-check-checkbox.checkbox-lg {
    padding-left: 34px;
    margin-bottom: 8px;
}
.form-check-checkbox label {
    width: 100%;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 500;
}

.form-check .form-check-input {
    margin-left: -1.3em;
}
.form-check-label .sm-label {
    font-size: 10px;
    display: block;
    line-height: 16px;
}
.form-check-label a {
    text-decoration: underline;
    font-weight: 900;
}
.label-box {
    display: flex;
}
.section-title-box {

    margin-bottom: 12px;
/* 
    border-bottom: 1px solid #eee;
    padding-bottom: 12px; */
}
.section-title {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    background-color: #fbbfbf;
    color: #fff;
    padding: 8px 24px;
    padding-right: 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 4px;
}
.at-title {
    font-size: 1.7em;
}
.c-info {
    display: flex;
    margin-bottom: 10px;
}
.c-info .item {
    width: 33.33333333%;
    padding: 6px 8px;
    padding-left: 0;
    margin-right: 8px;
    border-right: 1px solid #dadfd3;
}
.c-info .item:last-child {
    border-right: 0;
}
.c-info .tag {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--bs-primary);
}
@media (min-width: 600px) {
    .section-title {
        font-size: 1.4rem;
        padding: 14px 24px;
        padding-right: 30px;
        border-top-right-radius: 40px;
        padding-left: 10%;
    }
}
.label-box label {
    width: 70%;
}
.label-box a,
.label-box .right-status {
    margin-left: auto;
    font-size: 12.5px;
    color: #979797;
    text-decoration: underline;
    width: 30%;
    text-align: right;
}
.label-box .right-status {
    text-decoration: none;
    line-height: 16px;
}
.label-with-icon {
}
.label-with-icon .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.label-with-icon .text {
    display: inline-block;
    vertical-align: middle;
}
.preview-outter {
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    position: relative;
    margin-bottom: 6px;
}
.preview-outter .preview-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/upload.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #eee;
}
.pic-box .pic-item {
    position: relative;

}
.pic-box .pic-item:nth-child(3n) {
    margin-right: 0;
}
.preview-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/icon/upload.svg');
    background-size: contain;
    background-position: center -12px;
    background-repeat: no-repeat;
    border: 2px dashed #cfcfcf;
    border-radius: 4px;
}
.output-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-color: #B3B3B333;
}

.pic-item .preview-outter .hint {
    text-align: center;
    pointer-events: none;
    color: #a7a7a7;
    position: absolute;
    bottom: 16px;
    width: 100%;
    font-size: 14px;
}
[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
[type="radio"]:focus + label:before {
  box-shadow: 0;
}
[type="radio"]:checked + label:before {
  background-color: #f55b41;
}
[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
[type="radio"]:disabled + label:before {
  box-shadow: none;
  background-color: #ddd;
}
.form-check-input {
    background-color: #cfcdcd;
    border: 1px solid #cfcdcd;
}
.form-check-input:checked {
    background-color: #f55b41;
    border-color: #f55b41;
}
/* .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
} */
.form-check-label .title {
    display: inline-block;
}
.form-check-inline label,
.form-check label {
    font-size: 1rem;
    font-weight: 500;
}
.form-check-inline label {
    margin-right: 8px;
}
.form-control.form-control-short,
.form-control.form-control-short~button {
    height: calc(1.2em + 1rem + 6px);
}
.form-control.form-control-short~button {
    line-height: 32px;
    padding: 0;
    width: 68px;
}
.three-col-input {
    display: flex;
    justify-content: space-between;
}
.three-col-input > * {
    width: 32%;
}
.form-switch {
    padding-left: 2.5em;
    display: flex;
    align-items: center;
}
.form-switch .form-check-label {
    display: inline-block;
    vertical-align: middle;
}
.form-switch .form-check-input {
    height: 1.7em;
    margin-top: 0.25em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #9a9a9a;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: 3em;
    /* margin-left: -2.5em; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #9a9a9a;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch input[type="checkbox"]:after {
    display: none;
}
.sms-inputbox .form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sms-inputbox .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.huge-inputbox {
}
.huge-inputbox input {
    -webkit-appearance: none;
    font-size: 7em;
    outline: 0;
    border: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.modal-header {
    border-bottom: 0;
}
.modal-footer {
    border-top: 0;
    padding-top: 0;
}
/* btn */
.btn {
    letter-spacing: 0.4px;
}
.btn.btn-small {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}
.btn.btn-rounded {
    border-radius: 80px;
}
.btn.btn-bluegreen {
    background-color: #740e0e;
    color: #fff;
}
.sms-send-btn {
    font-size: 0.9em;
}
.btn-salmon,
.btn-salmon:focus,
.btn-salmon:hover,
.btn-salmon:active {
    background-color: #FC6F60;
    border: 1px solid #FC6F60;
    color: #fff;
}
.btn-line,
.btn-line:focus,
.btn-line:active {
    background-color: #06c655;
    color: #fff;
    border: 0;
}
.btn-line:hover {
    background-color: #1ce06d;
    color: #fff;
    border: 0;
}
.btn-line img {
    width: 26px;
    display: inline-block;
    margin-right: 8px;
    margin-top: -2px;
    margin-left: -2px;
}
.del-btn {
    outline: 0;
    border: 0;
    width: 24px;
    height: 24px;
    /* line-height: 24px; */
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 0px 0px 2px rgb(39 83 59 / 30%);
    text-align: center;
}
.pic-box .del-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.fav-btn {
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    padding: 0;
    background-color: #fff;
    color: #acacac;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.1);
}

.fav-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fav-btn:hover,
.fav-btn:active,
.fav-btn:focus,
.fav-btn.active {
    color: #ffffff;
    border: 1px solid #eb6666;
    background-color: #eb6666;
}
.fav-btn.active i {
    animation: favanimation 0.6s 1;
}
@keyframes favanimation {
     0% {
        transform: translate(-50%, -50%) scale(0.6);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
#giftnum-btn {
    box-shadow: 0 0 28px -8px rgba(0,0,0,0.2);
}
#giftnum-btn[disabled] {
    box-shadow: none;
}

.colgap-wrapper {
    column-gap: 10px;
    column-count: 2;
}
.nav-page-wrapper .nav-item {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    border-radius: 8px;
    background-color: var(--bs-primary);
    color: #fff;
    padding: 22px;
    margin-bottom: 16px;
    break-inside: avoid;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 70px rgb(41 22 0 / 50%);
}
.nav-page-wrapper.colgap-wrapper .nav-item {
    margin-bottom: 10px;
}
.nav-page-wrapper .nav-item:nth-child(2n) {
    margin-right: 0;
}
.nav-page-wrapper .nav-item.short {
    height: 175px;
}
.nav-page-wrapper .nav-item.middle {
    height: 175px;
}
.nav-page-wrapper .nav-item.long {
    height: 360px;
}
.nav-page-wrapper .nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a411f;
    opacity: 0.6;
}
.nav-page-wrapper .nav-item .title {
    font-size: 1.4em;
    line-height: 1;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
    text-shadow: 0 0 12px rgba(0,0,0,0.4);
}

.nav-page-wrapper .nav-item .text {
    font-weight: 300;
    color: #fff;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    /* color: #000; */
    /* background-color: #fff; */
    /* mix-blend-mode: lighten; */
    word-wrap: break-word;
    /* padding: 2px 8px; */
    opacity: 0.8;
    font-size: 0.8em;
}
.ex-tab-wrapper .nav-tabs {
    margin-bottom: 24px;
    border-bottom: 0;
}
.ex-tab-wrapper .nav-tabs .nav-link {
    border: 1px solid #fbbfbf !important;
    color: #fbbfbf;
    border-radius: 0 !important;
    padding: 8px 18px;
    margin-right: 4px;
}
.ex-tab-wrapper .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}
.ex-tab-wrapper .nav-tabs .nav-link.active, .ex-tab-wrapper .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background: #fbbfbf;
}

.ex-tab-wrapper .tab-content {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    border-top: 0;
    padding: 0;
}

.page-title {
    position: relative;
    z-index: 1;
    background-image: url(../img/deco/pageheader.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 120px;
    z-index: 0;
}
.page-title::before {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff3d6;
    opacity: 0.7; */
}
.page-title-box {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.page-title .page-title-box .logo {
    display: inline-block;
    width: 40%;
}
.page-title-box .title {
    display: inline-block;
    position: relative;
    font-size: 2.4em;
    font-weight: 900;
    color: #4c35a0;
    line-height: 1.2;
    margin-bottom: 24px;
    --stroke-width: 4px;
    --stroke-color: #fff;
}
.page-title-box .smtitle {
    display: block;
    color: #464948;
    font-size: 14px;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 4px;
    text-transform: uppercase;
}

.pageBody {
    position: relative;
    z-index: 0;
}
.pageBody::after {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url(../img/deco/pagewave.svg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (min-width: 600px) {
    .page-title {
        height: 440px;
    }
    .pageBody::after {
        top: -95px;
    }
}
@media (max-width: 321px) {
    .pageBody::after {
        top: -38px;
    }
}
.toolbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.toolbox .line-share {
    margin: 0 2px;
}
.tagbox {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 16px 0;
}
.tagbox .tag-item {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 0.95em;
    line-height: 1;
    padding: 0.4em;
    padding-left: 1.5em;
    border-radius: 4px;
    background-color: #9da883;
    color: #fff;
    cursor: pointer;
    clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 8px 100%, 0 50%)
}
.tagbox .tag-item::before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    color: #eee;
    font-size: 0.7em;
    margin-right: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    transform-origin: center;
}
.tagbox .tag-item.active::before {
    color: #ffc446;
    animation: staranimation 0.6s 1;
}
@keyframes staranimation {
     0% {
        transform: translateY(-50%) scale(0.6);
    }
    50% {
        transform: translateY(-50%) scale(1.2);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}
.lend-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #b9ac8f;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    height: 100px;
}
.lend-box:hover,
.lend-box:active,
.lend-box:focus {
    color: #fff;
}
.lend-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #b9ac8f; */
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../img/deco/lend.png);
    opacity: 0.7;
    mix-blend-mode: multiply;
}
.lend-box .text {
    letter-spacing: 0.8px;
    text-shadow: 0 0 12px rgba(0,0,0,0.7);
}
@media (min-width: 600px) {
    .page-title .page-title-box::before {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 321px) {
    .page-title::before {
        background-position: left;
    }
}
/* login */
.loginBox {
    text-align: center;
    background-color: #fff;
    padding: 32px 16px;
    border-radius: 18px;
}
.loginBox .imgbox {
    display: inline-block;
    width: 40%;
}
.validBox {
    display: none;
}
.validBox.show {
    display: block;
}
/* page */
.section-title
.sideLinkWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.sideLinkWrapper .bottomBox {
    margin-left: auto;
}
.sideLinkWrapper .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #1b5a56;
}
.sideLinkWrapper .userName {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}
.sideLinkWrapper .userName {
    font-weight: 600;
    font-size: 17px;
}
.memberContent {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}
.sideLinkWrapper .navLink {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;   
    background-color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-right: 8px;
    transition: all 280ms;
}
.sideLinkWrapper .navLink.active {
    background-color: #1b5a56;
    color: #fff;
}
.sideLinkWrapper .navLink::after {
    display: none;
}
.sideLinkWrapper .navLink:last-child {
    margin-right: 0;
}
.sideLinkWrapper .navLink:hover {
    background-color: #bccccb;
}
@media (max-width: 992px) {
    .sideLinkWrapper {
        flex-wrap: wrap;
    }
    .sideLinkWrapper .topBox {
        width: 100%;
        margin-bottom: 12px;
    }
    .sideLinkWrapper .bottomBox {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        flex-grow: 1;
    }
    .sideLinkWrapper .navLink {
        width: 32.3333333%;
        margin-right: 4px;
        margin-bottom: 8px;
    }
    .sideLinkWrapper .navLink:nth-child(3n) {
        margin-right: 0;
    }
}
@media (min-width: 600px) {
    .page-title .page-title-box {
        margin-top: 60px;
        margin-bottom: 45px;
    }
    .page-body {
        padding: 40px 24px;
    }
}
@media (max-width: 450px) {
    .memberContent {
        padding: 18px 16px;
    }
}
@media (max-width: 361px) {
    .memberContent {
        padding: 15px;
    }
    .sideLinkWrapper .navLink {
        padding: 8px 8px;
        font-size: 15px;
    }
}

.modal .btn.close {
   font-size: 22px;
   line-height: 1;
   padding: 0;
}
.iconModal.modal {
    --bs-modal-width: 300px;
}
.iconModal .modal-sm {
    width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
}
.modal-dialog.modal-xs {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
}
    

.left-img-list-item {
    display: flex;
    position: relative;
    margin-bottom: 18px;
}
.left-img-list-item .imgbox {
    width: 30%;
    flex-shrink: 0;
}
.left-img-list-item .textbox {
    padding-left: 10px;
}
.left-img-list-item .textbox .title {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.left-img-list-item .textbox .info {
    margin-bottom: 0;
}
.left-img-list-item .textbox .date {
    line-height: 1;
    margin-bottom: 16px;
    margin-left: -24px;
}
.date.date-bg {
    display: inline-block;
    color: var(--bs-primary);
    background-color: var(--bs-secondary);
    padding: 4px 8px;
}
.top-img-list-item {
    display: block;
    margin-bottom: 12px;
}
.left-img-list-item .image {
    background-size: contain;
}
.top-img-list-item .imgbox {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.top-img-list-item p {
    margin-bottom: 0;
}
.top-img-list-item .top-box {
    position: relative;
}
.top-img-list-item .toolbox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 8px;
}
.top-img-list-item .toolbox .fav-btn {
    box-shadow: 0 0 22px -1px rgba(0,0,0,0.2) !important;
}
.bottom-text-item {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    border-radius: 8px;
    overflow: hidden;
}
.bottom-text-item .tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
}
.bottom-text-item .textbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(rgba(255,255,255,0), #000);
}
.bottom-text-item h4,
.bottom-text-item p {
    color: #fff;
}
.bottom-text-item p {
    opacity: 0.8;
    line-height: 1.2;
    font-size: 0.9em;
}
.couponList .item {
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 8px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.couponList .item.expired {
    pointer-events: none;
    background-color: rgb(255 255 255 / 50%);
}
.couponList .item.expired .imgbox {
    opacity: 0.4;
}
.couponList .item::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 70px;
    height: 70px;
    background-image: url(../img/deco/gift.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.couponList .item .imgbox {
    width: 30%;
    border-radius: 6px;
    overflow: hidden;
}
.couponList .item .textbox {
    width: 70%;
    padding-left: 10px;
    padding-top: 20px;
}
.couponList .item .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.couponList .item.expired .title,
.couponList .item.expired .date,
.couponList .item.expired .info {
    opacity: 0.7;
}

.couponList .item .date .tag {
    color: rgba(0,0,0,0.6);
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 4px;
}
.couponList .item .date .content {
    color: #e9326d;
}
.couponList .item .info {
    display: block;
    font-size: 14px;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px dashed #f6d4dc;
    width: 100%;
    text-align: center;
    color: #484848;
}
.couponList .item .status {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 12px;
    font-size: 14px;
    background-color: #caabca;
    color: #fff;
}
.couponList .item.expired .status {
    background-color: #aeaeae;
    color: #ebebeb;
}
.historyList .history-item {
    display: block;
    padding: 12px 10px;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 8px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.historyList .history-item a {
    color: #484848;
}
.historyList .history-item .date,
.historyList .history-item .total {
    color: #e9326d;
}
.history-item .collapse-inner {
    /* padding-top: 8px; */
}
.history-item .product-item {
    padding: 6px 8px;
    background-color: #ffede9;
    margin-bottom: 6px;
    border-radius: 4px;
    border: 1px solid #fdd7d5;
}
.history-item .topbox {
    margin-bottom: 8px;
    color: #e9326d;
}
.history-item .ordernum {
    display: flex;
    justify-content: space-between;
    color: #484848;
}
.history-item .ordernum span {
    color: #e9326d;
}
.history-item .p-name {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 2px dashed #fffdfd;
    color: #aa214d;
}
.history-item .p-amount {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.history-item .p-amount .tag {
    margin-right: 4px;
}
.history-item .p-price {
    font-size: 14px;
}
.history-item .ov-box {
    background-color: #ffe2e0;
    padding: 2px 8px;
    border-radius: 24px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.service-item {
    display: block;
    margin-bottom: 20px;
    padding: 14px;
    background-color: #f4f6fa;
    border-radius: 10px;
    position: relative;
    overflow: hidden;  
}

.service-item.service-nav .textbox {
    width: 100%;
}
.service-item.service-nav {
    padding: 14px;
    height: 100%;
}
.service-item.service-nav .title {
    font-size: 18px;
    margin-bottom: 0;
}
.service-item.service-nav .title small {
    display: block;
    font-size: 0.95em;
}
.service-item::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 10px;
    width: 120px;
    height: 120px;
    background-image: url(../img/deco/service.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    pointer-events: none;
}
.service-item .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.4;
}
.service-item .imgbox {
    display: block;
    width: 20%;
    flex-shrink: 0;
}
.service-item .image {
    background-image: url(../img/deco/service.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.service-item .textbox {
    display: block;
}
.service-item .info {
    margin-bottom: 0;
}
.service-item .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 4px;
    color: #668dd5;
}
.service-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
.service-item.member-nav {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.service-item.member-nav::before {
    display: none;
}
.service-item.member-nav .textbox {
    width: 80%;
}
.service-item.member-nav .title {
    font-size: 20px;
    margin-bottom: 0;
}
.service-item.member-nav .icon {
    margin-left: auto;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #aabbdb;
    color: #fff;
    text-align: center;
}

@media (min-width: 600px) {
    .couponList .item .title {
        margin-bottom: 10px;
    }
    .couponList .item .imgbox {
        width: 24%;
    }
    .couponList .item .textbox {
        padding-left: 16px;
    }
}
@media (min-width: 991px) {
    .couponList .item .title {
        margin-bottom: 16px;
    }
}
@media (max-width: 321px) {
    .couponList .item .title {
        font-size: 17px;
        margin-bottom: 4px;
    }
}
.progress-text {
    font-size: 15px;
    color: #8d063c;
}
@media (max-width: 321px) {
    .progress-text {
        font-size: 14px;
    }
}
.floating-bar {
    position: fixed;
    bottom: 20%;
    right: 0;
}
.floating-bar .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: red;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.floating-bar.show .dot {
    opacity: 1;
    visibility: visible;
}
.floating-bar.animation-on .dot {
    animation: showdot 0.6s 1;
}
@keyframes showdot {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.floating-bar .icon {
    display: block;
    padding: 8px 10px;
    padding-left: 14px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    font-size: 20px;
    background-color: #EC8B5E;
    color: #fff;
}
.info-item {
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    background-color: #f4f6fa;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d8e1f3;
}
.info-item .tag {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}
.info-item p {
    margin-bottom: 6px;
}
.info-item p:last-child {
    margin-bottom: 0;
}
.history-item {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 18px;
    color: #484848;
    background-color: #ebe8d7;
    border-radius: 8px;
    box-shadow: 0 0px 30px -10px rgb(94 56 11 / 10%);
}
.history-item:hover {
    color: inherit;
}
.history-item .leftbox {
    font-weight: 500;
    font-size: 17px;
}
.history-item .date {
    font-size: 15px;
    line-height: 1;
    opacity: 0.8;
}
.history-item .title {
    font-size: 1.3em;
}
.history-item .rightbox {
    margin-left: auto;
}

.progress-wrapper {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-top: -40px;
    box-shadow: 0 0 32px -10px rgba(0,0,0,0.1);
}
.progress-label {
    display: flex;
    letter-spacing: 0.04em;
}
.progress-label .tag {
    font-weight: 600;
}
.progress-label .tag::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: var(--bs-secondary);
    margin-right: 8px;
    margin-left: 4px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.progress-label .content {
    margin-left: auto;
    font-weight: 500;
}
.achv-item {
    margin-bottom: 16px;
}
.achv-item .imgWrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.achv-item .imgbox {
    display: block;
}
.achv-item a.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.achv-item .coverup {
    background-color: #dedede;
    border: 2px solid #dedede;
    color: #7b7b7b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* This block of CSS adds opacity transition to background */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
img.mfp-img {
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    max-height: 100vh;
}
.f-table-box {
    background-color: #fff;
    padding: 14px;
    border-radius: 8px;
}
.f-table-item {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.f-table-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.f-table-item .tag {
    width: 35%;
    flex-shrink: 0;
    font-weight: 600;
    color: #9d936e;
}
.f-table-item .content {
    flex-grow: 1;
}
.stamp-wrapper {
    margin-top: -40px;
}
.stamp-wrapper .stamp-item {
    background-color: #f5f5f5;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0 0 24px -2px rgb(66 70 56 / 10%);
    margin-bottom: 16px;
}
.stamp-wrapper .stamp-item p {
    color: #bcbcbc;
    font-size: 17px;
    line-height: 1.2;
}
.stamp-wrapper .stamp-item .imgbox{
    padding: 8px;
    padding-top: 0;
}
.stamp-wrapper .image {
    filter: invert(90%) sepia(0%) saturate(5%) hue-rotate(195deg) brightness(145%) contrast(191%);
}
.stamp-wrapper .stamp-item.active {
    background-color: #efebe1;
    box-shadow: none;
}
.stamp-wrapper .stamp-item.active .image {
    filter: none;
}
.stamp-wrapper .stamp-item.active p {
    color: #739635;
}

.quiz-wrapper {
    margin-top: -40px;
    height: auto;
}

.quiz-box {
    padding: 28px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 24px -2px rgb(81 73 41 / 10%);
    position: relative;
}
.q-title {
    color: #323232;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.start-box img {
    width: 80px;
}
.qa-text {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.answer-box {
    overflow: hidden;
}
.answer-item {
    padding-bottom: 24px;

}
.answer-item span {
    display: block;
    color: #78944e;
    background-color: #e9efe0;
    padding: 10px 16px;
    border-radius: 6px;
    letter-spacing: 0.8px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}
.answer-item.chosen span {
    /* height: 50px; */
    background-color: #78944e;
    color: #fff;
}
.answer-box .hint {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    margin-bottom: 0;
    height: 0;
    font-weight: 600;
}
.hint.hint-p {
    color: #34c168;
    justify-content: center;
}
.hint.hint-n {
    color: #a71717;
    justify-content: center;
}
.answer-box .hint.show {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.hint-box {
    min-height: 30px;
}
.explain {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 24px;
    margin-bottom: 0;
    font-weight: 600;
    display: none;
}
.explain span {
    font-weight: 500;
    background-color: #acacac;
    color: #fff;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    font-size: 16px;
    padding: 2px 8px;
    padding-right: 10px;
}
.explain.show {
    display: block;
}

.quiz-box .end-part {
    padding: 0 32px;
}
.btn.btn-p {
    background-color: #8eae61;
    color: #fff;
}
.btn.btn-p:active {
    background-color: #8eae61;
}
.btn.btn-n {
    color: #929292;
    background-color: #d0d0d0;
}
.btn.btn-n:active {
    background-color: #d0d0d0;
}
.btn.btn-blue {
    color: #fff;
    background-color: #78944e;
}
.btn.btn-blue:active {
    background-color: #23b9ff;
}
.btn.btn-red {
    color: #a32e2e;
    background-color: #ffc3c3;
}
.btn.btn-red:active {
    background-color: #e48080;
}
.btn.btn-d {
    background-color: #ffa330;
}
.btn.btn-d:active {
    background-color: #ffa330;
}
.btn.btn-d.disabled {
    border-bottom: 6px solid #acacac;
}
@media (max-width: 992px) {
    .deco-atom {
        background-size: 720px;
    }
}
@media (max-width: 430px) {
    .deco-atom {
        background-size: 420px;
    }
    .q-title {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .answer-item {
        padding-bottom: 8px;
    }
    .answer-item span {
        font-size: 17px;
        line-height: 1.4;
        padding: 12px 14px;
    }
    .quiz-box {
        padding: 22px;
    }
    .answer-box .hint {
        font-size: 18px;
    }
    .hint-box {
        margin-bottom: 0;
    }
    .quiz-box .end-part {
        padding: 0;
    }
}
@media (max-width: 400px) {
    .deco-atom {
        background-size: 390px;
    }
    .quiz-box {
        padding: 18px;
        padding-bottom: 16px;
    }
    .q-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .answer-item span {
        font-size: 17px;
    }
    .answer-box .hint {
        font-size: 18px;
    }
    .explain {
        font-size: 16px;
    }
}
@media (max-width: 361px) {
    .deco-atom {
        background-size: 370px;
    }
    .not-farm .angel-img {
        width: 110px;
    }
    .answer-item span {
        font-size: 16px;
        padding: 8px 10px;
    }
    .answer-item {
        padding-bottom: 10px;
    }
    .quiz-box {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .explain {
        font-size: 15px;
    }
    .explain span {
        padding: 1px 8px;
    }
}
@media (max-width: 361px) {
    .q-title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .answer-item span {
        font-size: 15px;
    }
}
.view-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    position: relative;
}
.map-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    display: inline-flex;
}
.map-wrapper img.map-img {
    height: 100vh !important;
    width: auto !important;
    max-width: none !important;
    display: block;
}
.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  cursor: pointer;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
  border-color: #d3a76e;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
  /* background-color: #d3a76e; */
}
.lg-hotspot--selected {
  z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
}
.lg-hotspot__button {
    height: 32px;
    width: 32px;
    /* border: 1px solid red; */
    z-index: 999;
    position: relative;
    animation: button-pulse 7s ease-in-out infinite;
}
.lg-hotspot__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 25px 8px rgb(255 255 255 / 60%);
}
.lg-hotspot__button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='50px' height='69.2px' viewBox='0 0 50 69.2' style='overflow:auto;enable-background:new 0 0 50 69.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D3A76E;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M25,0L25,0C11.2,0,0,11.2,0,25c0,4.8,1.5,9.4,3.7,13.2L20,66.4c1,1.8,3.1,2.8,5,2.8c1.9,0,3.9-0.9,5-2.8 l16.3-28.2C48.5,34.4,50,29.9,50,25C50,11.2,38.8,0,25,0z M25,32.4c-5,0-9.1-4.1-9.1-9.1s4.1-9.1,9.1-9.1s9.1,4.1,9.1,9.1 C34.1,28.3,30,32.4,25,32.4z'/%3E%3C/g%3E%3C/g%3E%3Ccircle class='st1' cx='25' cy='23.3' r='9.5'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: border-color 1s linear;
}
.lg-hotspot__label {
  position: absolute;
  padding: 0 0 1.1em 0;
  width: 16em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  pointer-events: none;
  border-radius: 2px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
.lg-hotspot__label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #555;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 2px 2px 0 0;
}
.lg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 24px;
  bottom: 24px;
}
@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.11, 1.11);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.side-tool-btn .titlebox {
    display: flex;
}
.side-tool-btn .titlebox::after {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #fbbfbf;
    background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='66.2px' height='66.2px' viewBox='0 0 66.2 66.2' style='overflow:auto;enable-background:new 0 0 66.2 66.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M44.8,19l-12,0c-10.2,0-20.3,0-30.5,0C2,19,0.7,19,0,20.4l0,0.1v44.1l0,0.1l0,0c0.4,1,1.1,1.5,2.3,1.5h0 c10.7,0,21.5,0,32.2,0l10.3,0c1.7,0,2.4-0.7,2.4-2.4c0-14.1,0-28.3,0-42.4C47.2,19.7,46.5,19,44.8,19z M43.3,22.9v39.3H3.9V22.9 H43.3z'/%3E%3Cpath class='st0' d='M63.8,0H21.4C19.7,0,19,0.7,19,2.4c0,3,0,6.1,0,9.1l0,0.8c0,0.2,0,0.4,0,0.6c0.1,1,0.8,1.7,1.8,1.8l0.1,0 c1,0,1.7-0.6,1.9-1.6c0.1-0.3,0.1-0.5,0.1-0.8c0,0,0-8.3,0-8.4h39.4v39.4h-1.9c0,0-4.9,0-6.4,0c-0.4,0-0.7,0-1.1,0.1 c-0.9,0.2-1.4,1-1.4,1.9c0.1,0.9,0.7,1.6,1.6,1.8c0.3,0,0.5,0.1,0.8,0.1l5.9,0l4.1,0c1.7,0,2.4-0.7,2.4-2.4V2.4 C66.2,0.7,65.5,0,63.8,0z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    margin-top: -2px;
}
.audioList .accordion.accordion-modern-status.accordion-modern-status-borders > .card {
    background-color: #e8e4d8;
    border: 0 !important;
    border-radius: 0;
}
.audioList .audioItem audio {
    width: 100%;
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.2);
    border-radius: 80px;
}
.audioList .audioItem audio input {
    pointer-events: none;
}
.audioList .card {
    position: relative;
}
.audioList .fakeprogress {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 50%; */
    height: 100%;
    background-color: #dbd4bc;
}
.icon-audioList {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 1px solid red;
    background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='34.1px' height='29px' viewBox='0 0 34.1 29' style='enable-background:new 0 0 34.1 29;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M12.6,13.5c-3.5,0-6.9,0-10.4,0c-1.3,0-2.2-0.9-2.2-2.2c0-1.1,0.9-2,2-2c0.1,0,0.2,0,0.2,0 c6.9,0,13.9,0,20.8,0c1.2,0,2.2,0.9,2.2,2c0.1,1.2-0.9,2.2-2.2,2.2c-2.2,0-4.4,0-6.7,0C15.2,13.5,13.9,13.5,12.6,13.5z'/%3E%3Cpath class='st0' d='M12.7,0c3.5,0,6.9,0,10.4,0c1.3,0,2.2,0.9,2.2,2.1c0,1.1-0.9,2-2,2.1c-0.1,0-0.2,0-0.3,0c-6.9,0-13.8,0-20.8,0 c-1.1,0-1.9-0.6-2.2-1.6C-0.3,1.3,0.7,0,2,0c1.5,0,3,0,4.5,0C8.5,0,10.6,0,12.7,0z'/%3E%3Cpath class='st0' d='M10.1,18.5c2.6,0,5.2,0,7.9,0c1.1,0,2,0.6,2.2,1.7c0.3,1.1-0.5,2.3-1.6,2.5c-0.2,0-0.4,0.1-0.5,0.1 c-5.2,0-10.5,0-15.7,0c-1.3,0-2.2-0.9-2.2-2c0-1.2,0.9-2.2,2.2-2.2C4.9,18.5,7.5,18.5,10.1,18.5z'/%3E%3Cpath class='st0' d='M25,17.3c0.1,0,0.4,0.1,0.6,0.2c2.6,1.5,5.2,3,7.8,4.5c1,0.6,1,1.7,0,2.3c-2.6,1.5-5.2,3-7.8,4.5 c-1,0.6-2,0-2-1.2c0-3,0-5.9,0-8.9C23.6,17.9,24.1,17.3,25,17.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.map-imgGallery {
    --swiper-navigation-size: 24px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.mapSwiper2 {
    width: 100%;
}
.mapSwiper {
    box-sizing: border-box;
    padding: 4px 0;
}
.mapSwiper .swiper-slide {
    width: 25%;
    opacity: 0.4;
}
.mapSwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.giftwrapper {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}
.giftwrapper img {
    display: inline-block;
    width: 80%;
}
.giftwrapper .item {
    display: flex;
    font-size: 17px;
    
    border-radius: 40px;
    overflow: hidden;
}
.giftwrapper .item .tag {
    width: 50%;
    flex-shrink: 0;
    text-align: left;
    font-weight: 600;
    background-color: #ebebeb;
    padding: 8px 16px;
}
.giftwrapper .item .content {
    flex-grow: 1;
    text-align: right;
    background-color: #f4f4f4;
    padding: 8px 16px;
}
.counttime::before {
    content: "\f017";
    display: inline-block;
    vertical-align: text-bottom;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 0.8em;
    margin-right: 6px;
}
.links-wrapper .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 10px;
    position: relative;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.1);
}
.links-wrapper .item.item-w-img {
    padding-left: 0;
    background-color: transparent;
    box-shadow: none;
}
.links-wrapper .item.item-w-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.1);
    pointer-events: none;
}
.links-wrapper .item .imgbox {
    width: 70px;
    padding: 4px;
    flex-shrink: 0;
    background-color: #e1ebd4;
    border-radius: 100%;
    position: relative;
    outline: 8px solid #fff;
}
.links-wrapper .item .textbox {
    padding-left: 16px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.scan-tabs.tabs .nav.nav-tabs.nav-justified li .nav-link {
    border: 0 !important;
}
.scan-tabs .tab-content {
    box-shadow: none;
    border: 0;
}
.scan-tabs .scanner {
    width: 100%;
    height: 100%;
}
.infoWrapper {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0px 5px -1px rgba(0,0,0,0.1);
}
.infoWrapper .item {
    display: flex;
    border-bottom: 2px solid #f9f9f9;
}
.infoWrapper .item:last-child {
    border-bottom: 0;
}
.infoWrapper .item .tag {
    width: 25%;
    flex-shrink: 0;
    padding: 10px 14px;
    padding-right: 10px;
    background-color: #f4e6e6;
    color: #733546;
    font-weight: 600;
    line-height: 1.5;
}
.infoWrapper .item .content {
    flex-grow: 1;
    padding: 10px 14px;
    background-color: #fff;
    line-height: 1.5;
}
.listWrapper .list-item {
    display: flex;
    
    margin-bottom: 16px;
    background-color: #f6f6f6;
}
.listWrapper .list-item .imgbox {
    width: 15px;
    flex-shrink: 0;
    margin-right: 10px;
}
.listWrapper .list-item .textbox {
    flex-grow: 1;
    padding: 12px 16px;
}
.listWrapper .list-item .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.listWrapper .list-item .date {
    font-size: 15px;
    line-height: 1;
    color: #acacac;
}
.listWrapper .list-item .icon {
    font-size: 1.4em;
    color: #fff;
    background-color: #e55a48;
    display: flex;
    align-items: center;
    padding: 10px;
}
.article-header {
    margin-bottom: 8px;
}
.article-header .title {
    margin-bottom: 4px;
    font-size: 1.6em;
    color: var(--text-dk-primary);
}
.article-header .date {
    color: #acacac;
    font-size: 15px;
}
.article-content {
    background-color: #fff8ea;
    padding: 10px;
    border-radius: 6px;
}
.article-footer {
    padding-top: 16px;
    margin-top: 24px;
    border-top: 1px dashed #d2d2d2;
    padding-bottom: 48px;
}
.section-tag {
    display: inline-block;
    font-size: 0.9em;
    color: #8f5e04;
    opacity: 0.9;
    margin-bottom: 10px;
}
.fbLink {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 3px dashed #ec9493;
    background-color: var(--bs-secondary);
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.1);
}
.fbLink img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 16px;
}
.callout-bubble {
    position: relative;
    background-color: #feffb3;
    border: 1px solid #f8ed90;
    padding: 4px 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.callout-bubble::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/deco/hug.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
}
.callout-bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #f8ed90 transparent transparent transparent;
    transform: rotate(0deg);
}
.callout-bubble p {
    margin-bottom: 0;
    color: #9f7700;
    line-height: 1.4;
    font-size: 0.9em;
}
.pointBox {
    display: flex;
}
.pointBox .item {
    position: relative;
    background-color: #ebeff6;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.pointBox .item:last-child {
    border-right: 0;
}
.pointBox .item.border {
    border: 3px solid #d6d0ef !important;
    overflow: hidden;
}
.pointBox .item.border::after {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d6d0ef;
    position: absolute;
    right: -32px;
}
.pointBox .tag {
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 1.5em;
    text-align: left;
    position: relative;
}
.pointBox .point {
    margin-left: auto;
    font-size: 2.6em;
    line-height: 1;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: var(--bs-primary);
}

.smooth-16 {
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color),
        calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color),
        calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color),
        calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color),
        calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),
        calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color),
        calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color),
        calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color),
        calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);
}
.pointBox .point small {
    display: inline-block;
    padding-left: 2px;
}
.point-item {
    display: flex;
    background-color: #fff8ea;
    border: 2px dashed #f6ead1;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 10px;
}
.point-item .date {
    font-size: 0.8em;
    color: #acacac;
    margin-bottom: 6px;
}
.point-item .rightbox {
    margin-left: auto;
    flex-shrink: 0;
}
.point-item .point {
    font-size: 1.4em;
    font-weight: 600;
    padding-top: 10px;
    color: var(--bs-primary);
    letter-spacing: 1px;
}
.point-item .point::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-image: url(../img/deco/trickle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.numberBox {
    position: relative;
    color: #464948;
    background-color: #f2f4ff;
    border: 5px solid #d6d0ef;
    height: 300px;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.numberBox::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -460px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: #d6d0ef;
}
.numberBox .item {
    position: relative; 
}
.numberBox .item .content {
    font-size: 1.8em;
    line-height: 1.6;
    font-weight: 600;
}
.waitNumberBox {
    font-size: 4em;
    line-height: 1;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: var(--bs-primary);
    padding: 32px 0;
    position: relative;
}
.numberBox .date {
    position: relative;
}

.result-box {
    border-radius: 40px;
    box-shadow: 2px 2px 16px -2px #f5d345;
}
.modal .result-box {
    border-radius: 0;
    box-shadow: none;
}
.contactBox {
    display: flex;
    align-items: center;
    padding: 14px;
}
.contactBox img {
    width: 70px;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
}
.contactBox p {
    margin-bottom: 0;
    line-height: 1.4;
}
.contactBox .tag {
    color: #8873d4;
    font-weight: 600;
    margin-bottom: 4px;
    opacity: 0.8;
}
.banner-section {
    background-image: url(../img/deco/banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;

}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70vw;
    height: 100%;
    background-image: url(../img/deco/curve_block.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
.banner-section::after {
    content: "";
    position: absolute;
    right: 32px;
    bottom: 24PX;
    width: 40vw;
    height: 300px;
    background-image: url(../img/deco/people.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-outter {
    margin-left: 15%;
}
.indexNumberBox {
    display: flex;
    align-items: center;
    font-size: 1.1em
}
.take-outter {
    padding: 32px 16px;
}
.section-imgbox {
    width: 54%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width: 1024px) {
    .numberBox {
        height: 340px;
    }
    .numberBox::before {
        bottom: -440px;
    }
}
@media (max-width: 992px) {
    .section-imgbox {
        display: none;
    }
}
@media (max-width: 600px) {
    .banner-outter {
        margin-left: 0;
    }
    .banner-section::before {
        width: 100vw;
        background-position: center;
    }
    .banner-section::after {
        display: none;
    }   
}
@media (max-width: 361px) {
    .pointBox .tag {
        font-size: 1.4em;
    }
}
@media (max-width: 321px) {
    .pointBox .tag {
        font-size: 1.3em;
    }
    .pointBox .point {
        font-size: 2.4em;
    }
    .pointBox .item {
        padding: 12px 12px;
        height: 90px;
    }
}