@charset "UTF-8";
@import '/resources/fonts/pretendard/pretendardvariable.css';
@import '/resources/fonts/gmarket/gmarket.css';
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

div::before, div::after,
p::before,
p::after,
span::before,
span::after,
dl::before,
dl::after,
dt::before,
dt::after,
dd::before,
dd::after,
ol::before,
ol::after,
ul::before,
ul::after,
li::before,
li::after,
button::before,
button::after,
a::before,
a::after,
input::before,
input::after,
i::before,
i::after {
  box-sizing: border-box;
}

input,
button,
a,
textarea {
  box-sizing: border-box;
}

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html,
body {
  height: 100%;
  letter-spacing: -0.01em;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #bbb;
}

body.lock {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

em {
  font-style: normal;
  font-weight: bold;
}

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid;
  margin: 0;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.font-secondary {
  font-weight: 600;
  font-size: 32px;
  color: var(--fc-primary);
}

.font-tertiary {
  font-weight: 600;
  font-size: 24px;
  color: var(--fc-second);
}

:root {
  --primary: #a147ff;
  --secondary: #c9a6ff;
  --third: #FAF7FE;
  --fc-primary: #121212;
  --fc-second: #666;
  --fc-gray: #A8A6AE;
  --pd-side: 40px;
  --header-h: 123px;
  --width: 1500px;
  --ease: cubic-bezier(0, 0.75, 0, 1);
}
@media screen and (max-width: 1024px) {
  :root {
    --header-h: 60px ;
  }
}
/**
 * Swiper 11.1.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.tippy-box[data-theme~=video] {
  color: #666;
  box-shadow: none;
  background-color: transparent;
}
.tippy-box[data-theme~=video][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #f2f1ff;
}
.tippy-box[data-theme~=video][data-placement^=bottom] > .tippy-arrow {
  z-index: 1;
}
.tippy-box[data-theme~=video][data-placement^=bottom] > .tippy-arrow::before {
  background-color: #f2f1ff;
  border: 3px solid var(--primary);
  border-width: 3px 0 0 3px;
  width: 20px;
  height: 20px;
  rotate: 45deg;
  z-index: 1;
  margin-top: -5px;
}
.tippy-box[data-theme~=video][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #f2f1ff;
}
.tippy-box[data-theme~=video][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #f2f1ff;
}
.tippy-box[data-theme~=video] > .tippy-backdrop {
  background-color: #f2f1ff;
}
.tippy-box[data-theme~=video] > .tippy-svg-arrow {
  fill: #f2f1ff;
}
.tippy-box[data-theme~=video] .tippy-content {
  padding: 0;
}

.icon-open {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.icon-open::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/resources/images/icon/icon_next_lg.svg) no-repeat center center/contain;
  transform: rotate(90deg);
  opacity: 0.6;
}

.product-contents.open .icon-open::after {
  transform: rotate(270deg);
}

.icon-monitor {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.icon-monitor::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -4px;
  background: url(/resources/images/icon/icon_monitor.svg) no-repeat left center;
}

.icon-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.icon-play::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -4px;
  background: url(/resources/images/icon/icon_play_w.svg) no-repeat left center;
}

.icon-hamburger {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  border-radius: 2px;
  background-color: currentColor;
  transition: transform 0.2s;
}
.icon-hamburger::before, .icon-hamburger::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
  transition: transform 0.2s;
}
.icon-hamburger::before {
  transform: translate(-50%, calc(-50% - 7px));
}
.icon-hamburger::after {
  transform: translate(-50%, calc(-50% + 7px));
}

@media screen and (max-width: 1024px) {
  .icon-open::after {
    width: 12px;
    height: 12px;
  }
}
.textfield-comm {
  height: 32px;
  padding-left: 8px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
}
.textfield-comm[type=date]::-webkit-calendar-picker-indicator, .textfield-comm[type=month]::-webkit-calendar-picker-indicator {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 30px;
  border-left: 1px solid #ddd;
  background: url(/resources/images/icon/icon_calendar.svg) no-repeat center center;
}

.textarea-comm {
  flex-grow: 1;
  position: relative;
  padding: 15px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}

.select-comm {
  position: relative;
  display: inline-flex;
  height: 32px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
}
.select-comm select {
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 45px;
  background-color: transparent;
}
.select-comm::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  border-left: 1px solid #bbb;
  background: url(/resources/images/icon/icon_arr_down.svg) no-repeat center center/10px;
}

.chk-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.chk-label [type=checkbox],
.chk-label [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 2px;
  background-color: #fff;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.chk-label [type=checkbox]:checked,
.chk-label [type=radio]:checked {
  border-color: transparent;
  background-color: #7B81BF;
  color: #fff;
}
.chk-label [type=checkbox]:checked::after,
.chk-label [type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin-top: -1px;
  border-radius: 1px;
}
.chk-label [type=checkbox]:checked::after,
.chk-label [type=radio]:checked::after {
  color: #fff;
}
.chk-label [type=checkbox]:hover, .chk-label [type=checkbox]:hover + span,
.chk-label [type=radio]:hover,
.chk-label [type=radio]:hover + span {
  cursor: pointer;
}
.chk-label [type=checkbox]:disabled, .chk-label [type=checkbox]:disabled + span,
.chk-label [type=radio]:disabled,
.chk-label [type=radio]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}
.chk-label [type=checkbox]:disabled,
.chk-label [type=radio]:disabled {
  background-color: #f5f5f5;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 4px;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.btn-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #e5ecfc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  color: var(--fc-second);
  font-weight: 600;
}
.btn-outlined.active {
  border-width: 2px;
  border-color: #7b81bf;
}

.btn-chat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 3.3em;
  padding: 0 22px;
  border: 3px solid currentColor;
  border-radius: 12px;
  font-size: 18px;
  color: inherit;
}

.btn-comm,
.btn-contained {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
}
.btn-comm.s--lg,
.btn-contained.s--lg {
  height: 48px;
  padding: 0 18px;
  font-size: 20px;
}

.btn-comm {
  border: 1px solid #a8a6ae;
  color: #666;
}

.btn-contained {
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
}

.tabmenu-root {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 78px 0;
}

.tabmenu-swiper {
  width: 100%;
  display: flex;
  overflow: visible;
}

.tabmenu-menu {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  height: 76px;
}
.tabmenu-menu::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(192, 186, 200, 0.6);
}

.tabmenu-btn {
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 280px;
  padding: 0 25px;
  border: 1px solid rgba(192, 186, 200, 0.6);
  color: var(--fc-second);
  font-weight: 600;
  font-size: 24px;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.tabmenu-btn:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.tabmenu-btn.active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
}
.tabmenu-btn:not(:last-child) {
  margin-right: 4px;
}

.tabmenu-container {
  padding: 30px 0 0;
}

@media screen and (max-width: 1024px) {
  .tabmenu-root {
    padding: 50px 0;
  }
  .tabmenu-menu {
    height: auto;
  }
  .tabmenu-btn {
    height: 2.4em;
    min-width: unset;
    font-size: 16px;
    padding: 0 1em;
  }
}
body {
overflow-x: hidden;
}

.root
{
display: flex;
flex-direction: column;
min-width: 1860px;
min-height: 100%;
color: var(--fc-primary);
}

.portal-header {
  flex-shrink: 0;
  height: var(--header-h);
}

.portal-container {
  position: relative;
  flex-grow: 1;
}

.portal-contarea {
  width: var(--width);
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .portal-header {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .root {
    min-width: 360px;
  }
  .portal-contarea {
    width: calc(100% - 30px);
  }
}
.header-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 40px;
  background-color: #fff;
}

.header-logo {
  position: relative;
  width: 300px;
  height: var(--header-h);
  background: url(/resources/images/logo/logo_header.png) no-repeat center center/90%;
}

.header-nav {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}

.header-menu {
  --pl: 38px;
  display: flex;
  margin-top: 26px;
  font-size: 24px;
  color: #000;
}
.header-menu > .header-item > .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 20px var(--pl);
  font-weight: 600;
}
.header-menu > .header-item.active > .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--pl);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primary);
}

@media screen and (min-width: 1025px) {
  .header-menu {
    max-height: 70px;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    white-space: nowrap;
  }
  .header-menu:hover, .header-menu:has(.header-item .btn:focus) {
    max-height: 500px;
  }
  .header-menu-sub .btn:hover {
    border-bottom-color: var(--secondary);
  }
}
.header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-menu-sub {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: calc(100% - (var(--pl) - 8px) * 2);
  min-width: calc(100% - var(--pl) * 2);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--fc-second);
}
.header-menu-sub .header-item:last-child {
  margin-bottom: 60px;
}
.header-menu-sub .active .btn {
  border-bottom-color: var(--secondary);
}
.header-menu-sub .btn {
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.header-global {
  display: flex;
  align-items: center;
  gap: 5px;
  height: var(--header-h);
  margin-left: auto;
}
.header-global button {
  min-width: 76px;
}

@media screen and (max-width: 1024px) {
  .portal-header.sticky .header-wrap {
    top: -60px;
  }
  .header-wrap {
    z-index: 999;
    position: fixed;
    inset: 0 0 auto 0;
    height: 60px;
    padding: 0 15px;
    transition: top 0.3s;
  }
  .header-logo {
    width: 200px;
    background: url(/resources/images/logo/logo_header_m.png) no-repeat left center/99%;
  }
  .header-nav {
    z-index: 999;
    position: fixed;
    inset: var(--header-h) 0 0;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .header-nav.open {
    transform: translateX(0);
  }
  .header-menu {
    flex-direction: column;
    margin-top: 0;
    overflow-y: scroll;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .header-menu > .header-item:first-child {
    border-top: 0;
  }
  .header-item {
    align-items: stretch;
    border-top: 1px solid #e2e1e6;
  }
  .header-item .header-item {
    border-top: 0;
  }
  .header-item .header-item .btn {
    padding: 5px var(--pl);
  }
  .header-item br {
    display: none;
  }
  .header-menu > .header-item.active > .btn::before {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-menu-sub .active .btn {
    border: 0;
    color: var(--primary);
  }
  .header-menu-sub .header-item:last-child {
    margin-bottom: 30px;
  }
  .header-menu-sub {
    margin-top: 0;
    width: 100%;
    max-width: unset;
    min-width: unset;
    align-items: stretch;
  }
  .header-global {
    margin-top: auto;
    margin-left: 0;
    gap: 10px;
    height: unset;
    padding: 15px;
  }
  .header-global button {
    flex-grow: 1;
    height: 40px;
  }
}
.btn-hamburger {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.btn-hamburger.open .icon-hamburger {
  background-color: transparent;
}
.btn-hamburger.open .icon-hamburger::before {
  transform: translateX(-50%) rotate(45deg);
}
.btn-hamburger.open .icon-hamburger::after {
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (min-width: 1025px) {
  .btn-hamburger {
    display: none;
  }
}
.portal-banner {
  background: linear-gradient(90deg, #624fff 8.03%, #a94afe 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.portal-banner .portal-contarea {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 70px 0 76px;
  background: url(/resources/images/background/bg_footer_banner.png) no-repeat right 160px center;
}

.banner-title {
  font-size: 30px;
}

.banner-sns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-contact {
  font-size: 72px;
  font-weight: 800;
}

.banner-online {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 30px;
}

.portal-footer {
  padding: 50px 0 100px;
  background-color: #000;
  color: #525252;

  font-size: 14px;
  font-weight: 500;

  line-height: 1.6;
}

.footer-content {
  display: flex;
}

.footer-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-left: auto;
}
.footer-sns .item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.footer-info .tit {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

.footer-logo {
  width: 95px;
  opacity: 0.4;
}

.footer-copyrights
{
  display: flex;
  align-items: flex-start;
  margin-top: 21px;
  padding-top: 21px;
  padding-left: 95px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-menu
{
  display: flex;
  gap: 12px;
  margin-left: auto;
  font-weight: 500;
}
.footer-menu
.item {
  padding: 0 6px;
}

.portal-shortcut {
  z-index: 999;
  position: sticky;
  bottom: 0;
}

.shortcut-list {
  position: fixed;
  right: 6px;
  bottom: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 170px;
  background: #fffafa;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px rgba(161, 71, 255, 0.2509803922);
}
.shortcut-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 127px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.shortcut-contact {
  background: linear-gradient(180deg, #f0def8 0%, #dfcefa 100%);
}
.shortcut-contact::before {
  content: "";
  width: 38px;
  height: 40px;
  margin-bottom: 10px;
  background: url(/resources/images/sns/shortcut_tel.png) no-repeat center center/contain;
}

.shortcut-kakao {
  background-color: #fae100;
}
.shortcut-kakao::before {
  content: "";
  width: 41px;
  height: 37px;
  margin-bottom: 10px;
  background: url(/resources/images/sns/shortcut_kakao.png) no-repeat center center/contain;
}

.shortcut-youtube {
  background-color: #ff0403;
}
.shortcut-youtube::before {
  content: "";
  width: 58px;
  height: 60px;
  background: url(/resources/images/sns/shortcut_youtube.png) no-repeat center center/contain;
}

@media screen and (max-width: 1024px) {
  .portal-shortcut {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .portal-banner {
    font-size: 18px;
  }
  .portal-banner .portal-contarea {
    padding: 30px 0;
    background-position: right 10px center;
    background-size: auto 70%;
  }
  .banner-title {
    font-size: 14px;
  }
  .banner-contact {
    font-size: 40px;
  }
  .banner-online {
    margin-top: 20px;
  }
  .btn-chat {
    font-size: 16px;
    height: 3em;
    border-width: 2px;
    text-align: center;
  }
  .btn-chat img {
    width: 22px;
  }
  .portal-footer {
    padding: 20px 0 40px;
    font-size: 12px;
  }
  .footer-content {
    flex-direction: column;
    gap: 10px;
  }
  .footer-sns {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer-copyrights {
    flex-direction: column;
    padding: 20px 0 0;
  }
  .footer-menu {
    flex-wrap: wrap;
    gap: 3px 12px;
    margin-left: -6px;
    margin-top: 10px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 720px) {
  .portal-banner .portal-contarea {
    background: none;
  }
  .banner-online {
    gap: 15px;
  }
  .btn-chat {
    padding: 0 10px;
    font-size: 14px;
    border-width: 1px;
  }
  .banner-sns {
    justify-content: center;
  }
}
.main-section {
  overflow: hidden;
  padding: 100px 0;
}
.main-section.main-section-bg {
  background: linear-gradient(157.06deg, #e5ecfe 6.9%, #f9f3ff 85.13%);
}

.main-section-tit {
  font-size: 48px;
  font-weight: 800;
  word-break: keep-all;
}
.main-section-tit em {
  color: var(--primary);
}

.section-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 123px);

  font-size: 72px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding-top: 20px;
}
.section-banner
.portal-contarea {
  z-index: 1;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.section-banner .section-banner-bg {
  position: absolute;
  inset: 0;
}
.section-banner .section-banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-banner
.tit {
  color: var(--primary);
}
.section-banner small {
  font-size: 0.5em;
}
.section-banner
.link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 88px;
  padding: 0 40px;
  margin-top: 30px;
  border-radius: 88px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 24px;
  color: var(--primary);
}
.section-banner .link .icon {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.section-banner .link .icon::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/static/image/icon/icon_arrow_c.svg)
  no-repeat center center;
}

.main-sub-tit
{
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: 700;
}

.section-about .main-section-tit,
.section-video .main-section-tit,
.section-news .main-section-tit {
  margin-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .main-section {
    padding: 40px 0;
  }
  .main-section-tit {
    font-size: 24px;
  }
  .section-about .main-section-tit,
  .section-video .main-section-tit,
  .section-news .main-section-tit {
    margin-bottom: 30px;
  }
  .section-banner {
    height: auto;
    min-height: unset;
    font-size: 32px;
    padding-left: 30px;
  }
  .section-banner .link {
    height: 50px;
    font-size: 18px;
  }
  .section-banner .link .icon::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .main-sub-tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 720px) {
  .section-banner {
    padding-left: 0;
  }
}
.main-about {
  margin-top: -16px;
}
.main-about.swiper {
  overflow: visible;
}

.main-about-list {
  display: flex;
  padding: 16px 0;
}

.main-about-item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 400px;
  height: 400px;
  padding: 42px 40px;
  background-color: var(--third);
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color 0.3s, box-shadow 0.3s;
  word-break: keep-all;
}
.main-about-item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(161, 71, 255, 0.2);
}
.main-about-item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--primary) url(/resources/images/main/icon_monitor_w.svg) no-repeat center center;
}
.main-about-item .desc {
  line-height: 1.3;
}

.main-about-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--primary);
  font-size: 48px;
}
.main-about-title small {
  font-size: 20px;
}

.main-about-link {
  margin-top: 40px;
  text-align: center;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  height: 66px;
  padding: 0 42px;
  margin: 0 auto;
  border: 3px solid currentColor;
  border-radius: 66px;
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
}
.link-btn .icon {
  display: inline-flex;
  align-items: center;
  gap: 27px;
}
.link-btn .icon::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: currentColor url(/resources/images/icon/icon_down_w.svg) no-repeat center center/16px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1024px) {
  .main-about-item {
    gap: 15px;
    width: 250px;
    height: auto;
    padding: 20px 20px 30px;
    font-size: 16px;
  }
  .main-about-item::before {
    width: 40px;
    height: 40px;
    background-size: 50%;
    margin-bottom: 0;
  }
  .main-about-title {
    font-size: 24px;
  }
  .main-about-title small {
    font-size: 14px;
  }
  .main-about-link {
    margin-top: 15px;
  }
  .link-btn {
    height: 42px;
    font-size: 18px;
    border-width: 2px;
  }
  .link-btn .icon::after {
    width: 22px;
    height: 22px;
    background-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  /* .section-about {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-about .main-about.swiper {
    overflow: visible;
  } */
  .section-about .main-section-tit {
    display: flex;
    flex-direction: column;
  }
}
.section-video .main-sub-tit {
  margin-top: 50px;
}

