@charset "UTF-8";

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    /*border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}*/
ol,
ul {
    list-style: none;
}

/*blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* extend */
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* include */
html {
    scroll-behavior: smooth;
}

html.no-scroll {
    overflow: hidden;
}

html.declare-disabled ._header_msg__declare {
    margin-top: -48px;
}

html.header-msg-disabled ._header_msg {
    opacity: 0;
    visibility: hidden;
    margin-top: -48px;
}

html.header-msg-disabled ._massage_container {
    padding-top: 48px;
}

html.popup-active {
    overflow: hidden;
}

html.popup-active ._layout_top,
html.popup-active ._layout_main,
html.popup-active ._layout_bottom {
    filter: blur(3px);
}

html.popup-active ._popup.active {
    opacity: 1;
    visibility: visible;
}

html.popup-active ._popup.active ._popup__wrapper {
    transform: translateY(0);
}

html.recorder-active ._layout_main {
    top: -250px;
}

html.recorder-active ._layout_top {
    top: -250px;
}

html.recorder-active ._layout_bottom {
    bottom: 250px;
}

html.recorder-active ._recorder {
    bottom: 0;
}

html.recorder-active * {
    -webkit-user-select: none;
    user-select: none;
}

body {
    background: #f7f7f7;
    font-size: 1rem;
    height: 100%;
}

* {
    box-sizing: border-box;
}

*:disabled {
    pointer-events: none;
    color: initial;
}

*:active {
    outline: none !important;
}

a {
    color: #DE3F44;
}

a:hover {
    color: #ff4747;
}

button {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: black;
    appearance: none;
    -webkit-appearance: none;
}

input[type=text],
input[type=button],
input[type=text],
input[type=submit] {
    appearance: none;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

._popup_block ._popup_form__verification-code-prefix {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    padding: 0.95rem 0.8rem;
    line-height: mormal;
}

._popup_block ._popup_form__verification-code-input {
    padding-left: 3.5rem !important;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 3%;
    }
}

._app ._header_function__btn--speaker {
    display: flex;
}

._app ._header_function__btn--font-size {
    display: none;
}

/*._app ._chat_record-btn {
    display: block;
}

._app ._chat_send {
    display: none;
}*/

._app ._chat_emoji {
    right: 12px;
}

._layout_wrapper {
    height: 100%;
}

._layout_top {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-out;
}

