@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
:root {
  --colorPrimary: #0054C5;
  --colorPrimaryOn: var(--colorGray25);
  --colorPrimaryHover: #003F94;
  --colorPrimaryLight: #B8D9FF;
  --colorPrimaryDark: color-mix(in srgb, var(--colorPrimary) 70%, black);
  --colorPrimaryFocused: #52A2FF;
  --colorPrimaryOutline: var(--colorGray300);
  --colorPrimaryVariant: var(--colorGray600);
  --colorSecondary: #FF6B00;
  --colorSecondaryOn: var(--colorGray25);
  --colorSecondaryHovered: #CC5600;
  --colorSecondaryLight: #FFE1CC;
  --colorSecondaryDark: color-mix(in srgb, var(--colorSecondary) 70%, black);
  --colorSecondaryFocused: #FFA666;
  --colorSecondaryOutline: #FFC499;
  --colorSecondaryVariant: var(--colorGray600);
  --colorSubSecondary: #FF6B00;
  --colorSubSecondaryOn: var(--colorGray25);
  --colorSubSecondaryHovered: #FFE1CC;
  --colorSubSecondaryLight: #f3bec7;
  --colorSubSecondaryDark: color-mix(in srgb, var(--colorSubSecondary) 70%, black);
  --colorSubSecondaryFocused: #FFA666;
  --colorSubSecondaryOutline: #FFC499;
  --colorSubSecondaryVariant: var(--colorGray600);
  --colorError: #d92d20;
  --colorErrorOn: var(--colorGray25);
  --colorErrorDisbled: #fecdca;
  --colorErrorHovered: #b42318;
  --colorErrorOutline: #fda29b;
  --colorErrorFg: #FEF3F2;
  --colorSuccess: #079455;
  --colorSuccessOn: var(--colorGray25);
  --colorSuccessFg: #F6FEF9;
  --colorSuccessline: #DBFAE6;
  --colorBg: #FAFCFF;
  --colorBgForeground: #EBF4FF;
  --colorBgForegroundDark: var(--colorGray200);
  --colorBgForegroundLight: #EBF4FF;
  --colorBgDarkCi: #252a36;
  --colorTypoBasetext: var(--colorGray900);
  --colorTypoSubtext1: var(--colorGray700);
  --colorTypoSubtext2: var(--colorGray500);
  --colorTypoIcon: var(--colorGray400);
  --colorTypoPlaceholder: var(--colorGray500);
  --colorStateError: #d92d20;
  --colorStateSuccess: #079455;
  --colorStateWorking: #9b59b6;
  --colorWhite: var(--colorGray25);
  --colorBlack: var(--colorGray950);
  --colorWarning: #fcaf17;
  --colorDisabled: #B8D9FF;
  --colorDisbledOn: #EBF4FF;
  --colorGray25: #fcfcfd;
  --colorGray50: #f9fafb;
  --colorGray100: #f2f4f7;
  --colorGray200: #f2f4f7;
  --colorGray300: #d0d5dd;
  --colorGray400: #98a2b3;
  --colorGray500: #667085;
  --colorGray600: #475467;
  --colorGray700: #1d2939;
  --colorGray800: #1d2939;
  --colorGray900: #101828;
  --colorGray950: #0c111d;
  --colorBlue10: #FAFCFF;
  --colorBlue20: #EBF4FF;
  --colorBlue30: #B8D9FF;
  --colorBlue40: #85BDFF;
  --colorBlue50: #52A2FF;
  --colorBlue60: #1F86FF;
  --colorBlue70: #006CEB;
  --colorBlue80: #0054C5;
  --colorBlue90: #003F94;
  --colorBlue100: #002652;
  --gradient-primary: linear-gradient(180deg, #0B6CE4 7.94%, #0055C6 115.28%);
  --gradient-secound: linear-gradient(180deg, #EBF4FF 0%, #52A2FF 100%);
  --gradient-subsecound: linear-gradient(0deg, #E70000 0%, #FF4D00 71.9%, #FF4D00 100%);
  --gradient-black: linear-gradient(180deg, #181010 25%, #51515d 100%);
  --gradient-grey: linear-gradient(187deg, #FFF 7.09%, #F1F3F4 55.93%, #EBEBEB 99.8%);
  --gradient-silver: radial-gradient(91.77% 115.83% at 22.77% 18.75%,#fff 0%,#d9d9d9 100%);
  --gradient-gold: linear-gradient(165deg, #B1884E 12.42%, #BF9A5D 14%, #DFC480 18.75%, #F3DD96 21.92%, #FBE79E 24.29%, #C8A465 43.3%, #D8B872 48.05%, #FBE38E 57.55%, #B1884E 77.34%, #815D3A 86.05%, #67462F 91.59%);
  --baseFontsize: 16px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 120%;
}

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

html {
  line-height: normal; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol {
  padding-inline-start: 1.5em;
}

ul li::marker {
  font-size: 1em;
}

ol, ul, li {
  margin: 0;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  background-color: #000000;
}

section {
  position: relative;
}

.btn {
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  width: 100%;
  padding: 0 28px;
  color: var(--colorPrimaryOn);
  background: var(--gradient-primary);
  border: 1px solid var(--colorPrimary);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .btn {
    height: 48px;
    line-height: 48px;
  }
}
.btn:hover {
  color: var(--colorWhite);
}
.btn.outline {
  background: transparent;
  color: var(--colorPrimary);
  border: 1px solid var(--colorPrimary);
  box-shadow: none;
}
.btn.small {
  font-size: 16px;
  font-weight: 700;
  min-width: 150px;
  height: 44px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .btn.small {
    font-size: 16px;
  }
}
.btn.disabled, .btn:disabled {
  background: var(--colorGray300);
  color: var(--colorGray400);
  border: 1px solid var(--colorGray300);
  cursor: unset;
}
.btn.white {
  background: var(--colorWhite);
  color: var(--colorPrimary);
  border: 1px solid var(--colorWhite);
}
.btn.white:hover {
  background: var(--colorWhite);
  color: var(--colorPrimary);
  border: 1px solid var(--colorWhite);
}
.btn.facebook {
  background: #2081e2;
  border-color: #2081e2;
  color: #ffffff;
  font-weight: bold;
}
.btn.facebook i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ui/button/ico-fb.svg) center center no-repeat;
  background-size: auto 100%;
  margin-right: 10px;
}
.btn.facebook:hover {
  background-color: #2e89ff;
  border-color: #2e89ff;
}
.btn.download i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ui/button/ico-download.svg) center center no-repeat;
  background-size: auto 100%;
  margin-right: 10px;
}

.btnTop {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimary);
  background: center center no-repeat;
  background-color: var(--colorWhite);
  background-image: url(../img/ui/pagiantion/ico-arrowL.svg);
  transform: rotate(90deg);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.link {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.link:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  content: "";
  display: block;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: var(--colorPrimary);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.link:hover:after {
  right: -10px;
}
.link.white {
  color: #ffffff;
}
.link.gray {
  color: #929292;
}
.link.gray:after {
  background-image: url(../img/ci/ico-arrow-r-gray.svg);
}
.link.down {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .link.down {
    font-size: 1.25rem;
  }
}
.link.down:after {
  right: inherit;
  background-image: url(../img/ci/ico-arrow-d.svg);
}
.link.down:hover {
  color: var(--colorPrimary);
}

a.btnBack {
  color: var(--colorPrimary);
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  a.btnBack {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  a.btnBack {
    font-size: 1.5625rem;
  }
}
a.btnBack:before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: var(--colorPrimary);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin-right: 10px;
  left: 0px;
}
a.btnBack:hover {
  color: var(--colorPrimary);
}
a.btnBack:hover:before {
  left: -10px;
}

#btnLoadmore:after {
  right: inherit;
  top: -2px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
#btnLoadmore:hover {
  color: var(--colorPrimary);
  border-color: transparent;
}
#btnLoadmore:hover:after {
  right: inherit;
  border-color: #ffffff;
}

#btnFilter {
  cursor: pointer;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: #ffffff;
  width: 52px;
  height: 52px;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
#btnFilter span {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
#btnFilter i {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #424242;
  position: relative;
}
#btnFilter i:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "";
  display: block;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  width: 7px;
  height: 7px;
  border: 2px solid #424242;
  background: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#btnFilter i:first-child:before {
  left: -1px;
}
#btnFilter i:last-child:before {
  left: 11px;
}
#btnFilter:hover {
  background-color: #FFD6D6;
}
#btnFilter:hover i {
  background-color: var(--colorPrimary);
}
#btnFilter:hover i:before {
  border-color: var(--colorPrimary);
  background-color: #FFD6D6;
}
#btnFilter:hover i:first-child:before {
  left: 11px;
}
#btnFilter:hover i:last-child:before {
  left: -1px;
}
#btnFilter.active {
  background-color: var(--colorPrimary);
}
#btnFilter.active i {
  background-color: #ffffff;
}
#btnFilter.active i:before {
  border-color: #ffffff;
  background-color: var(--colorPrimary);
}
#btnFilter.active i:first-child:before {
  left: 11px;
}
#btnFilter.active i:last-child:before {
  left: -1px;
}

.btnIconBack {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ui/button/ico-arrow.svg);
}

body {
  position: relative;
}
body.openedMenu {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bHideArea {
  display: none;
  position: fixed;
  z-index: 94033;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#switchLang {
  display: inline-flex;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryOutline);
  background-color: var(--colorBg);
}
#switchLang a {
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  padding: 0 12px;
  line-height: 28px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (min-width: 768px) {
  #switchLang a {
    font-size: 14px;
  }
}
#switchLang a.active {
  background: var(--gradient-primary);
  color: var(--colorWhite);
}

#btnMenu {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}
#btnMenu span {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: var(--colorPrimary);
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  overflow: inherit;
}
#btnMenu span:before, #btnMenu span:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  height: 2px;
  background-color: var(--colorPrimary);
  position: absolute;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#btnMenu span:before {
  width: 20px;
  top: 5px;
}
#btnMenu span:after {
  width: 20px;
  bottom: 5px;
}
#btnMenu.opened span:before, #btnMenu.opened span:after {
  background-color: var(--colorPrimary) !important;
}
#btnMenu.opened span:before {
  width: 100%;
  top: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#btnMenu.opened span:after {
  width: 100%;
  bottom: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

header {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 94035;
  height: auto;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
@media (min-width: 1024px) {
  header {
    height: 100px;
  }
}
header .bHeader {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  header .bHeader {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  header .bHeader {
    max-width: 1280px;
  }
}
header .bHeader .bLeft {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
header .bHeader .bLeft .bLogo img {
  display: block;
  width: auto;
  height: 48px;
}
@media (min-width: 1024px) {
  header .bHeader .bLeft .bLogo img {
    height: 100px;
  }
}
header .bHeader .bLeft .bMenu {
  display: none;
}
@media (min-width: 1024px) {
  header .bHeader .bLeft .bMenu {
    display: block;
  }
}
header .bHeader .bLeft .bMenu nav {
  display: flex;
  column-gap: 20px;
}
@media (min-width: 767px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  header .bHeader .bLeft .bMenu nav {
    zoom: 0.9;
  }
}
header .bHeader .bLeft .bMenu nav > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--colorTypoBasetext);
}
@media (min-width: 768px) {
  header .bHeader .bLeft .bMenu nav > a {
    font-size: 16px;
  }
}
header .bHeader .bLeft .bMenu nav > a:hover, header .bHeader .bLeft .bMenu nav > a.active {
  color: var(--colorPrimary);
}
header .bHeader .bLeft .bMenu nav .bSubmenu {
  position: relative;
}
header .bHeader .bLeft .bMenu nav .bSubmenu .btnSubmenu {
  font-size: 16px;
  font-weight: 500;
  color: var(--colorTypoBasetext);
  cursor: pointer;
  display: flex;
  column-gap: 12px;
  align-items: center;
}
@media (min-width: 768px) {
  header .bHeader .bLeft .bMenu nav .bSubmenu .btnSubmenu {
    font-size: 16px;
  }
}
header .bHeader .bLeft .bMenu nav .bSubmenu .btnSubmenu:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(225deg) translateX(2.5px) translateY(2.5px);
  -webkit-transform: rotate(225deg) translateX(2.5px) translateY(2.5px);
  -moz-transform: rotate(225deg) translateX(2.5px) translateY(2.5px);
  -ms-transform: rotate(225deg) translateX(2.5px) translateY(2.5px);
  -o-transform: rotate(225deg) translateX(2.5px) translateY(2.5px);
  border-color: var(--colorGray400);
}
header .bHeader .bLeft .bMenu nav .bSubmenu > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding-top: 16px;
  display: none;
}
header .bHeader .bLeft .bMenu nav .bSubmenu > div nav {
  border-radius: var(--padding-border-rs, 8px);
  border: 1px solid var(--colorGray700);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
header .bHeader .bLeft .bMenu nav .bSubmenu > div nav a {
  font-size: 16px;
  text-align: center;
  padding: 16px 22px;
  display: block;
  min-width: 200px;
}
@media (min-width: 768px) {
  header .bHeader .bLeft .bMenu nav .bSubmenu > div nav a {
    font-size: 16px;
  }
}
header .bHeader .bLeft .bMenu nav .bSubmenu > div nav a:hover {
  color: var(--colorPrimary);
}
header .bHeader .bLeft .bMenu nav .bSubmenu:hover .btnSubmenu,
header .bHeader .bLeft .bMenu nav .bSubmenu:hover > div {
  color: var(--colorPrimary);
  display: flex;
}
header .bHeader .bLeft .bMenu nav .bSubmenu:hover .btnSubmenu:after {
  border-color: var(--colorPrimary);
}
header .bHeader .bLeft .bMenu nav .bSubmenu.active .btnSubmenu {
  color: var(--colorPrimary);
}
header .bHeader .bLeft .bMenu nav .bSubmenu.active .btnSubmenu:after {
  border-color: var(--colorPrimary);
}
header .bHeader .bRight {
  display: flex;
  column-gap: 22px;
  align-items: center;
}
header .bHeader .bRight .bLang {
  padding: 2px;
  border-radius: 100px;
  background-color: var(--colorGray800);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  display: flex;
  column-gap: 3px;
}
header .bHeader .bRight .bLang a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  opacity: 0.4;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  background: center center no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
header .bHeader .bRight .bLang a.th {
  background-image: url(../img/ui/menu/ico-th.svg);
}
header .bHeader .bRight .bLang a.en {
  background-image: url(../img/ui/menu/ico-en.svg);
}
header .bHeader .bRight .bLang a:hover, header .bHeader .bRight .bLang a.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
header .bSearchFloat {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
header .bSearchFloat .bSearch {
  display: flex;
  align-items: center;
  margin-inline: auto;
  width: calc(100% - 48px);
  height: 100%;
}
@media (min-width: 768px) {
  header .bSearchFloat .bSearch {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  header .bSearchFloat .bSearch {
    max-width: 1280px;
  }
}
header .bSearchFloat .bSearch form {
  width: 100%;
  position: relative;
}
header .bSearchFloat .bSearch form:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: url(../img/ui/ico-search.svg) center center no-repeat;
}
header .bSearchFloat .bSearch form input[type=text] {
  font-size: 16px;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--colorGray400);
  box-shadow: none;
  padding-left: 50px;
  line-height: 44px;
  width: 100%;
}
@media (min-width: 768px) {
  header .bSearchFloat .bSearch form input[type=text] {
    font-size: 16px;
  }
}
header .bSearchFloat .bSearch form input[type=text]:focus {
  border-color: var(--colorSecondary);
}
header .bSearchFloat .bSearch form #btnCloseSearch {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 44px;
  height: 44px;
  background: url(../img/ui/menu/ico-close.svg) center center no-repeat;
  cursor: pointer;
}
header .bSearchFloat .bSearch form #btnCloseSearch:hover {
  background-image: url(../img/ui/menu/ico-close-hover.svg);
}