.main-video-list {
  display: flex;
  gap: 42px;
}

.video-sub-list {
  display: flex;
}

.main-video-item,
.video-sub-item {
  flex-grow: 1;
  height: auto;
  align-self: stretch;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.main-video-item .item-link,
.video-sub-item .item-link {
  position: absolute;
  inset: 0;
  border-radius: 12px;
}
.main-video-item .name,
.video-sub-item .name {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}

.video-sub-item .item-link {
  transition: box-shadow 0.2s;
}
.video-sub-item .item-link:hover {
  box-shadow: inset 0 0 0 3px var(--primary);
}
.video-sub-item .name {
  padding-top: 0;
  color: #555;
}

.main-video-img img,
.video-sub-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-sub-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding: 10px;
}

.main-video-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  
  gap: 10px;
  height: 295px;
  padding: 50px 40px;
  font-size: 40px;
  font-weight: 700;
}
.main-video-img small {
  font-size: inherit;
  font-weight: 500;
}

.main-video-title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 35px 38px;
  font-size: 32px;
  font-weight: 600;
  word-break: keep-all;
}
.main-video-title small {
  font-size: 20px;
}

.main-video-item {
  flex: 1;
  max-width: 33%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.main-video-item
.main-video-img {
  background: #efefef url(/resources/images/main/video_bg.png) no-repeat right -25px top -20px/60%;
}
.main-video-item:first-child .main-video-img {
  color: #023e77;
}
.main-video-item:nth-child(2)
.main-video-img {
  color: #438143;
}
.main-video-item:nth-child(3)
.main-video-img {
  color: #7047a1;
}

.item-link:hover {
  box-shadow: none;
}

.video-nav {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.video-nav-btn {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #a8a6ae url(/resources/images/icon/icon_down_w.svg) no-repeat center center/20px;
  margin: 0 6px;
  transition: background-color 0.2s;
}
.video-nav-btn:hover {
  background-color: #000;
}
.video-nav-btn.prev {
  transform: rotate(90deg);
}
.video-nav-btn.next {
  transform: rotate(-90deg);
}

.video-nav-fraction {
  width: auto;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.video-nav-fraction .swiper-pagination-current {
  color: #000;
}

.video-nav-scrollbar {
  position: relative;
  flex-grow: 1;
  width: 100%;
  height: 2px;
  margin: 0 10px 0 25px;
  background-color: #c0bac8;
}
.video-nav-scrollbar .swiper-scrollbar-drag {
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .main-video-list {
    gap: 20px;
  }
  .main-video-list br.mo {
    display: none;
  }
  .main-video-item {
    max-width: unset;
    height: auto;
  }
  .main-video-item
  .main-video-img {
    height: auto;
    padding: 40px 30px;
    font-size: 28px;
    background-size: auto 100%;
    background-position: right -15px top -15px;
  }
  .main-video-title {
    padding: 25px 30px;
    font-size: 22px;
  }
  .main-video-title small {
    font-size: 16px;
  }
  .video-sub-item .name {
    font-size: 18px;
  }
  .video-nav {
    margin-top: 25px;
  }
  .video-nav-btn {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 720px) {
  .main-video-list {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .main-video-item
  .main-video-img {
    background-size: auto 100%;
    background-position: right center;
  }
}
.section-license {
  overflow: hidden;
}
.section-license .portal-contarea {
  position: relative;
  padding-left: 515px;
}
.section-license .section-titarea {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 515px;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0));
}
.section-license .section-titarea::before {
  content: "";
  position: absolute;
  inset: 0 100% 0 -205px;
  background: #fff;
}
.section-license .section-titarea::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/resources/images/background/bg_main_license.png) no-repeat left bottom;
}
.section-license .section-titarea .main-section-tit {
  position: relative;
}
.section-license .msg {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.main-license.swiper {
  overflow: visible;
}
.main-license.swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s, background-color 0.3s;
}
.main-license.swiper .swiper-slide-active,
.main-license.swiper .swiper-slide-active ~ .swiper-slide {
  opacity: 1;
}
.main-license.swiper .swiper-slide-active {
  background-color: var(--primary);
}

.main-license-desc {
  display: flex;
}

.main-license-item {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 408px;
  height: 565px;
  padding: 30px 33px;
  border-radius: 12px;
  background-color: var(--secondary);
  color: #fff;
  font-size: 18px;
}

.main-license-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 36px;
  font-weight: 700;
}
.main-license-title small {
  font-size: 28px;
}