._layout_main {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

._layout_bottom {
    position: fixed;
    z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-out;
}

* {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

._header {
    background: #DE3F44;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

._header_container {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._header_title {
    font-weight: normal;
    font-size: 16px;
    color: white;
}

._header_title__rose {
    font-weight: bold;
}

._header_function {
    display: flex;
}

._header_function__fsize,
._header_function__more {
    position: relative;
}

._header_function__btn {
    display: block;
    color: white;
    cursor: pointer;
    margin: 0 5px;
}

._header_function__btn--speaker,
._header_function__btn--fsize {
    font-size: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._header_function__btn--speaker {
    display: none;
    position: relative;
}

._header_function__btn--speaker::after {
    content: "";
    display: none;
    width: 22px;
    height: 2px;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: center;
}

._header_function__btn--speaker.active::after {
    display: block;
}

._header_function__btn--logout {
    padding: 0 5px;
    height: 24px;
    display: none;
    align-items: center;
    font-size: 16px;
}

._header_function__btn--more {
    font-size: 0;
    border: none;
    position: relative;
    line-height: 0;
    width: 20px;
    height: 24px;
    background: url("../../front/rose/img/icon-nav.svg") no-repeat center center;
    border-radius: 0;
    margin-right: -8px;
}

._header_function__more-nav,
._header_function__fsize-nav {
    position: absolute;
  z-index: 999;
  right: -14px;
  top: calc(2rem + 2px);
  background: white;
  border-radius: 5px;
  padding: 0.5rem 0;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  transform-origin: top right;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

._header_function__more-nav.active,
.active._header_function__fsize-nav {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

._header_function__more-nav::before,
._header_function__fsize-nav::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    right: 10px;
    top: -8px;
}

._header_function__more-header, ._header_function__fsize-header {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ._header_function__more-header h2, ._header_function__fsize-header h2 {
    font-size: 1rem;
    color: #DE3F44;
    font-weight: normal;
  }
  ._header_function__more-header button span, ._header_function__fsize-header button span {
    font-size: 0;
  }
  ._header_function__more-header button:hover path, ._header_function__fsize-header button:hover path {
    fill: #ff4747;
  }
  

._header_function__more-item>*,
._header_function__more-item>a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    border: none;
    background: transparent;
    color: #FF7373;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

._header_function__more-item>* svg,
._header_function__more-item>a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

._header_function__more-item>*:hover,
._header_function__more-item>a:hover {
    color: #ff4747;
}

 ._header_function__fsize-nav {
    right: -3px;
    padding-bottom: 3px;
}

._header_function__fsize-list {
    display: flex;
    align-items: baseline;
    padding: 5px 2px;
}

._header_function__fsize-item ._header_function__fsize-btn {
    padding: 0 15px;
    color: #FF7373;
    cursor: pointer;
}

._header_function__fsize-item ._header_function__fsize-btn:hover {
    color: #ff4747;
}

._header_function__fsize-item.active ._header_function__fsize-btn {
    color: #DE3F44;
    font-weight: bold;
    pointer-events: none;
}

._header_function__fsize-item:nth-child(1) ._header_function__fsize-btn {
    font-size: 16px;
}

._header_function__fsize-item:nth-child(2) ._header_function__fsize-btn {
    font-size: 18px;
}

._header_function__fsize-item:nth-child(3) ._header_function__fsize-btn {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    ._header_title__talking {
        display: none;
    }
}

._header_msg {
    position: relative;
    z-index: 0;
    transition: all 0.3s ease-out;
    height: 48px;
    margin-top: 10px;
    display: none;
}

._header_msg__smart {
    position: absolute;
    z-index: 99;
    left: 35px;
    bottom: 7px;
}

._header_msg__content {
    width: 100%;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 7%);
    border-radius: 10px;
    border: 1px solid #f9dfd8;
}

._header_msg__declare {
    position: relative;
    background: #FFE4DE;
    transition: all 0.3s ease-out;
}

._header_msg__declare-content,
._header_msg__push-content {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 14px;
    color: #DE3F44;
    position: relative;
    padding: 0 60px;
}

._header_msg__declare-content strong,
._header_msg__push-content strong {
    font-weight: normal;
}

._header_msg__declare-link {
    font-weight: bold;
    font-size: 14px;
    color: #DE3F44;
    text-decoration: underline;
    cursor: pointer;
}

._header_msg__declare-link:hover {
    color: #ff4747;
}

._header_msg__declare-close,
._header_msg__push-close {
    position: absolute;
    right: calc(20px - 10px);
    top: 14px;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    cursor: pointer;
}

._header_msg__declare-close svg,
._header_msg__push-close svg {
    width: 100%;
    height: 100%;
}

._header_msg__declare-close:hover,
._header_msg__push-close:hover {
    border-color: #ff4747;
}

._header_msg__declare-close:hover svg *,
._header_msg__push-close:hover svg * {
    fill: #ff4747;
}

._header_msg__push {
    position: relative;
    background: #fff6d6;
}

._header_msg__push-content .swiper-container {
    width: 100%;
}

._header_msg__push-list {
    height: 48px;
}

._header_msg__push-item {
    display: flex;
    align-items: center;
}

._header_msg__push-item a {
    text-decoration: none;
}

._header_msg__push-link {
    color: #DE3F44;
    text-decoration: underline !important;
}

._header_msg__push-link:hover {
    color: #ff4747;
}

@media screen and (max-width: 767px) {

    ._header_msg__declare-content,
    ._header_msg__push-content {
        padding: 0 calc(3% + 24px) 0 calc(3% + 32px);
    }

    ._header_msg__smart {
        left: calc(3% + 10px);
        bottom: 13px;
        width: 24px;
        height: auto;
    }

    ._header_msg__declare-close,
    ._header_msg__push-close {
        right: 3%;
    }
}

@media screen and (max-width: 374px) {
    ._header_msg__declare-btn {
        font-size: 0.75rem;
    }
}

._avatar {
    border-radius: 500px;
    position: relative;
    overflow: hidden;
}

._avatar--headerbar {
    width: 35px;
    height: 35px;
    display: inline-block;
}

._avatar__img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    border-radius: 500px;
}

._massage_container {
    padding-top: calc(96px + 0rem);
    padding-bottom: calc(82px + 48px + 2rem);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    height: 100%;
}

._massage {
    font-size: 1rem;
    position: relative;
    margin-top: 3rem;
    width: 100%;
}

._massage:first-child {
    margin-top: 0;
}

._massage--emoji ._massage__pop {
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

._massage--emoji img {
    width: 168px;
}

._massage--left ._massage__content {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    width: 100%;
}

._massage--left ._massage__pop {
    background-color: #FFEBEB;
    background-color: white;
    border-top-left-radius: 0;
    color: black;
    margin-bottom: 0.5rem;
}

._massage--right {
    text-align: right;
}

._massage--right ._massage__pop {
    background-color: #ff4747;
    border-top-right-radius: 0;
}

._massage--right ._massage__time {
    text-align: right;
}

._massage--time {
    font-size: 0.75rem;
    display: block;
    color: #999;
}

._massage--card {
    font-size: 0.75rem;
    display: block;
    color: #999;
    padding: 0 1rem;
    margin-top: 0.2rem;
}

._massage--ok {
    font-size: 0.75rem;
    color: #6BDDC1;
}

._massage--paymentDetailStatus {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}

._massage__content {
    display: inline-block;
    text-align: left;
}

._massage__content:after {
    display: table;
    content: "";
    clear: both;
}

._massage__sticker {
    display: inline-block;
}

._massage__sticker-img {
    width: 100%;
    height: auto;
    max-width: 180px;
}

._massage__avatar {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../front/rose/img/avatar-rose.jpg") no-repeat center center;
    background-size: cover;
    font-size: 0;
}

._massage__ans {
    position: relative;
}

._massage__ans>*:first-child {
    margin-top: 0;
}

._massage__ans--break ._massage__media {
    margin-top: 70px;
}

@media screen and (max-width: 480px) {
    ._massage__ans--cards ._massage__media {
        padding-right: calc(100vw - 340px);
    }
}

._massage__br {
    display: block;
    margin-top: 10px;
}

._massage__media {
    margin-top: 0.5rem;
    position: relative;
    width: 100%;
}

._massage__pop {
    display: inline-block;
    max-width: 570px;
    padding: 1rem;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 7%);
}

._massage__pop a {
    color: #DE3F44;
    display: inline-block;
}

._massage__pop a:hover {
    color: #ff4747;
}

._massage__pop--option a {
    display: inline;
    width: 100%;
}

._massage__pop--weather:after {
    display: table;
    content: "";
    clear: both;
}

._massage__pop--weather a {
    border-radius: 5px;
    float: left;
    display: block;
    border: 1px solid #FFEBEB;
    width: calc(100% / 5);
    text-align: center;
}

._massage__btn-currency {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

._massage__btn-currency img {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}

._massage__btn-currency span {
    width: 90px;
    text-align: left;
}

._massage__btn-field {
    max-width: 640px;
}

._massage__choose {
    cursor: pointer;
}

._massage__btn-group--single a {
    border-radius: 5px;
    border: 1px solid #FFEBEB;
}

._massage__btn-group a,
._massage__btn-group button {
    display: inline-block;
    padding: 10px 1rem;
    background-color: #fff;
    color: #DE3F44;
    position: relative;
    line-height: 1.5;
    font-size: 0;
    transition-duration: 0.1s;
    font-size: 1rem;
}

._massage__btn-group--choose a,
._massage__btn-group--choose button {
    color: #000;
    border-radius: 6px;
    margin: 3px 0;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 7%);
}

._massage__btn-group--choose a:hover,
._massage__btn-group--choose button:hover {
    color: #FF7373;
}

._massage__btn-group--currency {
    width: 105%;
}

._massage__btn-group--currency button {
    padding: 10px;
}

._massage__btn-refresh {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    width: 100%;
}

._massage__btn-refresh svg {
    display: block;
    margin-right: 5px;
    transition: transform 0.5s ease;
    transform-origin: 5px 8px;
}

._massage__btn-refresh:hover {
    color: #FF7373;
}

._massage__btn-refresh:hover svg {
    transform: rotate(-359deg);
}

._massage__btn-weather a {
    padding: 10px 1rem;
}

._massage__txt--red {
    color: #DE3F44;
}

._massage__txt--bold {
    font-weight: bold;
}

._massage__item-group {
    overflow: visible;
}

._massage__item,
._massage__card {
    overflow: hidden;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 7%);
    position: relative;
    width: 100%;
    transition-duration: 0.15s;
    max-width: 400px;
    background-color: #fcfcfc;
}

._massage__item--weather {
    width: 100%;
    max-width: 400px;
    cursor: default;
}

._massage__item--weather ._massage__spec {
    text-align: left;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 1rem;
    height: auto;
}

._massage__item--weather img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

._massage__item--show {
    cursor: default;
}

._massage__item--choose {
    display: block;
    padding: 1rem;
    margin-bottom: 5px;
    color: #DE3F44;
}

._massage__item--choose:hover {
    background-color: #FF7373;
    color: #fff;
}

._massage__item--choose:last-child {
    margin-bottom: 0;
}

._massage__item--paymentDetail {
    padding-top: 1rem;
    border-top: 1px solid #e3e3e3;
}

._massage__item--paymentDetail:first-child {
    border-top: none;
}

._massage__item--paymentDetail ._massage__item-table {
    padding-top: 0.3rem;
}

._massage__item--paymentDetail ._massage__item-tr {
    padding-top: 0 !important;
}

._massage__item img,
._massage__card img {
    width: 100%;
    height: auto;
    display: block;
}

._massage__item-content {
    padding: 0.8rem 0.7rem 0 0.7rem;
    text-align: center;
}

._massage__item-title {
    font-size: 1rem;
    display: block;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

._massage__item-desc {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.3em;
}

._massage__item-table {
    display: table;
    width: 100%;
    padding: 1rem;
    table-layout: fixed;
}

._massage__item-table--top {
    border-top: 1px solid #eee;
    color: #fff;
    background-color: #ff5e63;
    padding: 0.625rem 1rem;
}

._massage__item-table--top ._massage__txt--red {
    color: #fff;
}

._massage__item-table--bottom {
    padding-top: 0;
}

._massage__item-table--border-top {
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

._massage__item-table--choose {
    border-bottom: 1px solid #eee;
}

._massage__item-table--choose:last-child {
    border: none;
}

._massage__item-table--notice {
    font-size: 0.875rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e3e3;
}

._massage__item-thead {
    display: table-header-group;
    font-weight: bold;
}

._massage__item-tr {
    display: table-row;
}

._massage__item-tr:last-child ._massage__item-td {
    padding-bottom: 0;
}

._massage__item-td,
._massage__item-th {
    display: table-cell;
    vertical-align: top;
}

._massage__item-td--right,
._massage__item-th--right {
    text-align: right;
}

._massage__item-td--middle,
._massage__item-th--middle {
    vertical-align: middle;
}

._massage__item-th {
    padding-bottom: 1rem;
}

._massage__item-td {
    padding-bottom: 1rem;
}

._massage__item-td#DuesStartDate {
    white-space: nowrap;
}

._massage__item-pseudo::before {
    font-size: 0.875rem;
    display: none;
    content: attr(data-text);
    color: #5F403B;
    margin-top: 2px;
}

._massage__item-pseudo--red::before {
    color: #DE3F44;
}

._massage__item-pseudo--left {
    text-align: right;
}

._massage__item-pseudo--left::before {
    float: left;
}

._massage__item-pseudo--right {
    text-align: left;
}

._massage__item-pseudo--right::before {
    float: right;
}

._massage__item-pseudo--detail::before {
    font-size: 0.875rem;
    display: inline-block;
    content: attr(data-state);
    margin-top: 2px;
    float: none;
}

._massage__item-content--phone {
    display: inline-block;
    color: #DE3F44;
    cursor: pointer;
}

._massage__item-content--phone span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 3px;
    padding-top: 1px;
    vertical-align: baseline;
}

._massage__item-content--phone:hover {
    color: #ff4747;
}

._massage__item-button {
    width: 100%;
    border-radius: 0;
    border: none;
    border-top: 1px solid #e3e3e3;
    color: #FF7373;
    background-color: #fff;
    padding: 1rem;
    position: relative;
    cursor: pointer;
    outline: none;
}

._massage__item-button:hover {
    color: #ff4747;
}

._massage__item--verify {
    cursor: pointer;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

._massage__item--verify:hover {
    color: #FF7373;
}

._massage__item--verify:hover ._massage__img {
    background: #FF7373;
}

._massage__item--verify ._massage__img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff8d8d;
    margin-bottom: 1rem;
}

._massage__item--verify ._massage__img--card img {
    height: 24px;
}

._massage__item--verify ._massage__img--account img {
    height: 30px;
}

._massage__item--card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    background: #ff8d8d;
    color: white;
    font-size: 1rem;
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
    height: 16vw;
    max-height: 190px;
}

@media screen and (max-width: 768px) {
    ._massage__item--card {
        height: 22vw;
    }
}

@media screen and (max-width: 520px) {
    ._massage__item--card {
        height: 40vw;
    }
}

._massage__item--card:hover {
    background: #FF7373;
}

._massage__item--card ._massage__img {
    height: 48px;
    margin-bottom: 1rem;
}

._massage__item--card ._massage__img img {
    height: 100%;
}

._massage__item-list {
    display: block;
    padding: 0 0.7rem;
}

._massage__item-list.list-active ._massage__item-list-item {
    margin: 10px 0;
    height: 48px !important;
    opacity: 1 !important;
}

._massage__item-list-item {
    display: block;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    opacity: 0;
    border: 1px solid #fbe7e7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 25px -10px rgb(0 0 0 / 7%);
}

._massage__item-list-item:first-child,
._massage__item-list-item:nth-child(2),
._massage__item-list-item:nth-child(3) {
    margin: 10px 0;
    height: 48px;
    opacity: 1;
}

._massage__item-list-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    background-color: #fff;
    color: #DE3F44;
    cursor: pointer;
}

._massage__item-list-item button:hover {
    background-color: #FF7373;
    color: #fff;
}

._massage__item-list-more {
    font-size: 0.875rem;
    display: block;
    width: 100%;
    padding: 0 0.7rem 10px 0.7rem;
    transition-duration: 0.3s;
    cursor: pointer;
    line-height: normal;
    color: #666;
    text-align: center;
}

._massage__item-list-more::before {
    content: "顯示更多";
}

._massage__item-list-more.active::before {
    content: "收合";
}

._massage__item-list-more:hover {
    /*background-color: #FF7373;*/
    /*color: #fff;*/
    cursor: pointer;
}

ba ._massage__item-list-more:hover {
    color: #DE3F44;
}

ba ._massage__item-list-more:hover path {
    fill: #DE3F44;
}

._massage__card {
    width: 250px;
}

._massage__img {
    position: relative;
    z-index: 0;
}

._massage__img-color {
    background-color: #fbfbfb;
}

._massage__icon-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 14px;
    min-height: 14px;
}

._massage__icon-box img {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

._massage__refresh-btn {
    width: 1rem;
    height: 1rem;
}

._massage__slide-btn {
    display: block;
    width: 34px;
    height: 34px;
    background-color: #FF7373;
    position: absolute;
    top: 50%;
    z-index: 1;
    border-radius: 500px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

._massage__slide-btn::after {
    display: none;
}

._massage__slide-btn.swiper-button-disabled {
    background-color: #cfcfcf !important;
}

._massage__slide-btn.swiper-button-disabled svg * {
    fill: white !important;
}

._massage__slide-btn svg {
    width: 30%;
    height: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

._massage__slide-btn--next {
    right: 0;
    transform: translate(55px, -50%);
}

._massage__slide-btn--next svg {
    transform: rotate(180deg);
}

._massage__slide-btn--prev {
    left: 0;
    transform: translate(-50px, -50%);
}

#msg-card ._massage__slide-btn {
    background-color: white;
}

#msg-card ._massage__slide-btn svg * {
    fill: #FF7373;
}

#msg-card ._massage__slide-btn--next {
    transform: translate(55px, 5px);
}

#msg-card ._massage__slide-btn--prev {
    transform: translate(-50px, 5px);
}

._massage__footer {
    margin-top: 0.75rem;
}

._massage__footer.rate-answer-done ._massage__footer-helpful {
    display: none;
}

._massage__footer.rate-answer-done ._massage__footer-thanks {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
}

._massage__footer-helpful {
    color: #878787;
    display: inline-block;
    line-height: 0;
    height: 16px;
}

._massage__footer-helpful span {
    display: inline-block;
    vertical-align: middle;
}

._massage__footer-thanks {
    font-size: 0.875rem;
    color: #EA6767;
    transform: translateX(10px);
    opacity: 0;
    display: inline-block;
    visibility: hidden;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    position: absolute;
}

._massage__footer-thanks.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: relative;
}

._massage__footer-rate {
    font-size: 0.875rem;
    color: #EA6767;
    display: inline-block;
    margin-left: 5px;
}

._massage__footer-rate--dislike {
    color: #666;
}

._massage__footer-rate:first-child {
    margin-left: 0;
}

._massage__footer-rateBtn {
    opacity: 0.7;
    cursor: pointer;
}

._massage__footer-rateBtn:hover {
    opacity: 1;
}

._massage__footer-icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