#menuDrawer {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  overflow: scroll;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 94034;
  width: 80%;
  max-width: 276px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--colorPrimary);
}
#menuDrawer #btnCloseMenu {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--colorWhite);
  -webkit-mask: url(../img/ui/menu/ico-close.svg) center center no-repeat;
  mask: url(../img/ui/menu/ico-close.svg) center center no-repeat;
}
#menuDrawer .bInner {
  margin-inline: auto;
  width: calc(100% - 48px);
  height: 100%;
  padding: 48px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  #menuDrawer .bInner {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #menuDrawer .bInner {
    max-width: 1280px;
  }
}
#menuDrawer .bInner .bLogo {
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#menuDrawer .bInner .bLogo img {
  display: block;
  width: auto;
  height: 100%;
}
#menuDrawer .bInner nav {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
#menuDrawer .bInner nav > a,
#menuDrawer .bInner nav > div {
  font-size: 16px;
  color: var(--colorWhite);
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 8px;
}
@media (min-width: 768px) {
  #menuDrawer .bInner nav > a,
  #menuDrawer .bInner nav > div {
    font-size: 16px;
  }
}
#menuDrawer .bInner nav > a i,
#menuDrawer .bInner nav > div i {
  display: block;
  width: 24px;
  height: 24px;
  background: center center no-repeat;
  background-size: auto 100%;
  background-color: var(--colorWhite);
}
#menuDrawer .bInner nav > a i.ico-logout,
#menuDrawer .bInner nav > div i.ico-logout {
  -webkit-mask: url(../img/ui/menu/ico-logout.svg) center center no-repeat;
  mask: url(../img/ui/menu/ico-logout.svg) center center no-repeat;
}
#menuDrawer .bInner nav > a i.ico-policy,
#menuDrawer .bInner nav > div i.ico-policy {
  -webkit-mask: url(../img/ui/menu/ico-policy.svg) center center no-repeat;
  mask: url(../img/ui/menu/ico-policy.svg) center center no-repeat;
}
#menuDrawer .bInner nav > a i.ico-cancelacc,
#menuDrawer .bInner nav > div i.ico-cancelacc {
  -webkit-mask: url(../img/ui/menu/ico-cancelacc.svg) center center no-repeat;
  mask: url(../img/ui/menu/ico-cancelacc.svg) center center no-repeat;
}
#menuDrawer .bInner nav > a i.ico-lang,
#menuDrawer .bInner nav > div i.ico-lang {
  -webkit-mask: url(../img/ui/menu/ico-lang.svg) center center no-repeat;
  mask: url(../img/ui/menu/ico-lang.svg) center center no-repeat;
}
#menuDrawer .bInner nav > a:after,
#menuDrawer .bInner nav > div:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ui/menu/ico-arrow.svg) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
}
#menuDrawer .bInner nav > a.logout:after,
#menuDrawer .bInner nav > div.logout:after {
  display: none;
}
#menuDrawer .bInner nav > div {
  align-items: center;
  justify-content: space-between;
}
#menuDrawer .bInner nav > div p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
#menuDrawer .bInner nav > div:after {
  display: none;
}
#menuDrawer .bInner nav > h4 {
  font-size: 20px;
  color: var(--colorWhite);
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colorWhite);
  width: 100%;
}
@media (min-width: 768px) {
  #menuDrawer .bInner nav > h4 {
    font-size: 20px;
  }
}
#menuDrawer.opened {
  right: 0;
}

footer {
  background-color: #ffffff;
  border-top: 1px solid var(--colorGray50);
  padding: 48px 0;
}
@media (min-width: 768px) {
  footer {
    padding: 96px 0 48px;
  }
}
footer .bFooter {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  footer .bFooter {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  footer .bFooter {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  footer .bFooter {
    margin-bottom: 64px;
  }
}
footer .bCopyTerms {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  column-gap: 12px;
}
@media (min-width: 768px) {
  footer .bCopyTerms {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  footer .bCopyTerms {
    max-width: 1280px;
  }
}
footer .bCopyTerms .bTerms a {
  border-left: 1px solid var(--colorGray200);
  padding: 0 12px;
  color: var(--colorGray200);
}
footer .bCopyTerms .bTerms a:hover {
  color: var(--colorPrimary);
}

section#pPdpa {
  z-index: 94035;
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0;
}
section#pPdpa p {
  font-size: 14px;
}
@media (min-width: 768px) {
  section#pPdpa p {
    font-size: 14px;
  }
}
section#pPdpa .bPdpa .bGroup {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 30px;
  justify-items: center;
}
@media (min-width: 768px) {
  section#pPdpa .bPdpa .bGroup {
    grid-column-gap: 10%;
    justify-items: start;
    grid-template-columns: auto auto;
  }
}
section#pPdpa .bPdpa .bGroup .bText {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  section#pPdpa .bPdpa .bGroup .bText {
    margin-bottom: 0;
  }
}
section#pPdpa .bPdpa .bGroup .bText span {
  font-size: 12px;
  font-weight: 500;
  color: var(--colorPrimary);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section#pPdpa .bPdpa .bGroup .bText span {
    font-size: 12px;
  }
}
section#pPdpa .bPdpa .bGroup p {
  color: var(--colorPrimary);
  font-size: 16px;
}
@media (min-width: 768px) {
  section#pPdpa .bPdpa .bGroup p {
    font-size: 16px;
  }
}
section#pPdpa .bPdpa .bBtn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  section#pPdpa .bPdpa .bBtn {
    justify-content: flex-end;
  }
}
section#pPdpa .bPdpa .bPolicy {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  section#pPdpa .bPdpa .bPolicy {
    margin-bottom: 0;
  }
}
section#pPdpa .bPdpa .bPolicy a,
section#pPdpa .bPdpa .bPolicy span {
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  section#pPdpa .bPdpa .bPolicy a,
  section#pPdpa .bPdpa .bPolicy span {
    font-size: 12px;
  }
}
section#pPdpa .bPdpa .bPolicy span {
  margin: 0 4px;
}
section#pPdpa .bPdpa .bPolicy a:hover {
  color: var(--colorPrimary);
}

input[list],
input[type=text],
input[type=password],
input[type=textarea],
textarea,
input[type=date],
input[type=month],
input[type=year],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: normal;
  line-height: 48px;
  height: 48px;
  position: relative;
  width: 100%;
  outline: 0;
  color: var(--colorTypoSubtext1);
  border: 1px solid var(--colorPrimaryOutline);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  resize: none;
}
@media (min-width: 768px) {
  input[list],
  input[type=text],
  input[type=password],
  input[type=textarea],
  textarea,
  input[type=date],
  input[type=month],
  input[type=year],
  input[type=email] {
    font-size: 16px;
  }
}
input[list]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=textarea]::placeholder,
textarea::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=year]::placeholder,
input[type=email]::placeholder {
  color: var(--colorTypoPlaceholder);
  opacity: 1;
}
input[list]:disabled,
input[type=text]:disabled,
input[type=password]:disabled,
input[type=textarea]:disabled,
textarea:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=year]:disabled,
input[type=email]:disabled {
  color: var(--colorTypoIcon);
  background-color: var(--colorDisbledOn);
  border: 1px solid var(--colorDisabled);
}
input[list]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
textarea:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=year]:focus,
input[type=email]:focus {
  border-color: var(--colorPrimary);
}

.control {
  display: block;
  position: relative;
  padding: 4px 14px;
  cursor: pointer;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .control {
    padding-left: 30px;
  }
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .control input {
    top: 70%;
  }
}

.control--checkbox {
  color: var(--colorTypoSubtext1);
  font-size: 16px;
}
@media (min-width: 768px) {
  .control--checkbox {
    font-size: 16px;
  }
}
.control--checkbox .control__indicator {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  height: 20px;
  width: 20px;
  background: url(../img/ui/form/ico-check.svg) center center no-repeat no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
}
.control--checkbox input:checked ~ .control__indicator {
  background-image: url(../img/ui/form/ico-checked.svg);
}
.control--checkbox input:disabled ~ .control__indicator {
  opacity: 0.6;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  opacity: 0.6;
}

.control--radio {
  padding-left: 30px;
  color: var(--colorTypoSubtext1);
  font-size: 16px;
}
@media (min-width: 768px) {
  .control--radio {
    font-size: 16px;
  }
}
.control--radio .control__indicator {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: var(--colorWhite);
  border: 1px solid var(--colorPrimaryOutline);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}
.control--radio input:checked ~ .control__indicator {
  background-color: var(--colorBlue20);
  border: 1px solid var(--colorPrimary);
}
.control--radio input:checked ~ .control__indicator:after {
  display: block;
}
.control--radio .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--colorPrimary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.control--radio input:disabled ~ .control__indicator {
  opacity: 0.6;
}
.control--radio input:disabled ~ .control__indicator:after {
  opacity: 0.6;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select > select {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: normal;
  line-height: 48px;
  height: 48px;
  position: relative;
  width: 100%;
  outline: 0;
  color: var(--colorTypoSubtext1);
  border: 1px solid var(--colorPrimaryOutline);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 16px;
  overflow: hidden;
  border: 1px solid var(--colorPrimaryOutline);
  background: url(../img/ui/form/ico-arrow-select.svg) calc(100% - 16px) center no-repeat rgb(255, 255, 255);
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  line-height: normal;
}
@media (min-width: 768px) {
  .select > select {
    font-size: 16px;
  }
}
.select > select::placeholder {
  color: var(--colorTypoPlaceholder);
  opacity: 1;
}
.select > select::-ms-expand {
  display: none;
}
.select > select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select:after {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0px;
  content: "";
  width: 48px;
  height: 100%;
  background: url(../img/ui/form/ico-arrow-select.svg) center center no-repeat;
  z-index: 0;
}
@media (min-width: 1024px) {
  .select:after {
    width: 48px;
  }
}

.datalist {
  line-height: 33px;
}

datalist {
  display: none;
}

/* specifically hide the arrow on focus */
input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

textarea {
  height: 120px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--colorPrimaryOutline);
  line-height: normal;
  overflow: scroll;
}

input[type=date],
input[type=month],
input[type=year] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: normal;
  line-height: 48px;
  height: 48px;
  position: relative;
  width: 100%;
  outline: 0;
  color: var(--colorTypoSubtext1);
  border: 1px solid var(--colorPrimaryOutline);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  input[type=date],
  input[type=month],
  input[type=year] {
    font-size: 16px;
  }
}
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=year]::placeholder {
  color: var(--colorTypoPlaceholder);
  opacity: 1;
}
input[type=date]:before,
input[type=month]:before,
input[type=year]:before {
  content: "";
  display: block;
  z-index: 0;
  right: 4px;
  width: 32px;
  height: 100%;
  background: url(../img/ui/form/ico-calendar.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=year]::-webkit-calendar-picker-indicator {
  display: block;
  opacity: 1;
  width: 32px;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  right: 0;
}
input[type=date]::-webkit-date-and-time-value,
input[type=month]::-webkit-date-and-time-value,
input[type=year]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=password] {
  padding-right: 36px;
}

.controlPass {
  position: relative;
}
.controlPass .btnshowPass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 7px;
  color: var(--colorGray700);
  width: 48px;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/ui/form/ico-invisible.svg) center center no-repeat;
}
@media (min-width: 1024px) {
  .controlPass .btnshowPass {
    width: 48px;
  }
}
.controlPass .btnshowPass:hover {
  color: var(--colorPrimary);
}
.controlPass .btnshowPass.show {
  background-image: url(../img/ui/form/ico-visibility.svg);
}

.checkboxPDPA {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.checkboxPDPA .control {
  line-height: 28px;
}
.checkboxPDPA .control input {
  top: 50%;
}
.checkboxPDPA .bText a:hover {
  color: var(--colorSecondary);
}

.bCaptcha {
  margin-bottom: 25px;
}
.bCaptcha > img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
@media (min-width: 1024px) {
  .bCaptcha > img {
    width: 360px;
  }
}

.inputPlaceholder {
  position: relative;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.inputPlaceholder span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  left: 16px;
  color: var(--colorTypoPlaceholder);
  z-index: 0;
}
@media (min-width: 768px) {
  .inputPlaceholder span {
    font-size: 16px;
  }
}
.inputPlaceholder span i.ico-cal {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/ui/form/ico-calendar.svg) center center no-repeat;
  transform: translateY(4px);
  margin-right: 8px;
}
.inputPlaceholder input {
  background-color: transparent;
}
.inputPlaceholder input::placeholder {
  opacity: 0;
  z-index: 1;
}
.inputPlaceholder input:not(:placeholder-shown) {
  background-color: rgb(255, 255, 255);
}
.inputPlaceholder input:not(:placeholder-shown) ~ span {
  display: none;
}