.main-license-desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-license-desc .tit {
  font-size: 24px;
  font-weight: 500;
}
.main-license-desc .tit small {
  font-size: 14px;
}
.main-license-desc .list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
}
.main-license-desc .list li {
  position: relative;
  counter-increment: number 1;
  padding-left: 1.1em;
}
.main-license-desc .list li::before {
  content: counter(number) ")";
  position: absolute;
  left: 0;
  top: 0;
}

.main-license-links {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-license-links .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 52px;
  border-radius: 52px;
  padding: 0 14px 0 25px;
  background-color: #fff;
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}
.main-license-links .link::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary) url(/resources/images/icon/icon_down_w.svg) no-repeat center center/16px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1024px) {
  .section-license .portal-contarea {
    padding-left: 0;
  }
  .section-license .section-titarea {
    position: relative;
    width: auto;
    background: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-license .section-titarea::before, .section-license .section-titarea::after {
    content: none;
  }
  .main-license-item {
    height: auto;
    width: auto;
    padding: 20px;
  }
  .main-license-title {
    padding: 10px 10px 0;
    font-size: 24px;
  }
  .main-license-title small {
    font-size: 16px;
  }
  .main-license-desc {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .main-license-desc .tit {
    font-size: 18px;
  }
  .main-license-desc .list {
    font-size: 14px;
  }
  .main-license-links {
    margin-top: auto;
  }
  .main-license-links .link {
    font-size: 16px;
    height: 42px;
  }
  .main-license-links .link::after {
    width: 25px;
    height: 25px;
  }
}
.section-news {
  background: url(/resources/images/main/news_bg.png) no-repeat center center/cover;
}
.section-news .portal-contarea {
  position: relative;
}

.main-news {
  width: 905px;
  height: 545px;
  aspect-ratio: 905/545;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #000;
}

.main-news-item {
  color: #fff;
}

.news-nav-btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: transparent;
}
.news-nav-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/resources/images/icon/icon_down_w.svg) no-repeat center center/50px;
  transform: rotate(-90deg);
}
.news-nav-btn:disabled::after {
  opacity: 0.2;
}
.news-nav-btn.prev {
  transform: scaleX(-1);
  left: 90px;
}
.news-nav-btn.next {
  right: 90px;
}