._massage__footer-icon img {
    width: 100%;
    height: 100%;
}

._massage__time {
    font-size: 0.75rem;
    display: block;
    margin-top: 5px;
    font-style: normal;
    color: #adadad;
}

@media screen and (max-width: 1024px) {
    ._massage__pop--weather a {
        width: calc(100% / 5);
    }
}

@media screen and (max-width: 768px) {
    ._massage__pop--weather a {
        width: calc(100% / 3);
    }

    ._massage_bottom {
        right: calc(3% + 4px);
    }
}

@media screen and (max-width: 640px) {
    ._massage_container {
        padding-bottom: calc(72px + 40px + 2rem);
    }

    ._massage__avatar {
        width: 35px;
        height: 35px;
    }

    ._massage {
        margin-top: 30px;
    }

    ._massage--left ._massage__content {
        padding-right: 30px;
        padding-left: 45px;
    }

    ._massage__pop {
        padding: 1rem;
    }

    ._massage__item--weather ._massage__spec {
        display: block;
    }

    ._massage__item--weather ._massage__spec-block {
        display: block;
    }

    ._massage__item--weather ._massage__spec-cell {
        display: block;
        width: 100%;
    }

    ._massage__item-table {
        display: block;
    }

    ._massage__item-table--sub {
        padding: 0;
    }

    ._massage__item-table--sub ._massage__item-tr {
        padding: 1rem;
        border-bottom: 1px solid #ffe5e3;
    }

    ._massage__item-table--sub ._massage__item-tr:last-child {
        border: none;
    }

    ._massage__item-table--sub ._massage__item-td--right {
        padding-bottom: 0;
    }

    ._massage__item-table--top ._massage__item-td {
        text-align: center;
    }

    ._massage__item-table--top ._massage__item-td--right {
        text-align: center;
    }

    ._massage__item-table--bottom {
        padding-top: 1rem;
    }

    ._massage__item-thead {
        display: none;
    }

    ._massage__item-tr {
        display: block;
    }

    ._massage__item-td {
        display: block;
        padding-bottom: 0;
        font-weight: normal;
    }

    ._massage__item-td--right {
        text-align: left;
        padding-bottom: 10px;
    }

    ._massage__item-td--middle {
        font-size: 0.75rem;
    }

    ._massage__media--loan ._massage__item-table--body,
    ._massage__media--pay ._massage__item-table--body {
        display: table;
    }

    ._massage__media--loan ._massage__item-table--body ._massage__item-tr,
    ._massage__media--pay ._massage__item-table--body ._massage__item-tr {
        display: table-row;
    }

    ._massage__media--loan ._massage__item-table--body ._massage__item-td,
    ._massage__media--pay ._massage__item-table--body ._massage__item-td {
        display: table-cell;
        width: 1px;
        white-space: nowrap;
    }

    ._massage__media--loan ._massage__item-table--body ._massage__item-td--right,
    ._massage__media--pay ._massage__item-table--body ._massage__item-td--right {
        text-align: right;
    }

    ._massage__media--exchange-rate ._massage__item-table--bottom {
        display: table;
    }

    ._massage__media--exchange-rate ._massage__item-table--bottom ._massage__item-tr {
        display: table-row;
    }

    ._massage__media--exchange-rate ._massage__item-table--bottom ._massage__item-td {
        display: table-cell;
        width: 1px;
        white-space: nowrap;
    }

    ._massage__media--exchange-rate ._massage__item-table--bottom ._massage__item-td--right {
        text-align: right;
    }

    ._massage__item-pseudo {
        font-weight: bold;
        padding-bottom: 0;
    }

    ._massage__item-pseudo::before {
        font-weight: normal;
        display: block;
    }

    ._massage__item-pseudo--left {
        text-align: right;
        margin-top: 5px;
    }

    ._massage__item-pseudo--detail::before {
        font-size: 0.875rem;
        display: block;
        content: attr(data-text);
        float: left;
    }

    ._massage__item-pseudo--detail._massage__txt--red {
        color: #333333;
    }

    ._massage__slide-btn--next {
        transform: translate(22px, -50%);
    }

    ._massage__slide-btn--prev {
        transform: translate(-45px, -50%);
    }

    #msg-card ._massage__slide-btn--next {
        transform: translate(22px, 5px);
    }

    #msg-card ._massage__slide-btn--prev {
        transform: translate(-45px, 5px);
    }
}

._massage_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 99px;
    position: absolute;
    right: calc(20px + 4px);
    top: -64px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 7%);
    cursor: pointer;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}

._massage_bottom:hover svg * {
    fill: #ff4747;
}

._massage_bottom.active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 480px) {
    ._massage__btn-weather a {
        padding: 10px 0.9rem;
    }

    /* ._massage__slide-btn--next {
        transform: translate(calc(26px + 100vw - 340px), -50%);
    } */

    /* #msg-card ._massage__slide-btn--next {
        transform: translate(calc(26px + 100vw - 340px), 5px);
    } */

    ._massage_bottom {
        right: calc(20px - 5px);
    }

    ._massage--left ._massage__content {
        padding-right: 25px;
    }
}

@media screen and (max-width: 374px) {
    ._massage__btn-group--currency {
        width: 100%;
    }

    ._massage__btn-group--currency button {
        width: 100%;
    }
}

._massageTable__item-table {
    display: table;
    width: 100%;
    padding: 1rem;
    table-layout: fixed;
}

._massageTable__item-tr {
    display: table-row;
}

._massageTable__item-tr:last-child ._massage__item-td {
    padding-bottom: 0;
}

._massageTable__item-td {
    display: table-cell;
    padding-bottom: 5px;
}

._massageTable__item-td--right {
    text-align: right;
}

._massageTable__item-td--s {
    font-size: 14px;
}

._massageTable__item-td--middle {
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
    ._massageTable__item-table {
        padding: 15px;
    }

    ._massageTable__item-table--sub {
        padding: 0;
    }

    ._massageTable__item-table--sub ._massage__item-tr {
        padding: 15px;
        border-bottom: 1px solid #FFE5E3;
    }

    ._massageTable__item-table--sub ._massage__item-tr:last-child {
        border: none;
    }

    ._massageTable__item-table--sub ._massage__item-td--right {
        padding-bottom: 0;
    }

    ._massageTable__item-td {
        font-weight: normal;
    }

    ._massageTable__item-td--before {
        display: none;
    }

    ._massageTable__item-td--twocell {
        width: 80%;
    }

    ._massageTable__item-td::before {
        font-size: 0.75rem;
        content: attr(data-text);
        color: #5F403B;
        float: left;
        display: block;
    }


    ._massageTable__brown {
        color: #5F403B;
        font-size: 0.75rem;
    }
}

._shortcut {
    height: 48px;
    background: white;
    box-shadow: 0px -2px 15px 0px rgb(0 0 0 / 7%);
    border-bottom: 1px solid #e3e3e3;
    display: none;
}

._shortcut .container {
    height: 100%;
}

._shortcut_header {
    margin-left: 15px;
    margin-right: 5px;
}

._shortcut_header__ch {
    display: none;
}

._shortcut_header__icon {
    display: block;
    margin-top: 3px;
}

._shortcut_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

._shortcut_item {
    padding: 10px 10px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    margin-left: 8px;
    height: 100%;
}

._shortcut_item:hover svg path {
    fill: #ff4747;
}

._shortcut_item__title {
    font-size: 16px;
    cursor: pointer;
    color: #DE3F44;
    margin-left: 5px;
}

._shortcut_item__title:hover {
    color: #ff4747;
}

._shortcut_item__sublist {
    display: block;
    position: absolute;
    z-index: 8;
    bottom: 50px;
    left: 0;
    max-height: calc(100vh - 82px - 48px - 48px - 48px - 20px);
    border-radius: 15px;
    background: white;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
    transform-origin: left bottom;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

._shortcut_item__sublist::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

._shortcut_item__sublist.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

._shortcut_item__subitem {
    display: block;
    padding: 12px;
    white-space: nowrap;
    border-top: 1px solid #e3e3e3;
    cursor: pointer;
    font-size: 16px;
}

._shortcut_item__subitem:first-child {
    border-top: none;
}

._shortcut_item__subitem:hover {
    color: #ff4747;
}

@media screen and (max-width: 640px) {
    ._shortcut {
        height: 40px;
    }

    ._shortcut_header {
        margin-left: 15px;
        margin-right: 15px;
    }

    ._shortcut_item {
        padding: 10px 0;
        margin: 0;
        flex: 1;
        border-left: 1px solid #f0f0f0;
        justify-content: center;
    }

    ._shortcut_item:first-child {
        border-left: none;
    }

    ._shortcut_item svg {
        transform: scale(0.8);
    }

    ._shortcut_item:hover {
        background: #FF7373;
    }

    ._shortcut_item:hover ._shortcut_item__title {
        color: white;
    }

    ._shortcut_item:hover svg path {
        fill: white;
    }

    ._shortcut_item__title {
        font-size: 13px;
        margin-left: 0;
    }
}

._chat {
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    background: white;
}

._chat_container {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 639px) {
    ._chat {
        height: 72px;
    }
}

._chat_faq__btn {
    line-height: 1;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    color: white;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
    background: #DE3F44;
    cursor: pointer;
}

._chat_faq__btn span {
    margin-left: 15px;
}

._chat_faq__btn:hover {
    background: #ff4747;
}

._chat_faq__list {
    width: calc(100% - 40px);
    max-height: calc(100vh - 82px - 48px - 48px - 20px);
    position: absolute;
    z-index: 7;
    left: 20px;
    bottom: calc(48px + 16px);
    border-radius: 15px;
    background: white;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
    transform-origin: left bottom;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

._chat_faq__list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

._chat_faq__list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 86px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

._chat_faq__listCon {
    max-height: calc(100vh - 82px - 48px - 48px - 20px);
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

._chat_faq__item {
    flex: 0 0 33.3333%;
    border-top: 1px solid #e3e3e3;
    position: relative;
}

._chat_faq__item:nth-child(1),
._chat_faq__item:nth-child(2),
._chat_faq__item:nth-child(3) {
    border-top: none;
}

._chat_faq__item::after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    background: #e3e3e3;
}

._chat_faq__button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 16px;
    cursor: pointer;
    font-size: 16px;
}

._chat_faq__button img {
    transition: all 0.2s ease-out;
    transform-origin: center;
    transform: scale(1.1);
}

._chat_faq__button span {
    margin-top: 10px;
}

._chat_faq__button:hover {
    color: #ff4747;
}

._chat_faq__button:hover img {
    transform: scale(1.2);
}

@media screen and (min-width: 640px) {
    ._chat_faq__item:nth-child(3n)::after {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    ._chat_faq__btn {
        height: 48px;
        font-size: 0;
        padding: 0 0px 0 15px;
    }

    ._chat_faq__btn span {
        margin-right: 0;
    }

    ._chat_faq__list {
        width: calc(100% - 6%);
        max-height: calc(100vh - 72px - 48px - 48px - 20px);
        bottom: calc(48px + 16px);
        left: 3%;
    }

    ._chat_faq__list::after {
        left: 22px;
    }

    ._chat_faq__listCon {
        max-height: calc(100vh - 72px - 48px - 48px - 20px);
    }

    ._chat_faq__item {
        border-right: 1px solid #e3e3e3;
    }

    ._chat_faq__item::after {
        display: none;
    }

    ._chat_faq__button {
        padding: 5vw 0;
    }

    ._chat_faq__button img {
        transform: scale(0.8);
    }

    ._chat_faq__button span {
        margin-top: 0;
        font-size: 14px;
    }

    ._chat_faq__button:hover {
        color: #ff4747;
    }

    ._chat_faq__button:hover img {
        transform: scale(0.9);
    }
}

._chat_form {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
}

._chat_label {
    font-size: 0;
}

._chat_input {
    font-size: 16px;
    line-height: 1;
    border: 1px solid #e3e3e3;
    border-left: none;
    border-radius: 0;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    box-shadow: inset 0px 15px 20px -15px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: none;
}

._chat_send {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: #DE3F44 url("../../front/rose/img/icon-send.svg") no-repeat left 16px center;
    background-size: 40%;
    border: none;
    border-radius: 99px;
    overflow: hidden;
    margin-left: 10px;
    cursor: pointer;
    font-size: 0;
    padding: 0;
}

._chat_send:hover {
    background-color: #ff4747;
}

._chat_autocomplete {
    display: none;
    width: calc(100% - 48px - 10px);
    position: absolute;
    bottom: 48px;
    left: 0;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    background: white;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 7%);
    overflow: hidden;
}

._chat_autocomplete.active {
    display: block;
}

._chat_autocomplete__list {
    overflow: auto;
}

._chat_autocomplete__item {
    padding: 15px;
    position: relative;
    color: #FF7373;
    font-size: 16px;
}

._chat_autocomplete__item::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 15px;
    background: #e3e3e3;
}