.bForm {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 24px;
}
.bForm > *:last-child {
  margin-bottom: 0;
}
.bForm .bRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 16px;
}
@media (min-width: 1024px) {
  .bForm .bRow {
    flex-direction: row;
  }
}
.bForm .control-group {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.bForm .control-group [class*=tTitle] {
  font-size: 14px;
  color: var(--colorTypoSubtext1);
}
@media (min-width: 768px) {
  .bForm .control-group [class*=tTitle] {
    font-size: 14px;
  }
}
.bForm .control-group [class*=tTitle] span {
  display: inline;
}
.bForm .control-group.validate [class*=tTitle]:after {
  content: "*";
  color: var(--colorError);
}
.bForm .control-group.validate .inputPlaceholder span:after {
  content: "*";
  color: var(--colorError);
}
.bForm .control-group.error input, .bForm .control-group.error select, .bForm .control-group.error textarea {
  border-color: var(--colorError);
}
.bForm .control-group.error label.tError {
  display: flex;
}
.bForm .control-group.error label.tError:before {
  display: none;
}
.bForm .control-group.pdpa p {
  color: var(--colorTypoSubtext1);
  font-size: 14px;
}
@media (min-width: 768px) {
  .bForm .control-group.pdpa p {
    font-size: 14px;
  }
}
.bForm .control-group.pdpa p a {
  text-decoration: underline;
}
.bForm .control-group .gender {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.bForm .control-group > p {
  font-size: 12px;
  color: var(--colorGray500);
}
@media (min-width: 768px) {
  .bForm .control-group > p {
    font-size: 12px;
  }
}
.bForm .tError {
  display: none;
  font-size: 12px;
  color: var(--colorError);
  font-weight: 300;
  display: none;
  align-items: center;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .bForm .tError {
    font-size: 12px;
  }
}
.bForm .tError:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../img/ui/form/ico-error.svg) center center no-repeat;
  background-size: contain;
}
.bForm.error > .tError {
  display: flex;
}

.splide__pagination {
  bottom: 0;
  width: 100%;
  column-gap: 2px;
  flex-wrap: nowrap;
  margin-inline: auto;
  width: calc(100% - 48px);
  position: relative;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .splide__pagination {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .splide__pagination {
    max-width: 1280px;
  }
}
.splide__pagination li {
  margin: 0;
  display: flex;
  align-items: center;
}
.splide__pagination .splide__pagination__page {
  width: 6px;
  height: 6px;
  margin: 4;
  background: var(--colorTypoIcon);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: none;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.splide__pagination .splide__pagination__page.is-active {
  background: var(--colorPrimary);
  opacity: 1;
  transform: scale(1);
  width: 40px;
}
.splide__pagination .splide__pagination__page:hover {
  background: var(--colorPrimary);
}

.splide__progress {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.splide__progress__bar {
  height: 2px;
  background-color: var(--colorPrimary);
}

.splide__arrows {
  position: absolute;
  bottom: inherit;
  top: 50%;
  left: 0;
  width: 100%;
}
.splide__arrows .splide__arrow {
  opacity: 1;
  background: center center no-repeat;
  background-size: auto 100%;
  width: 44px;
  width: 18px;
  height: 28px;
  border-radius: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .splide__arrows .splide__arrow {
    width: 20px;
    height: 32px;
  }
}
.splide__arrows .splide__arrow svg {
  display: none;
}
.splide__arrows .splide__arrow:hover {
  opacity: 1;
}
.splide__arrows .splide__arrow:disabled {
  opacity: 0.4;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  left: 3%;
  background-image: url(../img/ui/slide/ico-arrow-slide-l.svg);
}
.splide__arrows .splide__arrow.splide__arrow--next {
  right: 3%;
  background-image: url(../img/ui/slide/ico-arrow-slide-r.svg);
}
.splide .bNumber {
  display: table;
  margin: 12px auto 0;
  font-weight: bold;
  background-color: var(--colorPrimary);
  padding: 0 12px;
  line-height: 30px;
  color: #ffffff;
  width: fit-content;
}
.splide .bNumber span {
  display: inline;
}

.splide__sr {
  display: none;
}

.splide__progress {
  display: none;
}

.bAccord {
  border-bottom: 1px solid var(--colorGray800);
  padding: 16px 0;
}
.bAccord:last-child {
  border: none;
}
.bAccord .btnAccord {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--colorPrimaryOutline);
  color: var(--colorTypoSubtext1);
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .bAccord .btnAccord {
    font-size: 16px;
  }
}
.bAccord .btnAccord:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ui/button/ico-arrowacc.svg) center center no-repeat;
  transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.bAccord .btnAccord.opened:after {
  transform: rotate(0deg);
}
.bAccord .btnAccord.opened + .contentAccord {
  display: block;
}
.bAccord .contentAccord {
  display: none;
  padding: 16px 0;
}

.jBox-wrapper {
  z-index: 99999 !important;
}

.jBox-overlay {
  z-index: 99998 !important;
  background-color: rgba(0, 0, 0, 0.7);
}

.jBox-Modal .jBox-container {
  overflow: hidden;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: transparent;
}

.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
  box-shadow: none;
}

.jBox-Modal .jBox-content {
  padding: 0;
  margin: 0 auto;
}

.jBox-closeButton-box .jBox-closeButton {
  width: 30px;
  height: 30px;
  background: url(../img/ui/form/ico-close.svg) center center no-repeat;
  background-size: 70% auto;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.jBox-closeButton-box .jBox-closeButton:hover {
  background-color: var(--colorSecondary);
}
.jBox-closeButton-box .jBox-closeButton svg {
  display: none;
}

.bModal {
  display: none;
  overflow: hidden;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.bCard {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--colorWhite);
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.bCard .bInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.bCard .bDetails {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.bCard .bDetails img {
  display: block;
  width: 100%;
  height: auto;
}
.bCard .bDetails h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  .bCard .bDetails h3 {
    font-size: 20px;
  }
}
.bCard .bDetails h3 span {
  color: var(--colorSecondary);
}
.bCard .bDetails h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--colorSecondaryHovered);
}
@media (min-width: 768px) {
  .bCard .bDetails h4 {
    font-size: 24px;
  }
}
.bCard .bDetails p {
  font-size: 14px;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  .bCard .bDetails p {
    font-size: 14px;
  }
}
.bCard .bBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.bCard.red h3 {
  color: var(--colorError);
}
.bCard.red .bBtn .btn {
  background: var(--colorError);
}
.bCard.red .bBtn .outline {
  background: var(--colorWhite);
  color: var(--colorError);
  border-color: #FDA29B;
}

.bModal.VDO .bYoutube {
  width: 70vw;
  padding-top: 56.25%;
}
@media (min-width: 767px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .bModal.VDO .bYoutube {
    width: 80vw;
  }
}
@media (max-width: 767px) {
  .bModal.VDO .bYoutube {
    width: 90vw;
    padding: 0 20px;
    padding-top: 56.25%;
  }
}
.bModal.VDO iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bModal.Image .bPic {
  width: 90vw;
}
@media (min-width: 768px) {
  .bModal.Image .bPic {
    width: 80vw;
  }
}
.bModal.Image a {
  color: #ffffff;
  margin-top: 16px;
}
.bModal.Image img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bModal.Image img {
    width: auto;
    max-height: 80vh;
  }
}

#pPagination {
  margin-inline: auto;
  width: calc(100% - 48px);
  margin: 20px 0;
}
@media (min-width: 768px) {
  #pPagination {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pPagination {
    max-width: 1280px;
  }
}
#pPagination .bPagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 36px;
}
@media (max-width: 767px) {
  #pPagination .bPagination {
    column-gap: 10px;
  }
}
@media (max-width: 320px) {
  #pPagination .bPagination {
    zoom: 0.7;
  }
}
#pPagination .bPagination .btnPagination, #pPagination .bPagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  cursor: pointer;
  color: var(--colorGray400);
  white-space: nowrap;
}
#pPagination .bPagination .btnPagination.active, #pPagination .bPagination a.active {
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
}
#pPagination .bPagination .btnPagination:hover, #pPagination .bPagination a:hover {
  background-color: var(--colorPrimaryLight);
}
#pPagination .bPagination .btnPagination.disable, #pPagination .bPagination a.disable {
  background-color: var(--colorGray800);
  color: var(--colorGray50);
  border: none;
  cursor: default;
}
#pPagination .bPagination .btnPagination.disable:hover, #pPagination .bPagination a.disable:hover {
  background-color: var(--colorGray800);
  color: var(--colorGray50);
}
@media (max-width: 767px) {
  #pPagination .bPagination .btnPagination, #pPagination .bPagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
#pPagination .bPagination .bCenter {
  display: flex;
  column-gap: 16px;
  justify-content: center;
}
@media (max-width: 767px) {
  #pPagination .bPagination .bCenter {
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
  }
}
#pPagination .bPagination .bLeft a,
#pPagination .bPagination .bRight a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: block;
  border: 1px solid var(--colorPrimary);
  background: center center no-repeat;
  background-color: var(--colorWhite);
}
#pPagination .bPagination .bLeft a {
  background-image: url(../img/ui/pagiantion/ico-arrowL.svg);
}
#pPagination .bPagination .bRight a {
  background-image: url(../img/ui/pagiantion/ico-arrowR.svg);
}

section#pOtp .bOtpMain .bOtp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
section#pOtp .bOtpMain .bOtp h2 {
  font-size: 20px;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  section#pOtp .bOtpMain .bOtp h2 {
    font-size: 20px;
  }
}
section#pOtp .bOtpMain .bOtp .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
section#pOtp .bOtpMain .bOtp .bText h3 {
  font-size: 20px;
  text-align: center;
  color: var(--colorTypoSubtext1);
}
@media (min-width: 768px) {
  section#pOtp .bOtpMain .bOtp .bText h3 {
    font-size: 20px;
  }
}
section#pOtp .bOtpMain .bOtp .bText p {
  text-align: center;
  color: var(--colorTypoSubtext2);
  line-height: 140%;
}
section#pOtp .bOtpMain .bOtp .bText p span {
  color: var(--colorTypoSubtext1);
  display: block;
  font-weight: 700;
}
section#pOtp .bOtpMain .bOtp .bFrom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
section#pOtp .bOtpMain .bOtp .bFrom .control-group.otp {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
section#pOtp .bOtpMain .bOtp .bFrom .control-group.otp input[type=text] {
  max-width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  color: var(--colorTypoSubtext1);
  border-color: var(--colorPrimary);
  font-weight: 700;
}
@media (min-width: 768px) {
  section#pOtp .bOtpMain .bOtp .bFrom .control-group.otp input[type=text] {
    font-size: 20px;
  }
}
section#pOtp .bOtpMain .bOtp .bFrom .control-group.otp input::-webkit-outer-spin-button,
section#pOtp .bOtpMain .bOtp .bFrom .control-group.otp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section#pOtp .bOtpMain .bOtp .bFrom .control-group.otp input[type=number] {
  -moz-appearance: textfield;
}
section#pOtp .bOtpMain .bOtp .bFrom .bTextCount {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
section#pOtp .bOtpMain .bOtp .bFrom .bTextCount .bCountTime {
  color: var(--colorPrimary);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}
section#pOtp .bOtpMain .bOtp .bFrom .bTextCount .bTextSend {
  font-size: 14px;
  text-align: center;
  color: var(--colorTypoSubtext2);
}
@media (min-width: 768px) {
  section#pOtp .bOtpMain .bOtp .bFrom .bTextCount .bTextSend {
    font-size: 14px;
  }
}
section#pOtp .bOtpMain .bOtp .bFrom .bTextCount .bTextSend a {
  color: var(--colorPrimary);
  font-weight: 700;
}
section#pOtp .bOtpMain .bOtp .bFrom.error .otp input[type=text] {
  border-color: var(--colorError);
}
section#pOtp .bOtpMain .bOtp .bFrom.error label.tError {
  display: flex;
  color: var(--colorError);
  margin-top: -12px;
}
section#pOtp .bOtpMain .bOtp .bFrom.error label.tError:before {
  display: none;
}
section#pOtp .bOtpMain .bOtp .bBtn {
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
}
section#pOtp .bOtpMain .bOtp .bBtn span {
  font-size: 12px;
  color: var(--colorPrimary);
  text-align: center;
  margin: 12px 0;
}
@media (min-width: 768px) {
  section#pOtp .bOtpMain .bOtp .bBtn span {
    font-size: 12px;
  }
}
#pPageHeader {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  background-color: #F9F9EE;
  background-color: var(--colorBg);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  position: fixed;
  top: 0;
  z-index: 999;
}
#pPageHeader .bHeader {
  height: 48px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#pPageHeader .bHeader a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#pPageHeader .bHeader a:first-child {
  left: 12px;
}
#pPageHeader .bHeader a:last-child {
  right: 12px;
}
#pPageHeader .bHeader h1, #pPageHeader .bHeader h2, #pPageHeader .bHeader h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  #pPageHeader .bHeader h1, #pPageHeader .bHeader h2, #pPageHeader .bHeader h3 {
    font-size: 20px;
  }
}

.bBtnTop {
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding: 0 24px 24px;
}

