@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "Pretendard", sans-serif;
  color: #666;
  font-size: 16px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title],
dfn[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 1rem;
  font-family: inherit; /* 1 */
  line-height: 1.2; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  vertical-align: middle;
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Margin, Padding reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
optgroup,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * HTML5 Tags reset for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*
 * List
 */
ol,
ul,
li {
  padding: 0;
  list-style: none;
}

/**
 * Table
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Blockquote, q
 */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none;
}

img,
fieldset {
  border: 0;
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

select {
  margin: 0;
  resize: none;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-overflow: "";
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.483887 0.241943L5.99989 5.75794L11.5159 0.241943' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-right: 22px;
}

select::-ms-expand {
  display: none;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Outline */
* {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

em {
  font-style: normal;
}

.tab {
  position: relative;
}
.tab .tab-list {
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.tab .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tab .tab-link {
  height: 40px;
  font-size: 16px;
  color: #888;
  letter-spacing: -0.5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transition: none !important;
  transition: none !important;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.tab .tab-link.active {
  font-weight: 700;
  color: #111;
  font-size: 18px;
}
.tab .tab-link.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  border-bottom: 3px solid #111;
  left: 0;
  display: block;
}
.tab .tab-content {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.comboBx {
  position: relative;
  z-index: 100;
  min-width: 110px;
  max-width: 110px;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #000;
}
.page--quiz .comboBx {
  max-width: 90px;
  min-width: 90px;
}

.comboBx__btn {
  height: 100%;
  font: inherit;
  color: #000;
  padding-right: 1.5em;
  padding: 0 24px;
}
.comboBx__btn.active:after {
  -webkit-transform: rotateX(180deg) translateY(50%);
          transform: rotateX(180deg) translateY(50%);
}
.comboBx__btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.5' y='-0.5' width='21' height='21' rx='10.5' transform='matrix(0 -1 -1 0 21 21)' fill='white'/%3E%3Crect x='-0.5' y='-0.5' width='21' height='21' rx='10.5' transform='matrix(0 -1 -1 0 21 21)' stroke='%23E5E5E5'/%3E%3Cpath d='M15 9.5L11 13.5L7 9.5' stroke='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 22px;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comboBx__list {
  top: calc(100% + 0.5em);
  display: none;
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
  border: 1px solid #fbfbfb;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  padding: 18px 24px;
  white-space: nowrap;
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.comboBx__list .link {
  color: #000;
  text-align: left;
  opacity: 0.8;
  display: block;
  padding: 0.2em 0;
  width: 100%;
}
.comboBx__list .link:hover, .comboBx__list .link:focus {
  opacity: 1;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 360px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 390px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 480px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

html {
  scroll-behavior: smooth;
  overflow-anchor: auto;
}
html::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

body {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1dvh) * 100);
  background-color: #fff;
}
body:after {
  clear: both;
  display: block;
  content: "";
}

.container {
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.layer-dimmed {
  display: none;
  max-width: 640px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  min-height: calc(var(--vh, 1dvh) * 100);
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
}

main {
  padding-top: 95px;
  min-height: calc(100dvh - var(--footer));
  min-height: calc(var(--vh, 1dvh) * 100 - var(--footer));
}
@media (max-width: 479.98px) {
  main {
    padding-top: 80px;
  }
}
.footer {
  min-height: var(--footer);
}

.header {
  border-bottom: 1px solid #efefef;
  background: #fff;
  height: 55px;
  width: 100%;
  position: relative;
  z-index: 300;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.header .search-btn {
  font-size: 0;
  width: 55px;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M10.5 17C11.2879 17 12.0682 16.8448 12.7961 16.5433C13.5241 16.2417 14.1855 15.7998 14.7427 15.2426C15.2998 14.6855 15.7418 14.0241 16.0433 13.2961C16.3448 12.5681 16.5 11.7879 16.5 11C16.5 10.2121 16.3448 9.43185 16.0433 8.7039C15.7418 7.97595 15.2998 7.31451 14.7427 6.75736C14.1855 6.20021 13.5241 5.75825 12.7961 5.45672C12.0682 5.15519 11.2879 5 10.5 5C8.90872 5 7.38259 5.63214 6.25737 6.75736C5.13216 7.88258 4.50002 9.4087 4.50002 11C4.50002 12.5913 5.13216 14.1174 6.25737 15.2426C7.38259 16.3679 8.90872 17 10.5 17ZM16.82 15.906L20.4 19.486C20.4955 19.5783 20.5716 19.6887 20.6239 19.8108C20.6762 19.9328 20.7037 20.064 20.7048 20.1968C20.7058 20.3296 20.6804 20.4613 20.63 20.5841C20.5797 20.707 20.5053 20.8186 20.4114 20.9124C20.3174 21.0062 20.2057 21.0804 20.0828 21.1306C19.9599 21.1808 19.8282 21.206 19.6954 21.2047C19.5626 21.2035 19.4314 21.1758 19.3095 21.1233C19.1875 21.0708 19.0772 20.9946 18.985 20.899L15.405 17.319C13.7975 18.5668 11.7748 19.1552 9.74877 18.9642C7.72273 18.7732 5.84562 17.8173 4.49957 16.2911C3.15351 14.7648 2.4397 12.7829 2.50344 10.7489C2.56718 8.7149 3.40368 6.78162 4.84266 5.34265C6.28164 3.90367 8.21492 3.06717 10.2489 3.00343C12.283 2.93968 14.2648 3.6535 15.7911 4.99955C17.3173 6.3456 18.2732 8.22271 18.4642 10.2488C18.6552 12.2748 18.0669 14.2975 16.819 15.905L16.82 15.906Z' fill='%23111111' /%3E%3C/svg%3E");
}
.header .search-btn.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M5.97686 6.05339C6.45036 5.59008 7.21726 5.59009 7.69076 6.05339L14.5491 12.7695L21.3585 6.1038C21.8321 5.64014 22.6002 5.64014 23.0738 6.1038C23.5472 6.56747 23.5473 7.31957 23.0738 7.78318L16.2651 14.4482L23.1256 21.165C23.599 21.6286 23.5995 22.38 23.1263 22.8437C22.6527 23.3074 21.8846 23.3074 21.411 22.8437L14.5505 16.1269L7.63897 22.8948C7.16541 23.3582 6.39786 23.3576 5.92438 22.8941C5.45091 22.4306 5.45043 21.6791 5.92369 21.2154L12.8346 14.4482L5.97617 7.73208C5.50288 7.26839 5.50338 6.51696 5.97686 6.05339Z' fill='%23111111'/%3E%3C/svg%3E");
}
.header .logo {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-layer {
  margin: 0 auto;
  right: -100%;
  z-index: 200;
  background: #fff;
  width: 100%;
  max-width: 642px;
  top: 0;
  padding-top: 55px;
  position: fixed;
}
.search-layer.active {
  right: -1px;
  left: -1px;
}
.search-layer.active {
  display: block;
}
.search-layer__wrap {
  padding: 40px 0;
  max-width: 640px;
  margin: 0 auto;
  max-height: calc(100dvh - 55px);
  overflow-y: auto;
}
.search-layer__section {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 479.98px) {
  .search-layer__wrap {
    padding: 30px 0 40px;
  }
  .search-layer__section {
    margin-top: 30px;
  }
}
.search-layer .title-bx .tit {
  font-size: 22px;
}
.search-layer .title-bx .btn-del {
  margin-left: auto;
  color: #666;
  font-size: 15px;
  letter-spacing: -1px;
}
.search-layer__recommend {
  background: #f7f8fe;
  padding: 30px 0px;
}
.search-layer .btn-save-toggle {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: -1px;
  color: #111;
}

.recommend-word-list {
  position: relative;
  padding-bottom: 30px;
  font-size: 0;
}
.recommend-word-list .swiper-slide {
  width: auto !important;
}
.recommend-word-list .swiper-scrollbar {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: rgba(0, 0, 0, 0.04);
}
.recommend-word-list .swiper-scrollbar-drag {
  background-color: #333;
}
.recommend-word-list .word {
  border-radius: 31px;
  border: 1px solid #f2edff;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #4553e7;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
}

.recent-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.recent-search-list .recent-search-word {
  height: 34px;
  position: relative;
  border-radius: 20px;
  background: #f4f4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
}
.recent-search-list .recent-search-word .word {
  padding-left: 12px;
}
.recent-search-list .recent-search-word .del {
  width: 34px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M11.546 11.5482C11.7433 11.3552 12.0634 11.3546 12.2607 11.5476L16.194 15.3994L20.1259 11.5503C20.3232 11.3572 20.6433 11.3566 20.8406 11.5496C21.0379 11.7428 21.0379 12.0566 20.8406 12.2498L16.9087 16.0989L20.7384 19.8485C20.9356 20.0416 20.9361 20.3548 20.7391 20.548C20.5418 20.7412 20.221 20.7412 20.0237 20.548L16.194 16.7984L12.3622 20.55C12.1649 20.7429 11.8454 20.7431 11.6482 20.55C11.4509 20.3569 11.4509 20.043 11.6482 19.8498L15.4793 16.0989L11.5467 12.2478C11.3495 12.0546 11.3489 11.7414 11.546 11.5482Z' fill='%23595959'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.recent-search-blank {
  text-align: center;
  padding: 30px 0;
  letter-spacing: -0.02em;
}
.recent-search-blank .title {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.recent-search-blank .title em {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
}
.recent-search-blank .desc {
  margin-top: 40px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

body:has(.page--search) .dock {
  display: none;
}
body:has(.page--search) .footer {
  padding-bottom: 60px;
}

.footer {
  position: relative;
  padding: 60px 0 134px;
  background-color: #fff;
  font-size: 14px;
  color: #888;
}
.footer .footer-txt {
  margin: 30px auto;
}
.footer .footer-txt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.footer .footer-txt a {
  text-decoration: none;
}
.footer .cc {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.footer .cc a {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 30px;
  color: #111;
  font-weight: 500;
}
.footer .policy {
  font-size: 16px;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .policy b {
  color: #111;
  font-weight: 700;
}
.footer .policy li {
  position: relative;
  line-height: 1;
}
.footer .policy li:not(:first-child) {
  margin-left: 0.625em;
  padding-left: 0.625em;
}
.footer .policy li:not(:first-child):before {
  content: "";
}
.footer .policy li:before {
  background: #e0e5e8;
  position: absolute;
  left: 0;
  height: 14px;
  width: 1px;
  margin-top: -7px;
  top: 50%;
  display: block;
}

.dock {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  padding: 10px 0 5px;
  border-radius: 54px;
  border-radius: 54px;
  background: #131924;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: 0 auto;
  width: calc(100% - 32px);
  z-index: 100;
  text-align: center;
}
.dock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dock .btn {
  max-width: 64px;
  height: 42px;
  width: 100%;
  display: block;
}
.dock .btn.active .icon {
  display: none;
}
.dock .btn.active .icon.on {
  display: block;
}
.dock .btn.active .txt {
  font-weight: 700;
  color: #00e68a;
}
.dock .icon {
  margin: 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.dock .icon.on {
  display: none;
}
.dock .txt {
  color: #ccc;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.title-bx {
  padding: 0 16px;
  text-align: left;
  margin-bottom: 24px;
}
.title-bx.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.title-bx.d-flex .tit {
  font-weight: 800;
}
.title-bx.d-flex .desc {
  color: #666;
}
.title-bx.d-flex .desc em {
  font-weight: 700;
  color: #333;
}
.title-bx em {
  font-style: normal;
  font-weight: 600;
}
.title-bx .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #111;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
  gap: 0.1em;
}
@media (max-width: 479.98px) {
  .title-bx .tit {
    font-size: 22px;
  }
}
.title-bx .tit .mark {
  display: inline;
  padding: 3px;
  font-style: normal;
  margin-left: 4px;
  gap: 10px;
  border-radius: 4px;
  background: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
}
.title-bx .desc {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.comboBx {
  position: relative;
  margin-left: auto;
}
.comboBx select {
  margin: 0;
  border: 0;
  padding: 0;
  padding-right: 30px;
}

.page--main .section {
  margin: 70px auto;
}
.page--main .section:nth-child(1) {
  margin-top: 0;
}
.page--main .section:last-child {
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .page--main .section {
    margin: 50px auto;
  }
}

.main-search {
  margin-bottom: 30px;
}
.main-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 58px;
  border: 1px solid #595959;
  background: #fff;
  position: relative;
}
.main-search__toggle {
  margin-bottom: 10px;
  line-height: 1;
  padding: 12px 20px;
  color: #fff;
  background-color: #111;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  position: relative;
}
.main-search__toggle:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 23px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #111 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.main-search__btn {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%23595959' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.main-search .input-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-search .search-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.main-search .search-input:focus + .rolling {
  display: none;
}
.main-search .search-input__del {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1;
  z-index: 5;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2608 19.549C20.0634 19.3558 19.7435 19.3558 19.5462 19.549C19.3489 19.7421 19.3489 20.0554 19.5462 20.2485L23.4799 24.0999L19.6482 27.8513C19.4509 28.0445 19.4509 28.3577 19.6482 28.5509C19.8455 28.7441 20.1654 28.7441 20.3628 28.5509L24.1944 24.7995L28.0241 28.549C28.2214 28.7421 28.5413 28.7421 28.7386 28.549C28.9359 28.3558 28.9359 28.0426 28.7386 27.8494L24.9089 24.0999L28.8406 20.2505C29.0379 20.0573 29.0379 19.7441 28.8406 19.5509C28.6433 19.3577 28.3234 19.3577 28.126 19.5509L24.1944 23.4003L20.2608 19.549Z' fill='%23595959' /%3E%3C/svg%3E");
}
.main-search .rolling {
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 32px;
  display: inline-block;
}
.main-search .rolling .list {
  position: relative;
  -webkit-animation: rolling 15s infinite forwards;
          animation: rolling 15s infinite forwards;
}
@-webkit-keyframes rolling {
  0%, 10%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 30% {
    -webkit-transform: translateY(-16.667%);
            transform: translateY(-16.667%);
  }
  40%, 50% {
    -webkit-transform: translateY(-33.333%);
            transform: translateY(-33.333%);
  }
  60%, 70% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  80%, 90% {
    -webkit-transform: translateY(-66.667%);
            transform: translateY(-66.667%);
  }
  99.9% {
    -webkit-transform: translateY(-83.333%);
            transform: translateY(-83.333%);
  }
}
@keyframes rolling {
  0%, 10%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 30% {
    -webkit-transform: translateY(-16.667%);
            transform: translateY(-16.667%);
  }
  40%, 50% {
    -webkit-transform: translateY(-33.333%);
            transform: translateY(-33.333%);
  }
  60%, 70% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  80%, 90% {
    -webkit-transform: translateY(-66.667%);
            transform: translateY(-66.667%);
  }
  99.9% {
    -webkit-transform: translateY(-83.333%);
            transform: translateY(-83.333%);
  }
}
.main-search .rolling .word {
  height: 32px;
  color: #888;
  font-size: 16px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-search .rolling .word:before {
  content: "#";
}

.search-sort {
  padding: 20px;
  border: 1px solid #efefef;
  margin: 0 16px;
}
.search-sort .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.search-sort .tab-box .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.5px;
  position: relative;
}
.search-sort .tab-box .tab-link:after {
  width: 100%;
  bottom: 0;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #111;
}
.search-sort .tab-box .tab-link.active {
  font-weight: 700;
}
.search-sort .tab-box .tab-link.active:after {
  content: "";
}
.search-sort .sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.search-sort .sort-list .btn {
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  width: 40px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.55px;
}
.search-sort .sort-list .btn:hover, .search-sort .sort-list .btn.active {
  color: #fff;
  font-weight: 700;
  background-color: #111;
  border-color: #111;
}

.today-word-main {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f4f6fe;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 400px;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
}
.today-word-main .card-wrap {
  cursor: pointer;
  position: relative;
  max-width: 195px;
  width: 50%;
  aspect-ratio: 195/250;
  display: block;
  margin: 30px auto;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.today-word-main.aos-animate .card--1 {
  -webkit-transform: translateX(-65%) rotate(-14.2deg);
          transform: translateX(-65%) rotate(-14.2deg);
}
.today-word-main.aos-animate .card--2 {
  -webkit-transform: translateX(-35%) rotate(14.2deg);
          transform: translateX(-35%) rotate(14.2deg);
}
.today-word-main:hover .bg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.today-word-main .bg {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 30s -webkit-transform;
  transition: 30s -webkit-transform;
  transition: 30s transform;
  transition: 30s transform, 30s -webkit-transform;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.today-word-main .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 195/250;
  border-radius: 16px;
  position: absolute;
  max-width: 195px;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  overflow: hidden;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.today-word-main .card--1 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  z-index: 1;
  background-color: #a1f5e0;
}
.today-word-main .card--2 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  z-index: 2;
  background-color: #74d8ff;
}
.today-word-main .card--3 {
  z-index: 3;
  position: relative;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.today-word-main .txt {
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 1em;
  letter-spacing: -0.5px;
  width: 100%;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.today-word-main.active .card-wrap {
  -webkit-perspective: none;
          perspective: none;
}
.today-word-main.active .card--front {
  opacity: 0;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.today-word-main.active .card--3 {
  -webkit-transform: translateX(-50%) rotateY(180deg);
          transform: translateX(-50%) rotateY(180deg);
  overflow: visible;
}
.today-word-main.active .txt {
  opacity: 0;
}
.today-word-main .card--front, .today-word-main .card--back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.today-word-main .card--front {
  width: 100%;
  height: 100%;
  background: url(//cwstatic.asiae.co.kr/pocket/card.webp) no-repeat 50% 50%;
  background-size: cover;
  background-color: #4652df;
}
.today-word-main .card--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  overflow: hidden;
  border-radius: inherit;
  z-index: 2;
}

.quiz-banner {
  background: #191d88;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 24px 16px;
}
.quiz-banner .img-bx {
  max-width: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.quiz-banner .img-bx svg {
  width: 100%;
  height: auto;
}
.quiz-banner .txt-bx {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  word-break: keep-all;
  max-width: 350px;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
}
.quiz-banner .txt-bx .title {
  line-height: 1;
  color: #fff;
  font-size: 1.7142857143em;
  font-weight: 400;
  letter-spacing: -1px;
}
.quiz-banner .txt-bx .title em {
  color: #0f9;
  font-weight: 600;
  font-style: normal;
}
.quiz-banner .txt-bx .desc {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -1px;
  font-size: 1.3571428571em;
  margin-bottom: 8px;
}
.quiz-banner .txt-bx .go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 479.98px) {
  .quiz-banner {
    gap: 16px;
  }
  .quiz-banner .img-bx {
    max-width: 55px;
  }
  .quiz-banner .img-bx svg {
    width: 80%;
  }
  .quiz-banner .txt-bx {
    font-size: 12px;
  }
}
.quiz-banner--index {
  padding: 30px;
}
.quiz-banner--index .img-bx {
  max-width: 95px;
}
.quiz-banner--index .txt-bx .title {
  font-size: 1.8571428571em;
  font-family: "Gmarket Sans", "NanumSquareNeo", "Pretendard", sans-serif;
}
.quiz-banner--index .txt-bx .desc {
  margin-top: 0.7142857143em;
  margin-bottom: 1em;
}
@media (max-width: 479.98px) {
  .quiz-banner--index {
    padding: 30px 16px;
  }
  .quiz-banner--index .img-bx {
    max-width: 75px;
  }
  .quiz-banner--index .txt-bx {
    max-width: 230px;
  }
  .quiz-banner--index .txt-bx .desc {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

body:has(.no-search-btn) .search-btn {
  display: none;
}

.page--search .section {
  margin-top: 70px;
}

.section--search-result {
  margin-top: 0 !important;
}

.search-result-card {
  position: relative;
  width: calc(100% + 32px);
  padding: 0 16px;
  left: -16px;
  overflow: hidden;
}
.search-result-card .swiper-slide {
  width: auto !important;
}
.search-result-card .swiper-slide:not(:last-child) {
  margin-right: 16px;
}

.word-bullet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.word-bullet-list .word {
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
  line-height: 1;
  height: 48px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 479.98px) {
  .word-bullet-list .word {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.article-list .item {
  padding: 24px 0;
  border-top: 1px solid #dfdfdf;
}
.article-list .item:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}
.article-list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.article-list .img-bx {
  max-width: 140px;
  min-width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(30%, 140px);
          flex: 0 0 min(30%, 140px);
  aspect-ratio: 140/90;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ddd;
}
.article-list .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-list .txt-bx .tit {
  color: #111;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.article-list .txt-bx .tit em {
  color: #4678ea;
}
.article-list__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.article-list__more:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #111;
}
.article-list__more .btn {
  position: relative;
  z-index: 2;
  line-height: 1;
  padding: 16px 24px;
  border: 1px solid #888;
  background-color: #fff;
  border-radius: 30px;
  gap: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.45px;
}

.quiz {
  background: #f9fafe;
  padding: 50px 40px 42px;
  text-align: left;
  margin-bottom: 60px;
  position: relative;
  border-radius: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.quiz:last-child {
  margin-bottom: 0;
}
.quiz:before {
  width: 65px;
  aspect-ratio: 65/74;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 32px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 500;
}
.quiz .wrap {
  max-width: 560px;
  margin: 0 auto;
}
.quiz .date {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 479.98px) {
  .quiz .date {
    font-size: 18px;
  }
}
.quiz__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
  margin-top: 30px;
  margin-bottom: 26px;
}
.quiz__q:before {
  color: #4552df;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  content: "Q";
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.quiz__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz__a .btn {
  background-color: #fff;
  border-radius: 16px;
}
.quiz__a .btn[disabled] {
  cursor: default;
}
.quiz__a .btn--o:before, .quiz__a .btn--x:before {
  background-repeat: no-repeat;
  display: block;
  max-width: 40px;
  width: 23.5294117647%;
  aspect-ratio: 1;
  background-position: 50% 50%;
  background-size: contain;
}
.quiz__a .btn--o:before {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='15' stroke='%238391A9' stroke-width='8'/%3E%3C/svg%3E");
}
.quiz__a .btn--x:before {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.6117 4.84026C31.1674 3.27176 33.6898 3.27176 35.2455 4.84026C36.8007 6.4087 36.8008 8.95154 35.2455 10.52L25.766 20.0766L35.4496 29.8393L35.5912 29.9887C37.0038 31.5652 36.9562 33.9995 35.4496 35.519C33.9427 37.0383 31.528 37.0867 29.9642 35.6625L29.8158 35.519L20.1332 25.7563L10.4506 35.519L10.3021 35.6625C8.73837 37.0869 6.32377 37.0384 4.81677 35.519C3.30995 33.9995 3.26253 31.5653 4.67517 29.9887L4.81677 29.8393L14.4994 20.0766L5.02087 10.52C3.46534 8.95149 3.46538 6.40875 5.02087 4.84026C6.57654 3.27176 9.09899 3.27176 10.6547 4.84026L20.1332 14.3959L29.6117 4.84026Z' fill='%238391A9'/%3E%3C/svg%3E");
}
.quiz__a--select {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: select;
  gap: 12px;
}
.quiz__a--select .btn {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  counter-increment: select;
  font-size: 16px;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #111;
  border-radius: 16px;
  border: 1px solid #efefef;
  background: #fff;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-weight: 400;
}
.quiz__a--select .btn:before {
  content: counter(select);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50px;
  width: 32px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #0066ff;
  background: #e8efff;
  font-weight: 500;
}
.quiz__a--select .btn:after {
  content: "";
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  aspect-ratio: 1;
  margin-left: auto;
}
.quiz__a--select .btn.selected {
  font-weight: 600;
}
.quiz__a--ox {
  gap: 10px;
}
.quiz__a--ox .btn {
  height: 100px;
  background: #edeef4;
  width: calc((100% - 10px) / 2);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz--pass:before {
  content: "정답";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='74' viewBox='0 0 66 74' fill='none'%3E%3Cpath d='M65.1875 73.5L33 53.3876L0.8125 73.5V0H65.1875V73.5Z' fill='%234958FF'/%3E%3C/svg%3E");
}
.quiz--fail:before {
  content: "오답";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='74' viewBox='0 0 66 74' fill='none'%3E%3Cpath d='M65.1875 73.5L33 53.3876L0.8125 73.5V0H65.1875V73.5Z' fill='%23FF235A'/%3E%3C/svg%3E");
}

.quiz--fail .btn.selected {
  -webkit-animation: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.quiz--fail .btn.selected.fail-ani {
  -webkit-animation-name: shake-horizontal;
          animation-name: shake-horizontal;
}

.quiz--pass .quiz__a--select .btn.selected {
  -webkit-box-shadow: inset 0 0 0 3px #4553e7;
          box-shadow: inset 0 0 0 3px #4553e7;
}
.quiz--pass .quiz__a--select .btn.selected:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='7.5' stroke='%235231F7' stroke-width='3'/%3E%3C/svg%3E");
}

.quiz--fail .quiz__a--select .btn.selected {
  -webkit-box-shadow: inset 0 0 0 3px #ff0745;
          box-shadow: inset 0 0 0 3px #ff0745;
}
.quiz--fail .quiz__a--select .btn.selected:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3224 2.44115C16.9057 1.85298 17.8513 1.85305 18.4347 2.44115C19.018 3.02934 19.018 3.98283 18.4347 4.57103L12.6056 10.448L18.5499 16.4411L18.6524 16.5554C19.1309 17.147 19.0967 18.0196 18.5499 18.571C18.003 19.1224 17.1376 19.1569 16.5509 18.6745L16.4376 18.571L10.4932 12.5779L4.54989 18.571L4.43661 18.6745C3.84992 19.1571 2.98452 19.1224 2.43759 18.571C1.89063 18.0196 1.85638 17.147 2.33505 16.5554L2.43759 16.4411L8.38094 10.448L2.55184 4.57103C1.96872 3.98289 1.96874 3.0293 2.55184 2.44115C3.13521 1.85295 4.08176 1.85295 4.66512 2.44115L10.4932 8.3181L16.3224 2.44115Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
}

.quiz--pass .quiz__a--ox .btn.selected {
  background-color: #ecf2fe;
  -webkit-box-shadow: inset 0 0 0 4px #4553e7;
          box-shadow: inset 0 0 0 4px #4553e7;
}
.quiz--pass .btn--o.selected:before {
  background-image: url("data:image/svg+xml, %3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='15' stroke='%234553e7' stroke-width='8'/%3E%3C/svg%3E");
}
.quiz--pass .btn--x.selected:before {
  background-image: url("data:image/svg+xml, %3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.6117 4.84026C31.1674 3.27176 33.6898 3.27176 35.2455 4.84026C36.8007 6.4087 36.8008 8.95154 35.2455 10.52L25.766 20.0766L35.4496 29.8393L35.5912 29.9887C37.0038 31.5652 36.9562 33.9995 35.4496 35.519C33.9427 37.0383 31.528 37.0867 29.9642 35.6625L29.8158 35.519L20.1332 25.7563L10.4506 35.519L10.3021 35.6625C8.73837 37.0869 6.32377 37.0384 4.81677 35.519C3.30995 33.9995 3.26253 31.5653 4.67517 29.9887L4.81677 29.8393L14.4994 20.0766L5.02087 10.52C3.46534 8.95149 3.46538 6.40875 5.02087 4.84026C6.57654 3.27176 9.09899 3.27176 10.6547 4.84026L20.1332 14.3959L29.6117 4.84026Z' fill='%234553e7'/%3E%3C/svg%3E");
}

.quiz--fail .quiz__a--ox .btn.selected {
  background: #ffecf7;
  -webkit-box-shadow: inset 0 0 0 4px #ff0745;
          box-shadow: inset 0 0 0 4px #ff0745;
}
.quiz--fail .btn--x.selected:before {
  background-image: url("data:image/svg+xml, %3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.6117 4.84026C31.1674 3.27176 33.6898 3.27176 35.2455 4.84026C36.8007 6.4087 36.8008 8.95154 35.2455 10.52L25.766 20.0766L35.4496 29.8393L35.5912 29.9887C37.0038 31.5652 36.9562 33.9995 35.4496 35.519C33.9427 37.0383 31.528 37.0867 29.9642 35.6625L29.8158 35.519L20.1332 25.7563L10.4506 35.519L10.3021 35.6625C8.73837 37.0869 6.32377 37.0384 4.81677 35.519C3.30995 33.9995 3.26253 31.5653 4.67517 29.9887L4.81677 29.8393L14.4994 20.0766L5.02087 10.52C3.46534 8.95149 3.46538 6.40875 5.02087 4.84026C6.57654 3.27176 9.09899 3.27176 10.6547 4.84026L20.1332 14.3959L29.6117 4.84026Z' fill='%23ff0745'/%3E%3C/svg%3E");
}
.quiz--fail .btn--o.selected:before {
  background-image: url("data:image/svg+xml, %3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='15' stroke='%23ff0745' stroke-width='8'/%3E%3C/svg%3E");
}

.quiz--pass .quiz__a--select .btn:not(.selected),
.quiz--fail .quiz__a--select .btn:not(.selected) {
  color: #999;
}

@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.quiz__result {
  margin-top: 40px;
  letter-spacing: -0.05em;
  text-align: center;
}
.quiz__result__txt {
  color: #4553e7;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  margin-top: 40px;
  display: block;
}
.quiz__result__btn {
  margin: 10px auto 0;
  color: #ff235a;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: -0.5px;
  border-radius: 10px;
  border: 1px solid #ff235a;
}
.quiz__explain {
  display: none;
  margin: 40px auto;
  border: 1px solid #ccc;
  padding: 30px;
  gap: 10px;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1px;
}
.quiz__explain .answer {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}
.quiz__explain.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__explain__toggle {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding: 12px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #4958ff;
  color: #fff;
  align-items: center;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.quiz__explain__toggle.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.quiz__explain__toggle:after {
  content: "";
  width: 12px;
  height: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M11 6.5L6 1.5L1 6.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 479.98px) {
  .quiz {
    margin-bottom: 40px;
    padding: 50px 20px 34px;
  }
  .quiz:before {
    left: 16px;
    width: 52px;
    padding-top: 12px;
    font-size: 14px;
  }
  .quiz__q {
    font-size: 20px;
  }
  .quiz__result__txt {
    font-size: 14px;
  }
}

.page--quiz .comboBx {
  margin-bottom: 16px;
}

.week-selector {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 6px;
}
.week-selector__toggle {
  margin-bottom: 10px;
  position: absolute;
  line-height: 1;
  padding: 12px 20px;
  color: #fff;
  background-color: #111;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  bottom: 100%;
}
.week-selector__toggle:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #111 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.week-selector__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.week-selector__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.week-selector__text .input,
.week-selector__text input {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.week-selector__text .icon {
  font-size: 0;
  margin-left: 6px;
}
.week-selector__nav {
  width: 30px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M7 1L2 6L7 11' stroke='%23111111' stroke-width='1.5'/%3E%3C/svg%3E");
}
.week-selector__nav[disabled] {
  opacity: 0.3;
  cursor: default;
}
.week-selector__nav--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quiz-null {
  text-align: center;
  padding: 70px 0;
  color: #111;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
}
.tab + .quiz-null {
  margin-top: -40px;
}

:root {
  --gap: 4px;
}
@media (max-width: 389.98px) {
  :root {
    --gap: 2px;
  }
}

.crossword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
  margin: 0 auto;
  max-width: calc(440px + var(--gap) * 9);
}
.crossword__state {
  text-align: center;
}
.crossword__state figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 340/190;
  max-width: 120px;
  margin: 0;
  margin: 0 auto;
}
.crossword__state svg {
  aspect-ratio: 340/190;
  max-width: 120px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.crossword__state svg:has(.pie-chart-line) {
  z-index: 2;
}
.crossword__state .pie-chart-line {
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
  opacity: 0;
  -webkit-transition: stroke-dashoffset 1.2s cubic-bezier(0.3, 0.5, 0.3, 1), opacity 0.3s ease;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.3, 0.5, 0.3, 1), opacity 0.3s ease;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.crossword__state svg path {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.crossword__state .percent {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: -4px;
  font-size: 10px;
  font-weight: bold;
  display: block;
  color: #888;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  letter-spacing: -0.1px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crossword__state .percent .number {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.22px;
}
.crossword__state .txt {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}
.crossword__wrap {
  margin-top: 30px;
  padding: 0 10px;
}
.crossword .word {
  width: calc((100% - var(--gap) * 9) / 10);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--gap) * 9) / 10);
          flex: 0 0 calc((100% - var(--gap) * 9) / 10);
  font-size: min(4vw, 16px);
  aspect-ratio: 1;
  max-width: 44px;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid #969cdd;
  background: #fff;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.crossword .word.disabled {
  background-color: #f3f4f8;
  border-color: #f3f4f8;
}
.crossword .word.blank {
  cursor: pointer;
  background: #dde1fd;
  border: 1px solid #969cdd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.crossword .word.focus {
  background-color: #dde1fd;
  border: 2px solid #4553e7;
}

.crossword__popup {
  display: none;
  z-index: 400;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-align: center;
  overflow: auto;
}
.crossword__popup:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.crossword__popup .popup__head {
  text-align: right;
}
.crossword__popup .close {
  margin-right: -10px;
  padding: 20px;
  margin-left: auto;
  width: auto;
}
.crossword__popup .close:before {
  aspect-ratio: 1;
  width: 14px;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M12.9021 1L1.00127 12.9988' stroke='%23111111' stroke-linecap='round'/%3E%3Cpath d='M1.09937 1L13.0002 12.9988' stroke='%23111111' stroke-linecap='round'/%3E%3C/svg%3E");
}
.crossword__popup .popup__wrap {
  max-width: 400px;
  padding: 0 30px 20px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.crossword__popup__bx {
  margin-bottom: 20px;
}
.crossword__popup .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #4553e7;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}
.crossword__popup .scroll-bx {
  margin: 20px auto;
  position: relative;
  overflow-x: hidden;
  overflow: auto;
  max-height: 135px;
  line-height: 1.5;
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 16px;
  border: 1px solid #efefef;
  border-radius: 4px;
}
@media (max-width: 479.98px) {
  .crossword__popup .scroll-bx {
    font-weight: 400;
  }
}
.crossword__popup .scroll-bx::-webkit-scrollbar-track {
  background-color: #ebebeb;
  width: 5px;
  border-radius: 5px;
}
.crossword__popup .scroll-bx::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
  background-clip: content-box;
}
.crossword__popup .scroll-bx::-webkit-scrollbar {
  width: 5px;
}
.crossword__popup .hint-btn {
  padding: 12px;
  border-radius: 10px;
  background-color: #4553e7;
  font-size: 14px;
  width: 100%;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.5px;
  max-width: 200px;
  margin: 0 auto;
}
.crossword__popup .hint-btn .hint {
  display: none;
}
.crossword__popup .hint-btn.show {
  cursor: default;
}
.crossword__popup .hint-btn.show .txt {
  display: none;
}
.crossword__popup .hint-btn.show .hint {
  display: block;
}
.crossword__popup__input {
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  height: 52px;
  border-radius: 52px;
  border: 1px solid #595959;
  background: #fff;
  color: #111;
  letter-spacing: -1px;
  overflow: hidden;
}
.crossword__popup__input input {
  padding: 0 51px;
  height: 100%;
  border: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  background: transparent;
  color: inherit;
  font: inherit;
  -webkit-animation: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  opacity: 1;
}
.crossword__popup__input .btn-submit, .crossword__popup__input:after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
.crossword__popup__input .btn-submit {
  display: none;
}
.crossword__popup__input.state--typing {
  font-weight: 700;
}
.crossword__popup__input.state--typing .btn-submit {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 13.4707C1 13.2497 1.0878 13.0377 1.24408 12.8814C1.40036 12.7252 1.61232 12.6374 1.83333 12.6374H11.8333C12.4964 12.6374 13.1323 12.374 13.6011 11.9051C14.0699 11.4363 14.3333 10.8004 14.3333 10.1374V2.80404C14.3333 2.58302 14.4211 2.37106 14.5774 2.21478C14.7337 2.0585 14.9457 1.9707 15.1667 1.9707C15.3877 1.9707 15.5996 2.0585 15.7559 2.21478C15.9122 2.37106 16 2.58302 16 2.80404V10.1374C16 11.2424 15.561 12.3022 14.7796 13.0836C13.9982 13.865 12.9384 14.304 11.8333 14.304H1.83333C1.61232 14.304 1.40036 14.2162 1.24408 14.06C1.0878 13.9037 1 13.6917 1 13.4707Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.24423 14.06C1.08801 13.9038 1.00024 13.6918 1.00024 13.4709C1.00024 13.2499 1.08801 13.038 1.24423 12.8817L4.57757 9.54838C4.73473 9.39658 4.94524 9.31259 5.16373 9.31448C5.38223 9.31638 5.59124 9.40402 5.74575 9.55853C5.90025 9.71304 5.9879 9.92205 5.98979 10.1405C5.99169 10.359 5.9077 10.5695 5.7559 10.7267L3.01173 13.4709L5.7559 16.215C5.83549 16.2919 5.89898 16.3839 5.94265 16.4855C5.98632 16.5872 6.00931 16.6966 6.01027 16.8072C6.01124 16.9179 5.99015 17.0276 5.94825 17.13C5.90635 17.2324 5.84447 17.3255 5.76623 17.4037C5.68798 17.482 5.59494 17.5438 5.49253 17.5857C5.39011 17.6276 5.28038 17.6487 5.16973 17.6478C5.05908 17.6468 4.94973 17.6238 4.84806 17.5801C4.74639 17.5365 4.65444 17.473 4.57757 17.3934L1.24423 14.06Z' fill='%23333333'/%3E%3C/svg%3E");
}
.crossword__popup__input.state--typing:after {
  content: none;
}
.crossword__popup__input.state--pass {
  font-weight: 700;
  border: 3px solid #4553e7;
  color: #4553e7;
}
.crossword__popup__input.state--pass .btn-submit {
  display: none;
}
.crossword__popup__input.state--pass:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cg clip-path='url(%23clip0_1078_9310)'%3E%3Ccircle cx='9' cy='9.9707' r='7.5' stroke='%234553E7' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
.crossword__popup__input.state--fail {
  font-weight: 700;
  border: 3px solid #ff0000;
  color: #ff0000;
}
.crossword__popup__input.state--fail .btn-submit {
  display: none;
}
.crossword__popup__input.state--fail:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cg clip-path='url(%23clip0_1078_9317)'%3E%3Cpath d='M15.885 2.9707L1.9999 16.9707' stroke='%23FF0000' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M2.11499 2.9707L16.0001 16.9707' stroke='%23FF0000' stroke-width='3' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.crossword__popup__input.state--fail input {
  -webkit-animation-name: shake-horizontal;
          animation-name: shake-horizontal;
}
@media (max-width: 479.98px) {
  .crossword__popup .popup__wrap {
    padding: 0 15px 20px;
  }
}

.word-card {
  padding: 16px 16px 24px;
  position: relative;
  text-align: center;
  max-width: 260px;
  min-width: 260px;
  width: 100%;
  min-height: 270px;
  border-radius: 16px;
  background: #4552df;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.word-card .zzim {
  padding: 5px;
  margin-top: -5px;
  margin-right: -5px;
  z-index: 2;
  position: relative;
  font-size: 0;
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
  color: #fff;
}
.word-card .zzim.active svg {
  fill-opacity: 1;
  -webkit-transition: 100ms all;
  transition: 100ms all;
}
.word-card .tit {
  margin-top: 10px;
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}
.word-card .tit em {
  font-style: normal;
}
.word-card .eng {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: 500;
  color: #fff;
}
.word-card .eng:not(:empty) {
  margin-top: 10px;
}
.word-card .desc {
  text-align: left;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.word-card:has(.eng:not(:empty)) .desc {
  -webkit-line-clamp: 3;
}
.word-card:has(.quote-wrap) .zzim {
  margin-bottom: 0;
}
.word-card .quote-wrap {
  margin-top: -12px;
  padding: 24px 0 24px;
  position: relative;
}
.word-card .quote-wrap .tit {
  text-align: center;
  margin-top: 0;
}
.word-card .quote-wrap svg {
  position: absolute;
}
.word-card .quote-wrap svg:nth-child(1) {
  top: 0;
  left: 0;
}
.word-card .quote-wrap svg:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.word-card .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 20px auto 0;
  padding: 14px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(17, 17, 17, 0.1);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.search-result-card .word-card {
  background: #eff6ff;
  min-height: 320px;
  color: #111;
  padding-bottom: 76px;
}
.search-result-card .word-card .zzim {
  color: #4678ea;
}
.search-result-card .word-card .tit {
  text-align: left;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.search-result-card .word-card .tit em {
  color: #4678ea;
}
.search-result-card .word-card .eng {
  text-align: left;
  color: #666;
}
.search-result-card .word-card .desc {
  text-align: left;
  color: rgba(17, 17, 17, 0.5);
}
.search-result-card .word-card .btn {
  bottom: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4678ea;
  color: #fff;
}

.today-word-main .word-card {
  background-color: #4552df;
  width: 280px;
}
.today-word-main .word-card .tit,
.today-word-main .word-card .eng,
.today-word-main .word-card .desc {
  text-align: left;
}
.today-word-main .word-card .eng:not(:empty),
.today-word-main .word-card .desc {
  margin-top: 16px;
}
.today-word-main .word-card .desc {
  font-weight: 300;
}
.today-word-main .word-card .tit {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.wordSwiper .swiper-slide {
  height: auto;
  width: auto;
}
.wordSwiper .word-card {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.wordSwiper .word-card .tit {
  text-align: center;
  color: #000;
}
.wordSwiper .word-card .tit span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.wordSwiper .word-card .desc {
  text-align: center;
  color: rgba(17, 17, 17, 0.65);
}

@media (min-width: 640px) {
  .zzim-word .word-card {
    max-width: 296px;
  }
}

.zzim-word .zzim,
.zzim-list .zzim {
  color: #4678ea;
}
.zzim-word .word-card,
.zzim-list .word-card {
  height: 100%;
  min-height: 210px;
  background: rgba(239, 246, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 20px;
}
.zzim-word .word-card .wrap,
.zzim-list .word-card .wrap {
  width: 100%;
}
.zzim-word .word-card .zzim,
.zzim-list .word-card .zzim {
  position: absolute;
  right: 16px;
  top: 16px;
}
.zzim-word .word-card .eng,
.zzim-list .word-card .eng {
  color: #267eec;
}
.zzim-word .word-card .tit,
.zzim-list .word-card .tit {
  color: #111;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

:root {
  --zzimGap: 24px;
}
@media (max-width: 479.98px) {
  :root {
    --zzimGap: 16px;
  }
}
@media (max-width: 389.98px) {
  :root {
    --zzimGap: 12px;
  }
}

.zzim-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--zzimGap);
}
.zzim-list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--zzimGap)) / 2);
          flex: 0 0 calc((100% - var(--zzimGap)) / 2);
  max-width: calc((100% - var(--zzimGap)) / 2);
}
.zzim-list .item .word-card {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.section--remind {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.section--remind .wordSwiper {
  padding: 0 16px;
}
.section--remind .swiper-container {
  margin: 0 auto;
  opacity: 0;
}
.section--remind .swiper-container.swiper-initialized {
  opacity: 1;
}
.section--remind .swiper-slide {
  width: auto !important;
  overflow: hidden;
  border-radius: 16px;
}

.section--remind .swiper-slide:nth-child(3n+1) .word-card {
  background-color: #eff6ff;
}
.section--remind .swiper-slide:nth-child(3n+1) .zzim,
.section--remind .swiper-slide:nth-child(3n+1) .quote-wrap,
.section--remind .swiper-slide:nth-child(3n+1) .eng {
  color: #4899ff;
}

.section--remind .swiper-slide:nth-child(3n+2) .word-card {
  background-color: #f0ffea;
}
.section--remind .swiper-slide:nth-child(3n+2) .zzim,
.section--remind .swiper-slide:nth-child(3n+2) .quote-wrap,
.section--remind .swiper-slide:nth-child(3n+2) .eng {
  color: #26b493;
}

.section--remind .swiper-slide:nth-child(3n+0) .word-card {
  background-color: #e5feff;
}
.section--remind .swiper-slide:nth-child(3n+0) .zzim,
.section--remind .swiper-slide:nth-child(3n+0) .quote-wrap,
.section--remind .swiper-slide:nth-child(3n+0) .eng {
  color: #00aeff;
}

.section--word .container {
  background-color: #f4f6fe;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--word .word-card {
  max-width: 300px;
  margin: 0 auto;
}
.section--word .word-card .title,
.section--word .word-card .eng,
.section--word .word-card .desc {
  height: auto;
  text-overflow: initial;
  -webkit-line-clamp: initial !important;
  max-height: none;
}
.section--word .word-card .tit {
  font-size: 22px;
}
.section--word .word-card .desc {
  font-weight: 300;
  text-align: justify;
}

.page--word .section {
  margin-top: 70px;
}
.page--word .section:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 479.98px) {
  .page--word .section {
    margin-top: 50px;
  }
}

.word-usage-swiper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.word-usage-swiper .item {
  color: #111;
  line-height: 1.6;
  letter-spacing: -1px;
  font-size: 17px;
  word-break: keep-all;
}
.word-usage-swiper .item em {
  color: #4553e7;
  font-weight: 700;
}
.word-usage-swiper .swiper-container {
  overflow: hidden;
}
.word-usage-swiper .swiper-pagination {
  font-size: 0;
  position: relative;
  bottom: auto;
  margin-top: 10px;
}
.word-usage-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 4px !important;
}
.word-usage-swiper .swiper-pagination-bullet-active {
  background-color: #111;
  width: 40px;
}

.word-null {
  text-align: center;
  color: #111;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
}
.word-null .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 20px auto 0;
  padding: 14px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #4678ea;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.zzim-list .word-card .wrap::after,
.search-result-card .word-card .wrap::after,
.wordSwiper .word-card .wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.word-list .item {
  margin-top: 24px;
  width: 100%;
}
.word-list .item .link {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(23, 24, 54, 0.12);
          box-shadow: 0px 0px 12px 0px rgba(23, 24, 54, 0.12);
  padding: 26px;
  display: block;
  text-align: left;
}
.word-list .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #4553e7;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f1f1;
  gap: 8px;
}
.word-list .item .title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  content: "";
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L1 11.5' stroke='%234553E7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.word-list .item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -1px;
}

.pagination {
  margin-top: 34px;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.pagination ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.pagination ul a:hover {
  text-decoration: none;
}
.pagination ul [class*=btn_] a {
  background-color: #fff;
}
.pagination ul [class*=btn_] a em {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pagination ul [class*=btn_] a i {
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
}
.pagination ul .selected a {
  background: #4553e7;
  pointer-events: none;
  color: #fff;
  font-weight: 700;
}
.pagination .btn_prev {
  margin-right: 6px;
}
.pagination .btn_next {
  margin-left: 6px;
}
.pagination .btn_prev i,
.pagination .btn_next i {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='-0.5' width='29' height='29' rx='7.5' transform='matrix(1 0 0 -1 0 29)' fill='white'/%3E%3Crect x='0.5' y='-0.5' width='29' height='29' rx='7.5' transform='matrix(1 0 0 -1 0 29)' stroke='%23E5E5E5'/%3E%3Cpath d='M10.9697 15L16.3232 9.64648L17.0303 10.3535L12.3838 15L17.0303 19.6465L16.3232 20.3535L10.9697 15Z' fill='%23111111'/%3E%3C/svg%3E%0A");
}
.pagination .btn_next i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-logout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-top: 40px;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-align: right;
  float: right;
}
.container:has(.btn-logout) {
  position: relative;
  overflow: hidden;
}

.my-score {
  background: linear-gradient(-74.2deg, rgba(11, 111, 249, 0.5) 28%, #084fff 28%);
  background-color: #084fff;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 45px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.my-score .txt-bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  word-break: keep-all;
}
.my-score .txt-bx .tit {
  color: #fff;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.my-score .txt-bx .txt {
  margin-top: 7px;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.my-score .txt-bx .info-toggle-btn {
  margin-top: 40px;
}
.my-score .score-bx {
  aspect-ratio: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 159px;
  min-width: 145px;
  border-radius: 50%;
  background-color: #ffb700;
  color: #000;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: -17px 13px 0 0 rgba(0, 55, 229, 0.5);
          box-shadow: -17px 13px 0 0 rgba(0, 55, 229, 0.5);
}
.my-score .score-bx__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.my-score .score-bx:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110.0628930818%;
  height: 100%;
  background-color: #fece00;
  border-radius: 50%;
  left: 30%;
  -webkit-animation: moon 20s alternate;
          animation: moon 20s alternate;
}
@-webkit-keyframes moon {
  0%, 100% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    left: 30%;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    left: 80%;
  }
}
@keyframes moon {
  0%, 100% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    left: 30%;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    left: 80%;
  }
}
.my-score .score-bx .score {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.38px;
}
.my-score .score-bx .txt {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #111;
  font-weight: 700;
  letter-spacing: -0.14px;
}
@media (max-width: 479.98px) {
  .my-score {
    padding: 35px 20px;
  }
  .my-score .txt-bx .tit {
    font-size: 26px;
  }
  .my-score .score-bx {
    min-width: 135px;
  }
  .my-score .score-bx .score {
    font-size: 36px;
  }
}

.info-toggle-btn {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.info-toggle-btn__icon {
  display: block;
  padding: 5px;
  margin: -5px;
  background: transparent;
  outline: none;
  border-radius: 0;
}
.info-toggle-btn__icon:before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Crect x='0.75' y='0.75' width='20.5' height='20.5' rx='10.25' stroke='white' stroke-opacity='0.5' stroke-width='1.5'/%3E%3Cpath d='M10.2297 13.213L9.72297 4H12.2973L11.7703 13.213H10.2297ZM11 17C10.1486 17 9.5 16.4908 9.5 15.8225C9.5 15.1701 10.1486 14.661 11 14.661C11.8514 14.661 12.5 15.1701 12.5 15.8225C12.5 16.4908 11.8514 17 11 17Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");
}
.info-toggle-btn.active .info-toggle-btn__toggle {
  display: block;
}
.info-toggle-btn__toggle {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px + 7px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.65px;
  padding: 12px;
  line-height: 1.2307692308;
  min-width: 166px;
  border-radius: 10px;
  text-align: left;
  background: #000;
}
.info-toggle-btn__toggle:before {
  top: 50%;
  margin-top: -5px;
  content: "";
  position: absolute;
  left: -7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #000 transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.info-toggle-btn__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.54601 0.549132C0.743231 0.35604 1.06337 0.355536 1.26071 0.548442L5.19399 4.40024L9.12589 0.551204C9.32314 0.358085 9.64326 0.357528 9.8406 0.550514C10.0379 0.7437 10.0379 1.05753 9.8406 1.25071L5.9087 5.09975L9.7384 8.84935C9.93562 9.04244 9.93612 9.35565 9.73909 9.54886C9.54177 9.74205 9.22101 9.74205 9.02369 9.54886L5.19399 5.79926L1.36222 9.55093C1.16488 9.74383 0.845428 9.74402 0.648209 9.55093C0.450893 9.35775 0.450893 9.04392 0.648209 8.85073L4.47929 5.09975L0.546701 1.24864C0.349451 1.05552 0.348894 0.742335 0.54601 0.549132Z' fill='white'/%3E%3C/svg%3E%0A");
}

.my-section {
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
.my-section__title {
  margin-bottom: 24px;
}
.my-section__title a.tit:after {
  content: "";
}
.my-section__title .tit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.2px;
}
.my-section__title .tit:after {
  display: block;
  width: 11px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.11621 1.11621C1.57387 0.658549 2.29809 0.629789 2.78906 1.03027L2.88379 1.11621L10.7676 9L2.88379 16.8838C2.39563 17.3719 1.60437 17.3719 1.11621 16.8838C0.628055 16.3956 0.628055 15.6044 1.11621 15.1162L7.23242 9L1.11621 2.88379L1.03027 2.78906C0.629789 2.29809 0.658549 1.57387 1.11621 1.11621Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-left: 8px;
}
@media (max-width: 479.98px) {
  .my-section__title .tit {
    font-size: 22px;
  }
}
.my-section__title .desc {
  margin-top: 13px;
  color: #084fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.my-quiz-history {
  padding: 30px 16px 40px;
  border-radius: 0px 0px 20px 20px;
  background: rgba(239, 246, 255, 0.7);
  text-align: center;
}
.my-quiz-history .my-section__title {
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
}
.my-quiz-history .my-section__title .tit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz-history-state {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.quiz-history-state .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  text-align: left;
  max-width: 256px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px) / 2);
          flex: 0 0 calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.quiz-history-state .box em {
  font-style: normal;
}
.quiz-history-state .box .title {
  width: 100%;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.42px;
}
.quiz-history-state .box .title em {
  color: #084fff;
}
.quiz-history-state .box .count {
  width: 100%;
  color: #666;
  font-weight: 500;
  line-height: 1;
}
.quiz-history-state .box .count em {
  letter-spacing: -0.3px;
  margin-right: 2px;
  font-weight: 900;
  color: #000;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  font-size: 24px;
}
.quiz-history-state .box .state {
  width: 100%;
}
.quiz-history-state .box .state .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
  line-height: 1;
}
.quiz-history-state .box .state .label {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
}
.quiz-history-state .box .state .num {
  color: #666;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.12px;
}
.quiz-history-state .box .state .num em {
  font-size: 17px;
  color: #000;
  font-weight: 900;
  letter-spacing: -0.21px;
}
.quiz-history-state .box .state .gauge {
  position: relative;
  height: 16px;
  border-radius: 20px;
  background: #e3f4fe;
}
.quiz-history-state .box .state .gauge__bar {
  left: 0;
  border-radius: inherit;
  background-color: #0d72ff;
  height: 100%;
}

.page--my-zzim .comboBx {
  margin-top: 24px;
  margin-bottom: 20px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled path,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled path {
  fill: #ccc;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
  /*rtl:end:ignore*/
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
  /*rtl:end:ignore*/
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
  /*rtl:end:ignore*/
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
  /*rtl:end:ignore*/
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #ccc;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

/*
    /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/*
    /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled] {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  font-size: 14px;
  background: transparent;
  color: #666;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 245px !important;
  min-width: 245px !important;
  max-width: 245px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  font-size: 14px;
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  outline: 0;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.3) !important;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.3);
  cursor: default;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  cursor: default;
  color: #393939;
}
.flatpickr-day.notAllowed {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
}
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
}
.flatpickr-day.week.selected {
  border-radius: 0;
}
.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: none;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  aspect-ratio: 1;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 101;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M15.6582 17.7539C15.9343 17.4836 16.382 17.4836 16.6581 17.7539L22.1617 23.1428L27.6639 17.7567C27.94 17.4864 28.3877 17.4864 28.6638 17.7567C28.9397 18.027 28.9398 18.4656 28.6638 18.7359L23.1616 24.122L28.5208 29.368C28.7969 29.6383 28.7969 30.0769 28.5208 30.3472C28.2447 30.6174 27.797 30.6175 27.5209 30.3472L22.1617 25.1012L16.8011 30.35C16.525 30.6202 16.0773 30.6202 15.8012 30.35C15.5251 30.0796 15.5251 29.6411 15.8012 29.3708L21.1618 24.122L15.6582 18.7331C15.3822 18.4628 15.3823 18.0242 15.6582 17.7539Z' fill='%23111111'/%3E%3C/svg%3E");
}
.flatpickr-calendar {
  margin-top: 10px;
  right: auto !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto !important;
  padding: 30px 20px 20px;
  -webkit-animation: none !important;
          animation: none !important;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  display: none;
}
.flatpickr-months {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.flatpickr-months span.cur-month {
  margin: 0;
}
.flatpickr-months span.cur-month:hover {
  background: transparent;
}
.flatpickr-months .flatpickr-month {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.flatpickr-months .flatpickr-current-month {
  position: relative;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  min-width: 6.4em;
  left: auto;
  font-size: 21px;
}
.flatpickr-months .flatpickr-prev-month {
  left: 30px !important;
}
.flatpickr-months .flatpickr-next-month {
  right: 30px !important;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  vertical-align: middle;
}
.flatpickr-innerContainer {
  max-width: 245px;
  min-width: 245px;
}
.flatpickr-days {
  width: 100%;
}
.dayContainer {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  font-size: 0;
}

.flatpickr-day {
  width: auto;
  height: auto;
  line-height: 1;
  margin-top: 2px;
  max-width: 35px;
  width: 35px;
  min-width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-day.today {
  color: #393939;
}
.flatpickr-day.today.inRange:before, .flatpickr-day.today.selected:before {
  background-color: #dde0ff;
}
.flatpickr-day.today, .flatpickr-day.today:hover {
  background-color: #4553e7 !important;
  border-radius: 35px !important;
  color: #fff !important;
  font-weight: 500;
  border: 0 !important;
}
.flatpickr-day.today:before, .flatpickr-day.today:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.flatpickr-day.today:hover {
  color: inherit;
}
.flatpickr-day.today:not(.inRange) {
  border: 0;
  color: #fff;
  font-weight: 500;
}
.flatpickr-day.selected {
  background-color: #dde0ff;
  border-color: #dde0ff;
}
.dayContainer:hover .flatpickr-day.nextMonthDay.flatpickr-disabled.inRange, .dayContainer:hover .flatpickr-day.selected, .dayContainer:hover .flatpickr-day.inRange {
  background-color: #dde0ff;
  border-color: #dde0ff;
}

.flatpickr-day:nth-child(7n-6):before, .flatpickr-day:nth-child(7n-6):not(.today) {
  border-radius: 35px 0 0 35px !important;
}
.flatpickr-day:nth-child(7n):before, .flatpickr-day:nth-child(7n):not(.today) {
  border-radius: 0 35px 35px 0 !important;
}

.popup {
  display: none;
  z-index: 400;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 10px;
}
.popup * {
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.popup:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__close {
  margin-left: auto;
  z-index: 500;
  cursor: pointer;
  right: 0;
  width: 36px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3432 23.6569L23.6569 12.3432M12.3431 12.3431L23.6568 23.6568' stroke='%23111111' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.popup__wrap {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  top: 0;
  padding: 6px 10px 30px;
}

#popup--quizPass {
  text-align: center;
  color: #111;
}
#popup--quizPass .popup__wrap {
  max-width: 280px;
}
#popup--quizPass .ico {
  font-size: 34px;
}
#popup--quizPass .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 8px auto;
}
#popup--quizPass .txt {
  font-size: 15px;
}