._chat_autocomplete__item:hover {
    background: #FFEBEB;
}

._chat_autocomplete__item:first-child::before {
    display: none;
}

@media screen and (max-width: 639px) {
    ._chat_input {
        height: 48px;
        padding: 0 8px;
    }

    ._chat_send {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }

    ._chat_autocomplete {
        width: calc(100% - 48px - 10px);
        bottom: 48px;
    }

    ._chat_autocomplete__item {
        font-size: 0.875rem;
    }
}

._chat_answer {
    display: none;
    position: fixed;
    bottom: 82px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0px -10px 15px 0px rgb(0 0 0 / 7%);
}

._chat_answer.active {
    display: block;
}

._chat_answer__title {
    font-size: 0;
}

._chat_answer__list {
    display: flex;
    justify-content: center;
    padding: 20px 20px;
}

._chat_answer__item {
    margin: 0 8px;
}

._chat_answer__item button {
    width: 100%;
    padding: 15px 30px;
    background: #DE3F44;
    border-radius: 99px;
    color: white;
    box-shadow: 0px 5px 10px 0px rgba(255, 0, 0, 0.2);
    cursor: pointer;
}

._chat_answer__item button:hover {
    background: #ff4747;
}

@media screen and (max-width: 639px) {
    ._chat_answer {
        bottom: 72px;
    }

    ._chat_answer__list {
        flex-direction: column;
        padding: 10px 3%;
    }

    ._chat_answer__item {
        margin: 3px 0;
        flex: 0 0 100%;
    }
}

._chat_emoji {
    position: absolute;
    right: 70px;
    top: 11px;
}

._chat_emoji__btn {
    cursor: pointer;
}

._chat_emoji__btn img {
    width: 28px;
    height: 28px;
}