@media screen and (max-width: 1024px) {
  .news-nav-btn {
    width: 36px;
    border: 0;
  }
  .news-nav-btn.prev {
    left: -15px;
  }
  .news-nav-btn.next {
    right: -15px;
  }
  .main-news {
    width: 100%;
    height: auto;
  }
}
.section-notice .portal-contarea {
  display: flex;
}
.section-notice .section-titarea {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-notice .link {
  margin-right: auto;
  padding: 5px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .section-notice .section-contarea {
    width: 1148px;
    margin-left: auto;
  }
}

.main-board-table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #c0bac8;
  border-bottom: 2px solid #ebebeb;
}
.main-board-table th {
  width: 135px;
  height: 123px;
  padding: 0 10px;
  border-bottom: 1px solid #ebebeb;
  font-size: 40px;
  font-weight: 800;
  vertical-align: middle;
  text-align: left;
}
.main-board-table th .date {
  font-size: 14px;
  font-weight: 500;
}
.main-board-table td {
  border-bottom: 1px solid #ebebeb;
  font-size: 30px;
  font-weight: 500;
  vertical-align: middle;
  word-break: keep-all;
}
.main-board-table td a {
  display: block;
  padding: 10px;
  transition: color 0.3s;
}
.main-board-table td a:hover {
  color: var(--primary);
}

.main-board-title {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .section-notice .portal-contarea {
    flex-direction: column;
  }
  .section-notice .section-titarea {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .section-notice .link {
    padding: 0;
    margin-right: -5px;
    font-size: 16px;
  }
  .main-board-table {
    display: flex;
    flex-direction: column;
    border-bottom-width: 1px;
  }
  .main-board-table tbody {
    display: flex;
    flex-direction: column;
  }
  .main-board-table tr {
    display: flex;
    flex-direction: column;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .main-board-table th {
    width: auto;
    height: auto;
    padding: 0;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #555;
  }
  .main-board-table th .date {
    font: inherit;
  }
  .main-board-table th .date::after {
    content: ".";
  }
  .main-board-table th em {
    font-weight: 500;
  }
  .main-board-table td {
    border-bottom: 0;
    font-size: 16px;
  }
  .main-board-table td a {
    padding: 5px 0;
  }
  .main-board-title {
    flex-direction: row-reverse;
  }
}
.sub-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
  background: url(/resources/images/background/bg_banner_sub.png) no-repeat center top/cover;
  font-size: 96px;
  font-weight: 600;
  color: #fff;
}
.sub-banner h2 {
  font: inherit;
}

.sub-section {
  padding: 135px 0;
}

.sub-header {
  display: flex;
  margin-top: 45px;
  align-items: flex-start;
}

.sub-header-title {
  font-size: 40px;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 60px;
}

.sub-header-breadcrumbs {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid rgba(192, 186, 200, 0.6);
  padding-bottom: 7px;
  margin-top: -5px;
  color: var(--fc-gray);
  font-size: 16px;
  font-weight: 600;
}
.sub-header-breadcrumbs > * {
  display: flex;
  align-items: center;
}
.sub-header-breadcrumbs > *:not(:last-child)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 7px 0 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}

.title-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 80px;
  word-break: keep-all;
}
.title-container .subtext {
  font-size: 60px;
  font-weight: 600;
  color: var(--fc-primary);
  line-height: 1.3em;
}

.section-title {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
}

.board-title {
  margin-bottom: 55px;
  font-size: 50px;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
}

.hr-comm {
  border: 0;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 1024px) {
  .board-title {
    font-size: 25px;
  }
  .sub-banner {
    font-size: 32px;
    padding: 0 2em;
    text-align: center;
    height: 4em;
    word-break: keep-all;
  }
  .sub-section {
    padding: 30px 0;
  }
  .sub-header {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 20px;
  }
  .sub-header-breadcrumbs {
    border-bottom: 0;
    font-size: 12px;
  }
  .sub-header-breadcrumbs > *:not(:last-child)::after {
    scale: 0.8;
  }
  .sub-header-title {
    font-size: 20px;
    font-weight: 600;
    padding-right: 50px;
    margin: 20px 0;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .title-container {
    margin-bottom: 20px;
  }
  .title-container .subtext {
    font-size: 30px;
  }
}
.center-image {
  margin-bottom: 65px;
}
.center-image img {
  max-width: 100%;
  border-radius: 16px;
}

.center-message {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6em;
  word-break: keep-all;
}

.center-sign {
  float: right;
  margin-top: 46px;
  font-weight: 600;
}
.center-sign .center-name {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.center-sign .center-name .name {
  font-size: 24px;
  padding-bottom: 4px;
}
.center-sign .position {
  display: block;
  /* padding: 6px 0 0 6px; */
  font-size: 16px;
}

.center-about {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 65px 97px;
  border: 1px solid var(--primary);
  border-radius: 12px;
  color: var(--fc-second);
  font-size: 30px;
  font-weight: 600;
}
.center-about li {
  display: flex;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #c0bac8;
}
.center-about .tit {
  width: 343px;
  font-size: 36px;
  color: var(--primary);
}

.center-instructor {
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
}
.center-instructor .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 57px;
  min-height: 400px;
  padding-left: 130px;
}
.center-instructor .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 474px;
  height: 474px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(133.56deg, #f5e4f4 17.25%, #e1f7ee 87.47%);
}

.center-instructor .item li {
  padding: 4px 0;
}
@media screen and (min-width: 1025px) {
  .center-instructor .item:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 130px;
  }
  .center-instructor .item:nth-child(even)::before {
    left: auto;
    right: 0;
  }
  .center-instructor .item:nth-child(even) .instructor-cont {
    align-items: flex-end;
    text-align: right;
  }
}
.center-instructor .name {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  font-size: 48px;
  color: var(--primary);
  font-weight: 600;
}

.instructor-img {
  width: 30%;
  height: 474px;
}

.instructor-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .center-message {
    font-size: 16px;
  }
  .center-image {
    margin-bottom: 20px;
  }
  .center-sign {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    float: none;
  }
  .center-sign .center-name img {
    width: 80px;
  }
  .center-sign .center-name .name {
    font-size: 18px;
  }
  .center-sign .position {
    width: 200px;
    font-size: 12px;
  }
  .center-about {
    padding: 15px;
    font-size: 14px;
  }
  .center-about li {
    padding: 10px 0;
  }
  .center-about .tit {
    width: auto;
    padding-right: 10px;
    font-size: 18px;
  }
  .center-instructor {
    padding: 0;
    gap: 30px;
  }
  .center-instructor .item {
    gap: 0;
    padding-left: 0;
    min-height: unset;
  }
  .center-instructor .item::before {
    content: none;
  }
  .center-instructor .name {
    font-size: 24px;
  }
  .center-instructor .font-secondary {
    font-size: 16px;
  }
  .center-instructor .font-tertiary {
    font-size: 14px;
  }
  .instructor-cont {
    gap: 6px;
  }
}
.class-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}

.class-list-item {
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(192, 186, 200, 0.6);
  background-color: #f8f8f8;
}

.class-list-thumb {
  flex-shrink: 0;
  aspect-ratio: 400/395;
}
.class-list-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.class-list-body {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--fc-second);
  word-break: keep-all;
}
.class-list-body .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.class-list-body .price {
  padding: 7px 0;
  font-size: 28px;
  color: #ff0403;
}

.class-list-btns {
  position: absolute;
  right: 14px;
  bottom: 30px;
}

