* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.wonaco-kfpmqo {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .wonaco-kfpmqo {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .wonaco-kfpmqo {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.wonaco-sra1th {
  overflow: hidden;
}

.wonaco-9cpe91 img {
  background: var(--Neutral-300);
}

.wonaco-ztre6q {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.wonaco-w46rj0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.wonaco-w46rj0:hover {
  background: var(--button-bg-hover);
}

.wonaco-6wsh18 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.wonaco-6wsh18:hover {
  background: var(--button-bg-hover);
}

.wonaco-t8bmfb {
  font-size: 12px;
  line-height: 18px;
}

.wonaco-t736gf {
  font-size: 18px;
  line-height: 26px;
}

.wonaco-kl0c6f {
  width: 100%;
}

.wonaco-urb8xp {
  padding: 6px 16px;
}

.wonaco-po22wl {
  padding: 10px 16px;
}

.wonaco-w7hw0r {
  padding: 15px 26px;
}

.wonaco-41w9bl {
  flex-shrink: 0;
}

.wonaco-b1t0q2 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.wonaco-3ryoyc {
  display: none;
}

.wonaco-scuhmz {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.wonaco-4n3y25 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.wonaco-bf67d8 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wonaco-0xzze2 {
  cursor: grab;
}

.wonaco-bf67d8::-webkit-scrollbar {
  display: none;
}

.wonaco-ly8o2r {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.wonaco-0t5hqk {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.wonaco-k3rh5v {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.wonaco-949q78 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.wonaco-zykgqv {
  visibility: visible;
}

.wonaco-tvuual {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.wonaco-x6udhq ease;
}

.wonaco-b7k06j {
  background-color: var(--Primary-200);
  width: 16px;
}

.wonaco-es4ks7 {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.wonaco-x6udhq,
    mask-image 0.3s;
}

.wonaco-es4ks7.wonaco-2tsuug {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.wonaco-w8k1qk:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wonaco-1ga87z {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.wonaco-rrmfvy.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.wonaco-rrmfvy.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.wonaco-gycao7 {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.wonaco-gycao7::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.wonaco-q433b4 {
  position: relative;
  z-index: 1;
}

.wonaco-hjuoy1 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.wonaco-i3u4v2 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.wonaco-i0y12u {
  font-size: 40px;
  line-height: 48px;
}

.wonaco-ko75bx {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.wonaco-d9roff {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.wonaco-d9roff:hover {
  background: var(--Primary-400);
}

.wonaco-d9roff svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.wonaco-w8k1qk img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .wonaco-gycao7 {
    max-width: 600px;
    padding: 64px;
  }

  .wonaco-hjuoy1 {
    font-size: 24px;
    line-height: 32px;
  }

  .wonaco-i3u4v2 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .wonaco-i0y12u {
    font-size: 50px;
    line-height: 56px;
  }

  .wonaco-ko75bx {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .wonaco-1ga87z {
    top: 25px;
    right: 25px;
  }
}

.wonaco-ctug0d,
.wonaco-pye2z3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.wonaco-k6xcuq.wonaco-jo28xx::before,
.wonaco-pye2z3::before,
.wonaco-mn4m0w::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.wonaco-rrmfvy.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.wonaco-rkraq9 14.wonaco-08jhyp.wonaco-3jke1f 14.wonaco-vwpmwf 15.wonaco-sexiop 14.wonaco-t8gizm 15.wonaco-ey0eww 14.wonaco-0lsfz7.wonaco-oki190 14.wonaco-la05jd 19.wonaco-1l2guw 12.wonaco-kaiq8c 19.wonaco-1l2guw 10.wonaco-mbcqjq.wonaco-1l2guw 8.wonaco-9sgvq8 17.wonaco-utlcvz 7.wonaco-b2iqug 15.wonaco-h58b43 7.wonaco-h3y2lw.wonaco-qosm63 7.wonaco-b2iqug 11.wonaco-tc11ue 8.wonaco-9sgvq8 11.wonaco-tc11ue 10.wonaco-r6lqsc.wonaco-tc11ue 12.wonaco-6bbyqu 13.wonaco-pzf6ss 14.wonaco-98zz4d 15.wonaco-8nmmo4 14.wonaco-jq11nn.wonaco-f231cn 14.wonaco-u8b61w 15.wonaco-dq2xvi 14.wonaco-scgiiv 15.wonaco-fbhqf7 14.wonaco-kt3mto.wonaco-rkraq9 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.wonaco-8wj62x 15.wonaco-zjevtf.wonaco-1ws63p 15.wonaco-wyt87u 15.wonaco-c3nxyo 15.wonaco-gmikx1 15.wonaco-vp2ptc 15.wonaco-tbihyd.wonaco-pxngup 15.wonaco-gmikx1 15.wonaco-9avax5 15.wonaco-t7eyq5 15.wonaco-8pg6bc 15.wonaco-hymupr.wonaco-b4u6br 15.wonaco-7k5h6g 7.wonaco-a3kuy4 18.wonaco-e63gwn 7.wonaco-r7m1pc 23.wonaco-wxgwp2.wonaco-5wq0cd.wonaco-ov3uho 18.wonaco-k5vo97 19.wonaco-4zqurf 15.wonaco-ktte2l 15.wonaco-8wj62x 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.wonaco-vtvyfy [type="submit"] *,
.wonaco-71awih button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .wonaco-lq0g5u {
    display: none;
  }
}

.wonaco-y4dhks {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .wonaco-y4dhks {
  display: none;
}

@media (min-width: 768px) {
  .wonaco-y4dhks {
    bottom: 22px;
  }
}

.wonaco-y4dhks input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .wonaco-y4dhks {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.wonaco-na4wlu.static) .wonaco-y4dhks {
    bottom: 8px;
  }
}

.wonaco-10gy68 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.wonaco-rrmfvy.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.wonaco-3ckaz1 3.wonaco-74o6t7.wonaco-mck5e7.wonaco-lbfm0y 3.wonaco-6cc6lh 3.wonaco-y8kudz 5.wonaco-mg80fi 3.wonaco-y8kudz 8.wonaco-znelnh.wonaco-r0w00x.wonaco-y8kudz 26.wonaco-jkztnj 5.wonaco-lrp6pw 28.wonaco-dhnk5m 8.wonaco-5i1o2e 28.wonaco-8yiia7.wonaco-pqfsje 28.wonaco-kdxn15.wonaco-2tiyuf 34.wonaco-13sk9p.wonaco-u1mb6t 36.wonaco-kz2erb 11.wonaco-g214qg 37.wonaco-ylnp69 12.wonaco-d80eyx 36.wonaco-aio7oy.wonaco-xvjwfl 28.wonaco-8w05nv.wonaco-2mwdaf.wonaco-x8qc8x 28.wonaco-awq1lf 36.wonaco-v2dnv4 26.wonaco-6h5hye 36.wonaco-v2dnv4 23.wonaco-uieiee.wonaco-n97nfx.wonaco-v2dnv4 5.wonaco-8gu78q 34.wonaco-vl1oy6 3.wonaco-6cc6lh 31.wonaco-3ckaz1 3.wonaco-59miz5.wonaco-obplqf 18.wonaco-paw1pw.wonaco-0doe0k 18.wonaco-rljdz3 8.wonaco-8t8o43 17.wonaco-u75nd2 8.wonaco-8t8o43 15.wonaco-26vna3.wonaco-8t8o43 14.wonaco-mseqwu 9.wonaco-0doe0k 13.wonaco-ajjqz7 11.wonaco-obplqf 13.wonaco-0yci6x.wonaco-lqptac 13.wonaco-ajjqz7 13.wonaco-6wkq32 14.wonaco-mseqwu 13.wonaco-6wkq32 15.wonaco-fd4q2z.wonaco-6wkq32 17.wonaco-u75nd2 12.wonaco-lqptac 18.wonaco-rljdz3 11.wonaco-obplqf 18.wonaco-4sm37n.wonaco-o7p7d6 18.wonaco-2pagqg.wonaco-z9u4m0 18.wonaco-rljdz3 17.wonaco-5mv7vz 17.wonaco-u75nd2 17.wonaco-5mv7vz 15.wonaco-bwvt7s.wonaco-5mv7vz 14.wonaco-mseqwu 18.wonaco-z9u4m0 13.wonaco-ajjqz7 20.wonaco-o7p7d6 13.wonaco-7g3lcf.wonaco-t5t5o9 13.wonaco-ajjqz7 22.wonaco-c422j7 14.wonaco-mseqwu 22.wonaco-c422j7 15.wonaco-whzswv.wonaco-4x7bxr 17.wonaco-u75nd2 21.wonaco-t5t5o9 18.wonaco-rljdz3 20.wonaco-o7p7d6 18.wonaco-roqork.wonaco-55duc1 18.wonaco-e70ooa.wonaco-aznyyt 18.wonaco-rljdz3 26.wonaco-brv1v7 17.wonaco-u75nd2 26.wonaco-brv1v7 15.wonaco-t41gbc.wonaco-brv1v7 14.wonaco-mseqwu 27.wonaco-aznyyt 13.wonaco-ajjqz7 28.wonaco-55duc1 13.wonaco-yafn3f.wonaco-c8bg1b 13.wonaco-ajjqz7 31.wonaco-djc8fi 14.wonaco-mseqwu 31.wonaco-djc8fi 15.wonaco-toykza.wonaco-brv1v7 17.wonaco-u75nd2 30.wonaco-c8bg1b 18.wonaco-rljdz3 28.wonaco-55duc1 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .wonaco-10gy68 {
    display: none;
  }
}

.wonaco-f8jqsx {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .wonaco-f8jqsx {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.wonaco-71awih {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .wonaco-71awih {
    padding: 14px 16px;
  }
}

.wonaco-71awih button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.wonaco-71awih button:first-child {
  align-content: end;
}

.wonaco-71awih button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .wonaco-71awih
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .wonaco-71awih
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.wonaco-71awih button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.wonaco-71awih button:last-child svg {
  width: 38px;
  height: 38px;
}

.wonaco-mn4m0w {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.wonaco-mn4m0w::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .wonaco-mn4m0w,
.pc61d126-chatbot[data-active-screen="3"]
  .wonaco-mn4m0w {
  opacity: 1;
  visibility: visible;
}

.wonaco-5rt3h5 {
  flex: 1 1;
}

.wonaco-59j1ij {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .wonaco-59j1ij {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .wonaco-gp8ny2 {
  display: block;
}

.wonaco-t2rwto {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .wonaco-t2rwto {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.wonaco-pye2z3 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.wonaco-pye2z3::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.wonaco-vy0n32 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.wonaco-vy0n32 p {
  color: var(--Text-100);
}

.wonaco-pye2z3 .wonaco-roq64j {
  grid-area: button;
}

.wonaco-pye2z3 .wonaco-roq64j::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.wonaco-rrmfvy.org/2000/svg'%3E%3Cpath d='M4.wonaco-q38w1p 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.wonaco-1nh0ur 15L16.wonaco-1nh0ur 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.wonaco-1nh0ur 5L16.wonaco-1nh0ur 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .wonaco-haun8s {
  display: block;
}

.wonaco-ngi6wy {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .wonaco-ngi6wy {
    margin-top: 40px;
  }
}

.wonaco-ctug0d label,
.wonaco-ctug0d input {
  display: block;
  width: 100%;
}

.wonaco-ctug0d label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.wonaco-ctug0d label.wonaco-amci7e input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.wonaco-ctug0d label.wonaco-amci7e::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.wonaco-ctug0d input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.wonaco-ctug0d input::placeholder {
  color: var(--Text-400);
}

.wonaco-5vutfg {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .wonaco-5vutfg {
  display: flex;
}

.wonaco-5vutfg ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .wonaco-5vutfg ol {
    height: 420px;
    padding: 24px;
  }
}

.wonaco-5vutfg ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.wonaco-vtvyfy {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .wonaco-vtvyfy {
    padding: 0 24px 24px;
  }
}

.wonaco-vtvyfy input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.wonaco-vtvyfy input::placeholder {
  color: var(--Text-400);
}

.wonaco-vtvyfy [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.wonaco-vtvyfy [type="submit"]:disabled {
  opacity: 0.5;
}

.wonaco-vtvyfy [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .wonaco-vtvyfy [type="submit"] {
    right: 40px;
  }
}

.wonaco-k6xcuq {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.wonaco-k6xcuq.wonaco-jo28xx {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.wonaco-k6xcuq.wonaco-jo28xx::before {
  content: "";
  width: 31px;
}

.wonaco-k6xcuq.wonaco-jo28xx p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.wonaco-k6xcuq.wonaco-iwlv8o p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.wonaco-k6xcuq p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.wonaco-y4dhks .wonaco-roq64j {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.wonaco-lq0g5u {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .wonaco-lq0g5u {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .wonaco-lq0g5u {
    padding: 18px 0;
  }
}

.wonaco-lq0g5u .wonaco-kfpmqo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .wonaco-lq0g5u .wonaco-kfpmqo {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.wonaco-ndhvko {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .wonaco-ndhvko {
    max-width: 160px;
    height: 40px;
  }
}

.wonaco-ndhvko picture,
.wonaco-ndhvko img {
  display: block;
  width: 100%;
  height: 100%;
}

.wonaco-ndhvko img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .wonaco-xp13yh {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.wonaco-x6udhq ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .wonaco-lq0g5u.wonaco-fopv3n .wonaco-xp13yh {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wonaco-xp13yh {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .wonaco-xp13yh {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.wonaco-dkiwbe,
.wonaco-37jtub {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .wonaco-dkiwbe,
  .wonaco-37jtub {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .wonaco-37jtub {
    display: none;
  }
}

.wonaco-8h84bk {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.wonaco-fopv3n .wonaco-8h84bk {
  background: var(--fh-bg-color);
}

.wonaco-8h84bk button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .wonaco-8h84bk {
    display: none;
  }
}

.wonaco-vrokvv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .wonaco-vrokvv {
    display: none;
  }
}

.wonaco-28occ1 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.wonaco-lq0g5u.wonaco-fopv3n .wonaco-28occ1:first-child {
  display: none;
}

.wonaco-lq0g5u.wonaco-fopv3n .wonaco-28occ1:last-child {
  display: block;
}

.wonaco-28occ1:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .wonaco-28occ1 {
    display: none;
  }
}

.wonaco-iwli2x {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .wonaco-iwli2x {
    display: flex;
  }
}

.wonaco-iwli2x ul {
  max-height: 350px;
  overflow-y: auto;
}

.wonaco-iwli2x:hover ul {
  visibility: visible;
  opacity: 1;
}

.wonaco-iwli2x:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.wonaco-iwli2x:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.wonaco-iwli2x:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.wonaco-iwli2x:hover .wonaco-adjg9s svg {
  transform: rotate(180deg);
}

.wonaco-1h634f {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.wonaco-1uqgqn {
  padding: 0 8px;
}

.wonaco-rofmva {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.wonaco-rofmva:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .wonaco-rofmva {
    padding: 4px 8px;
  }
}

.wonaco-q6thmw {
  display: flex;
}

.wonaco-q6thmw img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.wonaco-adjg9s {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.wonaco-adjg9s svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.wonaco-pjjla6 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .wonaco-pjjla6 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.wonaco-ghqwsk {
  width: 100%;
}

@media (min-width: 1200px) {
  .wonaco-ghqwsk {
    display: none;
  }
}

.wonaco-utrp03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.wonaco-une2cm {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.wonaco-bx97bl {
  display: flex;
}

.wonaco-5qhzz5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.wonaco-ft8l2u {
  list-style: none;
}

@media (max-width: 1199px) {
  .wonaco-ft8l2u {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .wonaco-ft8l2u {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .wonaco-ft8l2u .wonaco-rvgqyx [data-ref-el],
  .wonaco-ft8l2u .wonaco-rvgqyx span,
  .wonaco-ft8l2u .wonaco-rvgqyx a {
    white-space: nowrap;
  }
}

.wonaco-mx7s37 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .wonaco-mx7s37.wonaco-s118qk > .wonaco-rvgqyx {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .wonaco-mx7s37.wonaco-j1eujw:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .wonaco-mx7s37.wonaco-s118qk > .wonaco-ntbfq6 {
    height: auto;
  }

  .wonaco-mx7s37.wonaco-s118qk > div > .wonaco-eyyxy4 {
    transform: rotate(180deg);
  }
}

.wonaco-mx7s37 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.wonaco-mx7s37 [data-ref-el],
.wonaco-mx7s37 span {
  cursor: pointer;
}

.wonaco-mx7s37 [data-ref-el],
.wonaco-mx7s37 span,
.wonaco-mx7s37 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .wonaco-mx7s37 [data-ref-el],
  .wonaco-mx7s37 span,
  .wonaco-mx7s37 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .wonaco-mx7s37 [data-ref-el],
  .wonaco-mx7s37 span,
  .wonaco-mx7s37 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.wonaco-ntbfq6 {
  height: 0;
  overflow: hidden;
  transition: height 0.wonaco-x6udhq ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.wonaco-ntbfq6::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.wonaco-ntbfq6::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.wonaco-ntbfq6::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .wonaco-ntbfq6 {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .wonaco-ntbfq6:has(> .wonaco-mx7s37.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .wonaco-ntbfq6 .wonaco-ntbfq6 {
    padding: 0;
  }

  .wonaco-ntbfq6 .wonaco-mx7s37 {
    font-weight: 400;
  }

  .wonaco-ntbfq6 .wonaco-mx7s37:hover > .wonaco-rvgqyx {
    background: var(--Neutral-300);
  }

  .wonaco-ntbfq6 .wonaco-eyyxy4 {
    rotate: -90deg;
  }
}

.wonaco-rvgqyx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .wonaco-rvgqyx {
    padding: 8px;
  }

  .wonaco-mx7s37.wonaco-115ogf > .wonaco-rvgqyx {
    background: var(--Neutral-300);
  }
}

.wonaco-eyyxy4 {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.wonaco-rrmfvy.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.wonaco-7zqu9c 0.wonaco-sjvnun.wonaco-21z9qi -0.wonaco-hkw020 0.wonaco-2rnvcs -0.wonaco-hkw020 1.wonaco-bnwz1t 0.wonaco-tiwk6v.wonaco-p6yfjq 4.wonaco-eawy8v.wonaco-7zqu9c 0.wonaco-n0p5y9.wonaco-d0mmxf -0.wonaco-hkw020 9.wonaco-qap69q -0.wonaco-hkw020 10.wonaco-tu352b 0.wonaco-bk4kb8.wonaco-d9m1x5 0.wonaco-21z9qi 10.wonaco-d9m1x5 0.wonaco-2rnvcs 10.wonaco-tu352b 1.wonaco-pi7nm8.wonaco-h418ss 5.wonaco-vequ23.wonaco-ggunyc 6.wonaco-eangud 5.wonaco-je1ego 6.wonaco-eangud 4.wonaco-2an97b 5.wonaco-vxwrco.wonaco-7zqu9c 1.wonaco-57pqcs.wonaco-hkw020 0.wonaco-2rnvcs -0.wonaco-hkw020 0.wonaco-21z9qi 0.wonaco-7zqu9c 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.wonaco-x6udhq ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .wonaco-eyyxy4 {
    cursor: default;
  }
}

.wonaco-56grf5 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.wonaco-05yfvb {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .wonaco-05yfvb {
    padding: 40px 4px;
  }
}

.wonaco-9l0i5r {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .wonaco-9l0i5r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.wonaco-pcjc9q {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .wonaco-pcjc9q {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.wonaco-pcjc9q ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.wonaco-pcjc9q [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.wonaco-pcjc9q [data-ref-el],
.wonaco-pcjc9q span,
.wonaco-pcjc9q a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.wonaco-ef3tim {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .wonaco-ef3tim {
    margin-bottom: 12px;
  }
}

.wonaco-3uvuhb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.wonaco-3uvuhb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .wonaco-3uvuhb:last-child {
    margin-right: 0;
  }
}

.wonaco-k5glte {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.wonaco-ef3tim:hover .wonaco-ipv9tr {
  visibility: visible;
  opacity: 1;
}

.wonaco-ipv9tr {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.wonaco-dt208p {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.wonaco-jn5hqz {
  display: flex;
  margin: 6px;
}

.wonaco-jn5hqz img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.wonaco-ipv9tr::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.wonaco-ipv9tr::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.wonaco-3w9ft5 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .wonaco-3w9ft5 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.wonaco-62924m {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .wonaco-62924m {
    margin-right: 32px;
  }
}

.wonaco-bcewv5 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .wonaco-bcewv5 {
    margin-top: 0;
    width: 340px;
  }
}

.wonaco-bcewv5 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.wonaco-o6o5qi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.wonaco-d1ylth {
  position: relative;
}

@media (min-width: 768px) {
  .wonaco-d1ylth {
    margin-top: 40px;
  }
}

.wonaco-d1ylth + .wonaco-2chwcl,
.wonaco-d1ylth + .wonaco-d1ylth {
  margin-top: 24px;
}

.wonaco-737c1i {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .wonaco-737c1i {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .wonaco-737c1i {
    padding: 80px;
  }
}

.wonaco-67pfg5 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .wonaco-67pfg5 {
    padding: 0 16px;
}


}

.wonaco-d14txe {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .wonaco-d14txe {
    font-size: 48px;
    line-height: 56px;
  }
}

.wonaco-a8lq79 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .wonaco-a8lq79 {
    font-size: 24px;
    line-height: 32px;
  }
}

.wonaco-m3fr0r {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.wonaco-m3fr0r:hover {
  background: var(--button-bg-hover);
}

.wonaco-ncnsj2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.wonaco-ncnsj2 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .wonaco-ncnsj2 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .wonaco-ncnsj2 img {
  min-height: 100%;
  }
}

.wonaco-737c1i::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.wonaco-sq12rd {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wonaco-sq12rd h1,
.wonaco-sq12rd h2,
.wonaco-sq12rd h3,
.wonaco-sq12rd h4 {
  margin-bottom: 6px;
}

.wonaco-sq12rd h1:not(:first-child),
.wonaco-sq12rd h2:not(:first-child),
.wonaco-sq12rd h3:not(:first-child),
.wonaco-sq12rd h4:not(:first-child) {
  margin-top: 16px;
}

.wonaco-sq12rd h1,
.wonaco-sq12rd h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .wonaco-sq12rd h1,
  .wonaco-sq12rd h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.wonaco-sq12rd h2,
.wonaco-sq12rd h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .wonaco-sq12rd h2,
  .wonaco-sq12rd h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.wonaco-sq12rd h3,
.wonaco-sq12rd h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .wonaco-sq12rd h3,
  .wonaco-sq12rd h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.wonaco-sq12rd h4,
.wonaco-sq12rd h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.wonaco-sq12rd ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.wonaco-sq12rd ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.wonaco-sq12rd ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.wonaco-sq12rd ul ul {
  margin-bottom: 8px;
}

.wonaco-sq12rd ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.wonaco-sq12rd ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.wonaco-sq12rd ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.wonaco-sq12rd ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.wonaco-sq12rd ol li::marker {
  font-weight: 700;
}

.wonaco-sq12rd ol ol {
  margin-bottom: 8px;
}

.wonaco-sq12rd ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.wonaco-sq12rd ol ul li {
  padding-left: 16px;
}

.wonaco-sq12rd table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wonaco-sq12rd table {
    padding: 24px;
  }
}

.wonaco-sq12rd table.wonaco-oi2tnm {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.wonaco-x6udhq,
    mask-image 0.3s;
}

.wonaco-sq12rd table.wonaco-oi2tnm.wonaco-2tsuug {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .wonaco-sq12rd table {
    display: table;
  }
}

.wonaco-sq12rd table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.wonaco-sq12rd table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.wonaco-sq12rd table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.wonaco-sq12rd table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .wonaco-sq12rd table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.wonaco-sq12rd table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.wonaco-sq12rd table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.wonaco-sq12rd table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.wonaco-sq12rd img {
  max-width: 100%;
  height: auto;
}

.wonaco-sblves {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .wonaco-sblves {
    padding: 24px;
  }
}

.wonaco-69x6dl {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .wonaco-69x6dl {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.wonaco-69x6dl > * {
  margin: 0 !important;
}

.wonaco-69x6dl img,
.wonaco-q4vufc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wonaco-69x6dl img,
  .wonaco-q4vufc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wonaco-51ur9g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wonaco-51ur9g {
    width: 32px;
    height: 32px;
  }
}

.wonaco-bcptr5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.wonaco-bcptr5 .wonaco-hsa7qq {
  flex-shrink: 0;
}

.wonaco-bcptr5 .wonaco-ghgbgc svg {
  display: none;
}

.wonaco-c8bkic {
  display: grid;
  transition: max-height 0.wonaco-x6udhq ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .wonaco-c8bkic {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .wonaco-c8bkic {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.wonaco-c8bkic.wonaco-gs6ysj + .wonaco-hsa7qq svg {
  transform: rotate(180deg);
}

.wonaco-1m5vmj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.wonaco-1m5vmj > div:nth-child(3n) {
  grid-column: span 2;
}

.wonaco-1m5vmj
  > div:nth-child(3n)
  .wonaco-ekzdw9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .wonaco-1m5vmj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .wonaco-1m5vmj > div:nth-child(3n) {
    grid-column: unset;
  }

  .wonaco-1m5vmj
    > div:nth-child(3n)
    .wonaco-ekzdw9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .wonaco-1m5vmj {
    max-width: 270px;
  }
}

.wonaco-1m5vmj .wonaco-ekzdw9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .wonaco-1m5vmj .wonaco-ekzdw9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .wonaco-1m5vmj .wonaco-ekzdw9 button {
    max-width: 104px;
  }
}

.wonaco-sitc8p {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wonaco-sitc8p {
    margin-bottom: 0;
  }
}

.wonaco-b05n42 {
  display: none;
  opacity: 0;
}

.wonaco-z2wgwk {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.wonaco-z2wgwk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.wonaco-ekzdw9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.wonaco-ekzdw9 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .wonaco-ekzdw9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .wonaco-ekzdw9
    button {
    max-width: 145px;
  }
}

.wonaco-1um6mp:first-child
  .wonaco-ekzdw9
  button {
  max-width: 270px;
}

.wonaco-dfb3l5 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.wonaco-sitc8p picture {
  width: 100%;
  max-width: 100%;
}

.wonaco-25gn5s {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wonaco-25gn5s svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.wonaco-sitc8p:hover .wonaco-25gn5s {
  display: flex;
}

.wonaco-zivxxo {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.wonaco-ga2ze9 {
  display: flex;
}

.wonaco-ga2ze9:hover .wonaco-m4rxa7,
.wonaco-ga2ze9 .wonaco-115ogf .wonaco-m4rxa7 {
  display: flex;
}

.wonaco-ga2ze9 svg {
  flex-shrink: 0;
}

.wonaco-m4rxa7 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .wonaco-m4rxa7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.wonaco-m4rxa7:hover {
  display: flex;
}

.wonaco-m4rxa7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.wonaco-tq4zp7 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .wonaco-tq4zp7 {
    font-size: 12px;
  }
}

.wonaco-rm8j7n,
.wonaco-9vllnj {
  width: 50%;
  flex-shrink: 0;
}

.wonaco-rm8j7n {
  font-weight: 700;
}

.wonaco-lap4bj .wonaco-c8bkic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .wonaco-lap4bj .wonaco-c8bkic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .wonaco-lap4bj .wonaco-c8bkic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.wonaco-lap4bj
  .wonaco-dfb3l5:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.wonaco-lap4bj .wonaco-z2wgwk {
  height: 100% !important;
  border-radius: 16px;
}

.wonaco-lap4bj .wonaco-ekzdw9 {
  gap: 4px;
  align-items: center;
}

.wonaco-lap4bj .wonaco-ekzdw9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wonaco-lap4bj .wonaco-ekzdw9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.wonaco-lap4bj .wonaco-8cgfd9,
.wonaco-lap4bj .wonaco-dd1ec6 {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.wonaco-rrmfvy.org/2000/svg'%3E%3Cpath d='M9.wonaco-0d2pe4 4.wonaco-b2ultq.wonaco-7lobc1 5.wonaco-a607n0.wonaco-glkw3t 5.wonaco-yg702f.wonaco-w32tlx 5.wonaco-nppooi.wonaco-nj2ndy 8.wonaco-nmlav5.wonaco-s1gkb9 9.wonaco-byvv2z.wonaco-wcvl84 9.wonaco-ra53b8.wonaco-bmiefx 13.wonaco-byayjh.wonaco-jcnm8f 11.wonaco-zo6e57.wonaco-nlybd6 11.wonaco-w2nx5k.wonaco-gtd6is 11.wonaco-8fdy79.wonaco-ays9vb 13.wonaco-vpao6m.wonaco-b61nuz 9.wonaco-ag6fg6.wonaco-3dewot 9.wonaco-98wp8s.wonaco-l67bhg 8.wonaco-1g78vk.wonaco-bouyqu 5.wonaco-yyvuh2.wonaco-l5z0n7 5.wonaco-vtb6n4.wonaco-dbdnye 5.wonaco-ayk7bv.wonaco-h9gah6 4.wonaco-a0kiqq.wonaco-nlybd6 1.wonaco-jirr7b.wonaco-0d2pe4 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.wonaco-lap4bj .wonaco-8cgfd9 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.wonaco-lap4bj .wonaco-dd1ec6 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.wonaco-y2xx3t {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .wonaco-y2xx3t {
    padding: 24px;
  }
}

.wonaco-y2xx3t .wonaco-hsa7qq {
  display: flex;
}

@media (min-width: 768px) {
  .wonaco-y2xx3t .wonaco-hsa7qq {
    display: none;
  }
}

.wonaco-y2xx3t .wonaco-ghgbgc svg {
  display: none;
}

.wonaco-toac2v {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wonaco-toac2v .wonaco-ztre6q {
  display: none;
}

@media (min-width: 768px) {
  .wonaco-toac2v .wonaco-ztre6q {
    display: flex;
  }
}

.wonaco-lix69o {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .wonaco-lix69o {
    font-size: 40px;
    line-height: 48px;
  }
}

.wonaco-lix69o > * {
  margin: 0 !important;
}

.wonaco-lix69o img,
.wonaco-k1x1su {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wonaco-lix69o img,
  .wonaco-k1x1su {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wonaco-cfk8h5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wonaco-cfk8h5 {
    width: 32px;
    height: 32px;
  }
}

.wonaco-0wkos0 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .wonaco-0wkos0 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .wonaco-0wkos0::-webkit-scrollbar {
    display: none;
  }
}

.wonaco-b8vkfm {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .wonaco-b8vkfm {
    padding: 7px 15px;
  }
}

.wonaco-b8vkfm:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.wonaco-6q4wtf {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .wonaco-6q4wtf {
    display: flex;
    opacity: 1;
  }
}

.wonaco-b8vkfm picture {
  height: 100%;
  display: block;
}

.wonaco-b8vkfm img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .wonaco-b8vkfm img {
    width: 88px;
    height: 44px;
  }
}

.wonaco-b8vkfm p {
  text-align: center;
  width: 100%;
}

.wonaco-dmc157 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .wonaco-dmc157 {
    font-size: 40px;
    line-height: 48px;
  }
}

.wonaco-dmc157 img,
.wonaco-ur4jnw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wonaco-dmc157 img,
  .wonaco-ur4jnw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wonaco-0kt8t6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wonaco-0kt8t6 {
    width: 32px;
    height: 32px;
  }
}

.wonaco-ebyyk0 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.wonaco-iao81a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.wonaco-oxh47q {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.wonaco-oxh47q.wonaco-115ogf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.wonaco-jktj5x {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .wonaco-jktj5x {
    font-size: 20px;
    line-height: 28px;
  }
}

.wonaco-p5kkt1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.wonaco-mx0xa8 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.wonaco-x6udhq ease;
  opacity: 0;
  color: var(--text-color);
}

.wonaco-gb22lh {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.wonaco-gb22lh ol,
.wonaco-gb22lh ul {
  padding-left: 1.3em;
}

.wonaco-oxh47q.wonaco-115ogf .wonaco-mx0xa8 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.wonaco-oxh47q.wonaco-115ogf .wonaco-p5kkt1 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.wonaco-ir4pfp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .wonaco-ir4pfp {
    padding: 24px;
  }
}

.wonaco-ir4pfp .wonaco-hsa7qq {
  display: flex;
}

@media (min-width: 768px) {
  .wonaco-ir4pfp .wonaco-hsa7qq {
    display: none;
  }
}

.wonaco-ir4pfp .wonaco-ghgbgc svg {
  display: none;
}

.wonaco-sh9w3t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wonaco-sh9w3t .wonaco-ztre6q {
  display: none;
}

@media (min-width: 768px) {
  .wonaco-sh9w3t .wonaco-ztre6q {
    display: flex;
  }
}

.wonaco-1s3jy4 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .wonaco-1s3jy4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.wonaco-1s3jy4 > * {
  margin: 0 !important;
}

.wonaco-1s3jy4 img,
.wonaco-mbdvee {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wonaco-1s3jy4 img,
  .wonaco-mbdvee {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wonaco-euc6gc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wonaco-euc6gc {
    width: 32px;
    height: 32px;
  }
}

.wonaco-trga00 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .wonaco-trga00 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .wonaco-trga00::-webkit-scrollbar {
    display: none;
  }
}

.wonaco-fjz0ak {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.wonaco-fjz0ak:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.wonaco-63g0vx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .wonaco-63g0vx {
    display: flex;
    opacity: 1;
  }
}

.wonaco-fjz0ak picture {
  width: auto;
  height: 100%;
  display: block;
}

.wonaco-fjz0ak picture img {
  display: block;
  width: auto;
  height: 100%;
}

.wonaco-glmali {
  margin: -24px 0;
}

.wonaco-glmali:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .wonaco-glmali {
    margin: -16px 0;
  }
}

.wonaco-pog92x {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .wonaco-pog92x {
    flex-direction: row;
  }
}

.wonaco-wuhhaz {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .wonaco-wuhhaz {
    flex: 1;
  }
}

.wonaco-wuhhaz::placeholder {
  color: var(--Text-400);
}

.wonaco-wqmjdh {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.wonaco-5y7scy {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.wonaco-5y7scy::-webkit-scrollbar {
  display: none;
}

.wonaco-a3gwzx {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.wonaco-a3gwzx img,
.wonaco-a3gwzx svg {
  margin-right: 8px;
}

.wonaco-f4z0t2 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.wonaco-glmali + .wonaco-qqcrtd {
  margin-top: 0;
}

@media (min-width: 768px) {
  .wonaco-glmali + .wonaco-qqcrtd {
    margin-top: -16px;
  }
}

.wonaco-s9cwiv {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.wonaco-s9cwiv > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.wonaco-s9cwiv > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.wonaco-no84ex {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.wonaco-vh5i1h {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.wonaco-63z2m5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wonaco-lcv8cp {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.wonaco-k5cckt {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.wonaco-no84ex button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.wonaco-no84ex button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .wonaco-no84ex {
    padding: 39px 179px 39px 39px;
  }

  .wonaco-vh5i1h {
    font-size: 40px;
    line-height: 48px;
  }

  .wonaco-k5cckt {
    height: 348px;
  }

  .wonaco-no84ex button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .wonaco-no84ex button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .wonaco-no84ex {
    padding: 63px;
  }
}

.wonaco-3t3qp0 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .wonaco-3t3qp0 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.wonaco-zjc9a9 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .wonaco-zjc9a9 {
    width: auto;
  }
}

.wonaco-y7obzp {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.wonaco-y7obzp::-webkit-scrollbar {
  display: none;
}

.wonaco-y7obzp a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.wonaco-y7obzp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .wonaco-y7obzp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.wonaco-3t3qp0 .wonaco-zd8oog {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.wonaco-x6udhq,
    mask-image 0.3s;
}

.wonaco-3t3qp0 .wonaco-zd8oog.wonaco-2tsuug {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.wonaco-t90kfj {
  margin: 40px -16px;
}

.wonaco-xqt2gz + .wonaco-2chwcl,
.wonaco-xqt2gz + .wonaco-d1ylth {
  margin-top: 24px;
}

.wonaco-8au7fb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.wonaco-8au7fb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.wonaco-soiavc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .wonaco-soiavc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .wonaco-soiavc {
    margin-top: 0;
  }
}

.wonaco-dony98 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .wonaco-dony98 {
    font-size: 24px;
    line-height: 32px;
  }
}

.wonaco-kkowc1 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .wonaco-kkowc1 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.wonaco-kdh6tm {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .wonaco-kdh6tm {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.wonaco-ualz55 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .wonaco-ualz55 {
    font-size: 20px;
    line-height: 28px;
  }
}

.wonaco-ycdbz7 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .wonaco-ycdbz7 {
    font-size: 32px;
    line-height: 40px;
  }
}

.wonaco-cro77l {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.wonaco-fd300d {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.wonaco-fd300d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wonaco-qqcrtd {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.wonaco-4c83e2 {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .wonaco-4c83e2 {
    padding: 15px 48px;
  }
}

main > .wonaco-qqcrtd {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .wonaco-c8bkic.wonaco-1dm6r2 > div:nth-child(n+5) {
    display: none;
  }
}

.wonaco-sq12rd p a img {
  display: block;
  margin: 0 auto;
}


.wonaco-2hgql5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.wonaco-kfwr6w {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.wonaco-kfwr6w label {
  font-size: 14px;
}

.wonaco-kfwr6w h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wonaco-kfwr6w input,
.wonaco-kfwr6w textarea,
.wonaco-kfwr6w button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.wonaco-kfwr6w button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.wonaco-6eijf9 ease;
}
.wonaco-kfwr6w button:hover {
  background-color: var(--button-bg-hover);
}
.wonaco-nqy8p8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.wonaco-qe21ty ease-in;
}

.wonaco-nqy8p8 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.wonaco-vbxqe7, .wonaco-r6atc5, [class*="review-card"],
thead, thead th, table th, .wonaco-qvfn1v,
.wonaco-tk4hzv, [class*="collapsible-header"],
.wonaco-ob3ril, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
