@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
html > * {
  font-family: "Inter Symbol", "Google Sans Flex", "PingFang TC", "Noto Sans TC", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", "Microsoft JhengHei", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  text-autospace: ideograph-alpha;
  corner-shape: superellipse(1.1);
}

@view-transition {
  navigation: auto;
}
body {
  /* Add accessible line-height */
  line-height: 1.15;
  /* Improve text rendering */
  -webkit-font-smoothing: antialiased;
  /* Prevent adjustments of font size after orientation changes in iOS. */
  -webkit-text-size-adjust: 100%;
  color: #1f2123;
  background: #f9fafb;
  margin: 0;
}

/* Improve media defaults */
img, picture, video, canvas, svg {
  display: inline-block;
}

/* Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #1f2123;
  cursor: pointer;
}
a:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

select:focus-visible {
  outline: none !important;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  cursor: pointer;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}
button:hover, button:focus {
  outline: none;
}

/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
fieldset {
  margin: 0;
  padding: 0;
}

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

i {
  font-style: normal !important;
}

.cl-basic-alpha-500 {
  color: rgba(4, 12, 16, 0.45);
}

.cl-basic-200 {
  color: #E1E3E5;
}

.cl-basic-300 {
  color: #C4C7C9;
}

.cl-basic-400 {
  color: #A9ACAE;
}

.cl-basic-500 {
  color: #8E9193;
}

.cl-basic-600 {
  color: #747779;
}

.cl-basic-700 {
  color: #5C5F61;
}

.cl-basic-800 {
  color: #444749;
}

.cl-success-500 {
  color: #00AA90;
}

.cl-info-500 {
  color: #316AF6;
}

.cl-danger-500 {
  color: #F64B5C;
}

.cl-warning-500 {
  color: #FAC919;
}

.cl-orange-500 {
  color: #F77A3B;
}

.cl-purple-500 {
  color: #8250FF;
}

.cl-basic-alpha-500 {
  color: rgba(4, 12, 16, 0.45);
}

.text-basic-alpha-900 {
  color: rgba(0, 3, 5, 0.88);
}

.text-basic-500 {
  color: #8E9193;
}

.text-basic-900 {
  color: #1F2123;
}

.text-success-500 {
  color: #00AA90;
}

.text-success-700 {
  color: #00654F;
}

.text-warning-600 {
  color: #CB9B00;
}

.text-danger-500 {
  color: #F64B5C;
}

.text-basic-alpha-900 {
  color: rgba(0, 3, 5, 0.88);
}

.test {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 確保在實際手機裝置上也能正確顯示省略號 */
}

.gl_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .gl_container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1152px) {
  .gl_container {
    max-width: 1152px;
  }
}

.gl_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.gl_col {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 767.98px) {
  .gl_col {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .gl_col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gl_col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fz-h1 {
  font-size: 40px;
  line-height: 48px;
}

.fz-h2 {
  font-size: 32px;
  line-height: 40px;
}

.fz-h3 {
  font-size: 24px;
  line-height: 32px;
}

.fz-h4 {
  font-size: 20px;
  line-height: 24px;
}

.fz-s1 {
  font-size: 18px;
  line-height: 26px;
}

.fz-s2 {
  font-size: 16px;
  line-height: 24px;
}

.fz-s3 {
  font-size: 14px;
  line-height: 22px;
}

.fz-s4 {
  font-size: 12px;
  line-height: 20px;
}

.fz-t1 {
  font-size: 18px;
  line-height: 32px;
}

.fz-t2 {
  font-size: 16px;
  line-height: 28px;
}

.fz-t3 {
  font-size: 14px;
  line-height: 24px;
}

.fz-t4 {
  font-size: 12px;
  line-height: 20px;
}

.fz-headline-xxl {
  font-size: 48px;
  line-height: 72px;
}

.fz-headline-xl {
  font-size: 40px;
  line-height: 60px;
}

.fz-headline-lg {
  font-size: 32px;
  line-height: 48px;
}

.fz-headline-md {
  font-size: 28px;
  line-height: 42px;
}

.fz-headline-sm {
  font-size: 24px;
  line-height: 36px;
}

.fz-headline-xs {
  font-size: 20px;
  line-height: 30px;
}

.fz-title-lg {
  font-size: 18px;
  line-height: 28px;
}

.fz-title-md {
  font-size: 16px;
  line-height: 24px;
}

.fz-title-sm {
  font-size: 14px;
  line-height: 20px;
}

.fz-title-xs {
  font-size: 12px;
  line-height: 18px;
}

.fz-body-lg {
  font-size: 18px;
  line-height: 32px;
}

.fz-body-md {
  font-size: 16px;
  line-height: 28px;
}

.fz-body-sm {
  font-size: 14px;
  line-height: 24px;
}

.fz-body-xs {
  font-size: 12px;
  line-height: 20px;
}

.fz-tit {
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.fz-tit > * {
  font-weight: 600;
}

/* .ft-d-din-c {
  font-family: "D-DIN Condensed", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", sans-serif !important;
  letter-spacing: -1px;
}

.ft-d-din {
  font-family: "D-DIN", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", sans-serif !important
} */
.ft-semicondensed {
  font-family: "Google Sans Flex", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", sans-serif !important;
  font-stretch: 64%;
  font-weight: 448;
}
.ft-semicondensed.fz-tit {
  font-weight: 648;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ft-condensed {
  font-family: "Google Sans Flex", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", sans-serif !important;
  font-stretch: 48%;
  font-weight: 448;
}
.ft-condensed.fz-tit {
  font-weight: 648;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gl_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 4px 16px;
  border-radius: 8px;
}

.gl_btn-xl {
  min-height: 64px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: calc(18px * 2 - 8px);
  gap: 12px;
}
.gl_btn-xl .icon {
  font-size: 28px;
}

.gl_btn-lg {
  min-height: 56px;
  padding: 14px 20px;
  font-size: 18px;
  line-height: calc(18px * 2 - 8px);
  gap: 12px;
}
.gl_btn-lg .icon {
  font-size: 28px;
}

.gl_btn-md {
  min-height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: calc(16px * 2 - 8px);
  gap: 8px;
}
.gl_btn-md .icon {
  font-size: 20px;
}

.gl_btn-sm {
  min-height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: calc(14px * 2 - 8px);
  gap: 8px;
}
.gl_btn-sm .icon {
  font-size: 20px;
}

.gl_btn-xs {
  min-height: 32px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: calc(14px * 2 - 8px);
  gap: 8px;
}
.gl_btn-xs .icon {
  font-size: 18px;
}

.gl_btn-basic {
  color: #ffffff;
  background: #1F2123;
  border: 0;
}
.gl_btn-basic:hover {
  background: #1F2123;
}
.gl_btn-basic[disabled], .gl_btn-basic.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-info {
  color: #ffffff;
  background: #316AF6;
  border: 0;
}
.gl_btn-info:hover {
  background: #164AD5;
}
.gl_btn-info[disabled], .gl_btn-info.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-success {
  color: #ffffff;
  background: #00AA90;
  border: 0;
}
.gl_btn-success:hover {
  background: #00886F;
}
.gl_btn-success[disabled], .gl_btn-success.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-warning {
  color: #ffffff;
  background: #FAC919;
  border: 0;
}
.gl_btn-warning:hover {
  background: #CB9B00;
}
.gl_btn-warning[disabled], .gl_btn-warning.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-danger {
  color: #ffffff;
  background: #F64B5C;
  border: 0;
}
.gl_btn-danger:hover {
  background: #CE1D3C;
}
.gl_btn-danger[disabled], .gl_btn-danger.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-orange {
  color: #ffffff;
  background: #F77A3B;
  border: 0;
}
.gl_btn-orange:hover {
  background: #CD5400;
}
.gl_btn-orange[disabled], .gl_btn-orange.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-purple {
  color: #ffffff;
  background: #8250FF;
  border: 0;
}
.gl_btn-purple:hover {
  background: #682ADC;
}
.gl_btn-purple[disabled], .gl_btn-purple.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-outline-basic {
  color: #1F2123;
  border: 1px solid rgba(31, 33, 35, 0.08);
  background: rgba(255, 255, 255, 0.01);
}
.gl_btn-outline-basic:hover {
  background: rgba(31, 33, 35, 0.04);
}
.gl_btn-outline-basic[disabled], .gl_btn-outline-basic.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-outline-info {
  color: #316AF6;
  border: 1px solid rgba(31, 33, 35, 0.08);
  background: rgba(255, 255, 255, 0.01);
}
.gl_btn-outline-info:hover {
  background: rgba(31, 33, 35, 0.04);
}
.gl_btn-outline-info[disabled], .gl_btn-outline-info.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-outline-success {
  color: #00AA90;
  border: 1px solid rgba(31, 33, 35, 0.08);
  background: rgba(255, 255, 255, 0.01);
}
.gl_btn-outline-success:hover {
  background: rgba(31, 33, 35, 0.04);
}
.gl_btn-outline-success[disabled], .gl_btn-outline-success.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-outline-warning {
  color: #FAC919;
  border: 1px solid rgba(31, 33, 35, 0.08);
  background: rgba(255, 255, 255, 0.01);
}
.gl_btn-outline-warning:hover {
  background: rgba(31, 33, 35, 0.04);
}
.gl_btn-outline-warning[disabled], .gl_btn-outline-warning.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-outline-danger {
  color: #F64B5C;
  border: 1px solid rgba(31, 33, 35, 0.08);
  background: rgba(255, 255, 255, 0.01);
}
.gl_btn-outline-danger:hover {
  background: rgba(31, 33, 35, 0.04);
}
.gl_btn-outline-danger[disabled], .gl_btn-outline-danger.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-outline-purple {
  color: #8250FF;
  border: 1px solid rgba(31, 33, 35, 0.08);
  background: rgba(255, 255, 255, 0.01);
}
.gl_btn-outline-purple:hover {
  background: rgba(31, 33, 35, 0.04);
}
.gl_btn-outline-purple[disabled], .gl_btn-outline-purple.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-basic {
  color: #1F2123;
}
.gl_btn-ghost-basic:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-basic[disabled], .gl_btn-ghost-basic.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-dark {
  color: #F9FAFB;
}
.gl_btn-ghost-dark:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-dark[disabled], .gl_btn-ghost-dark.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-info {
  color: #316AF6;
}
.gl_btn-ghost-info:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-info[disabled], .gl_btn-ghost-info.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-success {
  color: #00AA90;
}
.gl_btn-ghost-success:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-success[disabled], .gl_btn-ghost-success.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-warning {
  color: #FAC919;
}
.gl_btn-ghost-warning:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-warning[disabled], .gl_btn-ghost-warning.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-danger {
  color: #F64B5C;
}
.gl_btn-ghost-danger:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-danger[disabled], .gl_btn-ghost-danger.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-orange {
  color: #F77A3B;
}
.gl_btn-ghost-orange:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-orange[disabled], .gl_btn-ghost-orange.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-ghost-purple {
  color: #8250FF;
}
.gl_btn-ghost-purple:hover {
  background: rgba(55, 89, 123, 0.03);
}
.gl_btn-ghost-purple[disabled], .gl_btn-ghost-purple.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-secondary-basic {
  color: #1F2123;
  background: #F1F3F5;
  border: 0;
}
.gl_btn-secondary-basic:hover {
  background: #E1E3E5;
}
.gl_btn-secondary-basic[disabled], .gl_btn-secondary-basic.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-gray-basic {
  color: #1F2123;
  background: rgba(22, 56, 90, 0.06);
  border: 0;
}
.gl_btn-gray-basic:hover {
  background: rgba(31, 33, 35, 0.08);
}
.gl_btn-gray-basic[disabled], .gl_btn-gray-basic.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-gray-info {
  color: #316AF6;
  border: 0;
  background: rgba(22, 56, 90, 0.06);
}
.gl_btn-gray-info:hover {
  background: rgba(31, 33, 35, 0.1);
}
.gl_btn-gray-info[disabled], .gl_btn-gray-info.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-gray-success {
  color: #00AA90;
  border: 0;
  background: rgba(22, 56, 90, 0.06);
}
.gl_btn-gray-success:hover {
  background: rgba(31, 33, 35, 0.1);
}
.gl_btn-gray-success[disabled], .gl_btn-gray-success.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-gray-warning {
  color: #FAC919;
  border: 0;
  background: rgba(22, 56, 90, 0.06);
}
.gl_btn-gray-warning:hover {
  background: rgba(31, 33, 35, 0.1);
}
.gl_btn-gray-warning[disabled], .gl_btn-gray-warning.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-gray-danger {
  color: #F64B5C;
  border: 0;
  background: rgba(22, 56, 90, 0.06);
}
.gl_btn-gray-danger:hover {
  background: rgba(31, 33, 35, 0.1);
}
.gl_btn-gray-danger[disabled], .gl_btn-gray-danger.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-gray-orange {
  color: #F77A3B;
  border: 0;
  background: rgba(22, 56, 90, 0.06);
}
.gl_btn-gray-orange:hover {
  background: rgba(31, 33, 35, 0.1);
}
.gl_btn-gray-orange[disabled], .gl_btn-gray-orange.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-gray-purple {
  color: #8250FF;
  border: 0;
  background: rgba(22, 56, 90, 0.06);
}
.gl_btn-gray-purple:hover {
  background: rgba(31, 33, 35, 0.1);
}
.gl_btn-gray-purple[disabled], .gl_btn-gray-purple.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-icon.gl_btn-xl {
  padding: 18px 18px;
  width: 64px;
}
.gl_btn-icon.gl_btn-lg {
  padding: 14px 14px;
  width: 56px;
}
.gl_btn-icon.gl_btn-md {
  padding: 12px 12px;
  width: 48px;
}
.gl_btn-icon.gl_btn-sm {
  padding: 8px 8px;
  width: 40px;
}
.gl_btn-icon.gl_btn-xs {
  padding: 6px 6px;
  width: 32px;
}

.gl_btn-icon-left i {
  order: 1;
}
.gl_btn-icon-left span {
  order: 2;
}

.gl_btn-icon-right i {
  order: 2;
}
.gl_btn-icon-right span {
  order: 1;
}

.gl_close-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.gl_close-btn:hover {
  background: transparent;
}

.gl_btn-light {
  background: #ffffff;
  color: #1F2123;
  border: 0;
}
.gl_btn-light:hover {
  background: #F9FAFB;
}

.gl_btn-ghost-light {
  background: transparent;
  color: #F9FAFB;
  border: 0;
}
.gl_btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.24);
}

.gl_btn-green-500 {
  color: #ffffff;
  background: #00AA90;
  border: 0;
}
.gl_btn-green-500:hover {
  background: #00886F;
}
.gl_btn-green-500[disabled], .gl_btn-green-500.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_btn-green-50 {
  color: #00886F;
  background: #ECF7F3;
  border: 0;
}
.gl_btn-green-50:hover {
  background: #C9E8DF;
}
.gl_btn-green-50[disabled], .gl_btn-green-50.gl_disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.gl_toggle .knobs:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0;
  background-color: #ffffff;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.gl_toggle .toggle-checkbox:checked + .knobs:before {
  content: "";
  background-color: #ffffff;
  box-shadow: 0px 2px 4px -2px rgba(22, 56, 90, 0.06);
}

.gl_toggle {
  position: relative;
  overflow: hidden;
}
.gl_toggle .toggle-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.gl_toggle .knobs {
  z-index: 2;
}
.gl_toggle .layer {
  width: 100%;
  background-color: #C4C7C9;
  transition: 0.3s ease all;
  z-index: 1;
}
.gl_toggle .knobs, .gl_toggle .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gl_toggle.gl_disabled {
  opacity: 0.5;
}
.gl_toggle.gl_disabled .knobs:before {
  content: "";
}
.gl_toggle.gl_disabled .toggle-checkbox:checked + .knobs:before {
  content: "";
}
.gl_toggle.gl_disabled .toggle-checkbox:disabled {
  cursor: not-allowed;
}

.gl_toggle-lg {
  width: 100px;
  height: 56px;
}
.gl_toggle-lg .layer, .gl_toggle-lg .knobs {
  border-radius: 999px;
  overflow: hidden;
}
.gl_toggle-lg .knobs:before {
  width: 48px;
  height: 48px;
  font-size: 14px;
  border-radius: 999px;
}
.gl_toggle-lg .toggle-checkbox:checked + .knobs:before {
  left: 48px;
}

.gl_toggle-md {
  width: 84px;
  height: 48px;
}
.gl_toggle-md .layer, .gl_toggle-md .knobs {
  border-radius: 999px;
  overflow: hidden;
}
.gl_toggle-md .knobs:before {
  width: 40px;
  height: 40px;
  font-size: 12px;
  border-radius: 999px;
}
.gl_toggle-md .toggle-checkbox:checked + .knobs:before {
  left: 40px;
}

.gl_toggle-sm {
  width: 68px;
  height: 40px;
}
.gl_toggle-sm .layer, .gl_toggle-sm .knobs {
  border-radius: 999px;
  overflow: hidden;
}
.gl_toggle-sm .knobs:before {
  width: 32px;
  height: 32px;
  font-size: 12px;
  border-radius: 999px;
}
.gl_toggle-sm .toggle-checkbox:checked + .knobs:before {
  left: 32px;
}

.gl_toggle-xs {
  width: 52px;
  height: 32px;
}
.gl_toggle-xs .layer, .gl_toggle-xs .knobs {
  border-radius: 999px;
  overflow: hidden;
}
.gl_toggle-xs .knobs:before {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 999px;
}
.gl_toggle-xs .toggle-checkbox:checked + .knobs:before {
  left: 24px;
}

.gl_toggle-info .toggle-checkbox:checked ~ .layer {
  background-color: #316AF6;
}

.gl_toggle-success .toggle-checkbox:checked ~ .layer {
  background-color: #00AA90;
}

.gl_toggle-warning .toggle-checkbox:checked ~ .layer {
  background-color: #FAC919;
}

.gl_toggle-danger .toggle-checkbox:checked ~ .layer {
  background-color: #F64B5C;
}

.gl_toggle-basic .toggle-checkbox:checked ~ .layer {
  background-color: #444749;
}

.gl_toggle-purple .toggle-checkbox:checked ~ .layer {
  background-color: #8250FF;
}

input::-moz-placeholder {
  color: rgba(4, 12, 16, 0.45) !important;
}

input::placeholder {
  color: rgba(4, 12, 16, 0.45) !important;
}

input::-webkit-input-placeholder {
  color: rgba(4, 12, 16, 0.45);
}

input::-moz-placeholder {
  color: rgba(4, 12, 16, 0.45);
}

input[type=text],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
}

