﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Avenir";
    src: local("AvenirNextCyr-Bold"), url("../fonts/AvenirNextCyr-Bold.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: local("AvenirNextCyr-Light"), url("../fonts/AvenirNextCyr-Light.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: local("AvenirNextCyr-Regular"), url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: local("AvenirNextCyr-Medium"), url("../fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Noto Sans TC", sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1600px !important;
}

.dropdown-toggle::after {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 1s all ease;
    outline: none;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

    a:focus {
        outline: none;
    }

    a.button {
        text-align: center;
        border-radius: 20px;
        box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.27);
        border: 1px solid #0081c5;
        padding: 10px 31px;
        display: block;
        transition: 1s all ease;
        color: #1e95d4;
        background-color: #ffffff;
        margin: auto;
        font-weight: bold;
    }

        a.button:hover, a.button:focus {
            text-decoration: none;
            outline: none;
            background-color: #eef9ff;
            color: #0081c5;
            box-shadow: 0 0 15px rgba(108, 191, 235, 0.5);
        }

button.button {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.27);
    border: 1px solid #0081c5;
    padding: 10px 31px;
    display: block;
    transition: 1s all ease;
    color: #1e95d4;
    background-color: #ffffff;
    margin: auto;
    font-weight: bold;
    width: -webkit-fill-available;
}

    button.button:hover, button.button:focus {
        text-decoration: none;
        outline: none;
        background-color: #eef9ff;
        color: #0081c5;
        box-shadow: 0 0 15px rgba(108, 191, 235, 0.5);
    }

h1, h2, h3 {
    margin: 0;
}

input, textarea {
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 10px;
    border: 1px solid #979797;
    padding: 5px 18px 5px 22px;
    font-size: 13px;
    font-weight: 300;
}

    input:focus, input:hover, textarea:focus, textarea:hover {
        outline-color: #1e95d4;
        outline-width: 1px solid #1e95d4;
        border: 1px solid #1e95d4 !important;
        box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.17);
    }

select:focus, select:hover {
    outline-color: #1e95d4;
    outline-width: 1px solid #1e95d4;
    border: 1px solid #1e95d4 !important;
    box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.17);
}

.title {
    font-family: "Avenir", san-serif;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
}

.subtitle {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #0081c5;
}

.btn {
    border-radius: 20px !important;
    box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.27);
    border: 1px solid #0081c5;
    transition: 0.5s all;
    background-color: #029aea;
}

    .btn:hover {
        background-color: #eef9ff;
        color: #0081c5;
        box-shadow: 0 0 15px rgba(108, 191, 235, 0.5);
        outline: none;
    }

button {
    border-radius: 20px;
    box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.27);
    border: 1px solid #0081c5;
    padding: 10px 31px;
    display: block;
    transition: 1s all ease;
}

    button:hover {
        background-color: #eef9ff;
        color: #0081c5;
        box-shadow: 0 0 15px rgba(108, 191, 235, 0.5);
    }

    button:focus {
        outline: none;
    }

.hero {
    position: relative;
}

.btn {
    transition: 0.5s all ease-in-out;
}

    .btn:hover {
        background-color: #eef9ff;
        color: #0081c5;
        box-shadow: 0 0 15px rgba(108, 191, 235, 0.5);
    }

button.drop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 150px;
    right: 27px;
    z-index: 10;
    border-radius: 50%;
    width: 85px;
    height: 80px;
    /*box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.11);*/
    box-shadow: 0 0 0 0;
    background-color: transparent;
    padding: 18px;
    border: transparent;
}

.drop__img {
    height: 90px !important;
    width: 90px !important;
}

button.totop {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
    right: 27px;
    z-index: 10;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 18px;
    border: transparent;
}

.totop__icon {
    font-size: 25px;
    color: #838996;
}

