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-0nafj4 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.wonaco-zpgoi5 {
  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-zpgoi5: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-4a11lh {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.wonaco-cdrn4u {
  cursor: pointer;
}

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

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

.wonaco-hsoalv figure {
  margin: 0;
}

.wonaco-hsoalv.wonaco-hvuk9t {
  justify-content: flex-start;
  margin-right: 4px;
}

.wonaco-hsoalv.wonaco-ilpgfn {
  justify-content: flex-end;
  margin-left: 4px;
}

.wonaco-hsoalv.wonaco-0dgenw {
  justify-content: center;
}

.wonaco-hsoalv.wonaco-d4qylo {
  justify-content: normal;
}

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

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

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

.wonaco-u1m3hf {
  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-u1m3hf {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.wonaco-0d8t6c {
  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-0d8t6c {
    flex-direction: column;
  }
}

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

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

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

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

.wonaco-z9aeek 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-z9aeek ul {
    margin-bottom: 15px;
  }
}

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

.wonaco-z9aeek 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-z9aeek ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.wonaco-dc2heo {
  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-dc2heo {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.wonaco-hfmayx.wonaco-87cths {
  background-color: #000;
}

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

.wonaco-21ejuk {
  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-21ejuk {
    padding: 80px 16px 0;
  }
}

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

.wonaco-5rk251 {
  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-5rk251 {
    flex-direction: column;
  }
}

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

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

.wonaco-3w6p8v .wonaco-megxgt {
  margin-bottom: 28px;
}

.wonaco-3w6p8v .wonaco-megxgt img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.wonaco-rl4g2i li svg {
  transition: 0.wonaco-kdfuaj ease-in-out;
}

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

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

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

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

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

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

.wonaco-49vxyu li {
  font-size: 16px;
}

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

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

.wonaco-49vxyu li + li {
  margin-top: 16px;
}

.wonaco-47hwg4 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.wonaco-2qsref ease-in-out;
}

.wonaco-47hwg4.wonaco-17qyh1 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.wonaco-eufocm h1,
.wonaco-eufocm 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-eufocm h1,
  .wonaco-eufocm h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.wonaco-zrr4ze li {
  width: 100%;
}

.wonaco-zrr4ze 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-kdfuaj ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.wonaco-zrr4ze li a.wonaco-17qyh1 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.wonaco-1scdmo {
  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-1scdmo {
    height: 54px;
  }
}

.wonaco-p2f2mx {
  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-p2f2mx {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .wonaco-mtt4sw {
    display: block;
  }
  .wonaco-mtt4sw li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .wonaco-mtt4sw li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .wonaco-mtt4sw 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-mtt4sw li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.wonaco-dgxzrp.wonaco-m6ut6o {
  margin-right: 0;
}

.wonaco-bc8817 {
  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-bc8817 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.wonaco-es373i {
  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-es373i:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.wonaco-ct7v70 {
  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-ct7v70::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-2qsref ease-in-out;
}

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

.wonaco-p5xpwo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.wonaco-kdfuaj 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-p5xpwo ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.wonaco-p5xpwo 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-kdfuaj ease-in-out;
  overflow: hidden;
}

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

.wonaco-p5xpwo 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-p5xpwo ul li a:hover {
    text-decoration: underline;
  }
}

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

.wonaco-y4vf94 {
  display: none;
}

.wonaco-hca1cd {
  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-hca1cd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .wonaco-y4vf94:checked ~ .wonaco-fcuvpf {
    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-fcuvpf {
    display: none;
    transition: display 0.wonaco-kdfuaj ease-in-out;
  }
  .wonaco-y4vf94:checked ~ .wonaco-fcuvpf {
    display: block;
  }
  .wonaco-y4vf94:checked + .wonaco-hca1cd span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .wonaco-y4vf94:checked + .wonaco-hca1cd span:nth-child(2) {
    display: none;
  }
  .wonaco-y4vf94:checked + .wonaco-hca1cd span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.wonaco-qald4l {
  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-qald4l {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.wonaco-ixro2i 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-ixro2i table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.wonaco-ixro2i 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-ixro2i table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.wonaco-g730ay {
  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-g730ay {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wonaco-g730ay h1,
.wonaco-g730ay h2,
.wonaco-g730ay h3,
.wonaco-g730ay 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-g730ay h1,
  .wonaco-g730ay h2,
  .wonaco-g730ay h3,
  .wonaco-g730ay h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.wonaco-dklfe4 .wonaco-3l6nua {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

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

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

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

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

.wonaco-3l6nua {
  margin: 0 0 28px;
}

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

.wonaco-yr13ku 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-yr13ku h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wonaco-yr13ku .wonaco-zpgoi5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wonaco-l5m443 {
  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-l5m443 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.wonaco-0ohzn6 {
  position: relative;
  border: none;
}

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

.wonaco-koqstc {
  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-koqstc span {
  height: 32px;
}

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

.wonaco-koqstc.wonaco-xb6oza span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.wonaco-ws3li4.wonaco-epuerv {
  display: none;
}

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

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

.wonaco-zqqmz2 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-zqqmz2 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.wonaco-zqqmz2 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-zqqmz2 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.wonaco-znqnq9 {
  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-znqnq9 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.wonaco-a3o7uv 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-a3o7uv tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.wonaco-htzkrq {
  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-c9sqyg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.wonaco-j9nbnx {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wonaco-j9nbnx {
    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-0nx1qj {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.wonaco-qc6r1a {
  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-qc6r1a {
    padding: 0 16px;
  }
}

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

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

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

.wonaco-qc6r1a li span {
  opacity: 0.5;
}

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

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

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

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

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

.wonaco-cdr6jy 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-cdr6jy 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-cdr6jy 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-cdr6jy tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.wonaco-cdr6jy 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-cdr6jy 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-cdr6jy tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

.wonaco-cdr6jy tbody tr td .wonaco-c9c117 {
  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-kdfuaj ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.wonaco-cdr6jy tbody tr td .wonaco-x27x0i {
  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-cdr6jy tbody tr td .wonaco-x27x0i:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.wonaco-ydslkh {
  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-ydslkh {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.wonaco-b3a5lv {
  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-b3a5lv {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.wonaco-s1j0c1::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-u8wejs {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

.wonaco-26ysup {
  padding: 90px 0;
}

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

.wonaco-6bi8xz {
  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-6bi8xz {
    padding: 0 16px;
  }
}

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

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

.wonaco-0n336c img {
  width: 100%;
}

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

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

.wonaco-81yh1w {
  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-81yh1w 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-81yh1w {
    flex-basis: auto;
  }
}

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

.wonaco-kcjpir {
  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-kdfuaj ease-in-out;
}

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

.wonaco-p3rz3j {
  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-p3rz3j:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.wonaco-03t1zf .wonaco-kcjpir {
  width: 50%;
  margin: 0;
}

.wonaco-9le2gc {
  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-9le2gc:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.wonaco-380286 {
  margin: 0 0 100px;
}

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

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

.wonaco-w406ph {
  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-w406ph {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.wonaco-qrp52j {
  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-qrp52j {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.wonaco-qrp52j 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-kdfuaj ease-in-out;
}

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

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

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

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

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

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

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

.wonaco-6pmsis {
  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-6pmsis {
    padding: 0 16px;
  }
}

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

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

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

.wonaco-j32sz0 h1,
.wonaco-j32sz0 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-j32sz0 h1,
  .wonaco-j32sz0 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.wonaco-m04cpf 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-m04cpf h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.wonaco-m04cpf 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-m04cpf h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.wonaco-m04cpf 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-m04cpf 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-m04cpf table tr td {
    padding: 12px 4px;
  }
}

.wonaco-m04cpf 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-m04cpf table tr th {
    padding: 12px 4px;
  }
}

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

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

.wonaco-jo7cbb {
  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-jo7cbb {
    min-height: 190px;
  }
}

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

.wonaco-zoa5nk::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-ufgk78 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.wonaco-ufgk78.wonaco-8wr8vo {
  display: none;
}

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

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

.wonaco-tz950j iframe.wonaco-6daniv {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wonaco-tz950j.wonaco-djdy5a {
  opacity: 1;
  pointer-events: all;
}

.wonaco-rc0egv {
  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-kdfuaj ease-in-out;
}

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

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

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

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

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

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

.wonaco-6pmsis .wonaco-yr13ku {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.wonaco-6pmsis .wonaco-yr13ku h1,
.wonaco-6pmsis .wonaco-yr13ku 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-6pmsis .wonaco-yr13ku h1,
  .wonaco-6pmsis .wonaco-yr13ku h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.wonaco-z8qpwa {
  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-z8qpwa {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-zrkei8 .wonaco-zxlkci {
  position: relative;
}

.wonaco-zrkei8 .wonaco-onr8sn {
  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-zrkei8 .wonaco-onr8sn.wonaco-8wr8vo {
  display: none;
}

.wonaco-zrkei8 .wonaco-gfw10d {
  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-zrkei8 .wonaco-gfw10d {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-170zuy {
  max-width: 300px;
  width: 100%;
}

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-170zuy .wonaco-0q9c2u {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-zrkei8 .wonaco-gfw10d .wonaco-170zuy .wonaco-0q9c2u {
    font-size: 32px;
    text-align: center;
  }
}

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-170zuy .wonaco-co37jo {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-zrkei8 .wonaco-gfw10d .wonaco-170zuy .wonaco-co37jo {
    text-align: center;
  }
}

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-uky6e6 {
  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-kdfuaj ease-in-out;
}

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-uky6e6:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wonaco-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-uky6e6 {
    width: 100%;
  }
}

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-2w4uj9 {
  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-kdfuaj ease-in-out;
  overflow: hidden;
}

.wonaco-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-2w4uj9 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-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-2w4uj9: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-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-2w4uj9:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wonaco-zrkei8 .wonaco-gfw10d .wonaco-m6ut6o .wonaco-2w4uj9 {
    width: 100%;
  }
}

.wonaco-zrkei8 .wonaco-gfw10d.wonaco-8wr8vo {
  display: none;
}

.wonaco-zrkei8 .wonaco-wd7a1k {
  display: none;
}

.wonaco-zrkei8 .wonaco-wd7a1k.wonaco-djdy5a {
  display: block;
}

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

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

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

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

.wonaco-zrkei8 .wonaco-rmgxad .wonaco-0q9c2u {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

.wonaco-zrkei8 .wonaco-rmgxad 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-zrkei8 .wonaco-rmgxad 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-zrkei8 .wonaco-rmgxad table tr td {
    padding: 12px 4px;
  }
}

.wonaco-zrkei8 .wonaco-rmgxad 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-zrkei8 .wonaco-rmgxad table tr th {
    padding: 12px 4px;
  }
}

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

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

.wonaco-gcs3wk.wonaco-17qyh1 {
  display: block;
}

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

.wonaco-gcs3wk .wonaco-w3emcs {
  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-gcs3wk .wonaco-uim64v {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.wonaco-gcs3wk .wonaco-2w4uj9 {
  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-kdfuaj ease-in-out;
}

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

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

.wonaco-8756fc.wonaco-17qyh1 {
  display: block;
}

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

.wonaco-3kaujv {
  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-i0dsax {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

.wonaco-4zvlhc {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wonaco-3hitie.wonaco-8wr8vo {
  display: none;
}

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

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

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

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

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

.wonaco-bq9caa 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-kdfuaj ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

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

.wonaco-xpsozn 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-xpsozn textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.wonaco-7rjep3 {
  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-kdfuaj ease-in-out;
}

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

.wonaco-dpw13w {
  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-kdfuaj ease-in-out;
}

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

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

.wonaco-hoggre.wonaco-8wr8vo {
  display: none;
}

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

.wonaco-hoggre .wonaco-7rjep3 {
  margin: 0 auto;
}

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

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

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

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

.wonaco-8bbhdu > input {
  display: none;
}

.wonaco-8bbhdu > 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-rnipb3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wonaco-c9cm80 44.wonaco-y7ydxe.wonaco-bek5x3.wonaco-6uuxr7.wonaco-96fa0l.wonaco-sw5prz.wonaco-bhotoa.wonaco-nie9nc.wonaco-iowr3m.wonaco-4fb341.wonaco-xat4mk.wonaco-41muv6.wonaco-nkhoxk 0l-12.wonaco-baewnf 30.wonaco-jr2e2z.wonaco-prim9f 2.wonaco-2wrcrn.wonaco-prim9f 3.wonaco-8mf42n 3.wonaco-ykcv31.wonaco-sco2jh 3.wonaco-qbumem.wonaco-ajyxux.wonaco-qigeex.wonaco-9o7ax1 7-3.wonaco-baewnf 10.wonaco-r6f5fh.wonaco-9o7ax1 23.wonaco-7cj60h.wonaco-w02xnb 1.wonaco-ejoqtr 2.wonaco-baewnf 3.wonaco-w02xnb 1.wonaco-sco2jh 5.wonaco-xc6g7v.wonaco-sco2jh 32.wonaco-m672io.wonaco-ajyxux 5.wonaco-nkhoxk 4.wonaco-9o7ax1 9.wonaco-9o7ax1 8.wonaco-sco2jh 6.wonaco-xwqzy2.wonaco-4xofza.wonaco-44c4sg.wonaco-h5suwt.wonaco-fr5suq 4.wonaco-xdjcav.wonaco-fr5suq 6.wonaco-fr5suq 0l29.wonaco-nkhoxk 17.wonaco-q6qv2i.wonaco-zwfm49 2.wonaco-8ip97j 10.wonaco-i32dxn.wonaco-baewnf 8.wonaco-wit4h5.wonaco-xvkyte.wonaco-41dp45.wonaco-pw25hf.wonaco-fa7ntg.wonaco-ajyxux.wonaco-sw5prz.wonaco-baewnf 1.wonaco-vopcn3.wonaco-r9ypf9.wonaco-rbamac.wonaco-uk6vcm.wonaco-xzpfwr.wonaco-ejoqtr 1.wonaco-yb54tb.wonaco-pyyr0e.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wonaco-8bbhdu > input:checked ~ label,
.wonaco-8bbhdu > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-rnipb3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wonaco-c9cm80 44.wonaco-y7ydxe.wonaco-bek5x3.wonaco-6uuxr7.wonaco-96fa0l.wonaco-sw5prz.wonaco-bhotoa.wonaco-nie9nc.wonaco-iowr3m.wonaco-4fb341.wonaco-xat4mk.wonaco-41muv6.wonaco-nkhoxk 0l-12.wonaco-baewnf 30.wonaco-jr2e2z.wonaco-prim9f 2.wonaco-2wrcrn.wonaco-prim9f 3.wonaco-8mf42n 3.wonaco-ykcv31.wonaco-sco2jh 3.wonaco-qbumem.wonaco-ajyxux.wonaco-qigeex.wonaco-9o7ax1 7-3.wonaco-baewnf 10.wonaco-r6f5fh.wonaco-9o7ax1 23.wonaco-7cj60h.wonaco-w02xnb 1.wonaco-ejoqtr 2.wonaco-baewnf 3.wonaco-w02xnb 1.wonaco-sco2jh 5.wonaco-xc6g7v.wonaco-sco2jh 32.wonaco-m672io.wonaco-ajyxux 5.wonaco-nkhoxk 4.wonaco-9o7ax1 9.wonaco-9o7ax1 8.wonaco-sco2jh 6.wonaco-xwqzy2.wonaco-4xofza.wonaco-44c4sg.wonaco-h5suwt.wonaco-fr5suq 4.wonaco-xdjcav.wonaco-fr5suq 6.wonaco-fr5suq 0l29.wonaco-nkhoxk 17.wonaco-q6qv2i.wonaco-zwfm49 2.wonaco-8ip97j 10.wonaco-i32dxn.wonaco-baewnf 8.wonaco-wit4h5.wonaco-xvkyte.wonaco-41dp45.wonaco-pw25hf.wonaco-fa7ntg.wonaco-ajyxux.wonaco-sw5prz.wonaco-baewnf 1.wonaco-vopcn3.wonaco-r9ypf9.wonaco-rbamac.wonaco-uk6vcm.wonaco-xzpfwr.wonaco-ejoqtr 1.wonaco-yb54tb.wonaco-pyyr0e.5z'/%3e%3c/svg%3e");
}

.wonaco-8bbhdu > input:not(:checked) ~ label:hover,
.wonaco-8bbhdu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-rnipb3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wonaco-c9cm80 44.wonaco-y7ydxe.wonaco-bek5x3.wonaco-6uuxr7.wonaco-96fa0l.wonaco-sw5prz.wonaco-bhotoa.wonaco-nie9nc.wonaco-iowr3m.wonaco-4fb341.wonaco-xat4mk.wonaco-41muv6.wonaco-nkhoxk 0l-12.wonaco-baewnf 30.wonaco-jr2e2z.wonaco-prim9f 2.wonaco-2wrcrn.wonaco-prim9f 3.wonaco-8mf42n 3.wonaco-ykcv31.wonaco-sco2jh 3.wonaco-qbumem.wonaco-ajyxux.wonaco-qigeex.wonaco-9o7ax1 7-3.wonaco-baewnf 10.wonaco-r6f5fh.wonaco-9o7ax1 23.wonaco-7cj60h.wonaco-w02xnb 1.wonaco-ejoqtr 2.wonaco-baewnf 3.wonaco-w02xnb 1.wonaco-sco2jh 5.wonaco-xc6g7v.wonaco-sco2jh 32.wonaco-m672io.wonaco-ajyxux 5.wonaco-nkhoxk 4.wonaco-9o7ax1 9.wonaco-9o7ax1 8.wonaco-sco2jh 6.wonaco-xwqzy2.wonaco-4xofza.wonaco-44c4sg.wonaco-h5suwt.wonaco-fr5suq 4.wonaco-xdjcav.wonaco-fr5suq 6.wonaco-fr5suq 0l29.wonaco-nkhoxk 17.wonaco-q6qv2i.wonaco-zwfm49 2.wonaco-8ip97j 10.wonaco-i32dxn.wonaco-baewnf 8.wonaco-wit4h5.wonaco-xvkyte.wonaco-41dp45.wonaco-pw25hf.wonaco-fa7ntg.wonaco-ajyxux.wonaco-sw5prz.wonaco-baewnf 1.wonaco-vopcn3.wonaco-r9ypf9.wonaco-rbamac.wonaco-uk6vcm.wonaco-xzpfwr.wonaco-ejoqtr 1.wonaco-yb54tb.wonaco-pyyr0e.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.wonaco-qzg46d.wonaco-8wr8vo {
  display: none;
}

.wonaco-f0qxm6 {
  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-f0qxm6 {
    height: 74px;
    overflow: visible;
  }
}

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

.wonaco-y9t0x3 {
  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-y9t0x3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .wonaco-y9t0x3 {
    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-y9t0x3 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.wonaco-y6q6wj {
  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-y6q6wj::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-y6q6wj::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.wonaco-y6q6wj::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-y6q6wj::after {
    display: none;
  }
}

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

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

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

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

.wonaco-qo8lvm {
  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-kdfuaj ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.wonaco-qzg46d.wonaco-j1s9v7 .wonaco-f0qxm6 {
  background: #2b3b67;
}

.wonaco-qzg46d.wonaco-j1s9v7 .wonaco-y9t0x3 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wonaco-qzg46d.wonaco-j1s9v7 .wonaco-y9t0x3::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wonaco-qzg46d.wonaco-j1s9v7 .wonaco-y9t0x3::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wonaco-qzg46d.wonaco-j1s9v7 .wonaco-y6q6wj::before {
  background: #0e0f41;
}

.wonaco-qzg46d.wonaco-j1s9v7 .wonaco-y6q6wj::after {
  background: #152557;
}

.wonaco-qzg46d.wonaco-u2nwqw .wonaco-f0qxm6 {
  background: #1f35fa;
}

.wonaco-qzg46d.wonaco-u2nwqw .wonaco-y9t0x3 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wonaco-qzg46d.wonaco-u2nwqw .wonaco-y9t0x3::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wonaco-qzg46d.wonaco-u2nwqw .wonaco-y9t0x3::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.wonaco-qzg46d.wonaco-u2nwqw .wonaco-y6q6wj::after {
  background: #192ac8;
}

.wonaco-qzg46d.wonaco-t2k1i4 .wonaco-f0qxm6 {
  background: #fa771f;
}

.wonaco-qzg46d.wonaco-t2k1i4 .wonaco-y9t0x3 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wonaco-qzg46d.wonaco-t2k1i4 .wonaco-y9t0x3::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wonaco-qzg46d.wonaco-t2k1i4 .wonaco-y9t0x3::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wonaco-qzg46d.wonaco-t2k1i4 .wonaco-y6q6wj::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wonaco-qzg46d.wonaco-t2k1i4 .wonaco-y6q6wj::after {
  background: #fa8535;
}

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

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

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

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

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

.wonaco-ofim18 {
  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-ofim18 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.wonaco-yggf1c {
  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-yggf1c {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.wonaco-lb9ehm {
  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-lb9ehm:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.wonaco-yx4jcx .wonaco-zpu8un {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.wonaco-88r46j {
  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-88r46j.wonaco-djdy5a {
  display: block;
}

.wonaco-88r46j.wonaco-8wr8vo {
  display: none;
}

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

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

.wonaco-m3dmwv {
  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-gfhwfo {
  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-wnnfom small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.wonaco-1ocqjx .wonaco-zpu8un {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.wonaco-aeotc7 {
  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-aeotc7 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wonaco-g62w16 {
  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-g62w16 {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.wonaco-mgjqxb {
  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-qg73ud {
  flex: 1;
  min-width: 0;
}

.wonaco-x7tjq6 {
  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-x7tjq6 {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-kqetx4 a {
  width: 100%;
}

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

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

.wonaco-9evmsi {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.wonaco-jezjgh .wonaco-mtt4sw {
  justify-content: center;
}

/* faq */

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

.wonaco-il3djm {
  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-nf0fng ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.wonaco-l7ntyh.wonaco-17qyh1 .wonaco-il3djm::after {
  transform: rotate(45deg);
}

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

.wonaco-l7ntyh.wonaco-17qyh1 .wonaco-1ho3o3 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.wonaco-8bbhdu > input:not(:checked) ~ label:hover,
.wonaco-8bbhdu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-jngu98.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wonaco-dmn992 44.wonaco-pk0xwh.wonaco-hfym1h.wonaco-r91j82.wonaco-6f7yht.wonaco-97iwxo.wonaco-xr9cpa.wonaco-o3lu0w.wonaco-f9oiq7.wonaco-r6xvju.wonaco-9pfu61.wonaco-8gcv15.wonaco-jb8l1c 0l-12.wonaco-0koh60 30.wonaco-dobi80.wonaco-rkwdvi 2.wonaco-wuog7r.wonaco-rkwdvi 3.wonaco-0lw1fh 3.wonaco-hy0elv.wonaco-gc79sy 3.wonaco-i0dcun.wonaco-uuw7nv.wonaco-oliyzp.wonaco-o6hhzk 7-3.wonaco-0koh60 10.wonaco-v3p49g.wonaco-o6hhzk 23.wonaco-o42v9p.wonaco-4m3a1p 1.wonaco-x2krkp 2.wonaco-0koh60 3.wonaco-4m3a1p 1.wonaco-gc79sy 5.wonaco-qfao0v.wonaco-gc79sy 32.wonaco-k5sb2s.wonaco-uuw7nv 5.wonaco-jb8l1c 4.wonaco-o6hhzk 9.wonaco-o6hhzk 8.wonaco-gc79sy 6.wonaco-xio6zx.wonaco-7l59qc.wonaco-75jq8w.wonaco-5htcz7.wonaco-7gx9pw 4.wonaco-xzalwh.wonaco-7gx9pw 6.wonaco-7gx9pw 0l29.wonaco-jb8l1c 17.wonaco-dgt2dm.wonaco-lq8c92 2.wonaco-o0vxim 10.wonaco-pidvc0.wonaco-0koh60 8.wonaco-pjto2d.wonaco-npwdat.wonaco-3oolco.wonaco-jyglfz.wonaco-pwexdh.wonaco-uuw7nv.wonaco-97iwxo.wonaco-0koh60 1.wonaco-7qx7pl.wonaco-yu8y2c.wonaco-nf1uzq.wonaco-xi1i1z.wonaco-ecb8qr.wonaco-x2krkp 1.wonaco-9r1hos.wonaco-8dl6nt.5z'/%3e%3c/svg%3e");
}

.wonaco-hmw0mw {
  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-hmw0mw {
    gap: 16px 0;
  }
}

.wonaco-3nqiy8 {
  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-3nqiy8.wonaco-e84063 {
  display: block;
}

.wonaco-3nqiy8.wonaco-ofluie {
  display: none;
}

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

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

.wonaco-ie2jic {
  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-zz4dec {
  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-ngit5k small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.wonaco-e2pzqn .wonaco-d9dj7j {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.wonaco-5uq63s 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-5uq63s 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-6npfbo {
  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-6npfbo.wonaco-y0v2zv {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.wonaco-ca55p3, .wonaco-3gxv60, [class*="review-card"],
thead, thead th, table th, .wonaco-58zhj1,
.wonaco-lky7th, [class*="collapsible-header"],
.wonaco-73n7ja, [class*="updated-block"] {
  color: #ece7dc !important;
}