._chat_emoji__list {
    width: calc(100vw - 40px);
    max-width: calc(1440px - 40px);
    max-height: calc(100vh - 82px - 48px - 48px - 20px);
    position: absolute;
    z-index: 8;
    right: -70px;
    bottom: calc(48px + 10px);
    border-radius: 15px;
    background: white;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
    transform-origin: left bottom;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

._chat_emoji__list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

._chat_emoji__list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    right: 77px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

._chat_emoji__listCon {
    max-height: calc(100vh - 82px - 48px - 48px - 20px);
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

._chat_emoji__item {
    flex: 0 0 16.6666%;
}

._chat_emoji__button {
    padding: 15%;
    line-height: 0;
    cursor: pointer;
}

._chat_emoji__button img {
    width: 100%;
}

._chat_emoji__button:hover {
    padding: 10%;
}

@media screen and (max-width: 639px) {
    ._chat_emoji__list {
        width: calc(100vw - (3vw * 2));
        max-height: calc(100vh - 72px - 48px - 48px - 20px);
        bottom: calc(48px + 10px);
    }

    ._chat_emoji__listCon {
        max-height: calc(100vh - 72px - 48px - 48px - 20px);
    }

    ._chat_emoji__item {
        flex: 0 0 33.3333%;
    }
}

._chat_record-btn {
    display: none;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    background: #DE3F44;
    border-radius: 99px;
    font-size: 0;
}

._chat_record-btn svg {
    width: 14px;
    height: 20px;
}

html.bg-on ._layout_top {
    top: -120px;
}

html.bg-on ._layout_bottom {
    bottom: -150px;
}

html.bg-on ._massage_bottom {
    opacity: 0;
    visibility: hidden;
}

._bg {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fdf3e7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

._bg--animation {
    z-index: 1;
}

._bg--animation iframe {
    width: 100%;
    height: 100%;
    border: none;
}

._popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}

._popup__bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

._popup__wrapper {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 720px;
    border-radius: 15px;
    background: white;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-out;
    transform: translateY(30px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

._popup__wrapper form {
    height: 100%;
}

._popup_header, ._chat_faq__listHeader {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    background: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

._popup_header__title, ._chat_faq__listHeader h2 {
    font-weight: normal;
    color: #DE3F44;
    font-size: 1.125rem;
    padding: 1rem;
    text-align: center;
}

._popup_header__close, ._chat_faq__listHeader button {
    position: absolute;
    display: block;
    width: 31px;
    height: 31px;
    right: calc(20px - 15px);
    top: -999px;
    bottom: -999px;
    margin: auto;
    cursor: pointer;
    font-size: 0;
    padding: 10px;
}

._popup_header__close:hover svg *, ._chat_faq__listHeader button:hover svg * {
    fill: #ff4747;
}

._popup_content {
    padding: 20px 40px;
    flex: 1 0 auto;
    overflow: auto;
    background: white;
    height: 100%;
}

._popup_grid__row {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    ._popup_grid__row {
        flex-direction: row;
        justify-content: space-between;
    }

    ._popup_grid__col {
        flex: 0 0 48%;
    }

    ._popup_header__close, ._chat_faq__listHeader button {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    ._popup_grid__row :not(:first-child) ._popup_block:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    ._popup:not(._popup_verify):not(._popup_verify-no-otp):not(._popup_answer-rate) ._popup__wrapper {
        width: 100%;
        height: 95%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    ._popup:not(._popup_verify):not(._popup_verify-no-otp):not(._popup_answer-rate):not(._popup_modal) ._popup_content {
        padding: 6% 3%;
    }

    ._popup_header__title, ._chat_faq__listHeader h2 {
        text-align: left;
        padding-left: 3%;
        padding-right: 3%;
    }
}

._popup_actions {
    padding: 1rem 20px;
    border-top: 1px solid #e3e3e3;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

._popup_actions--both-type-btn {
    flex-direction: row-reverse;
}

._popup_actions__block {
    display: flex;
    margin: 0 5px;
}

._popup_actions__btn {
    padding: 1rem 4rem;
    background: #DE3F44;
    font-size: 1rem;
    color: white;
    text-align: center;
    border: 1px solid #DE3F44;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 5px;
}

._popup_actions__btn:hover {
    background: #ff4747;
    border-color: #ff4747;
}

._popup_actions__btn--primary:first-child {
    margin-left: 0;
}

._popup_actions__btn--primary:last-child {
    margin-right: 0;
}

._popup_actions__btn--secondary {
    background: transparent;
    color: #DE3F44;
}

._popup_actions__btn--secondary:hover {
    background: transparent;
    color: #ff4747;
}

._popup_actions__btn--secondary:first-child {
    margin-left: 0;
}

._popup_actions__btn--secondary:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    ._popup_actions {
        flex-direction: column !important;
        padding-left: 3%;
        padding-right: 3%;
        position: absolute !important;
        z-index: 99;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    ._popup_actions__block {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }

    ._popup_actions__block--secondary {
        width: auto;
    }

    ._popup_actions__btn {
        flex: 0 0 100%;
        margin: 3px 0 !important;
    }

    ._popup_actions__btn--secondary {
        padding: 0.5rem 1rem;
        border: none;
    }
}

._popup_block {
    margin: 30px 0;
}

._popup_block h1,
._popup_block h2,
._popup_block h3,
._popup_block h4,
._popup_block h5,
._popup_block h6,
._popup_block ._popup_paragraph__title {
    font-size: 1rem;
    margin-bottom: 1rem;
}

._popup_block p,
._popup_block ._popup_paragraph__desc {
    margin-bottom: 1rem;
}

._popup_block p:last-child,
._popup_block ._popup_paragraph__desc:last-child {
    margin-bottom: 0;
}

._popup_block ._popup_content__img {
    width: 100%;
    border-radius: 10px;
}

._popup_block ._popup_content__img--barcode {
    border-radius: 0;
    max-width: 400px;
    margin-top: 15px;
}

._popup_block ._popup_form__field-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px;
}

._popup_block ._popup_form__field-set:first-child {
    margin-top: 0;
}

._popup_block ._popup_form__field-set--tighten {
    margin: 25px -5px;
}

._popup_block ._popup_form__field-set--tighten ._popup_form__field-item {
    margin: 5px;
}

._popup_block ._popup_form__field-item {
    position: relative;
    margin: 10px 5px;
    flex: 0 0 100%;
    width: 100%;
}

._popup_block ._popup_form__field-item ._popup_form__field {
    flex-grow: 1;
}

._popup_block ._popup_form__field-item--inline {
    flex: 0 0 auto;
    width: auto;
}

._popup_block ._popup_form__field-header {
    display: block;
    margin-bottom: 0.4rem;
}

._popup_block ._popup_form__field-title {
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
}

._popup_block ._popup_form__field-body {
    position: relative;
}

._popup_block ._popup_form__verification-code {
    position: absolute;
    right: 55px;
    top: 15%;
    height: 70%;
    width: 96px;
}

._popup_block ._popup_form__verification-code img {
    height: 100%;
}

._popup_block ._popup_form__date-tip {
    position: absolute;
    right: 8px;
    top: 12px;
}

._popup_block ._popup_form__date-tip img {
    width: 32px;
}

._popup_block ._popup_form__field-extra {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48px;
    border-left: 1px solid #e3e3e3;
    cursor: pointer;
}

._popup_block ._popup_form__field-extra--eye::after {
    content: "";
    width: 22px;
    height: 2px;
    background: #A9A9A9;
    display: inline-block;
    position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
    transform-origin: center center;
    transform: rotate(45deg);
}

._popup_block ._popup_form__field-extra--eye.active::after {
    display: none;
}

._popup_block ._popup_form__field-extra-icon {
    display: inline-block;
    position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

._popup_block ._popup_form__field-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.8rem;
    color: #333;
    font-size: 1rem;
}

._popup_block ._popup_form__field-item--text {
    position: relative;
}

._popup_block ._popup_form__field-item--radio {
    display: flex;
}

._popup_block ._popup_form__field-item--radio ._popup_form__field-label {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    position: relative;
    padding: 0.8rem;
    padding-left: calc(1.6rem + 15px);
    cursor: pointer;
    white-space: nowrap;
    z-index: 1;
}

._popup_block ._popup_form__field-item--radio ._popup_form__field-label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-radius: 99px;
    position: absolute;
    top: -10000px;
    bottom: -10000px;
    margin: auto;
    left: 0.8rem;
}

._popup_block ._popup_form__field-item--radio ._popup_form__field-label--with-note {
    display: flex;
    justify-content: space-between;
}

._popup_block ._popup_form__field-item--radio ._popup_form__field-label:hover {
    border-color: #DE3F44;
    color: #DE3F44;
}

._popup_block ._popup_form__field-item--radio ._popup_form__field-label:hover~._popup_form__field-input {
    border-color: #DE3F44;
    color: #DE3F44;
}

._popup_block ._popup_form__field-item--radio input[type=radio] {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0.9rem;
    top: -10000px;
    bottom: -10000px;
    margin: auto;
    z-index: 0;
}

._popup_block ._popup_form__field-item--radio input[type=radio]:checked+._popup_form__field-label {
    border-color: #DE3F44;
    color: #DE3F44;
    cursor: default;
}

._popup_block ._popup_form__field-item--radio input[type=radio]:checked+._popup_form__field-label::before {
    background: #DE3F44 url("../../front/rose/img/icon-checked.svg") no-repeat top 5px left 3px;
    background-size: 68%;
    border-color: #DE3F44;
}

._popup_block ._popup_form__field-item--radio input[type=radio]:checked~._popup_form__field-input {
    border-color: #DE3F44;
    color: #DE3F44;
}

._popup_block ._popup_form__field {
    margin-right: 10px;
}

._popup_block ._popup_form__field input {
    width: 100%;
}

._popup_block ._popup_form__field:last-child {
    margin-right: 0;
}

._popup_block ._popup_form__field--align-right {
    text-align: right;
}

._popup_block--table {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 0;
    overflow-x: auto;
}

._popup_block ._popup_block__table {
    min-width: 100%;
    overflow: visible;
    display: flex;
}

._popup_block ._popup_block__table::before {
    content: "";
    width: 40px;
}

._popup_block ._popup_block__table::after {
    content: "";
    width: 40px;
}

._popup_block ._popup_block__table table {
    width: 100%;
}

._popup_block ._popup_block__table th {
    background: #666;
    color: white;
    position: relative;
    padding: 0.8rem 1rem;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}

._popup_block ._popup_block__table th::before {
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    position: absolute;
    left: 0;
    top: 30%;
    background: white;
    opacity: 0.4;
}

._popup_block ._popup_block__table th:first-child::before {
    display: none;
}

._popup_block ._popup_block__table td {
    padding: 1rem;
    border-top: 1px dashed #ddd;
    line-height: 1.6;
    vertical-align: middle;
}

._popup_block ._popup_block__table tbody tr:first-child td {
    border-top: none;
}

._popup_block ._popup_block__table button {
    padding: 0.5em 1em;
    color: #DE3F44;
    border: 1px solid #DE3F44;
    border-radius: 5px;
    cursor: pointer;
}

._popup_block ._popup_block__table button:hover {
    color: #ff4747;
    border-color: #ff4747;
}

._popup_block__noticeTitle {
    font-size: 1rem;
    font-weight: bold;
}

._popup_block__noticeList {
    padding-left: 20px;
}

._popup_block__noticeList li {
    list-style: decimal;
    margin: 0.5rem 0;
    font-size: 0.875rem;
    color: #666;
}

._popup_tab__list {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

._popup_tab__item {
    padding: 1rem;
    position: relative;
    flex-grow: 1;
    text-align: center;
}

._popup_tab__item.active {
    color: #DE3F44;
}

._popup_tab__item.active::after {
    width: 100%;
}

._popup_tab__item:hover {
    color: #DE3F44;
}

._popup_tab__item::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #DE3F44;
    transition: all 0.3s ease;
}

._popup_modal ._popup__wrapper {
    width: 640px;
    max-width: 90%;
}

._popup_modal ._popup_content {
    padding: 20px 3% !important;
    text-align: center;
}

._popup_verify ._popup__wrapper,
._popup_verify-no-otp ._popup__wrapper {
    width: 640px;
    max-width: 90%;
}

._popup_verify ._popup_content,
._popup_verify-no-otp ._popup_content {
    padding: 0 !important;
}

._popup_verify__list {
    display: flex;
    width: 100%;
}

._popup_verify__item {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

._popup_verify__item::before {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    background: #e3e3e3;
}

._popup_verify__item:first-child::before {
    display: none;
}

._popup_verify__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    font-size: 1rem;
    cursor: pointer;
}

._popup_verify__btn span {
    min-width: 145px;
}

._popup_verify__btn:hover {
    color: #ff4747;
}

._popup_verify__btn:hover ._popup_verify__icon {
    background: #ff4747;
}

._popup_verify__icon {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF7373;
    margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
    ._popup_verify__list {
        flex-direction: column;
    }

    ._popup_verify__item {
        border-top: 1px solid #e3e3e3;
    }

    ._popup_verify__item::before {
        display: none;
    }

    ._popup_verify__item:first-child {
        border: none;
    }

    ._popup_verify__btn {
        width: 100%;
        flex-direction: row;
        padding: 1rem 3%;
    }

    ._popup_verify__btn span {
        min-width: auto;
    }

    ._popup_verify__icon {
        margin: 0;
        margin-right: 1rem;
        width: 45px;
        height: 45px;
    }

    ._popup_verify__icon svg {
        transform: scale(0.6);
    }
}

._popup_rate ._popup__wrapper {
    max-width: 720px;
    overflow: visible;
}

._popup_rate ._popup__wrapper>* {
    position: relative;
}

._popup_rate-real ._popup__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: -205px;
    z-index: 0;
    width: 372px;
    height: 446px;
    background: url(../../front/rose/img/rose-rate.svg) no-repeat;
    background-size: contain;
}

._popup_content__wrapper--rate {
    padding-top: 20px;
    padding-bottom: 20px;
}

._popup_rate__score {
    text-align: center;
}

._popup_rate__score--real {
    margin-top: 50px;
}

._popup_rate__scoreList {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

._popup_rate__scoreItem {
    position: relative;
    margin: 0 10px;
}

._popup_rate__scoreItem svg path {
    fill: #EAA845;
}

._popup_rate__scoreItem.active~._popup_rate__scoreItem svg path {
    fill: #EEE;
}

._popup_rate__scoreItem--zero {
    display: none;
}

._popup_rate__scoreItem input {
    position: absolute;
    z-index: 0;
    left: 16px;
    top: 12px;
}

._popup_rate__scoreItem label {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

._popup_rate__scoreItem label span {
    font-size: 0;
}

._popup_rate__scoreComment {
    margin-top: 50px;
}

._popup_rate__scoreComment textarea {
    font-size: 1rem;
    width: 100%;
    height: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    resize: none;
    padding: 0.5rem 1rem;
}

._popup_rate__rose {
    display: none;
}

._popup_rate-real ._popup_rate__score--real {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e3e3e3;
}

@media screen and (max-width: 998px) {
    ._popup_rate ._popup__wrapper::before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    ._popup_rate ._popup__wrapper {
        max-width: 100%;
        overflow: hidden;
    }

    ._popup_rate ._popup_content {
        position: relative;
    }

    ._popup_rate ._popup_rate__rose {
        display: block;
        overflow: hidden;
        width: 100%;
        height: calc(95vh - 280px - 56px - 94px);
        max-height: 320px;
        text-align: center;
        position: fixed;
        bottom: 94px;
        left: 0;
    }

    ._popup_rate ._popup_rate__rose img {
        display: block;
        position: absolute;
        height: 100%;
        bottom: -8%;
        left: -10000px;
        right: -10000px;
        margin: auto;
    }
}

@media screen and (max-height: 380px) {
    ._popup_rate ._popup_rate__rose {
        display: none;
    }

    .js-popup-rose-verify-bank-account ._popup_content {
        height: 40%;
    }
}

@media (min-height: 381px) and (max-height: 491px) {
    ._popup_rate ._popup_rate__rose {
        display: none;
    }

    .js-popup-rose-verify-bank-account ._popup_content {
        height: 60%;
    }
}

@media (min-height: 491px) and (max-height: 640px) {
    ._popup_rate ._popup_rate__rose {
        display: none;
    }

    .js-popup-rose-verify-bank-account ._popup_content {
        height: 80%;
    }
}

._popup_notify__service-hours {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 0;
}

._popup_notify__service-hours-block {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
}

._popup_notify__service-hours-block img {
    width: 72px;
    height: 72px;
    border-radius: 99px;
    margin-right: 15px;
}

._popup_notify__service-hours--gb2b {
    display: flex;
    justify-content: center;
    align-items: center; 
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 0;
}

._popup_notify__service-hours-block--gb2b {
    display: flex;
    align-items: center;
}

._popup_notify__service-hours-block--gb2b img {
    width: 72px;
    height: 72px;
    border-radius: 99px;
    margin-right: 15px;
}


._popup_notify__service-hours ._popup_paragraph__title,
._popup_notify__service-hours ._popup_paragraph__desc {
    margin-bottom: 0;
}

@media screen and (max-width: 560px) {
    ._popup_notify__service-hours {
        flex-wrap: wrap;
    }

    ._popup_notify__service-hours-block {
        flex: 0 0 100%;
        margin-top: 20px;
    }

    ._popup_notify__service-hours-block img {
        width: 64px;
        height: 64px;
    }

    ._popup_notify__service-hours-block:first-child {
        margin-top: 0;
    }
}

._popup_answer-rate__reason {
    position: absolute;
    left: 0;
    bottom: 20px;
}

._popup_answer-rate__reason-content {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

._popup_answer-rate__reason-list {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
}

._popup_answer-rate__reason-item {
    margin: 5px auto;
    width: 280px;
}

._popup_answer-rate__reason-item button {
    width: 100%;
    padding: 1rem;
    background: #DE3F44;
    color: white;
    border: 1px solid #DE3F44;
    border-radius: 10px;
    cursor: pointer;
    margin: 1px 0;
}

._popup_answer-rate__reason-item button:hover {
    background: #ff4747;
    border-color: #ff4747;
}

@media screen and (min-width: 768px) {
    ._popup_answer-rate ._popup__wrapper {
        width: 480px;
    }
}

@media screen and (max-width: 767px) {
    ._popup_answer-rate ._popup_content {
        padding: 20px 3% !important;
    }

    ._popup_answer-rate ._popup_header__title, ._popup_answer-rate ._chat_faq__listHeader h2, ._chat_faq__listHeader ._popup_answer-rate h2 {
        text-align: center;
      }      
}

@media screen and (max-width: 640px) {
    ._popup_answer-rate ._popup_answer-rate__reason-item {
        width: 100%;
    }

    ._popup_answer-rate ._popup_header__title, ._popup_answer-rate ._chat_faq__listHeader h2, ._chat_faq__listHeader ._popup_answer-rate h2 {
        text-align: left;
      }
}

._popup_login ._popup__wrapper,
._popup_login-card ._popup__wrapper {
    max-width: 420px;
}

._popup_login ._popup_block--form,
._popup_login-card ._popup_block--form {
    margin: 0;
}

._popup_form__field-item--card-date ._popup_form__field-body {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

._popup_form__field-item--card-date ._popup_form__field-input {
    border: none;
    background: none;
    flex: 0 0 50px !important;
    margin: 0;
    text-align: center;
}

._popup_form__field-item--card-date span {
    color: #ccc;
}

._popup_form__login-result {
    display: none;
    padding: 15px 10px;
    border: 1px solid #f4c2c3;
    border-radius: 10px;
    font-size: 1rem;
    color: #DE3F44;
    font-weight: normal;
    text-align: center;
}

._popup_form__login-result.active {
    display: block;
}

@media screen and (max-width: 767px) {

    ._popup_login ._popup__wrapper,
    ._popup_login-card ._popup__wrapper {
        max-width: 100%;
    }
}

._recorder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    position: fixed;
    z-index: 10;
    bottom: -250px;
    background-color: #efefef;
    transition: all 0.3s ease-out;
}

._recorder.recording ._recorder_icon * {
    fill: #DE3F44;
}

._recorder.recording ._record_progress-line {
    display: block;
}

._recorder.recording ._record_progress-line--left::before {
    animation: animation-left-progress 30s linear 1;
}

._recorder.recording ._record_progress-line--right::before {
    animation: animation-right-progress 30s linear 1;
}

._recorder.recording ._recorder_spec--wait {
    opacity: 0;
    transition-delay: 0s;
}

._recorder.recording ._recorder_spec--press {
    opacity: 1;
    transition-delay: 0.3s;
}

._recorder_state {
    margin-bottom: 10px;
    position: relative;
}

._recorder_spec {
    color: #6C6C6C;
    transition-duration: 0.3s;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

._recorder_spec--wait {
    transition-delay: 0.3s;
}

._recorder_spec--press {
    position: absolute;
    transition-delay: 0s;
    opacity: 0;
}

._recorder_box {
    width: 150px;
    position: relative;
}

._recorder_box::before {
    content: "";
    position: relative;
    display: block;
    padding-top: 100%;
    background: url("../../front/rose/img/bgn-record.png") no-repeat center;
    background-size: contain;
}

._recorder_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #fff;
    border-radius: 100%;
}

._recorder_icon svg {
    width: 30%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

._recorder_touch {
    border-radius: 100%;
    width: 70%;
    height: 70%;
    background-color: #cfcfcf;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0px 10px 20px -13px rgba(0, 0, 0, 0.4);
}

._record_progress {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

._record_progress-line {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    overflow: hidden;
    transform-origin: 0 50%;
    display: none;
}

@keyframes animation-right-progress {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animation-left-progress {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

._record_progress-line::before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 500px 0 0 500px;
    background-color: #DE3F44;
    transform-origin: 100% 50%;
    transform: rotate(180deg);
}

._record_progress-line--right {
    left: 100%;
    transform: rotate(180deg);
}

html.loading ._loading {
    display: block;
}

._loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    display: none;
}

._loading_icon {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
}

._loading_icon div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #DE3F44;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

._loading_icon div:nth-child(1) {
    left: 8px;
    animation: _loading_icon1 0.6s infinite;
}

._loading_icon div:nth-child(2) {
    left: 8px;
    animation: _loading_icon2 0.6s infinite;
}

._loading_icon div:nth-child(3) {
    left: 32px;
    animation: _loading_icon2 0.6s infinite;
}

._loading_icon div:nth-child(4) {
    left: 56px;
    animation: _loading_icon3 0.6s infinite;
}

@keyframes _loading_icon1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes _loading_icon3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes _loading_icon2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*# sourceMappingURL=style.css.map */


._score {
    font-size: 0.875rem;
    /*background: url("../img/bgn-score.png");
     background-color: #E9E9E9;*/
    color: #adadad;
    height: 100%;
    /* width: calc(100vw - 60px);
     -webkit-box-shadow: inset -13px 0px 18px -13px rgba(0, 0, 0, 0.75);
     box-shadow: inset -13px 0px 18px -13px rgba(0, 0, 0, 0.75);*/
}

._score.done ._score__slider {
    display: none;
}

._score.done ._score__popup {
    display: table;
}

.br {
    display: block;
    font-size: 0;
    line-height: 0;
}

._score__headbar {
    -webkit-box-shadow: inset -13px 0px 18px -13px rgba(0, 0, 0, 0.75);
    box-shadow: inset -13px 0px 18px -13px rgba(0, 0, 0, 0.75);
}

._score__slider {
    display: table;
    width: 400%;
    height: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

._score__slider.step-0 {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
}

._score__slider.step-1 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

._score__slider.step-2 {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%);
}

._score__slider.step-3 {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

._score__popup {
    display: none;
    width: 100%;
    height: 100%;
}

._score__item {
    display: table-cell;
    position: relative;
    width: 25%;
    height: 100%;
    padding: 60px;
    vertical-align: middle;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}

._score__item--final {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

._score__item.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

._score__board {
    display: table;
    max-width: 900px;
    min-width: 720px;
    height: 450px;
    margin: auto;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 60px 40px -25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 60px 40px -25px rgba(0, 0, 0, 0.2);
}

._score__board--size-s {
    min-width: auto;
    height: auto;
}

._score__board--size-s ._score__prompt {
    margin-top: 10px;
}

._score__board-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px;
}

._score__avatar {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}

._score__topic {
    font-size: 1.375rem;
    font-weight: normal;
    color: #4d4d4d;
    line-height: 1.5;
}

._score__prompt {
    font-style: normal;
    margin-top: 15px;
    display: block;
}

._score__area {
    width: 100%;
    margin-top: 20px;
}

._score__btn {
    font-size: 1rem;
    padding: 30px;
    color: #fff;
    background: #DE3F44;
    width: 80%;
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 40px 32px -18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 40px 32px -18px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
}

._score__btn--mobile {
    display: none;
}

._score__rating {
    font-size: 0;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 20px;
}

._score__rating>label {
    color: #ddd;
    float: right;
    cursor: pointer;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}

._score__rating>label::before {
    padding: 10px 12px;
    font-size: 50px;
    line-height: 1em;
    display: inline-block;
    content: "\f005";
}

._score__rating>input:checked~label,
._score__rating>label:hover,
._score__rating>label:hover~label {
    color: #F5A623;
    opacity: 0.5;
}

._score__rating>input:checked~label,
._score__rating>input:checked~label:hover,
._score__rating>label:hover~input:checked~label,
._score__rating>input:checked~label:hover~label {
    opacity: 1;
}

._score__rating>label:hover,
._score__rating>label:hover~label {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.swiper-container {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    ._score {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ._score__headbar {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ._score__popup ._score__item {
        vertical-align: middle;
    }

    ._score__item {
        padding: 2%;
        padding-bottom: calc(2% + 65px);
        vertical-align: top;
    }

    ._score__item--final {
        vertical-align: middle;
    }

    ._score__board {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 90%;
    }

    ._score__board--size-s {
        width: auto;
        height: auto;
        padding: 7%;
    }

    ._score__board-cell {
        padding: 7%;
    }

    ._score__avatar {
        width: 100px;
        height: 100px;
        margin-bottom: 5%;
    }

    ._score__btn {
        display: none;
    }

    ._score__btn--mobile {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        padding: 20px 0;
        border-radius: 0;
        -webkit-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    ._score__btn--mobile.hide {
        bottom: -100px;
    }
}

@media screen and (max-width: 640px) {
    .br {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1em;
    }

    ._score__topic {
        font-size: 1.2rem;
    }

    ._score__rating>label:before {
        padding: 10px;
        font-size: 7vw;
    }

    ._score__avatar {
        width: 80px;
        height: 80px;
    }
}

._block__contener-bottom {
    padding-top: 25px;
}


.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 6px .6em 6px .6em;
    border-bottom: 1px solid #f0f0f0;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}


main {
    position: relative;
    height: 100%;
    width: calc(100% - 60px);
    margin-left: 60px;
}

@media screen and (max-width: 1024px) {
    main {
        width: 100%;
        margin-left: 0;
    }
}


._avater__img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    border-radius: 500px;
}

._chat__dialog {
    padding: 40px;
    padding-bottom: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(95%, white), to(rgba(255, 255, 255, 0)));
    -webkit-mask-image: -webkit-linear-gradient(top, white 0%, white 95%, rgba(255, 255, 255, 0) 100%);
}

._chat__dialog::after {
    content: "";
    display: block;
    width: 100%;
    height: 160px;
}

@media screen and (max-width: 1024px) {
    ._chat__dialog {
        width: 100vw;
    }
}

@media screen and (max-width: 640px) {
    ._chat__dialog {
        padding: 3%;
        padding-bottom: 0;
    }

    ._chat__dialog::after {
        height: 120px;
    }
}

._chat-verify {
    cursor: pointer;
}

._popup-container {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 480px;
    border-radius: 7px;
    overflow: hidden;
}

._popup-container.active {
    display: inline-block;
}

._popup-container label {
    display: block;
    margin: 5px 0px;
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

._popup-container label.active {
    top: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

._popup-container fieldset {
    position: relative;
    border: none;
}


/*請選擇客服群組*/
._popup__header {
    display: table;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 5px;
}

._popup__table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

._popup__hit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

._popup__title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

._popup__title span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 15px;
    margin-right: 5px;
    margin-top: -2px;
}

._popup__title img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 100%;
}

._popup__cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 50px;
}

._popup__service-list {
    background-color: #F3F3F3;
}

._popup__service-item {
    padding: 10px;
    border-bottom: 1px solid #E9E9E9;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
}

._popup__service-item:hover {
    color: #fff;
    background-color: #FF7373;
}

._popup__close {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
}

._popup__service-list {
    background-color: #F3F3F3;
}

@media (max-height: 580px) {
    ._popup-container {
        height: 100vh;
    }
}

@media (max-height: 680px) {
    ._popup__cell {
        padding: 0px;
    }
}

@media screen and (max-width: 640px) {

    ._popup-container:not([data-popup="transfer"]) {
        max-width: 100%;
        height: 100%;
        border-radius: 0;
    }

    ._popup-container.active:not([data-popup="transfer"]) {
        display: block;
    }

    ._popup__header {
        height: 45px;
    }

    ._popup__close {
        width: 45px;
        height: 45px;
    }

    ._popup__cell {
        padding: 0;
    }

    ._popup__service-list {
        height: calc(100% - 45px);
        overflow-y: auto;
    }
}

@media only screen and (hover: none) and (pointer: coarse) {
    ._massage__slide-btn {
        display: none;
    }
}

/*請選擇客服群組 END */


html {
    height: 100%;
}

._layout_main {
    height: 100%;
}

.js-message-container {
    width: 100%;
    /*height:calc(100% - 180px);*/
    height: calc(100% - 110px);
    overflow-y: auto;
    overflow-x: hidden;
    /*top: 50px;*/
    padding-bottom: 30px;
}

:focus, :focus-visible {
    outline-offset: -2px;
    outline: 2px solid #007aff;
  }
  button:focus, button:focus-visible {
    outline-offset: -2px;
    outline: 2px solid #007aff;
  }

  /*
 *  Owl Carousel - Core
 */
.owl-carousel {
    /* display: none; */
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
    .owl-carousel .owl-stage {
      position: relative;
      -ms-touch-action: pan-Y;
      touch-action: manipulation;
      -moz-backface-visibility: hidden;
      /* fix firefox animation glitch */ }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      /* fix for flashing background */
      -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0); }
    .owl-carousel .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
       }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
      cursor: pointer;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
      background: none;
      color: inherit;
      border: none;
      padding: 0 !important;
      font: inherit;
      
      }
    .owl-carousel.owl-loaded {
      display: block;
        /*overflow: hidden;*/
  }
    .owl-carousel.owl-loading {
      opacity: 0;
      display: block; }
    .owl-carousel.owl-hidden {
      opacity: 0; }
    .owl-carousel.owl-refresh .owl-item {
      visibility: hidden; }
    .owl-carousel.owl-drag .owl-item {
      touch-action: pan-y;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-grab {
      cursor: move;
      cursor: grab; }
    .owl-carousel.owl-rtl {
      direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  
  /* No Js */
  .no-js .owl-carousel {
    display: block; }
  
  /*
   *  Owl Carousel - Animate Plugin
   */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  
  @keyframes fadeOut {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    transition: height 500ms ease-in-out; }
  
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item {
    /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
     */ }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity 400ms ease; }
    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
    .owl-carousel .owl-item img.owl-lazy {
      transform-style: preserve-3d; }
  
  /*
   * 	Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/* 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;
    text-decoration: underline;
  }
  
  /**
   * 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;
  }
  .wrapper {
    /* background-color: rgba(0, 0, 0, 0.8); */
  }
  .content {
    width: 990px;
    height: 100vh;
    min-height: 600px;
    margin: 0 auto;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .block {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .block::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #f00;
  }
  .popWin {
    width: 90%;
    max-width: 1024px;
    height: 570px;
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    position: relative;
  }
  .popWin2 {
    width: 90%;
    max-width: 1024px;
    height: 600px;
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    position: relative;
  }
  .popWin_UI30 {
    width: 90%;
    max-width: 550px;
    height: 130px;
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    position: relative;
  }
  .title {
    font-weight: normal;
    color: #DE3F44;
    font-size: 1.125rem;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #dedede;
  }
  .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #999;
    font-family: "Verdana";
  }
  /*輪播*/
  .carousel {
    padding: 20px 0;
  }
  .step-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .step-wrap .owl-prev {
    display: block;
  }
  .step-wrap .owl-next {
    display: block;
  }
  .step-wrap .owl-dots {
    display: none;
  }
  .step-wrap .owl-dot {
    display: none;
  }
  .step-wrap .owl-dot.active {}
  .step-wrap .owl-dot:focus {}
  .owl-nav {}
  .owl-nav button {
  position: absolute;
  top: 44%;
  z-index: 9999;
  }
  .owl-nav button:focus {
  outline: block;
  }
  .owl-carousel .owl-nav button.owl-prev {
  left: 5px;
  }
  .owl-carousel .owl-nav button.owl-next {
  right: 5px;
  }
  .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 50%;
  background-color: rgba(255,115,115,0.9);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  }
  .item {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .figure {
    width: 90%;
    margin: 0 auto;
  }
  .contentBox,.contentBox1 {
    width: 90%;
    margin: 0 auto;
    height: 73%;
    overflow: scroll;
  }  
  .bill {
    width: 60%;
    margin: 0 auto;
    height: 600px;
  }
  .bill-box {
    display: block;
    /* margin-top: 20px; */
  }
  .bill-list {
    padding: 1rem 1rem;
    background: #DE3F44;
    font-size: 1rem;
    color: white;
    border: 1px solid #DE3F44;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  .bill-list p {}
  .bill-info {
    background-color: #fdf3e7;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .bill-info table {
    font-size: 15px;
    text-align: left;
  }
  .bill-info table tr {}
  .bill-info table td {}
  .list-box {}
  .card-list {
    padding: 1rem 1rem;
    background: #DE3F44;
    font-size: 1rem;
    color: white;
    border: 1px solid #DE3F44;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .card-list p {}
  .shopping-list {
    height: 380px;
    overflow: scroll;
  }
  .shopping-list li {
    padding: 0.5rem 1rem;
    background: #ffe7e6;
    font-size: 1rem;
    border: 1px solid #ffe7e6;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .shopping-list li a {
    text-decoration: none;
    color: #333;
  }
  .date {}
  .store {}
  .money {
    text-align: right;
  }
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0 5px 0;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(219, 219, 219, 1);
  }
  .info-box {
    text-align: left;
  }
  .info-title {
    padding: 20px 20px 0px 20px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .info-txt {
    width: 90%;
    height: 370px;
    margin: 0 auto;
    overflow: scroll;
    padding: 0px 0px 20px 0px;
    font-size: 15px;
  }
  .info-txt table {}
  .bt {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 10px;
  }
  .bt li {
    width: 50%;
    float: left;
  }
  .popWin_UI30 .bt li {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
  .bt li a {
    display: block;
    padding: 1rem;
    background: #DE3F44;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    border: 1px solid #DE3F44;
    border-radius: 10px;
    margin: 0 5px;
    text-decoration: none;
  }
  .bt02 li {
    width: 100%;
    float: left;
  }
  .list-info {
    border-bottom: 1px solid #dedede;
  }
  .list-info table {
    width: 90%;
    margin: 20px auto;
    text-align: left;
  }
  .list-info table td {
    font-size: 15px;
    padding: 7px;
  }
  .installment-title {
    text-align: left;
    padding: 20px 20px 0px 20px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
  }
  select {
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 48px;
    font-size: 15px;
    width: 90%;
  }
  .borderNone {
    border: 0px;
  }
  
    /*-----------------------------手機平板天地開始-------------------------------------*/
@media screen and (max-width: 989px) {
    /* 內容區開始 */
    .wrapper {
      /* background-color: rgba(0, 0, 0, 0.8); */
    }
    .content {
      width: 100%;
      height: auto;
      min-height: auto;
      margin: 0 auto;
      color: #333;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
    }
    .block {
      width: 100%;
      height: 100%;
      text-align: center;
    }
    .block::before {
      display: none;
    }
    .popWin {
      width: 100%;
      max-width: 100%;
      min-height: 570px;
      background: #fff;
      border-radius: 15px;
      display: inline-block;
      vertical-align: middle;
      padding: 10px 0px;
      position: relative;
    }
    .popWin2 {
        width: 100%;
        max-width: 100%;
        min-height: 570px;
        background: #fff;
        border-radius: 15px;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0px;
        position: relative;
    }
    .title {
      font-weight: normal;
      color: #DE3F44;
      font-size: 1.125rem;
      padding: 1rem;
      text-align: center;
      border-bottom: 1px solid #dedede;
    }
    .close {
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 30px;
      color: #999;
      font-family: "Verdana";
    }
    /*輪播*/
    .carousel {
      padding: 20px 0;
    }
    .step-wrap {
      width: 100%;
      margin: 0 auto;
    }
    .step-wrap .owl-prev {
      display: block;
    }
    .step-wrap .owl-next {
      display: block;
    }
    .step-wrap .owl-dots {
      display: none;
    }
    .step-wrap .owl-dot {
      display: none;
    }
    .step-wrap .owl-dot.active {}
    .step-wrap .owl-dot:focus {}
    .owl-nav {}
    .owl-nav button {
  position: absolute;
  top: 44%;
  z-index: 9999;
  }
  .owl-nav button:focus {
  outline: block;
  }
  .owl-carousel .owl-nav button.owl-prev {
  left: 5px;
  }
  .owl-carousel .owl-nav button.owl-next {
  right: 5px;
  }
  .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 50%;
  background-color: rgba(255,115,115,0.9);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  }
    .item {
      width: 95%;
      margin: 0 auto;
      position: relative;
    }
    .figure {
      width: 90%;
      margin: 0 auto;
    }
    .contentBox1 {
        width: 90%;
        margin: 0 auto;
        height: 75%;
        overflow: scroll;
    }
    .bill {
        overflow: scroll;
        width: 90%;
        margin: 0 auto;
        height: auto;
      }
      .bill-box {
        display: block;
        /* margin-top: 20px; */
      }
      .bill-list {
        padding: 1rem 1rem;
        background: #DE3F44;
        font-size: 1rem;
        color: white;
        border: 1px solid #DE3F44;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-align: center;
      }
      .bill-list p {}
      .bill-info {
        background-color: #fdf3e7;
        padding: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
      }
      .bill-info table {
        font-size: 15px;
        text-align: left;
      }
      .bill-info table tr {}
      .bill-info table td {}
    .list-box {}
    .card-list {
      padding: 1rem 1rem;
      background: #DE3F44;
      font-size: 1rem;
      color: white;
      border: 1px solid #DE3F44;
      border-radius: 10px;
      text-align: left;
      margin-bottom: 10px;
    }
    .card-list p {}
    .shopping-list {
      /* height: 70vh; */
      overflow: scroll;
    }
    .shopping-list li {
      padding: 0.5rem 1rem;
      background: #ffe7e6;
      font-size: 1rem;
      border: 1px solid #ffe7e6;
      border-radius: 10px;
      text-align: left;
      margin-bottom: 10px;
    }
    .shopping-list li a {
      text-decoration: none;
      color: #333;
    }
    .date {}
    .store {}
    .money {
      text-align: right;
    }
    ::-webkit-scrollbar {
      width: 5px;
    }
    ::-webkit-scrollbar-track {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 0px 0 5px 0;
    }
    ::-webkit-scrollbar-thumb {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background: rgba(219, 219, 219, 1);
    }
    .info-box {
      text-align: left;
    }
    .info-title {
      padding: 20px 20px 0px 20px;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 10px;
    }
    .info-txt {
      width: 90%;
      height: 75vh;
      margin: 0 auto;
      overflow: scroll;
      padding: 0px 0px 20px 0px;
      font-size: 15px;
    }
    .info-txt table {}
    .bt {
      width: 95%;
      margin: 0 auto;
      position: absolute;
      bottom: 20px;
      left: 10px;
    }
    .bt li {
      width: 50%;
      float: left;
    }
    .bt li a {
      display: block;
      padding: 1rem;
      background: #DE3F44;
      font-size: 1rem;
      color: #fff;
      text-align: center;
      border: 1px solid #DE3F44;
      border-radius: 10px;
      margin: 0 5px;
      text-decoration: none;
    }
    .bt02 li {
        width: 100%;
        float: left;
      }    
    .list-info {
      border-bottom: 1px solid #dedede;
    }
    .list-info table {
      width: 90%;
      margin: 20px auto;
      text-align: left;
    }
    .list-info table td {
      font-size: 15px;
      padding: 3px;
    }
    .installment-title {
      text-align: left;
      padding: 20px 20px 0px 20px;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 10px;
    }
    .installment-select {
      border: 1px solid #dedede;
      border-radius: 5px;
      height: 48px;
      font-size: 15px;
      width: 90%;
    }
    .borderNone {
      border: 0px;
    }
    @media screen and (max-height: 480px) {
        .info-txt {
            height: 80vh;
          }
          .payment3_content {
            width: 100%;
            max-width: 100%;
            min-height: 90%;
            position:absolute;
            bottom:0px;
        }
        .bt {
            bottom: 20px;
        }
    }

    @media (min-height: 481px) {
        .bt {
            bottom: 0px;
        }
        .info-txt {
            height: 45vh;
          }
          .payment3_content {
            width: 100%;
            max-width: 100%;
            min-height: 90%;
            position:absolute;
            bottom:0px;
        }
        .bt[data-payment='5'] {
            bottom: 0px;
        }
    }

    @media (min-height: 500px) {
        .info-txt {
            height: 70vh;
          }
    }
    @media (min-height: 600px) {
        .info-txt {
            height: 55vh;
          }
    }

    @media (min-height: 640px) {
        .bt {
            bottom: -60px;
        }
        .bt[data-payment='4'], .bt[data-payment='error'] {
            bottom: 0px;
        }
        .bt[data-payment='6']{
            bottom: 20px;
        }
        .bt02 {
            bottom: 0px;
        }
        .bt[installmentBill='3'] {
            bottom: 0px;
        }
    }
    @media (min-height: 700px) {
        .bt[installmentBill='3'] {
            bottom: -40px;
        }
    }

    @media (min-height: 720px) {
        .bt[data-payment='6'] {
            bottom: -60px;
        }

        .bt[data-payment='4'] {
            bottom: -70px;
        }
    }

    @media (min-height: 741px) {
        .bt {
            bottom: -175px;
        }
          .payment3_content {
            width: 100%;
            max-width: 100%;
            min-height: 90%;
            position:absolute;
            bottom:0px;
        } 
        .bt[data-payment='4'] {
            bottom: -100px;
        }
        .bt02 {
            bottom: 0px;
        }
        .bt[installmentBill='3'] {
            bottom: 0px;
        }
    }
    @media (min-height: 760px) {
        .bt[installmentBill='3'] {
            bottom: -100px;
        }
    } 
    @media (min-height: 830px) {
        .bt[installmentBill='3'] {
            bottom: -150px;
        }
    }
    @media (min-height: 700px) {
        .info-txt {
            height: 56vh;
        }
    }
    @media (min-height: 800px) {
        .bt[data-payment='6'] {
            bottom: -125px;
        }
    }

    @media (min-height: 900px) {
        .bt[data-payment='6'] {
            bottom: -175px;
        }
    }
    @media (min-height: 915px) {
        .bt {
            bottom: -175px;
        }
        .bt[data-payment='5'] {
            bottom: 0px;
        }
        .bt[installmentBill='3'] {
            bottom: -230px;
        }
    }
    @media (min-height: 960px) {
        .info-txt {
            height: 80vh;
        }
        .bt {
            bottom: -280px;
        }
    }
    @media (min-height: 1024px) {
        .info-txt {
            height: 80vh;
        }
        .bt {
            bottom: 20px;
        }
        .bt[data-payment='4'], .bt[data-payment='error']  {
            bottom: -330px;
        }
        .bt[installmentBill='3'] {
            bottom: -280px;
        }
    }
  }

  @media screen and (max-width: 768px) {
    ._popup__wrapper_payment {
        position: relative;
        z-index: 2;
        width: 90%;
        max-width: 720px;
        border-radius: 15px;
        background: white;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease-out;
        transform: translateY(30px);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    ._popup__wrapper_payment {
        width: 640px;
        max-width: 90%;
        transform: translateY(0);
    }
    .payment3_content {
        width: 100%;
        max-width: 100%;
        min-height: 90%;
        position:absolute;
        bottom:0px;
    }    
}

.popWin[data-payment='error'] {
    height: 200px;
}

/* Loading Start */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  .infoBox{
    width:95%;
    margin: 0 auto;
    min-height:100px;
    display:inline-block;
    vertical-align:middle;
  }
  
  .loading {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  }
  
  /*loading動畫*/
  #floatingCirclesG{
      position:relative;
      width:125px;
      height:125px;
      margin:auto;
      transform:scale(0.6);
          -o-transform:scale(0.6);
          -ms-transform:scale(0.6);
          -webkit-transform:scale(0.6);
          -moz-transform:scale(0.6);
  }
  
  .f_circleG{
      position:absolute;
      background-color:rgb(215,12,25);
      height:22px;
      width:22px;
      border-radius:12px;
          -o-border-radius:12px;
          -ms-border-radius:12px;
          -webkit-border-radius:12px;
          -moz-border-radius:12px;
      animation-name:f_fadeG;
          -o-animation-name:f_fadeG;
          -ms-animation-name:f_fadeG;
          -webkit-animation-name:f_fadeG;
          -moz-animation-name:f_fadeG;
      animation-duration:1.2s;
          -o-animation-duration:1.2s;
          -ms-animation-duration:1.2s;
          -webkit-animation-duration:1.2s;
          -moz-animation-duration:1.2s;
      animation-iteration-count:infinite;
          -o-animation-iteration-count:infinite;
          -ms-animation-iteration-count:infinite;
          -webkit-animation-iteration-count:infinite;
          -moz-animation-iteration-count:infinite;
      animation-direction:normal;
          -o-animation-direction:normal;
          -ms-animation-direction:normal;
          -webkit-animation-direction:normal;
          -moz-animation-direction:normal;
  }
  
  #frotateG_01{
      left:0;
      top:51px;
      animation-delay:0.45s;
          -o-animation-delay:0.45s;
          -ms-animation-delay:0.45s;
          -webkit-animation-delay:0.45s;
          -moz-animation-delay:0.45s;
  }
  
  #frotateG_02{
      left:15px;
      top:15px;
      animation-delay:0.6s;
          -o-animation-delay:0.6s;
          -ms-animation-delay:0.6s;
          -webkit-animation-delay:0.6s;
          -moz-animation-delay:0.6s;
  }
  
  #frotateG_03{
      left:51px;
      top:0;
      animation-delay:0.75s;
          -o-animation-delay:0.75s;
          -ms-animation-delay:0.75s;
          -webkit-animation-delay:0.75s;
          -moz-animation-delay:0.75s;
  }
  
  #frotateG_04{
      right:15px;
      top:15px;
      animation-delay:0.9s;
          -o-animation-delay:0.9s;
          -ms-animation-delay:0.9s;
          -webkit-animation-delay:0.9s;
          -moz-animation-delay:0.9s;
  }
  
  #frotateG_05{
      right:0;
      top:51px;
      animation-delay:1.05s;
          -o-animation-delay:1.05s;
          -ms-animation-delay:1.05s;
          -webkit-animation-delay:1.05s;
          -moz-animation-delay:1.05s;
  }
  
  #frotateG_06{
      right:15px;
      bottom:15px;
      animation-delay:1.2s;
          -o-animation-delay:1.2s;
          -ms-animation-delay:1.2s;
          -webkit-animation-delay:1.2s;
          -moz-animation-delay:1.2s;
  }
  
  #frotateG_07{
      left:51px;
      bottom:0;
      animation-delay:1.35s;
          -o-animation-delay:1.35s;
          -ms-animation-delay:1.35s;
          -webkit-animation-delay:1.35s;
          -moz-animation-delay:1.35s;
  }
  
  #frotateG_08{
      left:15px;
      bottom:15px;
      animation-delay:1.5s;
          -o-animation-delay:1.5s;
          -ms-animation-delay:1.5s;
          -webkit-animation-delay:1.5s;
          -moz-animation-delay:1.5s;
  }
  
  
  
  @keyframes f_fadeG{
      0%{
          background-color:rgb(215,12,25);
      }
  
      100%{
          background-color:rgb(255,255,255);
      }
  }
  
  @-o-keyframes f_fadeG{
      0%{
          background-color:rgb(215,12,25);
      }
  
      100%{
          background-color:rgb(255,255,255);
      }
  }
  
  @-ms-keyframes f_fadeG{
      0%{
          background-color:rgb(215,12,25);
      }
  
      100%{
          background-color:rgb(255,255,255);
      }
  }
  
  @-webkit-keyframes f_fadeG{
      0%{
          background-color:rgb(215,12,25);
      }
  
      100%{
          background-color:rgb(255,255,255);
      }
  }
  
  @-moz-keyframes f_fadeG{
      0%{
          background-color:rgb(215,12,25);
      }
  
      100%{
          background-color:rgb(255,255,255);
      }
  }
/* Loading END */
.bt03 {
    display: block;
    padding: 1rem;
    background: #DE3F44;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    border: 1px solid #DE3F44;
    border-radius: 10px;
    margin: 0 5px;
    text-decoration: none;
  }
* {
	line-height: 1.1;
}

#popup-login-otp-verification ._popup__wrapper {
    max-width: 420px;
}

@media screen and (max-width: 768px) {
	#popup-login-otp-verification ._popup__wrapper {
	    max-width: 100%;
	}
}

/* 開場動畫 */
._animation {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._animation_rose {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: -1000px;
  right: -1000px;
  width: 100%;
  max-width: 600px;
  /* -webkit-transform: translateY(100%);
          transform: translateY(100%); */
}
._animation_rose img {
  width: 100%;
  height: auto;
}
