@charset "UTF-8";
:root {
  --gutter: 40px;
  --headerHeight: 70px;
  --mv-gap: 40px;
  --list-gap: 40px;
}
@media (max-width: 819.98px) {
  :root {
    --gutter: 20px;
    --headerHeight: 60px;
    --mv-gap: 20px;
  }
}
@media (max-width: 1023.98px) {
  :root {
    --list-gap: 20px;
  }
}
@media (max-width: 359.98px) {
  :root {
    --gutter: 15px;
  }
}

/*! 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;
}

.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);
}

.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: 480px) {
  .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: 768px) {
  .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;
  }
}
@media (min-width: 820px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-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::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

body {
  background-color: #fff;
}

.container {
  max-width: calc(1000px + var(--gutter) * 2);
  padding: 0 var(--gutter);
  width: 100%;
  margin: 0 auto;
  position: relative;
}

main {
  padding-top: var(--headerHeight);
}
@media (max-width: 819.98px) {
  main {
    padding-top: calc(var(--headerHeight));
  }
  html:has(.gnb) main {
    padding-top: calc(var(--headerHeight) + 44px);
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}
@media (max-width: 767.98px) {
  html:has(.gnb) {
    scroll-padding-top: 44px;
  }
}

.header {
  background: #fff;
  z-index: 1000;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
@media (min-width: 820px) {
  .header {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.header > .container {
  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;
}
.header .logo {
  height: var(--headerHeight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  position: relative;
  z-index: 5;
}
@media (min-width: 820px) {
  .header .gnb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header .gnb-list {
  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: 34px;
  font-size: 17px;
  color: #000;
}
.header .gnb .link {
  height: var(--headerHeight);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
}
.header .gnb .link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  display: block;
}
.header .gnb .link.active {
  font-weight: 800;
}
.header .gnb .link.active:after {
  content: "";
}
@media (max-width: 819.98px) {
  .header .gnb {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .gnb-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px;
    overflow: scroll hidden;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .header .gnb-wrap::-webkit-scrollbar {
    display: none;
  }
  .header .gnb:before {
    content: "";
    width: 100%;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .header .gnb-list {
    gap: 0;
    font-size: 15px;
  }
  .header .gnb-item {
    padding: 0 10px;
  }
  .header .gnb .link {
    height: 44px;
  }
  .header .gnb .link:after {
    height: 2px;
  }
}
.header .btn {
  z-index: 10;
  padding: 10px;
  aspect-ratio: 1;
  display: block;
}
.header .btn:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.header .btn--search {
  margin-right: -10px;
}
@media (min-width: 820px) {
  .header .btn--search {
    margin-left: auto;
  }
}
.header .btn--search:before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2092 19.281L17.5319 14.6926C18.4983 13.2637 19.064 11.5529 19.064 9.71371C19.064 4.73035 14.9311 0.676058 9.85113 0.676058C4.77118 0.676058 0.638306 4.73035 0.638306 9.71371C0.638306 14.6971 4.77118 18.7514 9.85113 18.7514C11.7259 18.7514 13.4699 18.1965 14.9265 17.2484L19.6038 21.8368C20.3224 22.5427 21.4906 22.5427 22.2092 21.8368C22.9287 21.131 22.9287 19.9868 22.2092 19.281ZM3.40215 9.71371C3.40215 6.22518 6.29498 3.38735 9.85113 3.38735C13.4073 3.38735 16.3001 6.22518 16.3001 9.71371C16.3001 13.2022 13.4073 16.0401 9.85113 16.0401C6.29498 16.0401 3.40215 13.2022 3.40215 9.71371Z' fill='black'/%3E%3C/svg%3E%0A");
}
.header .btn--nav {
  margin-left: -10px;
}
@media (min-width: 820px) {
  .header .btn--nav {
    margin-right: 10px;
  }
}
.header .btn--nav:before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.32781' x2='22' y2='1.32781' stroke='%23111111' stroke-width='2'/%3E%3Cline y1='8.32781' x2='22' y2='8.32781' stroke='%23111111' stroke-width='2'/%3E%3Cline y1='15.3278' x2='16' y2='15.3278' stroke='%23111111' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.header .btn.active:before {
  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") !important;
}
@media (max-width: 819.98px) {
  .header {
    border-bottom: 1px solid #ddd;
    -webkit-transition: 300ms top;
    transition: 300ms top;
    will-change: top;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    top: 0;
  }
  .header > .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .is_openSearch .header.fix,
  .is_openNav .header.fix {
    top: 0 !important;
  }
  .header.fix:not(.nav-down) {
    top: calc(var(--headerHeight) * -1 - 1px);
  }
  .header .logo img {
    width: 74px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74px;
            flex: 0 0 74px;
  }
}

.dim_ly {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 190;
}
.is_openSearch .dim_ly {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

@media (max-width: 819.98px) {
  html:has(.is_openSearch) .gnb {
    display: none;
  }
}

.is_openSearch .search-layer {
  pointer-events: all;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 400;
  visibility: visible;
}

.search-layer {
  visibility: hidden;
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: none;
  border-top: 1px solid #e1e1e1;
  background-color: #fff;
  top: 0;
  padding-top: var(--headerHeight);
  left: 0;
  right: 0;
  overflow: visible;
  height: auto;
  z-index: 200;
  opacity: 1;
}

.search-layer {
  padding: calc(40px + var(--headerHeight)) 0 40px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 819.98px) {
  .search-layer {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: calc(20px + var(--headerHeight)) 0 35px;
    border-bottom: 1px solid #e1e1e1;
  }
}
.search-layer__wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.sch_form > .input_box {
  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;
  width: 100%;
  height: 39px;
  padding: 0px 6px 0 10px;
  border-bottom: 2px solid #000;
}
.sch_form > .input_box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.0555555556em;
  border: 0;
}
.sch_form > .input_box input[type=text]::-webkit-input-placeholder {
  color: #666;
}
.sch_form > .input_box input[type=text]::placeholder, .sch_form > .input_box input[type=text]::-webkit-input-placeholder, .sch_form > .input_box input[type=text]::-moz-placeholder, .sch_form > .input_box input[type=text]::-ms-input-placeholder {
  color: #666;
}
.sch_form > .input_box .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sch_form > .input_box .remove_val {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: -2px;
  padding: 0 13px;
}
.sch_form > .input_box .remove_val.on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sch_form > .input_box .remove_val > i {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 23px;
  height: 23px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.sch_form > .input_box .remove_val > i:before, .sch_form > .input_box .remove_val > i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -6.5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sch_form > .input_box .remove_val > i:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sch_form > .input_box .remove_val > i:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sch_form > .input_box .btn_ic {
  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;
  width: 30px;
  margin-top: -3px;
}
.sch_form > .input_box .btn_ic > i {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/icon_sec.svg");
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}

/* ==============================
* footer 영역
* ============================== */
/* display:flex 설정 */
footer .ft_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot_nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer > .footer_wrap > .footer_info > .inner_b {
  margin-left: auto;
  margin-right: auto;
}