section[id^=pTopcard] {
  width: 100%;
  background: url(../img/ci/topcard/bg-topcard.svg) center bottom no-repeat, var(--gradient-grey) center bottom;
  background-size: cover, 100%;
  border-radius: 0 0 24px 24px;
  border: 1px solid var(--colorPrimaryOutline);
}
section[id^=pTopcard][id*=banner] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--colorPrimaryOutline);
}
section[id^=pTopcard][id*=profile] {
  background: var(--colorWhite);
}
section[id^=pTopcard][id*=profile] #pPoint .bPoint {
  box-shadow: none;
}
section[id^=pTopcard] .bTopcard .bTopBanner {
  padding: 46px 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
section[id^=pTopcard] .bTopcard .bTopProfile {
  margin-inline: auto;
  width: calc(100% - 48px);
  padding: 32px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  section[id^=pTopcard] .bTopcard .bTopProfile {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  section[id^=pTopcard] .bTopcard .bTopProfile {
    max-width: 1280px;
  }
}
section[id^=pTopcard] .bTopcard .bTopProfile .bDisplay {
  flex-direction: row;
  justify-content: flex-start;
}
section[id^=pTopcard] .bTopcard .bTopProfile .bDisplay .bPic {
  width: 26px;
  height: 26px;
}
section[id^=pTopcard] .bTopcard .bTopProfile .bDisplay .bPic img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
section[id^=pTopcard] .bTopcard .bTopProfile .bDisplay .bName {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
section[id^=pTopcard] .bTopcard .bTopProfile .bDisplay h2 {
  font-size: 16px;
}
@media (min-width: 768px) {
  section[id^=pTopcard] .bTopcard .bTopProfile .bDisplay h2 {
    font-size: 16px;
  }
}
section[id^=pTopcard] .bTopcard .bTopProfile #pPoint {
  gap: 12px;
}
section[id^=pTopcard] .bTopcard .bTopRestaurant {
  margin-inline: auto;
  width: calc(100% - 48px);
  padding: 40px 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  section[id^=pTopcard] .bTopcard .bTopRestaurant {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  section[id^=pTopcard] .bTopcard .bTopRestaurant {
    max-width: 1280px;
  }
}
section[id^=pTopcard] .bTopcard .bTopRestaurant .bLogo {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryOutline);
  background: var(--colorWhite);
}
section[id^=pTopcard] .bTopcard .bTopRestaurant .bLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section[id^=pTopcard] .bTopcard .bTopRestaurant .bName {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
section[id^=pTopcard] .bTopcard .bTopRestaurant .bName h1 {
  font-size: 20px;
  color: var(--colorTypoSubtext1);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  section[id^=pTopcard] .bTopcard .bTopRestaurant .bName h1 {
    font-size: 20px;
  }
}
section[id^=pTopcard] .bTopcard .bTopRestaurant .bName span {
  font-size: 14px;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  section[id^=pTopcard] .bTopcard .bTopRestaurant .bName span {
    font-size: 14px;
  }
}

section[id^=pBottomMenu] {
  background: var(--colorWhite);
  background-size: cover, 100%;
  border-radius: 24px 24px 0 0;
  padding: 0 24px 12px;
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.06);
  z-index: 100;
}
section[id^=pBottomMenu] .bBottomMenu nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}
section[id^=pBottomMenu] .bBottomMenu nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section[id^=pBottomMenu] .bBottomMenu nav a i {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
section[id^=pBottomMenu] .bBottomMenu nav a i:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--colorPrimaryVariant);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
section[id^=pBottomMenu] .bBottomMenu nav a i:after {
  content: "";
  display: block;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
section[id^=pBottomMenu] .bBottomMenu nav a span {
  font-size: 14px;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  section[id^=pBottomMenu] .bBottomMenu nav a span {
    font-size: 14px;
  }
}
section[id^=pBottomMenu] .bBottomMenu nav a.menuProfile i:before {
  -webkit-mask: url(../img/ci/icon/ico-profile.svg) center center no-repeat;
  mask: url(../img/ci/icon/ico-profile.svg) center center no-repeat;
  mask-size: contain;
}
section[id^=pBottomMenu] .bBottomMenu nav a.menuQr i:before {
  -webkit-mask: url(../img/ci/icon/ico-qr.svg) center center no-repeat;
  mask: url(../img/ci/icon/ico-qr.svg) center center no-repeat;
  mask-size: contain;
}
section[id^=pBottomMenu] .bBottomMenu nav a.menuCoupon i:before {
  -webkit-mask: url(../img/ci/icon/ico-coupon.svg) center center no-repeat;
  mask: url(../img/ci/icon/ico-coupon.svg) center center no-repeat;
  mask-size: contain;
}
section[id^=pBottomMenu] .bBottomMenu nav a.active i {
  background: var(--gradient-secound);
  transform: translateY(-12px);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
section[id^=pBottomMenu] .bBottomMenu nav a.active i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: var(--colorPrimary);
}
section[id^=pBottomMenu] .bBottomMenu nav a.active i:before {
  background-color: var(--colorBg);
}
section[id^=pBottomMenu] .bBottomMenu nav a.active span {
  color: var(--colorPrimary);
  font-weight: 600;
}
section[id^=pBottomMenu] .bBottomMenu nav a.hilight i {
  transform: scale(1.3);
  transform-origin: center 150%;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  background-color: var(--colorWhite);
}
section[id^=pBottomMenu] .bBottomMenu nav a.hilight i:after {
  background-color: var(--colorWhite);
}
section[id^=pBottomMenu] .bBottomMenu nav a.hilight span {
  color: var(--colorTypoSubtext2);
  font-weight: normal;
}
section[id^=pBottomMenu] .bBottomMenu nav a.hilight.active i:before {
  background-color: var(--colorPrimary);
}

section[id^=pBottomAction] {
  background: var(--colorWhite);
  background-size: cover, 100%;
  border-radius: 24px 24px 0 0;
  padding: 16px 24px;
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.06);
  z-index: 999;
}
section[id^=pBottomAction] .bBottomAction .bBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

html {
  font-size: var(--baseFontsize);
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  padding-top: 0;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 0;
    padding-top: 0;
  }
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: var(--colorTypoBasetext);
  min-height: -webkit-fill-available;
  background-color: var(--colorGray700);
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

.container {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1280px;
  }
}

a {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: var(--colorPrimary);
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--colorPrimaryOutline);
}

.bPreload {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 100px auto;
  z-index: 94036;
}
.bPreload img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 50px;
}

div[id^=page] {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  background-color: #F9F9EE;
  min-height: 100dvh;
  overflow-x: hidden;
  position: relative;
  background-color: var(--colorPrimary);
}
div[id^=page] .wrapContent {
  position: relative;
}
@media (max-width: 320px) {
  div[id^=page] section {
    zoom: 0.8;
  }
}

.hide {
  display: none !important;
}

.pc {
  display: none;
}
@media (min-width: 767px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.pc-tablet {
  display: none;
}
@media (min-width: 767px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .pc-tablet {
    display: block;
  }
}
@media (min-width: 768px) {
  .pc-tablet {
    display: block;
  }
}

.mobile-tablet {
  display: block;
}
@media (min-width: 767px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-tablet {
    display: block;
  }
}
@media (min-width: 768px) {
  .mobile-tablet {
    display: none;
  }
}

.mobile {
  display: block;
}
@media (min-width: 767px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

#pLoadmore .bLoadmore {
  border-top: 1px solid var(--colorGray700);
  text-align: center;
  padding-top: 32px;
}
@media (min-width: 768px) {
  #pLoadmore .bLoadmore {
    padding-top: 48px;
  }
}
#pLoadmore .bLoadmore p {
  color: var(--colorPrimary);
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  #pLoadmore .bLoadmore p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #pLoadmore .bLoadmore p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #pLoadmore .bLoadmore p {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

#pageSplash .wrapContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100dvh - 0px);
}
#pageSplash .wrapContent #pLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
}
#pageSplash .wrapContent #pLogo .imgPreload {
  width: 100px;
  height: auto;
  margin-top: -20px;
}

section#pPoint {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
section#pPoint .bPoint {
  width: 100%;
  background-color: var(--colorWhite);
  border: 1px solid var(--colorPrimaryOutline);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 12px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
section#pPoint .bPoint .bTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
section#pPoint .bPoint .bTop h3 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  color: #d38d03;
}
@media (min-width: 768px) {
  section#pPoint .bPoint .bTop h3 {
    font-size: 20px;
  }
}
section#pPoint .bPoint .bTop h3 i {
  width: 24px;
  height: 24px;
  background: url(../img/ci/point/ico-star-gold.svg) center center no-repeat;
}
section#pPoint .bPoint .bTop p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: var(--colorTypoSubtext2);
  text-align: right;
}
section#pPoint .bPoint .bTop p span {
  font-size: 24px;
  color: var(--colorPrimary);
  font-weight: bold;
}
@media (min-width: 768px) {
  section#pPoint .bPoint .bTop p span {
    font-size: 24px;
  }
}
section#pPoint .bPoint .bBottom {
  width: 100%;
}
section#pPoint .bPoint .bBottom p {
  font-size: 12px;
  color: var(--colorTypoSubtext2);
  text-align: right;
}
@media (min-width: 768px) {
  section#pPoint .bPoint .bBottom p {
    font-size: 12px;
  }
}
section#pPoint .bBtn {
  width: 100%;
}
section#pPoint .bBtn .btn i {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--colorPrimaryOn);
  -webkit-mask: url("../img/ci/icon/ico-qr.svg") center center no-repeat;
  mask: url("../img/ci/icon/ico-qr.svg") center center no-repeat;
  mask-size: contain;
  mask-size: 100% auto;
  margin-right: 4px;
}

.bDisplay {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.bDisplay .bPic {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--gradient-secound);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.bDisplay .bPic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--colorBg);
  object-fit: contain;
}
.bDisplay h1, .bDisplay h2, .bDisplay h3 {
  font-size: 24px;
  color: var(--colorTypoSubtext1);
  text-align: center;
}
@media (min-width: 768px) {
  .bDisplay h1, .bDisplay h2, .bDisplay h3 {
    font-size: 24px;
  }
}

#pBanner .bBanner .bannerContent img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

#pageWelcome .wrapContent {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100dvh - 0px);
}
@media (min-width: 768px) {
  #pageWelcome .wrapContent {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageWelcome .wrapContent {
    max-width: 1280px;
  }
}
#pageWelcome #pWelcome {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 16px;
}
#pageWelcome #pWelcome .bWelcome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: var(--colorBg);
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
#pageWelcome #pWelcome .bWelcome .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
#pageWelcome #pWelcome .bWelcome .bText h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  #pageWelcome #pWelcome .bWelcome .bText h2 {
    font-size: 20px;
  }
}
#pageWelcome #pWelcome .bWelcome .bText p {
  font-size: 14px;
  color: var(--colorTypoSubtext2);
  text-align: center;
  line-height: 140%;
}
@media (min-width: 768px) {
  #pageWelcome #pWelcome .bWelcome .bText p {
    font-size: 14px;
  }
}
#pageWelcome #pWelcome .bWelcome .bBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
#pageWelcome #pWelcome .bWelcome .bBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid var(--colorPrimaryOutline);
  background-color: var(--colorWhite);
  padding: 24px 12px;
  width: 100%;
}
#pageWelcome #pWelcome .bWelcome .bBtn a i {
  display: block;
  width: 48px;
  height: 48px;
  background-color: var(--colorPrimary);
}
#pageWelcome #pWelcome .bWelcome .bBtn a i.ico-account {
  -webkit-mask: url(../img/ci/register/ico-account.svg) center center no-repeat;
  mask: url(../img/ci/register/ico-account.svg) center center no-repeat;
}
#pageWelcome #pWelcome .bWelcome .bBtn a i.ico-register {
  -webkit-mask: url(../img/ci/register/ico-register.svg) center center no-repeat;
  mask: url(../img/ci/register/ico-register.svg) center center no-repeat;
}
#pageWelcome #pWelcome .bWelcome .bBtn a span {
  text-align: center;
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  font-weight: 600;
}
@media (min-width: 768px) {
  #pageWelcome #pWelcome .bWelcome .bBtn a span {
    font-size: 14px;
  }
}
#pageWelcome #pWelcome .bWelcome .bBtn a:focus, #pageWelcome #pWelcome .bWelcome .bBtn a.active {
  background-color: var(--colorPrimary);
}
#pageWelcome #pWelcome .bWelcome .bBtn a:focus i, #pageWelcome #pWelcome .bWelcome .bBtn a.active i {
  background-color: var(--colorWhite);
}
#pageWelcome #pWelcome .bWelcome .bBtn a:focus span, #pageWelcome #pWelcome .bWelcome .bBtn a.active span {
  color: var(--colorWhite);
}