.gl_form-wrapper {
  position: relative;
}
.gl_form-wrapper.gl_form-col-2 {
  display: flex;
  justify-content: space-between;
}

.gl_form-group {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.gl_form-group input[type=text],
.gl_form-group select {
  height: 48px;
}
.gl_form-group .gl_textarea {
  height: 140px;
}
.gl_form-group .gl_form-control {
  outline: none;
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 3, 5, 0.88);
  padding: 12px 16px;
  border-radius: 2px;
  border: none;
  background: rgba(22, 56, 90, 0.06);
  background-clip: border-box;
}
.gl_form-group .gl_form-control.gl_disabled, .gl_form-group .gl_form-control[disabled] {
  cursor: not-allowed;
  color: #C4C7C9;
  background: #F1F3F5;
}
.gl_form-group .gl_form-control.gl_disabled:hover, .gl_form-group .gl_form-control.gl_disabled:focus, .gl_form-group .gl_form-control[disabled]:hover, .gl_form-group .gl_form-control[disabled]:focus {
  background: #F1F3F5;
  cursor: not-allowed;
}
.gl_form-group .gl_form-control.gl_disabled::-moz-placeholder, .gl_form-group .gl_form-control[disabled]::-moz-placeholder {
  color: #C4C7C9 !important;
}
.gl_form-group .gl_form-control.gl_disabled::placeholder, .gl_form-group .gl_form-control[disabled]::placeholder {
  color: #C4C7C9 !important;
}
.gl_form-group select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #5C5F61 !important;
}
.gl_form-group select + .icon {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 20px;
  color: #5C5F61;
  pointer-events: none;
}
.gl_form-group select.gl_disabled, .gl_form-group select[disabled] {
  color: #C4C7C9 !important;
  opacity: 1;
}
.gl_form-group select.gl_disabled + .icon, .gl_form-group select[disabled] + .icon {
  color: #C4C7C9;
}
.gl_form-group select:required:invalid {
  color: rgba(4, 12, 16, 0.45) !important;
}
.gl_form-group select:focus-visible {
  outline: none !important;
}
.gl_form-group .gl_form-prompt-text-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.gl_form-group .form-prompt-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #8E9193;
  background: #F1F3F5;
  width: 100%;
  padding: 4px 16px;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
}
.gl_form-group .form-prompt-text .icon {
  font-size: 14px;
  margin-right: 8px;
  margin-top: 2px;
  color: #8E9193;
}
.gl_form-group .form-prompt-text .fz-t4 span,
.gl_form-group .form-prompt-text .fz-s4 span {
  display: block;
}
.gl_form-group .form-prompt-text.is-warning {
  background: #FEF1CE;
}
.gl_form-group .form-prompt-text.is-warning .fz-body-xs {
  color: #9B6C00;
}
.gl_form-group .form-prompt-text.is-info {
  background: #C4D8FF;
}
.gl_form-group .form-prompt-text.is-info .fz-body-xs {
  color: #0025B2;
}
.gl_form-group .gl_multi-line-text {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 48px;
  max-height: 176px;
}
.gl_form-group .gl_multi-line-text::-webkit-scrollbar {
  display: none;
}

.gl_form-feedback-wrap {
  width: 100%;
  display: none;
}
.gl_form-feedback-wrap.is-info .form-feedback {
  background: #C4D8FF;
  color: #0025B2;
}

.form-feedback {
  display: flex;
  align-items: center;
  width: 100%;
  order: -1;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
}

.is-valid .gl_form-feedback-wrap {
  display: flex;
}
.is-valid .form-feedback {
  color: #00654F;
  padding: 4px 16px;
  background: #C9E8DF;
}

.is-invalid .gl_form-feedback-wrap {
  display: flex;
}
.is-invalid .form-feedback {
  color: #A4001B;
  padding: 4px 16px;
  background: #FFD1D0;
}

.gl_icon-input-wrap {
  position: relative;
}
.gl_icon-input-wrap .gl_form-control {
  padding: 12px 16px 12px 48px;
}
.gl_icon-input-wrap .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 1;
}

.showPassword {
  position: absolute;
  top: 0;
  right: 0;
}

.gl_datepicker-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: row;
}
.gl_datepicker-group .gl_form-control {
  flex: 1;
  cursor: pointer;
}
.gl_datepicker-group .gl_btn {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.gl_form-files {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F1F3F5;
  color: #5C5F61;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
}

input[type=file] {
  display: none;
}

.gl_files-list {
  position: relative;
  background: #F1F3F5;
  color: #5C5F61;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
}
.gl_files-list .gl_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.gl_upload-file-wrap {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.gl_upload-file-wrap .gl_preview-files-img {
  display: none;
}

.gl_form-files-image {
  cursor: pointer;
  background: #F1F3F5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
}
.gl_form-files-image .icon {
  color: #5C5F61;
  font-size: 24px;
  margin-bottom: 4px;
}
.gl_form-files-image .fz-tit {
  color: #5C5F61;
}

.gl_preview-files-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.remove-upload-file-btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.gl_search-types-v1 {
  flex-direction: row;
}
.gl_search-types-v1 .gl_form-control {
  padding-left: 48px;
}
.gl_search-types-v1 .icon-search {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 20px;
  color: #5C5F61;
}
.gl_search-types-v1 .clear-search-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.gl_search-types-v1.is-active .clear-search-btn {
  display: flex;
}

.gl_search-types-v2 {
  flex-direction: row;
}
.gl_search-types-v2 .gl_form-control {
  padding-right: 60px;
}
.gl_search-types-v2 .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.gl_search-types-v2 .clear-search-btn {
  display: none;
  position: absolute;
  right: 44px;
  top: 0;
}
.gl_search-types-v2 .clear-search-btn .icon {
  color: #444749;
}
.gl_search-types-v2.is-active .clear-search-btn {
  display: flex;
}
.gl_search-types-v2.is-active .gl_form-control {
  padding-right: 104px;
}

.gl_send-form .send-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gl_send-form .send-btn:hover {
  background: #F1F3F5;
}

.gl_number-spinner-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background: rgba(22, 56, 90, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
.gl_number-spinner-counter .minus-btn {
  order: -1;
}
.gl_number-spinner-counter .count-input {
  flex: 1;
  width: initial;
  text-align: center;
  cursor: default;
}

.is-hide {
  display: none;
}

.gl_radio-scale-outer {
  background: rgba(22, 56, 90, 0.06);
}
.gl_radio-scale-outer .gl_radio-scale-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
}
.gl_radio-scale-outer .gl_radio-scale-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 48px;
  width: 100%;
}
.gl_radio-scale-outer .gl_radio-scale-input {
  height: 0;
  width: 0;
}
.gl_radio-scale-outer .gl_radio-scale-input:checked + .gl_scale-label {
  background: #00AA90;
  color: #ffffff;
}
.gl_radio-scale-outer .gl_scale-label {
  cursor: pointer;
  padding: 6px 0;
  width: 100%;
}
.gl_radio-scale-outer .gl_radio-scale-intro-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 8px;
}
.gl_radio-scale-outer .gl_radio-scale-intro-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 48px;
  width: 100%;
  color: rgba(4, 12, 16, 0.45);
}