.class-list-btn {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url(/resources/images/icon/icon_arrow.svg) no-repeat center center;
}
.class-list-btn::after {
  content: "";
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 41px;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f2f1ff;
  border: 3px solid var(--primary);
  border-width: 3px 0 0 3px;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.class-list-btn[aria-expanded=true]::after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .class-list {
    grid-template-columns: repeat(auto-fill, minmax(160px, auto));
    gap: 20px;
  }
  .class-list-body {
    gap: 6px;
    padding: 20px 20px 15px;
    font-size: 16px;
  }
  .class-list-body .price {
    font-size: 18px;
  }
  .class-list-btns {
    bottom: 15px;
    right: 10px;
  }
  .class-list-btn {
    background-size: 14px;
  }
}
.pagenation-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.pagenation-num,
.pagenation-first,
.pagenation-last,
.pagenation-prev,
.pagenation-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.pagenation-num.active,
.pagenation-first.active,
.pagenation-last.active,
.pagenation-prev.active,
.pagenation-next.active {
  color: #fff;
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.pagenation-first::before,
.pagenation-last::before,
.pagenation-first::after,
.pagenation-last::after,
.pagenation-prev::before,
.pagenation-next::before {
  content: "";
  display: flex;
  justify-content: center;
  width: 4px;
  height: 100%;
  background: url(/resources/images/icon/icon_next.svg) no-repeat center center;
}

.pagenation-first,
.pagenation-prev {
  transform: scaleX(-1);
}

.video-tmp {
  position: fixed;
  inset: 100px 0 auto 0;
}

.popper-video-temp {
  padding: 45px 10px;
  background-color: #f2f1ff;
  border: 3px solid var(--primary);
  border-radius: 12px;
  margin-top: 50px;
  text-align: left;
}

.popper-video-close {
  position: absolute;
  top: 30px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.popper-video-close::after {
  content: "×";
  font-size: 60px;
  font-weight: 200;
}

.popper-video-title {
  color: var(--fc-primary);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 80px;
  padding: 0 35px;
}

.popper-swiper-container {
  position: relative;
  padding: 0 65px;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  text-align: center;
  word-break: keep-all;
}
.video-list > li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.video-list.s--sm {
  grid-template-columns: repeat(8, 1fr);
  gap: 35px;
}
.video-list.s--sm > li {
  gap: 30px;
}
.video-list.s--sm .video-list-title {
  font-size: 18px;
  color: var(--fc-gray);
}
.video-list.s--sm .video-list-thumb {
  width: 100%;
}

.swiper-horizontal .video-list {
  display: flex;
  gap: 0;
}

.video-list-title {
  font-size: 24px;
  color: var(--fc-second);
  font-weight: 600;
}

.video-list-thumb {
  width: 208px;
  aspect-ratio: 208/135;
}
.video-list-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.popper-swiper {
  position: static;
}
.popper-swiper .swiper-prevBtn,
.popper-swiper .swiper-nextBtn {
  top: 36px;
  margin-top: 0;
}

.swiper-prevBtn,
.swiper-nextBtn {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
}
.swiper-prevBtn::after,
.swiper-nextBtn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/resources/images/icon/icon_next_lg.svg) no-repeat center center;
}
.swiper-prevBtn:disabled::after,
.swiper-nextBtn:disabled::after {
  opacity: 0.2;
}

.swiper-prevBtn {
  transform: scaleX(-1);
  right: auto;
  left: 5px;
}

@media screen and (max-width: 1024px) {
  .class-list-btn {
    display: none;
  }
}
.product-info {
  display: flex;
  gap: 80px;
  margin-bottom: 68px;
}

.product-info-thumb {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.product-info-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(192, 186, 200, 0.6);
  height: 520px;
}
.product-info-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .product-info {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .product-info-thumb {
    width: auto;
    gap: 16px;
  }
  .product-info-img {
    height: unset;
  }
}
.product-info-sns {
  position: relative;
  text-align: center;
  padding: 0 35px;
  font-weight: 600;
  color: #666;
}
.product-info-sns .sns-item {
  position: relative;
  display: flex;
  justify-content: center;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ebebeb;
  overflow: hidden;
}
.product-info-sns .sns-item.code {
  gap: 18px;
  border: 1px solid #a8a6ae;
}
.product-info-sns .sns-item.code::after, .product-info-sns .sns-item.code::before {
  content: "";
  width: 11px;
  background: url(/resources/images/icon/icon_next_lg.svg) no-repeat center center/contain;
}
.product-info-sns .sns-item.code::before {
  transform: scaleX(-1);
}
.product-info-sns .sns-item.kakaotalk {
  background: #fae100 url(/resources/images/sns/sns_product_kakaotalk.svg) no-repeat center center;
}
.product-info-sns .sns-item.facebook {
  background: #1877f2 url(/resources/images/sns/sns_product_facebook.svg) no-repeat center bottom;
}
.product-info-sns .sns-item.tiktok {
  background: #010201 url(/resources/images/sns/sns_product_tiktok.svg) no-repeat center center;
}
.product-info-sns .sns-item.youtube {
  background: #ff0401 url(/resources/images/sns/sns_product_youtube.png) no-repeat center center;
}
.product-info-sns .sns-item.email {
  background: #a8a6ae url(/resources/images/sns/sns_product_email.svg) no-repeat center center;
}

.product-sns-list {
  display: flex;
}
.product-sns-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.sns-swiper {
  position: static;
  /* overflow: visible; */
}
.sns-swiper .swiper-prevBtn,
.sns-swiper .swiper-nextBtn {
  margin-top: 0;
  top: 16px;
}

@media screen and (max-width: 1024px) {
  .product-sns-list li {
    align-items: stretch;
    gap: 1em;
    padding: 0 5px;
    width: 60px;
    font-size: 13px;
  }
  .product-sns-list li a {
    display: flex;
    max-width: 90px;
  }
  .product-info-sns {
    padding: 0;
  }
  .product-info-sns .sns-item {
    width: 100%;
    flex: 1 0 auto;
    background-size: 55% !important;
  }
  .product-info-sns .sns-item.code {
    gap: 10px;
  }
  .product-info-sns .sns-item.code::before, .product-info-sns .sns-item.code::after {
    width: 8px;
  }
  .product-info-sns .sns-item.facebook {
    background-size: 45% !important;
  }
  .swiper-prevBtn,
  .swiper-nextBtn {
    display: none;
  }
}
.product-info-url {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 69px;
  padding: 4px;
  border: 2px solid #ebebeb;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 600;
  color: var(--fc-gray);
}
.product-info-url .url {
  padding: 0 33px;
}

.product-url-btn {
  width: 124px;
  height: 100%;
  border-radius: 30px;
  border: 3px solid currentColor;
  font-size: 24px;
  color: var(--primary);
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .product-info-url {
    height: 40px;
    font-size: 14px;
  }
  .product-info-url .url {
    padding: 0 15px;
  }
  .product-url-btn {
    width: 60px;
    border-width: 2px;
    font-size: 14px;
  }
}
.product-info-detail {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.product-info-title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(192, 186, 200, 0.6);
  word-break: keep-all;
}
.product-info-title .title {
  font-size: 36px;
  font-weight: 600;
}

.product-info-desc {
  color: #555;
  font-size: 20px;
  font-weight: 600;
}

.product-desc-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  color: #555;
  font-size: 20px;
  line-height: 1.6;
  word-break: keep-all;
}
.product-desc-list li {
  display: flex;
}
.product-desc-list .name {
  height: 32px;
  padding-right: 15px;
  white-space: nowrap;
  color: #000;
}
.product-desc-list .price {
  height: 32px;
  display: inline-flex;
  align-items: center;
  color: #ff0403;
  font-size: 36px;
}
.product-desc-list .price small {
  margin: 6px 0 0 6px;
  font-size: 20px;
}

.product-info-action {
  display: flex;
  gap: 6px;
}

