@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

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

input,
textarea,
select,
button {
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #202124;
}

img {
  display: block;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.6;
}

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  opacity: 0.9;
}

a:hover,
a.nav-link:hover {
  color: currentColor;
  opacity: 0.9;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: normal;
  color: #202124;
  background: #fff;
  overflow-x: hidden;
  --widthDefault: 1333px;
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1638px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl {
    max-width: 100%;
  }
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
}
body .container {
  max-width: var(--widthDefault);
  padding: 0 16px;
}
@media only screen and (max-width: 63.9375em) {
  body .container {
    max-width: 100%;
    padding: 0 16px;
  }
  body .container .hide-on-bothTM {
    display: none !important;
  }
}

.home {
  overflow: hidden;
}

@keyframes fadeModal {
  0% {
    transform: translateX(110%);
  }
  50% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeShowReference {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHover {
  0% {
    font-size: 24px;
    font-weight: 500;
  }
  50% {
    font-size: 28px;
    font-weight: 800;
  }
  100% {
    font-weight: 900;
    font-size: 27px;
  }
}
@keyframes fadeHideZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
/* Track */
/* Handle */
/* Handle on hover */
.modal {
  z-index: 1077;
}
.modal-backdrop.show {
  z-index: 1076;
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
  transition: transform 0.3s ease-in-out !important;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container {
  width: 100% !important;
  margin-top: 9px;
}
.select2-container .select2-selection--single {
  height: auto;
  padding: 0;
}
.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a50032;
  color: #fff;
}

.noUi {
  /* Styling;*/
  /* Handles and cursors;*/
  /* Painting and performance;
  * Browsers can paint handles in their own layer. */
  /* Slider size and handle placement;*/
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(255, 193, 7, 0.39);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #ffb93b;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin, .noUi-target {
  border-radius: 2px;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  left: -9px;
  top: -7px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb93b;
}
.noUi-horizontal .noUi-handle::after {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10;
}

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

html.resize {
  zoom: 90%;
}

html.resize #show_popup {
  zoom: 1.1111111111;
}

html.resize #tooltip * {
  font-size: 12px !important;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
@media (min-width: 1650px) and (max-width: 1920px) {
  html {
    zoom: 90%;
  }
  .modal-backdrop {
    zoom: 120%;
  }
  #show_popup,
  #tooltip {
    zoom: 1.1111111111;
  }
}
.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  display: block;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
.header {
  min-height: 137px;
  background-color: #f7f5f6;
}
@media only screen and (max-width: 63.9375em) {
  .header {
    min-height: 66px;
  }
  .header .hide-on-bothTM {
    display: none !important;
  }
}
.header.special {
  background-color: #fff;
}
.header-scroll.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: fadeShow 0.35s linear;
}
.header-scroll.fixed .header-top {
  padding: 12px 22px 12px 24px;
}
@media only screen and (max-width: 1283px) {
  .header-scroll.fixed .header-top {
    padding: 12px 0;
  }
  .header-scroll.fixed .header-top .hide-on-pc-HD {
    display: none;
  }
}
.header-scroll.fixed .header-logo img {
  height: 40px;
}
@media only screen and (max-width: 46.1875em) {
  .header-scroll.fixed .header-logo img {
    height: 33px;
  }
}
.header-scroll.fixed .header-nav__link.active {
  font-weight: 700;
  color: #a50032;
}
.header-scroll.fixed .header-nav__link.active::after {
  display: none;
}
.header-top {
  position: relative;
  padding: 27px 22px 27px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 1283px) {
  .header-top {
    padding: 27px 0;
  }
  .header-top .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .header-top {
    padding: 16px 0;
    border-bottom: none;
  }
  .header-top .hide-on-bothTM {
    display: none !important;
  }
}
.header-main {
  padding: 0 22px 0 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1283px) {
  .header-main {
    padding: 0;
  }
  .header-main .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .header-main {
    display: none;
  }
  .header-main .hide-on-bothTM {
    display: none !important;
  }
}
.header-hotline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-hotline {
    display: none;
  }
  .header-hotline .hide-on-bothTM {
    display: none !important;
  }
}
.header-hotline__img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a50032;
}
.header-hotline__img img {
  width: 20px;
  height: 20px;
}
.header-hotline__text {
  font-size: 12px;
  color: #a6a8a7;
}
.header-hotline__link {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-top: 4px;
}
.header-hotline__link:hover {
  text-decoration: underline;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-logo img {
  height: 56px;
}
@media only screen and (max-width: 63.9375em) {
  .header-logo img {
    height: 40px;
  }
  .header-logo img .hide-on-bothTM {
    display: none !important;
  }
}
.header-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-cart {
  position: relative;
}
.header-cart span {
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-align: center;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a50032;
  border: 2px solid #fff;
}
.header-cart span:empty {
  display: none;
}
.header-cart img {
  width: 34px;
  height: 34px;
  object-fit: cover;
}
.header-cover {
  margin-left: 26px;
  padding: 12px 18px 11px 17px;
  border-radius: 100px;
  background-color: #a50032;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-cover {
    display: none;
  }
  .header-cover .hide-on-bothTM {
    display: none !important;
  }
}
.header-cover__link {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}
.header-cover__link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.header-cover__link + .header-cover__link {
  padding-left: 10.5px;
  margin-left: 10.5px;
  border-left: 1px solid #fff;
}
.header-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-nav__link {
  font-size: 14px;
  padding: 22px 0;
}
.header-nav__link:hover {
  opacity: 1;
  text-decoration: underline;
}
.header-nav__link.active {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  padding: 22px 15px;
}
.header-nav__link.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 84px;
  background-color: #a50032;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}
