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

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

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

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

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

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

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

.wonaco-sis7mu {
  cursor: pointer;
}

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

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

.wonaco-vl1xqk figure {
  margin: 0;
}

.wonaco-vl1xqk.wonaco-y883gi {
  justify-content: flex-start;
  margin-right: 4px;
}

.wonaco-vl1xqk.wonaco-njs35y {
  justify-content: flex-end;
  margin-left: 4px;
}

.wonaco-vl1xqk.wonaco-gdrgaq {
  justify-content: center;
}

.wonaco-vl1xqk.wonaco-x61t0r {
  justify-content: normal;
}

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

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

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

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

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

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

.wonaco-1r0vy4 img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-3cmpkp.wonaco-gelw3b {
  background-color: #000;
}

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

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

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

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

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

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

.wonaco-bcdvgj .wonaco-diglzb {
  margin-bottom: 28px;
}

.wonaco-bcdvgj .wonaco-diglzb img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.wonaco-fmyl4o li svg {
  transition: 0.wonaco-jd57hf ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.wonaco-hqcmeb.wonaco-dlv5nk {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

.wonaco-93n9xf li {
  width: 100%;
}

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

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

.wonaco-93n9xf li a.wonaco-dlv5nk {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.wonaco-7eatwl img {
  width: 100%;
  transition: 0.wonaco-jd57hf ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-sud902.wonaco-hmw8hg {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.wonaco-9dpcug {
  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-9dpcug::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-l4zvxf ease-in-out;
}

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

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

.wonaco-2qluov 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-jd57hf ease-in-out;
  overflow: hidden;
}

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

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

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

.wonaco-79t8hc {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-tvtjwc .wonaco-udwq8w {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

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

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

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

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

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

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

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

.wonaco-dtae8l .wonaco-xl90u0 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.wonaco-9vjehd.wonaco-79roym span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.wonaco-0j0zwl.wonaco-vxn68c {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-257v7l {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-83frfr {
  padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-5iwxl0 .wonaco-csxu2k {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.wonaco-xhdtuj 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-jd57hf ease-in-out;
}

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

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

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

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

.wonaco-77i65k {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-fqj4lt.wonaco-clv10v {
  display: none;
}

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

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

.wonaco-ccywwg iframe.wonaco-1b0rc5 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wonaco-ccywwg.wonaco-xbce1y {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.wonaco-4f1onu .wonaco-dtae8l {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-tj3i8f .wonaco-3fh8ee {
  position: relative;
}

.wonaco-tj3i8f .wonaco-u5rsbt {
  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-tj3i8f .wonaco-u5rsbt.wonaco-clv10v {
  display: none;
}

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

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

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-45dhkm {
  max-width: 300px;
  width: 100%;
}

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-45dhkm .wonaco-uzilm4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-45dhkm .wonaco-uzilm4 {
    font-size: 32px;
    text-align: center;
  }
}

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-45dhkm .wonaco-ykbqwo {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-45dhkm .wonaco-ykbqwo {
    text-align: center;
  }
}

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-79ioou {
  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-jd57hf ease-in-out;
}

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-79ioou:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-79ioou {
    width: 100%;
  }
}

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-vtr60d {
  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-jd57hf ease-in-out;
  overflow: hidden;
}

.wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-vtr60d 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-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-vtr60d: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-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-vtr60d:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wonaco-tj3i8f .wonaco-wq4hq8 .wonaco-hmw8hg .wonaco-vtr60d {
    width: 100%;
  }
}

.wonaco-tj3i8f .wonaco-wq4hq8.wonaco-clv10v {
  display: none;
}

.wonaco-tj3i8f .wonaco-ubulsk {
  display: none;
}

.wonaco-tj3i8f .wonaco-ubulsk.wonaco-xbce1y {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.wonaco-jjhbph.wonaco-dlv5nk {
  display: block;
}

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

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

.wonaco-jjhbph .wonaco-vtr60d {
  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-jd57hf ease-in-out;
}

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

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

.wonaco-16hx9n.wonaco-dlv5nk {
  display: block;
}

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

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

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

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

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

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

.wonaco-uaxbxc.wonaco-clv10v {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-y3nxt2.wonaco-clv10v {
  display: none;
}

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

.wonaco-y3nxt2 .wonaco-yx5hs2 {
  margin: 0 auto;
}

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

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

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

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

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

.wonaco-ls2630 > 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-z5mcmj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wonaco-iyd507 44.wonaco-nwpu4d.wonaco-l21he8.wonaco-r1qpy2.wonaco-zbwiww.wonaco-e5a9ie.wonaco-a67vvq.wonaco-ynqbex.wonaco-axfvw7.wonaco-p76dgb.wonaco-pa4mf5.wonaco-lgtu6n.wonaco-vkj0nj 0l-12.wonaco-2bnj5r 30.wonaco-f4ogal.wonaco-9jxd67 2.wonaco-enalt8.wonaco-9jxd67 3.wonaco-mxqyiz 3.wonaco-eyvutu.wonaco-okzc30 3.wonaco-1k119e.wonaco-z34otp.wonaco-va359o.wonaco-1y42x3 7-3.wonaco-2bnj5r 10.wonaco-xy5ow2.wonaco-1y42x3 23.wonaco-jzti2i.wonaco-91dnny 1.wonaco-74kf11 2.wonaco-2bnj5r 3.wonaco-91dnny 1.wonaco-okzc30 5.wonaco-n82y3c.wonaco-okzc30 32.wonaco-urox07.wonaco-z34otp 5.wonaco-vkj0nj 4.wonaco-1y42x3 9.wonaco-1y42x3 8.wonaco-okzc30 6.wonaco-c5ft8z.wonaco-yoihvt.wonaco-0f0j2n.wonaco-fa52h4.wonaco-4lq7b6 4.wonaco-ymicej.wonaco-4lq7b6 6.wonaco-4lq7b6 0l29.wonaco-vkj0nj 17.wonaco-6vdu6s.wonaco-cs7vyk 2.wonaco-eyk3cz 10.wonaco-e5chz4.wonaco-2bnj5r 8.wonaco-1anteu.wonaco-279tya.wonaco-vy30ot.wonaco-tfgghi.wonaco-iz05ia.wonaco-z34otp.wonaco-e5a9ie.wonaco-2bnj5r 1.wonaco-2r2nwl.wonaco-0t9q2z.wonaco-voydrc.wonaco-qx6eqv.wonaco-2e6m8l.wonaco-74kf11 1.wonaco-bqwqz6.wonaco-zj20zc.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wonaco-ls2630 > input:checked ~ label,
.wonaco-ls2630 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-z5mcmj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wonaco-iyd507 44.wonaco-nwpu4d.wonaco-l21he8.wonaco-r1qpy2.wonaco-zbwiww.wonaco-e5a9ie.wonaco-a67vvq.wonaco-ynqbex.wonaco-axfvw7.wonaco-p76dgb.wonaco-pa4mf5.wonaco-lgtu6n.wonaco-vkj0nj 0l-12.wonaco-2bnj5r 30.wonaco-f4ogal.wonaco-9jxd67 2.wonaco-enalt8.wonaco-9jxd67 3.wonaco-mxqyiz 3.wonaco-eyvutu.wonaco-okzc30 3.wonaco-1k119e.wonaco-z34otp.wonaco-va359o.wonaco-1y42x3 7-3.wonaco-2bnj5r 10.wonaco-xy5ow2.wonaco-1y42x3 23.wonaco-jzti2i.wonaco-91dnny 1.wonaco-74kf11 2.wonaco-2bnj5r 3.wonaco-91dnny 1.wonaco-okzc30 5.wonaco-n82y3c.wonaco-okzc30 32.wonaco-urox07.wonaco-z34otp 5.wonaco-vkj0nj 4.wonaco-1y42x3 9.wonaco-1y42x3 8.wonaco-okzc30 6.wonaco-c5ft8z.wonaco-yoihvt.wonaco-0f0j2n.wonaco-fa52h4.wonaco-4lq7b6 4.wonaco-ymicej.wonaco-4lq7b6 6.wonaco-4lq7b6 0l29.wonaco-vkj0nj 17.wonaco-6vdu6s.wonaco-cs7vyk 2.wonaco-eyk3cz 10.wonaco-e5chz4.wonaco-2bnj5r 8.wonaco-1anteu.wonaco-279tya.wonaco-vy30ot.wonaco-tfgghi.wonaco-iz05ia.wonaco-z34otp.wonaco-e5a9ie.wonaco-2bnj5r 1.wonaco-2r2nwl.wonaco-0t9q2z.wonaco-voydrc.wonaco-qx6eqv.wonaco-2e6m8l.wonaco-74kf11 1.wonaco-bqwqz6.wonaco-zj20zc.5z'/%3e%3c/svg%3e");
}

.wonaco-ls2630 > input:not(:checked) ~ label:hover,
.wonaco-ls2630 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-z5mcmj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wonaco-iyd507 44.wonaco-nwpu4d.wonaco-l21he8.wonaco-r1qpy2.wonaco-zbwiww.wonaco-e5a9ie.wonaco-a67vvq.wonaco-ynqbex.wonaco-axfvw7.wonaco-p76dgb.wonaco-pa4mf5.wonaco-lgtu6n.wonaco-vkj0nj 0l-12.wonaco-2bnj5r 30.wonaco-f4ogal.wonaco-9jxd67 2.wonaco-enalt8.wonaco-9jxd67 3.wonaco-mxqyiz 3.wonaco-eyvutu.wonaco-okzc30 3.wonaco-1k119e.wonaco-z34otp.wonaco-va359o.wonaco-1y42x3 7-3.wonaco-2bnj5r 10.wonaco-xy5ow2.wonaco-1y42x3 23.wonaco-jzti2i.wonaco-91dnny 1.wonaco-74kf11 2.wonaco-2bnj5r 3.wonaco-91dnny 1.wonaco-okzc30 5.wonaco-n82y3c.wonaco-okzc30 32.wonaco-urox07.wonaco-z34otp 5.wonaco-vkj0nj 4.wonaco-1y42x3 9.wonaco-1y42x3 8.wonaco-okzc30 6.wonaco-c5ft8z.wonaco-yoihvt.wonaco-0f0j2n.wonaco-fa52h4.wonaco-4lq7b6 4.wonaco-ymicej.wonaco-4lq7b6 6.wonaco-4lq7b6 0l29.wonaco-vkj0nj 17.wonaco-6vdu6s.wonaco-cs7vyk 2.wonaco-eyk3cz 10.wonaco-e5chz4.wonaco-2bnj5r 8.wonaco-1anteu.wonaco-279tya.wonaco-vy30ot.wonaco-tfgghi.wonaco-iz05ia.wonaco-z34otp.wonaco-e5a9ie.wonaco-2bnj5r 1.wonaco-2r2nwl.wonaco-0t9q2z.wonaco-voydrc.wonaco-qx6eqv.wonaco-2e6m8l.wonaco-74kf11 1.wonaco-bqwqz6.wonaco-zj20zc.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.wonaco-cyrgms.wonaco-clv10v {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-cyrgms.wonaco-1qe096 .wonaco-vx2sgr {
  background: #2b3b67;
}

.wonaco-cyrgms.wonaco-1qe096 .wonaco-bxya98 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wonaco-cyrgms.wonaco-1qe096 .wonaco-bxya98::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wonaco-cyrgms.wonaco-1qe096 .wonaco-bxya98::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wonaco-cyrgms.wonaco-1qe096 .wonaco-8t4xq2::before {
  background: #0e0f41;
}

.wonaco-cyrgms.wonaco-1qe096 .wonaco-8t4xq2::after {
  background: #152557;
}

.wonaco-cyrgms.wonaco-zdopza .wonaco-vx2sgr {
  background: #1f35fa;
}

.wonaco-cyrgms.wonaco-zdopza .wonaco-bxya98 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wonaco-cyrgms.wonaco-zdopza .wonaco-bxya98::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wonaco-cyrgms.wonaco-zdopza .wonaco-bxya98::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.wonaco-cyrgms.wonaco-zdopza .wonaco-8t4xq2::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.wonaco-cyrgms.wonaco-zdopza .wonaco-8t4xq2::after {
  background: #192ac8;
}

.wonaco-cyrgms.wonaco-f3r4ji .wonaco-vx2sgr {
  background: #fa771f;
}

.wonaco-cyrgms.wonaco-f3r4ji .wonaco-bxya98 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wonaco-cyrgms.wonaco-f3r4ji .wonaco-bxya98::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wonaco-cyrgms.wonaco-f3r4ji .wonaco-bxya98::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wonaco-cyrgms.wonaco-f3r4ji .wonaco-8t4xq2::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wonaco-cyrgms.wonaco-f3r4ji .wonaco-8t4xq2::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-zss1bh .wonaco-4l8tss {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.wonaco-4gbgde {
  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-4gbgde.wonaco-xbce1y {
  display: block;
}

.wonaco-4gbgde.wonaco-clv10v {
  display: none;
}

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

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

.wonaco-k30bzs {
  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-ao39r4 {
  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-4m5012 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.wonaco-3bygwd .wonaco-4l8tss {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wonaco-1e56ho {
  justify-content: center;
}

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

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

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

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

.wonaco-art8ny .wonaco-iforx3 {
  justify-content: center;
}

/* faq */

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

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

.wonaco-02eatg::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.wonaco-89xllz ease;
}

.wonaco-1onxge.wonaco-dlv5nk .wonaco-02eatg::after {
  transform: rotate(45deg);
}

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

.wonaco-1onxge.wonaco-dlv5nk .wonaco-q8v4o9 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.wonaco-ls2630 > input:not(:checked) ~ label:hover,
.wonaco-ls2630 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wonaco-mh6tli.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wonaco-tletu3 44.wonaco-sx1j7z.wonaco-z8emn7.wonaco-7cpmc7.wonaco-1pviea.wonaco-o5pksn.wonaco-0ikdv7.wonaco-lxnuif.wonaco-2g4i4e.wonaco-cett3t.wonaco-g4rpz3.wonaco-gmj56v.wonaco-kq99yk 0l-12.wonaco-l1qfou 30.wonaco-ki57a9.wonaco-2pnykt 2.wonaco-jyd69n.wonaco-2pnykt 3.wonaco-hn0jsp 3.wonaco-7lydlp.wonaco-1zl7ap 3.wonaco-pjzjok.wonaco-5wfwg2.wonaco-sjmidk.wonaco-dw7e9k 7-3.wonaco-l1qfou 10.wonaco-5rhy7g.wonaco-dw7e9k 23.wonaco-ggdvk0.wonaco-u49rf3 1.wonaco-a2sivr 2.wonaco-l1qfou 3.wonaco-u49rf3 1.wonaco-1zl7ap 5.wonaco-o6w7uy.wonaco-1zl7ap 32.wonaco-yxxx6o.wonaco-5wfwg2 5.wonaco-kq99yk 4.wonaco-dw7e9k 9.wonaco-dw7e9k 8.wonaco-1zl7ap 6.wonaco-xhh6mj.wonaco-jzkj4v.wonaco-r0aj5i.wonaco-q3ib3l.wonaco-k6lxhw 4.wonaco-lpjcxi.wonaco-k6lxhw 6.wonaco-k6lxhw 0l29.wonaco-kq99yk 17.wonaco-eyoupv.wonaco-g8ta52 2.wonaco-9zmwd4 10.wonaco-fkju8s.wonaco-l1qfou 8.wonaco-0duho9.wonaco-m8fwtg.wonaco-pduemg.wonaco-m7vtcq.wonaco-xa5oqi.wonaco-5wfwg2.wonaco-o5pksn.wonaco-l1qfou 1.wonaco-tc51pt.wonaco-vbpks7.wonaco-8kxclu.wonaco-aklyha.wonaco-aonvir.wonaco-a2sivr 1.wonaco-ix0iyo.wonaco-qz7rjj.5z'/%3e%3c/svg%3e");
}

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

.wonaco-e81103 {
  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-e81103.wonaco-y2dzyc {
  display: block;
}

.wonaco-e81103.wonaco-coo0su {
  display: none;
}

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

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

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

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

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

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

.wonaco-775q7k .wonaco-hysiiw {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.wonaco-n5rmoa 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-n5rmoa 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-w3ribm {
  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-w3ribm.wonaco-q93p33 {
  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-5mn4wp, .wonaco-2bs988, [class*="review-card"],
thead, thead th, table th, .wonaco-r0ddjc,
.wonaco-eyasld, [class*="collapsible-header"],
.wonaco-rffvya, [class*="updated-block"] {
  color: #ece7dc !important;
}