.product-info-lecturer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 40px 40px 67px;
  margin-top: auto;
  border-radius: 24px;
  background-color: var(--third);
  font-weight: 600;
  font-size: 18px;
}
.product-info-lecturer .name {
  color: var(--primary);
  font-size: 36px;
  font-weight: 600;
}
.product-info-lecturer .name small {
  padding-left: 10px;
}
.product-info-lecturer .desc {
  font-size: 24px;
  color: var(--fc-primary);
}
.product-info-lecturer .list {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  margin-top: 10px;
}
.product-info-lecturer .list li {
  padding: 8px 0;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .product-info-title .title {
    font-size: 24px;
  }
  .product-info-detail {
    gap: 20px;
  }
  .product-desc-list {
    font-size: 16px;
    gap: 20px;
  }
  .product-desc-list .price {
    font-size: 24px;
    margin-top: -3px;
  }
  .product-desc-list .price small {
    font-size: 14px;
  }
  .product-info-action {
    flex-wrap: wrap;
  }
  .product-info-action button {
    width: calc(50% - 3px);
  }
  .product-info-lecturer {
    padding: 20px;
    font-size: 14px;
    gap: 12px;
    border-radius: 12px;
  }
  .product-info-lecturer .name {
    font-size: 24px;
  }
  .product-info-lecturer .desc {
    font-size: unset;
  }
  .product-info-lecturer .list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }
  .product-info-lecturer .list li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 0;
  }
  .product-info-lecturer .list li::before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: currentColor;
  }
}
.product-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 15px;
}

.product-list-item {
  border-radius: 24px;
  border: 1px solid var(--third);
  background-color: var(--third);
  transition: border-color 0.2s;
}
.product-list-item.open {
  border-color: #c9a6ff;
}
.product-list-item.open .product-list-title {
  height: 100px;
}
.product-list-item.open .product-list-btn::after {
  transform: scaleY(-1);
}
.product-list-item.open .product-list-body {
  max-height: 600px;
}
.product-list-item ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-color: transparent;
}

.product-list-title {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 45px;
  transition: height 0.2s;
}
.product-list-title .title {
  font-size: 32px;
  color: #555;
  font-weight: 600;
}

.product-list-btn {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--fc-primary);
}
.product-list-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/resources/images/icon/icon_down_w.svg) no-repeat center center;
  transition: transform 0.2s;
}

.product-list-body {
  padding: 0 45px;
  max-height: 0;
  overflow-y: scroll;
  transition: max-height 0.2s;
}
.product-list-body .video-list {
  margin: 10px 0 25px;
}

.product-area-btn {
  width: 100%;
  height: 92px;
  border: 1px solid #666;
  font-size: 24px;
  font-weight: 600;
  color: #555;
}

.product-contents {
  display: flex;
  flex-direction: column;
  padding: 60px 0 120px;
}
.product-contents.open .product-area {
  max-height: unset;
}