.footer_wrap > .sitemap_wrap {
  padding-left: 0;
  padding-right: 0;
}

footer > .footer_wrap > .sitemap_wrap {
  padding-top: 57px;
}
footer > .footer_wrap > .sitemap_wrap > .partnership {
  margin-top: 24px;
}

[class*=is_fix_re] footer > .footer_wrap > .ft_service {
  margin-top: 0;
}

footer > .footer_wrap > .footer_info > .inner_b {
  margin-left: auto;
  margin-right: auto;
}
footer .foot_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot_nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot_nav > ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer > .footer_wrap > .footer_info {
  padding: 0px 0;
}
footer > .footer_wrap > .footer_info > .inner_b {
  padding: 30px 0 30px;
}
footer .btn_area {
  display: none;
}
footer .foot_nav {
  padding-top: 6px;
}
footer .foot_nav > ul > li {
  position: relative;
  margin-right: 20px;
  margin-top: 9px;
}
footer .foot_nav > ul > li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  border-right: 1px solid #e0e5e8;
}
footer .office_address > p > span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  border-right: 1px solid #e0e5e8;
}
footer .foot_nav > ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .foot_nav > ul > li:after {
  top: 6px;
  right: -11px;
}
footer .foot_nav > ul > li.pc_only ~ .pc_only {
  margin-right: 0;
}
footer .foot_nav > ul > li.pc_only ~ .pc_only:after {
  content: none !important;
}
footer .foot_nav > ul > li > a {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.69;
}
footer .foot_nav > ul > li > a * {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.69;
}
footer .office_address,
footer .copyright {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.69;
}
footer .office_address *,
footer .copyright * {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.69;
}
footer .foot_nav > ul > li > a > strong {
  color: #333;
  font-weight: 700;
}
footer .foot_nav > ul > li.mobile_only {
  display: none;
}
footer .office_address {
  margin-top: 19px;
  text-align: left !important;
}
footer .office_address > p + p {
  margin-top: 5px;
}
footer .office_address > p > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 19px;
}
footer .office_address > p > span:after {
  top: 5px;
  right: -12px;
}
footer .office_address > p > span:last-child {
  margin-right: 0;
}
footer .office_address > p > span:last-child:after {
  content: none;
}
footer .office_address > p:nth-child(3) {
  display: block;
}
footer .copyright {
  margin-top: 16px;
  color: #111;
  font-weight: 700;
  text-align: left;
}
footer .copyright * {
  color: #111;
  font-weight: 700;
  text-align: left;
}