.gl_checkbox-layout {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.gl_checkbox-layout label {
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.gl_checkbox-layout label .fz-s3,
.gl_checkbox-layout label .fz-t3,
.gl_checkbox-layout label .fz-body-sm,
.gl_checkbox-layout label .fz-title-sm {
  margin-left: 12px;
  color: rgba(0, 3, 5, 0.88);
}
.gl_checkbox-layout input[type=checkbox] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: inline-flex;
  height: 20px;
  width: 20px;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.gl_checkbox-layout input[type=checkbox]:hover {
  box-shadow: 0px 0px 0px 2px rgba(31, 33, 35, 0.04);
}
.gl_checkbox-layout input[type=checkbox]::before {
  content: "";
  display: block;
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-in-out;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-layout input[type=checkbox]:checked::before {
  font-family: symicon-linear !important;
  content: "\eafc";
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.gl_checkbox-layout input[type=checkbox]:indeterminate::before {
  font-family: symicon-linear !important;
  content: "\eafd";
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.gl_checkbox-basic input[type=checkbox]:checked::before {
  background: #1F2123;
  border: 1px solid #1F2123;
}
.gl_checkbox-basic input[type=checkbox]:indeterminate::before {
  background: #1F2123;
}
.gl_checkbox-basic.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_checkbox-basic.gl_disabled input[type=checkbox] {
  cursor: not-allowed;
}
.gl_checkbox-basic.gl_disabled input[type=checkbox]::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-basic.gl_disabled input[type=checkbox]:checked::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-basic.gl_disabled .fz-t3,
.gl_checkbox-basic.gl_disabled .fz-s3,
.gl_checkbox-basic.gl_disabled .fz-body-sm,
.gl_checkbox-basic.gl_disabled .fz-title-sm {
  color: #C4C7C9;
}

.gl_checkbox-info input[type=checkbox]:checked::before {
  background: #316AF6;
  border: 1px solid #316AF6;
}
.gl_checkbox-info input[type=checkbox]:indeterminate::before {
  background: #316AF6;
}
.gl_checkbox-info.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_checkbox-info.gl_disabled input[type=checkbox] {
  cursor: not-allowed;
}
.gl_checkbox-info.gl_disabled input[type=checkbox]::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-info.gl_disabled input[type=checkbox]:checked::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-info.gl_disabled .fz-t3,
.gl_checkbox-info.gl_disabled .fz-s3,
.gl_checkbox-info.gl_disabled .fz-body-sm,
.gl_checkbox-info.gl_disabled .fz-title-sm {
  color: #C4C7C9;
}

.gl_checkbox-success input[type=checkbox]:checked::before {
  background: #00AA90;
  border: 1px solid #00AA90;
}
.gl_checkbox-success input[type=checkbox]:indeterminate::before {
  background: #00AA90;
}
.gl_checkbox-success.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_checkbox-success.gl_disabled input[type=checkbox] {
  cursor: not-allowed;
}
.gl_checkbox-success.gl_disabled input[type=checkbox]::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-success.gl_disabled input[type=checkbox]:checked::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-success.gl_disabled .fz-t3,
.gl_checkbox-success.gl_disabled .fz-s3,
.gl_checkbox-success.gl_disabled .fz-body-sm,
.gl_checkbox-success.gl_disabled .fz-title-sm {
  color: #C4C7C9;
}

.gl_checkbox-warning input[type=checkbox]:checked::before {
  background: #FAC919;
  border: 1px solid #FAC919;
}
.gl_checkbox-warning input[type=checkbox]:indeterminate::before {
  background: #FAC919;
}
.gl_checkbox-warning.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_checkbox-warning.gl_disabled input[type=checkbox] {
  cursor: not-allowed;
}
.gl_checkbox-warning.gl_disabled input[type=checkbox]::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-warning.gl_disabled input[type=checkbox]:checked::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-warning.gl_disabled .fz-t3,
.gl_checkbox-warning.gl_disabled .fz-s3,
.gl_checkbox-warning.gl_disabled .fz-body-sm,
.gl_checkbox-warning.gl_disabled .fz-title-sm {
  color: #C4C7C9;
}

.gl_checkbox-danger input[type=checkbox]:checked::before {
  background: #F64B5C;
  border: 1px solid #F64B5C;
}
.gl_checkbox-danger input[type=checkbox]:indeterminate::before {
  background: #F64B5C;
}
.gl_checkbox-danger.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_checkbox-danger.gl_disabled input[type=checkbox] {
  cursor: not-allowed;
}
.gl_checkbox-danger.gl_disabled input[type=checkbox]::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-danger.gl_disabled input[type=checkbox]:checked::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-danger.gl_disabled .fz-t3,
.gl_checkbox-danger.gl_disabled .fz-s3,
.gl_checkbox-danger.gl_disabled .fz-body-sm,
.gl_checkbox-danger.gl_disabled .fz-title-sm {
  color: #C4C7C9;
}

.gl_checkbox-purple input[type=checkbox]:checked::before {
  background: #8250FF;
  border: 1px solid #8250FF;
}
.gl_checkbox-purple input[type=checkbox]:indeterminate::before {
  background: #8250FF;
}
.gl_checkbox-purple.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_checkbox-purple.gl_disabled input[type=checkbox] {
  cursor: not-allowed;
}
.gl_checkbox-purple.gl_disabled input[type=checkbox]::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-purple.gl_disabled input[type=checkbox]:checked::before {
  background: #F9FAFB;
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_checkbox-purple.gl_disabled .fz-t3,
.gl_checkbox-purple.gl_disabled .fz-s3,
.gl_checkbox-purple.gl_disabled .fz-body-sm,
.gl_checkbox-purple.gl_disabled .fz-title-sm {
  color: #C4C7C9;
}

.gl_radio-layout {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.gl_radio-layout label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.gl_radio-layout label .fz-s3,
.gl_radio-layout label .fz-t3,
.gl_radio-layout label .fz-body-sm {
  color: rgba(0, 3, 5, 0.88);
  margin-left: 12px;
}
.gl_radio-layout input[type=radio] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: inline-flex;
  height: 20px;
  width: 20px;
  padding: 0;
  border: 0;
  border-radius: 20px;
}
.gl_radio-layout input[type=radio]:hover {
  box-shadow: 0px 0px 0px 2px rgba(31, 33, 35, 0.04);
}
.gl_radio-layout input[type=radio]::before {
  content: "";
  display: block;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-in-out;
}
.gl_radio-layout input[type=radio]:checked::after {
  content: "";
  display: block;
  min-width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  left: -13px;
  top: 7px;
}

.gl_radio-basic input[type=radio]::before {
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-basic input[type=radio]:checked::before {
  background: #1F2123;
  border: 1px solid #1F2123;
}
.gl_radio-basic.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_radio-basic.gl_disabled input[type=radio] {
  cursor: not-allowed;
}
.gl_radio-basic.gl_disabled input[type=radio]::before {
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-basic.gl_disabled input[type=radio]:checked::before {
  background: #F9FAFB;
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-basic.gl_disabled .fz-t3,
.gl_radio-basic.gl_disabled .fz-body-sm {
  color: #C4C7C9;
}

.gl_radio-info input[type=radio]::before {
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-info input[type=radio]:checked::before {
  background: #316AF6;
  border: 1px solid #316AF6;
}
.gl_radio-info.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_radio-info.gl_disabled input[type=radio] {
  cursor: not-allowed;
}
.gl_radio-info.gl_disabled input[type=radio]::before {
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-info.gl_disabled input[type=radio]:checked::before {
  background: #F9FAFB;
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-info.gl_disabled .fz-t3,
.gl_radio-info.gl_disabled .fz-body-sm {
  color: #C4C7C9;
}

.gl_radio-success input[type=radio]::before {
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-success input[type=radio]:checked::before {
  background: #00AA90;
  border: 1px solid #00AA90;
}
.gl_radio-success.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_radio-success.gl_disabled input[type=radio] {
  cursor: not-allowed;
}
.gl_radio-success.gl_disabled input[type=radio]::before {
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-success.gl_disabled input[type=radio]:checked::before {
  background: #F9FAFB;
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-success.gl_disabled .fz-t3,
.gl_radio-success.gl_disabled .fz-body-sm {
  color: #C4C7C9;
}

.gl_radio-warning input[type=radio]::before {
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-warning input[type=radio]:checked::before {
  background: #FAC919;
  border: 1px solid #FAC919;
}
.gl_radio-warning.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_radio-warning.gl_disabled input[type=radio] {
  cursor: not-allowed;
}
.gl_radio-warning.gl_disabled input[type=radio]::before {
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-warning.gl_disabled input[type=radio]:checked::before {
  background: #F9FAFB;
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-warning.gl_disabled .fz-t3,
.gl_radio-warning.gl_disabled .fz-body-sm {
  color: #C4C7C9;
}

.gl_radio-danger input[type=radio]::before {
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-danger input[type=radio]:checked::before {
  background: #F64B5C;
  border: 1px solid #F64B5C;
}
.gl_radio-danger.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_radio-danger.gl_disabled input[type=radio] {
  cursor: not-allowed;
}
.gl_radio-danger.gl_disabled input[type=radio]::before {
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-danger.gl_disabled input[type=radio]:checked::before {
  background: #F9FAFB;
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-danger.gl_disabled .fz-t3,
.gl_radio-danger.gl_disabled .fz-body-sm {
  color: #C4C7C9;
}

.gl_radio-purple input[type=radio]::before {
  border: 1px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-purple input[type=radio]:checked::before {
  background: #8250FF;
  border: 1px solid #8250FF;
}
.gl_radio-purple.gl_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gl_radio-purple.gl_disabled input[type=radio] {
  cursor: not-allowed;
}
.gl_radio-purple.gl_disabled input[type=radio]::before {
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-purple.gl_disabled input[type=radio]:checked::before {
  background: #F9FAFB;
  border: 0px solid rgba(5, 21, 36, 0.12);
}
.gl_radio-purple.gl_disabled .fz-t3,
.gl_radio-purple.gl_disabled .fz-body-sm {
  color: #C4C7C9;
}

.gl_loading {
  align-self: center;
}
.gl_loading .icon {
  animation-name: rotate;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.gl_loading .icon:before {
  content: "\ea01" !important;
}
.gl_loading.gl_disabled .icon, .gl_loading:disabled .icon {
  color: #5C5F61 !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gl_content-switcher-outer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-top: 12px;
}

.gl_content-switcher {
  position: relative;
  display: flex;
  padding-bottom: 12px;
  color: #8E9193;
}
.gl_content-switcher::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  display: none;
  border-radius: 24px;
}
.gl_content-switcher:hover::after {
  display: block;
}
.gl_content-switcher.is-active {
  font-weight: 700;
}
.gl_content-switcher.is-active::after {
  display: block;
}

.gl_content-switcher-info .gl_content-switcher:hover::after {
  display: block;
  background: #7AA5FE;
}
.gl_content-switcher-info .gl_content-switcher.is-active {
  color: #316AF6;
}
.gl_content-switcher-info .gl_content-switcher.is-active::after {
  background: #316AF6;
}

.gl_content-switcher-success .gl_content-switcher:hover::after {
  display: block;
  background: #81CAB7;
}
.gl_content-switcher-success .gl_content-switcher.is-active {
  color: #00AA90;
}
.gl_content-switcher-success .gl_content-switcher.is-active::after {
  background: #00AA90;
}

.gl_content-switcher-warning .gl_content-switcher:hover::after {
  display: block;
  background: #FCDE8B;
}
.gl_content-switcher-warning .gl_content-switcher.is-active {
  color: #FAC919;
}
.gl_content-switcher-warning .gl_content-switcher.is-active::after {
  background: #FAC919;
}

.gl_content-switcher-danger .gl_content-switcher:hover::after {
  display: block;
  background: #FF9596;
}
.gl_content-switcher-danger .gl_content-switcher.is-active {
  color: #F64B5C;
}
.gl_content-switcher-danger .gl_content-switcher.is-active::after {
  background: #F64B5C;
}

.gl_content-switcher-basic .gl_content-switcher:hover::after {
  display: block;
  background: #5C5F61;
}
.gl_content-switcher-basic .gl_content-switcher.is-active {
  color: #1F2123;
}
.gl_content-switcher-basic .gl_content-switcher.is-active::after {
  background: #1F2123;
}

.gl_content-switcher-purple .gl_content-switcher:hover::after {
  display: block;
  background: #AA97FF;
}
.gl_content-switcher-purple .gl_content-switcher.is-active {
  color: #8250FF;
}
.gl_content-switcher-purple .gl_content-switcher.is-active::after {
  background: #8250FF;
}

.iw_pagination-wrap {
  padding: 16px 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iw_pagination-wrap ul,
.iw_pagination-wrap .gl_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 12px;
  overflow: hidden;
}
.iw_pagination-wrap ul .iw_pagination-item.iw_active .gl_page-link,
.iw_pagination-wrap .gl_pagination .iw_pagination-item.iw_active .gl_page-link {
  color: #ffffff;
  background: #1F2123;
  cursor: default;
  font-weight: 700;
}
.iw_pagination-wrap ul.cl-success .iw_pagination-item.iw_active .gl_page-link,
.iw_pagination-wrap .gl_pagination.cl-success .iw_pagination-item.iw_active .gl_page-link {
  background: #00AA90;
}
.iw_pagination-wrap ul.cl-info .iw_pagination-item.iw_active .gl_page-link,
.iw_pagination-wrap .gl_pagination.cl-info .iw_pagination-item.iw_active .gl_page-link {
  background: #316AF6;
}
.iw_pagination-wrap .iw_pagination-item {
  cursor: pointer;
}
.iw_pagination-wrap .iw_pagination-item a {
  display: block;
  color: #1F2123;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iw_pagination-wrap .iw_pagination-item a:hover {
  background: rgba(55, 89, 123, 0.03);
}
.iw_pagination-wrap .icon {
  font-size: 20px;
}
.iw_pagination-wrap .iw_ellipsis {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767.98px) {
  .iw_pagination-wrap .iw_ellipsis {
    display: none;
  }
}
.iw_pagination-wrap .iw_pagination-previous, .iw_pagination-wrap .iw_pagination-next {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .iw_pagination-wrap .iw_pagination-previous, .iw_pagination-wrap .iw_pagination-next {
    display: flex;
  }
}

.hide {
  display: none;
}

.gl_pagination-outer {
  margin: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .gl_pagination-outer {
    margin: 24px 0;
  }
}
.gl_pagination-outer .gl_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 8px;
  overflow: hidden;
}
.gl_pagination-outer .gl_pagination li.active .gl_page-link {
  background: #444749;
  color: #ffffff;
  cursor: default;
  font-weight: 700;
}
.gl_pagination-outer .gl_pagination .gl_ellipsis {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E1E3E5;
}
@media screen and (max-width: 767.98px) {
  .gl_pagination-outer .gl_pagination .gl_ellipsis {
    display: none;
  }
}
.gl_pagination-outer .gl_pagination.cl-success li.active .gl_page-link {
  background: #00AA90;
}
.gl_pagination-outer .gl_pagination.cl-info li.active .gl_page-link {
  background: #316AF6;
}
.gl_pagination-outer .gl_page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E1E3E5;
  color: #1F2123;
}
.gl_pagination-outer .gl_page-link i {
  font-size: 20px;
}
.gl_pagination-outer .gl_page-link:hover {
  background: #C4C7C9;
}

.gl_pagination-md .gl_page-link {
  min-width: 48px;
  min-height: 48px;
  font-size: 16px;
  line-height: calc(16px * 2 - 8px);
  border-radius: 8px;
}
.gl_pagination-md .gl_ellipsis,
.gl_pagination-md .iw_ellipsis {
  width: 48px;
  height: 48px;
}

.gl_pagination-sm .gl_page-link {
  min-width: 40px;
  min-height: 40px;
  font-size: 14px;
  line-height: calc(14px * 2 - 8px);
  border-radius: 8px;
}
.gl_pagination-sm .gl_ellipsis,
.gl_pagination-sm .iw_ellipsis {
  width: 40px;
  height: 40px;
}

.gl_pagination-v2 {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 8px;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(22, 56, 90, 0.06);
}
.gl_pagination-v2 .prev {
  margin-right: auto;
}
.gl_pagination-v2 .next {
  margin-left: auto;
}
.gl_pagination-v2 .gl_page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: transparent;
  color: #1F2123;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.gl_pagination-v2 .gl_page-link .icon {
  font-size: 20px;
}
.gl_pagination-v2 .gl_page-link:not(.is-disabled):hover {
  background-color: rgba(55, 89, 123, 0.03);
}
.gl_pagination-v2 li.active .gl_page-link {
  background-color: #00AA90;
  color: #ffffff;
  cursor: default;
}
.gl_pagination-v2 li.active .gl_page-link:hover {
  background-color: #00AA90;
}
.gl_pagination-v2 .gl_page-link.is-disabled {
  background: transparent;
  color: #C4C7C9;
  cursor: not-allowed;
  pointer-events: none;
}
.gl_pagination-v2 .gl_page-link.is-disabled:hover {
  background: transparent;
}

.iw_alert-wrap {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .iw_alert-wrap {
    top: 4px;
    width: calc(100% - 8px);
  }
}

.gl_alert-body {
  position: relative;
  width: 288px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  background: rgba(0, 3, 5, 0.88);
  padding: 12px 16px;
  width: auto;
  backdrop-filter: blur(16px);
  min-width: 352px;
  max-width: 736px;
}
@media screen and (max-width: 767.98px) {
  .gl_alert-body {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
.gl_alert-body .gl_alert-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 999px;
}
.gl_alert-body .gl_alert-icon .icon {
  font-size: 16px;
  color: #ffffff;
}
.gl_alert-body .gl_alert-con {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.gl_alert-body .gl_alert-con .fz-body-sm {
  color: #ffffff;
}
.gl_alert-body .gl_alert-con .fz-body-sm + .fz-body-xs {
  margin-top: 2px;
  color: #C4C7C9;
}
.gl_alert-body .gl_alert-title {
  flex: 1;
}

.gl_alert-close-btn .gl_close-btn {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.gl_alert-close-btn .gl_alert-con {
  padding-right: 64px;
}

.gl_alert-basic .gl_alert-icon {
  background: #8E9193;
}

.gl_alert-info .gl_alert-icon {
  background: #316AF6;
}

.gl_alert-success .gl_alert-icon {
  background: #00AA90;
}

.gl_alert-warning .gl_alert-icon {
  background: #FAC919;
}

.gl_alert-danger .gl_alert-icon {
  background: #F64B5C;
}

.gl_alert-purple .gl_alert-icon {
  background: #8250FF;
}

@keyframes sway {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0px, -2px, 0);
  }
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translate3d(0px, 2px, 0);
  }
}
.show-alert {
  animation-name: showAlert;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes showAlert {
  0% {
    transform: translate(-50%, -150%);
  }
  20% {
    transform: translate(-50%, 0);
  }
  75% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -200%);
  }
}

.iw_leave {
  animation-name: leaveSlowerAlert;
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes showSlowerAlert {
  0% {
    transform: translate(-50%, -150%);
  }
  7.5% {
    transform: translate(-50%, 0);
  }
  90.625% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -200%);
  }
}
@keyframes leaveSlowerAlert {
  0% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, -200%);
  }
}
.show-alert {
  display: none;
}

.iw_show.show-alert {
  display: flex;
}

.iw_show.show-alert-slower {
  display: flex;
}

.gl_callout-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}
.gl_callout-wrap .gl_callout-wrap__content {
  flex: 1;
}
.gl_callout-wrap .gl_callout-wrap__content .cl-basic-0 {
  color: #ffffff;
}
.gl_callout-wrap .gl_callout-wrap__content .cl-basic-300 {
  color: #C4C7C9;
}
.gl_callout-wrap .gl_callout-wrap__content span {
  display: block;
}
.gl_callout-wrap .gl_callout-wrap__icon-wrap {
  padding: 8px;
  border-radius: 999px;
  display: flex;
}
.gl_callout-wrap .gl_callout-wrap__icon-wrap .icon {
  font-size: 16px;
}

.gl_callout-basic .gl_callout-wrap__icon-wrap {
  background: #F1F3F5;
  color: #5C5F61;
}

.gl_callout-info .gl_callout-wrap__icon-wrap {
  background: #E9F1FF;
  color: #164AD5;
}

.gl_callout-success .gl_callout-wrap__icon-wrap {
  background: #ECF7F3;
  color: #00886F;
}

.gl_callout-warning .gl_callout-wrap__icon-wrap {
  background: #FEF1CE;
  color: #CB9B00;
}

.gl_callout-danger .gl_callout-wrap__icon-wrap {
  background: #FEEFEE;
  color: #CE1D3C;
}

html.is-reveal-open {
  position: initial;
  height: 100dvh;
  overflow-y: overlay;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 26;
  display: none;
  background-color: rgba(31, 33, 35, 0.72);
  overflow-y: auto;
  backdrop-filter: blur(8px);
}

.reveal {
  z-index: 27;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 0;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
.reveal.collapse {
  padding: 0;
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
.reveal.without-overlay {
  position: fixed;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 560px;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 62.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.gl_modal-outer {
  display: block;
  background: rgba(31, 33, 35, 0.72);
  backdrop-filter: blur(8px);
  overflow-y: auto;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 27;
  transform: translateY(100%);
  opacity: 0;
}
.gl_modal-outer.is-show {
  transform: translateY(0);
  opacity: 1;
}
.gl_modal-outer.is-show .gl_modal {
  transform: translateY(-50%);
  bottom: -50%;
}
@media screen and (max-width: 767.98px) {
  .gl_modal-outer.is-show .gl_modal {
    transform: translateY(0);
    bottom: 0;
  }
}

.gl_modal {
  outline: none;
  position: relative;
  width: 352px;
  max-height: 560px;
  padding: 0;
  overflow-y: auto;
  border-radius: 24px;
  background: #ffffff;
  z-index: 25;
  bottom: -800px;
  transform: translateY(100%);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .gl_modal {
    display: block;
    position: absolute;
    top: initial;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100% - 8px);
    border-radius: 24px 24px 0 0;
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }
}
.gl_modal .gl_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.gl_modal .gl_avatar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gl_modal .gl_icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl_modal .gl_icon-wrap .icon {
  font-size: 22px;
}

.gl_modal::-webkit-scrollbar {
  display: none;
}

.gl_modal-4col {
  width: 352px;
}
@media screen and (max-width: 767.98px) {
  .gl_modal-4col {
    width: calc(100% - 32px);
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-radius: 16px 16px 0 0;
  }
}

.gl_modal-header.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.gl_modal-header.flex-row .fz-s1,
.gl_modal-header.flex-row .fz-s2 {
  flex: 1;
  word-break: break-all;
}
.gl_modal-header.flex-row .gl_icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl_modal-header.flex-row .gl_icon-wrap .icon {
  font-size: 22px;
}
.gl_modal-header.flex-row .gl_icon-wrap.cl-success {
  background: #ECF7F3;
  color: #00AA90;
}
.gl_modal-header.flex-row .gl_icon-wrap.cl-info {
  background: #E9F1FF;
  color: #316AF6;
}
.gl_modal-header.flex-row .gl_modal-header__sub {
  padding: 8px;
}
.gl_modal-header.flex-row .gl_modal-header__main {
  flex: 1;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gl_modal-header.flex-row .gl_modal-header__btn-wrap {
  padding: 8px;
}

.gl_modal-header.flex-column {
  gap: 16px;
  padding: 40px 24px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gl_modal-header.flex-column .iw_modal-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
.gl_modal-header.flex-column .gl_modal-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl_modal-header.flex-column .gl_modal-icon .icon {
  font-size: 40px;
}
.gl_modal-header.flex-column .gl_modal-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.gl_modal-header.flex-column .gl_modal-info .fz-body-sm span {
  display: block;
}

.gl_modal-content {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gl_modal-content .gl_modal-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.gl_modal-content .gl_modal-info .fz-s2 {
  margin-bottom: 4px;
}
.gl_modal-content .gl_modal-info .fz-h3, .gl_modal-content .gl_modal-info .fz-title-lg {
  width: 100%;
  text-align: center;
}
.gl_modal-content .gl_modal-info .fz-h3 + .fz-t3, .gl_modal-content .gl_modal-info .fz-title-lg + .fz-t3 {
  margin-top: 10px;
}
.gl_modal-content .gl_modal-info .fz-t3, .gl_modal-content .gl_modal-info .fz-body-sm {
  width: 100%;
  text-align: center;
  color: #444749;
}
.gl_modal-content .gl_modal-info .fz-t3 span, .gl_modal-content .gl_modal-info .fz-body-sm span {
  display: block;
}
.gl_modal-content .gl_modal-info .fz-t3 p, .gl_modal-content .gl_modal-info .fz-body-sm p {
  display: block;
  margin-bottom: 8px;
}
.gl_modal-content .gl_modal-info .fz-t3 p:last-child, .gl_modal-content .gl_modal-info .fz-body-sm p:last-child {
  margin-bottom: 0;
}
.gl_modal-content .gl_modal-info .cl-danger-500 {
  color: #F64B5C !important;
}

.gl_modal-footer {
  width: 100%;
  padding: 0 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767.98px) {
  .gl_modal-footer {
    padding: 0 16px calc(16px + env(safe-area-inset-bottom));
  }
}
.gl_modal-footer .gl_btn {
  padding-right: 0;
  padding-left: 0;
}
.gl_modal-footer.flex-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.gl_modal-footer.flex-column .gl_btn {
  width: 100%;
}
.gl_modal-footer.flex-column .gl_primary-modal-btn {
  order: -1;
}
.gl_modal-footer.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.gl_modal-footer.flex-row .gl_btn {
  flex: 1;
}
.gl_modal-footer.flex-row.flex-end {
  justify-content: flex-end;
}
.gl_modal-footer.flex-row.flex-end .gl_btn {
  flex: none;
}
.gl_modal-footer.flex-row.flex-center {
  justify-content: center;
}
.gl_modal-footer.flex-row.flex-center .gl_btn {
  flex: initial;
}

.gl-v2_modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 12, 16, 0.45);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 26;
  backdrop-filter: blur(8px);
}
@media screen and (min-width: 768px) {
  .gl-v2_modal-overlay {
    align-items: center;
  }
}

.gl-v2_modal-box {
  background: #ffffff;
  width: 100%;
  max-width: none;
  border-radius: 24px 24px 0 0;
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .gl-v2_modal-box {
    max-width: 352px;
    border-radius: 24px;
    opacity: 0;
  }
}

.gl-v2_modal-header {
  padding: 8px;
  display: flex;
  align-items: center;
}
.gl-v2_modal-header .gl-v2_modal-title {
  flex: 1;
  text-align: center;
}
.gl-v2_modal-header .gl-v2_modla-header-btn-wrap {
  padding: 8px;
  min-width: 56px;
}
.gl-v2_modal-header .gl_btn {
  border-radius: 999px;
}

.gl-v2_modal-content {
  padding: 16px;
}

.gl-v2_modal-footer {
  padding: 16px;
}
.gl-v2_modal-footer .gl_btn {
  width: 100%;
}

.gl_gs-modal {
  outline: none;
  position: relative;
  width: 352px;
  max-height: 560px;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 24px;
  background: #ffffff;
  z-index: 25;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .gl_gs-modal {
    width: 100% !important;
    bottom: 0;
    border-radius: 24px 24px 0 0;
  }
}

.gl_gs-modal-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 8px;
}

.gl_gs-modal-header-spacer {
  flex-shrink: 0;
  width: 56px;
  height: 40px;
}

.gl_gs-modal-header-title {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: rgba(0, 3, 5, 0.88);
  text-align: center;
}

.gl_gs-modal-header-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(22, 56, 90, 0.06);
  color: rgba(0, 3, 5, 0.88);
  cursor: pointer;
  backdrop-filter: blur(16px);
}
.gl_gs-modal-header-close .icon {
  font-size: 20px;
}
.gl_gs-modal-header-close:hover {
  background-color: rgba(5, 21, 36, 0.12);
}

.gl_gs-modal-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px 16px;
}

.gl_gs-modal-footer {
  width: 100%;
  padding: 0 16px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767.98px) {
  .gl_gs-modal-footer {
    padding: 0 16px calc(16px + env(safe-area-inset-bottom));
  }
}
.gl_gs-modal-footer .gl_btn {
  flex: 1;
}

.iw_navbar-outer {
  position: sticky;
  top: 0px;
  z-index: 23;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .iw_navbar-outer {
    padding: 0 16px;
  }
}
.iw_navbar-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(249, 250, 251, 0.8);
  backdrop-filter: blur(32px);
  z-index: -1;
}

.iw_navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  width: 100%;
  max-width: 1504px;
  border-radius: 0;
  border-top: 0;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar {
    z-index: 23;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 calc(0px + env(safe-area-inset-bottom));
    outline: 1px solid rgba(22, 56, 90, 0.06);
  }
  .iw_navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(32px);
    z-index: -1;
  }
}

.iw_mobilel-navbar {
  width: 100%;
  background: #00AA90;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .iw_mobilel-navbar {
    display: grid;
    grid-template-columns: 56px 1fr 56px;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_mobilel-navbar::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    z-index: -1;
    background: #00AA90;
  }
}
.iw_mobilel-navbar .iw_mobile-nav-btn:first-child {
  grid-row: 1/2;
  grid-column: 1/2;
}
.iw_mobilel-navbar .iw_mobile-nav-btn:last-child {
  grid-row: 1/2;
  grid-column: 3/4;
}
.iw_mobilel-navbar .iw_logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100%;
  padding: 0 8px;
  min-height: 56px;
}
.iw_mobilel-navbar a {
  display: flex;
}
.iw_mobilel-navbar a img {
  height: 20px;
  aspect-ratio: 11/3;
}
.iw_mobilel-navbar .gl_btn {
  margin: 8px;
  border-radius: 50%;
  position: relative;
}
.iw_mobilel-navbar .gl_btn:hover {
  background: rgba(5, 21, 36, 0.12);
}
.iw_mobilel-navbar .gl_btn:has(.iw_count) {
  background-color: rgba(5, 21, 36, 0.12);
}
.iw_mobilel-navbar .gl_btn:has(.iw_count):hover {
  background-color: rgba(9, 23, 31, 0.24);
}
.iw_mobilel-navbar .gl_btn .iw_count {
  background: white;
  color: #00886F;
  border-radius: 999px;
  height: 20px;
  min-width: 20px;
  padding: 0 4px;
  position: absolute;
  top: -4px;
  right: -4px;
}

.iw_navbar__sub {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__sub {
    display: none;
  }
}
.iw_navbar__sub .iw_navbar--logo {
  display: block;
  padding: 0 8px 0 4px;
}
.iw_navbar__sub .iw_navbar--logo img {
  height: 28px;
  aspect-ratio: 4/1;
}
.iw_navbar__sub .iw_menu-tablet-btn {
  display: none;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__sub .iw_menu-tablet-btn {
    display: block;
  }
}

.iw_navbar__menu-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.iw_navbar__menu-wrap li {
  position: relative;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__menu-wrap li {
    display: none;
  }
}
.iw_navbar__menu-wrap .gl_btn-sm {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.iw_navbar__menu-wrap .text-success-500 {
  color: #00AA90 !important;
}
.iw_navbar__menu-wrap .iw_viewport-position-btn {
  position: relative;
}
.iw_navbar__menu-wrap .iw_viewport-position-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.iw_navbar__menu-wrap .iw_viewport-position-btn:hover + .iw_viewport-position-box {
  display: block;
}
.iw_navbar__menu-wrap .iw_viewport-position-box {
  display: none;
  width: 352px;
  position: absolute;
  top: 56px;
  left: 0;
  background: #ffffff;
  border-radius: 24px;
  z-index: 23;
}
.iw_navbar__menu-wrap .iw_viewport-position-box:hover {
  display: block;
}
.iw_navbar__menu-wrap .iw_viewport-position-box .iw_viewport-position__header {
  display: flex;
}
.iw_navbar__menu-wrap .iw_viewport-position-box .iw_viewport-position__header .iw_menu-header__btn-wrap {
  padding: 8px;
}
.iw_navbar__menu-wrap .iw_viewport-position-box .iw_viewport-position__header .iw_menu-header__title {
  flex: 1;
  min-height: 72px;
  padding: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iw_navbar__main {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main {
    width: 100%;
    gap: 0;
  }
}
.iw_navbar__main .gl_btn {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__main .gl_btn {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .gl_btn {
    width: initial;
    flex-direction: column;
    flex: 1;
    padding: 8px 0;
    gap: 0;
  }
  .iw_navbar__main .gl_btn:hover {
    background: transparent;
  }
}
.iw_navbar__main .gl_btn .iw_mobile-text {
  font-size: 16px;
  line-height: 24px;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .gl_btn .iw_mobile-text {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__main .gl_btn .iw_desktop-text {
    display: none;
  }
}
.iw_navbar__main .gl_btn .icon {
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .gl_btn .icon {
    margin: 2px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .gl_btn .user-shorten-badge {
    margin: 4px 2px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_tablet-hide-btn {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_login-btn span {
    line-height: 20px;
    font-size: 12px;
  }
}
.iw_navbar__main .iw_share-btn {
  position: relative;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__main .iw_share-btn.gl_btn-ghost-success {
    background: transparent;
    color: #1F2123;
    border: 0;
  }
}
.iw_navbar__main .iw_share-btn.gl_btn-ghost-success:hover {
  background: #ECF7F3;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__main .iw_share-btn.gl_btn-ghost-success:hover {
    background: #F9FAFB;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_share-btn.gl_btn-ghost-success:hover {
    background: transparent;
  }
}
.iw_navbar__main .iw_feed-btn {
  position: relative;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__main .iw_feed-btn {
    order: -1;
  }
}
.iw_navbar__main .iw_search-btn {
  position: relative;
}
@media screen and (max-width: 1151.98px) {
  .iw_navbar__main .iw_search-btn {
    order: -1;
  }
}
.iw_navbar__main .iw_disabled,
.iw_navbar__main .gl_disabled {
  opacity: 32%;
  background: transparent !important;
}
.iw_navbar__main .iw_disabled:hover,
.iw_navbar__main .gl_disabled:hover {
  background: transparent !important;
}
.iw_navbar__main .iw_points-wrap {
  position: relative;
}
.iw_navbar__main .iw_points-wrap .user-shorten-badge {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_points-wrap .user-shorten-badge {
    line-height: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_points-wrap .icon {
    display: none;
  }
}
.iw_navbar__main .iw_points-wrap .iw_mobile-text {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_points-wrap .iw_mobile-text {
    display: block;
  }
}
.iw_navbar__main .iw_points-wrap.cl-danger-600 {
  background: #FEEFEE;
  color: #A4001B;
}
.iw_navbar__main .iw_points-wrap.cl-danger-600 span {
  color: #A4001B;
}
.iw_navbar__main .iw_notification-btn {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_notification-btn {
    display: none;
  }
}
.iw_navbar__main .iw_notification-btn .iw_count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #F64B5C;
  box-shadow: 0 0 0 2px #ffffff;
  color: #ffffff;
  padding: 0 3px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 14px;
  min-width: 20px;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_notification-btn .iw_count {
    top: auto;
    bottom: 8px;
    transform: translateX(50%);
    right: 50%;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.iw_navbar__main .iw_avatar-btn {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn {
    flex-direction: column;
    flex: 1;
    padding: 8px 0;
    height: initial;
  }
}
.iw_navbar__main .iw_avatar-btn:hover {
  background: rgba(55, 89, 123, 0.03);
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn:hover {
    background: transparent;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap {
    margin: 2px 0;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap img {
    width: 24px;
    height: 24px;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-cover-img {
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-cover-img {
    width: 24px;
    height: 24px;
    border-radius: 0px;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-vip-cover-img {
  background-size: cover;
  background-image: url("/images/avatar/avatar-type_VIP.png");
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-vip-cover-img {
    background-image: initial;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-vip-pro-cover-img {
  background-size: cover;
  background-image: url("/images/avatar/avatar-type_PRO.png");
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-vip-pro-cover-img {
    background-image: initial;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-school-cover-img {
  background-size: cover;
  background-image: url("/images/avatar/avatar-type_school.png");
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-school-cover-img {
    background-image: initial;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-enterprise-cover-img {
  background-size: cover;
  background-image: url("/images/avatar/avatar-type_enterprise.png");
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-enterprise-cover-img {
    background-image: initial;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_avartar-img-wrap .iw_avatar-noti-unread-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  width: 8px;
  height: 8px;
  background: #FD747A;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: content-box;
}
.iw_navbar__main .iw_avatar-btn .iw_mobile-text {
  color: #1F2123;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .iw_navbar__main .iw_avatar-btn .iw_mobile-text {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_avatar-btn .iw_mobile-text {
    font-size: 12px;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_user-badge {
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .iw_navbar__main .iw_avatar-btn .iw_user-badge {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_user-badge.cl-purple {
  background: #8250FF;
}
@media screen and (min-width: 768px) {
  .iw_navbar__main .iw_avatar-btn .iw_user-badge.cl-purple {
    display: none;
  }
}
.iw_navbar__main .iw_avatar-btn .iw_user-badge.cl-orange {
  background: #F77A3B;
}
@media screen and (min-width: 768px) {
  .iw_navbar__main .iw_avatar-btn .iw_user-badge.cl-orange {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_login-btn {
    background: transparent;
    color: #1F2123;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_login-btn {
    line-height: 12px;
    font-size: 12px;
  }
}
.iw_navbar__main .iw_login-btn:hover {
  background: #00886F;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_login-btn:hover {
    background: transparent;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar__main .iw_login-btn .fz-tit {
    font-weight: 500;
  }
}

@media screen and (max-width: 767.98px) {
  .iw_navbar--sub {
    display: none;
  }
}

.iw_fixed-offer-btn {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  top: -60px;
  width: 100%;
  transform: translateY(-130px);
  transition: all 0.5s ease-in-out;
  align-items: center;
  background: #CE1D3C;
  cursor: pointer;
  z-index: 26;
}
@media screen and (max-width: 767.98px) {
  .iw_fixed-offer-btn {
    display: flex;
    justify-content: space-between;
  }
}
.iw_fixed-offer-btn .iw_sticky-ad-banner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  width: 100%;
}
.iw_fixed-offer-btn .iw_sticky-ad-banner-wrap img {
  aspect-ratio: 1/1;
}
.iw_fixed-offer-btn .iw_sticky-ad-banner-wrap .iw_info-wrap {
  flex: 1;
  color: #ffffff;
}
.iw_fixed-offer-btn .iw_sticky-ad-banner-wrap .iw_info-wrap .fz-s2 {
  margin-bottom: 2px;
}
.iw_fixed-offer-btn .iw_sticky-ad-banner-wrap .iw_info-wrap span {
  display: block;
}
.iw_fixed-offer-btn .iw_sticky-ad-banner-wrap .iw_icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.iw_fixed-offer-btn .iw_sticky-ad-banner-wrap .iw_icon-wrap .icon {
  font-size: 24px;
  color: #ffffff;
}
.iw_fixed-offer-btn.iw_active {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  top: 0;
}

.iw_hide {
  display: none;
}

.iw_fixed-new-member-btn {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: -60px;
  width: 100%;
  transform: translateY(-130px);
  transition: all 0.5s ease-in-out;
  align-items: center;
  background: url(/images/luckybag/bg-pattern.png), linear-gradient(87.69deg, #FFFAEE -39.38%, #FFB4B3 96.13%), linear-gradient(0deg, #CE1D3C, #CE1D3C);
  background-blend-mode: lighten;
  cursor: pointer;
  z-index: 26;
}
@media screen and (max-width: 767.98px) {
  .iw_fixed-new-member-btn {
    display: flex;
    justify-content: space-between;
  }
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  width: 100%;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap img {
  aspect-ratio: 1/1;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap .iw_info-wrap {
  flex: 1;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap .iw_info-wrap .fz-s2 {
  margin-bottom: 2px;
  color: #A4001B;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap .iw_info-wrap .fz-s4 {
  color: #CE1D3C;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap .iw_info-wrap span {
  display: block;
  text-align: center;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap .iw_icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.iw_fixed-new-member-btn .iw_sticky-ad-banner-wrap .iw_icon-wrap .icon {
  font-size: 24px;
  color: #CE1D3C;
}
.iw_fixed-new-member-btn.iw_active {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  top: 0;
}

.iw_navbar__menu-wrap .iw_viewport-position__body {
  padding: 0 16px 16px 16px;
}

.iw_dropdown-wrap .iw_viewport-position__body {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .iw_dropdown-wrap .iw_viewport-position__body {
    display: none;
  }
}

.iw_pub-gap-4 {
  gap: 4px;
}

.iw_pub-gap-8 {
  gap: 8px;
}

.iw_pub-gap-16 {
  gap: 16px;
}

.iw_pub-menu-body {
  padding: 0 16px 16px 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.iw_pub-menu-body .iw_app-btn-wrap {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 0;
  margin-bottom: -16px;
}
.iw_pub-menu-body .iw_app-btn-wrap .iw_viewport-position__link-btn {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.iw_pub-menu-body .iw_app-btn-wrap img {
  width: 100%;
  aspect-ratio: 82/25;
}

.iw_pub-menu-frame-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.iw_pub-menu-frame-wrap .iw_pub-frame-wrap__title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.iw_pub-menu-frame-wrap .iw_pub-frame-wrap__title-wrap .iw_link-text {
  display: flex;
  align-items: center;
}
.iw_pub-menu-frame-wrap .iw_pub-frame-wrap__title-wrap .iw_text-gradient {
  background-image: url("/images/abTesting/bg-orange_wave.png");
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iw_pub-menu-frame-wrap .iw_pub-menu-mini-title {
  color: #5C5F61;
  flex: 1;
}
.iw_pub-menu-frame-wrap .iw_pub-menu-item_row {
  width: 100%;
  display: flex;
  align-items: center;
}
.iw_pub-menu-frame-wrap .iw_pub-menu-list-wrap {
  background: #F9FAFB;
  border-radius: 16px;
}

.iw_pub-menu-frame-wrap {
  display: flex;
  flex-direction: column;
}
.iw_pub-menu-frame-wrap .iw_promotional-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  flex: 1;
  border-radius: 12px;
  background: #F9FAFB;
}
.iw_pub-menu-frame-wrap .iw_promotional-item:hover {
  background: #F1F3F5;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-orange .iw_icon-wrap {
  background: #FFDCCB;
  mix-blend-mode: multiply;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-orange .iw_icon-wrap .icon {
  color: #A22A00;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-orange .fz-body-xs {
  color: #F77A3B;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-success:hover {
  background: transparent;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-success .iw_icon-wrap {
  background: #C9E8DF;
  mix-blend-mode: multiply;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-success .iw_icon-wrap .icon {
  color: #00654F;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-success .icon-chevron-right {
  color: rgba(9, 23, 31, 0.24);
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-success .fz-body-xs {
  color: #00AA90;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-info .iw_icon-wrap {
  background: #C4D8FF;
  mix-blend-mode: multiply;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-info .iw_icon-wrap .icon {
  color: #0025B2;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-info .fz-body-xs {
  color: rgba(4, 12, 16, 0.45);
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-purple .iw_icon-wrap {
  background: #D8D2FF;
  mix-blend-mode: multiply;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-purple .iw_icon-wrap .icon {
  color: #4E00B8;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-purple .fz-body-xs {
  color: rgba(4, 12, 16, 0.45);
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-warning .iw_icon-wrap {
  background: #FDE8AE;
  mix-blend-mode: multiply;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-warning .iw_icon-wrap .icon {
  color: #6D3F00;
}
.iw_pub-menu-frame-wrap .iw_promotional-item.cl-warning .fz-body-xs {
  color: rgba(4, 12, 16, 0.45);
}
.iw_pub-menu-frame-wrap .iw_promotional-item .iw_menu-con {
  flex: 1;
}
.iw_pub-menu-frame-wrap .iw_icon-wrap {
  padding: 6px;
  border-radius: 999px;
}
.iw_pub-menu-frame-wrap .iw_icon-wrap .icon {
  font-size: 20px;
}

.iw_pub-flex-row {
  display: flex;
  align-items: center;
}

.iw_pub-flex-column {
  display: flex;
  flex-direction: column;
}

.iw_pub-flex-justify-between {
  display: flex;
  justify-content: space-between;
}

.iw_pub-circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #E1E3E5;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.iw_pub-circle-icon .icon {
  color: #444749;
  font-size: 20px;
}

.iw_dropdown-menu-row-btn {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #F9FAFB;
}
.iw_dropdown-menu-row-btn:hover {
  background: rgba(55, 89, 123, 0.03);
}
.iw_dropdown-menu-row-btn.iw_disabled {
  background: #F1F3F5 !important;
  color: #C4C7C9 !important;
  cursor: not-allowed;
  opacity: 0.48;
}
.iw_dropdown-menu-row-btn .iw_dropdown-menu-intro {
  flex: 1;
  align-items: flex-start;
}
.iw_dropdown-menu-row-btn .iw_dropdown-menu-intro.iw_pub-flex-justify-between {
  align-items: center;
}
.iw_dropdown-menu-row-btn .iw_active {
  background: #ECF7F3;
}
.iw_dropdown-menu-row-btn .iw_active .icon,
.iw_dropdown-menu-row-btn .iw_active .fz-body-sm {
  color: #00AA90;
}

.iw_menu-user-exchange-court {
  background: #ECF7F3;
  border-radius: 999px;
  width: 100%;
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
.iw_menu-user-exchange-court .fz-body-xs {
  color: #00AA90;
}
.iw_menu-user-exchange-court .ft-semicondensed {
  font-size: 56px;
  font-style: normal;
  line-height: 48px;
  color: #00654F;
}
.iw_menu-user-exchange-court .iw_menu-user-exchange-court-p {
  color: #00654F;
  font-size: 32px;
  font-style: normal;
  line-height: 32px;
}
.iw_menu-user-exchange-court .fz-body-xs {
  color: #00AA90;
}
.iw_menu-user-exchange-court.cl-danger {
  background: #FEEFEE;
}
.iw_menu-user-exchange-court.cl-danger .ft-semicondensed, .iw_menu-user-exchange-court.cl-danger .iw_menu-user-exchange-court-p {
  color: #A4001B;
}
.iw_menu-user-exchange-court.cl-danger .fz-body-xs {
  color: #F64B5C;
}
.iw_menu-user-exchange-court.cl-vip {
  background: #FFF2EC;
}
.iw_menu-user-exchange-court.cl-vip .ft-semicondensed, .iw_menu-user-exchange-court.cl-vip .iw_menu-user-exchange-court-p {
  color: #CD5400;
}
.iw_menu-user-exchange-court.cl-vip .fz-body-xs {
  color: #F77A3B;
}
.iw_menu-user-exchange-court.cl-purple {
  background: #F1EFFF;
}
.iw_menu-user-exchange-court.cl-purple .ft-semicondensed, .iw_menu-user-exchange-court.cl-purple .iw_menu-user-exchange-court-p {
  color: #4E00B8;
}
.iw_menu-user-exchange-court.cl-purple .fz-body-xs {
  color: #8250FF;
}

.iw_menu-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.iw_menu-noti-count-wrap {
  display: flex;
  gap: 16px;
}

.iw_menu-badge {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  min-width: 20px;
}
.iw_menu-badge.cl-red {
  background: #FD747A;
}
.iw_menu-badge.cl-orange {
  background: #FC9566;
}

.iw_menu-card-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.iw_menu-card-wrap {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.iw_menu-card-wrap.cl-vip .iw_menu-card__header {
  background-image: url("/images/ai/bg_orange-wave_1.1.png");
  background-image: -webkit-image-set(url("/images/ai/bg_orange-wave_1.1.avif") 1x, url("/images/ai/bg_orange-wave_1.1.avif") 2x, url("/images/ai/bg_orange-wave_1.1.avif") 3x);
  background-image: image-set(url("/images/ai/bg_orange-wave_1.1.avif") 1x, url("/images/ai/bg_orange-wave_1.1.avif") 2x, url("/images/ai/bg_orange-wave_1.1.avif") 3x);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.iw_menu-card-wrap.cl-purple .iw_menu-card__header {
  background: #8250FF;
}
.iw_menu-card-wrap .iw_menu-card__header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.iw_menu-card-wrap .iw_menu-card__header .icon {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.iw_menu-card-wrap .iw_menu-card__body {
  display: none;
}
.iw_menu-card-wrap .iw_menu-card__vip-item {
  margin-left: 16px;
  border-bottom: 1px solid rgba(55, 89, 123, 0.03);
  padding: 16px 16px 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.iw_menu-card-wrap .iw_menu-card__vip-item .fz-body-xs:last-child {
  flex: 1;
  text-align: right;
}
.iw_menu-card-wrap .iw_menu-card__vip-item:last-child {
  border-bottom: 0;
}
.iw_menu-card-wrap .cl-basic-0 {
  color: #ffffff;
}
.iw_menu-card-wrap .cl-orange-400 {
  color: #FC9566;
}
.iw_menu-card-wrap .cl-white-alpha-700 {
  color: rgba(255, 255, 255, 0.72);
}
.iw_menu-card-wrap .cl-basic-alpha-500 {
  color: rgba(4, 12, 16, 0.45);
}
.iw_menu-card-wrap.is-show .icon-chevron-down {
  transform: rotate(180deg);
}
.iw_menu-card-wrap.is-show .iw_menu-card__body {
  display: block;
}

.iw_dropdown-outer {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

.iw_dropdown-wrap {
  display: none;
  position: absolute;
  right: 0px !important;
  top: 72px !important;
  left: initial !important;
  width: 352px;
  max-height: calc(100dvh - 72px - 16px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease-in-out;
  z-index: 23;
  opacity: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 8px 32px 0px rgba(55, 89, 123, 0.03), 0px 0px 0px 1px rgba(22, 56, 90, 0.06);
}
@media screen and (max-width: 767.98px) {
  .iw_dropdown-wrap {
    position: fixed;
    display: block;
    width: 100%;
    max-height: calc(100dvh - 16px);
    height: calc(100dvh - 16px);
    overflow-y: auto;
    top: auto !important;
    bottom: 0;
    border-radius: 24px 24px 0 0;
    transform: translateY(200%);
    opacity: 1;
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.iw_dropdown-wrap.is-open {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .iw_dropdown-wrap.is-open {
    transform: translateY(0);
    bottom: 0;
  }
}
.iw_dropdown-wrap .iw_menu-head {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  padding: 8px;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.iw_dropdown-wrap .iw_menu-head .iw_btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.iw_dropdown-wrap .iw_menu-title {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0 8px;
  max-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.iw_dropdown-wrap .iw_menu-head__btn-wrap {
  grid-row: 1/2;
  grid-column: 3/4;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.iw_dropdown-wrap .iw_menu-head__btn-wrap .gl_btn {
  border-radius: 50%;
}

.iw_dropdown-wrap::-webkit-scrollbar {
  display: none;
}

.iw_dropdown-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(4, 12, 16, 0.45);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  z-index: 21;
}
@media screen and (max-width: 767.98px) {
  .iw_dropdown-mask {
    display: block;
    transform: translateY(100%);
    opacity: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .iw_dropdown-wrap.is-open ~ .iw_dropdown-mask {
    display: block;
    transform: translateY(0);
    opacity: 1;
  }
}

.iw_nav-mainMenu {
  left: 0px !important;
  right: initial !important;
}
@media screen and (max-width: 1151.98px) {
  .iw_nav-mainMenu {
    right: initial !important;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_nav-mainMenu {
    right: 0 !important;
    top: initial !important;
    height: initial !important;
  }
}

@media screen and (max-width: 767.98px) {
  .iw_dropdown__search .iw_search-wrap {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
  }
}
.iw_dropdown__search .iw_menu-head {
  box-shadow: none;
}
.iw_dropdown__search .iw_search-con {
  padding: 16px 16px 0;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
}
.iw_dropdown__search .iw_search-con .gl_form-control {
  background: transparent;
  padding: 8px 12px 8px 0;
  height: initial;
}
.iw_dropdown__search .iw_search-con .iw_search-input {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  background: rgba(22, 56, 90, 0.06);
  border-radius: 8px;
  padding: 4px;
}
.iw_dropdown__search .iw_search-con .iw_search-input .iw_btn-wrap {
  padding: 10px;
}
.iw_dropdown__search .iw_search-con .iw_search-input .icon {
  font-size: 20px;
}
.iw_dropdown__search .iw_search-tabs-wrap .iw_search-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title {
  position: relative;
  flex: 1;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title .iw_search-tab-link {
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px 16px 0 0;
  color: #747779;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title .icon {
  font-size: 24px;
  color: #747779;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title .fz-body-xs {
  line-height: 18px;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 8px;
  background: #00AA90;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title:hover .iw_search-tab-link {
  background: rgba(55, 89, 123, 0.03);
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title.is-active a {
  color: #1F2123;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title.is-active .icon {
  color: #1F2123;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title.is-active::after {
  display: block;
}
.iw_dropdown__search .iw_search-tabs-wrap .tabs-title.is-active:hover .iw_search-tab-link {
  background: transparent;
}
.iw_dropdown__search .iw_search-list-wrap {
  padding: 0 16px 16px;
}
.iw_dropdown__search .iw_search-body .tabs-panel {
  display: none;
}
.iw_dropdown__search .iw_search-body .tabs-panel.is-active {
  display: block;
}

.iw_user-points {
  position: relative;
}
.iw_user-points .iw_menu-con {
  padding: 16px;
  box-shadow: inset 0px -1px 0px #F9FAFB;
}
.iw_user-points .iw_menu-con:last-child {
  box-shadow: 0;
}
.iw_user-points .iw_badge-wrap.bg-danger {
  background: #F64B5C;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 999px;
  font-feature-settings: "calt" 1, "liga" 1, "tnum" 1;
  font-weight: 700;
}
.iw_user-points .iw_navbar-item-group {
  padding: 12px 16px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  background: rgba(55, 89, 123, 0.03);
}
.iw_user-points .iw_navbar-item-group .iw_flex-main-wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.iw_user-points .iw_navbar-item-group .iw_flex-main-wrap .cl-basic-alpha-500 {
  color: rgba(4, 12, 16, 0.45);
}
.iw_user-points .iw_navbar-item-group .iw_flex-main-wrap .iw_link-text {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.56);
}
.iw_user-points .iw_navbar-item-group .iw_flex-main-wrap .iw_link-text .icon {
  font-size: 12px;
}
.iw_user-points .iw_navbar-item-group .gl_btn {
  min-width: 64px;
}
.iw_user-points .iw_navbar-item-group.cl-basic .iw_icon-wrap {
  background: rgba(22, 56, 90, 0.06);
}
.iw_user-points .iw_navbar-item-group.cl-basic .iw_icon-wrap .icon {
  color: rgba(0, 6, 10, 0.64);
}
.iw_user-points .iw_navbar-item-group.cl-warning {
  position: relative;
  background: #FBD462;
}
.iw_user-points .iw_navbar-item-group.cl-warning .iw_flex-main-wrap .fz-body-sm {
  color: #411400;
}
.iw_user-points .iw_navbar-item-group.cl-warning .iw_flex-main-wrap .fz-body-xs {
  color: #6D3F00;
}
.iw_user-points .iw_navbar-item-group.cl-warning .gl_btn-warning {
  background: #ffffff;
  color: #6D3F00;
}
.iw_user-points .iw_navbar-item-group.cl-warning .gl_btn-warning:hover {
  background: #FFFAEE;
}
.iw_user-points .iw_navbar-item-group.cl-orange {
  background: #FFF2EC;
}
.iw_user-points .iw_navbar-item-group.cl-orange .iw_flex-main-wrap .fz-body-sm {
  color: #CD5400;
}
.iw_user-points .iw_navbar-item-group.cl-orange .iw_flex-main-wrap .fz-body-xs {
  color: #650000;
}
.iw_user-points .iw_navbar-item-group.cl-danger {
  background-image: url("/images/ai/bg_orange-wave_1.1.png");
  background-image: -webkit-image-set(url("/images/ai/bg_orange-wave_1.1.avif") 1x, url("/images/ai/bg_orange-wave_1.1.avif") 2x, url("/images/ai/bg_orange-wave_1.1.avif") 3x);
  background-image: image-set(url("/images/ai/bg_orange-wave_1.1.avif") 1x, url("/images/ai/bg_orange-wave_1.1.avif") 2x, url("/images/ai/bg_orange-wave_1.1.avif") 3x);
  background-size: cover;
  background-position: center;
}
.iw_user-points .iw_navbar-item-group.cl-danger .iw_flex-main-wrap {
  color: #ffffff;
}
.iw_user-points .iw_navbar-item-group.cl-danger .gl_btn {
  background: #ffffff;
}
.iw_user-points .iw_navbar-item-group.cl-danger .gl_btn span {
  background-image: url("/images/ai/bg_orange-wave_1.1.png");
  background-image: -webkit-image-set(url("/images/ai/bg_orange-wave_1.1.avif") 1x, url("/images/ai/bg_orange-wave_1.1.avif") 2x, url("/images/ai/bg_orange-wave_1.1.avif") 3x);
  background-image: image-set(url("/images/ai/bg_orange-wave_1.1.avif") 1x, url("/images/ai/bg_orange-wave_1.1.avif") 2x, url("/images/ai/bg_orange-wave_1.1.avif") 3x);
  background-clip: text;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iw_user-points .iw_navbar-item-group.cl-vip {
  background-image: url("/images/abTesting/bg-orange_wave.png");
  background-size: cover;
  background-position: center;
}
.iw_user-points .iw_navbar-item-group.cl-vip .iw_flex-main-wrap .fz-body-sm {
  color: #ffffff;
}
.iw_user-points .iw_navbar-item-group.cl-vip .iw_flex-main-wrap .fz-body-xs {
  color: rgba(255, 255, 255, 0.88);
}
.iw_user-points .iw_navbar-item-group.cl-vip .gl_btn {
  background: #ffffff;
  color: #6D3F00;
}
.iw_user-points .iw_navbar-item-group.cl-vip .gl_btn:hover {
  background: #FFF2EC;
}

.iw_notification {
  position: relative;
}
.iw_notification .iw_notification-list {
  padding: 8px;
  flex-grow: 1;
}

.iw_user-profile {
  position: relative;
}
.iw_user-profile .iw_navbar__user-profile {
  border-radius: 16px;
  background: #F9FAFB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-right: 16px;
}
.iw_user-profile .iw_navbar__user-profile-item {
  padding: 12px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(100% - 82px);
}
.iw_user-profile .iw_navbar__user-profile-item:hover {
  background: rgba(55, 89, 123, 0.03);
}
.iw_user-profile .iw_navbar__user-profile-item .iw_navbar__user-profile-con {
  display: flex;
  align-items: center;
  max-width: calc(100% - 32px - 16px);
}
.iw_user-profile .iw_navbar__user-profile-item .fz-body-sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.iw_user-profile .iw_navbar__user-profile-item .icon {
  color: rgba(4, 12, 16, 0.45);
}

.iw_navbar .iw_offer-btn {
  position: relative;
  background: url("/images/background/bg-orange_noise-xs.jpg") center center/cover no-repeat;
  z-index: 1;
  color: #ffffff;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar .iw_offer-btn {
    display: none;
  }
}
.iw_navbar .iw_offer-btn:hover {
  background: linear-gradient(to bottom, rgba(22, 56, 90, 0.06), rgba(22, 56, 90, 0.06)), url("/images/background/bg-orange_noise-xs.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767.98px) {
  .iw_navbar .iw_offer-btn .gl_btn-sm {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_navbar .iw_offer-btn .gl_btn-sm .icon {
    font-size: 16px;
    margin-right: 6px;
  }
}

::-moz-placeholder {
  color: #8E9193;
  opacity: 1;
}

::placeholder {
  color: #8E9193;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #8E9193;
}

@media screen and (max-width: 767.98px) {
  .iw_search-wrap .iw_search-list-wrap,
  .iw_modal-search-bar .iw_search-list-wrap {
    height: calc(100% - 65px);
  }
}
.iw_search-wrap .ui-autocomplete,
.iw_modal-search-bar .ui-autocomplete {
  padding: 8px;
  width: 100% !important;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  left: 0 !important;
  top: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .iw_search-wrap .ui-autocomplete,
  .iw_modal-search-bar .ui-autocomplete {
    border-top: 1px solid rgba(22, 56, 90, 0.06);
  }
}
@media screen and (max-width: 767.98px) {
  .iw_search-wrap .ui-autocomplete,
  .iw_modal-search-bar .ui-autocomplete {
    height: 100%;
  }
}
.iw_search-wrap .ui-autocomplete li,
.iw_modal-search-bar .ui-autocomplete li {
  width: 100%;
  color: rgba(0, 6, 10, 0.64);
  transition: all 0.2s ease-in;
  padding: 16px 12px 16px 56px !important;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  min-height: 48px;
}
.iw_search-wrap .ui-autocomplete li a,
.iw_modal-search-bar .ui-autocomplete li a {
  color: rgba(0, 6, 10, 0.64);
  line-height: 24px;
  font-size: 14px;
}
.iw_search-wrap .ui-autocomplete li:hover,
.iw_modal-search-bar .ui-autocomplete li:hover {
  background: rgba(55, 89, 123, 0.03);
}
.iw_search-wrap .ui-autocomplete li::before,
.iw_modal-search-bar .ui-autocomplete li::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #00886F;
  background: #ECF7F3;
  font-family: "symicon-linear" !important;
  content: "\ea59";
  font-size: 16px;
  line-height: 16px;
  mix-blend-mode: multiply;
  padding: 8px;
  border-radius: 999px;
}
.iw_search-wrap .ui-autocomplete li:first-child,
.iw_modal-search-bar .ui-autocomplete li:first-child {
  padding-left: 16px;
}
.iw_search-wrap .ui-autocomplete li:last-child,
.iw_modal-search-bar .ui-autocomplete li:last-child {
  padding: 16px !important;
  justify-content: flex-end;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
  margin: 0 -8px -8px;
  border-radius: 0;
  width: calc(100% + 16px);
}
@media screen and (max-width: 767.98px) {
  .iw_search-wrap .ui-autocomplete li:last-child,
  .iw_modal-search-bar .ui-autocomplete li:last-child {
    border-top: 0;
    margin: 0;
    width: 100%;
  }
}
.iw_search-wrap .ui-autocomplete li:last-child:hover,
.iw_modal-search-bar .ui-autocomplete li:last-child:hover {
  background: transparent;
}
.iw_search-wrap .ui-autocomplete li:last-child::before,
.iw_modal-search-bar .ui-autocomplete li:last-child::before {
  display: none;
}
.iw_search-wrap .ui-autocomplete li:last-child a,
.iw_modal-search-bar .ui-autocomplete li:last-child a {
  color: #ffffff;
  background: #00AA90;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 12px !important;
  height: 40px;
}
@media screen and (max-width: 767.98px) {
  .iw_search-wrap .ui-autocomplete li:last-child a,
  .iw_modal-search-bar .ui-autocomplete li:last-child a {
    width: 100%;
  }
}
.iw_search-wrap .ui-autocomplete li:last-child a:hover,
.iw_modal-search-bar .ui-autocomplete li:last-child a:hover {
  background: #00886F;
}
.iw_search-wrap .ui-autocomplete .ui-menu-item-wrapper,
.iw_modal-search-bar .ui-autocomplete .ui-menu-item-wrapper {
  word-break: normal;
}
.iw_search-wrap .ui-autocomplete::-webkit-scrollbar,
.iw_modal-search-bar .ui-autocomplete::-webkit-scrollbar {
  display: none;
}

.ui-helper-hidden-accessible {
  height: 0;
  overflow: hidden;
}

.iw_mobile-fixed-btn {
  max-width: 2560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  position: fixed;
  bottom: 0;
  z-index: 22;
  padding: 0 16px 16px 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .iw_mobile-fixed-btn {
    transform: translateX(50%);
    right: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_mobile-fixed-btn {
    bottom: calc(64px + env(safe-area-inset-bottom));
    padding: 0 8px 8px;
    left: 0;
    right: 0;
  }
}
.iw_mobile-fixed-btn > * {
  pointer-events: auto;
}

.iw_survery-btn {
  width: 352px;
  background-image: url("/images/background/bg-white_noise.jpg"), url("/images/background/bg-green-dark-p.png");
}
@supports ((background-image: -webkit-image-set(url("a.avif") type('image/avif'))) or (background-image: image-set(url("a.avif") type('image/avif')))) {
  .iw_survery-btn {
    background-image: url("/images/background/bg-white_noise.jpg"), url("/images/background/bg-green-dark-p.avif");
  }
}
.iw_survery-btn {
  background-size: 80px 80px, cover;
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-blend-mode: multiply, normal;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .iw_survery-btn {
    display: none;
  }
}
.iw_survery-btn .iw_survery-btn__icon-wrap {
  padding: 12px;
}
.iw_survery-btn .iw_survery-btn__icon-wrap .gl_btn {
  background: rgba(0, 6, 10, 0.64);
  color: #ffffff;
  border-radius: 999px;
}
.iw_survery-btn .iw_survery-btn__icon-wrap .icon {
  font-size: 16px;
}
.iw_survery-btn .iw_ellipsis {
  flex: 1;
  padding: 4px 0 4px 16px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 確保在實際手機裝置上也能正確顯示省略號 */
  text-align: left;
}

.alert-user-locked {
  width: 352px;
}
@media screen and (max-width: 767.98px) {
  .alert-user-locked {
    width: 100%;
  }
}

.iw_user-locked-alert {
  position: relative;
  background: rgba(0, 3, 5, 0.88);
  box-shadow: 0px 24px 48px -12px rgba(5, 21, 36, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  z-index: 10;
  padding: 12px 16px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .iw_user-locked-alert {
    width: 100%;
  }
}
.iw_user-locked-alert .iw_locked-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.iw_user-locked-alert .iw_user-locked__icon {
  border-radius: 999px;
  padding: 6px;
  background: #F64B5C;
  color: #ffffff;
}
.iw_user-locked-alert .iw_user-locked__icon .icon {
  font-size: 20px;
}
.iw_user-locked-alert .iw_user-locked__con {
  flex: 1;
}
.iw_user-locked-alert .iw_user-locked__con .fz-body-sm {
  color: #ffffff;
}
.iw_user-locked-alert .iw_user-locked__con .fz-body-xs {
  color: #C4C7C9;
}

.iw_float-app-ad-wrap--loaded {
  order: -1;
  width: 352px;
  border-radius: 24px;
  background-image: url("/images/background/bg-white_noise.jpg"), url("/images/background/bg-green-dark-p.png");
}
@supports ((background-image: -webkit-image-set(url("a.avif") type('image/avif'))) or (background-image: image-set(url("a.avif") type('image/avif')))) {
  .iw_float-app-ad-wrap--loaded {
    background-image: url("/images/background/bg-white_noise.jpg"), url("/images/background/bg-green-dark-p.avif");
  }
}
.iw_float-app-ad-wrap--loaded {
  background-size: 80px 80px, cover;
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-blend-mode: multiply, normal;
}

.iw_float-app-ad-wrap {
  order: -1;
  width: 352px;
  border-radius: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .iw_float-app-ad-wrap {
    width: 100%;
  }
}
@media (aspect-ratio < 16/9) and (aspect-ratio > 3/4) {
  .iw_float-app-ad-wrap {
    max-width: 352px;
  }
}
.iw_float-app-ad-wrap .iw_float-app-ad__con {
  width: 100%;
  padding: 8px 16px 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}
.iw_float-app-ad-wrap .iw_float-app-ad__title {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.iw_float-app-ad-wrap .iw_float-app-ad__title .fz-body-xs {
  color: rgba(255, 255, 255, 0.8);
}
.iw_float-app-ad-wrap .iw_float-app-ad__btn-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.iw_float-app-ad-wrap .iw_float-app-ad__btn-wrap .iw_float-app-ad__btn {
  width: 50%;
}
.iw_float-app-ad-wrap .iw_float-app-ad__btn-wrap .iw_float-app-ad__btn img {
  aspect-ration: 160/48;
  width: 100%;
  border-radius: 8px;
  outline: 1px solid rgba(255, 255, 255, 0.2);
}
.iw_float-app-ad-wrap .iw_position-img {
  width: 100%;
}
.iw_float-app-ad-wrap .iw_position-img source,
.iw_float-app-ad-wrap .iw_position-img img {
  aspect-ratio: 4/3;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .iw_float-app-ad-wrap .iw_position-img source,
  .iw_float-app-ad-wrap .iw_position-img img {
    max-width: 400px;
    margin: auto;
  }
}
.iw_float-app-ad-wrap .iw_close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  background: rgba(0, 6, 10, 0.64);
  color: #ffffff;
  z-index: 1;
}

.iw_overlay-ad-outer {
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(4px);
  background: rgba(4, 12, 16, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .iw_overlay-ad-outer {
    padding: 16px;
  }
}
.iw_overlay-ad-outer .iw_overlay-ad {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}
.iw_overlay-ad-outer .iw_close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 6, 10, 0.64);
  color: #ffffff;
  border-radius: 999px;
}
.iw_overlay-ad-outer .iw_overlay-ad__img {
  width: 100%;
}
.iw_overlay-ad-outer .iw_overlay-ad__img img,
.iw_overlay-ad-outer .iw_overlay-ad__img source {
  width: 100%;
}
.iw_overlay-ad-outer .iw_overlay-ad__con {
  position: relative;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
}
.iw_overlay-ad-outer .iw_overlay-ad__con .iw_overlay-ad__badge {
  border-radius: 999px;
  background: #FAC919;
  color: #411400;
  padding: 0 8px;
  position: absolute;
  right: 50%;
  top: -10px;
  transform: translateX(50%);
}
.iw_overlay-ad-outer .iw_overlay-ad__con .iw_overlay-ad__title {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.iw_overlay-ad-outer .iw_overlay-ad__con .iw_overlay-ad__btn-wrap {
  padding: 0 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iw_overlay-ad-outer .iw_overlay-ad__con .iw_overlay-ad__btn-wrap .gl_btn {
  width: 120px;
}

.iw_float-new-member-plan-ad-wrap,
.iw_float-limited-offer-ad-wrap {
  order: -1;
  position: relative;
  width: 352px;
}
@media screen and (max-width: 767.98px) {
  .iw_float-new-member-plan-ad-wrap,
  .iw_float-limited-offer-ad-wrap {
    width: 100%;
  }
}
.iw_float-new-member-plan-ad-wrap .iw_float-new-member-plan-ad-box,
.iw_float-limited-offer-ad-wrap .iw_float-new-member-plan-ad-box {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.iw_float-new-member-plan-ad-wrap .iw_float-new-member-plan-ad-box a,
.iw_float-limited-offer-ad-wrap .iw_float-new-member-plan-ad-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.iw_float-new-member-plan-ad-wrap .iw_close-btn,
.iw_float-limited-offer-ad-wrap .iw_close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 999px;
  background: rgba(0, 6, 10, 0.64);
  color: #ffffff;
  z-index: 1;
}
.iw_float-new-member-plan-ad-wrap .iw_close-btn:hover,
.iw_float-limited-offer-ad-wrap .iw_close-btn:hover {
  background: rgba(2, 6, 9, 0.74);
}
.iw_float-new-member-plan-ad-wrap .iw_image,
.iw_float-limited-offer-ad-wrap .iw_image {
  width: 100%;
}
.iw_float-new-member-plan-ad-wrap .iw_image source,
.iw_float-new-member-plan-ad-wrap .iw_image img,
.iw_float-limited-offer-ad-wrap .iw_image source,
.iw_float-limited-offer-ad-wrap .iw_image img {
  aspect-ratio: 4/3;
  width: 100%;
}
.iw_float-new-member-plan-ad-wrap .iw_badge-wrap,
.iw_float-limited-offer-ad-wrap .iw_badge-wrap {
  position: absolute;
  top: -12px;
  left: 0;
  border-radius: 999px;
  padding: 0 8px;
  color: #ffffff;
  font-weight: 700;
  z-index: 1;
  border: 1px solid #ffffff;
  font-feature-settings: "calt" 1, "liga" 1, "tnum" 1;
}
.iw_float-new-member-plan-ad-wrap .iw_badge-wrap.cl-danger,
.iw_float-limited-offer-ad-wrap .iw_badge-wrap.cl-danger {
  background: #F64B5C;
}

.iw_float-limited-offer-ad-wrap .iw_badge-wrap {
  top: -29px;
  border: 0;
}

.iw_qa-mobile-bar {
  align-self: center;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 8px 16px;
  border-radius: 16px;
  background-color: rgba(0, 136, 111, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(22, 56, 90, 0.06), 0 24px 48px -12px rgba(5, 21, 36, 0.12);
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .iw_qa-mobile-bar {
    bottom: calc(64px + env(safe-area-inset-bottom));
  }
}

.iw_qa-mobile-bar__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background-color: transparent;
  color: #F9FAFB;
  cursor: pointer;
  white-space: nowrap;
}
.iw_qa-mobile-bar__btn .icon {
  font-size: 20px;
}
.iw_qa-mobile-bar__btn:hover {
  background-color: rgba(255, 255, 255, 0.32);
}

.iw_qa-daily-reward {
  background-image: url("/images/background/bg-green_yellow_noise-light-xs.jpg");
  background-size: cover;
}
@media screen and (max-width: 1151.98px) {
  .iw_qa-daily-reward {
    display: none;
  }
}

.gl_notification-item {
  position: relative;
  width: 100%;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(22, 56, 90, 0.06);
}
.gl_notification-item .gl_notification-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gl_notification-item .gl_notification-item__sub {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl_notification-item .gl_icon-wrap {
  padding: 8px;
  border-radius: 999px;
  background: #E1E3E5;
  color: rgba(0, 6, 10, 0.64);
}
.gl_notification-item .gl_icon-wrap .icon {
  font-size: 16px;
}
.gl_notification-item .gl_notification-item__main {
  flex: 1;
}
.gl_notification-item .gl_notification-item__con {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 確保在實際手機裝置上也能正確顯示省略號 */
}

.gl_notification-basic .gl_icon-wrap {
  color: rgba(0, 6, 10, 0.64);
  background: rgba(22, 56, 90, 0.06);
}

.gl_notification-info .gl_icon-wrap {
  color: #316AF6;
  background: #E9F1FF;
}

.gl_notification-success .gl_icon-wrap {
  color: #00AA90;
  background: #ECF7F3;
}

.gl_notification-warning .gl_icon-wrap {
  color: #FAC919;
  background: #FFFAEE;
}

.gl_notification-danger .gl_icon-wrap {
  color: #F64B5C;
  background: #FEEFEE;
}

.lock-body-scroll-disabled {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: fixed;
}

.iw_footer-outer {
  margin: 0px auto;
  max-width: 1120px;
  background: #F9FAFB;
}
@media screen and (max-width: 1151.98px) {
  .iw_footer-outer {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_footer-outer {
    padding: 0 16px calc(env(safe-area-inset-bottom) + 64px);
  }
}
.iw_footer-outer .iw_footer-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.iw_footer-outer .iw_logo-link {
  display: block;
}
.iw_footer-outer .iw_logo-link img {
  height: 16px;
}
.iw_footer-outer .iw_copyright-wrap {
  padding: 24px 0;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
}

.iw_footer-link-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
}
@media screen and (max-width: 767.98px) {
  .iw_footer-link-wrap {
    flex-direction: column;
    border-top: 0;
    gap: 0;
  }
}
.iw_footer-link-wrap .iw_footer-link-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
  padding: 24px 0;
}
@media screen and (max-width: 767.98px) {
  .iw_footer-link-wrap .iw_footer-link-item {
    cursor: pointer;
    padding: 16px 0;
    border-top: 1px solid rgba(22, 56, 90, 0.06);
  }
}
@media screen and (max-width: 767.98px) {
  .iw_footer-link-wrap .iw_footer-link-item.is-active .iw_link-item__con {
    display: flex;
  }
}
.iw_footer-link-wrap .iw_footer-link-item.is-active .icon-minus {
  display: flex;
}
.iw_footer-link-wrap .iw_footer-link-item.is-active .icon-plus {
  display: none;
}
.iw_footer-link-wrap .iw_link-item__con {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .iw_footer-link-wrap .iw_link-item__con {
    display: none;
  }
}
.iw_footer-link-wrap .iw_link-item__con a {
  color: #5C5F61;
}
.iw_footer-link-wrap .iw_link-item__con a:hover {
  color: #444749;
}
.iw_footer-link-wrap .iw_link-item__icon {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .iw_footer-link-wrap .iw_link-item__icon {
    display: flex;
    position: absolute;
    right: 0;
    top: 18px;
  }
}
.iw_footer-link-wrap .iw_link-item__icon .icon {
  font-size: 16px;
}
.iw_footer-link-wrap .iw_link-item__icon .icon-minus {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.iw_sidebar-ad300 {
  position: relative;
}
@media screen and (max-width: 1151.98px) {
  .iw_sidebar-ad300 {
    width: 100%;
  }
}
@media screen and (max-width: 1151.98px) {
  .iw_sidebar-ad300.iw_new-user-add-on-vip-ad {
    display: none;
  }
}
.iw_sidebar-ad300 img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.iw_sidebar-ad300 .iw_ad300 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.iw_sidebar-ad300 .iw_ad300.cl-warning .iw_img {
  aspect-ratio: 4/1;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.iw_sidebar-ad300 .iw_ad300.cl-orange {
  border-radius: 16px;
  overflow: hidden;
}
.iw_sidebar-ad300 .iw_ad300.cl-orange .iw_vip-ad-img {
  outline: 1px solid rgba(22, 56, 90, 0.06);
  outline-offset: -1px;
}
.iw_sidebar-ad300 .iw_ad300.cl-success .iw_img {
  aspect-ratio: 4/1;
}
.iw_sidebar-ad300 .iw_vip-ad-img {
  aspect-ratio: 4/3;
  position: relative;
  width: 100%;
  border-radius: 16px;
}
.iw_sidebar-ad300 .iw_vip-ad-img img {
  aspect-ratio: 4/3;
}
.iw_sidebar-ad300 .iw_new-member-ad {
  aspect-ratio: 4/1;
  position: relative;
  width: 100%;
  border-radius: 16px;
}
.iw_sidebar-ad300 .iw_new-member-ad img {
  aspect-ratio: 4/1;
}
.iw_sidebar-ad300 .iw_badge-wrap {
  position: absolute;
  top: -12px;
  left: 0;
  border: 1px solid #ffffff;
  border-radius: 999px;
  padding: 0 8px;
  background: #F64B5C;
  color: #ffffff;
  font-weight: 700;
  z-index: 1;
  font-feature-settings: "calt" 1, "liga" 1, "tnum" 1;
}

.iw_line-ad-link {
  border-radius: 16px;
  overflow: hidden;
}
.iw_line-ad-link img {
  width: 100%;
  aspect-ratio: 4/1;
}
.iw_line-ad-link .iw_desktop-show {
  display: flex;
  aspect-ratio: 4/1;
}
@media screen and (max-width: 767.98px) {
  .iw_line-ad-link .iw_desktop-show {
    display: none;
  }
}
.iw_line-ad-link .iw_tablet-show {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .iw_line-ad-link .iw_tablet-show {
    display: flex;
    aspect-ratio: 4/1;
  }
}

.iw_google-ad {
  margin: 16px 0;
  background: #F1F3F5;
}

.iw_ad340 {
  height: 175px !important;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1151.98px) {
  .iw_ad340 {
    display: none;
  }
}

.iw_google-sidebar-ad {
  width: 100%;
  margin-bottom: 32px;
  background: #F1F3F5;
}
@media screen and (max-width: 767.98px) {
  .iw_google-sidebar-ad {
    margin-bottom: 16px;
  }
}

.iw_task-ad-banner {
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (min-width: 767.98px) and (max-width: 1151.98px) {
  .iw_task-ad-banner {
    width: 598px;
  }
}
.iw_task-ad-banner img {
  width: 100%;
  aspect-ratio: 8/5;
}

.iw_ad-mb16 {
  margin: 16px 0 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .iw_ad-mb16 {
    margin: 8px 0 0;
    padding: 0 12px;
  }
}

.iw_company-header-ad {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .iw_company-header-ad {
    padding: 8px 8px 0;
    background: #F1F3F5;
    border-radius: 16px 16px 0 0;
  }
}

.iw_h1-ad-wrap,
.iw_experience-list-ad-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  display: flex;
}
.iw_h1-ad-wrap img,
.iw_experience-list-ad-wrap img {
  width: 100%;
}
.iw_h1-ad-wrap .iw_experience-list-ad_desktop,
.iw_experience-list-ad-wrap .iw_experience-list-ad_desktop {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .iw_h1-ad-wrap .iw_experience-list-ad_desktop,
  .iw_experience-list-ad-wrap .iw_experience-list-ad_desktop {
    display: none;
  }
}
.iw_h1-ad-wrap .iw_experience-list-ad_desktop source,
.iw_h1-ad-wrap .iw_experience-list-ad_desktop img,
.iw_experience-list-ad-wrap .iw_experience-list-ad_desktop source,
.iw_experience-list-ad-wrap .iw_experience-list-ad_desktop img {
  aspect-ratio: 4/1;
  width: 100%;
}
.iw_h1-ad-wrap .iw_experience-list-ad_mobile,
.iw_experience-list-ad-wrap .iw_experience-list-ad_mobile {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .iw_h1-ad-wrap .iw_experience-list-ad_mobile,
  .iw_experience-list-ad-wrap .iw_experience-list-ad_mobile {
    display: block;
  }
}
.iw_h1-ad-wrap .iw_experience-list-ad_mobile source,
.iw_h1-ad-wrap .iw_experience-list-ad_mobile img,
.iw_experience-list-ad-wrap .iw_experience-list-ad_mobile source,
.iw_experience-list-ad-wrap .iw_experience-list-ad_mobile img {
  aspect-ratio: 4/1;
  width: 100%;
}
.iw_h1-ad-wrap .iw_company-ad_desktop,
.iw_experience-list-ad-wrap .iw_company-ad_desktop {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .iw_h1-ad-wrap .iw_company-ad_desktop,
  .iw_experience-list-ad-wrap .iw_company-ad_desktop {
    display: none;
  }
}
.iw_h1-ad-wrap .iw_company-ad_desktop source,
.iw_h1-ad-wrap .iw_company-ad_desktop img,
.iw_experience-list-ad-wrap .iw_company-ad_desktop source,
.iw_experience-list-ad-wrap .iw_company-ad_desktop img {
  aspect-ratio: 1120/100;
  width: 100%;
}
.iw_h1-ad-wrap .iw_company-ad_mobile,
.iw_experience-list-ad-wrap .iw_company-ad_mobile {
  aspect-ratio: 4/1;
  display: none;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .iw_h1-ad-wrap .iw_company-ad_mobile,
  .iw_experience-list-ad-wrap .iw_company-ad_mobile {
    display: block;
  }
}
.iw_h1-ad-wrap .iw_company-ad_mobile source,
.iw_h1-ad-wrap .iw_company-ad_mobile img,
.iw_experience-list-ad-wrap .iw_company-ad_mobile source,
.iw_experience-list-ad-wrap .iw_company-ad_mobile img {
  aspect-ratio: 4/1;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .iw_jumbotron-ad-modal.is-show .gl_modal {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.iw_jumbotron-ad-modal .gl_modal {
  background: transparent;
  border-radius: 0;
  padding-bottom: 28px;
}
@media screen and (max-width: 767.98px) {
  .iw_jumbotron-ad-modal .gl_modal {
    width: 288px;
  }
}
.iw_jumbotron-ad-modal .iw_close-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14px;
}
.iw_jumbotron-ad-modal .iw_jumbotron-ad-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 12px;
  overflow: hidden;
}
.iw_jumbotron-ad-modal .iw_jumbotron-ad__image {
  width: 352px;
  height: 352px;
  background: #00AA90;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .iw_jumbotron-ad-modal .iw_jumbotron-ad__image {
    width: 288px;
    height: 288px;
  }
}
.iw_jumbotron-ad-modal .iw_jumbotron-ad__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.iw_jumbotron-ad-modal .iw_jumbotron-ad__image a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.iw_jumbotron-ad-modal .iw_jumbotron-ad__footer .gl_btn {
  width: 100%;
  border-radius: 2px;
}

.iw_ad-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.iw_ad-outer .iw_all-ad-badge {
  border-radius: 999px;
  padding: 0 8px;
  background: rgba(4, 12, 16, 0.45);
  color: #ffffff;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
@media screen and (max-width: 767.98px) {
  .iw_ad-outer .iw_all-ad-badge {
    right: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_ad-outer.iw_ad-pd16 {
    padding: 0 16px;
  }
}

.iw_jobar_ad-ad-wrap {
  width: 100%;
  border: 1px solid #F1F3F5;
  border-radius: 2px;
  overflow: hidden;
}
.iw_jobar_ad-ad-wrap .iw_jobar_ad-ad__body {
  position: relative;
  background: linear-gradient(270deg, #F1F3F5 0%, #FFFAEE 100%);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.iw_jobar_ad-ad-wrap .iw_jobar_ad-ad__body .fz-h4 {
  color: #411400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 確保在實際手機裝置上也能正確顯示省略號 */
}
.iw_jobar_ad-ad-wrap .iw_jobar_ad-ad__body .fz-s3 {
  color: #9B6C00;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 確保在實際手機裝置上也能正確顯示省略號 */
}
@media screen and (max-width: 767.98px) {
  .iw_jobar_ad-ad-wrap .iw_jobar_ad-ad__body .fz-s3 {
    -webkit-line-clamp: 3;
  }
}
.iw_jobar_ad-ad-wrap .iw_text-wrap {
  position: absolute;
  right: 0;
  top: 0;
  background: #E1E3E5;
  color: #A9ACAE;
  padding: 0 4px;
}
.iw_jobar_ad-ad-wrap .iw_jobar_ad-ad_footer .iw_jobar_ad-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FCDE8B;
  transition: all 0.2s ease-in-out;
  color: #1F2123;
  height: 44px;
}
.iw_jobar_ad-ad-wrap .iw_jobar_ad-ad_footer .iw_jobar_ad-link:hover {
  background: #FBD462;
}
.iw_jobar_ad-ad-wrap .iw_jobar_ad-ad_footer .iw_jobar_ad-link .icon {
  color: #1F2123;
  font-size: 20px;
}

@media screen and (max-width: 767.98px) {
  .gl_jobar-ad-wrap {
    padding: 0 16px;
  }
}
.gl_jobar-ad-wrap .gl_jobar-ad-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl_jobar-ad-wrap .gl_desktop-img {
  width: 100%;
  aspect-ratio: 16/3;
}
@media screen and (max-width: 767.98px) {
  .gl_jobar-ad-wrap .gl_desktop-img {
    display: none;
  }
}
.gl_jobar-ad-wrap .gl_mobile-img {
  width: 100%;
  aspect-ratio: 8/5;
}
@media screen and (min-width: 768px) {
  .gl_jobar-ad-wrap .gl_mobile-img {
    display: none;
  }
}

.iw_viewport-position__body {
  padding: 0 8px 8px 8px;
  display: grid;
  grid-template-columns: 57% 39%;
  grid-template-rows: 45% 45%;
  grid-gap: 10% 4%;
}
.iw_viewport-position__body .iw_viewport-position__link {
  padding: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(22, 56, 90, 0.06);
  grid-row: 1/span 2;
  grid-column: 2/span 1;
}
.iw_viewport-position__body .iw_viewport-position__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iw_viewport-position__body .iw_viewport-position__link-btn {
  border-radius: 8px;
  overflow: hidden;
}
.iw_viewport-position__body .iw_viewport-position__link-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iw_viewport-position__body .iw_android-btn {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.iw_viewport-position__body .iw_ios-btn {
  grid-row: 2/span 1;
  grid-column: 1/span 1;
}

.iw_hide,
.is-hide {
  display: none !important;
}

.d-none {
  display: none !important;
}

.gl_shadow-xs {
  box-shadow: 0 1px 2px 0 rgba(22, 56, 90, 0.06);
}

.gl_shadow-md {
  box-shadow: 0px 2px 4px -2px rgba(5, 21, 36, 0.12), 0px 4px 6px -2px rgba(22, 56, 90, 0.06);
}

.gl_shadow-xl {
  box-shadow: 0px 8px 16px -8px rgba(5, 21, 36, 0.12), 0px 16px 24px -8px rgba(22, 56, 90, 0.06);
}

.gl_shadow-xxl {
  box-shadow: 0 24px 48px -12px rgba(5, 21, 36, 0.12);
}

.gl_border-outer {
  outline: 1px solid rgba(22, 56, 90, 0.06);
}

.gl_border-inner {
  outline: 1px solid rgba(22, 56, 90, 0.06);
  outline-offset: -1px;
}
@media screen and (max-width: 767.98px) {
  .gl_border-inner {
    outline: 0;
  }
}

.iw_breadcrumb-outer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 16px 0;
  overflow-x: auto;
}
.iw_breadcrumb-outer .iw_logo-link img {
  width: 20px;
  height: 20px;
}
.iw_breadcrumb-outer .iw_breadcrumb-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 20px);
  gap: 4px;
}
.iw_breadcrumb-outer li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}
.iw_breadcrumb-outer li .icon {
  color: #C4C7C9;
}

.iw_breadcrumb-outer::-webkit-scrollbar {
  display: none;
}

.d-none {
  display: none !important;
}

body {
  background: #F9FAFB;
}
@media screen and (max-width: 767.98px) {
  body {
    background-color: #00AA90;
  }
}

.cl-basic-700 {
  color: #5C5F61;
}

.cl-success-700 {
  color: #00654F;
}

.cl-danger-700 {
  color: #A4001B;
}

@media screen and (max-width: 767.98px) {
  .iw_join-us-outer {
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    background: #F9FAFB;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .gl_col {
    padding: 0;
  }
}
.iw_join-us-outer .iw_join-us__box {
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .iw_join-us__box {
    margin-bottom: 12px;
    border-radius: 0;
    padding: 16px;
  }
}
.iw_join-us-outer .iw_join-us__box .cl-basic-alpha-700 {
  color: rgba(0, 6, 10, 0.64);
}
.iw_join-us-outer .iw_welfare-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .iw_welfare-list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.iw_join-us-outer .iw_welfare-list li {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.iw_join-us-outer .iw_welfare-list .iw_welfare-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #C9E8DF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iw_join-us-outer .iw_welfare-list .icon {
  font-size: 20px;
  color: #00654F;
}
.iw_join-us-outer .iw_welfare-list .iw_welfare-info span {
  display: block;
}
.iw_join-us-outer .iw_image-wrap {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .iw_image-wrap {
    flex-direction: column;
  }
}
.iw_join-us-outer .iw_image-wrap .iw_image {
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
}
.iw_join-us-outer .iw_image-wrap img {
  width: 100%;
}
.iw_join-us-outer .iw_job-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid rgba(22, 56, 90, 0.06);
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .iw_job-item {
    flex-direction: column;
    padding: 16px 0;
    align-items: flex-start;
    gap: 12px;
  }
}
.iw_join-us-outer .iw_job-item .iw_job-item--job-tit {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .iw_job-item .iw_job-item--job-tit {
    width: 100%;
  }
}
.iw_join-us-outer .iw_job-item .iw_job-item--btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .iw_job-item .iw_job-item--btn-wrap {
    width: 100%;
    gap: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .iw_join-us-outer .iw_job-item .iw_job-item--btn-wrap .gl_btn {
    flex: 1;
  }
}
.iw_join-us-outer .iw_job-item:last-child {
  padding-bottom: 0;
}
