html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.wonaco-8nidt3 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-8nidt3 {
    padding: 54px 0 0;
  }
}

.wonaco-d76ph1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .wonaco-d76ph1:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.wonaco-hzauf0 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .wonaco-hzauf0 {
    margin: 20px auto 100px;
  }
}

.wonaco-hzauf0 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-hzauf0 h1 {
    font-size: 120px;
  }
}

.wonaco-hzauf0 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.wonaco-iw0j94 {
  cursor: pointer;
}

.wonaco-wv224c {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.wonaco-gatsej {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wonaco-gatsej figure {
  margin: 0;
}

.wonaco-gatsej.wonaco-ml5r9j {
  justify-content: flex-start;
  margin-right: 4px;
}

.wonaco-gatsej.wonaco-hi1mw4 {
  justify-content: flex-end;
  margin-left: 4px;
}

.wonaco-gatsej.wonaco-k3aqbv {
  justify-content: center;
}

.wonaco-gatsej.wonaco-635bpd {
  justify-content: normal;
}

.wonaco-ggyib2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .wonaco-ggyib2 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-ggyib2 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.wonaco-pcz6b2 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .wonaco-pcz6b2 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.wonaco-uh63l0 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wonaco-uh63l0 {
    flex-direction: column;
  }
}

.wonaco-ku2hsi {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.wonaco-ku2hsi img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .wonaco-ku2hsi {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.wonaco-wr939w {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.wonaco-wr939w ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .wonaco-wr939w ul {
    margin-bottom: 15px;
  }
}

.wonaco-wr939w ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.wonaco-wr939w ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.wonaco-wr939w ul li span svg {
  fill: var(--title-color);
}

.wonaco-wr939w ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .wonaco-wr939w ul li small {
    font-size: 12px;
  }
}

.wonaco-wr939w ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.wonaco-wr939w ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-wr939w {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.wonaco-llskwh {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wonaco-llskwh {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.wonaco-beuye2 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.wonaco-sbse97 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.wonaco-mf692o ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-sbse97 {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .wonaco-sbse97:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.wonaco-sbse97.wonaco-2rond6 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .wonaco-sbse97.wonaco-2rond6:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.wonaco-8ppkfu {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .wonaco-8ppkfu {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-8ppkfu {
    padding: 50px 16px 68px;
  }
}

.wonaco-qb9a0g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .wonaco-qb9a0g {
    flex-direction: column;
  }
}

.wonaco-dzzsrj {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .wonaco-dzzsrj {
    margin-bottom: 40px;
  }
}

.wonaco-r4c5rc .wonaco-7ih2k3 {
  margin-bottom: 28px;
}

.wonaco-r4c5rc .wonaco-7ih2k3 img {
  max-height: 100px;
  width: auto;
}

.wonaco-i8s6x1 {
  display: flex;
  align-items: center;
}

.wonaco-i8s6x1 a + a {
  margin-left: 24px;
}

.wonaco-i8s6x1 img {
  max-height: 56px;
  width: auto;
}

.wonaco-i8s6x1 img + img {
  margin-left: 24px;
}

.wonaco-72to8r {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .wonaco-72to8r {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.wonaco-78uk7h {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .wonaco-78uk7h {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.wonaco-56kgsb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-56kgsb {
    flex-wrap: wrap;
  }
}

.wonaco-56kgsb li {
  display: flex;
  margin: 0 7px;
}

.wonaco-56kgsb li svg {
  transition: 0.wonaco-mf692o ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wonaco-56kgsb li:hover svg {
    transform: scale(1.2);
  }
}

.wonaco-zf2rbn {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.wonaco-qmppe3 + .wonaco-qmppe3 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .wonaco-qmppe3 + .wonaco-qmppe3 {
    margin: 36px 0 0;
  }
}

.wonaco-ok8jca {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.wonaco-9imjzj {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wonaco-9imjzj li {
  font-size: 16px;
}

.wonaco-9imjzj li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .wonaco-9imjzj li a:hover {
    text-decoration: underline;
  }
}

.wonaco-9imjzj li + li {
  margin-top: 16px;
}

.wonaco-k03biy {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.wonaco-e37zl9 ease-in-out;
}

.wonaco-k03biy.wonaco-pdh0oe {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.wonaco-6fydml {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.wonaco-6fydml h1,
.wonaco-6fydml h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .wonaco-6fydml h1,
  .wonaco-6fydml h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .wonaco-6fydml {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-6fydml {
    margin-bottom: 60px;
  }
}

.wonaco-85oqa0 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .wonaco-85oqa0 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.wonaco-85oqa0 li {
  width: 100%;
}

.wonaco-85oqa0 li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.wonaco-mf692o ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.wonaco-85oqa0 li a svg {
  fill: var(--button-text-color);
}

.wonaco-85oqa0 li a.wonaco-pdh0oe {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .wonaco-85oqa0 li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-85oqa0 li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .wonaco-85oqa0 li a img {
    max-width: 16px;
  }
}

.wonaco-9wawbb {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .wonaco-9wawbb {
    margin: 0 -5px;
  }
}

.wonaco-8lfq2o {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.wonaco-8lfq2o span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.wonaco-8lfq2o small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .wonaco-8lfq2o {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .wonaco-8lfq2o span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.wonaco-qs6740 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.wonaco-qs6740 img {
  width: 100%;
  transition: 0.wonaco-mf692o ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wonaco-qs6740:hover img {
    transform: scale(1.1);
  }
}

.wonaco-8oll41 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .wonaco-8oll41 {
    height: 54px;
  }
}

.wonaco-yqb8ly {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .wonaco-yqb8ly {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .wonaco-yqb8ly {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-yqb8ly .wonaco-7ih2k3 img {
    max-width: 90px;
  }
}

.wonaco-7ih2k3 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .wonaco-7ih2k3 {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .wonaco-xluw19 {
    display: none;
  }
  .wonaco-xluw19::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.wonaco-bwplg4 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wonaco-bwplg4 li {
  font-size: 16px;
  margin: 0 20px;
}

.wonaco-bwplg4 li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .wonaco-bwplg4 li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .wonaco-bwplg4 {
    display: block;
  }
  .wonaco-bwplg4 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .wonaco-bwplg4 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .wonaco-bwplg4 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .wonaco-bwplg4 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.wonaco-2p9sbf {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .wonaco-2p9sbf {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .wonaco-2p9sbf {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-2p9sbf {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.wonaco-2p9sbf.wonaco-wy0zzi {
  margin-right: 0;
}

.wonaco-5kbdzc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wonaco-5kbdzc {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .wonaco-5kbdzc:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.wonaco-zhm7d8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .wonaco-zhm7d8:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-zhm7d8 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.wonaco-6ra83n {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .wonaco-6ra83n {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.wonaco-6ra83n:hover > ul {
  display: flex;
}

.wonaco-6ra83n:focus > ul {
  display: flex;
}

.wonaco-6ra83n:focus-within > ul {
  display: flex;
}

.wonaco-b480o5 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.wonaco-b480o5::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.wonaco-e37zl9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .wonaco-b480o5 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .wonaco-b480o5 img {
    max-width: 20px;
  }
}

.wonaco-6ra83n ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.wonaco-mf692o ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-6ra83n ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.wonaco-6ra83n ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.wonaco-mf692o ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wonaco-6ra83n ul li {
    padding: 5px;
  }
}

.wonaco-6ra83n ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .wonaco-6ra83n ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-6ra83n ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .wonaco-6ra83n ul li a img {
    max-width: 20px;
  }
}

.wonaco-e2jokb {
  display: none;
}

.wonaco-aks9tp {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .wonaco-aks9tp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.wonaco-aks9tp span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .wonaco-e2jokb:checked ~ .wonaco-xluw19 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .wonaco-xluw19 {
    display: none;
    transition: display 0.wonaco-mf692o ease-in-out;
  }
  .wonaco-e2jokb:checked ~ .wonaco-xluw19 {
    display: block;
  }
  .wonaco-e2jokb:checked + .wonaco-aks9tp span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .wonaco-e2jokb:checked + .wonaco-aks9tp span:nth-child(2) {
    display: none;
  }
  .wonaco-e2jokb:checked + .wonaco-aks9tp span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.wonaco-o99vix {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-o99vix {
    padding: 0 16px;
  }
}

.wonaco-o99vix img {
  margin-bottom: 20px;
}

.wonaco-o99vix p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .wonaco-o99vix p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-o99vix {
    margin-bottom: 60px;
  }
}

.wonaco-ftzjku {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .wonaco-ftzjku {
    font-size: 32px;
  }
}

.wonaco-lg7lw6 {
  color: var(--text-color);
}

.wonaco-zthaht {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .wonaco-zthaht {
    font-size: 16px;
    line-height: 140%;
  }
}

.wonaco-zthaht p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.wonaco-zthaht p img {
  display: block;
  margin: 0 auto;
}

.wonaco-zthaht p:first-of-type {
  margin-top: 0;
}

.wonaco-zthaht p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-zthaht p {
    font-size: 18px;
    line-height: 140%;
  }
}

.wonaco-zthaht ul {
  padding: 0 0 0 20px;
}

.wonaco-zthaht table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.wonaco-zthaht table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-zthaht table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.wonaco-zthaht table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-zthaht table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.wonaco-zthaht table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.wonaco-zthaht iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wonaco-zthaht iframe {
    height: 200px;
  }
}

.wonaco-dkfg63 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-dkfg63 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-dkfg63 {
    margin-bottom: 60px;
  }
}

.wonaco-1f35ni {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-1f35ni {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wonaco-1f35ni h1,
.wonaco-1f35ni h2,
.wonaco-1f35ni h3,
.wonaco-1f35ni h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-1f35ni h1,
  .wonaco-1f35ni h2,
  .wonaco-1f35ni h3,
  .wonaco-1f35ni h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wonaco-igxlkd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-igxlkd {
    flex-direction: column-reverse;
  }
}

.wonaco-igxlkd .wonaco-17ffzd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-igxlkd .wonaco-17ffzd {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.wonaco-igxlkd .wonaco-gytjfz {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wonaco-igxlkd .wonaco-gytjfz {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .wonaco-igxlkd .wonaco-gytjfz img {
    width: 100%;
  }
}

.wonaco-gytjfz {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-gytjfz {
    margin-bottom: 18px;
  }
}

.wonaco-17ffzd {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-17ffzd {
    margin-bottom: 18px;
  }
}

.wonaco-dkfg63 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-dkfg63 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wonaco-dkfg63 .wonaco-d76ph1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wonaco-ex8eic {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .wonaco-ex8eic {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-ex8eic {
    margin-bottom: 60px;
  }
}

.wonaco-g4ha6g {
  position: relative;
  border: none;
}

.wonaco-g4ha6g::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.wonaco-vi374g {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.wonaco-vi374g span {
  height: 32px;
}

.wonaco-vi374g span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.wonaco-vi374g.wonaco-3e6mb3 span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .wonaco-vi374g {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.wonaco-y6413j {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wonaco-y6413j li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-y6413j li {
    font-size: 16px;
  }
}

.wonaco-y6413j li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.wonaco-mf692o ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wonaco-y6413j li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-y6413j li a {
    padding: 12px 14px;
  }
}

.wonaco-y6413j.wonaco-lufp8t {
  display: none;
}

.wonaco-n8zzw9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.wonaco-n8zzw9 table {
  width: 100%;
  border-collapse: collapse;
}

.wonaco-n8zzw9 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .wonaco-n8zzw9 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .wonaco-n8zzw9 table td {
    min-width: 75px;
  }
}

.wonaco-n8zzw9 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-n8zzw9 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.wonaco-n8zzw9 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.wonaco-n8zzw9 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .wonaco-n8zzw9 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .wonaco-n8zzw9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-n8zzw9 {
    margin-bottom: 60px;
  }
}

.wonaco-qtu3ir {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-qtu3ir {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.wonaco-vga4n3 {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .wonaco-vga4n3 {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.wonaco-vga4n3 tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .wonaco-vga4n3 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.wonaco-vga4n3 tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.wonaco-sbivlw table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.wonaco-sbivlw table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.wonaco-sbivlw p {
  color: var(--text-color);
}

.wonaco-0io80m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-0io80m {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-0io80m {
    margin-bottom: 60px;
  }
}

.wonaco-wu48y9 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.wonaco-rwcfm8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-rwcfm8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-rwcfm8 {
    margin-bottom: 60px;
  }
}

.wonaco-1kr4fb {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.wonaco-1kr4fb h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wonaco-1kr4fb h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.wonaco-1kr4fb p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.wonaco-1kr4fb p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .wonaco-1kr4fb p {
    font-size: 16px;
  }
}

.wonaco-7a5dzn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-7a5dzn {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.wonaco-zbdkk6 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.wonaco-zbdkk6 li {
  margin: 0 20px;
}

.wonaco-zbdkk6 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.wonaco-zbdkk6 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .wonaco-zbdkk6 li a:hover {
    color: #2ab765;
  }
}

.wonaco-6k16sn {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .wonaco-6k16sn {
    padding: 0 16px;
  }
}

.wonaco-6k16sn li {
  font-size: 16px;
  position: relative;
}

.wonaco-6k16sn li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .wonaco-6k16sn li a:hover {
    text-decoration: underline;
  }
}

.wonaco-6k16sn li span {
  opacity: 0.5;
}

.wonaco-6k16sn li + li {
  margin-left: 30px;
}

.wonaco-6k16sn li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.wonaco-1f35ni {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.wonaco-1f35ni {
    margin-bottom: 18px;
  }
}

.wonaco-w6qelb {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.wonaco-w6qelb tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.wonaco-w6qelb tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.wonaco-w6qelb tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.wonaco-w6qelb tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.wonaco-w6qelb tbody tr:last-of-type {
  margin-bottom: 0;
}

.wonaco-w6qelb tbody tr td:first-of-type {
  flex-shrink: 0;
}

.wonaco-w6qelb tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.wonaco-w6qelb tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.wonaco-w6qelb tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .wonaco-w6qelb tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.wonaco-w6qelb tbody tr td .wonaco-mys1t4 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .wonaco-w6qelb tbody tr td .wonaco-mys1t4 {
    width: 100%;
  }
}

.wonaco-w6qelb tbody tr td .wonaco-99494s {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.wonaco-mf692o ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .wonaco-w6qelb tbody tr td .wonaco-99494s:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-w6qelb tbody tr td .wonaco-99494s {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .wonaco-w6qelb tbody tr td .wonaco-99494s {
    width: 100%;
  }
}

.wonaco-w6qelb tbody tr td .wonaco-tjbf4a {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .wonaco-w6qelb tbody tr td .wonaco-tjbf4a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-w6qelb tbody tr {
    flex-direction: column;
  }
}

.wonaco-w6qelb tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.wonaco-z9fo1u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-z9fo1u {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-z9fo1u {
    margin: 0 auto 60px;
  }
}

.wonaco-ysxnfa {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-ysxnfa {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.wonaco-cd57r1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .wonaco-cd57r1 {
    margin: 0 -5px;
  }
}

.wonaco-be4bo8 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.wonaco-be4bo8 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.wonaco-mf692o ease-in-out;
}

.wonaco-be4bo8 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .wonaco-be4bo8:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .wonaco-be4bo8 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-be4bo8 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .wonaco-be4bo8 p {
    font-size: 16px;
  }
}

.wonaco-y9lnky {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .wonaco-y9lnky {
    height: 190px;
    margin: 20px auto;
  }
}

.wonaco-y9lnky img {
  width: 100%;
  height: 100%;
}

.wonaco-y9lnky iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .wonaco-y9lnky iframe {
    height: 190px;
  }
}

.wonaco-taiqb8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.wonaco-taiqb8::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.wonaco-1ngqjw {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.wonaco-1ngqjw svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.wonaco-mf692o ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wonaco-1ngqjw:hover svg {
    transform: scale(1.1);
  }
}

.wonaco-hpn0s9 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-hpn0s9 {
    padding: 40px 0;
  }
}

.wonaco-l5r1uk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .wonaco-l5r1uk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .wonaco-l5r1uk {
    flex-direction: column-reverse;
  }
}

.wonaco-wn7h8j {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.wonaco-wn7h8j img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .wonaco-wn7h8j {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-wn7h8j {
    margin: 10px 0 0;
  }
}

.wonaco-x0n2l3 {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.wonaco-x0n2l3 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .wonaco-x0n2l3 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-x0n2l3 {
    padding: 24px 10px;
  }
}

.wonaco-rx1xg8 {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.wonaco-mf692o ease-in-out;
}

.wonaco-rx1xg8:hover {
  border: 1px solid #8c8ca2;
}

.wonaco-uhj9gl {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.wonaco-uhj9gl:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.wonaco-7vyh3k {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.wonaco-7vyh3k a {
  text-decoration: underline;
  color: #8babff;
}

.wonaco-f9cxq2 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.wonaco-f9cxq2 .wonaco-rx1xg8 {
  width: 50%;
  margin: 0;
}

.wonaco-tuegl0 {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.wonaco-tuegl0:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.wonaco-41wfe8 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-41wfe8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-41wfe8 {
    margin: 0 0 60px;
  }
}

.wonaco-g7pdd4 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-g7pdd4 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.wonaco-jm4n5b {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wonaco-jm4n5b {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.wonaco-n1zhoo {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .wonaco-n1zhoo {
    flex-basis: auto;
    max-width: 100%;
  }
}

.wonaco-o5m5fz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-o5m5fz {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.wonaco-o5m5fz a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.wonaco-mf692o ease-in-out;
}

@media only screen and (max-width: 767px) {
  .wonaco-o5m5fz a {
    margin: 1px 0 4px;
  }
}

.wonaco-o5m5fz a svg {
  fill: #fff;
}

.wonaco-o5m5fz a:hover {
  background: #3d68e7;
}

.wonaco-31e4xb {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.wonaco-ipvsa3 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .wonaco-ipvsa3 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.wonaco-1kv7n8 {
  font-size: 16px;
  color: var(--text-color);
}

.wonaco-cz0w87 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-cz0w87 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-cz0w87 {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .wonaco-cz0w87 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.wonaco-xbjaji {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.wonaco-xbjaji h1,
.wonaco-xbjaji h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-xbjaji h1,
  .wonaco-xbjaji h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .wonaco-xbjaji {
    margin: 0;
    padding-right: 20px;
  }
}

.wonaco-8k1zsw {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.wonaco-8k1zsw h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-8k1zsw h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.wonaco-8k1zsw h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .wonaco-8k1zsw h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.wonaco-8k1zsw table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.wonaco-8k1zsw table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-8k1zsw table tr td {
    padding: 12px 4px;
  }
}

.wonaco-8k1zsw table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-8k1zsw table tr th {
    padding: 12px 4px;
  }
}

.wonaco-8k1zsw table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .wonaco-8k1zsw {
    margin: 0;
  }
}

.wonaco-sjys10 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wonaco-sjys10 {
    min-height: 190px;
  }
}

.wonaco-x79nku {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.wonaco-x79nku::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.wonaco-w4lcz7 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.wonaco-w4lcz7.wonaco-lg3awg {
  display: none;
}

.wonaco-tuq4hl {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.wonaco-tuq4hl iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wonaco-tuq4hl iframe.wonaco-4c2rt1 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wonaco-tuq4hl.wonaco-hxu1dj {
  opacity: 1;
  pointer-events: all;
}

.wonaco-zgxy2e {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.wonaco-mf692o ease-in-out;
}

.wonaco-zgxy2e svg {
  margin-right: 10px;
}

.wonaco-zgxy2e + .wonaco-zgxy2e {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .wonaco-zgxy2e:hover {
    background: #a8a6b3;
  }
}

.wonaco-q0yjfc {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .wonaco-q0yjfc:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-zgxy2e {
    height: 42px;
    max-width: 220px;
  }
}

.wonaco-cz0w87 .wonaco-dkfg63 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.wonaco-cz0w87 .wonaco-dkfg63 h1,
.wonaco-cz0w87 .wonaco-dkfg63 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .wonaco-cz0w87 .wonaco-dkfg63 h1,
  .wonaco-cz0w87 .wonaco-dkfg63 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .wonaco-cz0w87 .wonaco-dkfg63 {
    margin: 28px 0 0;
  }
}

.wonaco-w6j4zg {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .wonaco-w6j4zg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .wonaco-w6j4zg {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-w6j4zg {
    margin: 20px auto 60px;
  }
}

.wonaco-4ef60r {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .wonaco-4ef60r {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-4ef60r {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.wonaco-ibd6ic {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.wonaco-ibd6ic iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wonaco-jt8pdn {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.wonaco-jt8pdn h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .wonaco-jt8pdn h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-jt8pdn h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .wonaco-jt8pdn {
    max-width: 100%;
    margin: 0;
  }
}

.wonaco-6ohqk7 {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .wonaco-6ohqk7 {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.wonaco-s656vx {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .wonaco-s656vx {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.wonaco-lw7xnt {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.wonaco-lw7xnt span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .wonaco-lw7xnt {
    margin: 0;
  }
  .wonaco-lw7xnt:last-of-type {
    margin-top: 4px;
  }
}

.wonaco-k0wkc8 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .wonaco-k0wkc8 {
    padding: 10px;
  }
}

.wonaco-k0wkc8 .wonaco-d76ph1 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .wonaco-k0wkc8 .wonaco-d76ph1 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .wonaco-k0wkc8 {
    flex-wrap: wrap;
  }
}

.wonaco-hatvw8 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.wonaco-hatvw8 img {
  width: 100%;
}

.wonaco-w86lhh {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .wonaco-w86lhh {
    max-width: 200px;
    margin: 0;
  }
}

.wonaco-knzpbn {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.wonaco-6mx8id {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.wonaco-dfvlh3 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 {
    margin: 0 0 60px;
  }
}

.wonaco-dfvlh3 .wonaco-bbfmds {
  position: relative;
}

.wonaco-dfvlh3 .wonaco-ukftwt {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wonaco-dfvlh3 .wonaco-ukftwt.wonaco-lg3awg {
  display: none;
}

.wonaco-dfvlh3 .wonaco-miow8q {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .wonaco-dfvlh3 .wonaco-miow8q {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .wonaco-dfvlh3 .wonaco-miow8q {
    bottom: 90px;
  }
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-1z71yn {
  max-width: 300px;
  width: 100%;
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-1z71yn .wonaco-d8mi30 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-miow8q .wonaco-1z71yn .wonaco-d8mi30 {
    font-size: 32px;
    text-align: center;
  }
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-1z71yn .wonaco-me5tr1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-miow8q .wonaco-1z71yn .wonaco-me5tr1 {
    text-align: center;
  }
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi {
    flex-direction: column-reverse;
  }
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-wkynkz {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.wonaco-mf692o ease-in-out;
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-wkynkz:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-wkynkz {
    width: 100%;
  }
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-52hqfd {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.wonaco-mf692o ease-in-out;
  overflow: hidden;
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-52hqfd span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-52hqfd:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-52hqfd:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-miow8q .wonaco-wy0zzi .wonaco-52hqfd {
    width: 100%;
  }
}

.wonaco-dfvlh3 .wonaco-miow8q.wonaco-lg3awg {
  display: none;
}

.wonaco-dfvlh3 .wonaco-koet6u {
  display: none;
}

.wonaco-dfvlh3 .wonaco-koet6u.wonaco-hxu1dj {
  display: block;
}

.wonaco-dfvlh3 .wonaco-koet6u iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-koet6u iframe {
    height: calc(100vh - 54px);
  }
}

.wonaco-dfvlh3 .wonaco-wn1cnr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .wonaco-dfvlh3 .wonaco-wn1cnr {
    padding: 24px 16px 0;
  }
}

.wonaco-dfvlh3 .wonaco-wn1cnr .wonaco-d8mi30 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-wn1cnr .wonaco-d8mi30 {
    margin-bottom: 24px;
  }
}

.wonaco-dfvlh3 .wonaco-wn1cnr table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.wonaco-dfvlh3 .wonaco-wn1cnr table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-wn1cnr table tr td {
    padding: 12px 4px;
  }
}

.wonaco-dfvlh3 .wonaco-wn1cnr table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-dfvlh3 .wonaco-wn1cnr table tr th {
    padding: 12px 4px;
  }
}

.wonaco-dfvlh3 .wonaco-wn1cnr table tr:last-of-type td {
  border-bottom: none;
}

.wonaco-nvfi0o {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.wonaco-nvfi0o.wonaco-pdh0oe {
  display: block;
}

.wonaco-nvfi0o iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.wonaco-nvfi0o .wonaco-0q83zk {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.wonaco-nvfi0o .wonaco-clm493 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.wonaco-nvfi0o .wonaco-52hqfd {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.wonaco-mf692o ease-in-out;
}

.wonaco-nvfi0o .wonaco-52hqfd:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.wonaco-xl3ei9 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.wonaco-xl3ei9.wonaco-pdh0oe {
  display: block;
}

.wonaco-y6xtjw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.wonaco-5i6n4y {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.wonaco-0x1duv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .wonaco-5i6n4y {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.wonaco-ai7vc4 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.wonaco-ai7vc4 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.wonaco-8hwbml {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wonaco-l0ysnn.wonaco-lg3awg {
  display: none;
}

.wonaco-a8ivnp {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .wonaco-a8ivnp {
    margin-bottom: 20px;
  }
}

.wonaco-t3h2c5 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.wonaco-t3h2c5 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.wonaco-t3h2c5 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.wonaco-t3h2c5 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.wonaco-mf692o ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.wonaco-t3h2c5 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wonaco-t3h2c5 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wonaco-t3h2c5 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.wonaco-t3h2c5 input:active {
  border-color: #c2c0ce;
}

.wonaco-t3h2c5 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .wonaco-t3h2c5 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.wonaco-bz1yul {
  margin-bottom: 36px;
}

.wonaco-bz1yul textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.wonaco-bz1yul textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wonaco-bz1yul textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .wonaco-bz1yul {
    margin-bottom: 24px;
  }
}

.wonaco-gtwmnl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wonaco-iarg99 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.wonaco-mf692o ease-in-out;
}

.wonaco-iarg99:hover {
  background: var(--border-color);
}

.wonaco-5v23ok {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.wonaco-mf692o ease-in-out;
}

.wonaco-5v23ok:hover {
  background: #166ad9;
}

.wonaco-ukmdc2 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.wonaco-ukmdc2.wonaco-lg3awg {
  display: none;
}

.wonaco-r2zi2d {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.wonaco-ukmdc2 .wonaco-iarg99 {
  margin: 0 auto;
}

.wonaco-tdt6dz {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .wonaco-tdt6dz {
    margin-bottom: 16px;
  }
}

.wonaco-l9c8fa {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.wonaco-h98hxc {
  filter: grayscale(100%);
}

.wonaco-l9c8fa > input {
  display: none;
}

.wonaco-l9c8fa > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-vf98ts.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wonaco-61esy9 44.wonaco-ui2oe5.wonaco-5m38kf.wonaco-kpslfl.wonaco-lj827a.wonaco-0p9sya.wonaco-1z6i5u.wonaco-fvd02j.wonaco-z7eyiq.wonaco-wp7cmn.wonaco-ia9aph.wonaco-9a3esf.wonaco-tj9o0u 0l-12.wonaco-znqvdh 30.wonaco-p3yv2u.wonaco-n8zwug 2.wonaco-dcb1qh.wonaco-n8zwug 3.wonaco-46n96l 3.wonaco-wiz4rz.wonaco-nxqxi6 3.wonaco-0i9kk7.wonaco-kdjfoi.wonaco-84s7pb.wonaco-9qpun0 7-3.wonaco-znqvdh 10.wonaco-psltq9.wonaco-9qpun0 23.wonaco-kbixkh.wonaco-5iesvr 1.wonaco-9s5ru8 2.wonaco-znqvdh 3.wonaco-5iesvr 1.wonaco-nxqxi6 5.wonaco-nz180r.wonaco-nxqxi6 32.wonaco-k4ftt5.wonaco-kdjfoi 5.wonaco-tj9o0u 4.wonaco-9qpun0 9.wonaco-9qpun0 8.wonaco-nxqxi6 6.wonaco-1er811.wonaco-244qla.wonaco-ur24sl.wonaco-621db7.wonaco-4evjmc 4.wonaco-073v13.wonaco-4evjmc 6.wonaco-4evjmc 0l29.wonaco-tj9o0u 17.wonaco-2kle5n.wonaco-chz7ls 2.wonaco-t20y3y 10.wonaco-wyoj3p.wonaco-znqvdh 8.wonaco-pfp5td.wonaco-8klsz3.wonaco-j9fht2.wonaco-0sagah.wonaco-ja9r8l.wonaco-kdjfoi.wonaco-0p9sya.wonaco-znqvdh 1.wonaco-0v2xqo.wonaco-3e8x7l.wonaco-icfbhg.wonaco-9uusvh.wonaco-wc8409.wonaco-9s5ru8 1.wonaco-4kdiz4.wonaco-cjz0dt.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wonaco-l9c8fa > input:checked ~ label,
.wonaco-l9c8fa > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-vf98ts.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wonaco-61esy9 44.wonaco-ui2oe5.wonaco-5m38kf.wonaco-kpslfl.wonaco-lj827a.wonaco-0p9sya.wonaco-1z6i5u.wonaco-fvd02j.wonaco-z7eyiq.wonaco-wp7cmn.wonaco-ia9aph.wonaco-9a3esf.wonaco-tj9o0u 0l-12.wonaco-znqvdh 30.wonaco-p3yv2u.wonaco-n8zwug 2.wonaco-dcb1qh.wonaco-n8zwug 3.wonaco-46n96l 3.wonaco-wiz4rz.wonaco-nxqxi6 3.wonaco-0i9kk7.wonaco-kdjfoi.wonaco-84s7pb.wonaco-9qpun0 7-3.wonaco-znqvdh 10.wonaco-psltq9.wonaco-9qpun0 23.wonaco-kbixkh.wonaco-5iesvr 1.wonaco-9s5ru8 2.wonaco-znqvdh 3.wonaco-5iesvr 1.wonaco-nxqxi6 5.wonaco-nz180r.wonaco-nxqxi6 32.wonaco-k4ftt5.wonaco-kdjfoi 5.wonaco-tj9o0u 4.wonaco-9qpun0 9.wonaco-9qpun0 8.wonaco-nxqxi6 6.wonaco-1er811.wonaco-244qla.wonaco-ur24sl.wonaco-621db7.wonaco-4evjmc 4.wonaco-073v13.wonaco-4evjmc 6.wonaco-4evjmc 0l29.wonaco-tj9o0u 17.wonaco-2kle5n.wonaco-chz7ls 2.wonaco-t20y3y 10.wonaco-wyoj3p.wonaco-znqvdh 8.wonaco-pfp5td.wonaco-8klsz3.wonaco-j9fht2.wonaco-0sagah.wonaco-ja9r8l.wonaco-kdjfoi.wonaco-0p9sya.wonaco-znqvdh 1.wonaco-0v2xqo.wonaco-3e8x7l.wonaco-icfbhg.wonaco-9uusvh.wonaco-wc8409.wonaco-9s5ru8 1.wonaco-4kdiz4.wonaco-cjz0dt.5z'/%3e%3c/svg%3e");
}

.wonaco-l9c8fa > input:not(:checked) ~ label:hover,
.wonaco-l9c8fa > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-vf98ts.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wonaco-61esy9 44.wonaco-ui2oe5.wonaco-5m38kf.wonaco-kpslfl.wonaco-lj827a.wonaco-0p9sya.wonaco-1z6i5u.wonaco-fvd02j.wonaco-z7eyiq.wonaco-wp7cmn.wonaco-ia9aph.wonaco-9a3esf.wonaco-tj9o0u 0l-12.wonaco-znqvdh 30.wonaco-p3yv2u.wonaco-n8zwug 2.wonaco-dcb1qh.wonaco-n8zwug 3.wonaco-46n96l 3.wonaco-wiz4rz.wonaco-nxqxi6 3.wonaco-0i9kk7.wonaco-kdjfoi.wonaco-84s7pb.wonaco-9qpun0 7-3.wonaco-znqvdh 10.wonaco-psltq9.wonaco-9qpun0 23.wonaco-kbixkh.wonaco-5iesvr 1.wonaco-9s5ru8 2.wonaco-znqvdh 3.wonaco-5iesvr 1.wonaco-nxqxi6 5.wonaco-nz180r.wonaco-nxqxi6 32.wonaco-k4ftt5.wonaco-kdjfoi 5.wonaco-tj9o0u 4.wonaco-9qpun0 9.wonaco-9qpun0 8.wonaco-nxqxi6 6.wonaco-1er811.wonaco-244qla.wonaco-ur24sl.wonaco-621db7.wonaco-4evjmc 4.wonaco-073v13.wonaco-4evjmc 6.wonaco-4evjmc 0l29.wonaco-tj9o0u 17.wonaco-2kle5n.wonaco-chz7ls 2.wonaco-t20y3y 10.wonaco-wyoj3p.wonaco-znqvdh 8.wonaco-pfp5td.wonaco-8klsz3.wonaco-j9fht2.wonaco-0sagah.wonaco-ja9r8l.wonaco-kdjfoi.wonaco-0p9sya.wonaco-znqvdh 1.wonaco-0v2xqo.wonaco-3e8x7l.wonaco-icfbhg.wonaco-9uusvh.wonaco-wc8409.wonaco-9s5ru8 1.wonaco-4kdiz4.wonaco-cjz0dt.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .wonaco-unbkhc > .wonaco-s99c7o {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .wonaco-unbkhc > .wonaco-s99c7o {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .wonaco-unbkhc > .wonaco-s99c7o {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .wonaco-unbkhc > .wonaco-s99c7o {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .wonaco-unbkhc > .wonaco-s99c7o {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.wonaco-pk8x2w {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.wonaco-pk8x2w.wonaco-lg3awg {
  display: none;
}

.wonaco-i6tb5o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .wonaco-i6tb5o {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-i6tb5o {
    border-radius: 20px 20px 0 0;
  }
}

.wonaco-zlxizq {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.wonaco-zlxizq::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.wonaco-zlxizq::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.wonaco-zlxizq img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .wonaco-zlxizq {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .wonaco-zlxizq img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-zlxizq {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .wonaco-zlxizq img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.wonaco-0c46ep {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .wonaco-0c46ep {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-0c46ep {
    font-size: 14px;
  }
}

.wonaco-n85qib {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.wonaco-n85qib::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .wonaco-n85qib::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.wonaco-n85qib::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .wonaco-n85qib::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .wonaco-n85qib {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-n85qib {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.wonaco-t1xbqp {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .wonaco-t1xbqp {
    top: -20px;
  }
}

.wonaco-lde1cu {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.wonaco-mf692o ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .wonaco-lde1cu:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .wonaco-lde1cu {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-lde1cu {
    width: 90px;
    height: 40px;
  }
}

.wonaco-pk8x2w.wonaco-8pscvo .wonaco-i6tb5o {
  background: #2b3b67;
}

.wonaco-pk8x2w.wonaco-8pscvo .wonaco-zlxizq {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wonaco-pk8x2w.wonaco-8pscvo .wonaco-zlxizq::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wonaco-pk8x2w.wonaco-8pscvo .wonaco-zlxizq::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wonaco-pk8x2w.wonaco-8pscvo .wonaco-n85qib::before {
  background: #0e0f41;
}

.wonaco-pk8x2w.wonaco-8pscvo .wonaco-n85qib::after {
  background: #152557;
}

.wonaco-pk8x2w.wonaco-w9nv3i .wonaco-i6tb5o {
  background: #1f35fa;
}

.wonaco-pk8x2w.wonaco-w9nv3i .wonaco-zlxizq {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wonaco-pk8x2w.wonaco-w9nv3i .wonaco-zlxizq::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wonaco-pk8x2w.wonaco-w9nv3i .wonaco-zlxizq::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.wonaco-pk8x2w.wonaco-w9nv3i .wonaco-n85qib::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.wonaco-pk8x2w.wonaco-w9nv3i .wonaco-n85qib::after {
  background: #192ac8;
}

.wonaco-pk8x2w.wonaco-l9z9bd .wonaco-i6tb5o {
  background: #fa771f;
}

.wonaco-pk8x2w.wonaco-l9z9bd .wonaco-zlxizq {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wonaco-pk8x2w.wonaco-l9z9bd .wonaco-zlxizq::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wonaco-pk8x2w.wonaco-l9z9bd .wonaco-zlxizq::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wonaco-pk8x2w.wonaco-l9z9bd .wonaco-n85qib::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wonaco-pk8x2w.wonaco-l9z9bd .wonaco-n85qib::after {
  background: #fa8535;
}

.wonaco-4qr198 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .wonaco-4qr198 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wonaco-4qr198 {
    margin: 24px 0 60px;
  }
}

.wonaco-4qr198 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .wonaco-4qr198 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.wonaco-t4ab06 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-t4ab06 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.wonaco-4hc47v {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .wonaco-4hc47v {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.wonaco-ri6gl6 {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .wonaco-ri6gl6:hover {
    background: var(--button-bg-hover);
  }
}

.wonaco-7qgjey {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wonaco-7qgjey span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.wonaco-7qgjey small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-7qgjey {
    margin-bottom: 16px;
  }
}

.wonaco-w6sa8q {
  width: 120px;
  height: 22px;
}

.wonaco-w6sa8q .wonaco-f6y98s {
  fill: #c2c0ce;
}

.wonaco-w6sa8q [rating="1"] .wonaco-f6y98s:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wonaco-w6sa8q [rating="2"] .wonaco-f6y98s:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wonaco-w6sa8q [rating="3"] .wonaco-f6y98s:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wonaco-w6sa8q [rating="4"] .wonaco-f6y98s:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wonaco-w6sa8q [rating="5"] .wonaco-f6y98s:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.wonaco-3j0ns3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-3j0ns3 {
    gap: 16px 0;
  }
}

.wonaco-z2h8pl {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.wonaco-z2h8pl.wonaco-hxu1dj {
  display: block;
}

.wonaco-z2h8pl.wonaco-lg3awg {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-z2h8pl {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.wonaco-brfpw1 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wonaco-jlwvh9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.wonaco-65av2m {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wonaco-2fo7ai small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.wonaco-2fo7ai span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.wonaco-x32867 {
  font-size: 16px;
  line-height: 140%;
}

.wonaco-l57jys {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wonaco-l57jys .wonaco-f6y98s {
  fill: #c2c0ce;
}

.wonaco-l57jys [rating="1"] .wonaco-f6y98s:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wonaco-l57jys [rating="2"] .wonaco-f6y98s:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wonaco-l57jys [rating="3"] .wonaco-f6y98s:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wonaco-l57jys [rating="4"] .wonaco-f6y98s:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wonaco-l57jys [rating="5"] .wonaco-f6y98s:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.wonaco-yjqzj4 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-yjqzj4 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.wonaco-vivfku {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .wonaco-vivfku {
    padding: 0 16px;
  }
}

.wonaco-7ahz4r {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .wonaco-7ahz4r {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wonaco-egug2r {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-egug2r {
    padding: 12px;
    gap: 12px;
  }
}

.wonaco-fqu205 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.wonaco-fqu205 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wonaco-hd2a5u {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.wonaco-f3d9cu {
  flex: 1;
  min-width: 0;
}

.wonaco-mm59lk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .wonaco-mm59lk {
    font-size: 14px;
    gap: 6px;
  }
}

.wonaco-haqlev {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.wonaco-haqlev svg,
.wonaco-haqlev img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wonaco-haqlev svg path {
  fill: var(--button-bg-color);
}

.wonaco-haqlev svg circle {
  fill: var(--button-text-color);
}

.wonaco-kuw6gq {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .wonaco-kuw6gq {
    font-size: 12px;
  }
}

.wonaco-kuw6gq strong {
  font-weight: 600;
}

.wonaco-map97x {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.wonaco-map97x p {
  margin: 0 0 16px;
}

.wonaco-map97x p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .wonaco-map97x {
    font-size: 14px;
    line-height: 150%;
  }
}

.wonaco-8mtis0 {
  max-width: 300px;
  width: 100%;
}

.wonaco-8mtis0 a {
  width: 100%;
}

@media (max-width: 575px) {
  .wonaco-8mtis0 {
    max-width: 200px;
  }
}

.wonaco-h6tq4i {
  justify-content: center;
}

.wonaco-4fofoc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wonaco-ossyek {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .wonaco-m3ztkg {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.wonaco-0z79ot {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.wonaco-0z79ot .wonaco-bwplg4 {
  justify-content: center;
}

/* faq */

.wonaco-blrroz {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.wonaco-g64d90 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.wonaco-de236w ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wonaco-g64d90::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.wonaco-de236w ease;
}

.wonaco-blrroz.wonaco-pdh0oe .wonaco-g64d90::after {
  transform: rotate(45deg);
}

.wonaco-gk4z24 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.wonaco-mf692o ease, padding 0.wonaco-mf692o ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.wonaco-blrroz.wonaco-pdh0oe .wonaco-gk4z24 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.wonaco-as7km3 {
  margin: 25px 0;
}

.wonaco-l9c8fa > input:not(:checked) ~ label:hover,
.wonaco-l9c8fa > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-39w9e5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wonaco-6vb2l9 44.wonaco-w4hpmo.wonaco-57rau9.wonaco-qzeqmv.wonaco-iddt6k.wonaco-h7123w.wonaco-pwagem.wonaco-p6jtti.wonaco-fwczqc.wonaco-t20i74.wonaco-6l8bhb.wonaco-n26ryn.wonaco-gtxi3n 0l-12.wonaco-rmoek7 30.wonaco-7vyr6t.wonaco-8hgngb 2.wonaco-0xaagg.wonaco-8hgngb 3.wonaco-n8fdyd 3.wonaco-p82rdh.wonaco-6ebpbh 3.wonaco-1m2z0m.wonaco-h1epwt.wonaco-r0vomj.wonaco-qmjpqm 7-3.wonaco-rmoek7 10.wonaco-vmqwgn.wonaco-qmjpqm 23.wonaco-lgwtxv.wonaco-2xgcym 1.wonaco-06zfpu 2.wonaco-rmoek7 3.wonaco-2xgcym 1.wonaco-6ebpbh 5.wonaco-mvieoy.wonaco-6ebpbh 32.wonaco-t1whb6.wonaco-h1epwt 5.wonaco-gtxi3n 4.wonaco-qmjpqm 9.wonaco-qmjpqm 8.wonaco-6ebpbh 6.wonaco-uqsfkh.wonaco-7v3w96.wonaco-l9srhh.wonaco-dfsd5z.wonaco-kepy8d 4.wonaco-653ayd.wonaco-kepy8d 6.wonaco-kepy8d 0l29.wonaco-gtxi3n 17.wonaco-c96a9g.wonaco-1gsfuv 2.wonaco-luu73k 10.wonaco-9vcc6k.wonaco-rmoek7 8.wonaco-w13pde.wonaco-ohph0y.wonaco-le55b1.wonaco-n1arxd.wonaco-z5eaf2.wonaco-h1epwt.wonaco-h7123w.wonaco-rmoek7 1.wonaco-tds2am.wonaco-w4ovj1.wonaco-9kpokc.wonaco-o069zv.wonaco-s0bwxs.wonaco-06zfpu 1.wonaco-kyn0ve.wonaco-zc8weu.5z'/%3e%3c/svg%3e");
}

.wonaco-ffxcsd {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .wonaco-ffxcsd {
    gap: 16px 0;
  }
}

.wonaco-p8p9sf {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.wonaco-p8p9sf.wonaco-yqrr4b {
  display: block;
}

.wonaco-p8p9sf.wonaco-927hv3 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-p8p9sf {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.wonaco-kv7o8c {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wonaco-aqifm1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.wonaco-jfrppm {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wonaco-zf10ru small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.wonaco-zf10ru span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.wonaco-y8v6at {
  font-size: 16px;
  line-height: 140%;
}

.wonaco-e1ok4w {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wonaco-e1ok4w .wonaco-hiyn2n {
  fill: #c2c0ce;
}

.wonaco-e1ok4w [rating="1"] .wonaco-hiyn2n:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wonaco-e1ok4w [rating="2"] .wonaco-hiyn2n:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wonaco-e1ok4w [rating="3"] .wonaco-hiyn2n:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wonaco-e1ok4w [rating="4"] .wonaco-hiyn2n:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wonaco-e1ok4w [rating="5"] .wonaco-hiyn2n:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.wonaco-i9sv50 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.wonaco-i9sv50 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.wonaco-i9sv50 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.wonaco-g6pziy {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.wonaco-g6pziy.wonaco-a3xu1q {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.wonaco-zwmvzk {
  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-zwmvzk label {
  font-size: 14px;
}

.wonaco-zwmvzk h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wonaco-zwmvzk input,
.wonaco-zwmvzk textarea,
.wonaco-zwmvzk 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-zwmvzk button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.wonaco-de236w ease;
}
.wonaco-zwmvzk button:hover {
  background-color: var(--button-bg-hover);
}
.wonaco-xy86ei {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.wonaco-fophz9 ease-in;
}

.wonaco-xy86ei 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-lj4qq9, .wonaco-8x47jk, [class*="review-card"],
thead, thead th, table th, .wonaco-h6ynxe,
.wonaco-90g6v0, [class*="collapsible-header"],
.wonaco-0io80m, [class*="updated-block"] {
  color: #ece7dc !important;
}