@media (min-width: 1280px) {
  footer > .footer_wrap > .footer_info > .inner_b {
    max-width: 1200px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  footer {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  footer {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 820px) and (max-width: 1279px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer > .footer_wrap > .sitemap_wrap {
    padding-top: 40px;
  }
}
@media (max-width: 819px) {
  footer > .footer_wrap > .footer_info {
    margin: 0;
    padding: 10px 0 27px;
    border-top: 0 none;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #f2f3f5;
  }
  .footer_info > .inner_b > .foot_nav,
  .footer_info > .inner_b > .office_address,
  .footer_info > .inner_b > .copyright {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ft_service {
    display: none;
  }
  footer .ft_top,
  footer .foot_nav > ul > li.pc_only,
  footer .office_address {
    display: none;
  }
  footer > .footer_wrap > .footer_info > .inner_b {
    padding-top: 0;
    border-top: 0 none;
  }
  footer .foot_nav > ul > li.mobile_only {
    display: block !important;
    margin-right: 0;
  }
  footer .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
  }
  footer .btn_area > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .btn_area > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .btn_area * {
    height: 100%;
  }
  footer .btn_area > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .btn_area > ul > li {
    position: relative;
    width: 25%;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.57;
  }
  footer .btn_area > ul > li * {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.57;
  }
  footer .btn_area > ul > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    border: 1px solid #e0e5e8;
    border-width: 0 1px 0 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .btn_area > ul > li:last-child:after {
    content: none;
  }
  footer .btn_area > ul > li > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    padding: 0 5px;
  }
  footer .foot_nav > ul {
    max-width: 73.5vw;
  }
  footer .foot_nav > ul > li > a {
    font-size: 14px;
    letter-spacing: -1px;
  }
  footer .foot_nav > ul > li > a * {
    font-size: 14px;
    letter-spacing: -1px;
  }
  footer .foot_nav > ul > li:after, footer .foot_nav > ul > li.mobile_only:after {
    left: -10px;
    right: auto;
  }
  footer .foot_nav > ul > li:first-child:after {
    content: none !important;
  }
  footer .foot_nav > ul > li.mobile_only:after {
    content: "";
    position: absolute;
    top: 6px;
    width: 1px;
    height: 12px;
    border-right: 1px solid #e0e5e8;
  }
  footer .foot_nav > ul > li:nth-child(8):after {
    content: none;
  }
  footer .foot_nav .office_open > a {
    position: relative;
    padding: 0 20px 0 0;
  }
  footer .foot_nav .office_open > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin: -3px 0 0 -2px;
    border-width: 0 0 9px 9px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  footer .foot_nav .office_open.on > a:after {
    margin: 4px 0 0 -2px;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
  footer .office_address {
    margin: 0;
    padding-top: 18px;
    text-align: center !important;
  }
  footer .office_address > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-column-gap: 0.8em;
       -moz-column-gap: 0.8em;
            column-gap: 0.8em;
  }
  footer .office_address > p > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
  footer .office_address > p > span:after {
    content: none;
  }
  footer .copyright {
    margin: 18px 0 0 0;
    font-size: 14px;
  }
  footer .copyright * {
    font-size: 14px;
  }
}
@media (min-width: 661px) and (max-width: 700px) {
  footer .foot_nav > ul {
    width: 80vw;
  }
  footer .foot_nav > ul > li.mobile_only:after {
    content: "";
  }
}
@media (max-width: 665px) {
  footer .foot_nav > ul {
    max-width: 100%;
  }
  footer .foot_nav > ul > li:nth-child(8):after {
    content: none;
  }
  footer .foot_nav > ul > li.mobile_only:after {
    content: "";
  }
}
@media (max-width: 640px) {
  footer > .footer_wrap > .footer_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 431px) and (max-width: 540px) {
  footer .foot_nav > ul {
    width: 400px;
  }
  footer .foot_nav > ul > li:nth-child(6):after {
    content: none;
  }
  footer .foot_nav > ul > li:nth-child(8):after {
    content: "";
  }
}
@media (max-width: 430px) {
  footer .foot_nav > ul {
    width: 260px;
  }
  footer .foot_nav > ul > li:nth-child(4):after, footer .foot_nav > ul > li:nth-child(8):after {
    content: none;
  }
  footer .foot_nav > ul > li:nth-child(7):after {
    content: "";
  }
}
@media (max-width: 360px) {
  .stab_contw > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 359px) {
  footer > .footer_wrap > .footer_info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.quick-menu {
  position: fixed;
  bottom: min(20px, var(--gutter));
  right: min(20px, var(--gutter));
  z-index: 100;
  font-size: 0;
}
.quick-menu .btn {
  margin-top: 20px;
  width: 60px;
  aspect-ratio: 1;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
.quick-menu .btn__toggle {
  position: absolute;
  right: calc(100% - 7px);
  bottom: calc(100% - 10px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.quick-menu .btn--top {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.quick-menu .btn--top.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .quick-menu .btn {
    margin-top: 10px;
    width: 48px;
  }
  .quick-menu .btn__toggle {
    right: calc(100% - 9px);
    bottom: calc(100% - 12px);
  }
  .quick-menu .btn__toggle svg {
    width: 90px;
  }
}

.section {
  position: relative;
  padding: 60px 0 70px;
  overflow: hidden;
}
.section--list {
  background: #f3f3f3;
}
.section .section-title {
  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;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.2;
}
.section .section-title .title {
  font-size: 37px;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: -0.0675675676em;
}
.section .section-title .title span {
  display: inline-block;
}
.section .section-title .title .em {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .section {
    padding: 36px 0 42px;
  }
  .section .section-title {
    margin-bottom: 20px;
  }
  .section .section-title .title {
    font-size: 30px;
  }
}
@media (max-width: 479.98px) {
  .section .section-title .title {
    line-height: 1.3;
    font-size: 26px;
  }
}

.play-filter {
  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;
  margin: 20px 0 40px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.play-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  font-size: 16px;
}
.play-filter__list .link {
  padding: 0 1em;
  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;
  lighting-color: 1;
  height: 2.25em;
  border-radius: 20px;
  border: 1px solid #666;
  background: #fff;
  color: #111;
  font-weight: 500;
}
.play-filter__list .link.active {
  color: #fff;
  border-color: #111;
  background-color: #111;
}
@media (max-width: 767.98px) {
  .play-filter {
    margin: 10px 0 20px;
  }
  .play-filter__list {
    font-size: 14px;
    gap: 6px;
  }
}

.chk {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #111;
  font-size: 19px;
  letter-spacing: -0.0526315789em;
  gap: 0.5263157895em;
  line-height: 1.2;
}
.chk input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.chk:before {
  overflow: visible;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.5789473684em;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  content: "";
  background-size: 100% 100%;
  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%3Cg clip-path='url(%23clip0_216_357)'%3E%3Cpath d='M15 29.5C23.0081 29.5 29.5 23.0081 29.5 15C29.5 6.99187 23.0081 0.5 15 0.5C6.99187 0.5 0.5 6.99187 0.5 15C0.5 23.0081 6.99187 29.5 15 29.5Z' fill='white' stroke='%23666666'/%3E%3Cpath d='M21.6667 10L12.5 19.1667L8.33337 15' stroke='%23AEAEAE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_216_357'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.chk:has(input:checked):before {
  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%3Cg clip-path='url(%23clip0_216_357)'%3E%3Cpath d='M15 29.5C23.0081 29.5 29.5 23.0081 29.5 15C29.5 6.99187 23.0081 0.5 15 0.5C6.99187 0.5 0.5 6.99187 0.5 15C0.5 23.0081 6.99187 29.5 15 29.5Z' fill='%23111111' stroke='%23111111'/%3E%3Cpath d='M21.6667 10L12.5 19.1667L8.33337 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_216_357'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .chk {
    font-size: 15px;
  }
}

.mv {
  border-radius: 40px;
  border: 1px solid #111;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0 0 #000;
          box-shadow: 10px 10px 0 0 #000;
  padding: var(--mv-gap) 0;
}
.mv .item {
  padding: 0 var(--mv-gap);
}
.mv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 819.98px) {
  .mv .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mv .wrap .img-bx,
  .mv .wrap .txt-bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .mv .wrap .img-bx {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.mv .img-bx {
  max-width: 495px;
  width: 54.5154185022%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.5154185022%;
          flex: 0 0 54.5154185022%;
  aspect-ratio: 900/472;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: #ddd;
}
.mv .img-bx img {
  aspect-ratio: 900/472;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.mv .txt-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.mv .txt-bx .type {
  font-size: 14px;
  padding: 0.5714285714em 0.8571428571em;
  color: #fff;
  font-weight: 500;
  background-color: #111;
  display: inline-block;
  line-height: 1;
}
.mv .txt-bx .title,
.mv .txt-bx .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;
  max-height: 2.6em;
  word-break: break-all;
}
.mv .txt-bx .title {
  color: #111;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.0555555556em;
  margin: 0.6666666667em auto;
}
.mv .txt-bx .desc {
  margin: 1.2631578947em auto;
  color: #666;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.0526315789em;
}
.mv .txt-bx .enter {
  color: #111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5714285714em 0.8571428571em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #111;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0714285714em;
}
.mv .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
  font-size: 0;
  margin-top: 50px;
}
@media (max-width: 819.98px) {
  .mv .swiper-pagination {
    margin-top: 30px;
  }
}
.mv .swiper-pagination-bullet {
  margin: 0 5px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #bec1c5;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.mv .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #111;
  width: 100%;
  height: 100%;
  -webkit-transition: 5s linear width;
  transition: 5s linear width;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.mv .swiper-pagination-bullet-active {
  width: 40px;
}
.mv .swiper-pagination-bullet-active:after {
  -webkit-animation: mvProgress 3s linear forwards;
          animation: mvProgress 3s linear forwards;
  opacity: 1;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mv {
    border-radius: 24px;
    -webkit-box-shadow: 6px 6px 0 0 #000;
            box-shadow: 6px 6px 0 0 #000;
  }
  .mv .img-bx {
    border-radius: 18px;
  }
  .mv .txt-bx .type {
    font-size: 12px;
  }
  .mv .txt-bx .title {
    font-size: 29px;
  }
  .mv .txt-bx .desc {
    font-size: 16px;
  }
  .mv .txt-bx .enter {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .mv .txt-bx .title {
    font-size: 24px;
  }
}

@-webkit-keyframes mvProgress {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes mvProgress {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.play-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--list-gap);
}
.play-list > .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.play-list > .item--no {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  color: #333;
}
@media (min-width: 480px) {
  .play-list > .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--list-gap)) / 2);
            flex: 0 0 calc((100% - var(--list-gap)) / 2);
    max-width: calc((100% - var(--list-gap)) / 2);
  }
}
.play-list .link {
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.play-list .img-bx {
  aspect-ratio: 900/472;
  background-color: #ddd;
  overflow: hidden;
}
.play-list .img-bx img {
  aspect-ratio: 900/472;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.play-list .txt-bx {
  padding: 26px 20px;
}
.play-list .txt-bx .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 2.6em;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}
@media (max-width: 767.98px) {
  .play-list .link {
    border-radius: 16px;
  }
  .play-list .txt-bx {
    padding: 21px 16px;
  }
  .play-list .txt-bx .title {
    font-size: 20px;
  }
}
@media (max-width: 479.98px) {
  .play-list .txt-bx .title {
    font-size: 18px;
    font-weight: 500;
  }
}

.more-btn {
  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;
  max-width: 300px;
  width: 100%;
  line-height: 1;
  margin: 48px auto 0;
  padding: 20px 12px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 40px;
  border: 1px solid #999;
  background: #fff;
  color: #111;
  font-weight: 500;
}
.more-btn:after {
  content: "";
  aspect-ratio: 1;
  width: 0.875em;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.625V8H1.375C0.822715 8 0.375 7.55228 0.375 7C0.375 6.44772 0.822715 6 1.375 6H6V1.375C6 0.822715 6.44772 0.375 7 0.375C7.55228 0.375 8 0.822715 8 1.375V6H12.625C13.1773 6 13.625 6.44772 13.625 7C13.625 7.55228 13.1773 8 12.625 8H8V12.625C8 13.1773 7.55228 13.625 7 13.625C6.44772 13.625 6 13.1773 6 12.625Z' fill='black'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767.98px) {
  .more-btn {
    font-size: 13px;
    margin: 39px auto 0;
    padding: 16px 10px;
  }
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--list-gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-list .item {
  width: 100%;
}
@media (min-width: 480px) {
  .banner-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--list-gap)) / 2);
            flex: 0 0 calc((100% - var(--list-gap)) / 2);
    max-width: calc((100% - var(--list-gap)) / 2);
  }
}
.banner-list .item--quiz .link {
  background-color: #3d54ea;
}
.banner-list .item--quiz .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7619047619em 0;
  border-radius: 0.7619047619em;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #111;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  gap: 0.4761904762em;
  letter-spacing: -0.0476190476em;
}
.banner-list .item--quiz .btn svg {
  width: 0.9523809524em;
}
.banner-list .item--crossword .link {
  background-color: #191d88;
}
.banner-list .item--crossword .img {
  margin: 0 auto;
  width: 100%;
}
.banner-list .item--crossword .img svg {
  max-width: 120px;
  width: 33%;
  height: auto;
  aspect-ratio: 1;
}
.banner-list .link {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 100%;
  padding: 50px 40px;
}
.banner-list .title {
  width: 100%;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0416666667em;
}
.banner-list .quiz-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-align: left;
  font-weight: 400;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 23px;
  letter-spacing: -0.0434782609em;
}
.banner-list .quiz-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.banner-list .quiz-title:before {
  content: "Q";
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #a7df45;
  line-height: 1;
  font-size: 36px;
  letter-spacing: -0.0138888889em;
  font-weight: 700;
}
.banner-list .btn {
  margin-top: 40px;
  border-radius: 20px;
  background: #0f9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.6666666667em 1.1111111111em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0555555556em;
}
.banner-list .btn svg {
  width: 0.8888888889em;
}
@media (max-width: 767.98px) {
  .banner-list .item--quiz .btn {
    font-size: 19px;
  }
  .banner-list .link {
    padding: 30px 24px;
  }
  .banner-list .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .banner-list .quiz-title {
    font-size: 19px;
  }
  .banner-list .quiz-title:before {
    font-size: 29px;
  }
  .banner-list .btn {
    margin-top: 20px;
    margin-top: 32px;
    font-size: 15px;
  }
}

.section--result {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .section--result {
    padding: 60px 0;
  }
}

.no-result {
  word-break: keep-all;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.no-result__title {
  color: #111;
  font-weight: 600;
  font-size: 36px;
  font-family: "NanumSquareNeo", "Pretendard", sans-serif;
}
.no-result__desc {
  margin-top: 1em;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .no-result__title {
    font-size: 29px;
  }
  .no-result__desc {
    font-size: 15px;
  }
}
@media (max-width: 479.98px) {
  .no-result__title {
    font-size: 24px;
  }
}

@media (hover: hover) {
  .play-list .title .em,
  .mv .title .em {
    display: inline !important;
  }
  .play-list .link:hover .title .em,
  .mv .wrap:hover .title .em {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(69, 83, 231, 0.3)), color-stop(20%, transparent));
    background: linear-gradient(0deg, rgba(69, 83, 231, 0.3) 20%, transparent 20%);
    background-repeat: no-repeat;
  }
}/*# sourceMappingURL=common.css.map */