#pageRegister-form #pRegister,
#pageVerified #pRegister,
#pageVerified-form #pRegister {
  padding-top: 96px;
}
#pageRegister-form #pRegister .bRegisterMain,
#pageVerified #pRegister .bRegisterMain,
#pageVerified-form #pRegister .bRegisterMain {
  background-color: var(--colorBg);
  min-height: calc(100dvh - 96px);
  padding: 40px 0;
  border-radius: 24px 24px 0 0;
}
#pageRegister-form #pRegister .bRegisterMain .bForm,
#pageVerified #pRegister .bRegisterMain .bForm,
#pageVerified-form #pRegister .bRegisterMain .bForm {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  #pageRegister-form #pRegister .bRegisterMain .bForm,
  #pageVerified #pRegister .bRegisterMain .bForm,
  #pageVerified-form #pRegister .bRegisterMain .bForm {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageRegister-form #pRegister .bRegisterMain .bForm,
  #pageVerified #pRegister .bRegisterMain .bForm,
  #pageVerified-form #pRegister .bRegisterMain .bForm {
    max-width: 1280px;
  }
}
#pageRegister-form #pRegister .bRegisterMain .bForm > h2,
#pageVerified #pRegister .bRegisterMain .bForm > h2,
#pageVerified-form #pRegister .bRegisterMain .bForm > h2 {
  font-size: 20px;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  #pageRegister-form #pRegister .bRegisterMain .bForm > h2,
  #pageVerified #pRegister .bRegisterMain .bForm > h2,
  #pageVerified-form #pRegister .bRegisterMain .bForm > h2 {
    font-size: 20px;
  }
}
#pageRegister-form #pRegister .bRegisterMain .bForm .bGroup,
#pageVerified #pRegister .bRegisterMain .bForm .bGroup,
#pageVerified-form #pRegister .bRegisterMain .bForm .bGroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
#pageRegister-form #pRegister .bRegisterMain .bForm .bGroup > h2,
#pageVerified #pRegister .bRegisterMain .bForm .bGroup > h2,
#pageVerified-form #pRegister .bRegisterMain .bForm .bGroup > h2 {
  font-size: 20px;
  color: var(--colorPrimary);
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colorPrimaryOutline);
  width: 100%;
}
@media (min-width: 768px) {
  #pageRegister-form #pRegister .bRegisterMain .bForm .bGroup > h2,
  #pageVerified #pRegister .bRegisterMain .bForm .bGroup > h2,
  #pageVerified-form #pRegister .bRegisterMain .bForm .bGroup > h2 {
    font-size: 20px;
  }
}
#pageRegister-form #pRegister .bRegisterMain .bForm .bGroup > p,
#pageVerified #pRegister .bRegisterMain .bForm .bGroup > p,
#pageVerified-form #pRegister .bRegisterMain .bForm .bGroup > p {
  width: 100%;
  color: var(--colorTypoSubtext2);
  text-align: center;
  line-height: 140%;
}
#pageRegister-form #pRegister .bRegisterMain .bForm .bPdpa,
#pageVerified #pRegister .bRegisterMain .bForm .bPdpa,
#pageVerified-form #pRegister .bRegisterMain .bForm .bPdpa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
#pageRegister-form #pRegister .bRegisterMain .bForm .bBtn,
#pageVerified #pRegister .bRegisterMain .bForm .bBtn,
#pageVerified-form #pRegister .bRegisterMain .bForm .bBtn {
  width: 100%;
}

#pageOtp #pOtp {
  padding-top: 96px;
}
#pageOtp #pOtp .bOtpMain {
  background-color: var(--colorBg);
  min-height: calc(100dvh - 96px);
  padding: 40px 0;
  border-radius: 24px 24px 0 0;
}
#pageOtp #pOtp .bOtpMain .bOtp {
  width: 100%;
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  #pageOtp #pOtp .bOtpMain .bOtp {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageOtp #pOtp .bOtpMain .bOtp {
    max-width: 1280px;
  }
}

#pageRegister-complete .wrapContent,
#pageVerified-complete .wrapContent {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100dvh - 0px);
}
@media (min-width: 768px) {
  #pageRegister-complete .wrapContent,
  #pageVerified-complete .wrapContent {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageRegister-complete .wrapContent,
  #pageVerified-complete .wrapContent {
    max-width: 1280px;
  }
}
#pageRegister-complete #pComplete,
#pageVerified-complete #pComplete {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25%;
}
#pageRegister-complete #pComplete .bComplete,
#pageVerified-complete #pComplete .bComplete {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
#pageRegister-complete #pComplete .bComplete .bText,
#pageVerified-complete #pComplete .bComplete .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
#pageRegister-complete #pComplete .bComplete .bText h1,
#pageVerified-complete #pComplete .bComplete .bText h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--colorWhite);
}
#pageRegister-complete #pComplete .bComplete .bText p,
#pageVerified-complete #pComplete .bComplete .bText p {
  color: var(--colorTypoSubtext2);
  text-align: center;
  line-height: 140%;
  color: var(--colorWhite);
}
#pageRegister-complete #pComplete .bComplete .bBtn,
#pageVerified-complete #pComplete .bComplete .bBtn {
  width: 100%;
}

div[id^=pageProfile] {
  background-color: var(--colorBg);
}
div[id^=pageProfile] .wrapContent {
  padding: 0 0 100px;
  padding-bottom: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
div[id^=pageProfile] #pProfile {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageProfile] #pProfile {
    max-width: 1280px;
  }
}
div[id^=pageProfile] #pProfile > * {
  width: 100%;
}
div[id^=pageProfile] #pProfile .bProfile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
div[id^=pageProfile] #pProfile .bPoint {
  width: 100%;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup > * {
  width: 100%;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup > p {
  font-size: 14px;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint > .bGroup > p {
    font-size: 14px;
  }
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord {
  padding: 8px 0 24px;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .btnAccord {
  justify-content: center;
  gap: 4px;
  border: none;
  padding-bottom: 0;
  color: var(--colorPrimary);
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .btnAccord:after {
  width: 20px;
  height: 20px;
  -webkit-mask: url("../img/ui/button/ico-arrowacc.svg") center center no-repeat;
  mask: url("../img/ui/button/ico-arrowacc.svg") center center no-repeat;
  mask-size: contain;
  background: var(--colorPrimary);
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord {
  padding: 24px 0 0;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > div p {
  font-size: 12px;
  line-height: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > div p {
    font-size: 12px;
  }
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > span {
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: right;
  font-size: 12px;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > span {
    font-size: 12px;
  }
}
div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > span b {
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > span b {
    font-size: 14px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  min-height: 170px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > span[data-tier] {
  align-self: flex-end;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop > * {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop > * {
    font-size: 14px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop span {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop span {
    font-size: 20px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop b {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 0 8px;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop b {
    font-size: 24px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop p {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop p {
    font-size: 12px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bProgressBar {
  display: block;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  width: 100%;
  position: relative;
  background-color: var(--colorWhite);
  height: 24px;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bProgressBar .bStatus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  display: block;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  width: จ;
  height: 100%;
  background-color: red;
  border: 2px solid var(--colorWhite);
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bProgressBar p {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 12px;
  color: var(--colorBlack);
  font-size: 12px;
  font-weight: bold;
  -webkit-text-stroke: 2px var(--colorWhite);
  paint-order: stroke fill;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bProgressBar p {
    font-size: 12px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bBottom p {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bBottom p {
    font-size: 12px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=basic] {
  background: url(../img/ci/point/bg-clown.svg) left bottom no-repeat, linear-gradient(291deg, #9e5745 5.07%, #cb836f 19.33%, #e29984 28.83%, #c6735c 38.33%, #e89c86 52.59%, #ffdbd0 81.34%, #bc6e58 100.11%);
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=basic] .bProgressBar .bStatus {
  background-color: #A6624F;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=silver] {
  background: url(../img/ci/point/bg-clown.svg) left bottom no-repeat, linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(291deg, #737373 5.07%, #a6a6a6 19.33%, #e5e5e5 28.83%, #999 38.33%, #b2b2b2 52.59%, #d9d9d9 81.34%, #808080 100.11%);
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=silver] .bProgressBar .bStatus {
  background-color: #808080;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=gold] {
  background: url(../img/ci/point/bg-clown.svg) left bottom no-repeat, linear-gradient(291deg, #66562a 5.07%, #806e44 19.33%, #b29c6a 28.83%, #73623e 38.33%, #8c7440 52.59%, #ccb279 81.34%, #8d7540 100.11%);
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=gold] .bProgressBar .bStatus {
  background-color: #D38D03;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=gold] .bTop *, div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=gold] .bBottom * {
  color: var(--colorWhite);
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=platinum] {
  background: url(../img/ci/point/bg-clown.svg) left bottom no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(291deg, #000428 5.07%, #5d83a7 24.08%, #000f26 33.58%, #002c6c 62.09%, #68a8db 81.1%, #000428 100.1%);
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=platinum] .bProgressBar .bStatus {
  background-color: #002670;
}
div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=platinum] .bTop *, div[id^=pageProfile] #pProfile .bPoint .bMemberCard[data-tier=platinum] .bBottom * {
  color: var(--colorWhite);
}
div[id^=pageProfile] #pProfile .bPoint .bBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
div[id^=pageProfile] #pProfile .bPoint .bBtn .btn {
  width: 100%;
  gap: 4px;
}
div[id^=pageProfile] #pProfile .bPoint .bBtn .btn i {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--colorPrimaryOn);
  -webkit-mask: url("../img/ci/icon/ico-qr.svg") center center no-repeat;
  mask: url("../img/ci/icon/ico-qr.svg") center center no-repeat;
  mask-size: contain;
  mask-size: 100% auto;
}
div[id^=pageProfile] #pProfile .bPoint .bBtn .btnHistory {
  display: flex;
  gap: 4px;
  color: var(--colorGray600);
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfile .bPoint .bBtn .btnHistory {
    font-size: 14px;
  }
}
div[id^=pageProfile] #pProfile .bPoint .bBtn .btnHistory i {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--colorGray600);
  -webkit-mask: url("../img/ci/icon/ico-history.svg") center center no-repeat;
  mask: url("../img/ci/icon/ico-history.svg") center center no-repeat;
  mask-size: contain;
}
div[id^=pageProfile] #pProfileinfo {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px 40px;
  background-color: var(--colorWhite);
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid var(--colorPrimaryOutline);
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfileinfo {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageProfile] #pProfileinfo {
    max-width: 1280px;
  }
}
div[id^=pageProfile] #pProfileinfo .bInfo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
div[id^=pageProfile] #pProfileinfo .bInfo a.btnEdit {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfileinfo .bInfo a.btnEdit {
    font-size: 14px;
  }
}
div[id^=pageProfile] #pProfileinfo .bInfo a.btnEdit i {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--colorPrimary);
  -webkit-mask: url(../img/ui/form/ico-edit.svg) center center no-repeat;
  mask: url(../img/ui/form/ico-edit.svg) center center no-repeat;
  mask-size: 100% auto;
}
div[id^=pageProfile] #pProfileinfo .bInfo h2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfileinfo .bInfo h2 {
    font-size: 20px;
  }
}
div[id^=pageProfile] #pProfileinfo .bInfo h2:first-child {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colorPrimaryOutline);
}
div[id^=pageProfile] #pProfileinfo .bInfo .bGroup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
div[id^=pageProfile] #pProfileinfo .bInfo .bGroup .bRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
div[id^=pageProfile] #pProfileinfo .bInfo .bGroup .bRow h3 {
  font-size: 16px;
  color: var(--colorTypoSubtext2);
  font-weight: normal;
  line-height: normal;
}
@media (min-width: 768px) {
  div[id^=pageProfile] #pProfileinfo .bInfo .bGroup .bRow h3 {
    font-size: 16px;
  }
}
div[id^=pageProfile] #pProfileinfo .bInfo .bGroup > h2 {
  border: none;
  padding: 0;
}
div[id^=pageProfile] #pProfileinfo .bInfo .bGroup > p {
  line-height: normal;
}
div[id^=pageProfile][id*=-edit] .wrapContent {
  padding: 60px 0 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
div[id^=pageProfile][id*=-edit] #pEditProfile {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  div[id^=pageProfile][id*=-edit] #pEditProfile {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageProfile][id*=-edit] #pEditProfile {
    max-width: 1280px;
  }
}
div[id^=pageProfile][id*=-edit] #pEditProfile .bForm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
div[id^=pageProfile][id*=-edit] #pEditProfile .bForm .bGroup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px 40px;
  background-color: var(--colorWhite);
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid var(--colorPrimaryOutline);
}
div[id^=pageProfile][id*=-edit] #pEditProfile .bForm h2 {
  width: 100%;
  font-size: 20px;
  color: var(--colorPrimary);
  align-self: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colorPrimaryOutline);
}
@media (min-width: 768px) {
  div[id^=pageProfile][id*=-edit] #pEditProfile .bForm h2 {
    font-size: 20px;
  }
}
div[id^=pageProfile][id*=-edit] #pEditProfile .bForm .control-group > .date {
  position: relative;
}
div[id^=pageProfile][id*=-edit] #pEditProfile .bForm .control-group > .date::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ui/form/ico-calendar.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 12px;
}
div[id^=pageProfile][id*=-edit] #pEditProfile .bForm .control-group > .date .inputDate {
  padding-left: 36px;
}

html[lang=en] div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 12px;
}
html[lang=en] div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > div {
  flex-direction: column;
  align-items: flex-start;
}
html[lang=en] div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article > span {
  align-items: flex-end;
  justify-content: center;
}
html[lang=en] div[id^=pageProfile] #pProfile .bPoint > .bGroup .bAccord .contentAccord .bConditionTier article:last-child > span {
  flex-direction: column;
  justify-content: space-around;
  line-height: 0%;
}
html[lang=en] div[id^=pageProfile] #pProfile section#pPoint .bPoint .bTop h3 span {
  font-size: 0.75rem;
}
html[lang=en] div[id^=pageProfile] #pProfile .bPoint .bMemberCard > .bTop h3 {
  text-align: right;
}