.product-area {
  flex-grow: 1;
  max-height: 600px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .product-list-item {
    border-radius: 12px;
  }
  .product-list-item.open .product-list-title {
    height: 60px;
  }
  .product-list-item.open .product-list-body {
    max-height: 1000px;
  }
  .product-list-title {
    height: 60px;
    padding: 0 20px;
    gap: 10px;
    word-break: keep-all;
  }
  .product-list-title .title {
    font-size: 18px;
  }
  .product-list-btn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .product-list-btn::after {
    background-size: 60%;
  }
  .product-list-body {
    padding: 0 20px;
    overflow: hidden;
  }
  .product-list-body .video-list {
    gap: 25px 20px;
    margin-bottom: 10px;
  }
  .product-list-body .video-list.s--sm {
    grid-template-columns: repeat(auto-fill, minmax(120px, auto));
  }
  .product-list-body .video-list.s--sm > li {
    gap: 10px;
  }
  .product-list-body .video-list.s--sm .video-list-title {
    font-size: 12px;
    font-weight: 500;
  }
  .product-area img {
    max-width: 100%;
  }
  .product-contents {
    padding: 20px 0 0;
  }
  .product-area-btn {
    height: 40px;
    font-size: 14px;
  }
}
.board-list {
  width: 100%;
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
  border-collapse: collapse;
}
.board-list thead th {
  height: 70px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #c2c2c2;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
.board-list tbody td {
  height: 60px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e2e2e2;
}
.board-list td a {
  display: block;
  text-align: left;
  padding: 10px 0 10px 30px;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.2s;
}
.board-list td a:hover {
  color: var(--primary);
}

/* FLOAT */
.fl {float:left}
.fr {float:right}

.dotTitle {position:relative; display:inline-block; padding:0 0 0 20px; transform:rotate(0.15deg)}
.dotTitle:before {content:''; position:absolute; top:14px; left:0; display:block; width:12px; height:12px; border:2px solid #568cf0; border-radius:12px}
.notice-board-page .board-list tr.notice td p{font-family:'nanumB', sans-serif; font-weight: bold;}
.viewControl button {width:90px; height:45px; float:right; font:1.2rem 'nanumR', sans-serif; line-height:1.5rem; letter-spacing:-0.5px; transform:rotate(0.15deg); background: #c9a6ff; border: #c9a6ff; color:#fff; border-radius: 4px;}

.board-page section .dotTitle {margin:0 0 25px 0; font:1.8rem 'nanumB', sans-serif; line-height:2.2rem}
.board-page .boardWrite {position:absolute; bottom:475px; right:230px; width:90px; height:45px; border:none; font:1.2rem 'nanumR', sans-serif; line-height:1.5rem; transform:rotate(0.15deg)}
.board-page .defaultBoardView .viewInfo .title {width:60%}
.board-page .boardViewPasswordPopup .commonPopupContent p {margin:0 0 45px 0; font:1.2rem 'nanumR', sans-serif; line-height:1.8rem; text-align:center; color:#222}
.board-page .boardViewPasswordPopup .commonPopupContent input {width:100%; padding:15px; font:1.5rem sans-serif; line-height:1.5rem; height:45px; border:1px solid #ddd; background:#f5f5f5}
.board-page .boardViewPasswordPopup .commonPopupContent button {width:48%; height:55px; float:left; font:1.1rem 'nanumB', sans-serif; line-height:1.6rem; transform:rotate(0.15deg)}
.board-page .boardViewPasswordPopup .commonPopupContent button.submit {margin:20px 4% 0 0; border:1px solid #c9a6ff; background:#c9a6ff; color:#fff; border-radius: 4px;}
.board-page .boardViewPasswordPopup .commonPopupContent button.cancel {margin:20px 0 0 0; border:1px solid #ddd; background:#fff; color:#222; border-radius: 4px;}
.board-page .button.deleteBtn {margin-left:60px; background: #8f909e; border: 1px solid #8f909e;}
.board-page .button.answerBtn {margin-left:15px; background: #fff; border: 1px solid #ddd; color: #222;}
.board-page .button.board-list {margin-left:15px}
.board-page .deleteComment {margin-top:10px; font:1.1rem 'nanumR', sans-serif; line-height:1.5rem; transform:rotate(0.15deg); float:left; margin-left: 25px;}
@media (max-width: 1024px){
	.board-page section .dotTitle {margin:0 0 15px 0; font:1.1rem 'nanumB', sans-serif; line-height:1.5rem}
	.board-page section .dotTitle:before {left: 4px; top: 10px; width: 9px; height: 9px;}
	.board-page .boardWrite {position:static; width:100%; height:40px; margin:30px 0 0 0; font-size:1rem; line-height:1.3rem}
	.board-page .defaultBoardView .viewControl button:nth-child(2) {margin:10px 0 0 0}
	.board-page .boardViewPasswordPopup .commonPopupContent p {margin:0 0 20px 0; font-size:1.3rem; line-height:1.6rem}
	.board-page .boardViewPasswordPopup .commonPopupContent input {width:100%; padding:10px; font-size:1.3rem; line-height:1.3rem}
	.board-page .boardViewPasswordPopup .commonPopupContent button {width:48%; height:40px; float:left; font-size:1.3rem; line-height:1.3rem}
	.board-page .boardViewPasswordPopup .commonPopupContent button.submit {margin:18px 4% 0 0; border:1px solid #8b95a6; background:#8b95a6; color:#fff}
	.board-page .boardViewPasswordPopup .commonPopupContent button.cancel {margin:18px 0 0 0}
	.board-page .viewControl .fr {width:100%}
	.board-page .viewControl .fr .button {width:100%}
	.board-page .button.deleteBtn {margin-left:0; margin-top:10px;}
	.board-page .button.answerBtn {margin-left:0; margin-top:10px;}
	.board-page .button.board-list {margin-left:0; margin-top:10px;}
	.board-page .deleteComment {font-size: 0.9rem; margin-left: 10px;}
}

.board-list-view {border-top:2px solid #585f6b}
.board-list-view .viewInfo {width:100%; padding:0 45px; background:#f8f8f8; border-bottom:1px solid #ddd}
.board-list-view .viewInfo:after {content:''; display:block; clear:both}
.board-list-view .viewInfo .title {float:left; width:70%; padding:20px 0; font:1.4rem 'nanumR', sans-serif; line-height:2.2rem; letter-spacing:-0.5px; color:#222; transform:rotate(0.15deg)}
.board-list-view .viewInfo .title .answerMark {position:relative; top:-2px; display:inline-block; width:8px; height:8px; margin-right:5px; border-left:1px solid #666; border-bottom:1px solid #666}
.board-list-view .viewInfo .subInfo {float:right; margin:0 30px 0 0; padding:23px 0; font:1.2rem 'nanumR', sans-serif; line-height:1.5rem; letter-spacing:-0.5px; transform:rotate(0.15deg)}
.board-list-view .viewInfo .subInfo2 {margin:0}
.board-list-view .viewInfo .subInfo span {margin:0 0 0 10px; color:#666}
.board-list-view .viewAttachFile {padding:20px 45px; border-bottom:1px solid #ddd}
.board-list-view .viewAttachFile table {width:100%}
.board-list-view .viewAttachFile table th {width:130px; font:1.3rem 'nanumR', sans-serif; line-height:1rem; color:#222; letter-spacing:-0.5px; text-align:left; vertical-align:top; transform:rotate(0.15deg)}
.board-list-view .viewAttachFile table td {width:calc(100% - 130px); text-align:left}
.board-list-view .viewAttachFile table td ul {margin-top:-5px}
.board-list-view .viewAttachFile table td ul:after {content:''; display:block; clear:both}
.board-list-view .viewAttachFile table td ul li {display:inline-block; float:left; margin-right:25px; padding:5px 0; cursor:pointer}
.board-list-view .viewAttachFile table td ul li:after {content:''; display:block; clear:both}
.board-list-view .viewAttachFile table td ul li a {display:block; float:left}
.board-list-view .viewAttachFile table td ul li i {display:block; width:14px; height:18px; float:left; margin-right:10px; background-image:url(./../images/attachIcon.png); background-size:14px 18px}
.board-list-view .viewAttachFile table td ul li span {float:left; font:1.1rem 'nanumR', sans-serif; line-height:1rem; letter-spacing:-0.5px; color:#666; transform:rotate(0.15deg)}
.board-list-view .viewDetail {padding:45px 0; font:1.2rem 'nanumR', sans-serif; line-height:1.5rem; letter-spacing:-0.5px; color:#222; border-bottom:1px solid #ddd; transform:rotate(0.15deg)}
.board-list-view .viewDetail img {max-width:100%}
.board-list-view .viewAnswerDetail {padding:45px; font:1.8rem 'nanumR', sans-serif; line-height:2.4rem; letter-spacing:-0.5px; color:#222; border-bottom:1px solid #ddd; background:#eee; transform:rotate(0.15deg)}
.board-list-view .viewAnswerDetail p {margin-bottom:10px; font:1.5rem 'nanumR', sans-serif; line-height:1.5rem; color:#5f5f5f}
.board-list-view .viewAnswerDetail img {max-width:100%}
.board-list-view .viewOther ul li {padding:20px 0; border-bottom:1px solid #ddd}
.board-list-view .viewOther ul li:after {content:''; display:block; clear:both}
.board-list-view .viewOther ul li > * {float:left; font:1.8rem 'nanumR', sans-serif; line-height:1.8rem; transform:rotate(0.15deg)}
.board-list-view .viewOther ul li > p {width:10%; text-align:center; color:#222}
.board-list-view .viewOther ul li > a {width:90%; overflow:hidden; text-align:left; color:#666; text-overflow:ellipsis; white-space:nowrap}
.board-list-view .viewControl {width:100%; padding:30px 0 0 0}
.board-list-view .viewControl:after {content:''; display:block; clear:both}
.board-list-view .viewControl button {width:90px; height:45px; float:left; font:1.2rem 'nanumR', sans-serif; line-height:1.5rem; letter-spacing:-0.5px; transform:rotate(0.15deg); background: #c9a6ff; border: #c9a6ff; color:#fff; border-radius: 4px;}
@media (max-width: 1024px){
	.board-list thead th {font-size: 15px;}
	.board-list tbody td {font-size: 14px;}
	.board-list td a {font-size: 14px;}
	.board-list-view {border-top:2px solid #585f6b}
	.board-list-view .viewInfo {padding:10px; background:#fff}
	.board-list-view .viewInfo .title {float:left; width:100% !important; padding:0 0 5px 0; font:1rem 'nanumB', sans-serif; line-height:1rem; letter-spacing:-0.5px}
	.board-list-view .viewInfo .subInfo {float:left; margin:0 20px 0 0; padding:0; font:0.9rem 'nanumR', sans-serif; line-height:1.4rem; letter-spacing:-0.5px}
	.board-list-view .viewInfo .subInfo span {margin:0 0 0 5px; color:#666; letter-spacing:-0.5px}
	.board-list-view .viewAttachFile {padding:10px; border-bottom:1px solid #ddd}
	.board-list-view .viewAttachFile table {width:100%}
	.board-list-view .viewAttachFile table th {width:70px; font:1rem 'nanumB', sans-serif; line-height:1.5rem}
	.board-list-view .viewAttachFile table td {width:calc(100% - 70px)}
	.board-list-view .viewAttachFile table td ul {margin-top:-2px}
	.board-list-view .viewAttachFile table td ul li {margin-right:10px; padding:3px 0; margin-top: 5px;}
	.board-list-view .viewAttachFile table td ul li i {width:11px; height:15px; float:left; margin-right:5px; background-size:11px 15px}
	.board-list-view .viewAttachFile table td ul li span {font:0.9rem 'nanumR', sans-serif; line-height:1.5rem; margin-top: -5px;}
	.board-list-view .viewDetail {padding:15px 0; font:1rem 'nanumR', sans-serif; line-height:1.3rem; letter-spacing:-0.5px}
	.board-list-view .viewDetail img {max-width:100%}
	.board-list-view .viewControl {width:100%; padding:30px 0 0 0}
	.board-list-view .viewControl:after {content:''; display:block; clear:both}
	.board-list-view .viewControl button {width:100%; height:40px; font:1rem 'nanumR', sans-serif; line-height:1.3rem}
}
.board-list-view.normal .viewDetail {padding:45px}
@media (max-width: 1024px){
	.notice-board-page .board-list .mobileHide {display: none;}
	.notice-board-page .board-list th:nth-child(1) {width: 20%}
	.notice-board-page .board-list th:nth-child(2) {width: 80%}
	.board-list-view.normal .viewDetail {padding: 15px 10px;}
}

.board-list-view.attach .viewDetail {padding:45px}
.board-list-view.attach .viewAttachList {width:100%; border-bottom:1px solid #ddd}
.board-list-view.attach .viewAttachList th {width:125px; padding:0 0 0 45px; vertical-align:middle}
.board-list-view.attach .viewAttachList th p {padding:20px 0; font:1.5rem 'nanumR', sans-serif; line-height:1.5rem; text-align:left; transform:rotate(0.15deg)}
.board-list-view.attach .viewAttachList .attachList {padding:20px 0}
.board-list-view.attach .viewAttachList .attachList:after {content:''; display:block; clear:both}
.board-list-view.attach .viewAttachList .attachList li {float:left; margin:0 20px 0 0}
.board-list-view.attach .viewAttachList .attachList li a {font:1.5rem 'nanumR', sans-serif; line-height:1.5rem; color:#222; vertical-align:middle; transform:rotate(0.15deg)}
.board-list-view.attach .viewAttachList .attachList li a:before {content:''; position:relative; top:4px; display:inline-block; width:14px; height:18px; margin:0 5px 0 0; background:url('./../images/attachFileIcon.gif') no-repeat}
@media (max-width: 1024px){
	.board-list-view.attach .viewDetail {padding:15px}
	.board-list-view.attach .viewAttachList th {width:auto; padding:0 0 0 15px}
	.board-list-view.attach .viewAttachList th p {padding:12px 0; font-size:1.3rem; line-height:1.3rem}
	.board-list-view.attach .viewAttachList .attachList {padding:12px 0}
	.board-list-view.attach .viewAttachList .attachList li {margin:0 12px 0 0}
	.board-list-view.attach .viewAttachList .attachList li a {font-size:1.3rem; line-height:1.3rem}
	.board-list-view.attach .viewAttachList .attachList li a:before {top:2px; width:11px; height:14px; margin:0 5px 0 0; background:url('./../images/attachFileIcon.gif'); background-size:11px 14px}
}

.defLabelBtn {display:inline-block; background:#8f909e; cursor:pointer}
.defLabelBtn span {display:inline-block; width:100%; padding:12px 10px 13px 10px; font:1.1rem 'nanumB', sans-serif; line-height:1.5rem; text-align:center; color:#fff; letter-spacing:-0.5px; transform:rotate(0.15deg)}
@media (max-width: 1024px){
	.defLabelBtn span {font:0.9rem 'nanumB', sans-serif; line-height:1.2rem}
}

.commonPopupGuard {display:none; position:fixed; top:0; left:0; z-index:15; width:100%; height:100%; background:url('./../images/popupGuard.png') repeat}
.commonPopupGuard.on {display:block}
.commonPopup {display:none; position:fixed; z-index:20; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); width:520px; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);}
.commonPopup.on {display:block}
.commonPopup .commonPopupHeader {width:100%; padding:20px 25px; background:var(--primary)}
.commonPopup .commonPopupHeader p {font:1.5rem 'nanumB', sans-serif; line-height:2.2rem; color:#fff; transform:rotate(0.15deg)}
.commonPopup .commonPopupContent {background:#fff; padding:55px}
.commonPopup .commonPopupContent:after {content:''; display:block; clear:both}
@media (max-width: 1024px){
	.commonPopup {width:90%}
	.commonPopup .commonPopupHeader {padding:15px 20px}
	.commonPopup .commonPopupHeader p {font-size:1.4rem; line-height:1.6rem}
	.commonPopup .commonPopupContent {padding:30px}
}

.mainVisual {width:100%; position:relative}
.mainVisual .area {position:absolute; top:270px; left:0; z-index:6; width:100%}
.mainVisual .area .text {max-width:1080px; margin:0 auto}
.mainVisual .area .text .subTitle {margin:0 0 25px 0; font:1.8rem 'nanumR', sans-serif; line-height:1.6rem; color:#fff}
.mainVisual .area .text .mainTitle {margin:0 0 50px 0; font:5rem 'nanumL', sans-serif; line-height:6.5rem; color:#fff; text-shadow:0 0 15px rgba(0, 0, 0, 0.15)}
.mainVisual .area .text .mainTitle span {font:6rem 'nanumEB', sans-serif; line-height:6rem; color:#fff; text-shadow:0px 3px 10px #02020238}
.mainVisual .area .text button {height:50px; padding:0 50px; font:1.8rem 'nanumB', sans-serif; color:#fff; border:1px solid #d1d2d6; border-radius:50px; background:none}
.mainVisual .visualSlider {position:relative; overflow:hidden}
.mainVisual .visualSlider .swiper-slide img {width:100%}
.mainVisual .visualSlider .pagination {position:absolute; bottom:30px; z-index:6; text-align:center}
.mainVisual .visualSlider .swiper-pagination-bullet {width:12px; height:12px; border:1px solid #fff; background:none}
.mainVisual .visualSlider .swiper-pagination-bullet-active {background:#fff}
.mainVisual .visualSlider .visualControlBtn {position:absolute; top:50%; z-index:10; margin:0; width:40px; height:70px; background-position:center; cursor:pointer}
.mainVisual .visualSlider .visualControlBtn.visualNextBtn {right:50px; background-image:url(./../images/visualArrowRight.png)}
.mainVisual .visualSlider .visualControlBtn.visualPrevBtn {left:50px; background-image:url(./../images/visualArrowLeft.png)}
@media (max-width: 1024px){
	.mainVisual {margin-top:40px}
	.mainVisual .area .text .subTitle {font-size:1.3rem; text-align:center; transform:rotate(0.15deg)}
	.mainVisual .area .text .mainTitle {font-size:3rem; text-align:center; line-height:5rem}
	.mainVisual .area .text .mainTitle span {font-size:5rem}
	.mainVisual .area .text button {display:none}
	.mainVisual .visualSlider .swiper-slide {overflow:hidden}
	.mainVisual .visualSlider .pagination {display:none}
	.mainVisual .visualSlider .visualControlBtn {top:50%; width:10px; height:40px; background-size:10px 40px}
	.mainVisual .visualSlider .visualControlBtn.visualNextBtn {right:15px}
	.mainVisual .visualSlider .visualControlBtn.visualPrevBtn {left:15px}
}

.commonEventPop {position:fixed; z-index:100000; box-shadow:0 0 10px #383838ad; overflow:hidden}
.commonEventPop.hide {display:none}
.commonEventPop .commonEventPopBody {width:360px; padding:30px; background:#fff; font:1rem 'nanumR', sans-serif; line-height:1.5rem; transform:rotate(0.15deg)}
.commonEventPop .commonEventPopBody .title {margin-bottom:15px; font:1rem 'nanumEB', sans-serif; line-height:1rem; text-align:center; transform:rotate(0.15deg)}
.commonEventPop .commonEventPopBody .popUpSlider {position:relative; width:100%; margin:15px auto 0; overflow:hidden}
.commonEventPop .commonEventPopBody .popUpSlider .swiper-wrapper {width:100%}
.commonEventPop .commonEventPopBody .popUpSlider .swiper-wrapper .swiper-slide {cursor:pointer;}
.commonEventPop .commonEventPopBody .popUpSlider .swiper-wrapper .swiper-slide a img{width:300px;}
.commonEventPop .commonEventPopBody .swiper-button-next {height:30px; margin-top:-10px;}
.commonEventPop .commonEventPopBody .swiper-button-prev {height:30px; margin-top:-10px;}
.commonEventPop .commonEventPopBody .swiper-button-next::after,
.commonEventPop .commonEventPopBody .swiper-button-prev::after {
    display: none;
}
.commonEventPop .commonEventPopBody .popUpPagination {text-align: center;}

.commonEventPop > button {width:100%; padding:15px 0; border:none; background:#bfbfbf; color:#000; font:1rem 'nanumB', sans-serif; line-height:1rem; transform:rotate(0.15deg)}

.commonEventPop .not_today_btn{
    width: auto;
    padding: 0;
    font-size: 14px;
    background: none;
    position: absolute;
    bottom: 55px;
    right: 10px;;
}
.commonEventPop .not_today_btn img{
    width: 15px;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 3px;
} 

@media (max-width: 1024px){
	.commonEventPop .commonEventPopBody {font:1rem 'nanumR', sans-serif; line-height:1rem}
	.commonEventPop > button {padding:10px 0; font:1rem 'nanumB', sans-serif; line-height:1rem; cursor:pointer}
	.commonEventPop .not_today_btn{
        bottom: 40px;
    }
}

/* 강좌 샘플 영상 */
.sample-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.sample-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 450px;
    background: #000;
}

.sample-video-container iframe {
    width: 100%;
    height: 100%;
}

.sample-video-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    background: #fff;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .sample-video-container {
        width: 90%;
        height: auto;
        max-height: 60%;
    }

    .sample-video-container iframe {
        height: 100%;
    }

    .sample-video-close-btn {
        top: 10px;
        right: 10px;
        padding: 8px 12px;
        font-size: 14px;
    }
}