.main-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-pagination .swiper-pagination-bullet {
        background-color: rgba(35, 150, 213, 0.9);
    }

    .main-pagination .swiper-pagination-bullet-active {
        height: 17px;
        transform: translateY(5%);
        background-image: url("../img/i_btn-min.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        background-color: transparent;
        opacity: 1;
    }

.content-space {
    position: relative;
}

.banner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.banner__img {
    width: 100%;
    height: 358px;
    object-fit: cover;
}

.banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.banner-bottom__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.required {
    color: #de4545;
}

.breadcrumb {
    background-color: transparent;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f7f7f;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.row_exclusive {
    height: 300px;
}

.attention {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    max-height: 203px;
    overflow: auto;
    padding: 10px;
}

.attention__title {
    font-size: 17px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #131b1f;
}

.attention__option {
    color: #767676;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.accordion {
    background-color: #fff;
    border-radius: 10px;
}

.accordion__card {
    border-radius: 10px;
    border: solid 1px #47a6d8;
}

.accordion__button {
    outline: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

    .accordion__button:hover, .accordion__button:focus {
        box-shadow: none;
        border: none;
        text-decoration: none;
    }

.select {
    margin-right: 15px;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 10px;
    border: 1px solid #979797;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    padding: 5px 18px 5px 22px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    position: relative;
    background-image: url("../img/angle-arrow-down-3.svg");
    background-repeat: no-repeat;
    background-position: 90% 45%;
    background-size: 12px;
}

.text-blue {
    color: #0095d7;
}

@media screen and (min-width: 768px) {
    .col-md-4-point-5 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

@media screen and (min-width: 992px) {
    .col-lg-4-point-5 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .border-lg-light {
        border-right: solid 1px #d5e6fa;
    }
}

.w-40 {
    width: 40% !important;
}

.square-btn {
    border: solid 2px #767676;
    width: 90px;
    height: 90px;
    border-radius: 9px;
    box-shadow: 0 2px 8px 0 rgba(187, 192, 255, 0.5);
    color: #767676;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    transition: 0.2s;
    margin: 10px 0px;
    filter: grayscale(1);
    padding: 0px;
}

.square-btn__icon {
    width: 43px;
    height: 43px;
    box-shadow: 1px 1px 4px rgba(172, 177, 241, 0.3) inset;
    padding: 7px;
    border-radius: 50px;
    margin: 8px auto;
    opacity: 0.8;
    background: #eef9fe;
}

.square-btn__icon-img {
    width: 80%;
    height: auto;
}

.square-btn__text {
    border-top: solid 1px #ddd;
    width: 100%;
}

.square-btn:hover, .square-btn.active, .square-btn .nav-link.active {
    border: solid 2px #0081c5;
    color: #0081c5;
    filter: grayscale(0);
}

    .square-btn:hover .square-btn__text, .square-btn.active .square-btn__text, .square-btn .nav-link.active .square-btn__text {
        border-top: solid 1px #d3e5f0;
    }

    .square-btn:hover .square-btn__icon, .square-btn.active .square-btn__icon, .square-btn .nav-link.active .square-btn__icon {
        opacity: 1;
    }

@media (min-width: 439px) {
    .square__items {
        max-width: 460px;
    }
}

@media (max-width: 440px) {
    .square__items {
        max-width: 250px;
        margin: auto;
    }
}

@media (max-width: 990px) {
    .square-btn.nav-link {
        margin-left: 0px !important;
    }
}

.square-option {
    border: solid 2px #ddd;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(187, 192, 255, 0.5);
    color: #ddd;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    transition: 0.2s;
    margin: 10px;
    filter: grayscale(1);
}

    .square-option .square-option-icon {
        padding: 10px;
        border-bottom: solid 1px #ddd;
    }

        .square-option .square-option-icon img {
            width: 50px;
            height: 50px;
            opacity: 0.3;
        }

    .square-option.active {
        border: solid 2px #0081c5;
        color: #0081c5;
        filter: grayscale(0);
    }

        .square-option.active img {
            opacity: 1;
        }

.rectangle-btn {
    border: solid 2px #0081c5;
    border-radius: 10px;
    color: #0081c5;
    font-weight: 500;
    filter: grayscale(1);
}

.rectangle-btn__icon {
    width: 43px;
    height: 43px;
    box-shadow: 1px 1px 4px rgba(172, 177, 241, 0.3) inset;
    padding: 8px;
    border-radius: 50px;
    opacity: 0.8;
    background: #eef9fe;
    margin: 5px 10px;
}

.rectangle-btn__text {
    padding: 20px 5px;
    border-left: solid 1px #d1e7fc;
}

.rectangle-btn:hover {
    color: #0081c5;
    filter: grayscale(0);
}

.modal .red {
    color: #de4545;
    font-size: 14px;
}

.modal-note {
    color: #de4545;
    text-align: center;
    padding: 5px 0px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.modal .modal-lg {
    max-width: 600px;
}

.modal-content {
    border: solid 1px #43C2F5;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #212529;
    overflow: hidden;
}

.modal-header {
    border-bottom: solid 1px #43C2F5;
    background: #43C2F5;
    color: white;
}

    .modal-header i {
        font-size: 25px;
        cursor: pointer;
        color: white;
    }

.modal-body {
    padding: 0px 15px;
}

.modal-card {
    margin-top: 10px;
    cursor: pointer;
    letter-spacing: 1px;
}

.modal-card-header {
    background: rgba(67, 194, 245, 0.15);
    color: #0081c5;
    border-radius: 10px;
    padding: 3px 15px;
    font-size: 18px;
    font-weight: 500;
}

.modal-card-body {
    padding: 10px;
    margin-top: 6px;
    background: rgba(67, 194, 245, 0.05);
    border-radius: 10px;
}

.modal-footer {
    padding: 0px;
    border-top: dashed 1px #43C2F5;
}

.modal-footer-btn {
    color: white;
    background: #43C2F5;
    border: 1px solid #029aea;
}
.modal-img-close-btn {
    position: absolute;
    left: 92%;
    font-size: large;
    box-shadow: 5px 5px 10px #666;
    padding: 0px 10px 0px 10px;
    border-radius: 18px;
    margin: 2px 0px 5px -5px;
}
.hidden {
    display: none !important;
}

.header-line {
    margin-top: 88px;
    background-color: #43A2EE !important;
}

.header-line__wrap {
    padding: 6px;
}

.header-line__text {
    font-size: 14px;
    color: white;
}

.outter {
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 990px) {
    .outter {
        display: none;
    }

    li.member-link {
        display: none !important;
    }

    a.member-link {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .inner {
        display: none;
    }

    a.member-link {
        display: block !important;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 1;
}

.header-navbar__item {
    margin-right: 36px;
    font-size: 16px;
    font-weight: 500;
}

.header-navbar__submenu {
    color: #505456 !important;
}

.header .nav-link {
    letter-spacing: 1px;
    font-size: 16px;
    color: #000000 !important;
}

.dropdown-item {
    background: none;
}

    .dropdown-item:hover {
        font-weight: 600;
    }

ul.navbar-nav {
    background-color: #fff !important;
    opacity: 1;
}

.dropdown-menu__submenu {
    border: none;
    padding-left: 10px;
}

button.navbar-toggler {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#burger {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

li.menu__item {
    position: relative;
}

    li.menu__item:hover .sub-menu__list {
        display: block;
    }

    li.menu__item .menu__link {
        border-bottom: solid 1px #43A2EE;
    }

    li.menu__item .sub-menu__list {
        position: absolute;
        left: 155px;
        top: 0;
        list-style: none;
        background-color: white;
        border-radius: 3px;
        padding-left: 0;
        display: none;
        border: solid 1px #43A2EE;
        padding: 0px 10px;
        margin-left: -20px;
    }

        li.menu__item .sub-menu__list .sub-menu__item + .sub-menu__item {
            border-top: solid 1px #43A2EE;
        }

@media (min-width: 992px) {
    .dropdown-menu {
        margin-top: 0;
        padding: 5px 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        border: solid 1px #43A2EE;
        box-shadow: 0px 0px 5px rgba(67, 162, 238, 0.2);
    }

        .dropdown-menu .dropdown-item {
            transition: 0.2s;
            background: none;
        }

            .dropdown-menu .dropdown-item + .dropdown-item {
                border-top: solid 1px #43A2EE;
            }

        .dropdown-menu:before {
            top: -8px;
            left: 50%;
            position: absolute;
            width: 15px;
            height: 15px;
            content: "";
            display: block;
            background-color: white;
            border-top: solid 1px #43A2EE;
            border-left: solid 1px #43A2EE;
            transform: translateX(-50%) rotate(45deg);
        }

    .minimum {
        display: none !important;
    }

    .header-link {
        position: relative;
        overflow: hidden;
        margin: 10px 0px;
    }

        .header-link:before {
            transition: 0.5s;
            content: "";
            position: absolute;
            bottom: 2px;
            height: 3px;
            width: 0%;
            left: 0px;
            background: #43A2EE;
        }

        .header-link:hover:before {
            width: 100%;
        }
}

@media (min-width: 990px) {
    .nav-link-icon, .fa-angle-down, .navbar-icons {
        display: none;
    }
}

@media (max-width: 990px) {
    .navbar-nav {
        border-top: solid 3px #43A2EE;
        overflow: auto;
        height: calc(100vh - 180px);
    }

    .nav-link {
        text-align: center;
        border-bottom: solid 1px #ddd;
        padding: 20px 15px !important;
    }

    .dropdown-item {
        padding: 10px 0px;
    }

    .nav-link-icon {
        width: 22px;
        height: auto;
        margin-right: 5px;
        filter: grayscale(1);
    }

    .nav-item {
        margin-right: 0px !important;
    }

        .nav-item .dropdown-menu {
            text-align: center;
            background: #F2FAFD;
            border: none;
            margin-top: 0px;
            padding: 0px;
        }

        .nav-item .dropdown-item {
            padding-left: 5px;
            padding-right: 5px;
        }

            .nav-item .dropdown-item::before {
                content: "• ";
                font-weight: 900;
            }

    .header-navbar__item.show {
        background: #e8f6fe;
    }

        .header-navbar__item.show .nav-link-icon {
            filter: grayscale(0);
        }

        .header-navbar__item.show .fa-angle-down, .header-navbar__item.show .fa-angle-up {
            transform: rotate(180deg);
        }

        .header-navbar__item.show .nav-link {
            color: #4792cf !important;
            border-bottom: none;
        }

        .header-navbar__item.show .dropdown-menu.show {
            background: #F2FAFD;
        }

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #e8f6fe !important;
    }

    .dropdown-menu__submenu.show {
        background: #F9FDFE;
        padding-left: 40px;
    }

    .sub-menu__list {
        list-style: disc;
    }

    .header-navbar__icon {
        display: none;
    }

    .header-navbar__submenu {
        padding-left: 40px;
        padding-right: 40px;
    }

    .maximum {
        display: none;
    }
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider .swiper-slide {
    padding-bottom: 26%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.slider .swiper-slide_one {
    background-image: url("../img/banner_11.jpg");
}

.slider .swiper-slide_two {
    background-image: url("../img/banner_2.jpg");
}

.slider .swiper-slide_three {
    background-image: url("../img/banner_3.jpg");
}

.slider .swiper-slide__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider .swiper-slide__title {
    font-size: 55px;
    letter-spacing: 5px;
    font-weight: 900;
}

.slider .swiper-slide__subtitle {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #0385cd;
}

.slider .swiper-slide__button {
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(8, 79, 116, 0.09);
    border: solid 1px #00afff;
    background-color: #ffffff;
    color: #00afff;
    transform-style: 1s all ease;
}

    .slider .swiper-slide__button:hover {
        background-color: #00afff !important;
        color: #ffffff;
    }

.slider.slider-mobile {
    display: none;
}

@media (max-width: 576px) {
    .slider.slider-pc {
        display: none;
    }

    .slider.slider-mobile {
        display: block;
    }

        .slider.slider-mobile .swiper-slide {
            padding-bottom: 100%;
            background-size: cover;
        }
}

@media (max-width: 900px) {
    .slider .swiper-slide__title {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .slider .swiper-slide__subtitle {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .slider .swiper-slide__button {
        border-radius: 20px;
        box-shadow: 0 4px 10px 0 rgba(8, 79, 116, 0.09);
        border: solid 1px #00afff;
        background-color: #ffffff;
        color: #00afff;
        font-size: 10px;
    }
}

@media (max-width: 680px) {
    .slider .swiper-slide__title {
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: 500;
    }

    .slider .swiper-slide__subtitle {
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

    .slider .swiper-slide__button {
        padding: 2px !important;
        border-radius: 20px;
        box-shadow: 0 4px 10px 0 rgba(8, 79, 116, 0.09);
        border: solid 1px #00afff;
        background-color: #ffffff;
        color: #00afff;
        font-size: 10px;
    }
}

@media (max-width: 430px) {
    .slider .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .slider .swiper-container .swiper-slide {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

        .slider .swiper-container .swiper-slide__title {
            font-size: 25px;
            letter-spacing: 2px;
            font-weight: 500;
        }

        .slider .swiper-container .swiper-slide__subtitle {
            font-size: 15px;
            letter-spacing: 2px;
            margin-bottom: 20px !important;
        }

        .slider .swiper-container .swiper-slide__button {
            padding: 8px !important;
            border-radius: 20px;
            box-shadow: 0 4px 10px 0 rgba(8, 79, 116, 0.09);
            border: solid 1px #00afff;
            background-color: #ffffff;
            color: #00afff;
            font-size: 12px;
        }
}

.service-order-btn {
    max-width: 350px;
    margin: 0px 10px;
}

.service__img-block {
    max-width: 261px;
    min-height: 175px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 6px 0 rgba(32, 47, 127, 0.09);
    transition: 1s all ease;
}

    .service__img-block:hover {
        background-color: #eef9ff;
        color: #0081c5;
        box-shadow: 0 0 15px rgba(108, 191, 235, 0.5);
        transform: translateY(-10px);
    }

.service__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all ease;
}

    .service__img:hover {
        transform: scale(1.2);
    }

.service__wrap {
    padding: 63px 79px 0px 63px;
}

.service__title {
    text-transform: uppercase;
}

.service__subtitle {
    color: #0081c5;
}

.service__info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service__image-wrap {
    margin-top: 39px;
    margin-bottom: 261px;
}

.service__text {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 1290px) {
    .service__img-block {
        max-width: 200px;
        min-height: 100px;
    }
}

@media (max-width: 991.99px) {
    .service__img-block {
        max-width: 261px;
        min-height: 175px;
    }

    .service__image-wrap {
        margin-bottom: 200px;
    }
}

@media (max-width: 710px) {
    .service__img-block {
        max-width: 150px;
        min-height: 100px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 1px 6px 0 rgba(32, 47, 127, 0.09);
    }

    .service__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service__wrap {
        padding: 40px 0 0 0;
    }

    .service__title {
        text-transform: uppercase;
    }

    .service__subtitle {
        color: #0081c5;
    }

    .service__info {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service__image-wrap {
        margin-top: 39px;
        margin-bottom: 120px;
    }

    .service__text {
        margin-top: 16px;
        font-size: 15px;
        font-weight: 500;
    }
}

@media (max-width: 335px) {
    .service__img-block {
        max-width: 120px;
        min-height: 80px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 1px 6px 0 rgba(32, 47, 127, 0.09);
    }

    .service__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service__wrap {
        padding: 40px 0 0 0;
    }

    .service__title {
        text-transform: uppercase;
    }

    .service__subtitle {
        color: #0081c5;
    }

    .service__info {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service__image-wrap {
        margin-top: 39px;
        margin-bottom: 120px;
    }

    .service__text {
        margin-top: 16px;
        font-size: 15px;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .service__store-btns {
        justify-content: center !important;
    }
}

.brandstory__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #fff;
    padding: 63px 78px 0 78px;
    max-width: 1440px;
    padding-bottom: 36px;
    margin: auto;
}

.brandstory__info {
    width: 587px;
    margin-right: 54px;
}

.brandstory__picture {
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    height: 435px;
    flex-shrink: 0;
}

.brandstory__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandstory__article-name {
    margin-top: 16px;
    margin-bottom: 0;
    align-items: center;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 500;
}

.brandstory__article {
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 1.6px;
}

.brandstory__button {
    background-color: #0081c5;
    color: #ffffff;
    margin-top: 29px;
}

.drop-icon {
    width: 11px;
    height: 18px;
    margin-left: 5px;
}

.center-img {
    position: absolute;
    width: 100%;
    top: -191px;
    padding-bottom: 23%;
    background-image: url("../img/bg-new-pic.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -10;
}

@media (max-width: 1050px) {
    .brandstory__picture {
        display: none !important;
    }

    .brandstory__image {
        display: none !important;
    }

    .brandstory__info {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 840px) {
    .brandstory__wrap {
        padding-top: 17px !important;
    }

    .center-img {
        top: -120px;
    }
}

@media (max-width: 565px) {
    .brandstory__wrap {
        padding: 0 10px 40px 10px;
    }

    .brandstory__article-name {
        font-size: 20px;
    }

    .title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 15px;
    }

    .center-img {
        padding-bottom: 0;
        height: 200px;
        background-size: cover;
    }
}

.features__heading {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 78px 0 78px;
    display: flex;
    justify-content: start;
    margin-bottom: 47px;
}

.features__wrap {
    margin-right: auto;
    margin-left: auto;
}

.features__button-wrap {
    margin-bottom: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.features__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    padding: 45px;
    box-shadow: 0 2px 7px 0 rgba(39, 84, 200, 0.1);
    border: solid 1px #d5e6fa;
    background-color: #ffffff;
}

.features__button-subtitle {
    margin-top: 15px;
}

.features__button-row {
    max-width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

@media (max-width: 565px) {
    .features__heading {
        padding: 10px;
    }

    .features__button-row {
        padding: 0 !important;
    }
}

@media (max-width: 460px) {
    .features__button {
        width: 100px !important;
        height: 100px !important;
        padding: 20px !important;
    }

    .features__button-subtitle {
        font-size: 12px;
    }

    .features__button-icon {
        width: 50px;
        height: 50px;
    }
}

.footer {
    background-color: #6cbfeb;
}

.footer__wrap {
    max-width: 1270px;
    margin: auto;
    padding: 53px 40px 44px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #ffffff;
}

.footer__contact {
    max-width: 399px;
    display: flex;
    flex-direction: column;
}

.footer__contact-title {
    font-size: 22px;
    letter-spacing: 0.73px;
}

.footer__contact-text {
    line-height: 1.64;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 300;
}

.footer__media-title {
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.3px;
}

.footer__inc {
    width: 104px;
    display: flex;
    flex-direction: column;
}

.footer__inc-title {
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.3px;
}

.footer__media-icons {
    display: flex;
    justify-content: space-between;
    width: 133px;
}

.footer__media-icon {
    font-size: 24px;
}

.footer-sponsor {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer-sponsor__img-wrap {
    width: 200px;
    height: 160px;
}

.footer-sponsor__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-sponsor__img_one {
    object-fit: cover;
}

@media (max-width: 800px) {
    .footer__wrap {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 500px;
    }

    .footer__logo {
        display: none;
    }

    .footer-sponsor {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-sponsor__img-wrap {
        width: 45%;
        height: 100px;
    }

    .footer-sponsor__img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .footer-sponsor__img_one {
        object-fit: cover;
    }
}

.footer-line {
    background-color: #4aa9dc;
    color: #d3f0ff;
}

.footer-line__wrap {
    padding: 6px;
}

.footer-line__text {
    font-size: 14px;
}

.wash .wash-form__select_four::placeholder, .wash input.wash-form__select-input::placeholder {
    line-height: 21px;
}

.wash__button {
    background-color: #1e95d4;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    padding-right: 45px;
    padding-left: 45px;
}

.wash-wrap {
    max-width: 1570px;
    margin: auto;
}

.wash-form {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dddddd;
}

.wash-form__button {
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    width: 110px;
    padding: 8px 0px;
}

    .wash-form__button.active .colorful {
        display: inline-block;
    }

    .wash-form__button.active .gray {
        display: none;
    }

    .wash-form__button:not(.active) .colorful {
        display: none;
    }

    .wash-form__button:not(.active) .gray {
        display: inline-block;
    }

.wash-form__button-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wash-form__button-icon_wrapped {
    height: 60px;
    width: 40px;
}

.wash-form__button-icon_wrapped-exclusive {
    border-radius: 50%;
    overflow: hidden;
    height: 52px;
    width: 52px;
    background-color: #f0f5f7;
    box-shadow: inset 3px 3px 3px 0 rgba(215, 215, 215, 0.14);
    padding: 10px;
    margin-bottom: 10px;
}

.wash-form__button span {
    display: block;
}

.wash-form__amount {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.wash-form__amount-text_one {
    font-family: "Arial";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: 0.58px;
    color: #1e95d4;
}

.wash-form__amount-text_two {
    margin-right: 0 !important;
}

.wash-form__price-tag {
    border-radius: 8px;
    border: solid 1px #d5e6fa;
    background-color: #ffffff;
    height: 100%;
}

.wash-form__price-tag_top {
    padding: 29px 37px;
    border-bottom: solid 1px #d5e6fa;
}

.wash-form__price-tag_bottom {
    padding: 17px 37px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.wash-form__personal {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(187, 192, 255, 0.12);
    border: solid 4px #ffffff;
    background-color: #e9f8ff;
    padding: 32px 34px;
}

.wash-form__text-form {
    display: flex;
    align-items: center;
}

.wash-form__text-input {
    max-width: 65%;
}

    .wash-form__text-input:focus, .wash-form__text-input:hover {
        border: 1px solid #1e95d4 !important;
    }

.wash-form_right {
    border: none;
}

.wash-form__hint {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #818181;
    margin-top: 11px;
}

.wash-form__wrap {
    padding: 0px 34px;
}

.wash-form__label {
    margin-right: 29px;
    margin-bottom: 0;
}

.wash-form__title {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.39px;
    color: #343434;
}

.wash-form__title_fb-100 {
    margin-right: 20px;
}

.wash-form__subtitle {
    font-family: "Noto Sans TC", sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.93px;
    color: #343434;
    margin-right: 29px;
    white-space: nowrap;
}

.wash-form__subtitle_right {
    margin-bottom: 15px;
}

.wash-form__button {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-align: center;
    color: #7a7a7a;
    background-color: #ffffff;
    min-width: 127px;
    margin-right: 14px;
    border: solid 2px #979797;
    box-shadow: none;
}

    .wash-form__button:hover, .wash-form__button:focus, .wash-form__button:visited {
        color: #1e95d4;
        background-color: #fff;
        box-shadow: 0 2px 8px 0 #acb1f1;
        border: solid 2px #1e95d4;
    }

.wash-form__button-group {
    display: flex;
}

.wash-form__radio {
    margin-right: 8px;
}

.wash-form__radio-group {
    margin-top: 24px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}

.wash-form__select {
    margin-right: 15px;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 10px;
    border: 1px solid #979797;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    padding: 5px 45px 5px 22px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    position: relative;
    background-image: url("../img/angle-arrow-down-3.svg");
    background-repeat: no-repeat;
    background-position: 90% 45%;
    background-size: 12px;
}

.wash-form__select-input {
    flex-basis: 54%;
    width: 54%;
    max-width: 54%;
    margin-left: 97px;
    margin-top: 10px;
}

.wash-form__select_right {
    background-image: none;
}

.wash-form__select_one, .wash-form__select_two {
    flex-basis: 13%;
    max-width: 13%;
    width: 13%;
    overflow: hidden;
}

.wash-form__select_three, .wash-form__select_four {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
    overflow: hidden;
}

.wash-form__select-group {
    display: flex;
    flex-wrap: wrap;
}

.wash-form__select-option {
    color: #000000;
}

.wash-form__select-option_selected {
    color: #7a7a7a;
}

.row_top {
    border-radius: 8px;
    border: solid 1px #d5e6fa;
    background-color: #ffffff;
}

@media (max-width: 1552px) {
    .wash-form__button {
        min-width: 0;
    }

    .wash-form__button-group_right {
        flex-wrap: wrap;
    }

    .wash-form__button_right {
        margin-bottom: 10px;
    }
}

@media (max-width: 1450px) {
    .wash-form__subtitle_bottom {
        margin-right: 7px;
    }
}

@media (max-width: 1155px) {
    .wash-form__radio-group {
        flex-wrap: wrap;
    }

    .wash-form__subtitle_fb-100 {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .wash-form__select-input {
        flex-basis: 92%;
        width: 92%;
        max-width: 92%;
        margin-top: 5px;
        margin-right: auto;
        margin-left: 0;
    }

    .wash-form__select_one, .wash-form__select_two, .wash-form__select_three, .wash-form__select_four {
        flex-basis: 45%;
        max-width: 45%;
        width: 45%;
        margin-bottom: 10px;
    }

    .wash-form__select-group {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .wash-form__subtitle_bottom {
        min-width: 77px;
    }

    .wash-form__text-form {
        margin-top: 10px;
    }
}

@media (max-width: 990px) {
    .wash-form {
        border-right: none;
    }

    .wash-form__wrap_left {
        padding-bottom: 0;
    }

    .wash-form__select_right {
        width: 373px !important;
        max-width: 373px;
    }

    .wash-form__button {
        min-width: 0;
    }

    .wash-form__button-group_right {
        flex-wrap: wrap;
    }

    .wash-form__button_right {
        flex-basis: 30% !important;
        max-width: 30%;
        width: 30%;
        margin-bottom: 10px;
    }
}

@media (max-width: 614px) {
    .wash-form__button-group_left {
        flex-wrap: wrap;
    }

    .wash-form__button_left {
        flex-basis: 45%;
        max-width: 45%;
        width: 45%;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media (max-width: 554px) {
    .wash-form__button {
        min-width: 0;
    }

    .wash-form__button-group_right {
        flex-wrap: wrap;
    }

    .wash-form__button_right {
        flex-basis: 100% !important;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media (max-width: 506px) {
    .wash-form__select_right {
        width: 100% !important;
        max-width: 100%;
        background-image: none;
    }
}

@media (max-width: 458px) {
    .wash-form__select-input {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 5px;
        margin-right: 0;
        margin-left: 0;
    }

    .wash-form__select_one, .wash-form__select_two, .wash-form__select_three, .wash-form__select_four {
        flex-basis: 100%;
        max-width: 324px;
        margin-right: 0;
    }

    .wash-form__radio-group {
        flex-wrap: wrap;
    }
}

@media (max-width: 398px) {
    .wash-form__title_fb-100 {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .wash-form__wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wash-form__button_left {
        flex-basis: 100%;
        width: 100%;
    }
}

.member__greetings {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.89px;
    color: #131b1f;
    margin: 0;
    padding-left: 1rem;
}

.member__title {
    padding-left: 1rem;
}

.member__subtitle {
    padding-left: 1rem;
}

.member__level {
    margin: 0;
    font-size: 17px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #131b1f;
    padding-left: 1rem;
    padding-right: 1rem;
}

.member__level-icon {
    width: 37px;
    height: 37px;
}

.member__level-col_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.member__level-col_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.member__name {
    font-size: 34px;
    letter-spacing: 1.26px;
    color: #0a87c9;
}

.member-wrap {
    max-width: 1570px;
    margin: auto;
    padding: 0 0.6rem 0 0.6rem;
}

.member__button {
    background-color: #1e95d4;
    color: #ffffff;
}

.member__card {
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(187, 192, 255, 0.19);
    border: solid 3px #d5e6fa;
    background-color: #ffffff;
    flex-basis: 19%;
    transition: 0.1s all ease-in-out;
    overflow: hidden;
}

    .member__card:hover {
        box-shadow: 0 4px 10px 0 rgba(134, 144, 229, 0.38);
        border: solid 3px #47a6d8;
    }

.member__card-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member__card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 2.5rem 1.25rem;
}

.member__card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.member__card-text {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #0095d7;
}

.member__card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.member__card-img-wrap {
    width: 125px;
    height: 125px;
    box-shadow: inset 3px 3px 3px 0 rgba(155, 170, 229, 0.14);
    background-color: #eef9fe;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px 15px;
}

@media (max-width: 1030px) {
    .member__card-text {
        font-size: 20px;
    }
}

@media (max-width: 920px) {
    .member__card {
        flex-basis: 45%;
        margin-bottom: 10px;
    }

    .member__card-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .member__level-col_right {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
}

@media (max-width: 416px) {
    .member__card {
        flex-basis: 80%;
    }
}

.order-info .blue-bg {
    background: #3EB2F0;
}

.order-info .active {
    background-color: #22a8ee;
    border: solid 1px #0081c5;
}

.order-info__input {
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 7px;
    line-height: 20px;
}

    .order-info__input::placeholder {
        font-size: 17px;
        text-align: center;
    }

.order-info__submit {
    border-radius: 20px;
    background-color: #d0d0d0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 17px;
}

.order-info__button {
    max-width: 290px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #22a8ee;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 1.13px;
    text-align: center;
    color: #ffffff;
}

    .order-info__button a.button.order-info__button-back {
        font-size: 19px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2.06px;
        text-align: center;
        color: #029aea;
        max-width: max-content !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

.order-info__price-wrap {
    border-radius: 8px;
    border: solid 1px #d5e6fa;
    max-width: 344px;
    position: sticky;
    top: 88px;
}

.order-info__price-sum {
    display: flex;
    justify-content: space-between;
}

.order-info__price_top {
    padding: 39px 27px;
    border-bottom: solid 1px #dddddd;
}

.order-info__price_middle {
    padding: 39px 27px;
    border-bottom: solid 1px #dddddd;
}

.order-info__price_bottom {
    padding: 39px 27px;
}

.order-info__price_one {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.8px;
    color: #343434;
}

.order-info__price_two {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 0.37px;
    text-align: right;
    color: #de4545;
}

.order-info__price_blue {
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 0.48px;
    text-align: right;
    color: #1e95d4;
}

.order-info__price_blue-big {
    font-size: 31px;
}

.order-info__price_red {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 0.25px;
    text-align: right;
    color: #767676;
    margin: 0;
}

.order-info__check {
    padding: 35px;
    border-radius: 8px;
    border: solid 1px #d5e6fa;
}

.order-info__check-title-label {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-info__check-title-label_wrapped {
    width: 59px;
    height: 59px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    border: solid 2px #ffffff;
    background-color: rgba(199, 199, 199, 0.3);
    overflow: hidden;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
}

.order-info__check-store {
    border-radius: 9px;
    box-shadow: 0 2px 8px 0 rgba(172, 177, 241, 0.39);
    border: solid 1px #47a6d8;
    padding-right: 20px;
    align-items: center;
    max-width: max-content;
    min-height: 73px;
}

.order-info__check-store_mobile {
    display: none;
}

.order-info__check-store-text {
    margin: 0;
}

.order-info__check-store-text_top {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #0095d7;
}

.order-info__check-store-text_bottom {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #525252;
}

.order-info__check-store-text_wrapped {
    border-left: solid 1px #d5e6fa;
    padding-left: 14px;
}

.order-info__check-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-info__check-img_wrapped {
    width: 46px;
    height: 46px;
    overflow: hidden;
    margin-right: 14px;
    margin-left: 14px;
}

.order-info__check-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.39px;
    color: #343434;
}

.order-info__check-text {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: 0.87px;
    color: #343434;
    margin-bottom: 0;
}

.order-info__check-col_one, .order-info__check-col_two {
    flex-direction: column;
}

.order-info__check-col_three {
    border-right: solid 1px #d5e6fa;
}

.order-info__check-col_four {
    display: flex;
}

.order-info__table {
    padding: 35px;
    border-radius: 8px;
    border: solid 1px #d5e6fa;
}

.order-info__table-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.39px;
    color: #343434;
    margin-bottom: 35px;
    margin-top: 0;
}

.order-info__table-head {
    display: grid;
    grid-template-columns: 1fr minmax(316px, 316px) 1fr 1fr 1fr 3fr;
    border-bottom: 2px solid #d5e6fa;
}

.order-info__table-head-title {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-align: center;
    color: #0095d7;
}

.order-info__table-head-title_mobile {
    display: none;
    font-weight: 500;
    color: #0081c5;
}

.order-info__table-body {
    display: grid;
    grid-template-columns: 1fr minmax(316px, 316px) 1fr 1fr 1fr 3fr;
}

    .order-info__table-body:not(:last-child) {
        border-bottom: 1px solid #d5e6fa;
    }

.order-info__table-body-title {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.55px;
    text-align: center;
    color: #1d1d1d;
}

@media (max-width: 1405px) {
    .order-info__input {
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
    }

    .order-info__submit, .order-info__input {
        max-width: 290px;
        margin: auto;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .order-info .coupon-input-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .order-info__price-wrap {
        margin: auto;
        max-width: 450px;
    }

    .order-info__price_top, .order-info__price_middle, .order-info__price_bottom {
        padding: 20px 15px;
    }

    .order-info__price-button {
        max-width: max-content;
    }

    .order-info__price_bottom {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .order-info__check-col_one {
        border-right: solid 1px #d5e6fa;
    }

    .order-info__check-title_mt {
        margin-top: 20px;
    }
}

@media (max-width: 855px) {
    .order-info__table-head {
        display: none;
    }

    .order-info__table-head-title_mobile {
        display: block;
        font-size: 20px;
    }

    .order-info__table-body {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: repeat(2, 1fr);
    }

    .order-info__table-body-title {
        flex-direction: column;
        align-items: start;
        align-items: flex-start;
    }

        .order-info__table-body-title:last-child {
            grid-column: 2/3;
        }
}

@media (max-width: 675px) {
    .order-info__check-store {
        min-width: 110px;
    }
}

@media (max-width: 600px) {
    .order-info__table-body {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .order-info__check {
        padding: 15px;
        padding-bottom: 10px;
    }

    .order-info__check-title {
        text-align: left;
    }

    .order-info__check-title-label_wrapped {
        display: flex;
    }

    .order-info__check-title span {
        display: none;
    }

    .order-info__check-img_wrapped {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .order-info__check-store-text_wrapped {
        border: none;
        padding: 0;
    }

    .order-info__check-store_mobile {
        display: flex;
        flex-direction: column;
        border: none;
        box-shadow: none;
        padding: 0;
        align-items: start;
        align-items: flex-start;
        height: auto;
        max-width: auto;
        align-self: flex-end;
        max-width: 63px;
        margin: auto;
        text-align: center;
        align-items: center;
    }

    .order-info__check-store_mobile-one {
        margin: auto;
    }
}

@media (max-width: 575px) {
    .order-info__table-title {
        margin-bottom: 15px;
    }

    .order-info__check {
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .order-info__check-col_two, .order-info__check-col_three {
        align-items: center;
        border-top: solid 1px #d5e6fa;
        padding-bottom: 20px;
    }

    .order-info__check-col_one, .order-info__check-col_two {
        padding-bottom: 20px;
        flex-direction: row;
        padding-top: 10px;
    }

    .order-info__check-col_four {
        display: none;
    }

    .order-info__check-title {
        margin-top: 20px;
        font-size: 24px;
    }

    .order-info__check-text_wrapped {
        max-width: max-content;
        margin: auto;
    }

    .order-info__check-text_wrapped-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .order-info__check-text span {
        font-weight: 500;
        color: #0081c5;
    }

    .order-info__check-col_one, .order-info__check-col_three {
        border-right: none;
    }
}

@media (max-width: 855px) {
    .order-info__table {
        border: none;
        padding: 0;
    }

    .order-info__table-body {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 1fr);
        padding: 35px;
        border-radius: 8px;
        border: solid 1px #d5e6fa;
        margin-bottom: 20px;
    }

    .order-info__table-body-title {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

        .order-info__table-body-title:not(:last-child) {
            border-bottom: dashed 2px #d5e6fa;
        }

        .order-info__table-body-title:last-child {
            border-top: dashed 2px #d5e6fa;
        }

        .order-info__table-body-title:first-child, .order-info__table-body-title:last-child {
            grid-column: 1/3;
        }

        .order-info__table-body-title:nth-child(2) {
            grid-column: 1/3;
            grid-row: 2/3;
        }

        .order-info__table-body-title:nth-last-child(2) {
            border-bottom: none;
        }
}

@media (max-width: 413px) {
    .order-info__table {
        padding: 0;
    }

    .order-info__table-title {
        margin-bottom: 15px;
    }

    .order-info__table-head-title_mobile {
        font-size: 15px;
    }

    .order-info__table-body {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .order-info__table-body-title {
        font-size: 14px;
    }
}

.washlist-hr {
    width: 100%;
    height: 1px;
    background-color: #d1e7fc;
}

.washlist__attention {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 0 5px 10px;
    border-radius: 10px;
}

.washlist__attention-title {
    font-size: 17px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #131b1f;
}

.washlist__attention-option {
    color: #767676;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.washlist__attention-option_red {
    color: #de4545;
}

.washlist-pricetag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.washlist-pricetag__button {
    background-color: #1e95d4;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    padding-right: 45px;
    padding-left: 45px;
}

.washlist-pricetag__amount {
    margin-right: auto;
}

.washlist-pricetag__number {
    margin-right: auto;
}

.washlist-pricetag__price {
    margin-right: auto;
}

.washlist-pricetag__text {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.93px;
    color: #343434;
}

.washlist-pricetag__text_big {
    font-family: "Arial";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: 0.58px;
    color: #1e95d4;
}

.washlist-coupon__input {
    max-width: 250px;
    height: 40px;
    width: 220px;
    line-height: 40px;
}

.washlist-coupon__submit {
    background-color: #1e95d4;
    border-radius: 20px;
    color: white;
    margin-left: 15px;
    height: 40px;
    padding: 0px;
    width: 80px;
}

.table {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, min-content);
    width: 100%;
    margin-bottom: 0;
}

.table-wrap {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d1e7fc;
    width: 100%;
}

.table-head {
    display: grid;
    grid-template-columns: minmax(10px, max-content) minmax(120px, 120px) minmax(274px, 1fr) minmax(50px, 150px) minmax(200px, 150px) minmax(50px, 150px);
    padding: 10px 0;
    border-bottom: 1px solid #d1e7fc;
    background-color: #ebf9ff;
}

.table-head__item {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #00b9fa;
}

.table-body {
    display: grid;
    grid-template-columns: minmax(10px, max-content) minmax(120px, 120px) minmax(274px, 1fr) minmax(50px, 150px) minmax(200px, 150px) minmax(50px, 150px);
    padding: 10px 0;
    transition: 0.5s all ease-in-out;
    border-bottom: 1px solid #d1e7fc;
}

.table-body__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-body__item_three {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: flex-start;
    padding-left: 20px;
}

.table-body__item-text {
    font-size: 20px;
    padding-left: 3px;
    padding-right: 3px;
}

.table-body__item-text_mobile {
    display: none;
    min-width: 64px;
    color: #00b9fa;
    font-size: 15px;
    font-weight: bold;
}

.table-body:hover {
    background-color: #ebf9ff;
    cursor: pointer;
}

.table-body_bottom {
    background-color: rgba(204, 57, 123, 0.04);
}

    .table-body_bottom:hover {
        background-color: rgba(204, 57, 123, 0.1);
        cursor: pointer;
    }

.table-body__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-body__img-wrap {
    max-width: 120px;
    min-height: 95px;
    overflow: hidden;
}

.switcher-wrap {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #f1f1f3;
    border-radius: 40px;
    overflow: hidden;
}

    .switcher-wrap:hover, .switcher-wrap:focus {
        border: 1px solid #00b9fa;
    }

        .switcher-wrap:hover .switcher-input, .switcher-wrap:focus .switcher-input {
            color: #00b9fa;
        }

        .switcher-wrap:hover .switcher-input_exclusive, .switcher-wrap:focus .switcher-input_exclusive {
            color: #CC67AF;
        }

.switcher-wrap_exclusive:hover, .switcher-wrap_exclusive:focus {
    border: 1px solid #CC67AF;
}

.switcher-button {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #f1f1f3;
    background-color: #f1f1f3;
    color: #707070;
    width: 35px;
    height: 35px;
    padding: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    box-shadow: none;
    align-items: center;
}

.switcher-button_plus {
    right: 3px;
}

    .switcher-button_plus:hover {
        background-color: #00b9fa;
        color: white;
    }

.switcher-button_plus-exclusive:hover {
    background-color: #CC67AF;
}

.switcher-button_minus {
    left: 3px;
    z-index: 2;
}

    .switcher-button_minus:hover {
        background-color: #00b9fa;
        color: white;
    }

.switcher-button_minus-exclusive:hover {
    background-color: #CC67AF;
}

.switcher-input {
    font-size: 17px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border: 0;
    box-shadow: 0;
    transform: translateX(-50%);
    padding: 0 5px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .switcher-input:hover, .switcher-input:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

@media (max-width: 1248px) {
    .table-body__item-text {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .washlist-pricetag {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .washlist-pricetag__button {
        background-color: #1e95d4;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        font-family: "Noto Sans TC", sans-serif;
        padding-right: 45px;
        padding-left: 45px;
    }

    .washlist-pricetag__amount {
        margin-right: 40px;
    }

    .washlist-pricetag__number {
        margin-right: 40px;
    }

    .washlist-pricetag__price {
        margin-right: 40px;
    }

    .washlist-pricetag__text {
        font-family: "Noto Sans TC", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.93px;
        color: #343434;
    }

    .washlist-pricetag__text_big {
        font-family: "Arial";
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: 0.58px;
        color: #1e95d4;
    }
}

@media (max-width: 844px) {
    .washlist-hr {
        display: none;
    }

    .table-wrap {
        border: 3px solid #d1e7fc;
        overflow: hidden;
    }

    .table-head {
        display: none;
    }

    .table-body {
        grid-auto-rows: 10px;
        grid-template-columns: minmax(50px, 120px) 1fr;
        grid-template-rows: repeat(5, minmax(min-content, 25px));
        border-bottom: none;
    }

        .table-body:not(:last-child) {
            border-bottom: 3px solid #d1e7fc;
        }

    .table-body__item {
        justify-content: flex-start;
    }

    .table-body__item-text {
        max-width: 500px;
    }

    .table-body__item-text_desktop {
        display: none;
    }

    .table-body__item:not(:last-child) {
        border-bottom: 1px solid #d1e7fc;
    }

    .table-body__item:nth-child(2) {
        border-bottom: none;
    }

    .table-body__item_one {
        flex-direction: column;
        align-items: start;
        padding-left: 20px;
        justify-content: flex-start;
    }

    .table-body__item_four, .table-body__item_six {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .table-body__item_five {
        padding-left: 5px;
    }

    .table-body__item_three {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        padding-left: 20px;
    }

    .table-body__item_two {
        grid-column: 1/2;
        grid-row: 1/6;
        border-right: 1px solid #d1e7fc;
        padding-left: 3px;
        padding-right: 3px;
    }

    .table-body__item_two-bottom {
        grid-row: 1/7;
    }

    .table-body__item-text {
        font-size: 15px;
    }

    .table-body__item-text_mobile {
        display: inline-block;
        text-align: left;
    }

    .table-body__item-text_mobile-black {
        color: black;
        font-weight: normal;
    }
}

@media (max-width: 782px) {
    .table-head {
        display: none;
    }

    .table-body {
        grid-auto-rows: 10px;
        grid-template-columns: minmax(50px, 120px) 1fr;
    }

    .table-body__item:not(:last-child) {
        border-bottom: 1px solid #d1e7fc;
    }

    .table-body__item:nth-child(2) {
        border-bottom: none;
    }

    .table-body__item_one, .table-body__item_three, .table-body__item_four, .table-body__item_six, .table-body__item_seven {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .table-body__item_five {
        padding-left: 5px;
    }

    .table-body__item_two {
        grid-column: 1/2;
        grid-row: 1/6;
        border-right: 1px solid #d1e7fc;
        padding-left: 3px;
        padding-right: 3px;
    }

    .table-body__item-text {
        font-size: 15px;
    }

    .table-body__item-text_mobile {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 698px) {
    .washlist-pricetag {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .washlist-pricetag__button {
        background-color: #1e95d4;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        font-family: "Noto Sans TC", sans-serif;
        padding-right: 45px;
        padding-left: 45px;
    }

    .washlist-pricetag__amount {
        margin-right: 30px;
    }

    .washlist-pricetag__number {
        margin-right: 30px;
    }

    .washlist-pricetag__price {
        margin-right: 30px;
    }

    .washlist-pricetag__text {
        font-family: "Noto Sans TC", sans-serif;
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.93px;
        color: #343434;
    }

    .washlist-pricetag__text_big {
        font-family: "Arial";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: 0.58px;
        color: #1e95d4;
    }
}

@media (max-width: 631px) {
    .washlist__switcher {
        height: 40px;
    }

    .washlist__switcher-button {
        width: 25px;
        height: 25px;
    }

    .washlist__switcher-input {
        padding: 0 2px 0 7px;
    }
}

@media (max-width: 576px) {
    .washlist-pricetag {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .washlist-pricetag__button {
        margin-top: 20px;
        background-color: #1e95d4;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        font-family: "Noto Sans TC", sans-serif;
        padding-right: 45px;
        padding-left: 45px;
    }

    .washlist-pricetag__amount {
        flex-basis: 100%;
        margin-right: 0;
        text-align: right;
    }

    .washlist-pricetag__number {
        flex-basis: 100%;
        margin-right: 0;
        text-align: right;
    }

    .washlist-pricetag__price {
        flex-basis: 100%;
        margin-right: 0;
        text-align: right;
    }

    .washlist-pricetag__text {
        font-family: "Noto Sans TC", sans-serif;
        font-size: 15px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.93px;
        color: #343434;
    }

    .washlist-pricetag__text_big {
        font-family: "Arial";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: 0.58px;
        color: #1e95d4;
    }
}

.submit {
    margin-bottom: 2px;
}

    .submit .red_big {
        color: #de4545;
        font-weight: 800;
        font-size: 25px;
    }

    .submit .#de4545 {
        color: #de4545;
    }

.submit__text {
    margin: 0;
}

.submit__text_grey {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #767676;
}

.submit .orange {
    color: #f38b0a;
}

.submit .small {
    font-size: 13px;
    color: #767676;
}

.submit .bottomLine {
    border-top: solid 1px #b6e1f8;
}

.submit__info, .submit__qrcode, .submit__notice, .submit__step-icon {
    background: white;
    border: solid 1px #b6e1f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(187, 192, 255, 0.19);
}

.submit__info {
    padding: 0px;
    height: 100%;
}

.submit__info-detail {
    padding: 10px;
    border-top: dashed 1px #b6e1f8;
}

.submit__info-btns {
    padding: 10px;
}

.submit__step-icon {
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

    .submit__step-icon img {
        max-height: 200px;
        width: auto;
    }

.submit__qrcode {
    padding: 0px;
    position: relative !important;
    border: none;
    border-top: solid 1px #acd6f1;
    box-sizing: border-box;
    background-image: url(../img/line_3.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: none;
}

    .submit__qrcode::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        right: 10px;
        top: -1px;
        background-image: url(../img/line_1.svg);
        background-repeat: no-repeat;
    }

    .submit__qrcode::after {
        content: "123";
        position: relative;
        width: auto;
        height: 100%;
        color: rgba(255, 255, 255, 0);
        top: -1px;
        left: 97%;
        position: absolute;
        background-image: url(../img/line_2.svg);
        background-repeat: no-repeat;
    }

    .submit__qrcode .qrcode {
        background: rgba(128, 225, 248, 0.2);
        padding: 10px;
        width: 180px;
        height: 180px;
        border-radius: 100px;
        margin: auto;
    }

        .submit__qrcode .qrcode img {
            width: 110px;
            height: 110px;
        }

    .submit__qrcode .barcode img {
        width: 100%;
        max-width: 260px;
    }

.submit__qrcode-top {
    position: relative;
    z-index: 2;
    padding: 20px 0px;
    border-bottom: dashed 1px #acd6f1;
}

.submit__notice-left {
    border-right: dashed 1px #acd6f1;
}

.submit__notice-left-list, .submit__notice-right-list {
    width: 50%;
    padding: 10px;
}

.submit__notice-left-house, .submit__notice-right-house {
    width: 33%;
    padding: 10px;
}

.submit__notice-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #e2f4ff;
    border-radius: 100px;
    border: solid 3px white;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

    .submit__notice-icon img {
        width: 30px;
    }

.submit .icon-no img {
    transform: scale(1.6);
}

@media (max-width: 767px) {
    .submit__wrap {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {
    .submit__notice-left {
        border-right: none;
        border-bottom: dashed 1px #acd6f1;
    }

    .submit__notice-left-list, .submit__notice-left-house {
        width: 100%;
    }
}

@media (max-width: 398px) {
    .submit__info-btns {
        justify-content: center;
        text-align: center;
    }

    .submit button {
        margin: 10px;
        width: 200px;
    }

    .submit h2 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .submit__info-btns {
        justify-content: center;
    }

    .submit__info-btn {
        margin: 20px;
    }
}

.coupon-form__detail {
    width: 100%;
}

.coupon-form__top {
    border: solid 1px #b6e1f8;
    border-radius: 10px;
}

.coupon-form__date {
    box-shadow: inset 0px 0px 5px 1px #eee;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 13px;
}

.coupon-form__img {
    border-right: solid 1px #b6e1f8;
}

    .coupon-form__img img {
        width: 100%;
    }

.coupon-form__switcher {
    width: 280px;
}

.coupon-form__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #aaa;
}

.coupon-form__price-old {
    text-decoration: line-through;
    font-size: 15px;
    padding: 5px;
}

.coupon-form__price-new {
    font-size: 30px;
    font-weight: 900;
    color: #de4545;
    padding: 5px;
}

.coupon-form__price-discount {
    font-size: 15px;
    color: #de4545;
    padding: 5px;
}

.coupon-form__buynow {
    width: 100%;
    max-width: 200px;
    height: 40px;
}

.coupon-form__info-list-icon {
    width: 50px;
    height: 50px;
    background: #ecf9ff;
    padding: 10px;
    border-radius: 50%;
}

    .coupon-form__info-list-icon img {
        max-width: 30px;
    }

@media (max-width: 398px) {
    .coupon-form__img {
        border-right: none;
        border-bottom: solid 1px #b6e1ff;
    }

        .coupon-form__img img {
            width: 100%;
        }

    .coupon-form__title {
        text-align: center;
    }

    .coupon-form__price, .coupon-form__buynow {
        margin: auto;
    }

    .coupon-form__time {
        justify-content: center;
    }

    .coupon-form__buynow {
        margin-top: 20px;
    }
}

.washlist__attention {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.coupon .notice {
    font-weight: 700;
    margin-top: 20px;
}

.coupon__attention {
    margin-top: 50px;
}

.coupon__items {
    text-align: center;
    margin-top: 50px;
    justify-content: space-between;
}

.coupon__item {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    border: solid 1px #7a7a7a;
    color: #7a7a7a;
    font-family: "Noto Sans TC", sans-serif;
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 20px;
    display: block;
    padding: 10px 30px;
    transition: 1s all ease;
    cursor: pointer;
    border: solid 1px #1e95d4;
    background-color: #1e95d4;
    color: white;
}

.coupon__item-btn:hover {
    border: solid 1px #1e95d4;
    background-color: #1e95d4;
    color: white;
}

.coupon-card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.coupon-card__header {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    text-align: center;
}

.coupon-card__header-pattern img {
    height: 13px;
    margin-right: 5px;
}

.coupon-card__header-date {
    top: 5px;
    left: 5px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 80%;
    text-align: left;
    margin-right: 10px;
}

    .coupon-card__header-date span {
        box-shadow: inset 0px 0px 5px 1px #eee;
        padding: 4px 10px;
        border-radius: 20px;
        margin-left: 10px;
        font-size: 13px;
    }

.coupon-card__header-btns {
    border-left: dashed 1px #eee;
    height: 100%;
    display: flex;
    align-items: center;
}

    .coupon-card__header-btns i {
        text-align: center;
        font-size: 14px;
        padding: 5px;
        color: #aaa;
        border-radius: 20px;
        line-height: 15px;
        width: 25px;
        height: 25px;
        border: solid 2px #eee;
        margin-left: 10px;
        transition: 1s all ease;
    }

        .coupon-card__header-btns i:hover {
            background: #eee;
        }

.coupon-card__thumbnail {
    padding: 0px;
    width: 100%;
    height: 180px;
    background: #e8f6ff;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .coupon-card__thumbnail img {
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
    }

.coupon-card__title {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.coupon-card__bottom {
    display: flex;
    padding: 10px;
}

.coupon-card__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #aaa;
}

.coupon-card__price-old {
    text-decoration: line-through;
    font-size: 15px;
    padding: 5px;
}

.coupon-card__price-new {
    font-size: 30px;
    font-weight: 900;
    color: #de4545;
    padding: 5px;
}

.coupon-card__price-discount {
    font-size: 15px;
    color: #de4545;
    padding: 5px;
}

.coupon-card:hover {
    border: 1px solid #00b9fa;
}

.coupon__switcher-wrap {
    flex: 50%;
    display: flex;
    position: relative;
    width: 150px;
    height: 32px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #f1f1f3;
    border-radius: 40px;
}

    .coupon__switcher-wrap:hover, .coupon__switcher-wrap:focus {
        border: 1px solid #00b9fa;
    }

        .coupon__switcher-wrap:hover .washlist__switcher-button, .coupon__switcher-wrap:focus .washlist__switcher-button {
            background-color: #00b9fa;
            color: white;
        }

        .coupon__switcher-wrap:hover .washlist__switcher-input, .coupon__switcher-wrap:focus .washlist__switcher-input {
            color: #00b9fa !important;
        }

.coupon__switcher-button {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #f1f1f3;
    background-color: #f1f1f3;
    color: #707070;
    width: 25px;
    height: 25px;
    padding: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    box-shadow: none;
    align-items: center;
}

.coupon__switcher-button_plus {
    right: 3px;
}

.coupon__switcher-button_minus {
    left: 3px;
}

.coupon__switcher-button:hover {
    background: #00b9fa;
    color: white;
}

.coupon__switcher-input {
    font-size: 17px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border: 0;
    box-shadow: 0;
    transform: translateX(-50%);
    padding: 0 5px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .coupon__switcher-input:hover, .coupon__switcher-input:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.coupon__buynow {
    bottom: 250px !important;
    background: #00b9fa !important;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #00b9fa;
    font-size: 15px;
    transition: 0.3s;
    animation: glow 1s ease-in-out infinite;
}

.coupon__buynow-text {
    position: absolute;
    top: 80px;
    opacity: 1;
}

@keyframes glow {
    50% {
        box-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 10px #00b9fa, 0 0 8px #00b9fa;
    }
}

.buy_now_phone {
    display: none !important;
}

@media (max-width: 768px) {
    .coupon-card__header img {
        display: none;
    }
}

@media (max-width: 890px) {
    .coupon-card__header-date {
        font-size: 13px;
        margin-right: 0px;
    }

        .coupon-card__header-date span {
            margin-left: 5px;
        }

    .coupon-card__header-btns {
        margin: 0px;
        padding: 0px;
    }

        .coupon-card__header-btns i {
            margin-left: 5px;
        }
}

@media (max-width: 640px) {
    .coupon__item-wrap {
        flex-direction: column;
    }

    .coupon__items {
        text-align: center;
        flex-direction: column;
    }

    .coupon__item {
        margin-bottom: 10px;
    }

    .coupon-card__header-date {
        background-image: none;
    }
}

@media (max-width: 540px) {
    .coupon__items {
        margin-top: 20px;
    }

    .coupon-wrap {
        padding: 0px;
    }

    .coupon-card {
        padding: 0px;
    }

    .coupon-card__thumbnail {
        padding: 10px 10px;
        max-height: 130px;
    }

    .coupon-card__header {
        display: flex;
        padding: 5px 2px;
        justify-content: space-between;
    }

        .coupon-card__header img {
            display: none;
        }

    .coupon-card__header-date {
        font-size: 13px;
        margin: 0px;
        text-align: center;
    }

        .coupon-card__header-date span {
            padding: 0px 5px;
            margin-left: 0px;
        }

    .coupon-card__header-btns {
        margin: 0px;
        padding: 0px;
    }

        .coupon-card__header-btns i {
            font-size: 13px;
            height: 20px;
            width: 20px;
            margin-left: 3px;
            padding: 2px;
        }

    .coupon-card__title {
        font-size: 15px;
    }

    .coupon-card__price-new {
        font-size: 20px;
    }

    .square-btn {
        width: 80px;
    }
}

@media (max-width: 460px) {
    .coupon__buynow {
        bottom: 150px !important;
    }

    .coupon__buynow-img {
        width: 80% !important;
    }

    .coupon__buynow-text {
        display: none;
    }

    .square-btn {
        width: 80px;
    }
}

@media (max-width: 393px) {
    .coupon-card__thumbnail {
        max-height: 100px;
    }

    .coupon__buynow {
        display: none !important;
    }

    .buy_now_phone {
        display: block !important;
        width: 100%;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        text-align: center;
        display: block;
        position: fixed !important;
        z-index: 999 !important;
        bottom: 0px;
        background: rgba(0, 185, 250, 0.9);
        font-size: 18px;
        color: white;
        box-shadow: 0px -3px 3px rgba(0, 55, 74, 0.1);
    }

        .buy_now_phone img {
            width: 30px;
        }
}

@media (max-width: 320px) {
    .coupon-card__title {
        font-size: 10px;
    }

    .coupon-card__price * {
        font-size: 13px;
        padding: 3px;
    }

    .square-btn {
        width: 80px;
    }
}

@media (max-width: 280px) {
    .coupon .col-6 {
        padding: 0px 5px;
    }

    .coupon-card__header-btns {
        padding: 0px;
        border-left: 0px;
    }

        .coupon-card__header-btns i {
            border: none;
            font-size: 13px;
            margin-left: 0px;
            padding: 3px 0px;
        }

    .square-btn {
        width: 80px;
    }
}

.signup input[type=date] {
    background: white !important;
}

.signup-wrap {
    max-width: 1570px;
    margin: auto;
    padding: 0 0.6rem 0 0.6rem;
}

.signup-form {
    padding: 30px 10px 45px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 220px;
}

    .signup-form form {
        width: 100%;
        max-width: 750px;
        display: flex;
        flex-wrap: wrap;
    }

.signup-form__form-group {
    flex: 50%;
    padding: 10px;
    display: inline-block;
}

    .signup-form__form-group label {
        font-size: 18px;
        display: block;
        text-align: left;
    }

    .signup-form__form-group input {
        height: 40px;
        width: 100%;
    }

    .signup-form__form-group .gender-checkbox {
        text-align: left;
    }

        .signup-form__form-group .gender-checkbox * {
            display: inline-block;
            margin-left: 10px;
        }

        .signup-form__form-group .gender-checkbox input {
            width: 15px;
            height: 15px;
        }

.signup-form label:after {
    color: #de4545;
    content: attr(data-mark);
}

.signup-form__select {
    margin-right: 15px;
    width: 180px;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 20px;
    border: 1px solid #979797;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    padding: 10px 18px 10px 22px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    position: relative;
    background: white;
    background-image: url("../img/angle-arrow-down-3.svg");
    background-repeat: no-repeat;
    background-position: 90% 45%;
    background-size: 12px;
    height: 40px;
}

.signup-form__select-group {
    padding: 10px;
    flex: 100%;
    display: flex;
}

.signup-form__select-label {
    width: 100px;
}

.signup-form__select-items {
    flex: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.signup-form__select-postcode {
    display: flex;
    align-items: center;
}

    .signup-form__select-postcode label {
        margin-right: 20px;
        font-size: 18px;
        display: block;
    }

    .signup-form__select-postcode input {
        width: 100px;
        height: 40px;
    }

.signup-form__select-address {
    width: 100%;
    margin-top: 20px;
}

    .signup-form__select-address input {
        height: 40px;
    }

.signup-form__birthday {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
}

.signup-form__birthday-label {
    width: 100px;
}

.signup-form__birthday input {
    width: 200px;
}

.signup-form__verification {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
}

.signup-form__verification-label {
    width: 100px;
}

.signup-form__verification input {
    width: 200px;
}

.signup-form__verification img {
    width: 80px;
}

.signup-form__checkbox {
    flex: 100%;
    padding: 10px;
    margin-top: 30px;
    align-items: center;
}

    .signup-form__checkbox input {
        width: 20px;
        height: 20px;
    }

    .signup-form__checkbox label {
        margin-left: 10px;
        margin-bottom: 0px;
    }

.signup-form__button {
    background-color: #1e95d4;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    padding-right: 45px;
    padding-left: 45px;
    margin: 20px 0px;
    margin-top: 40px;
}

.signup .red {
    color: #de4545;
    padding: 10px 10px;
}

.signup .blue {
    color: #1e95d4;
    padding: 10px 0px;
}

.signup .remark {
    margin-left: 10px;
    margin-top: 5px;
}

.signup label {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 789px) {
    .signup-form__select {
        width: 100%;
        margin-top: 20px;
    }

    .signup-form__select-postcode {
        margin-top: 10px;
    }
}

@media (max-width: 430px) {
    .signup-form__form-group {
        flex: 100%;
    }

    .signup-form__gender {
        display: flex;
    }

    .signup-form__select-group {
        flex-direction: column;
    }

    .signup-form__select-postcode {
        flex-direction: column;
    }

    .signup-form__button {
        margin: 20px auto;
    }
}

.login__wrap {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d1e7fc;
    width: 600px;
    max-width: 600px;
    padding: 20px 30px;
}

.login__form-input {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.login__form-subtitle {
    margin-bottom: 8px;
    margin-top: 15px;
    text-align: left;
}

.login__form-help {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.login__form-button {
    margin: auto;
    background-color: #1e95d4 !important;
    color: #ffffff !important;
    cursor: pointer;
}

    .login__form-button:hover {
        background-color: #ffffff !important;
        color: #1e95d4 !important;
    }

.login__form-button_exclusive {
    color: #1e95d4 !important;
    background-color: #ffffff !important;
}

.login__form-button-wrap {
    margin-top: 30px;
}

.contact-wrapper {
    padding: 0 0.6rem 0 0.6rem;
}

.contact__wrap {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d1e7fc;
    max-width: 600px;
    padding: 20px 30px;
    position: relative;
    background: white;
}

.contact-icon {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 30px;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
}

.contact__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact__form-check-wrap {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.contact__form-check-group {
    display: flex;
    flex-direction: column;
    align-items: start;
    min-width: 155px;
}

.contact__form-input {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.contact__form-input-group {
    flex-basis: 48%;
    margin-bottom: 15px;
}

.contact__form-input-group_exclusive {
    flex-basis: 100%;
}

.contact__form-message {
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    resize: none;
    padding: 10px 20px;
}

.contact__form-title {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    flex-basis: 100%;
}

.contact__form-subtitle {
    margin-bottom: 8px;
    text-align: left;
    flex-basis: 100%;
}

.contact__form-button {
    margin: auto;
    background-color: #1e95d4;
    color: #ffffff;
}

.contact__form-button-wrap {
    margin-top: 30px;
    flex-basis: 100%;
}

@media (max-width: 576px) {
    .contact__form-title {
        text-align: left;
    }

    .contact__form-check {
        margin-bottom: 10px;
    }
}

@media (max-width: 438px) {
    .contact__form-input-group {
        flex-basis: 100%;
    }
}

@media (max-width: 376px) {
    .contact__wrap:before {
        right: 50%;
        transform: translateX(50%);
    }

    .contact__form-title {
        margin-top: 40px;
    }
}

.inquiry .nav-link {
    padding: 0px;
}

.inquiry-wrap {
    margin-top: 220px;
    padding: 50px 20px;
}

.inquiry__control {
    display: flex;
    align-items: center;
}

.inquiry__content {
    margin: 40px 0px;
}

    .inquiry__content table {
        width: 100%;
    }

.inquiry__search {
    display: flex;
}

.inquiry__search-button {
    background-color: #1e95d4;
    color: white;
    margin-left: 15px;
    height: 40px;
    padding: 0px;
    width: 80px;
}

.inquiry__search input {
    height: 40px;
    width: 220px;
    line-height: 40px;
}

.inquiry__table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.inquiry__table-progress-head, .inquiry__table-coupon-head, .inquiry__table-bonus-head, .inquiry__table-PaymentSlip-head {
    background-color: #eef9fe;
    background: #eef9fe;
}

    .inquiry__table-progress-head th, .inquiry__table-coupon-head th, .inquiry__table-bonus-head, .inquiry__table-PaymentSlip-head th {
        padding: 10px;
        color: #00b9fa;
    }

.inquiry__table-progress-body, .inquiry__table-coupon-body, .inquiry__table-bonus-body, .inquiry__table-PaymentSlip-body {
    background-color: #fff;
    color: black;
}

    .inquiry__table-progress-body:hover, .inquiry__table-coupon-body:hover, .inquiry__table-bonus-body:hover, .inquiry__table-PaymentSlip-body:hover {
        background: #eef9fe;
    }

    .inquiry__table-progress-body td, .inquiry__table-coupon-body td, .inquiry__table-bonus-body td, .inquiry__table-bonus-PaymentSlip td {
        padding: 10px;
        border-bottom: solid 1px #d5e6fa;
    }

.inquiry__table-progress-wrap, .inquiry__table-coupon-wrap, .inquiry__table-bonus-wrap, .inquiry__table-PaymentSlip-wrap {
    padding: 0 0.6rem 0 0.6rem;
    border-radius: 9px;
    overflow: hidden;
}

.inquiry input {
    line-height: 40px;
}

@media (min-width: 719px) {
    .inquiry__options {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .inquiry__options label {
            margin-bottom: 0px;
        }

    .inquiry__table-progress, .inquiry__table-coupon, .inquiry__table-bonus {
        text-align: center;
        border: solid 1px #d5e6fa;
        border-radius: 10px;
        overflow: hidden;
    }

    .inquiry__table-progress-head, .inquiry__table-coupon-head, .inquiry__table-bonus-head {
        border: solid 1px #d5e6fa;
        width: 100%;
    }
}

@media (max-width: 720px) {
    .inquiry__periods {
        display: flex;
        flex-wrap: wrap;
    }

    .inquiry__period {
        width: 40%;
    }

    .inquiry-wrap {
        padding: 50px 0px;
    }

    .inquiry__item {
        margin: 5px;
    }

    .inquiry__control {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .inquiry__table-progress, .inquiry__table-coupon, .inquiry__table-bonus, .inquiry__table-PaymentSlip {
        text-align: left;
    }

        .inquiry__table-progress tbody, .inquiry__table-coupon tbody, .inquiry__table-bonus tbody, .inquiry__table-PaymentSlip tbody {
            padding: 0px 20px;
        }

            .inquiry__table-progress tbody tr, .inquiry__table-coupon tbody tr, .inquiry__table-bonus tbody tr, .inquiry__table-PaymentSlip tbody tr {
                border: solid 1px #d5e6fa;
                border-radius: 20px;
                margin-top: 10px;
                color: #454545;
                display: block;
                padding: 10px;
            }

        .inquiry__table-progress thead, .inquiry__table-coupon thead, .inquiry__table-bonus thead, .inquiry__table-PaymentSlip thead {
            display: none;
        }

        .inquiry__table-progress td, .inquiry__table-coupon td, .inquiry__table-bonus td, .inquiry__table-PaymentSlip td {
            display: inline-block;
            border-bottom: 0px;
            padding: 3px;
            font-size: 15px;
            width: 50%;
            font-size: 13px;
            display: inline-block;
            width: 49%;
        }

            .inquiry__table-progress td:first-child, .inquiry__table-coupon td:first-child, .inquiry__table-bonus td:first-child, .inquiry__table-PaymentSlip td:first-child {
                width: 50%;
            }

            .inquiry__table-progress td:before, .inquiry__table-coupon td:before, .inquiry__table-bonus td:before, .inquiry__table-PaymentSlip td:before {
                display: block;
                content: attr(data-label) " : ";
                display: inline-block;
                width: 70px;
                font-weight: 700;
                padding: 3px 0px;
                color: #0095d7;
            }
}

.checkout .inquiry__table-bonus-head {
    background: white;
    border-bottom: solid 1px #d3e5f0;
}

    .checkout .inquiry__table-bonus-head th {
        color: #0095d7;
        background: #eef9fe;
    }

.checkout .inquiry__table-bonus-body td {
    color: #454545;
}

.checkout input, .checkout select {
    border-radius: 50px;
    height: 35px;
}

    .checkout input[type=checkbox] {
        height: 15px;
    }

.checkout label.invoice_label {
    white-space: nowrap;
    width: 120px;
}

.checkout input[type=radio] {
    width: 18px;
    height: 18px;
}

.checkout .blue {
    color: #1e95d4;
}

.checkout .blue-bg {
    background: #3EB2F0;
}

.checkout .big_letter {
    font-size: 27px;
    color: #1e95d4;
    font-weight: 700;
}

.checkout__top, .checkout__list {
    border: solid 1px #b6e1f8;
    border-radius: 10px;
}

.checkout__store {
    border-right: solid 1px #b6e1f8;
}

.checkout__invoice-option {
    min-width: 20%;
}

.checkout__invoice-form label {
    white-space: nowrap;
    min-width: 60px;
}

    .checkout__invoice-form label:after {
        color: #de4545;
        content: attr(data-mark);
    }

.checkout__label {
    margin-bottom: 0px;
    white-space: nowrap;
}

.checkout input:checked + label {
    color: #1e95d4;
}

.checkout select {
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 50px;
    border: 1px solid #979797;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.5px;
    padding: 5px 45px 5px 22px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    position: relative;
    background-image: url("../img/angle-arrow-down-3.svg");
    background-repeat: no-repeat;
    background-position: 90% 45%;
    background-size: 12px;
}

.checkout__count {
    font-weight: 500;
    font-size: 18px;
    text-align: right;
    letter-spacing: 1px;
}

    .checkout__count label {
        font-size: 15px;
    }

    .checkout__count button {
        margin-left: auto;
    }

@media (max-width: 767px) {
    .checkout__store {
        border-right: solid 0px #b6e1f8;
    }

    .checkout__count {
        flex-direction: column;
    }

        .checkout__count * {
            margin-left: auto !important;
        }
}

@media (max-width: 375px) {
    .checkout__invoice-option {
        min-width: 50%;
    }
}

@media (min-width: 900px) {
    .checkout .square-btn {
        width: 120px;
        height: 120px;
    }

    .checkout .square-btn__icon {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .checkout .square-btn__text {
        font-size: 16px;
        line-height: 30px;
        position: relative;
        top: 5px;
    }
}

.validation-wrapper {
    padding: 0 0.6rem 0 0.6rem;
}

.validation__form {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d1e7fc;
    max-width: 400px;
    padding: 20px 30px;
    margin: auto;
}

.validation__form-title {
    text-align: center;
    margin-bottom: 30px;
}

.validation__form-input {
    margin-bottom: 20px;
    flex-basis: 100%;
}

.validation__form-text {
    color: #de4545;
}

.validation__form-submit {
    padding: 10px 31px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.27);
    border: 1px solid #0081c5;
    padding: 10px 31px;
    transition: 0.5s all ease-in-out;
    background-color: #0081c5;
    color: #ffffff;
    margin-top: 30px;
}

    .validation__form-submit:hover {
        background-color: #fff;
        color: #0081c5;
    }

.validation__form-button {
    border-radius: 10px;
    padding: 5px 5px;
    font-size: 14px;
    max-width: 80px;
}

@media (max-width: 370px) {
    .validation__form {
        padding: 15px;
    }

    .validation__form-text {
        font-size: 14px;
    }
}

.forgotpass-wrapper {
    padding: 0 0.6rem 0 0.6rem;
}

.forgotpass__form {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d1e7fc;
    max-width: 400px;
    padding: 20px 30px;
    margin: auto;
}

.forgotpass__form-title {
    text-align: center;
    margin-bottom: 30px;
}

.forgotpass__form-text {
    margin-bottom: 8px;
}

.forgotpass__form-input {
    margin-bottom: 20px;
    flex-basis: 100%;
}

.forgotpass__form-submit {
    padding: 10px 31px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 9px 0 rgba(8, 79, 116, 0.27);
    border: 1px solid #0081c5;
    padding: 10px 31px;
    transition: 0.5s all ease-in-out;
    background-color: #0081c5;
    color: #ffffff;
    margin-top: 30px;
}

    .forgotpass__form-submit:hover {
        background-color: #fff;
        color: #0081c5;
    }

.forgotpass__form-button {
    border-radius: 10px;
    padding: 5px 5px;
    font-size: 14px;
    max-width: 80px;
}

@media (max-width: 370px) {
    .forgotpass__title {
        font-size: 26px;
    }

    .forgotpass__form {
        padding: 15px;
    }
}

.news-card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.3s;
    max-width: 380px;
    margin: auto;
    max-width: 350px;
}

    .news-card * {
        color: black;
    }

    .news-card:hover {
        border: 1px solid #00b9fa;
    }

.news-card__header {
    border-bottom: solid 1px #ddd;
}

.news-card__header-label {
    display: inline-block;
    padding: 5px 10px;
    border-right: dashed 1px #ddd;
    font-weight: 900;
}

.news-card__header-time {
    box-shadow: inset 0px 0px 5px 1px #eee;
    padding: 0px 10px;
    border-radius: 50px;
}

.news-card__header-pattern {
    display: inline-block;
}

    .news-card__header-pattern img {
        height: 13px;
        margin-right: 5px;
    }

.news-card__thumbnail {
    padding: 0px;
    width: 100%;
    height: 180px;
    background: #e8f6ff;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .news-card__thumbnail img {
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
    }

.news-card__text {
    padding: 5px 20px;
    overflow: hidden;
}

.news-card__text-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.news-card__text-content {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.news-card__more {
    background: white;
    border: solid 1px #ddd;
    margin: auto;
}

@media (max-width: 575px) {
    .news-card__body {
        display: flex;
        flex-direction: row-reverse;
        padding: 10px;
    }

    .news-card__thumbnail {
        height: auto;
    }

        .news-card__thumbnail img {
            margin: auto;
        }

    .news-card__text {
        padding: 0px 5px;
        min-width: 155px;
    }

    .news-card__text-title {
        font-size: 20px;
        margin-bottom: 5px;
        font-size: 15px;
        -webkit-line-clamp: 2;
    }

    .news-card__text-content {
        font-size: 15px;
        display: none;
    }

    .news-card__more {
        padding: 5px 20px;
        float: left;
    }
}

.news .side-button {
    font-size: 22px;
    background: #ebf9ff;
    color: #00b9fa;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    margin: auto;
    border: solid 1px #d1e7fc;
}

.news-page__sort {
    font-size: 20px;
    background: #ebf9ff;
    color: #00b9fa;
    font-weight: 700;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 3px;
    border-bottom: solid 1px #d1e7fc;
}

.news-page__link {
    box-shadow: 0px 0px 10px rgba(8, 79, 116, 0.1);
    border-radius: 10px;
    border: solid 1px #d1e7fc;
}

.news-page__link-group {
    padding: 0px 10px;
    letter-spacing: 1px;
}

    .news-page__link-group ~ .news-page__link-group {
        border-top: dashed 1px #d1e7fc;
    }

.news-page__link-tittle {
    max-width: 300px;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.news-page__link-content {
    color: #666;
    max-height: 70px;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.news-page__article-wrap {
    border: solid 1px #d1e7fc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(8, 79, 116, 0.1);
}

    .news-page__article-wrap h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

.news-page__article-icon {
    width: 30px;
    margin: 5px;
}

.news-page__btn {
    padding: 10px 17px;
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {
    .news-page .side-wrap {
        flex-direction: column-reverse;
    }

    .news-page__sort {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .news-page .side-button {
        display: none;
    }

    .news-page .side-item {
        display: block;
    }
}

@media (min-width: 768px) {
    .side-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.store .orange {
    color: #F67D34;
}

.store .next:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    display: block;
    font-size: 35px;
    color: white;
    background: #F67D34;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 40px;
    letter-spacing: -2px;
    border: solid 3px white;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.store__step-dash {
    height: 2px;
    background: #43C2F5;
}

.store__step-group {
    width: 100%;
    position: relative;
}

.store__step-icon {
    width: 60px;
    height: 60px;
    background: #43C2F5;
    padding: 5px;
    border-radius: 50px;
    border: solid 3px white;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .store__step-icon img {
        max-width: 35px;
        max-height: 35px;
    }

.store__step-text {
    font-size: 20px;
    color: #43C2F5;
    font-weight: 500;
    line-height: 25px;
    white-space: nowrap;
}

.store-body {
    border: solid 1px #d5e6fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(8, 79, 116, 0.1);
}

.store-body__header {
    background: #CDEFFD;
    text-align: center;
    color: #184790;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 5px;
}

.store-body__header-no {
    display: inline-block;
    letter-spacing: 0px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 30px;
    background: #184790;
    color: white;
}

.store-body__main {
    border-radius: 10px;
    background: linear-gradient(white, #F2FCFE);
}

.store-body__group1-icon {
    position: relative;
    top: 20px;
    width: auto;
    height: 220px;
}

.store-body__group1-text1 {
    position: relative;
    border: solid 1px #98CDE9;
    background: white;
    border-radius: 10px;
    z-index: 999;
    max-width: 300px;
    text-align: center;
    letter-spacing: 1px;
}

.store-body__group2 {
    position: relative;
    padding: 70px 0px;
    background: #f6fcff;
}

.store-body__group2-left {
    border-right: dotted 2px #d5e6fa;
}

.store-body__group2-icon {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: solid 4px white;
    border-radius: 50%;
    background: #E9FAFF;
    box-shadow: 0px 5px 5px rgba(8, 79, 116, 0.1);
}

    .store-body__group2-icon img {
        width: 70%;
    }

.store-body__group2-text2 {
    text-align: left;
    max-width: 280px;
    letter-spacing: 1px;
}

    .store-body__group2-text2 h3 {
        color: #4A4A4A;
        position: relative;
        z-index: 999;
    }

    .store-body__group2-text2 p {
        color: #848484;
        margin-bottom: 0px;
        position: relative;
        z-index: 999;
    }

    .store-body__group2-text2:before {
        content: "01";
        position: absolute;
        color: #43C2F5;
        bottom: 0px;
        right: 20%;
        font-size: 130px;
        z-index: 1;
        opacity: 0.05;
        font-weight: 900;
        z-index: 1;
    }

.store-body__group3 .img-phone {
    display: none;
}

.store-body__group4 {
    text-align: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.3s;
}

    .store-body__group4:hover {
        background: #F5FDFF;
    }

        .store-body__group4:hover .store-body__group4-text:before {
            position: absolute;
            font-size: 150px;
            color: white;
            bottom: 0px;
            right: 0px;
            content: attr(data-no);
            color: white;
            font-weight: 900;
            z-index: 1;
        }

        .store-body__group4:hover .group4-1 {
            background-image: url(../img/st_s4_1_1.png);
        }

        .store-body__group4:hover .group4-2 {
            background-image: url(../img/st_s4_2_1.png);
        }

        .store-body__group4:hover .group4-3 {
            background-image: url(../img/st_s4_3_1.png);
        }

        .store-body__group4:hover .group4-4 {
            background-image: url(../img/st_s4_4_1.png);
        }

        .store-body__group4:hover .group4-5 {
            background-image: url(../img/st_s4_5_1.png);
        }

    .store-body__group4 .group4-1 {
        background-image: url(../img/st_s4_1.png);
    }

    .store-body__group4 .group4-2 {
        background-image: url(../img/st_s4_2.png);
    }

    .store-body__group4 .group4-3 {
        background-image: url(../img/st_s4_3.png);
    }

    .store-body__group4 .group4-4 {
        background-image: url(../img/st_s4_4.png);
    }

    .store-body__group4 .group4-5 {
        background-image: url(../img/st_s4_5.png);
    }

.store-body__group4-icon {
    border: solid 5px white;
    box-shadow: 0px 5px 5px rgba(8, 79, 116, 0.1);
    background: #ecf9ff;
    background-position: center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: auto;
}

.store-body__group4-text {
    max-width: 200px;
    margin: auto;
}

    .store-body__group4-text .title {
        font-size: 18px;
        font-weight: 700;
        position: relative;
        z-index: 999;
    }

    .store-body__group4-text p {
        font-size: 15px;
        color: #565656;
        z-index: 999;
        position: relative;
        z-index: 999;
    }

.store-body__group4 ~ .store-body__group4 {
    border-left: dotted 2px #b6e1f8;
}

.store-body__group5-icon {
    width: 220px;
    height: 220px;
}

.store-body__group5-text5 {
    position: relative;
    border: solid 1px #0c93dd;
    background: white;
    border-radius: 10px;
    z-index: 999;
    text-align: justify;
    max-width: 300px;
    text-align: center;
    letter-spacing: 1px;
}

.store .right_icon {
    background: white;
}

.store .right_text:before {
    content: "02";
    color: white;
    opacity: 1;
}

.store .active_bg {
    background: #43C2F5;
}

.store .active_text {
    color: #43C2F5;
}

.store__step-group.active ~ .store__step-group .store__step-icon, .store__step-group.active ~ .store__step-group .store__step-icon + .store__step-dash {
    background: #ccc;
}

.store__step-group.active ~ .store__step-group .store__step-text {
    color: #ccc;
}

.store__step-group.active ~ .store__step-dash {
    background: #ccc;
}

.store__step-group:hover .store__step-icon, .store__step-group.active .store__step-icon {
    background: #43C2F5;
}

.store__step-group:hover .store__step-text, .store__step-group.active .store__step-text {
    color: #43C2F5;
}

.drop, .totop {
    z-index: 999 !important;
}

@media (max-width: 1060px) {
    .store-body__group1-icon {
        height: 180px;
    }
}

@media (max-width: 850px) {
    .store__step-text {
        margin-top: 3px;
    }

    .store__step-group {
        text-align: center;
        flex-direction: column;
        width: 87px;
    }
}

@media (max-width: 550px) {
    .store__steps {
        flex-direction: row;
        padding-top: 30px !important;
    }

    .store__step-group {
        width: 50px;
    }

    .store__step-text {
        font-size: 13px;
        line-height: 16px;
    }

    .store__step-icon {
        width: 45px;
        height: 45px;
        padding: 5px;
    }

        .store__step-icon img {
            width: 20px;
        }
}

@media (max-width: 540px) {
    .store-body__group3 .img-web {
        display: none;
    }

    .store-body__group3 .img-phone {
        display: block;
    }

    .square-btn {
        width: 80px;
    }
}

@media (max-width: 509px) {
    .store__steps {
        padding-top: 0px !important;
    }
}

@media (max-width: 930px) {
    .store-body__group2-icon {
        width: 100px;
        height: 100px;
    }

    .store-body__group4-icon {
        width: 100px;
        height: 100px;
    }

    .store-body__group5-icon {
        width: 190px;
        height: 190px;
    }
}

@media (max-width: 375px) {
    .store-body__group2-icon {
        width: 100px;
        height: 100px;
    }

    .store-body__group2-text2 {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .store .next:after {
        content: "";
        letter-spacing: -2px;
        left: 50%;
        top: 100%;
    }

    .store-body__group2 {
        padding-right: 0px !important;
    }

    .store-body__group2-left {
        border-bottom: none;
        border-bottom: dotted 2px #d5e6fa;
    }

    .store-body__group4 {
        border-bottom: dotted 2px #d5e6fa;
    }

    .store-body__group4-icon {
        width: 160px;
        height: 160px;
    }
}

.contact-wrapper {
    padding: 0 0.6rem 0 0.6rem;
}

.contact__wrap {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d1e7fc;
    max-width: 600px;
    padding: 20px 30px;
    position: relative;
    background: white;
}

.contact-icon {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 30px;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
}

.contact__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact__form-check-wrap {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.contact__form-check-group {
    display: flex;
    flex-direction: column;
    align-items: start;
    min-width: 155px;
}

.contact__form-input {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.contact__form-input-group {
    flex-basis: 48%;
    margin-bottom: 15px;
}

.contact__form-input-group_exclusive {
    flex-basis: 100%;
}

.contact__form-message {
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    resize: none;
    padding: 10px 20px;
}

.contact__form-title {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    flex-basis: 100%;
}

.contact__form-subtitle {
    margin-bottom: 8px;
    text-align: left;
    flex-basis: 100%;
}

.contact__form-button {
    margin: auto;
    background-color: #1e95d4;
    color: #ffffff;
}

.contact__form-button-wrap {
    margin-top: 30px;
    flex-basis: 100%;
}

@media (max-width: 576px) {
    .contact__form-title {
        text-align: left;
    }

    .contact__form-check {
        margin-bottom: 10px;
    }
}

@media (max-width: 438px) {
    .contact__form-input-group {
        flex-basis: 100%;
    }
}

@media (max-width: 376px) {
    .contact__wrap:before {
        right: 50%;
        transform: translateX(50%);
    }

    .contact__form-title {
        margin-top: 40px;
    }
}

.house-body__group1-top {
    border-bottom: dashed 1px #1ab1ff;
}

    .house-body__group1-top p {
        color: #565656;
        margin-bottom: 0px;
    }

.house-body__group1-icon {
    position: relative;
    width: auto;
    height: 220px;
}

.house-body__group1-text1 ul {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    list-style: none;
    text-align: left;
    border: solid 1px #98CDE9;
    color: #616161;
    font-size: 15px;
}

.house-body__group3-icon {
    height: 220px;
    width: auto;
}

.house-body__group3-text {
    text-align: left;
    max-width: 400px;
    padding: 10px 15px;
    border: solid 1px #0c93dd;
    border-radius: 10px;
}

    .house-body__group3-text p {
        margin-bottom: 0px;
        color: #616161;
        font-size: 14px;
    }

.house-body__group4-wrap {
    max-width: 1200px;
    margin: auto;
}

.house-body__group4-icon {
    width: 230px;
}

.house-body__group4-text .step {
    border: solid 2px #d9d9d9;
    background: white;
    padding: 15px 5px;
    border-radius: 10px;
    max-width: 220px;
    margin: auto;
    color: #0c93dd;
    font-size: 20px;
}

.house-body__group5 {
    position: relative;
    padding: 70px 0px;
    background: #f6fcff;
    border-right: dashed 1px #1ab1ff;
}

.house-body__group5-left {
    border-right: dotted 2px #d5e6fa;
}

.house-body__group5-icon {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: solid 4px white;
    border-radius: 50%;
    background: #E9FAFF;
    box-shadow: 0px 5px 5px rgba(8, 79, 116, 0.1);
}

    .house-body__group5-icon img {
        width: 70%;
    }

.house-body__group5-text5 {
    text-align: left;
    max-width: 420px;
    letter-spacing: 1px;
}

    .house-body__group5-text5 h3 {
        color: #4A4A4A;
        position: relative;
        z-index: 999;
    }

    .house-body__group5-text5 p {
        color: #848484;
        margin-bottom: 0px;
        position: relative;
        z-index: 999;
    }

    .house-body__group5-text5:before {
        content: "01";
        position: absolute;
        color: #43C2F5;
        bottom: 0px;
        right: 20%;
        font-size: 130px;
        z-index: 1;
        opacity: 0.05;
        font-weight: 900;
        z-index: 1;
    }

@media (min-width: 767px) {
    .house-body__main {
        background: linear-gradient(white, #F2FCFE);
    }

        .house-body__main .next:after {
            top: 30%;
        }
}

@media (max-width: 767px) {
    .house-body__group5 {
        border-bottom: dashed 1px #1ab1ff;
    }
}

@media (max-width: 1260px) {
    .house-body__group5 {
        flex-direction: column;
    }

    .house-body__group5-text5 {
        max-width: 500px;
    }
}

@media (max-width: 1140px) {
    .house-body__group1-icon {
        height: 180px;
    }

    .house-body__group3-icon {
        height: 180px;
    }
}

@media (max-width: 960px) {
    .house-body__group3 {
        flex-direction: column;
    }
}

.washlist-house-banner__img {
    height: 400px;
}

.washlist-house__attention {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

@media (max-width: 587px) {
    .washlist-house-banner__img {
        height: 420px;
    }
}

@media (max-width: 487px) {
    .washlist-house-banner__img {
        height: 510px;
    }
}

@media (min-width: 1200px) {
    .wash-form__select-input.service-house {
        margin-left: 47px !important;
    }
}

@media (min-width: 1451px) {
    .wash-form__select-input.service-house {
        margin-left: 75px !important;
    }
}

.service-house__title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

    .service-house__title span {
        background: #4ECEFF;
        color: white;
        font-size: 20px;
        font-weight: 100;
        padding: 5px 5px 5px 7px;
        border-radius: 30px;
        display: inline-block;
        letter-spacing: 1px;
        line-height: 23px;
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }

.service-house__pickup {
    display: flex;
    flex-wrap: wrap;
}

.service-house-text {
    line-height: 17px;
    padding: 5px 0px;
    font-size: 15px;
}

    .service-house-text span {
        display: block;
        font-size: 13px;
    }

.service-house-btn {
    width: 135px;
}

    .service-house-btn h5 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .service-house-btn span {
        font-size: 13px;
        display: block;
        line-height: 18px;
    }

    .service-house-btn .text-area {
        border-top: solid 1px #d3e5f0;
    }

.service-house__option-day, .service-house__option-type {
    border-right: 1px solid #ddd;
}

.service-house__select {
    margin-right: 15px;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 10px;
    border: 1px solid #979797;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    padding: 5px 45px 5px 22px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    position: relative;
    background-image: url("../img/angle-arrow-down-3.svg");
    background-repeat: no-repeat;
    background-position: 90% 45%;
    background-size: 12px;
    width: 100%;
    max-width: 330px;
}

.service-house-date {
    max-width: 400px;
}

.service-house__remarks {
    height: 100%;
}

.service-house__checkbox {
    min-width: 250px;
    color: #555;
    margin-bottom: 0px;
    margin: 4px 0px;
}

    .service-house__checkbox input {
        width: 15px;
        height: 15px;
    }

.wash-house__hint {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #818181;
    margin-top: 11px;
}

.wash-house-left {
    border-right: solid 1px #ddd;
}

@media (max-width: 990px) {
    .wash-house-left {
        border-right: solid 0px #ddd;
        border-bottom: solid 1px #ddd;
    }
}

.wiki {
    color: #666;
}

    .wiki h4 {
        border-left: solid 7px #43C2F5;
        padding-left: 10px;
        color: #0084CA;
    }

.wiki-wrap {
    border: solid 1px #d1e7fc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(8, 79, 116, 0.1);
}

.wiki-wash {
    border-bottom: dashed 1px #d1e7fc;
}

.wiki-table {
    border: solid 1px #d1e7fc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(8, 79, 116, 0.1);
    overflow: hidden;
}

.wiki-table__title {
    font-size: 18px;
    font-weight: 500;
    background: #eef9fe;
    border-right: dashed 1px #d1e7fc;
    text-align: center;
    border-bottom: dashed 1px #d1e7fc;
    justify-content: center;
}

.wiki-table__text {
    border-bottom: dashed 1px #d1e7fc;
    border-right: dashed 1px #d1e7fc;
    justify-content: flex-start;
}

.wiki-table__title, .wiki-table__text {
    display: flex;
    align-items: center;
}

.fqa__list {
    border: solid 1px #d1e7fc;
    border-radius: 10px;
}

.fqa__list-head, .fqa__list-text {
    padding: 10px 35px 10px 10px;
}

    .fqa__list-head.collapsed .fa-chevron-down {
        transform: rotate(-90deg);
    }

.fqa__list-head {
    font-size: 20px;
    font-weight: 500;
    color: #0084CA;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
}

    .fqa__list-head .fa-chevron-down {
        position: absolute;
        right: 10px;
    }

    .fqa__list-head img {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        border-radius: 20px;
    }

.fqa__list-text {
    border-top: solid 1px #d1e7fc;
    color: #4e4e4e;
}

.fqa-display-img {
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: 0px !important;
    height: 0px !important;
    border: solid 1px #d1e7fc;
    background: white;
    padding: 5px;
    border-radius: 10px !important;
    top: 25px;
    left: 25px;
    transition: 0.3s;
}

.fqa-display-btn:hover .fqa-display-img {
    opacity: 1;
    width: 200px !important;
    height: 200px !important;
}

@media (max-width: 768px) {
    .wiki-table__text {
        border-right: dashed 0px #d1e7fc;
    }

        .wiki-table__text:last-child {
            border-bottom: dashed 0px #d1e7fc;
        }
}

.story .blue {
    color: #0083CA;
}

.story img {
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.story video {
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.story p {
    font-size: 15px;
    color: #666;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
}

.story__wrapper {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(8, 79, 116, 0.1);
    background: rgba(255, 255, 255, 0.7);
}

.story .fa-tint {
    font-size: 20px;
}

@media (max-width: 768px) {
    .story .story-reverse {
        flex-direction: column-reverse;
    }
}

.loading {
    background: #eef9ff;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loading__icon {
    background: white;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

    .loading__icon img {
        height: 90%;
    }

.loading__progress {
    position: relative;
    top: -20px;
    font-weight: 900;
}

.hidden {
    display: none;
}

.cooperation .notice {
    font-weight: 700;
    margin-top: 20px;
}

.cooperation__attention {
    margin-top: 50px;
}

.cooperation__items {
    text-align: center;
    margin-top: 50px;
    justify-content: space-between;
}

.cooperation__item {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    border: solid 1px #7a7a7a;
    color: #7a7a7a;
    font-family: "Noto Sans TC", sans-serif;
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 20px;
    display: block;
    padding: 10px 30px;
    transition: 1s all ease;
    cursor: pointer;
    border: solid 1px #1e95d4;
    background-color: #1e95d4;
    color: white;
}

.cooperation__item-btn:hover {
    border: solid 1px #1e95d4;
    background-color: #1e95d4;
    color: white;
}

.cooperation-card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.cooperation-card__header {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    text-align: center;
}

.cooperation-card__header-pattern img {
    height: 13px;
    margin-right: 5px;
}

.cooperation-card__header-info {
    top: 5px;
    left: 5px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-image: url(../img/i_1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 80%;
    text-align: left;
    margin-right: 10px;
}

    .cooperation-card__header-info span {
        box-shadow: inset 0px 0px 5px 1px #eee;
        padding: 4px 10px;
        border-radius: 20px;
        margin-left: 10px;
        font-size: 13px;
    }

.cooperation-card__header-btns {
    border-left: dashed 1px #eee;
    height: 100%;
    display: flex;
    align-items: center;
}

    .cooperation-card__header-btns i {
        text-align: center;
        font-size: 14px;
        padding: 5px;
        color: #aaa;
        border-radius: 20px;
        line-height: 15px;
        width: 25px;
        height: 25px;
        border: solid 2px #eee;
        margin-left: 10px;
        transition: 1s all ease;
    }

        .cooperation-card__header-btns i:hover {
            background: #eee;
        }

.cooperation-card__thumbnail {
    padding: 0px;
    width: 100%;
    height: 180px;
    background: #e8f6ff;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .cooperation-card__thumbnail img {
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
    }

.cooperation-card__title {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.cooperation-card__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cooperation-card__bottom {
    padding: 10px;
    text-align: center;
    border-top: solid 1px #ededed;
    overflow: hidden;
    color: #00b9fa;
}

.cooperation-card:hover {
    border: 1px solid #00b9fa;
}

    .cooperation-card:hover .cooperation-card__bottom {
        background: #00b9fa;
        color: white;
        font-weight: 500;
    }

.cooperation .page-link {
    color: #a2a2a2;
    border: solid 1px #a2a2a2;
    border-radius: 100px !important;
    margin: 0px 5px;
}

.transaction .bottomLine {
    border-top: solid 1px #b6e1f8;
}

.transaction .red {
    color: #E06551;
    font-weight: 500;
    font-size: 25px;
}

.transaction .green {
    color: #69c45c;
    font-weight: 500;
    font-size: 25px;
}

.transaction .blue {
    color: #0095d7;
    font-weight: 700;
}

.transaction .gray {
    color: #646464;
}

.transaction-icon-wrap {
    position: relative;
    max-width: 580px;
    border-bottom: dashed 1px #acd6f1;
}

    .transaction-icon-wrap:after {
        content: "";
        height: 30px;
        width: 20px;
        display: block;
        position: absolute;
        left: -1.1px;
        bottom: -15px;
        background-image: url(../img/ticket-3.svg);
        background-repeat: no-repeat;
        background-position: left;
    }

    .transaction-icon-wrap:before {
        content: "";
        height: 30px;
        width: 20px;
        display: block;
        position: absolute;
        right: -1.5px;
        bottom: -15px;
        background-image: url(../img/ticket-1.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

.transaction__wrap {
    max-width: 580px;
}

.transaction-ticket {
    border-top: solid 1px #acd6f1;
    border-left: solid 1px #acd6f1;
    border-right: solid 1px #acd6f1;
    border-radius: 10px 10px 0px 0px;
    background-image: url(../img/ticket-2.svg);
    background-repeat: no-repeat;
    background-size: auto 7.8px;
    background-position: bottom;
    max-width: 580px;
}

.transaction-success-icon.fa-times {
    background: #E06551;
    box-shadow: 0px 0px 10px rgba(167, 73, 73, 0.5);
}

    .transaction-success-icon.fa-times .test {
        background-color: rgba(187, 99, 99, 0.13);
    }

.transaction-success-icon {
    position: relative;
    background: #69c45c;
    color: white;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 10px rgba(84, 167, 73, 0.5);
    font-size: 30px;
    border-radius: 50%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .transaction-success-icon .test {
        position: absolute;
        width: 70px;
        height: 70px;
        background-color: rgba(105, 196, 92, 0.13);
        border-radius: 50%;
        animation: icon 3s infinite;
        margin-top: -60px;
        margin-left: -10px;
    }

    .transaction-success-icon:before {
        line-height: 50px;
    }

@keyframes icon {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.transaction__wrap {
    background: white;
    border: solid 1px #b6e1f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(187, 192, 255, 0.19);
}

.transaction__info {
    margin-bottom: 20px;
}

.transaction__info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .transaction__info-icon img {
        width: 50px;
    }

.transaction__info-text {
    font-size: 14px;
}

.transaction__note {
    border-top: dashed 1px #acd6f1;
}

.delivery-result {
    display: flex;
    align-items: stretch;
}

.delivery-result__info, .delivery-result__icon, .delivery-result__phone {
    background: white;
    border: solid 1px #b6e1f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(187, 192, 255, 0.19);
}

.delivery-result__info-wrap, .delivery-result__icon-wrap, .delivery-result__phone-wrap {
    padding: 10px;
}

.delivery-result__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.delivery-result__info-top {
    border-bottom: dashed 1px #b6e1f8;
}

.delivery-result__info-bottom, .delivery-result__info-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-result__info .info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .delivery-result__info .info-left h3 {
        font-size: 23px;
    }

    .delivery-result__info .info-left h5 {
        font-size: 15px;
        font-weight: 900;
    }

    .delivery-result__info .info-left h6 {
        font-size: 14px;
    }

    .delivery-result__info .info-left .limit {
        background: #52beed;
        color: white;
        padding: 5px;
        border-radius: 50px;
        font-size: 15px;
        width: 100px;
        margin: auto;
    }

    .delivery-result__info .info-left .icon {
        width: 90px;
        height: 90px;
        background: #ECFAFD;
        padding: 10px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px auto;
    }

        .delivery-result__info .info-left .icon img {
            width: 100%;
        }

.delivery-result__info .info-right .price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 20px;
}

    .delivery-result__info .info-right .price span {
        font-weight: 900;
        font-size: 28px;
        margin: 0px 10px;
    }

.delivery-result__info .info-right .info-right-wrap {
    width: 100%;
    color: #555;
    background: #ECFAFD;
    font-size: 15px;
    border: solid 5px white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.delivery-result__icon {
    height: 100%;
}

.delivery-result__icon-top {
    position: relative;
    border-bottom: dashed 1px #b6e1f8;
}

    .delivery-result__icon-top:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        color: #3597DE;
        background: white;
        border: solid 4px #E2F7FF;
        position: absolute;
        width: 40px;
        height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        border-radius: 20px;
        bottom: -15px;
        font-size: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

.delivery-result__phone {
    height: 100%;
    border: none;
    box-shadow: none;
    border-top: solid 1px #acd6f1;
    border-left: solid 1px #acd6f1;
    border-right: solid 1px #acd6f1;
    border-radius: 10px 10px 0px 0px;
    background-image: url(../img/ticket-2.svg);
    background-repeat: no-repeat;
    background-size: auto 7.8px;
    background-position: bottom;
}

.delivery-result__phone-top {
    padding: 20px 30px;
    text-align: center;
    border-bottom: dashed 1px #b6e1f8;
    position: relative;
}

    .delivery-result__phone-top:after {
        content: "";
        height: 30px;
        width: 20px;
        display: block;
        position: absolute;
        left: -1.1px;
        bottom: -15px;
        background-image: url(../img/ticket-3.svg);
        background-repeat: no-repeat;
        background-position: left;
    }

    .delivery-result__phone-top:before {
        content: "";
        height: 30px;
        width: 20px;
        display: block;
        position: absolute;
        right: -1.5px;
        bottom: -15px;
        background-image: url(../img/ticket-1.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

.delivery-result__phone-bottom {
    display: flex;
    align-items: center;
}

.faq {
    padding: 0 0.6rem 0 0.6rem;
}

.faq__card-header {
    background-color: #fff;
}

.faq__card-text {
    font-size: 17px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 1.6px;
}

.faq__form {
    height: 100%;
    display: flex;
}

.faq__form-wrap {
    height: 100%;
}

.faq__form-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0;
    color: #ffffff;
    background-color: #1e95d4;
}

.faq__form-search {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 85px;
}

.faq__form-search_wrapped {
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 300px;
    max-width: 300px;
}

.faq__form-select {
    min-height: 40px;
    padding-top: 8px;
    width: 100%;
}

.faq__form-select_wrapped {
    min-height: 40px;
    width: 250px;
    margin-right: 10px;
}

@media (max-width: 1299px) {
    .faq__form {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .faq__form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .faq__form .inquiry__items {
            display: flex;
        }

    .faq__form-select_wrapped {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .faq__form-search_wrapped {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .faq-wrapper .inquiry__items {
        justify-content: space-around !important;
    }

    .faq-wrapper .square-btn {
        margin: 20px;
    }
}

.online-inquiry .inquiry__search input {
    border-radius: 30px;
}

.inquiry-video {
    background: #F3FDFF;
}

.inquiry-video__title h3 {
    margin-bottom: 5px;
}

.inquiry-video__title a {
    color: #47a6d8;
}

.inquiry-video-wrap.unavailable {
    filter: grayscale(1);
    opacity: 0.5;
}

.inquiry-video__icon {
    background: white;
    border: solid 2px #47a6d8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inquiry-video__icon-title {
    color: #47a6d8;
    font-weight: 500;
    height: 100%;
}

.inquiry-video__icon-img {
    max-width: 140px;
    border-left: solid 1px #d3e5f0;
    text-align: center;
    color: #0095d7;
    font-weight: 500;
    cursor: pointer;
}

    .inquiry-video__icon-img img {
        width: 100%;
    }

.inquiry-video__link {
    background: white;
    border: solid 2px #4AA9CE;
    border-radius: 10px;
}

.inquiry-video__link-right {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.inquiry-video__link-title {
    display: flex;
    align-items: flex-end;
    color: #0095d7;
}

    .inquiry-video__link-title h3 {
        font-size: 25px;
        width: 100%;
        font-weight: 500;
    }

.inquiry-video__link-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

    .inquiry-video__link-text img {
        width: 25px;
    }

.inquiry-video__link-img {
    width: 200px;
    height: 150px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .inquiry-video__link-img img {
        height: 100%;
    }

.inquiry-video__link-icon {
    display: flex;
    flex-direction: column;
}

    .inquiry-video__link-icon img {
        max-width: 25px;
    }

.inquiry__table-bonus-body .list-img {
    cursor: pointer;
}

    .inquiry__table-bonus-body .list-img img {
        width: 200px;
    }

@media screen and (max-width: 720px) {
    .inquiry__table-bonus .list-w-100 {
        width: 100%;
    }
}

.img-modal h5 {
    color: #555;
}

.img-modal .modal-body {
    position: relative;
}

.img-modal .fa-times {
    right: 30px;
    position: absolute;
    font-size: 30px;
    color: #999;
    z-index: 999;
}

.img-modal__l-btn, .img-modal__r-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .img-modal__l-btn img, .img-modal__r-btn img {
        width: 30px;
    }

.img-modal__l-btn {
    left: -15px;
}

.img-modal__r-btn {
    right: -15px;
}

.video-modal .title {
    width: 100%;
    justify-content: space-between;
}

    .video-modal .title .icon {
        width: 35px;
        height: 30px;
    }

.video-modal .fa-times {
    font-size: 30px;
    color: #999;
}

.video-modal .video {
    position: relative;
}

.authentication-modal .logo {
    max-width: 200px;
    margin: auto;
}

.authentication-modal h5 {
    color: black;
}

.authentication-modal span {
    color: #555;
}

.authentication-modal .form-group {
    color: #555;
    display: flex;
    align-items: center;
}

    .authentication-modal .form-group .select-wrap {
        display: flex;
        width: 100%;
        max-width: 350px;
    }

    .authentication-modal .form-group label {
        width: 100px;
    }

    .authentication-modal .form-group select {
        width: 100%;
        max-width: 150px;
        padding: 5px;
        border-radius: 5px;
    }

    .authentication-modal .form-group span {
        margin: 5px;
    }

    .authentication-modal .form-group input {
        width: 100%;
        max-width: 350px;
        height: 35px;
        border-radius: 5px;
    }

.authentication-modal .countdown {
    width: 60px;
    height: 40px;
    background: #f5fbff;
    margin-left: auto;
    color: #de4545;
    font-size: 13px;
    line-height: 15px;
    padding: 3px;
    border: solid 3px white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 10px 10px auto auto;
}

@media (max-width: 1217px) {
    .container {
        max-width: 1100px;
    }

    .header-navbar__item {
        margin-right: 5px;
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 460px) {
    button.drop {
        width: 70px;
        height: 70px;
        padding: 0;
        bottom: 140px;
    }

    .drop__img {
        height: 70px !important;
        width: 70px !important;
    }

    button.totop {
        width: 70px;
        height: 70px;
        padding: 0;
    }

    .totop__icon {
        font-size: 20px;
    }
}
/*# sourceMappingURL=common.css.map */
/* add new 7-11 page */
p.title_style_02 {
    display: inline-block;
    vertical-align: middle;
}

.service-housr__tip {
    display: inline-block;
    width: calc(100% - 15em);
    font-size: 16px;
    color: #212529;
    white-space: nowrap;
    margin-left: 5px;
    vertical-align: middle;
}

@media (max-width:1000px) {
    .service-housr__tip {
        display: block;
        width: calc(100% - 15px);
        color: #212529;
        white-space: normal;
        margin-left: 15px;
        /*vertical-align: middle;*/
    }
}

.type-btn {
    width: auto;
    height: auto;
}

    .type-btn > div {
        display: inline-block;
        vertical-align: text-top;
    }

.type-icon {
    position: relative;
    width: 90px;
}

    .type-icon > img {
        width: 90px;
    }

    .type-icon > span {
        font-size: 14px;
        transform: scale(0.8);
        position: absolute;
        width: 100%;
        bottom: 8px;
        left: 0;
        text-align: center;
        font-weight: bold;
        color: #0281c5;
    }

.type-info {
    text-align: left;
}

    .type-info > span {
        font-size: 14px;
        font-weight: bold;
        color: #0281c5;
    }

    .type-info > p {
        width: 7em;
        height: 4em;
        font-size: 14px;
        line-height: 1.5;
        transform: scale(0.7) translateX(-3%) translateY(-14%);
        font-weight: 100;
        color: #4A4A4A;
    }
.TaxIdTitle {
    position: absolute;
    top: -18px;
    left: 20px;    
    border-radius: 8px;
    border: solid 2px #d5e6fa;
    padding: 3px;
}
.channel-image-container {
   
    height: 90vh;
    background-image: url("/img/ad/20240402_潔衣家DM.svg?v=1.0.0");
    background-repeat: no-repeat;
    background-position-x:center;

}
/*# sourceMappingURL=common.css.map */