div[id^=pageCoupon] {
  background-color: #e5e5e5;
}
div[id^=pageCoupon] .wrapContent {
  padding: 0 0 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
div[id^=pageCoupon] #pBanner {
  background-color: #e5e5e5;
  padding: 24px 0;
}
div[id^=pageCoupon] #pRestaurant {
  background-color: var(--colorBg);
  width: 100%;
  padding: 20px 0 14px;
}
div[id^=pageCoupon] #pRestaurant .bRestaurant {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pRestaurant .bRestaurant {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon] #pRestaurant .bRestaurant {
    max-width: 1280px;
  }
}
div[id^=pageCoupon] #pRestaurant .bRestaurant h2 {
  font-size: 16px;
  color: var(--colorTypoSubtext1);
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pRestaurant .bRestaurant h2 {
    font-size: 16px;
  }
}
div[id^=pageCoupon] #pRestaurant .bRestaurant nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
div[id^=pageCoupon] #pRestaurant .bRestaurant nav .bLogo {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryOutline);
}
div[id^=pageCoupon] #pRestaurant .bRestaurant nav .bLogo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div[id^=pageCoupon] #pRestaurant .bRestaurant nav a:last-child i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ci/icon/ico-more.svg) center center no-repeat;
  position: relative;
  top: 10px;
}
div[id^=pageCoupon] #pRestaurant .bRestaurant nav.active a:first-child {
  position: relative;
}
div[id^=pageCoupon] #pRestaurant .bRestaurant nav.active a:first-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--colorPrimary);
  position: absolute;
  left: 0;
  bottom: -14px;
}
div[id^=pageCoupon] #pMenuCate {
  width: 100%;
  background-color: var(--colorBg);
  padding: 32px 0 0;
}
div[id^=pageCoupon] #pMenuCate nav {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pMenuCate nav {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon] #pMenuCate nav {
    max-width: 1280px;
  }
}
div[id^=pageCoupon] #pMenuCate nav a {
  padding: 0px 4px 12px;
  position: relative;
  color: var(--colorGray600);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pMenuCate nav a {
    font-size: 16px;
  }
}
div[id^=pageCoupon] #pMenuCate nav a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--colorTypoSubtext2);
  margin-bottom: 4px;
}
div[id^=pageCoupon] #pMenuCate nav a#btnCateCoupon:before {
  -webkit-mask: url("../img/ci/icon/ico-coupon.svg") center center no-repeat;
  mask: url("../img/ci/icon/ico-coupon.svg") center center no-repeat;
  mask-size: contain;
}
div[id^=pageCoupon] #pMenuCate nav a#btnCatePromotion:before {
  -webkit-mask: url("../img/ci/icon/ico-promotion.svg") center center no-repeat;
  mask: url("../img/ci/icon/ico-promotion.svg") center center no-repeat;
  mask-size: contain;
}
div[id^=pageCoupon] #pMenuCate nav a.active {
  color: var(--colorPrimary);
}
div[id^=pageCoupon] #pMenuCate nav a.active:before {
  background-color: var(--colorPrimary);
}
div[id^=pageCoupon] #pMenuCate nav a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--colorPrimary);
  position: absolute;
  left: 0;
  bottom: 0;
}
div[id^=pageCoupon] #pCoupon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 16px;
  display: none;
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bRestaurantTitle {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon] #pCoupon .bRestaurantTitle {
    max-width: 1280px;
  }
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle .bLogo {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryOutline);
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle .bLogo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle .bName {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle .bName h2 {
  font-size: 16px;
  color: var(--colorTypoSubtext1);
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle .bName h2 {
    font-size: 16px;
  }
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle .bName p {
  font-size: 14px;
  color: var(--colorTypoSubtext2);
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bTitle .bName p {
    font-size: 14px;
  }
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bBranch {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 30% auto;
  align-items: center;
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bBranch p {
  padding: 8px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0px 0px 8px;
  font-size: 16px;
  font-weight: bold;
  color: var(--colorWhite);
  background: var(--gradient-subsecound);
}
div[id^=pageCoupon] #pCoupon .bRestaurantTitle .bBranch .control-group .select select {
  border-radius: 0px 8px 8px 0px;
}
div[id^=pageCoupon] #pCoupon .bFilter {
  margin-inline: auto;
  width: calc(100% - 48px);
  overflow-x: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bFilter {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon] #pCoupon .bFilter {
    max-width: 1280px;
  }
}
div[id^=pageCoupon] #pCoupon .bFilter::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
div[id^=pageCoupon] #pCoupon .bFilter nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  zoom: 0.9;
}
div[id^=pageCoupon] #pCoupon .bFilter nav a {
  font-size: 16px;
  padding: 12px 8px;
  color: var(--colorGray600);
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bFilter nav a {
    font-size: 16px;
  }
}
div[id^=pageCoupon] #pCoupon .bFilter nav a.active {
  color: var(--colorPrimary);
}
div[id^=pageCoupon] #pCoupon .bFilter nav a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--colorPrimary);
  position: absolute;
  left: 0;
  bottom: 0;
}
div[id^=pageCoupon] #pCoupon .bCouponMain {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bCouponMain {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon] #pCoupon .bCouponMain {
    max-width: 1280px;
  }
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 40px;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup > a {
  display: block;
  width: 100%;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: var(--colorWhite);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  overflow: visible;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background: var(--gradient-secound);
  padding: 3px;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic img {
  overflow: hidden;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  display: block;
  width: 100%;
  height: auto;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic .bTag {
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 0 14px 0 0;
  background: var(--gradient-subsecound);
  height: 26px;
  drop-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-top: 1px solid var(--colorSecondary);
  border-right: 1px solid var(--colorSecondary);
  border-bottom: 1px solid var(--colorSecondary);
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic .bTag:before {
  content: "";
  display: block;
  width: 12px;
  height: 26px;
  background: var(--gradient-subsecound);
  position: absolute;
  left: -6px;
  top: -1px;
  transform: skew(24deg, 0deg);
  z-index: 0;
  drop-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-top: 1px solid var(--colorSecondary);
  border-left: 1px solid var(--colorSecondary);
  border-bottom: 1px solid var(--colorSecondary);
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic .bTag span {
  position: relative;
  line-height: 26px;
  font-size: 12px;
  color: var(--colorWhite);
  font-weight: 600;
  padding: 8px;
  padding-left: 4px;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic .bTag span {
    font-size: 12px;
  }
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic .bSoldout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: var(--colorDisbledOn);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  background-color: rgba(12, 17, 29, 0.6);
  display: none;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bPic .bSoldout {
    font-size: 24px;
  }
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText {
  width: 100%;
  position: relative;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle {
  width: 100%;
  padding: 8px 12px 14px;
  position: relative;
  display: grid;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle h3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle h3 {
    font-size: 14px;
  }
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: var(--colorTypoSubtext2);
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle p {
    font-size: 12px;
  }
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle:before, div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: absolute;
  bottom: -10px;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle:before {
  background: radial-gradient(94.85% 113.89% at 0% 50%, #e5e5e5 0%, #e5e5e5 81.53%, #dcdbdb 100%);
  left: -10px;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bTitle:after {
  background: radial-gradient(94.9% 74.5% at 100% 50%, #e5e5e5 0%, #e5e5e5 81.53%, #dcdbdb 100%);
  right: -10px;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bCondition {
  padding: 14px 12px 8px;
  border-top: 2px dashed #d1d1d4;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bCondition .tFree {
  font-size: 16px;
  color: var(--colorPrimary);
  text-align: center;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bCondition .tFree {
    font-size: 16px;
  }
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bCondition .tPoint {
  width: 100%;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bCondition .tPoint p {
  color: var(--colorTypoSubtext2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon .bText .bCondition .tPoint p span i {
  font-style: normal;
  color: var(--colorPrimary);
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon.soldout {
  background-color: var(--colorPrimaryOutline);
  color: var(--colorTypoSubtext2);
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon.soldout .bSoldout {
  display: flex;
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon.soldout .bTitle h3 {
  color: var(--colorTypoSubtext2);
}
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon.soldout .bCondition *,
div[id^=pageCoupon] #pCoupon .bCouponMain .bGroup .bCoupon.soldout .bCondition .tPoint span i {
  color: var(--colorTypoSubtext2) !important;
}
div[id^=pageCoupon] #pCoupon .bCouponNone .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 40px 0;
}
div[id^=pageCoupon] #pCoupon .bCouponNone .bText i {
  display: block;
  width: 26px;
  height: 26px;
  background-color: var(--colorTypoSubtext2);
  -webkit-mask: url(../img/ci/icon/ico-coupon.svg) center center no-repeat;
  mask: url(../img/ci/icon/ico-coupon.svg) center center no-repeat;
}
div[id^=pageCoupon] #pCoupon .bCouponNone .bText p {
  font-size: 20px;
  font-weight: 600;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pCoupon .bCouponNone .bText p {
    font-size: 20px;
  }
}
div[id^=pageCoupon] #pCoupon.active {
  display: flex;
}
div[id^=pageCoupon] #pPromotion {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 16px;
  display: none;
}
div[id^=pageCoupon] #pPromotion .bPromotionMain {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pPromotion .bPromotionMain {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon] #pPromotion .bPromotionMain {
    max-width: 1280px;
  }
}
div[id^=pageCoupon] #pPromotion .bPromotionMain .bGroup {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
div[id^=pageCoupon] #pPromotion .bPromotionMain .bGroup > a {
  display: block;
  width: 100%;
}
div[id^=pageCoupon] #pPromotion .bPromotionMain .bGroup article {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
div[id^=pageCoupon] #pPromotion .bPromotionMain .bGroup article .bPic {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
div[id^=pageCoupon] #pPromotion .bPromotionMain .bGroup article .bPic img {
  display: block;
  width: 100%;
  height: auto;
}
div[id^=pageCoupon] #pPromotion .bPromotionNone .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 40px 0;
}
div[id^=pageCoupon] #pPromotion .bPromotionNone .bText i {
  display: block;
  width: 26px;
  height: 26px;
  background-color: var(--colorTypoSubtext2);
  -webkit-mask: url("../img/ci/icon/ico-promotion.svg") center center no-repeat;
  mask: url("../img/ci/icon/ico-promotion.svg") center center no-repeat;
  mask-size: contain;
}
div[id^=pageCoupon] #pPromotion .bPromotionNone .bText p {
  font-size: 20px;
  font-weight: 600;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  div[id^=pageCoupon] #pPromotion .bPromotionNone .bText p {
    font-size: 20px;
  }
}
div[id^=pageCoupon] #pPromotion.active {
  display: flex;
}
div[id^=pageCoupon][id*=-details] .wrapContent {
  padding: 78px 0 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  div[id^=pageCoupon][id*=-details] #pDetailsCoupon {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon][id*=-details] #pDetailsCoupon {
    max-width: 1280px;
  }
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bCouponImg .bPic {
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: relative;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bCouponImg .bPic > img {
  display: block;
  width: 100%;
  height: auto;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bCouponImg .bPic .bLogo {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryOutline);
  background-color: var(--colorWhite);
  position: absolute;
  top: 16px;
  right: 16px;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bCouponImg .bPic .bLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bCouponImg .bPic .bSoldout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(12, 17, 29, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  color: var(--colorDisbledOn);
}
@media (min-width: 768px) {
  div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bCouponImg .bPic .bSoldout {
    font-size: 24px;
  }
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bCouponImg.soldout .bSoldout {
  display: flex;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDetails {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDetails h2 {
  font-size: 24px;
  color: var(--colorPrimary);
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDetails h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  font-size: 16px;
  color: var(--colorTypoSubtext1);
  line-height: normal;
}
@media (min-width: 768px) {
  div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDetails h3 {
    font-size: 16px;
  }
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDetails h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ci/icon/ico-pin.svg) center center no-repeat;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDetails p {
  color: var(--colorTypoSubtext2);
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDate p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  line-height: normal;
}
@media (min-width: 768px) {
  div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDate p {
    font-size: 14px;
  }
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bDate p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ui/form/ico-calendar.svg) center center no-repeat;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bPoint {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bPoint p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  flex-grow: 0;
  padding: 8px 12px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bPoint p::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ci/point/ico-star-gold.svg) center center no-repeat;
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bPoint p span {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bPoint p span {
    font-size: 20px;
  }
}
div[id^=pageCoupon][id*=-details] #pDetailsCoupon .bDetailsCoupon .bPoint > span {
  color: var(--colorPrimary);
}
div[id^=pageCoupon][id*=-details] #pCondition {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  div[id^=pageCoupon][id*=-details] #pCondition {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageCoupon][id*=-details] #pCondition {
    max-width: 1280px;
  }
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition {
  width: 100%;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord {
  padding: 0;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent {
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background: var(--colorWhite);
  padding: 24px 16px;
  border: 1px solid var(--colorPrimaryOutline);
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent * {
  line-height: 140%;
  margin-bottom: 18px;
  color: var(--colorTypoSubtext1);
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent *:last-child,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent * * > * {
  margin-bottom: 0;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h1,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h2,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h3,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h4,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h5,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h6 {
  margin-bottom: 16px;
  color: var(--colorBlack);
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent span {
  color: var(--colorPrimary);
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent a {
  word-break: break-all;
  color: var(--colorPrimary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent a:hover {
  text-decoration: underline;
  color: var(--colorSecondary);
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent blockquote {
  color: var(--colorTypoBasetext);
  background: #f9f9f9;
  border-left: 10px solid var(--colorSecondary);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent blockquote:before {
  color: var(--colorPrimary);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent blockquote p {
  display: inline;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent hr {
  width: 100%;
  height: 1px;
  background-color: var(--colorPrimaryOutline);
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent table {
  width: 100%;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent table td {
  padding: 6px 6px;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt > *,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd > * {
  margin-bottom: 18px;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt:last-child,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd:last-child,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt > *:last-child,
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd > *:last-child {
  margin-bottom: 0;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent ul li {
  list-style: disc;
  margin-bottom: 0;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent b {
  font-weight: 500;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent strong {
  font-weight: bold;
}
div[id^=pageCoupon][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent * {
  color: var(--colorTypoSubtext2);
}

div[id^=pagePromotion][id*=-details] {
  background-color: #e5e5e5;
}
div[id^=pagePromotion][id*=-details] .wrapContent {
  padding: 78px 0 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  div[id^=pagePromotion][id*=-details] #pDetailsPromotion {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pagePromotion][id*=-details] #pDetailsPromotion {
    max-width: 1280px;
  }
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bPromotionImg {
  width: 100%;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bPromotionImg .bPic {
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: relative;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bPromotionImg .bPic > img {
  display: block;
  width: 100%;
  height: auto;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bPromotionImg .bPic .bLogo {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryOutline);
  background-color: var(--colorWhite);
  position: absolute;
  top: 16px;
  right: 16px;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bPromotionImg .bPic .bLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDetails {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDetails h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDetails h2 {
    font-size: 20px;
  }
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDetails h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  font-size: 16px;
  color: var(--colorTypoSubtext1);
  line-height: normal;
}
@media (min-width: 768px) {
  div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDetails h3 {
    font-size: 16px;
  }
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDetails h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ci/icon/ico-pin.svg) center center no-repeat;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDetails p {
  color: var(--colorTypoSubtext2);
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDate p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  line-height: normal;
}
@media (min-width: 768px) {
  div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDate p {
    font-size: 14px;
  }
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bDate p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ui/form/ico-calendar.svg) center center no-repeat;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bPoint {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bPoint p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  flex-grow: 0;
  padding: 8px 12px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bPoint p::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ci/point/ico-star-gold.svg) center center no-repeat;
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bPoint p span {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bPoint p span {
    font-size: 20px;
  }
}
div[id^=pagePromotion][id*=-details] #pDetailsPromotion .bDetailsPromotion .bPoint > span {
  color: var(--colorPrimary);
}
div[id^=pagePromotion][id*=-details] #pCondition {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  div[id^=pagePromotion][id*=-details] #pCondition {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pagePromotion][id*=-details] #pCondition {
    max-width: 1280px;
  }
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition {
  width: 100%;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord {
  padding: 0;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent {
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background: var(--colorWhite);
  padding: 24px 16px;
  border: 1px solid var(--colorPrimaryOutline);
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent * {
  line-height: 140%;
  margin-bottom: 18px;
  color: var(--colorTypoSubtext1);
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent *:last-child,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent * * > * {
  margin-bottom: 0;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h1,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h2,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h3,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h4,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h5,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent h6 {
  margin-bottom: 16px;
  color: var(--colorBlack);
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent span {
  color: var(--colorPrimary);
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent a {
  word-break: break-all;
  color: var(--colorPrimary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent a:hover {
  text-decoration: underline;
  color: var(--colorSecondary);
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent blockquote {
  color: var(--colorTypoBasetext);
  background: #f9f9f9;
  border-left: 10px solid var(--colorSecondary);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent blockquote:before {
  color: var(--colorPrimary);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent blockquote p {
  display: inline;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent hr {
  width: 100%;
  height: 1px;
  background-color: var(--colorPrimaryOutline);
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent table {
  width: 100%;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent table td {
  padding: 6px 6px;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt > *,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd > * {
  margin-bottom: 18px;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt:last-child,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd:last-child,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dt > *:last-child,
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent dl dd > *:last-child {
  margin-bottom: 0;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent ul li {
  list-style: disc;
  margin-bottom: 0;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent b {
  font-weight: 500;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent strong {
  font-weight: bold;
}
div[id^=pagePromotion][id*=-details] #pCondition .bCondition .bAccord .contentAccord .bContent * {
  color: var(--colorTypoSubtext2);
}

div[id^=pageListRestaurant] {
  background-color: var(--colorBg);
}
div[id^=pageListRestaurant] .wrapContent {
  padding: 48px 0 86px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
div[id^=pageListRestaurant] #pSearch {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  background-color: var(--colorBg);
  padding: 24px 0;
}
div[id^=pageListRestaurant] #pSearch .bSearch {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  div[id^=pageListRestaurant] #pSearch .bSearch {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageListRestaurant] #pSearch .bSearch {
    max-width: 1280px;
  }
}
div[id^=pageListRestaurant] #pSearch .bSearch .control-group {
  position: relative;
}
div[id^=pageListRestaurant] #pSearch .bSearch .control-group input {
  padding-left: 48px;
}
div[id^=pageListRestaurant] #pSearch .bSearch .control-group:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/ui/ico-search.svg) center center no-repeat;
  z-index: 2;
}
div[id^=pageListRestaurant] #pSearch .bRestaurant {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  div[id^=pageListRestaurant] #pSearch .bRestaurant {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageListRestaurant] #pSearch .bRestaurant {
    max-width: 1280px;
  }
}
div[id^=pageListRestaurant] #pSearch .bRestaurant h2 {
  font-size: 16px;
  color: var(--colorTypoSubtext1);
}
@media (min-width: 768px) {
  div[id^=pageListRestaurant] #pSearch .bRestaurant h2 {
    font-size: 16px;
  }
}
div[id^=pageListRestaurant] #pSearch .bRestaurant nav {
  width: 100%;
  display: grid;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
}
div[id^=pageListRestaurant] #pSearch .bRestaurant nav a {
  width: 60px;
}
div[id^=pageListRestaurant] #pSearch .bRestaurant nav a .bLogo {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryLight);
}
div[id^=pageListRestaurant] #pSearch .bRestaurant nav a .bLogo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div[id^=pageListRestaurant] #pSearch .bRestaurant nav a span {
  width: 100%;
  font-size: 12px;
  color: var(--colorTypoSubtext1);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
@media (min-width: 768px) {
  div[id^=pageListRestaurant] #pSearch .bRestaurant nav a span {
    font-size: 12px;
  }
}
div[id^=pageListRestaurant] #pListRestaurant {
  width: 100%;
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup {
  position: relative;
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupName {
  background-color: #ebf4ff;
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupName h2 {
  font-size: 16px;
  padding: 16px 24px;
}
@media (min-width: 768px) {
  div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupName h2 {
    font-size: 16px;
  }
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupList article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  background-color: var(--colorBg);
  padding: 16px 24px;
  border-bottom: 1px solid var(--colorPrimaryOutline);
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupList article:last-child {
  border: none;
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupList article .bLogo {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--colorPrimaryLight);
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupList article .bLogo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupList article .bName {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupList article .bName h3 {
  font-size: 16px;
  color: var(--colorTypoSubtext1);
  font-weight: normal;
}
@media (min-width: 768px) {
  div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup .bGroupList article .bName h3 {
    font-size: 16px;
  }
}
div[id^=pageListRestaurant] #pListRestaurant .bListRestaurant .bGroup:last-child .bGroupList article:last-child {
  border-bottom: 1px solid var(--colorPrimaryOutline);
}

#pageRestaurant-login #pRegister,
#pageRestaurant-point-member #pRegister,
#pageRestaurant-point-details #pRegister,
#pageRestaurant-coupon-details #pRegister {
  padding-top: 96px;
}
#pageRestaurant-login #pRegister .bRegisterMain,
#pageRestaurant-point-member #pRegister .bRegisterMain,
#pageRestaurant-point-details #pRegister .bRegisterMain,
#pageRestaurant-coupon-details #pRegister .bRegisterMain {
  background-color: var(--colorBg);
  min-height: calc(100dvh - 96px);
  padding: 40px 0 120px;
  border-radius: 24px 24px 0 0;
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm {
    max-width: 1280px;
  }
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm > h2,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm > h2,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm > h2,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm > h2 {
  font-size: 20px;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm > h2,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm > h2,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm > h2,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm > h2 {
    font-size: 20px;
  }
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup > h2,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup > h2,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup > h2,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup > h2 {
  font-size: 20px;
  color: var(--colorPrimary);
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colorPrimaryOutline);
  width: 100%;
}
@media (min-width: 768px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup > h2,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup > h2,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup > h2,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup > h2 {
    font-size: 20px;
  }
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup > p,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup > p,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup > p,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup > p {
  color: var(--colorTypoSubtext2);
  text-align: center;
  line-height: 140%;
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo {
  width: 100%;
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
  gap: 16px;
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div {
  width: 100%;
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
  gap: 8px;
  grid-column: span 2;
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p {
  grid-column: span 2;
  color: var(--colorTypoSubtext2);
  font-size: 12px;
}
@media (min-width: 768px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo > div p {
    font-size: 12px;
  }
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3 {
  font-size: 16px;
  color: var(--colorTypoSubtext1);
}
@media (min-width: 768px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h3 {
    font-size: 16px;
  }
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4 {
  font-size: 16px;
  color: var(--colorTypoSubtext2);
  font-weight: normal;
  align-self: flex-start;
  line-height: normal;
}
@media (min-width: 768px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo h4 {
    font-size: 16px;
  }
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p {
  font-size: 16px;
  color: var(--colorTypoSubtext1);
  text-align: right;
  line-height: normal;
}
@media (min-width: 768px) {
  #pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p,
  #pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p,
  #pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p,
  #pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo p {
    font-size: 16px;
  }
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bGroup .bRowInfo input,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bGroup .bRowInfo input,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo input,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bGroup .bRowInfo input {
  text-align: right;
}
#pageRestaurant-login #pRegister .bRegisterMain .bForm .bBtn,
#pageRestaurant-point-member #pRegister .bRegisterMain .bForm .bBtn,
#pageRestaurant-point-details #pRegister .bRegisterMain .bForm .bBtn,
#pageRestaurant-coupon-details #pRegister .bRegisterMain .bForm .bBtn {
  width: 100%;
}

#pageProfile-restaurant {
  background-color: var(--colorBg);
}
#pageProfile-restaurant #pFuction {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  #pageProfile-restaurant #pFuction {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageProfile-restaurant #pFuction {
    max-width: 1280px;
  }
}
#pageProfile-restaurant #pFuction .bFunction {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
#pageProfile-restaurant #pFuction .bFunction .bBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid var(--colorPrimaryOutline);
  background-color: var(--colorWhite);
  padding: 24px 12px;
  width: 100%;
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a i {
  display: block;
  width: 48px;
  height: 48px;
  background-color: var(--colorPrimary);
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a i.ico-qr {
  -webkit-mask: url(../img/ci/icon/ico-qr.svg) center center no-repeat;
  mask: url(../img/ci/icon/ico-qr.svg) center center no-repeat;
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a i.ico-coupon {
  -webkit-mask: url(../img/ci/icon/ico-coupon.svg) center center no-repeat;
  mask: url(../img/ci/icon/ico-coupon.svg) center center no-repeat;
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a span {
  text-align: center;
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  font-weight: 600;
}
@media (min-width: 768px) {
  #pageProfile-restaurant #pFuction .bFunction .bBtn a span {
    font-size: 14px;
  }
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a:focus, #pageProfile-restaurant #pFuction .bFunction .bBtn a.active {
  background-color: var(--colorPrimary);
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a:focus i, #pageProfile-restaurant #pFuction .bFunction .bBtn a.active i {
  background-color: var(--colorWhite);
}
#pageProfile-restaurant #pFuction .bFunction .bBtn a:focus span, #pageProfile-restaurant #pFuction .bFunction .bBtn a.active span {
  color: var(--colorWhite);
}
#pageProfile-restaurant section#pHistory {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  #pageProfile-restaurant section#pHistory {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageProfile-restaurant section#pHistory {
    max-width: 1280px;
  }
}
#pageProfile-restaurant section#pHistory .bFilter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
#pageProfile-restaurant section#pHistory .bFilter .bTitle {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colorPrimaryOutline);
}
#pageProfile-restaurant section#pHistory .bFilter .bTitle h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  #pageProfile-restaurant section#pHistory .bFilter .bTitle h2 {
    font-size: 20px;
  }
}
#pageProfile-restaurant section#pHistory .bFilter .bCategory {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
}
#pageProfile-restaurant section#pHistory .bFilter .bCategory a {
  padding: 0px 4px 12px;
  position: relative;
  color: var(--colorGray600);
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #pageProfile-restaurant section#pHistory .bFilter .bCategory a {
    font-size: 16px;
  }
}
#pageProfile-restaurant section#pHistory .bFilter .bCategory a.active {
  color: var(--colorPrimary);
}
#pageProfile-restaurant section#pHistory .bFilter .bCategory a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--colorPrimary);
  position: absolute;
  left: 0;
  bottom: 0;
}
#pageProfile-restaurant section#pHistory .bGroup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
#pageProfile-restaurant section#pHistory .bGroup article {
  width: 100%;
  background: var(--colorWhite);
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid var(--colorPrimaryOutline);
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
#pageProfile-restaurant section#pHistory .bGroup article .bTitle {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
#pageProfile-restaurant section#pHistory .bGroup article .bTitle h3 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  #pageProfile-restaurant section#pHistory .bGroup article .bTitle h3 {
    font-size: 16px;
  }
}
#pageProfile-restaurant section#pHistory .bGroup article .bTitle h3:before {
  content: "";
  width: 20px;
  height: 20px;
  background: center center no-repeat;
  background-size: 100% auto;
}
#pageProfile-restaurant section#pHistory .bGroup article .bTitle a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: bold;
}
#pageProfile-restaurant section#pHistory .bGroup article .bTitle a:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  content: "";
  display: block;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: var(--colorPrimary);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  margin: 0 4px;
}
#pageProfile-restaurant section#pHistory .bGroup article .bDetails {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
#pageProfile-restaurant section#pHistory .bGroup article .bDetails .bRow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#pageProfile-restaurant section#pHistory .bGroup article .bDetails .bRow h4 {
  color: var(--colorTypoSubtext2);
  font-size: 14px;
  font-weight: normal;
  width: 35%;
}
@media (min-width: 768px) {
  #pageProfile-restaurant section#pHistory .bGroup article .bDetails .bRow h4 {
    font-size: 14px;
  }
}
#pageProfile-restaurant section#pHistory .bGroup article .bDetails .bRow p {
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #pageProfile-restaurant section#pHistory .bGroup article .bDetails .bRow p {
    font-size: 14px;
  }
}
#pageProfile-restaurant section#pHistory .bGroup article[data-status] .bTitle h3 span {
  font-size: 10px;
  font-weight: normal;
  padding: 2px 4px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: var(--colorGray300);
  color: var(--colorGray600);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-status][data-status=complete] .bTitle h3 span {
  color: var(--colorSuccess);
  background-color: var(--colorSuccessline);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-status][data-status=waiting] .bTitle h3 span {
  color: var(--colorSecondaryHovered);
  background-color: var(--colorSecondaryLight);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-status][data-status=expire] .bTitle h3 span {
  color: var(--colorErrorHovered);
  background-color: var(--colorErrorDisbled);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-point][data-point=burn] .bDetails .bRow span {
  color: var(--colorError);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-point][data-point=free] .bDetails .bRow span {
  color: var(--colorTypoSubtext1);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-point][data-point=get] .bDetails .bRow span {
  color: var(--colorSuccess);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-type=point] .bTitle h3:before {
  background-image: url(../img/ci/icon/img-coin.svg);
}
#pageProfile-restaurant section#pHistory .bGroup article[data-type=point] .bTitle a {
  display: none;
}
#pageProfile-restaurant section#pHistory .bGroup article[data-type=coupon] .bTitle h3:before {
  background-image: url(../img/ci/icon/img-coupon.svg);
}
#pageProfile-restaurant section#pHistory .bCouponNone {
  width: 100%;
}
#pageProfile-restaurant section#pHistory .bCouponNone .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 40px 0;
}
#pageProfile-restaurant section#pHistory .bCouponNone .bText i {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-mask: url("../img/ci/icon/img-coin.svg") center center no-repeat;
  mask: url("../img/ci/icon/img-coin.svg") center center no-repeat;
  mask-size: contain;
  background-color: var(--colorTypoSubtext2);
  background-size: contain;
}
#pageProfile-restaurant section#pHistory .bCouponNone .bText p {
  font-size: 20px;
  font-weight: 600;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  #pageProfile-restaurant section#pHistory .bCouponNone .bText p {
    font-size: 20px;
  }
}

#pageRestaurant-complete .wrapContent {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100dvh - 0px);
}
@media (min-width: 768px) {
  #pageRestaurant-complete .wrapContent {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageRestaurant-complete .wrapContent {
    max-width: 1280px;
  }
}
#pageRestaurant-complete #pComplete {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25%;
}
#pageRestaurant-complete #pComplete .bComplete {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
#pageRestaurant-complete #pComplete .bComplete .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
#pageRestaurant-complete #pComplete .bComplete .bText h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--colorWhite);
}
#pageRestaurant-complete #pComplete .bComplete .bText p {
  color: var(--colorTypoSubtext2);
  text-align: center;
  line-height: 140%;
  color: var(--colorWhite);
}
#pageRestaurant-complete #pComplete .bComplete .bBtn {
  width: 100%;
}

#pageRestaurant-scanqr {
  background-color: #111111;
}
#pageRestaurant-scanqr .wrapContent {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  #pageRestaurant-scanqr .wrapContent {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageRestaurant-scanqr .wrapContent {
    max-width: 1280px;
  }
}
#pageRestaurant-scanqr .btnBack {
  position: absolute;
  top: 16px;
  left: 0;
  cursor: pointer;
}
#pageRestaurant-scanqr .btnBack a {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--colorWhite);
  text-align: center;
  line-height: 21px;
}
@media (min-width: 768px) {
  #pageRestaurant-scanqr .btnBack a {
    font-size: 14px;
  }
}
#pageRestaurant-scanqr .btnBack a:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ci/icon/ico-arrow-white.svg) center center no-repeat;
  background-size: 100% auto;
}
#pageRestaurant-scanqr #pCamera {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
#pageRestaurant-scanqr #pCamera .bCamera {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
#pageRestaurant-scanqr #pCamera .bCamera .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
#pageRestaurant-scanqr #pCamera .bCamera .bText h1 {
  font-size: 20px;
  text-align: center;
  color: var(--colorWhite);
}
@media (min-width: 768px) {
  #pageRestaurant-scanqr #pCamera .bCamera .bText h1 {
    font-size: 20px;
  }
}
#pageRestaurant-scanqr #pCamera .bCamera .bDevice {
  width: min(420px, 80vw);
  height: min(420px, 80vw);
}
#pageRestaurant-scanqr #pCamera .bCamera .bDevice .bInputDevice {
  background-color: rgba(0, 85, 197, 0.2274509804);
  width: 100%;
  height: 100%;
}