.header-nav__link.active span {
  position: relative;
  z-index: 2;
}
.header-nav__link + .header-nav__link {
  margin-left: 35px;
}
.header-search {
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.header-search.active {
  padding-right: 12px;
  border: 1px solid #d9d9d9;
}
.header-search.active .header-search__input {
  width: 520px;
  padding: 12px 34px 11px 24px;
}
@media only screen and (max-width: 1283px) {
  .header-search.active .header-search__input {
    width: 400px;
  }
  .header-search.active .header-search__input .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 1283px) {
  .header-search.active .header-search__input {
    width: 250px;
  }
  .header-search.active .header-search__input .hide-on-pc-HD {
    display: none;
  }
}
.header-search__input {
  width: 0;
  flex: 1;
  border: none;
  outline: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.header-search img {
  cursor: pointer;
}
.header-hamburger {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .header-hamburger {
    display: block;
  }
  .header-hamburger .hide-on-bothTM {
    display: none !important;
  }
}
.header-hamburger i {
  font-size: 24px;
}
.header-user {
  margin-left: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-user {
    display: none;
  }
  .header-user .hide-on-bothTM {
    display: none !important;
  }
}
.header-user__img {
  flex-shrink: 0;
}
.header-user__img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.header-user__info {
  margin-left: 12px;
}
.header-user__name, .header-user__email {
  display: block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-user__name {
  font-size: 12px;
  color: #000;
}
.header-user__email {
  font-style: italic;
  font-size: 10px;
  color: #a6a8a7;
  margin-top: 4px;
}
.header-user__logout {
  cursor: pointer;
  margin-left: 20px;
}
.header-offcanvas__header {
  padding-bottom: 0;
}
.header-offcanvas__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-offcanvas__logo {
  margin-right: 20px;
}
.header-offcanvas__logo img {
  height: 45px;
}
.header-offcanvas__body {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header-offcanvas__search {
  position: relative;
  margin-bottom: 10px;
}
.header-offcanvas__search .header-search__input {
  width: 100%;
  padding: 12px 34px 11px 20px;
  border: 1px solid #d9d9d9;
}
.header-offcanvas__search .header-search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header-offcanvas__search .header-search__btn img {
  width: 20px;
  height: 20px;
}
.header-offcanvas__list {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-bottom: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-offcanvas__list::-webkit-scrollbar {
  display: none;
}
.header-offcanvas__link {
  font-weight: 500;
  font-size: 14px;
  color: #202124;
  padding: 16px 0;
  opacity: 0.7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-offcanvas__link:hover {
  color: #202124;
}
.header-offcanvas__link.active {
  font-weight: 700;
  color: #202124;
  opacity: 1;
}
.header-offcanvas__sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-offcanvas__sticky .header-cover {
  margin-top: 10px;
  margin-left: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-offcanvas__hotline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0 0;
  background-color: #fff;
}
.header-offcanvas .header-user {
  width: 100%;
  margin-left: 0;
  padding: 20px 0 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-offcanvas .header-user__name, .header-offcanvas .header-user__email {
  max-width: 200px;
}
.header-offcanvas .header-user__logout {
  margin-left: auto;
}

.footer {
  background-color: #071516;
}
.footer-top {
  padding: 60px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1283px) {
  .footer-top {
    padding: 45px 20px;
  }
  .footer-top .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .footer-top {
    padding: 35px 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
  }
  .footer-top .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-top {
    row-gap: 40px;
  }
}
.footer-top__group:first-child {
  width: 10.5%;
}
@media only screen and (max-width: 1283px) {
  .footer-top__group:first-child {
    width: 15%;
  }
  .footer-top__group:first-child .hide-on-pc-HD {
    display: none;
  }
}
.footer-top__group:nth-child(2) {
  width: 8.5%;
}
@media only screen and (max-width: 1283px) {
  .footer-top__group:nth-child(2) {
    width: 13%;
  }
  .footer-top__group:nth-child(2) .hide-on-pc-HD {
    display: none;
  }
}
.footer-top__group:nth-child(3) {
  width: 21.8%;
}
@media only screen and (max-width: 1283px) {
  .footer-top__group:nth-child(3) {
    width: 25%;
  }
  .footer-top__group:nth-child(3) .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-top__group:nth-child(3) {
    grid-column: 1/3;
  }
}
.footer-top__group:nth-child(4) {
  width: 29.5%;
}
@media only screen and (max-width: 46.1875em) {
  .footer-top__group:nth-child(4) {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 63.9375em) {
  .footer-top__group:first-child, .footer-top__group:nth-child(2), .footer-top__group:nth-child(3), .footer-top__group:nth-child(4) {
    width: 100%;
  }
  .footer-top__group:first-child .hide-on-bothTM, .footer-top__group:nth-child(2) .hide-on-bothTM, .footer-top__group:nth-child(3) .hide-on-bothTM, .footer-top__group:nth-child(4) .hide-on-bothTM {
    display: none !important;
  }
}
.footer-top__title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.footer-top__list {
  margin-top: 18px;
  padding-left: 20px;
}
.footer-top__item {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  list-style: disc;
}
.footer-top__item + .footer-top__item {
  margin-top: 12px;
}
.footer-top__item a {
  color: #fff;
}
.footer-top__item a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.footer-top__box {
  margin-top: 15px;
}
.footer-top__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer-top__cover + .footer-top__cover {
  margin-top: 18px;
}
.footer-top__icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.footer-top__info {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.footer-top__info span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-top__info a {
  color: #fff;
}
.footer-top__info a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.footer-top__hotline {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 46.1875em) {
  .footer-top__hotline {
    font-size: 16px;
  }
}
.footer-middle {
  padding: 30px 48px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1283px) {
  .footer-middle {
    padding: 25px 30px;
  }
  .footer-middle .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .footer-middle {
    border-radius: 12px;
  }
  .footer-middle .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-middle {
    padding: 20px 16px;
    border-radius: 10px;
  }
}
.footer-middle__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-middle__logo {
  width: fit-content;
  flex-shrink: 0;
  margin-right: 10px;
}
.footer-middle__logo img {
  height: 56px;
}
@media only screen and (max-width: 1283px) {
  .footer-middle__logo img {
    height: 40px;
  }
  .footer-middle__logo img .hide-on-pc-HD {
    display: none;
  }
}
.footer-middle__name {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .footer-middle__name {
    font-size: 14px;
  }
}
.footer-middle__text {
  max-width: 500px;
  font-size: 14px;
  line-height: 22px;
  color: #a6a8a7;
  margin-top: 10px;
}
@media only screen and (max-width: 46.1875em) {
  .footer-middle__text {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
}
.footer-middle__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.footer-middle__icon {
  flex-shrink: 0;
}
.footer-middle__icon + .footer-middle__icon {
  margin-left: 53px;
}
@media only screen and (max-width: 1283px) {
  .footer-middle__icon + .footer-middle__icon {
    margin-left: 30px;
  }
  .footer-middle__icon + .footer-middle__icon .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-middle__icon + .footer-middle__icon {
    margin-left: 20px;
  }
}
.footer-middle__icon img {
  --widthDefault: 40px;
  width: var(--widthDefault);
  height: var(--widthDefault);
  object-fit: cover;
}
@media only screen and (max-width: 1283px) {
  .footer-middle__icon img {
    --widthDefault: 30px;
  }
  .footer-middle__icon img .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-middle__icon img {
    --widthDefault: 25px;
  }
}
.footer-bottom {
  padding: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer-bottom {
    padding: 20px;
  }
  .footer-bottom .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-bottom__text {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .footer-bottom__text + .footer-bottom__text {
    margin-top: 16px;
  }
}

.hero {
  position: relative;
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .hero {
    height: 250px;
  }
  .hero .hide-on-bothTM {
    display: none !important;
  }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  z-index: 0;
}
.hero-wrapper {
  position: relative;
  z-index: 1;
}
.hero-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .hero-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-title {
    font-size: 24px;
  }
  .hero-title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-title {
    font-size: 20px;
  }
}
.hero-sub {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  .hero-sub {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-sub {
    font-size: 14px;
  }
  .hero-sub .hide-on-bothTM {
    display: none !important;
  }
}
.hero-filter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 1;
}
@media only screen and (max-width: 63.9375em) {
  .hero-filter {
    bottom: -16px;
    transform: translateY(100%);
  }
  .hero-filter .hide-on-bothTM {
    display: none !important;
  }
}
.hero-filter__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 24px 17px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (max-width: 1440px) {
  .hero-filter__wrapper {
    padding: 16px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-filter__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0px;
  }
  .hero-filter__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-filter__wrapper {
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0px;
  }
}
.hero-filter__group {
  padding: 0 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 1440px) {
  .hero-filter__group {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1283px) {
  .hero-filter__group {
    padding: 0 12px;
  }
  .hero-filter__group .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-filter__group {
    padding: 0;
    border-left: none !important;
  }
}
.hero-filter__group + .hero-filter__group {
  border-left: 1px solid #d9d9d9;
}
.hero-filter__group:first-child {
  flex: 2 1 0;
  padding-left: 0;
}
@media only screen and (max-width: 1283px) {
  .hero-filter__group:first-child {
    flex: 1 1 0;
  }
  .hero-filter__group:first-child .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-filter__group:nth-child(3) {
    padding-left: 0;
    border-left: none;
  }
  .hero-filter__group:nth-child(3) .hide-on-bothTM {
    display: none !important;
  }
}
.hero-filter__icon {
  flex-shrink: 0;
  margin-right: 5px;
}
.hero-filter__icon img {
  width: 20px;
  height: 20px;
}
.hero-filter__cover {
  position: relative;
  width: 100%;
  padding-top: 4px;
}
.hero-filter__box {
  width: calc(100% - 25px);
}
.hero-filter__component {
  overflow: hidden;
}
.hero-filter__info {
  width: calc(100% - 30px);
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .hero-filter__info {
    width: calc(100% - 20px);
  }
}
.hero-filter__text {
  font-size: 12px;
  color: #a6a8a7;
}
.hero-filter__input {
  max-width: 100%;
  font-weight: 700;
  padding: 9px 12px 0 0;
  border: none;
  outline: none;
}
@media only screen and (max-width: 46.1875em) {
  .hero-filter__input {
    width: 100%;
  }
}
.hero-filter__input::placeholder {
  color: #d9d9d9;
}
.hero-filter__select {
  position: relative;
}
.hero-filter__down {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.hero-filter__down img {
  width: 20px;
  height: 20px;
}
.hero-filter__btn {
  flex-shrink: 0;
  padding: 12px 31px 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #a50032;
}
@media only screen and (max-width: 1440px) {
  .hero-filter__btn {
    padding: 12px 25px 11px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-filter__btn {
    grid-column: span 2;
  }
  .hero-filter__btn .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-filter__btn {
    grid-column: span 1;
  }
}
.hero-filter__btn .select2-container,
.hero-filter__btn .select2-dropdown {
  z-index: 9999 !important;
}

.event-home {
  padding: 110px 0 40px;
  background: #f7f5f6;
}
@media only screen and (max-width: 1440px) {
  .event-home {
    padding: 80px 0 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .event-home {
    padding: 260px 0 20px;
  }
  .event-home .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .event-home {
    padding: 390px 0 20px;
  }
}
.event-home__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .event-home__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .event-home__title {
    font-size: 24px;
  }
  .event-home__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .event-home__title {
    font-size: 20px;
  }
}
.event-trending {
  padding-bottom: 90px;
  background: #f7f5f6;
}
@media only screen and (max-width: 1440px) {
  .event-trending {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .event-trending {
    padding-bottom: 40px;
  }
  .event-trending .hide-on-bothTM {
    display: none !important;
  }
}
.event-trending__list {
  margin: 30px 0 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
}
@media only screen and (max-width: 1440px) {
  .event-trending__list {
    margin: 30px 0 40px;
  }
}
@media only screen and (max-width: 1283px) {
  .event-trending__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .event-trending__list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .event-trending__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 20px 0 30px;
  }
  .event-trending__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .event-trending__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event-item {
  border-radius: 10px;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.0509803922);
}
.event-item__img {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.event-item__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-item__img img {
  border-radius: 10px 10px 0 0;
}
.event-item__cover {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 1283px) {
  .event-item__cover {
    padding: 16px;
  }
  .event-item__cover .hide-on-pc-HD {
    display: none;
  }
}
.event-item__location {
  line-height: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.event-item__location img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  flex-shrink: 0;
}
.event-item__location span {
  font-size: 12px;
  color: #a50032;
}
.event-item__name {
  font-weight: 700;
  line-height: 1.5;
  min-height: 48px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-item__time {
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 10px 38px 8px 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 1283px) {
  .event-item__time {
    margin-top: 10px;
    padding: 10px 16px 8px;
  }
  .event-item__time .hide-on-pc-HD {
    display: none;
  }
}
.event-item__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.event-item__group + .event-item__group {
  margin-left: 11px;
}
.event-item__group img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  flex-shrink: 0;
}
.event-item__group span {
  font-size: 12px;
  color: #a6a8a7;
}
.event-item__price {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #a50032;
  margin-top: 15px;
}
@media only screen and (max-width: 1283px) {
  .event-item__price {
    margin-top: 10px;
  }
  .event-item__price .hide-on-pc-HD {
    display: none;
  }
}
.event-item__price span {
  font-size: 14px;
}
.event-coming {
  margin-top: 30px;
}
@media only screen and (max-width: 63.9375em) {
  .event-coming {
    margin-top: 20px;
  }
  .event-coming .hide-on-bothTM {
    display: none !important;
  }
}
.event-coming__swiper {
  overflow: visible;
  z-index: 0;
}
.event-coming__swiper .swiper-slide {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .event-coming__swiper .swiper-slide {
    margin-bottom: 20px;
  }
}
.event-coming__swiper .swiper-button-prev,
.event-coming__swiper .swiper-button-next {
  --widthDefault: 60px;
  width: var(--widthDefault);
  height: var(--widthDefault);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (max-width: 1440px) {
  .event-coming__swiper .swiper-button-prev,
  .event-coming__swiper .swiper-button-next {
    --widthDefault: 50px;
  }
}
@media only screen and (max-width: 1283px) {
  .event-coming__swiper .swiper-button-prev,
  .event-coming__swiper .swiper-button-next {
    --widthDefault: 40px;
  }
  .event-coming__swiper .swiper-button-prev .hide-on-pc-HD,
  .event-coming__swiper .swiper-button-next .hide-on-pc-HD {
    display: none;
  }
}
.event-coming__swiper .swiper-button-prev::after,
.event-coming__swiper .swiper-button-next::after {
  display: none;
}
.event-coming__swiper .swiper-button-prev.swiper-button-disabled,
.event-coming__swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.event-coming__swiper .swiper-button-prev img,
.event-coming__swiper .swiper-button-next img {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1440px) {
  .event-coming__swiper .swiper-button-prev img,
  .event-coming__swiper .swiper-button-next img {
    width: 20px;
    height: 20px;
  }
}
.event-coming__swiper .swiper-button-prev {
  left: -100px;
}
@media only screen and (max-width: 1440px) {
  .event-coming__swiper .swiper-button-prev {
    left: -60px;
  }
}
@media only screen and (max-width: 1283px) {
  .event-coming__swiper .swiper-button-prev {
    left: 0;
  }
  .event-coming__swiper .swiper-button-prev .hide-on-pc-HD {
    display: none;
  }
}
.event-coming__swiper .swiper-button-next {
  right: -100px;
}
@media only screen and (max-width: 1440px) {
  .event-coming__swiper .swiper-button-next {
    right: -60px;
  }
}
@media only screen and (max-width: 1283px) {
  .event-coming__swiper .swiper-button-next {
    right: 0;
  }
  .event-coming__swiper .swiper-button-next .hide-on-pc-HD {
    display: none;
  }
}
.event-coming__slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-items: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (max-width: 46.1875em) {
  .event-coming__slide {
    flex-direction: column;
  }
}
.event-coming__img {
  width: 45%;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 46.1875em) {
  .event-coming__img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.event-coming__img img {
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 46.1875em) {
  .event-coming__img img {
    border-radius: 10px 10px 0 0;
  }
}
.event-coming__box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.event-coming__box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .event-coming__box {
    padding-top: 69%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .event-coming__box {
    padding-top: 65%;
  }
  .event-coming__box .hide-on-bothTM {
    display: none !important;
  }
}
.event-coming__info {
  width: 55%;
  padding: 20px 47px 20px 48px;
}
@media only screen and (max-width: 1440px) {
  .event-coming__info {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1283px) {
  .event-coming__info {
    padding: 16px;
  }
  .event-coming__info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .event-coming__info {
    width: 100%;
  }
}
.event-coming__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1283px) {
  .event-coming__name {
    font-size: 16px;
    margin-top: 8px;
  }
  .event-coming__name .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .event-coming__name {
    font-size: 14px;
  }
}
.event-center {
  text-align: center;
}
.event-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 14px 32px;
  color: #fff;
  border-radius: 10px;
  background-color: #a50032;
  text-transform: uppercase;
}
@media only screen and (max-width: 46.1875em) {
  .event-btn {
    font-size: 12px;
    padding: 10px 24px;
  }
}
.event-btn:hover {
  color: #fff;
}

.ticket-filter {
  padding: 40px 0 90px;
  background-color: #f7f5f6;
}
@media only screen and (max-width: 1440px) {
  .ticket-filter {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-filter {
    padding: 10px 0 40px;
  }
  .ticket-filter .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-filter__wrapper {
  padding: 0 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1283px) {
  .ticket-filter__wrapper {
    padding: 0;
  }
  .ticket-filter__wrapper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-filter__wrapper {
    flex-direction: column;
  }
  .ticket-filter__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-sidebar {
  width: 0;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-sidebar {
    display: none;
  }
  .ticket-sidebar .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-sidebar.active {
  width: 258px;
  min-width: 258px;
  margin-right: 73px;
}
@media only screen and (max-width: 1440px) {
  .ticket-sidebar.active {
    margin-right: 25px;
  }
}
.ticket-sidebar.active .ticket-sidebar__main {
  padding: 30px 0 0 30px;
}
@media only screen and (max-width: 1440px) {
  .ticket-sidebar.active .ticket-sidebar__main {
    padding: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-sidebar.active .ticket-sidebar__main {
    padding: 20px 0 0;
  }
  .ticket-sidebar.active .ticket-sidebar__main .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-sidebar.active .ticket-sidebar__group {
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-sidebar {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .ticket-sidebar .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-sidebar__top {
  position: relative;
  width: 78px;
  height: 24px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket-sidebar__top.active {
  position: relative;
}
.ticket-sidebar__top.active i {
  display: none;
}
.ticket-sidebar__top.active img {
  display: block;
}
.ticket-sidebar__top img,
.ticket-sidebar__top i {
  margin-right: 5px;
}
.ticket-sidebar__top img {
  display: none;
}
.ticket-sidebar__top i {
  display: block;
  margin-top: 1px;
}
.ticket-sidebar__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.ticket-sidebar__main {
  padding: 30px 0 0 30px;
}
@media only screen and (max-width: 1440px) {
  .ticket-sidebar__main {
    padding: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-sidebar__main {
    padding: 20px 0 0;
    border-top: 1px solid #d9d9d9;
  }
  .ticket-sidebar__main .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-sidebar__group {
  display: none;
  padding-bottom: 24px;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-sidebar__group {
    display: block;
  }
  .ticket-sidebar__group .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-sidebar__group + .ticket-sidebar__group {
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
.ticket-sidebar__select {
  margin-top: 15px;
}
.ticket-sidebar__radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.ticket-sidebar__radio input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #a6a8a7;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  outline: none;
  flex-shrink: 0;
  margin-top: 2.5px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s;
}
.ticket-sidebar__radio input:checked {
  border-color: #a50032;
}
.ticket-sidebar__radio input:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #a50032;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ticket-sidebar__radio label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  cursor: pointer;
}
.ticket-sidebar__calendar {
  margin-top: 25px;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-sidebar__calendar {
    max-width: 280px;
    margin: 20px auto 0;
  }
  .ticket-sidebar__calendar .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-sidebar__calendar .flatpickr-calendar {
  background: transparent;
  box-shadow: none;
  border: none;
  width: 100%;
  font-family: inherit;
  padding: 0;
}
.ticket-sidebar__calendar .flatpickr-innerContainer,
.ticket-sidebar__calendar .flatpickr-rContainer {
  width: 100%;
  max-width: 100%;
}
.ticket-sidebar__calendar .flatpickr-months {
  margin-bottom: 8px;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-prev-month,
.ticket-sidebar__calendar .flatpickr-months .flatpickr-next-month {
  top: 0;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-prev-month:hover,
.ticket-sidebar__calendar .flatpickr-months .flatpickr-next-month:hover {
  background: #f5f5f5;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-prev-month img,
.ticket-sidebar__calendar .flatpickr-months .flatpickr-next-month img {
  width: 16px;
  height: 16px;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-next-month {
  right: 0;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-current-month {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.48px 0 0 0;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-current-month span.cur-month,
.ticket-sidebar__calendar .flatpickr-months .flatpickr-current-month input.cur-year {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000;
  padding-left: 0;
}
.ticket-sidebar__calendar .flatpickr-months .flatpickr-current-month input.cur-year {
  margin-left: -8px;
}
.ticket-sidebar__calendar .flatpickr-weekdays {
  background: none;
  margin-bottom: 12px;
}
.ticket-sidebar__calendar .flatpickr-weekdays .flatpickr-weekday {
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 1.5px;
  color: #a6a8a7;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.ticket-sidebar__calendar .flatpickr-days {
  max-width: 100%;
  width: 100% !important;
}
.ticket-sidebar__calendar .flatpickr-days .dayContainer {
  display: grid !important;
  grid-template-columns: repeat(7, 30px);
  row-gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day.today {
  border: none;
}
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day.selected, .ticket-sidebar__calendar .flatpickr-days .flatpickr-day.startRange, .ticket-sidebar__calendar .flatpickr-days .flatpickr-day.endRange {
  background: #a50032;
  color: #fff;
  border: none;
}
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day:hover {
  background: #f9e6ee;
  color: #a50032;
}
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day.inRange {
  background: #efdde3;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #efdde3, 5px 0 0 #efdde3;
  box-shadow: -5px 0 0 #efdde3, 5px 0 0 #efdde3;
}
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day.disabled,
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day.prevMonthDay,
.ticket-sidebar__calendar .flatpickr-days .flatpickr-day.nextMonthDay {
  color: #ccc;
  background: none;
}
.ticket-sidebar__calendar .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.ticket-sidebar__calendar .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.ticket-sidebar__calendar .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ticket-main {
  flex: 1;
}
.ticket-main__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ticket-main__top {
  max-width: calc(100% - 329px);
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-main__top {
    width: 100%;
  }
  .ticket-main__top .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-main__top.active {
  max-width: 100%;
}
.ticket-main__top.active.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 58px;
  z-index: 1000;
  padding: 0 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: fadeShow 0.35s linear;
}
.ticket-main__top.active.fixed .ticket-main__sort {
  padding-right: 0;
}
.ticket-main__btn {
  display: none;
  margin-right: 10px;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-main__btn {
    display: block;
  }
  .ticket-main__btn .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-main__icon {
  flex-shrink: 0;
}
.ticket-main__sort {
  min-width: 216px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ticket-main__select {
  width: 100%;
  min-width: 108px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  padding-left: 10px;
  border: none;
  border-radius: 12px;
  background: #fff;
  appearance: none;
  outline: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23999' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 18px 18px;
}
.ticket-main__label {
  font-size: 14px;
  line-height: 22px;
  color: #a6a8a7;
  white-space: nowrap;
}
.ticket-tags {
  padding: 15px 0 0;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ticket-tags__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 46.1875em) {
  .ticket-tags__group {
    flex-direction: column;
  }
}
.ticket-tags__result {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin: 6px 25px 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 46.1875em) {
  .ticket-tags__result {
    margin: 0 0 20px 0;
  }
}
.ticket-tags__result b {
  font-weight: 700;
  font-size: 18px;
}
.ticket-tags__list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ticket-tags__tag {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  padding: 5px 15px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ticket-tags__close {
  font-size: 16px;
  color: #a6a8a7;
  border: none;
  background: none;
  padding-top: 1px;
  margin-left: 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.ticket-tags__close:hover {
  color: #a50032;
}
.ticket-tags__clear {
  font-size: 14px;
  line-height: 22px;
  color: #a50032;
  text-decoration: none;
  cursor: pointer;
  margin: 5px 0 0 10px;
  transition: color 0.2s;
  white-space: nowrap;
}
.ticket-tags__clear:hover {
  text-decoration: underline;
  color: rgba(165, 0, 50, 0.8);
}
.ticket-list {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 24px;
}
@media only screen and (max-width: 1440px) {
  .ticket-list {
    gap: 16px;
  }
}
@media only screen and (max-width: 1283px) {
  .ticket-list {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
  .ticket-list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .ticket-list {
    grid-template-columns: 1fr;
  }
}
.ticket-list.active {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1283px) {
  .ticket-list.active {
    grid-template-columns: repeat(3, 1fr);
  }
  .ticket-list.active .hide-on-pc-HD {
    display: none;
  }
}
.ticket-detail {
  position: relative;
}
.ticket-detail__wrapper {
  padding: 40px 22px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__wrapper {
    padding: 30px 0 0;
  }
  .ticket-detail__wrapper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-detail__wrapper {
    padding: 20px 0 0;
    flex-direction: column;
  }
  .ticket-detail__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .ticket-detail__wrapper {
    padding: 10px 0 0;
  }
}
.ticket-detail__info {
  padding: 44px 0 110px;
  margin-right: 30px;
}
@media only screen and (max-width: 1650px) {
  .ticket-detail__info {
    padding: 25px 0 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .ticket-detail__info {
    padding: 20px 0 90px;
  }
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__info {
    padding: 20px 0 80px;
  }
  .ticket-detail__info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-detail__info {
    width: 100%;
    margin-right: 0;
    padding: 20px 0 90px;
  }
  .ticket-detail__info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .ticket-detail__info {
    padding: 10px 0 90px;
  }
}
.ticket-detail__location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.ticket-detail__location img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__location img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .ticket-detail__location img .hide-on-pc-HD {
    display: none;
  }
}
.ticket-detail__location span {
  display: block;
  line-height: 24px;
  color: #a50032;
}
@media only screen and (max-width: 1440px) {
  .ticket-detail__location span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__location span {
    font-size: 14px;
  }
  .ticket-detail__location span .hide-on-pc-HD {
    display: none;
  }
}
.ticket-detail__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  margin-top: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1650px) {
  .ticket-detail__name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .ticket-detail__name {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__name {
    font-size: 18px;
  }
  .ticket-detail__name .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .ticket-detail__name {
    font-size: 16px;
    margin-top: 8px;
  }
}
.ticket-detail__calendar {
  padding: 0;
  border: none;
  margin: 12px 0 0;
}
.ticket-detail__calendar span {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.ticket-detail__price {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 24px;
}
@media only screen and (max-width: 1440px) {
  .ticket-detail__price {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__price {
    font-size: 14px;
  }
  .ticket-detail__price .hide-on-pc-HD {
    display: none;
  }
}
.ticket-detail__price span {
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  .ticket-detail__price span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__price span {
    font-size: 14px;
  }
  .ticket-detail__price span .hide-on-pc-HD {
    display: none;
  }
}
.ticket-detail__right {
  position: relative;
  z-index: 2;
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-detail__right {
    width: 100%;
    order: -1;
  }
  .ticket-detail__right .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-detail__img {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.ticket-detail__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ticket-detail__img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.ticket-detail__time {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 110px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  backdrop-filter: blur(20px);
  background-color: #a50032;
}
@media only screen and (max-width: 1650px) {
  .ticket-detail__time {
    height: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .ticket-detail__time {
    height: 75px;
  }
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__time {
    height: 60px;
  }
  .ticket-detail__time .hide-on-pc-HD {
    display: none;
  }
}
.ticket-detail__group {
  height: 100%;
  padding: 0 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__group {
    padding: 0;
  }
  .ticket-detail__group .hide-on-pc-HD {
    display: none;
  }
}
.ticket-detail__group span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-right: 24px;
}
@media only screen and (max-width: 1283px) {
  .ticket-detail__group span {
    font-size: 14px;
    line-height: 22px;
  }
  .ticket-detail__group span .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .ticket-detail__group span {
    margin-right: 12px;
  }
}
.ticket-detail__count {
  font-size: 12px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ticket-detail__count + .ticket-detail__count {
  margin-left: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .ticket-detail__count + .ticket-detail__count {
    margin-left: 10px;
  }
}
.ticket-detail__number {
  width: 48px;
  height: 38px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .ticket-detail__number {
    width: 40px;
    height: 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .ticket-detail__number {
    width: 35px;
    height: 27px;
    font-size: 14px;
  }
}
.ticket-artist {
  padding: 60px 0 90px;
}
@media only screen and (max-width: 1440px) {
  .ticket-artist {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist {
    padding: 20px 0 40px;
  }
  .ticket-artist .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__wrapper {
  padding: 0 22px;
}
@media only screen and (max-width: 1283px) {
  .ticket-artist__wrapper {
    padding: 0;
  }
  .ticket-artist__wrapper .hide-on-pc-HD {
    display: none;
  }
}
.ticket-artist__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__group {
    flex-direction: column;
  }
  .ticket-artist__group .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__left {
  position: relative;
  width: 50%;
  max-width: 478px;
}
@media only screen and (max-width: 1283px) {
  .ticket-artist__left {
    max-width: 400px;
  }
  .ticket-artist__left .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__left {
    width: 100%;
    max-width: none;
  }
  .ticket-artist__left .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__left .ticket-artist__title {
    padding: 0 12px;
  }
  .ticket-artist__left .ticket-artist__title .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__left .swiper-button-next, .ticket-artist__left .swiper-button-prev {
  --widthDefault: 30px;
  width: var(--widthDefault);
  height: var(--widthDefault);
  top: 90px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.0509803922);
}
.ticket-artist__left .swiper-button-next::after, .ticket-artist__left .swiper-button-prev::after {
  display: none;
}
.ticket-artist__left .swiper-button-next.swiper-button-disabled, .ticket-artist__left .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.ticket-artist__left .swiper-button-next img, .ticket-artist__left .swiper-button-prev img {
  width: 16px;
  height: 16px;
}
.ticket-artist__left .swiper-button-next {
  right: -42px;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__left .swiper-button-next {
    right: 0;
  }
  .ticket-artist__left .swiper-button-next .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__left .swiper-button-prev {
  left: -42px;
}
@media only screen and (max-width: 1283px) {
  .ticket-artist__left .swiper-button-prev {
    left: 0;
  }
  .ticket-artist__left .swiper-button-prev .hide-on-pc-HD {
    display: none;
  }
}
.ticket-artist__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 12px;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__swiper {
    padding: 0 12px;
  }
  .ticket-artist__swiper .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__item {
  width: 100%;
  max-width: 86px;
}
.ticket-artist__img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.ticket-artist__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ticket-artist__img img {
  border-radius: 50%;
}
.ticket-artist__name {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #a6a8a7;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ticket-artist__right {
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__right {
    width: 100%;
    margin-top: 20px;
    padding: 0 12px;
  }
  .ticket-artist__right .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__para {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ticket-artist__para.active {
  display: block;
  overflow: visible;
}
.ticket-artist__para p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.ticket-artist__para p + p {
  margin-top: 10px;
}
.ticket-artist__more {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #a50032;
  margin-top: 10px;
}
.ticket-artist__more:hover {
  color: #a50032;
  text-decoration: underline;
}
.ticket-artist__map {
  margin-top: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 1283px) {
  .ticket-artist__map {
    margin-top: 40px;
  }
  .ticket-artist__map .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__map {
    margin-top: 30px;
    padding: 0 12px;
    flex-direction: column;
  }
  .ticket-artist__map .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__info {
  width: 306px !important;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist__info {
    width: 100% !important;
  }
  .ticket-artist__info .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist__box {
  width: 100%;
}
.ticket-artist__box.special {
  margin-top: 24px;
}
.ticket-artist__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  user-select: none;
}
.ticket-artist__text img {
  margin-left: 9px;
}
.ticket-artist__price {
  margin-right: 19px;
}
.ticket-artist__buy {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 8px;
  margin-top: 24px;
  border-radius: 10px;
  background-color: #a50032;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-artist__buy:hover {
  color: #fff;
}
.ticket-artist__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ticket-artist__count {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ticket-artist__input {
  width: 43px;
  height: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
  border: none;
  user-select: none;
  background-color: #fff;
}
.ticket-artist__input::-webkit-inner-spin-button, .ticket-artist__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ticket-artist__minus, .ticket-artist__plus {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ticket-artist__minus.disabled, .ticket-artist__plus.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.ticket-artist__minus.disabled svg path, .ticket-artist__plus.disabled svg path {
  fill: #a6a8a7;
}
@media only screen and (max-width: 63.9375em) {
  .ticket-artist .container-xl {
    padding: 0;
  }
  .ticket-artist .container-xl .hide-on-bothTM {
    display: none !important;
  }
}
.ticket-artist svg circle,
.ticket-artist svg path {
  cursor: pointer;
  transition: all 0.3s;
}
.ticket-artist svg circle.active-ticket,
.ticket-artist svg path.active-ticket {
  fill: #dfa31b;
}
.ticket-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 48px 0 0 0;
}
@media only screen and (max-width: 1283px) {
  .ticket-pagination {
    margin: 30px 0 0;
  }
  .ticket-pagination .hide-on-pc-HD {
    display: none;
  }
}
.ticket-pagination__item {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
@media only screen and (max-width: 1283px) {
  .ticket-pagination__item {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .ticket-pagination__item .hide-on-pc-HD {
    display: none;
  }
}
.ticket-pagination__item.active {
  background: #a50032;
  color: #fff;
}
.ticket-pagination__item:hover:not(.ticket-pagination__item.active) {
  background: #f5f5f5;
}

.auth {
  position: relative;
  min-height: 780px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.auth::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.auth-notification {
  height: 100%;
  min-height: 100vh;
}
.auth-notification__form {
  position: relative;
  padding-top: 220px !important;
}
@media only screen and (max-width: 63.9375em) {
  .auth-notification__form {
    padding-top: 170px !important;
  }
  .auth-notification__form .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-notification__form {
    padding-top: 140px !important;
  }
}
.auth-notification__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 409px;
}
@media only screen and (max-width: 63.9375em) {
  .auth-notification__img {
    width: 300px;
  }
  .auth-notification__img .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-notification__img {
    width: 250px;
  }
}
.auth-notification__img img {
  width: 100%;
}
.auth-notification__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 63.9375em) {
  .auth-notification__title {
    font-size: 20px;
  }
  .auth-notification__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-notification__title {
    font-size: 18px;
  }
}
.auth-notification__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #000;
  margin-top: 12px;
}
@media only screen and (max-width: 63.9375em) {
  .auth-notification__desc {
    margin-top: 8px;
  }
  .auth-notification__desc .hide-on-bothTM {
    display: none !important;
  }
}
.auth-notification__btn {
  margin-top: 48px !important;
}
@media only screen and (max-width: 63.9375em) {
  .auth-notification__btn {
    margin-top: 24px !important;
  }
  .auth-notification__btn .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-notification__btn {
    margin-top: 20px !important;
  }
}
.auth-wrapper {
  position: relative;
  z-index: 1;
}
.auth-logo {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.auth-logo img {
  max-height: 56px;
}
@media only screen and (max-width: 63.9375em) {
  .auth-logo img {
    height: 40px;
  }
  .auth-logo img .hide-on-bothTM {
    display: none !important;
  }
}
.auth-form {
  min-width: 416px;
  border-radius: 20px;
  padding: 48px 48px 24px;
  background-color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .auth-form {
    min-width: 380px;
    padding: 30px 30px 24px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 395px) {
  .auth-form {
    min-width: 320px;
    padding: 30px 20px 24px;
  }
}
.auth-form.was-validated .auth-form__toggle {
  right: 32px !important;
}
.auth-form__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 24px;
}
@media only screen and (max-width: 63.9375em) {
  .auth-form__title {
    font-size: 24px;
  }
  .auth-form__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .auth-form__title {
    font-size: 20px;
  }
}
.auth-form__title.forgot-form {
  margin-bottom: 5px;
}
.auth-form__desc {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  margin-bottom: 21px;
}
.auth-form__desc b {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.auth-form__group {
  position: relative;
}
.auth-form__group + .auth-form__group {
  margin-top: 12px;
}
.auth-form__label {
  font-size: 14px;
  line-height: 28px;
  color: #a6a8a7;
}
.auth-form__label span {
  color: #a50032;
}
.auth-form__input {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  width: 100%;
  display: block;
  padding: 6px 24px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.auth-form__input::placeholder {
  color: #000;
}
.auth-form__toggle {
  position: absolute;
  top: 9px;
  right: 16px;
}
.auth-form__toggle img {
  width: 24px;
  height: 24px;
}
.auth-form__cover {
  position: relative;
}
.auth-form__row {
  text-align: right;
  margin-top: 12px;
}
.auth-form__forgot {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #a50032;
  transition: all 0.3s ease;
}
.auth-form__forgot:hover {
  color: rgba(165, 0, 50, 0.8);
  text-decoration: underline;
}
.auth-form__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 8px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #a50032;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 46.1875em) {
  .auth-form__btn {
    font-size: 14px;
  }
}
.auth-form__btn:hover {
  color: #fff;
  transform: scale3d(1.01, 1.01, 1);
}
.auth-form__footer {
  margin-top: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .auth-form__footer {
    margin-top: 24px;
  }
  .auth-form__footer .hide-on-bothTM {
    display: none !important;
  }
}
.auth-form__footer span {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  margin-right: 5px;
}
.auth-form__footer a {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #a50032;
  transition: all 0.3s ease;
}
.auth-form__footer a:hover {
  color: rgba(165, 0, 50, 0.8);
  text-decoration: underline;
}
.auth-form__otp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
.auth-form__square {
  width: 45px;
  height: 40px;
  color: #000;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  transition: border-color 0.2s;
}
.auth-form__square:focus {
  border-color: #a50032;
}
.auth-form__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.auth-form__rule {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  color: #000;
}
.auth-form__icon {
  font-size: 18px;
  line-height: 24px;
  color: #a50032;
  margin-right: 10px;
}
.auth-form__note {
  font-weight: 700;
  color: #a50032;
  margin-left: 3px;
}

.account {
  padding: 40px 0 90px;
}
@media only screen and (max-width: 1440px) {
  .account {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account {
    padding: 10px 0 40px;
  }
  .account .hide-on-bothTM {
    display: none !important;
  }
}
.account-wrapper {
  padding: 0 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1283px) {
  .account-wrapper {
    padding: 0;
  }
  .account-wrapper .hide-on-pc-HD {
    display: none;
  }
}
.account-sidebar {
  width: 309px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1283px) {
  .account-sidebar {
    width: 220px;
  }
  .account-sidebar .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-sidebar {
    display: none;
  }
  .account-sidebar .hide-on-bothTM {
    display: none !important;
  }
}
.account-sidebar__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 23px;
}
.account-sidebar__link {
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-sidebar__link + .account-sidebar__link {
  margin-top: 19px;
}
.account-sidebar__link.active {
  font-weight: 700;
  color: #a50032;
}
.account-sidebar__link.active svg path {
  fill: #a50032;
}
.account-sidebar__link svg {
  flex-shrink: 0;
  margin-right: 12px;
}
.account-content {
  width: 100%;
  border-left: 1px solid #d9d9d9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .account-content {
    border-left: none;
    flex-direction: column;
  }
  .account-content .hide-on-bothTM {
    display: none !important;
  }
}
.account-content__toggle {
  display: none;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media only screen and (max-width: 63.9375em) {
  .account-content__toggle {
    display: block;
    margin-right: 8px;
  }
  .account-content__toggle .hide-on-bothTM {
    display: none !important;
  }
}
.account-info {
  width: 100%;
  padding: 0 135px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .account-info {
    padding: 0 85px;
  }
}
@media only screen and (max-width: 1283px) {
  .account-info {
    padding: 0 45px;
  }
  .account-info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-info {
    padding: 0;
    margin-top: 16px;
  }
  .account-info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-info {
    flex-direction: column;
  }
}
.account-info__avatar {
  flex-shrink: 0;
  margin-right: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__avatar {
    width: 100%;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.account-info__avatar img {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  object-fit: cover;
}
.account-info__right {
  flex: 1;
  max-width: 636px;
}
@media only screen and (max-width: 63.9375em) {
  .account-info__right {
    max-width: 100%;
  }
  .account-info__right .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-info__right {
    width: 100%;
  }
}
.account-info__group {
  padding: 20px 0;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__group {
    padding: 12px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.account-info__text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.account-info__cover {
  margin-top: 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-info__upload {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-info__label {
  min-height: 30px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a50032;
}
.account-info__label span {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.account-info__label img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 4px;
}
.account-info__input {
  display: none;
}
.account-info__delete {
  min-height: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  padding: 5px 10px;
  margin-left: 12px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.account-info__form {
  margin-top: 12px;
}
@media only screen and (max-width: 1283px) {
  .account-info__form {
    margin-top: 6px;
  }
  .account-info__form .hide-on-pc-HD {
    display: none;
  }
}
.account-info__grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 24px;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.account-info__grid .auth-form__group {
  margin-top: 0;
}
.account-info__save {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 35px;
  padding: 14px 32px;
  border-radius: 10px;
  background-color: #a50032;
}
@media only screen and (max-width: 46.1875em) {
  .account-info__save {
    margin-top: 24px;
    padding: 10px 24px;
  }
}
@media only screen and (max-width: 395px) {
  .account-info__save {
    font-size: 12px;
  }
}
.account-history {
  width: 100%;
  padding: 0 0 48px 24px;
}
@media only screen and (max-width: 1283px) {
  .account-history {
    padding: 0 0 48px 16px;
  }
  .account-history .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-history {
    padding: 0;
    margin-top: 16px;
  }
  .account-history .hide-on-bothTM {
    display: none !important;
  }
}
.account-history__row, .account-history__header {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-history__header {
  margin-bottom: 18px;
}
@media only screen and (max-width: 63.9375em) {
  .account-history__header {
    display: none;
  }
  .account-history__header .hide-on-bothTM {
    display: none !important;
  }
}
.account-history__row {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 63.9375em) {
  .account-history__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-history__row .hide-on-bothTM {
    display: none !important;
  }
}
.account-history__row .account-history__title {
  display: none;
  margin-right: 6px;
  white-space: nowrap;
}
@media only screen and (max-width: 63.9375em) {
  .account-history__row .account-history__title {
    display: block;
  }
  .account-history__row .account-history__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-history__row .account-history__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-history__time, .account-history__code, .account-history__total, .account-history__ticket, .account-history__status {
    width: 100% !important;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .account-history__time .hide-on-bothTM, .account-history__code .hide-on-bothTM, .account-history__total .hide-on-bothTM, .account-history__ticket .hide-on-bothTM, .account-history__status .hide-on-bothTM {
    display: none !important;
  }
}
.account-history__time {
  width: 120px;
  white-space: nowrap;
  margin-right: 42px;
}
@media only screen and (max-width: 1283px) {
  .account-history__time {
    margin-right: 20px;
  }
  .account-history__time .hide-on-pc-HD {
    display: none;
  }
}
.account-history__time span {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.account-history__code {
  width: 60px;
  margin-right: 50px;
}
@media only screen and (max-width: 1283px) {
  .account-history__code {
    margin-right: 30px;
  }
  .account-history__code .hide-on-pc-HD {
    display: none;
  }
}
.account-history__code span {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.account-history__event {
  flex: 1;
  margin-right: 23px;
}
@media only screen and (max-width: 63.9375em) {
  .account-history__event {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .account-history__event .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-history__event .account-history__title {
    margin-bottom: 8px;
  }
  .account-history__event .account-history__title .hide-on-bothTM {
    display: none !important;
  }
}
.account-history__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-history__group + .account-history__group {
  margin-top: 12px;
}
.account-history__img {
  width: 86px;
  flex-shrink: 0;
  position: relative;
  height: 50px;
  overflow: hidden;
  margin-right: 12px;
  border-radius: 10px;
}
.account-history__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-history__name {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.account-history__ticket {
  width: 80px;
  text-align: center;
  white-space: nowrap;
  margin-right: 46px;
}
@media only screen and (max-width: 1283px) {
  .account-history__ticket {
    margin-right: 20px;
  }
  .account-history__ticket .hide-on-pc-HD {
    display: none;
  }
}
.account-history__ticket a {
  width: 76px;
  height: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a50032;
}
.account-history__ticket a img {
  margin-right: 6px;
}
.account-history__total {
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  margin-right: 66px;
}
@media only screen and (max-width: 1283px) {
  .account-history__total {
    margin-right: 30px;
  }
  .account-history__total .hide-on-pc-HD {
    display: none;
  }
}
.account-history__total span {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #a50032;
}
.account-history__status {
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 63.9375em) {
  .account-history__status {
    margin-bottom: 0;
  }
  .account-history__status .hide-on-bothTM {
    display: none !important;
  }
}
.account-history__status span {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.account-history__success {
  color: #00ba00;
}
.account-history__title {
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.account-ticket {
  width: 100%;
  padding-left: 24px;
}
@media only screen and (max-width: 63.9375em) {
  .account-ticket {
    padding: 0;
    margin-top: 16px;
  }
  .account-ticket .hide-on-bothTM {
    display: none !important;
  }
}
.account-ticket__top {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-ticket__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.account-ticket__status {
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #000;
}
.account-ticket__status.success {
  color: #00ba00;
}
.account-ticket__main {
  width: 100%;
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__main {
    margin-top: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.account-ticket__img {
  width: 180px;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
  height: 100px;
  overflow: hidden;
}
.account-ticket__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__img {
    width: 100%;
    margin: 0 0 12px 0;
    position: relative;
    padding-top: 55.5%;
    overflow: hidden;
  }
  .account-ticket__img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.account-ticket__img img {
  border-radius: 10px;
}
.account-ticket__info {
  margin-right: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__info {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 12px 0;
  }
}
.account-ticket__time {
  padding: 0;
  border: none;
  margin-top: 5px;
}
.account-ticket__link {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  flex-shrink: 0;
  padding: 5px 12px;
  border-radius: 5px;
  background-color: #a50032;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-ticket__link:hover {
  color: #fff;
}
.account-ticket__link img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.account-ticket__bottom {
  width: 100%;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__bottom {
    padding-top: 16px;
    margin-top: 16px;
  }
}
.account-ticket__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-ticket__group + .account-ticket__group {
  margin-top: 12px;
}
.account-ticket__voucher, .account-ticket__discount {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.account-ticket__discount {
  color: #a50032;
}
.account-ticket__total, .account-ticket__price {
  font-weight: 700;
  color: #000;
}
.account-ticket__price {
  color: #a50032;
}
.account-ticket__item {
  position: relative;
  z-index: 1;
  min-width: 416px;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__item {
    width: calc(100% - 24px);
    min-width: 0;
    margin: 0 auto;
  }
}
.account-ticket__picture {
  position: relative;
  padding-top: 55.5%;
  overflow: hidden;
}
.account-ticket__picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-ticket__picture img {
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__picture img {
    border-radius: 10px 10px 0 0;
  }
}
.account-ticket__box {
  padding: 12px 24px 36px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__box {
    padding: 12px 16px 24px;
    border-radius: 0 0 10px 10px;
  }
}
.account-ticket__location {
  justify-content: center;
}
.account-ticket__location span {
  font-size: 14px;
  line-height: 22px;
}
.account-ticket__heading {
  max-width: 368px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin: 10px auto 0;
}
@media only screen and (max-width: 63.9375em) {
  .account-ticket__heading {
    font-size: 16px;
  }
  .account-ticket__heading .hide-on-bothTM {
    display: none !important;
  }
}
.account-ticket__grid {
  width: 100%;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0;
  padding: 10px 10px 8px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.account-ticket__calendar {
  font-size: 12px;
  line-height: 22px;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-ticket__calendar + .account-ticket__calendar {
  border-left: 1px solid #d9d9d9;
}
.account-ticket__calendar img {
  margin-right: 5px;
}
.account-ticket__qr {
  display: grid;
  grid-template-columns: 1fr 164px 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  gap: 0;
  margin-top: 24px;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__qr {
    margin-top: 16px;
    grid-template-columns: 1fr 120px 1fr;
  }
}
.account-ticket__qr img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 18px;
  grid-column: 2;
  justify-self: center;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__qr img {
    width: 96px;
    height: 96px;
    margin: 0 12px;
  }
}
.account-ticket__qr span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
  justify-self: end;
}
@media only screen and (max-width: 63.9375em) {
  .account-ticket__qr span {
    font-size: 16px;
  }
  .account-ticket__qr span .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__qr span {
    text-wrap: wrap;
    max-width: 100px;
  }
}
.account-ticket__qr span:last-child {
  justify-self: start;
}
.account-ticket__desc {
  max-width: 368px;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #a6a8a7;
  margin: 12px auto 0;
}
.account-ticket__btn {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .account-ticket__btn {
    margin-top: 16px;
  }
}
.account-ticket__btn img {
  margin-right: 8px;
}
.account-qr {
  padding: 20px 40px 0 192px;
}
@media only screen and (max-width: 1283px) {
  .account-qr {
    padding: 20px 0 0 192px;
  }
  .account-qr .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-qr {
    padding: 20px 0 0 0;
  }
}
.account-qr__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.account-qr__list {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px 31px;
}
@media only screen and (max-width: 1283px) {
  .account-qr__list {
    grid-template-columns: repeat(5, 1fr);
  }
  .account-qr__list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-qr__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.account-qr__img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.account-qr__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-qr__name {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000;
  margin-top: 6px;
}
.account-qr__cover {
  margin-top: 6px;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  row-gap: 12px;
}
.account-qr__detail {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.account-qr__detail + .account-qr__detail {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #000;
}
.account-diagram__wrapper {
  position: relative;
  z-index: 1;
  width: 74%;
  padding: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1283px) {
  .account-diagram__wrapper {
    width: 85%;
    padding: 30px;
  }
  .account-diagram__wrapper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-diagram__wrapper {
    flex-direction: column;
  }
  .account-diagram__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .account-diagram__wrapper {
    width: 90%;
    padding: 20px;
    border-radius: 10px;
  }
}
.account-diagram__info {
  width: 282px;
  flex-shrink: 0;
  margin-right: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 1283px) {
  .account-diagram__info {
    margin-right: 30px;
  }
  .account-diagram__info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .account-diagram__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .account-diagram__info .hide-on-bothTM {
    display: none !important;
  }
}
.account-diagram__box {
  width: 100%;
}
.account-diagram__note {
  margin-top: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.account-diagram__note + .account-diagram__note {
  margin-left: 24px;
}
.account-diagram__circle {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #dfa31b;
}
.account-diagram__circle.booked {
  background-color: #FF3333;
}
.account-diagram__map {
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-diagram__map img {
  width: 100%;
}
.account-diagram__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.account-diagram__table {
  margin-top: 24px;
}
.account-diagram__row {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-diagram__row + .account-diagram__row {
  margin-top: 12px;
}
.account-diagram__left {
  width: 100%;
  text-align: left;
  white-space: wrap;
  word-break: break-word;
}
.account-diagram__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 20px;
  text-align: center;
}
.account-diagram__right {
  min-width: 100px;
  text-align: right;
  white-space: nowrap;
}
.account-diagram__title, .account-diagram__price {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.account-diagram__price {
  color: #a50032;
}
.account-diagram__text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  user-select: none;
}
.account-offcanvas .account-sidebar__title {
  margin-bottom: 0;
}
.account-offcanvas .account-sidebar__list {
  margin-top: 16px;
}

.payment {
  padding: 40px 0 90px;
  background-color: #f7f5f6;
}
@media only screen and (max-width: 63.9375em) {
  .payment {
    padding: 20px 0 60px;
  }
  .payment .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment {
    padding: 20px 0 40px;
  }
}
.payment-wrapper {
  padding: 0 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1283px) {
  .payment-wrapper {
    padding: 0;
  }
  .payment-wrapper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .payment-wrapper {
    flex-direction: column;
  }
  .payment-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .payment-form, .payment-info {
    width: 100%;
  }
  .payment-form .hide-on-bothTM, .payment-info .hide-on-bothTM {
    display: none !important;
  }
}
.payment-form {
  flex: 1;
  margin-right: 30px;
}
@media only screen and (max-width: 63.9375em) {
  .payment-form {
    margin-right: 0;
  }
  .payment-form .hide-on-bothTM {
    display: none !important;
  }
}
.payment-form__time {
  margin-top: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.payment-form__title {
  margin-right: 20px;
  color: #000;
}
.payment-form__number {
  color: #000;
}
.payment-form__info {
  margin-top: 30px;
}
.payment-form__group {
  margin-top: 10px;
}
@media only screen and (max-width: 63.9375em) {
  .payment-form .payment-title {
    display: none;
  }
  .payment-form .payment-title .hide-on-bothTM {
    display: none !important;
  }
}
.payment-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
@media only screen and (max-width: 63.9375em) {
  .payment-title {
    font-size: 18px;
  }
  .payment-title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-title {
    font-size: 16px;
  }
}
.payment-title__tablet {
  display: none;
  margin-bottom: 12px;
}
@media only screen and (max-width: 63.9375em) {
  .payment-title__tablet {
    display: block;
  }
  .payment-title__tablet .hide-on-bothTM {
    display: none !important;
  }
}
.payment-method {
  margin-top: 24px;
}
.payment-method__select {
  margin-top: 21px;
}
.payment-method__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.payment-method__cover img {
  margin-right: 13px;
  max-height: 28px;
}
.payment-method__text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.payment-method__desc {
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  color: #a6a8a7;
  margin-top: 6px;
}
.payment-method__radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.payment-method__radio + .payment-method__radio {
  margin-top: 24px;
}
.payment-method__radio input {
  margin-top: 0;
}
.payment-method__bank {
  margin: 18px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1283px) {
  .payment-method__bank {
    margin: 10px 0 0;
  }
  .payment-method__bank .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-method__bank {
    flex-direction: column;
    align-items: flex-start;
  }
}
.payment-method__bank img:first-child {
  width: 112px;
  margin-right: 20px;
}
@media only screen and (max-width: 1283px) {
  .payment-method__bank img:first-child {
    width: 80px;
    margin-right: 10px;
  }
  .payment-method__bank img:first-child .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-method__bank img:first-child {
    width: 120px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.payment-method__bank img:last-child {
  width: 110px;
  margin-left: 25px;
}
@media only screen and (max-width: 1283px) {
  .payment-method__bank img:last-child {
    width: 80px;
    margin-left: 12px;
  }
  .payment-method__bank img:last-child .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-method__bank img:last-child {
    width: 120px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-method__account {
    margin-bottom: 12px;
  }
}
.payment-method__layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.payment-method__layout + .payment-method__layout {
  margin-top: 8px;
}
.payment-method__layout span {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.payment-method__layout span:first-child {
  min-width: 60px;
  text-align: right;
  margin-right: 12px;
}
@media only screen and (max-width: 1283px) {
  .payment-method__layout span:first-child {
    margin-right: 8px;
  }
  .payment-method__layout span:first-child .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-method__layout span:first-child {
    text-align: left;
  }
}
.payment-method__bold span {
  font-weight: 700;
}
.payment-method__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.payment-method__option span {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.payment-method__option img {
  margin-right: 10px;
}
.payment-method__confirm {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .payment-method__confirm {
    margin-top: 20px;
  }
}
.payment-method__confirm input {
  position: relative;
  width: 22.5px;
  height: 22.5px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 14px;
  background: #fff;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.payment-method__confirm input:checked {
  border-color: #a50032;
  background: url("../images/icons/checked.svg") center center no-repeat;
}
.payment-method__confirm label {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  cursor: pointer;
  user-select: none;
}
.payment-method__confirm label a {
  display: inline-block;
  font-weight: 700;
  color: #a50032;
}
.payment-method__confirm label a:hover {
  text-decoration: underline;
}
.payment-method__btn {
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding: 8px;
  margin-top: 30px;
  background-color: #a50032;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .payment-method__btn {
    margin-top: 20px;
  }
}
.payment-info {
  flex: 1;
  padding: 24px 48px 24px 24px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (max-width: 63.9375em) {
  .payment-info {
    order: -1;
  }
  .payment-info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-info {
    padding: 20px 16px;
  }
}
.payment-info__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 46.1875em) {
  .payment-info__top {
    flex-direction: column;
  }
}
.payment-info__detail {
  flex: 1;
  margin-top: 10px;
}
.payment-info__img {
  width: 30%;
  flex-shrink: 0;
  margin-right: 12px;
}
@media only screen and (max-width: 46.1875em) {
  .payment-info__img {
    width: 100%;
    margin: 0 0 12px;
  }
}
.payment-info__cover {
  position: relative;
  padding-top: 55.55%;
  overflow: hidden;
}
.payment-info__cover > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.payment-info__cover img {
  border-radius: 10px;
}
.payment-info__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-top: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.payment-info__time {
  padding: 0;
  border: none;
  margin-top: 5px;
}
.payment-success {
  margin-top: 25px;
}
.payment-success__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.payment-success__icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.payment-success__icon img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1440px) {
  .payment-success__icon img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1283px) {
  .payment-success__icon img {
    width: 40px;
    height: 40px;
  }
  .payment-success__icon img .hide-on-pc-HD {
    display: none;
  }
}
.payment-success__code {
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .payment-success__code {
    font-size: 14px;
  }
}
.payment-success__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-top: 2px;
}
@media only screen and (max-width: 1440px) {
  .payment-success__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1283px) {
  .payment-success__text {
    font-size: 16px;
  }
  .payment-success__text .hide-on-pc-HD {
    display: none;
  }
}
.payment-success__notification {
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #000;
  padding: 19px;
  margin-top: 25px;
  border-radius: 10px;
  border: 1px solid #00ba00;
  background-color: rgba(0, 186, 0, 0.1);
}
@media only screen and (max-width: 1440px) {
  .payment-success__notification {
    padding: 19px 12px;
  }
}
@media only screen and (max-width: 1283px) {
  .payment-success__notification {
    padding: 12px 8px;
    margin-top: 20px;
  }
  .payment-success__notification .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-success__notification {
    margin-top: 15px;
  }
}
.payment-success__notification span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
}
@media only screen and (max-width: 1440px) {
  .payment-success__notification span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1283px) {
  .payment-success__notification span {
    font-size: 16px;
  }
  .payment-success__notification span .hide-on-pc-HD {
    display: none;
  }
}
.payment-success__box {
  margin: 25px 0 0 72px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .payment-success__box {
    margin: 25px 0 0 62px;
  }
}
@media only screen and (max-width: 1283px) {
  .payment-success__box {
    margin: 20px 0 0 52px;
  }
  .payment-success__box .hide-on-pc-HD {
    display: none;
  }
}
.payment-success__name {
  width: fit-content;
}
.payment-success__name span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #000;
}
.payment-success__value {
  margin-left: 12px;
}
.payment-success__value span {
  text-align: left;
}
.payment-success__bottom {
  margin-top: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .payment-success__bottom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1283px) {
  .payment-success__bottom {
    margin-top: 25px;
  }
  .payment-success__bottom .hide-on-pc-HD {
    display: none;
  }
}
.payment-success__policy {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #a50032;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.payment-success__policy:hover {
  color: #a50032;
}
.payment-success__policy img {
  flex-shrink: 0;
  margin-right: 6px;
}
.payment-success__btn {
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 52px;
  color: #fff;
  background-color: #a50032;
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 46.1875em) {
  .payment-success__btn {
    font-size: 14px;
    padding: 8px 32px;
  }
}
.payment-success__btn:hover {
  color: #fff;
}
.payment-notification {
  text-align: center;
}
.payment-notification__img {
  display: inline-block;
}
.payment-notification__img img {
  width: 116px;
}
@media only screen and (max-width: 1283px) {
  .payment-notification__img img {
    width: 90px;
  }
  .payment-notification__img img .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .payment-notification__img img {
    width: 70px;
  }
}
.payment-notification__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-top: 40px;
}
@media only screen and (max-width: 1283px) {
  .payment-notification__title {
    font-size: 18px;
    margin-top: 30px;
  }
  .payment-notification__title .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .payment-notification__title {
    font-size: 16px;
    margin-top: 20px;
  }
  .payment-notification__title .hide-on-bothTM {
    display: none !important;
  }
}
.payment-notification__btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1283px) {
  .payment-notification__btn {
    margin-top: 30px;
  }
  .payment-notification__btn .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .payment-notification__btn {
    margin-top: 20px;
  }
  .payment-notification__btn .hide-on-bothTM {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