div[id^=pageQR] .wrapContent {
  padding: 100px 0 120px;
}
div[id^=pageQR] .wrapContent #pQR .bQR {
  margin-inline: auto;
  width: calc(100% - 48px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  div[id^=pageQR] .wrapContent #pQR .bQR {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pageQR] .wrapContent #pQR .bQR {
    max-width: 1280px;
  }
}
div[id^=pageQR] .wrapContent #pQR .bQR > h2 {
  font-size: 24px;
  color: var(--colorWhite);
  text-align: center;
}
@media (min-width: 768px) {
  div[id^=pageQR] .wrapContent #pQR .bQR > h2 {
    font-size: 24px;
  }
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: var(--colorBg);
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  position: relative;
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup > p {
  color: var(--colorTypoSubtext2);
  text-align: center;
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup .bPic {
  padding: 8px;
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup .bPic img,
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup .bPic canvas {
  display: block;
  max-width: 145px;
  height: auto;
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup .bMembercode {
  display: block;
  background-color: var(--colorGray100);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 200px;
  text-align: center;
  padding: 8px;
  color: var(--colorTypoSubtext2);
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup .bMembercode span {
  color: var(--colorTypoSubtext1);
  font-weight: bold;
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup .bExpire {
  display: none;
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup.expire .bExpire {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(16, 24, 40, 0.4);
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
div[id^=pageQR] .wrapContent #pQR .bQR .bGroup.expire .bExpire p {
  display: block;
  background-color: var(--colorWhite);
  padding: 16px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: var(--colorError);
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  div[id^=pageQR] .wrapContent #pQR .bQR .bGroup.expire .bExpire p {
    font-size: 20px;
  }
}
div[id^=pageQR][id*=-coupon] #pQR .bQR > h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  div[id^=pageQR][id*=-coupon] #pQR .bQR > h2 {
    font-size: 20px;
  }
}
div[id^=pageQR][id*=-coupon] #pQR .bQR .bCountTime {
  color: var(--colorPrimary);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}

div[id^=pagePolicy] {
  padding: 70px 0 0;
}
div[id^=pagePolicy] .wrapContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  min-height: inherit;
}
div[id^=pagePolicy] #pPolicy {
  width: 100%;
}
div[id^=pagePolicy] #pPolicy .bPolicy {
  background-color: var(--colorBg);
  min-height: calc(100dvh - 80px);
  padding: 40px 0;
  border-radius: 24px 24px 0 0;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  div[id^=pagePolicy] #pPolicy .bPolicy .bContent {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  div[id^=pagePolicy] #pPolicy .bPolicy .bContent {
    max-width: 1280px;
  }
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent * {
  line-height: 140%;
  margin-bottom: 18px;
  color: var(--colorTypoSubtext1);
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent *:last-child,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent * * > * {
  margin-bottom: 0;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent h1,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent h2,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent h3,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent h4,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent h5,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent h6 {
  margin-bottom: 16px;
  color: var(--colorBlack);
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent span {
  color: var(--colorPrimary);
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent a {
  word-break: break-all;
  color: var(--colorPrimary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent a:hover {
  text-decoration: underline;
  color: var(--colorSecondary);
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent blockquote {
  color: var(--colorTypoBasetext);
  background: #f9f9f9;
  border-left: 10px solid var(--colorSecondary);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent blockquote:before {
  color: var(--colorPrimary);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent blockquote p {
  display: inline;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent hr {
  width: 100%;
  height: 1px;
  background-color: var(--colorPrimaryOutline);
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent table {
  width: 100%;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent table td {
  padding: 6px 6px;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dt,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dd,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dt > *,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dd > * {
  margin-bottom: 18px;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dt:last-child,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dd:last-child,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dt > *:last-child,
div[id^=pagePolicy] #pPolicy .bPolicy .bContent dl dd > *:last-child {
  margin-bottom: 0;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent ul li {
  list-style: disc;
  margin-bottom: 0;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent b {
  font-weight: 500;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bContent strong {
  font-weight: bold;
}
div[id^=pagePolicy] #pPolicy .bPolicy .bBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

#pageHistory {
  background-color: var(--colorBg);
}
#pageHistory .wrapContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
#pageHistory section#pFilterHistory {
  margin-inline: auto;
  width: calc(100% - 48px);
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  #pageHistory section#pFilterHistory {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageHistory section#pFilterHistory {
    max-width: 1280px;
  }
}
#pageHistory section#pFilterHistory .bFilter {
  width: 100%;
}
#pageHistory section#pFilterHistory .bFilter .bRow {
  display: flex;
  gap: 16px;
}
#pageHistory section#pFilterHistory .bFilter .bRow .control-group {
  width: 100%;
}
#pageHistory section#pFilterHistory .bCategory {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
}
#pageHistory section#pFilterHistory .bCategory a {
  padding: 0px 4px 12px;
  position: relative;
  color: var(--colorGray600);
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #pageHistory section#pFilterHistory .bCategory a {
    font-size: 16px;
  }
}
#pageHistory section#pFilterHistory .bCategory a.active {
  color: var(--colorPrimary);
}
#pageHistory section#pFilterHistory .bCategory a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--colorPrimary);
  position: absolute;
  left: 0;
  bottom: 0;
}
#pageHistory section#pHistory {
  padding-bottom: 32px;
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  #pageHistory section#pHistory {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #pageHistory section#pHistory {
    max-width: 1280px;
  }
}
#pageHistory section#pHistory .bGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
#pageHistory section#pHistory .bGroup article {
  width: 100%;
  background: var(--colorWhite);
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid var(--colorPrimaryOutline);
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
#pageHistory section#pHistory .bGroup article .bTitle {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
#pageHistory section#pHistory .bGroup article .bTitle h3 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: var(--colorPrimary);
}
@media (min-width: 768px) {
  #pageHistory section#pHistory .bGroup article .bTitle h3 {
    font-size: 16px;
  }
}
#pageHistory section#pHistory .bGroup article .bTitle h3:before {
  content: "";
  width: 20px;
  height: 20px;
  background: center center no-repeat;
  background-size: 100% auto;
}
#pageHistory section#pHistory .bGroup article .bTitle a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: bold;
}
#pageHistory section#pHistory .bGroup article .bTitle a:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  content: "";
  display: block;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: var(--colorPrimary);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  margin: 0 4px;
}
#pageHistory section#pHistory .bGroup article .bDetails {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
#pageHistory section#pHistory .bGroup article .bDetails .bRow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#pageHistory section#pHistory .bGroup article .bDetails .bRow h4 {
  color: var(--colorTypoSubtext2);
  font-size: 14px;
  font-weight: normal;
  width: 35%;
}
@media (min-width: 768px) {
  #pageHistory section#pHistory .bGroup article .bDetails .bRow h4 {
    font-size: 14px;
  }
}
#pageHistory section#pHistory .bGroup article .bDetails .bRow p {
  font-size: 14px;
  color: var(--colorTypoSubtext1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #pageHistory section#pHistory .bGroup article .bDetails .bRow p {
    font-size: 14px;
  }
}
#pageHistory section#pHistory .bGroup article[data-status] .bTitle h3 span {
  font-size: 10px;
  line-height: normal;
  font-weight: normal;
  padding: 2px 4px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: var(--colorGray300);
  color: var(--colorGray600);
}
#pageHistory section#pHistory .bGroup article[data-status][data-status=complete] .bTitle h3 span {
  color: var(--colorSuccess);
  background-color: var(--colorSuccessline);
}
#pageHistory section#pHistory .bGroup article[data-status][data-status=waiting] .bTitle h3 span {
  color: var(--colorSecondaryHovered);
  background-color: var(--colorSecondaryLight);
}
#pageHistory section#pHistory .bGroup article[data-status][data-status=expire] .bTitle h3 span {
  color: var(--colorErrorHovered);
  background-color: var(--colorErrorDisbled);
}
#pageHistory section#pHistory .bGroup article[data-point][data-point=burn] .bDetails .bRow span {
  color: var(--colorError);
}
#pageHistory section#pHistory .bGroup article[data-point][data-point=free] .bDetails .bRow span {
  color: var(--colorTypoSubtext1);
}
#pageHistory section#pHistory .bGroup article[data-point][data-point=get] .bDetails .bRow span {
  color: var(--colorSuccess);
}
#pageHistory section#pHistory .bGroup article[data-type=point] .bTitle h3:before {
  background-image: url(../img/ci/icon/img-coin.svg);
}
#pageHistory section#pHistory .bGroup article[data-type=point] .bTitle a {
  display: none;
}
#pageHistory section#pHistory .bGroup article[data-type=coupon] .bTitle h3:before {
  background-image: url(../img/ci/icon/img-coupon.svg);
}
#pageHistory section#pHistory .bCouponNone .bText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 40px 0;
}
#pageHistory section#pHistory .bCouponNone .bText i {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-mask: url("../img/ci/icon/img-coin.svg") center center no-repeat;
  mask: url("../img/ci/icon/img-coin.svg") center center no-repeat;
  mask-size: contain;
  background-color: var(--colorTypoSubtext2);
  background-size: contain;
}
#pageHistory section#pHistory .bCouponNone .bText p {
  font-size: 20px;
  font-weight: 600;
  color: var(--colorTypoSubtext2);
  text-align: center;
}
@media (min-width: 768px) {
  #pageHistory section#pHistory .bCouponNone .bText p {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  html[lang=en] #pageHistory section#pHistory .bGroup article .bTitle {
    zoom: 0.8;
  }
}

span[data-tier] {
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
span[data-tier]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask: url("../img/ci/icon/ico-tier.svg") center center no-repeat;
  mask: url("../img/ci/icon/ico-tier.svg") center center no-repeat;
  mask-size: contain;
  background-color: var(--colorWhite);
}
span[data-tier]:after {
  content: attr(data-tier);
  display: block;
  text-transform: capitalize;
  color: var(--colorWhite);
  font-weight: bold;
  font-size: 0.625rem;
}
span[data-tier][data-tier=basic] {
  background-color: #A6624F;
}
span[data-tier][data-tier=silver] {
  background-color: #808080;
}
span[data-tier][data-tier=gold] {
  background-color: #D38D03;
}
span[data-tier][data-tier=platinum] {
  background-color: #002670;
}

.p-datepicker-group-container .p-datepicker-group button.p-datepicker-prev, .p-datepicker-group-container .p-datepicker-group button.p-datepicker-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: block;
  border: 1px solid var(--colorPrimary);
  background: center center no-repeat;
  background-color: var(--colorWhite);
  text-indent: 999px;
}
.p-datepicker-group-container .p-datepicker-group button.p-datepicker-prev {
  background-image: url(../img/ui/pagiantion/ico-arrowL.svg);
}
.p-datepicker-group-container .p-datepicker-group button.p-datepicker-next {
  background-image: url(../img/ui/pagiantion/ico-arrowR.svg);
}