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,
main,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --clr-schema: light;
  --clr-ui-white: #fff;
  --clr-ui-black: #1a1a1a;
  --clr-ui-main: #3444b3;
  --clr-ui-sub: #0c9de9;
  --clr-ui-dgray: #4f4f4f;
  --clr-ui-bgc: #f2f4f8;
  --clr-ui-text: #1a1a1a;
  --clr-ui-background: #fff;
  --clr-ui-error-background: #f44336;
  --clr-ui-error-text: #fff;
  --clr-ui-success-background: #388e3c;
  --clr-ui-success-text: #fff;
  --clr-ui-surface: #fff;
  --clr-sementic-pink: #fec5fb;
  --clr-sementic-shockingly-pink: #f100cb;
  --clr-sementic-orange: #ff8709;
  --clr-sementic-lilac: #9d95ff;
  --clr-sementic-green: #abff84;
  --clr-sementic-blue: #00bae2;
  --clr-sementic-grey: #808080;
  --clr-box-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --clr-box-shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --clr-box-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --clr-box-shadow-none: 0 0 rgba(0, 0, 0, 0);
  --clr-overlay-white-0dp: rgba(255, 255, 255, 0);
  --clr-overlay-white-1dp: rgba(255, 255, 255, 0.0509803922);
  --clr-overlay-white-2dp: rgba(255, 255, 255, 0.0705882353);
  --clr-overlay-white-3dp: rgba(255, 255, 255, 0.0784313725);
  --clr-overlay-white-4dp: rgba(255, 255, 255, 0.0901960784);
  --clr-overlay-white-6dp: rgba(255, 255, 255, 0.1098039216);
  --clr-overlay-white-8dp: rgba(255, 255, 255, 0.1215686275);
  --clr-overlay-white-12dp: rgba(255, 255, 255, 0.1411764706);
  --clr-overlay-white-16dp: rgba(255, 255, 255, 0.1490196078);
  --clr-overlay-white-24dp: rgba(255, 255, 255, 0.1607843137);
  --clr-overlay-black-0dp: rgba(0, 0, 0, 0);
  --clr-overlay-black-1dp: rgba(0, 0, 0, 0.0509803922);
  --clr-overlay-black-2dp: rgba(0, 0, 0, 0.0705882353);
  --clr-overlay-black-3dp: rgba(0, 0, 0, 0.0784313725);
  --clr-overlay-black-4dp: rgba(0, 0, 0, 0.0901960784);
  --clr-overlay-black-6dp: rgba(0, 0, 0, 0.1098039216);
  --clr-overlay-black-8dp: rgba(0, 0, 0, 0.1215686275);
  --clr-overlay-black-12dp: rgba(0, 0, 0, 0.1411764706);
  --clr-overlay-black-16dp: rgba(0, 0, 0, 0.1490196078);
  --clr-overlay-black-24dp: rgba(0, 0, 0, 0.1607843137);
  --clr-primary-default: #f0f1e9;
  --clr-primary-variant: #4c0013;
  --clr-primary-contrast: #ff99aa;
  --clr-primary-background: linear-gradient(90deg, #120005 0%, #111111 100%);
  --clr-header-background-default: rgba(255, 255, 255, 0.8);
  --clr-header-background-visible: #fff;
  --clr-footer-background-default: #f1f0ee;
  --clr-input-background-default: #ffffff;
  --clr-input-background-disabled: #eeeeee;
  --clr-input-background-hover: #fafafa;
  --clr-input-background-click: #eeeeee;
  --clr-input-border-default: #e0e0e0;
  --clr-input-border-checkbox: #9e9e9e;
  --clr-input-border-disabled: #f5f5f5;
  --clr-input-border-focus: #66001a;
  --clr-input-border-hover: #ff6680;
  --clr-gray-50: #fafafa;
  --clr-gray-100: #f5f5f5;
  --clr-gray-200: #eeeeee;
  --clr-gray-300: #e0e0e0;
  --clr-gray-400: #bdbdbd;
  --clr-gray-500: #9e9e9e;
  --clr-gray-600: #757575;
  --clr-gray-700: #616161;
  --clr-gray-800: #424242;
  --clr-gray-900: #212121;
  --clr-gray-950: #121212;
  --clr-secondary-default: #01a299;
  --clr-secondary-variant: #018786;
  --clr-secondary-contrast: #03dac5;
  --family-ko-heading: Pretendard, sans-serif;
  --family-ko-body: Pretendard, sans-serif;
  --family-en-heading: Pretendard, sans-serif;
  --family-en-body: Pretendard, sans-serif;
  --header-height: 8rem;
  --nav-height: 6rem;
  --gutter-x: 8rem;
  --gutter-y: 2.4rem;
  --background-header: rgba(255, 255, 255, 0.88);
  --transition-header: all 240ms cubic-bezier(0.4, 0, 0.6, 1);
  --z-index-header: 1000rem;
  --transition-swiper: all 0.35s cubic-bezier(0.6, 0, 0.4, 1);
  --transition-button: all 0.32s cubic-bezier(0.6, 0, 0.4, 1);
  --transition-modal: 0.32s 150ms cubic-bezier(0.4, 0, 0.6, 1);
  --z-index-modal: 999.8rem;
  --transition-input: all 0.36s cubic-bezier(0.6, 0, 0.4, 1);
  --z-index-backdrop: 0rem;
  --container-margin: clamp(2.4rem, 6.7313915858vw - 0.1242718447rem, 12.8rem);
  --card-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
@media (max-width: 768px) {
  :root {
    --header-height: 6.4rem;
    --nav-height: 6.4rem;
    --gutter-x: 2rem;
    --gutter-y: 2rem;
  }
}
[data-theme='dark'] {
  --clr-schema: dark;
  --clr-ui-text: #fff;
  --clr-ui-background: #1a1a1a;
  --clr-ui-error-background: #e57373;
  --clr-ui-error-text: #000;
  --clr-ui-surface: #000;
  --clr-primary-default: #ff99aa;
  --clr-primary-variant: #ffccd5;
  --clr-primary-contrast: #f0f1e9;
  --clr-secondary-default: #03dac5;
  --clr-secondary-variant: #01a299;
  --clr-secondary-contrast: #018786;
}
[data-theme='admin-light'] {
  --clr-schema: light;
  --clr-ui-text: #000;
  --clr-ui-background: #fff;
  --clr-ui-error-background: #b00020;
  --clr-ui-error-text: #fff;
  --clr-ui-surface: #f9f9f9;
  --clr-sementic-blue: #0d6efd;
  --clr-sementic-green: #198754;
  --clr-sementic-skyblue: #0dcaf0;
  --clr-sementic-red: #ab2e3c;
  --clr-sementic-yellow: #ffc107;
  --clr-primary-default: #ee7b19;
  --clr-primary-variant: #d66d10;
  --clr-primary-contrast: #f5b893;
  --clr-secondary-default: #189ef0;
  --clr-secondary-variant: #007ed0;
  --clr-secondary-contrast: #92cef6;
}
[data-theme='admin-dark'] {
  --clr-schema: dark;
  --clr-ui-text: #fff;
  --clr-ui-background: #000;
  --clr-ui-error-background: #cf6679;
  --clr-ui-error-text: #000;
  --clr-ui-surface: #212121;
  --clr-primary-default: #f5b893;
  --clr-primary-variant: #f9d3bd;
  --clr-primary-contrast: #d66d10;
  --clr-secondary-default: #92cef6;
  --clr-secondary-variant: #189ef0;
  --clr-secondary-contrast: #007ed0;
}
.clr-schema {
  color: var(--clr-schema);
}
.bg-schema {
  background-color: var(--clr-schema);
}
.clr-ui-white {
  color: var(--clr-ui-white);
}
.bg-ui-white {
  background-color: var(--clr-ui-white);
}
.clr-ui-black {
  color: var(--clr-ui-black);
}
.bg-ui-black {
  background-color: var(--clr-ui-black);
}
.clr-ui-main {
  color: var(--clr-ui-main);
}
.bg-ui-main {
  background-color: var(--clr-ui-main);
}
.clr-ui-sub {
  color: var(--clr-ui-sub);
}
.bg-ui-sub {
  background-color: var(--clr-ui-sub);
}
.clr-ui-dgray {
  color: var(--clr-ui-dgray);
}
.bg-ui-dgray {
  background-color: var(--clr-ui-dgray);
}
.clr-ui-bgc {
  color: var(--clr-ui-bgc);
}
.bg-ui-bgc {
  background-color: var(--clr-ui-bgc);
}
.clr-ui-text {
  color: var(--clr-ui-text);
}
.bg-ui-text {
  background-color: var(--clr-ui-text);
}
.clr-ui-background {
  color: var(--clr-ui-background);
}
.bg-ui-background {
  background-color: var(--clr-ui-background);
}
.clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
.bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
.clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
.bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
.clr-ui-success-background {
  color: var(--clr-ui-success-background);
}
.bg-ui-success-background {
  background-color: var(--clr-ui-success-background);
}
.clr-ui-success-text {
  color: var(--clr-ui-success-text);
}
.bg-ui-success-text {
  background-color: var(--clr-ui-success-text);
}
.clr-ui-surface {
  color: var(--clr-ui-surface);
}
.bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
.clr-sementic-pink {
  color: var(--clr-sementic-pink);
}
.bg-sementic-pink {
  background-color: var(--clr-sementic-pink);
}
.clr-sementic-shockingly-pink {
  color: var(--clr-sementic-shockingly-pink);
}
.bg-sementic-shockingly-pink {
  background-color: var(--clr-sementic-shockingly-pink);
}
.clr-sementic-orange {
  color: var(--clr-sementic-orange);
}
.bg-sementic-orange {
  background-color: var(--clr-sementic-orange);
}
.clr-sementic-lilac {
  color: var(--clr-sementic-lilac);
}
.bg-sementic-lilac {
  background-color: var(--clr-sementic-lilac);
}
.clr-sementic-green {
  color: var(--clr-sementic-green);
}
.bg-sementic-green {
  background-color: var(--clr-sementic-green);
}
.clr-sementic-blue {
  color: var(--clr-sementic-blue);
}
.bg-sementic-blue {
  background-color: var(--clr-sementic-blue);
}
.clr-sementic-grey {
  color: var(--clr-sementic-grey);
}
.bg-sementic-grey {
  background-color: var(--clr-sementic-grey);
}
.clr-box-shadow-sm {
  color: var(--clr-box-shadow-sm);
}
.bg-box-shadow-sm {
  background-color: var(--clr-box-shadow-sm);
}
.clr-box-shadow-default {
  color: var(--clr-box-shadow-default);
}
.bg-box-shadow-default {
  background-color: var(--clr-box-shadow-default);
}
.clr-box-shadow-md {
  color: var(--clr-box-shadow-md);
}
.bg-box-shadow-md {
  background-color: var(--clr-box-shadow-md);
}
.clr-box-shadow-lg {
  color: var(--clr-box-shadow-lg);
}
.bg-box-shadow-lg {
  background-color: var(--clr-box-shadow-lg);
}
.clr-box-shadow-xl {
  color: var(--clr-box-shadow-xl);
}
.bg-box-shadow-xl {
  background-color: var(--clr-box-shadow-xl);
}
.clr-box-shadow-2xl {
  color: var(--clr-box-shadow-2xl);
}
.bg-box-shadow-2xl {
  background-color: var(--clr-box-shadow-2xl);
}
.clr-box-shadow-inner {
  color: var(--clr-box-shadow-inner);
}
.bg-box-shadow-inner {
  background-color: var(--clr-box-shadow-inner);
}
.clr-box-shadow-none {
  color: var(--clr-box-shadow-none);
}
.bg-box-shadow-none {
  background-color: var(--clr-box-shadow-none);
}
.clr-overlay-white-0dp {
  color: var(--clr-overlay-white-0dp);
}
.bg-overlay-white-0dp {
  background-color: var(--clr-overlay-white-0dp);
}
.clr-overlay-white-1dp {
  color: var(--clr-overlay-white-1dp);
}
.bg-overlay-white-1dp {
  background-color: var(--clr-overlay-white-1dp);
}
.clr-overlay-white-2dp {
  color: var(--clr-overlay-white-2dp);
}
.bg-overlay-white-2dp {
  background-color: var(--clr-overlay-white-2dp);
}
.clr-overlay-white-3dp {
  color: var(--clr-overlay-white-3dp);
}
.bg-overlay-white-3dp {
  background-color: var(--clr-overlay-white-3dp);
}
.clr-overlay-white-4dp {
  color: var(--clr-overlay-white-4dp);
}
.bg-overlay-white-4dp {
  background-color: var(--clr-overlay-white-4dp);
}
.clr-overlay-white-6dp {
  color: var(--clr-overlay-white-6dp);
}
.bg-overlay-white-6dp {
  background-color: var(--clr-overlay-white-6dp);
}
.clr-overlay-white-8dp {
  color: var(--clr-overlay-white-8dp);
}
.bg-overlay-white-8dp {
  background-color: var(--clr-overlay-white-8dp);
}
.clr-overlay-white-12dp {
  color: var(--clr-overlay-white-12dp);
}
.bg-overlay-white-12dp {
  background-color: var(--clr-overlay-white-12dp);
}
.clr-overlay-white-16dp {
  color: var(--clr-overlay-white-16dp);
}
.bg-overlay-white-16dp {
  background-color: var(--clr-overlay-white-16dp);
}
.clr-overlay-white-24dp {
  color: var(--clr-overlay-white-24dp);
}
.bg-overlay-white-24dp {
  background-color: var(--clr-overlay-white-24dp);
}
.clr-overlay-black-0dp {
  color: var(--clr-overlay-black-0dp);
}
.bg-overlay-black-0dp {
  background-color: var(--clr-overlay-black-0dp);
}
.clr-overlay-black-1dp {
  color: var(--clr-overlay-black-1dp);
}
.bg-overlay-black-1dp {
  background-color: var(--clr-overlay-black-1dp);
}
.clr-overlay-black-2dp {
  color: var(--clr-overlay-black-2dp);
}
.bg-overlay-black-2dp {
  background-color: var(--clr-overlay-black-2dp);
}
.clr-overlay-black-3dp {
  color: var(--clr-overlay-black-3dp);
}
.bg-overlay-black-3dp {
  background-color: var(--clr-overlay-black-3dp);
}
.clr-overlay-black-4dp {
  color: var(--clr-overlay-black-4dp);
}
.bg-overlay-black-4dp {
  background-color: var(--clr-overlay-black-4dp);
}
.clr-overlay-black-6dp {
  color: var(--clr-overlay-black-6dp);
}
.bg-overlay-black-6dp {
  background-color: var(--clr-overlay-black-6dp);
}
.clr-overlay-black-8dp {
  color: var(--clr-overlay-black-8dp);
}
.bg-overlay-black-8dp {
  background-color: var(--clr-overlay-black-8dp);
}
.clr-overlay-black-12dp {
  color: var(--clr-overlay-black-12dp);
}
.bg-overlay-black-12dp {
  background-color: var(--clr-overlay-black-12dp);
}
.clr-overlay-black-16dp {
  color: var(--clr-overlay-black-16dp);
}
.bg-overlay-black-16dp {
  background-color: var(--clr-overlay-black-16dp);
}
.clr-overlay-black-24dp {
  color: var(--clr-overlay-black-24dp);
}
.bg-overlay-black-24dp {
  background-color: var(--clr-overlay-black-24dp);
}
.clr-primary-default {
  color: var(--clr-primary-default);
}
.bg-primary-default {
  background-color: var(--clr-primary-default);
}
.clr-primary-variant {
  color: var(--clr-primary-variant);
}
.bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
.clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
.bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
.clr-primary-background {
  color: var(--clr-primary-background);
}
.bg-primary-background {
  background-color: var(--clr-primary-background);
}
.clr-header-background-default {
  color: var(--clr-header-background-default);
}
.bg-header-background-default {
  background-color: var(--clr-header-background-default);
}
.clr-header-background-visible {
  color: var(--clr-header-background-visible);
}
.bg-header-background-visible {
  background-color: var(--clr-header-background-visible);
}
.clr-footer-background-default {
  color: var(--clr-footer-background-default);
}
.bg-footer-background-default {
  background-color: var(--clr-footer-background-default);
}
.clr-input-background-default {
  color: var(--clr-input-background-default);
}
.bg-input-background-default {
  background-color: var(--clr-input-background-default);
}
.clr-input-background-disabled {
  color: var(--clr-input-background-disabled);
}
.bg-input-background-disabled {
  background-color: var(--clr-input-background-disabled);
}
.clr-input-background-hover {
  color: var(--clr-input-background-hover);
}
.bg-input-background-hover {
  background-color: var(--clr-input-background-hover);
}
.clr-input-background-click {
  color: var(--clr-input-background-click);
}
.bg-input-background-click {
  background-color: var(--clr-input-background-click);
}
.clr-input-border-default {
  color: var(--clr-input-border-default);
}
.bg-input-border-default {
  background-color: var(--clr-input-border-default);
}
.clr-input-border-checkbox {
  color: var(--clr-input-border-checkbox);
}
.bg-input-border-checkbox {
  background-color: var(--clr-input-border-checkbox);
}
.clr-input-border-disabled {
  color: var(--clr-input-border-disabled);
}
.bg-input-border-disabled {
  background-color: var(--clr-input-border-disabled);
}
.clr-input-border-focus {
  color: var(--clr-input-border-focus);
}
.bg-input-border-focus {
  background-color: var(--clr-input-border-focus);
}
.clr-input-border-hover {
  color: var(--clr-input-border-hover);
}
.bg-input-border-hover {
  background-color: var(--clr-input-border-hover);
}
.clr-gray-50 {
  color: var(--clr-gray-50);
}
.bg-gray-50 {
  background-color: var(--clr-gray-50);
}
.clr-gray-100 {
  color: var(--clr-gray-100);
}
.bg-gray-100 {
  background-color: var(--clr-gray-100);
}
.clr-gray-200 {
  color: var(--clr-gray-200);
}
.bg-gray-200 {
  background-color: var(--clr-gray-200);
}
.clr-gray-300 {
  color: var(--clr-gray-300);
}
.bg-gray-300 {
  background-color: var(--clr-gray-300);
}
.clr-gray-400 {
  color: var(--clr-gray-400);
}
.bg-gray-400 {
  background-color: var(--clr-gray-400);
}
.clr-gray-500 {
  color: var(--clr-gray-500);
}
.bg-gray-500 {
  background-color: var(--clr-gray-500);
}
.clr-gray-600 {
  color: var(--clr-gray-600);
}
.bg-gray-600 {
  background-color: var(--clr-gray-600);
}
.clr-gray-700 {
  color: var(--clr-gray-700);
}
.bg-gray-700 {
  background-color: var(--clr-gray-700);
}
.clr-gray-800 {
  color: var(--clr-gray-800);
}
.bg-gray-800 {
  background-color: var(--clr-gray-800);
}
.clr-gray-900 {
  color: var(--clr-gray-900);
}
.bg-gray-900 {
  background-color: var(--clr-gray-900);
}
.clr-gray-950 {
  color: var(--clr-gray-950);
}
.bg-gray-950 {
  background-color: var(--clr-gray-950);
}
.clr-secondary-default {
  color: var(--clr-secondary-default);
}
.bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
.clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
.bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
.clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
.bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
[data-theme='dark'] .clr-schema {
  color: var(--clr-schema);
}
[data-theme='dark'] .bg-schema {
  background-color: var(--clr-schema);
}
[data-theme='dark'] .clr-ui-text {
  color: var(--clr-ui-text);
}
[data-theme='dark'] .bg-ui-text {
  background-color: var(--clr-ui-text);
}
[data-theme='dark'] .clr-ui-background {
  color: var(--clr-ui-background);
}
[data-theme='dark'] .bg-ui-background {
  background-color: var(--clr-ui-background);
}
[data-theme='dark'] .clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
[data-theme='dark'] .bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
[data-theme='dark'] .clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
[data-theme='dark'] .bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
[data-theme='dark'] .clr-ui-surface {
  color: var(--clr-ui-surface);
}
[data-theme='dark'] .bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
[data-theme='dark'] .clr-primary-default {
  color: var(--clr-primary-default);
}
[data-theme='dark'] .bg-primary-default {
  background-color: var(--clr-primary-default);
}
[data-theme='dark'] .clr-primary-variant {
  color: var(--clr-primary-variant);
}
[data-theme='dark'] .bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
[data-theme='dark'] .clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
[data-theme='dark'] .bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
[data-theme='dark'] .clr-secondary-default {
  color: var(--clr-secondary-default);
}
[data-theme='dark'] .bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
[data-theme='dark'] .clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
[data-theme='dark'] .bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
[data-theme='dark'] .clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
[data-theme='dark'] .bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
[data-theme='admin-light'] .clr-schema {
  color: var(--clr-schema);
}
[data-theme='admin-light'] .bg-schema {
  background-color: var(--clr-schema);
}
[data-theme='admin-light'] .clr-ui-text {
  color: var(--clr-ui-text);
}
[data-theme='admin-light'] .bg-ui-text {
  background-color: var(--clr-ui-text);
}
[data-theme='admin-light'] .clr-ui-background {
  color: var(--clr-ui-background);
}
[data-theme='admin-light'] .bg-ui-background {
  background-color: var(--clr-ui-background);
}
[data-theme='admin-light'] .clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
[data-theme='admin-light'] .bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
[data-theme='admin-light'] .clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
[data-theme='admin-light'] .bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
[data-theme='admin-light'] .clr-ui-surface {
  color: var(--clr-ui-surface);
}
[data-theme='admin-light'] .bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
[data-theme='admin-light'] .clr-sementic-blue {
  color: var(--clr-sementic-blue);
}
[data-theme='admin-light'] .bg-sementic-blue {
  background-color: var(--clr-sementic-blue);
}
[data-theme='admin-light'] .clr-sementic-green {
  color: var(--clr-sementic-green);
}
[data-theme='admin-light'] .bg-sementic-green {
  background-color: var(--clr-sementic-green);
}
[data-theme='admin-light'] .clr-sementic-skyblue {
  color: var(--clr-sementic-skyblue);
}
[data-theme='admin-light'] .bg-sementic-skyblue {
  background-color: var(--clr-sementic-skyblue);
}
[data-theme='admin-light'] .clr-sementic-red {
  color: var(--clr-sementic-red);
}
[data-theme='admin-light'] .bg-sementic-red {
  background-color: var(--clr-sementic-red);
}
[data-theme='admin-light'] .clr-sementic-yellow {
  color: var(--clr-sementic-yellow);
}
[data-theme='admin-light'] .bg-sementic-yellow {
  background-color: var(--clr-sementic-yellow);
}
[data-theme='admin-light'] .clr-primary-default {
  color: var(--clr-primary-default);
}
[data-theme='admin-light'] .bg-primary-default {
  background-color: var(--clr-primary-default);
}
[data-theme='admin-light'] .clr-primary-variant {
  color: var(--clr-primary-variant);
}
[data-theme='admin-light'] .bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
[data-theme='admin-light'] .clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
[data-theme='admin-light'] .bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
[data-theme='admin-light'] .clr-secondary-default {
  color: var(--clr-secondary-default);
}
[data-theme='admin-light'] .bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
[data-theme='admin-light'] .clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
[data-theme='admin-light'] .bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
[data-theme='admin-light'] .clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
[data-theme='admin-light'] .bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
[data-theme='admin-dark'] .clr-schema {
  color: var(--clr-schema);
}
[data-theme='admin-dark'] .bg-schema {
  background-color: var(--clr-schema);
}
[data-theme='admin-dark'] .clr-ui-text {
  color: var(--clr-ui-text);
}
[data-theme='admin-dark'] .bg-ui-text {
  background-color: var(--clr-ui-text);
}
[data-theme='admin-dark'] .clr-ui-background {
  color: var(--clr-ui-background);
}
[data-theme='admin-dark'] .bg-ui-background {
  background-color: var(--clr-ui-background);
}
[data-theme='admin-dark'] .clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
[data-theme='admin-dark'] .bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
[data-theme='admin-dark'] .clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
[data-theme='admin-dark'] .bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
[data-theme='admin-dark'] .clr-ui-surface {
  color: var(--clr-ui-surface);
}
[data-theme='admin-dark'] .bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
[data-theme='admin-dark'] .clr-primary-default {
  color: var(--clr-primary-default);
}
[data-theme='admin-dark'] .bg-primary-default {
  background-color: var(--clr-primary-default);
}
[data-theme='admin-dark'] .clr-primary-variant {
  color: var(--clr-primary-variant);
}
[data-theme='admin-dark'] .bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
[data-theme='admin-dark'] .clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
[data-theme='admin-dark'] .bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
[data-theme='admin-dark'] .clr-secondary-default {
  color: var(--clr-secondary-default);
}
[data-theme='admin-dark'] .bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
[data-theme='admin-dark'] .clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
[data-theme='admin-dark'] .bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
[data-theme='admin-dark'] .clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
[data-theme='admin-dark'] .bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
.no-heading-1 {
  font-size: clamp(4.2rem, 2.5889967638vw + 3.2291262136rem, 8.2rem);
  line-height: 1.31;
  font-weight: 500;
}
.no-heading-2 {
  font-size: clamp(3.8rem, 1.6828478964vw + 3.1689320388rem, 6.4rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-3 {
  font-size: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-4 {
  font-size: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-5 {
  font-size: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  font-weight: 700;
}
.no-heading-6 {
  font-size: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
  font-weight: 600;
}
.no-heading-7 {
  font-size: clamp(2.2rem, 0.6472491909vw + 1.9572815534rem, 3.2rem);
  font-weight: 600;
}
.no-heading-8 {
  font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  font-weight: 600;
}
.no-heading-9 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  font-weight: 600;
}
.no-body-1 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  line-height: 1.31;
  font-weight: 500;
}
.no-body-2 {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 400;
}
.no-body-3 {
  font-size: clamp(1.4rem, 0.1941747573vw + 1.327184466rem, 1.7rem);
  font-weight: 400;
}
.no-body-4 {
  font-size: clamp(1.5rem, 0.0647249191vw + 1.4757281553rem, 1.6rem);
  font-weight: 400;
}
.no-body-5 {
  font-size: clamp(1.3rem, 0.0647249191vw + 1.2757281553rem, 1.4rem);
  font-weight: 400;
}
.no-body-6 {
  font-size: clamp(1.1rem, 0.0647249191vw + 1.0757281553rem, 1.2rem);
  font-weight: 400;
}
.no-body-7 {
  font-size: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
  font-weight: 400;
}
.no-display-1 {
  font-size: clamp(20rem, 5.6957928803vw + 17.8640776699rem, 28.8rem);
  line-height: 1;
  font-weight: 700;
}
.no-display-2 {
  font-size: clamp(12.8rem, 4.6601941748vw + 11.0524271845rem, 20rem);
  line-height: 1;
  font-weight: 700;
}
.no-display-3 {
  font-size: clamp(4rem, 5.6957928803vw + 1.8640776699rem, 12.8rem);
  line-height: 1;
  font-weight: 700;
}
.no-display-4 {
  font-size: clamp(2.4rem, 4.142394822vw + 0.8466019417rem, 8.8rem);
  line-height: 1;
  font-weight: 700;
}
.no-section-xl {
  padding-top: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
  padding-bottom: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--top {
  padding-top: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--bottom {
  padding-bottom: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--left {
  padding-left: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--right {
  padding-right: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-lg {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--top {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--bottom {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--left {
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--right {
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-md {
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
  padding-bottom: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--top {
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--bottom {
  padding-bottom: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--left {
  padding-left: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--right {
  padding-right: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-sm {
  padding-top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  padding-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--top {
  padding-top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--bottom {
  padding-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--left {
  padding-left: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--right {
  padding-right: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-pd-0 {
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--top {
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--bottom {
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--left {
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--right {
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--tb {
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-4 {
  padding-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--top {
  padding-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--bottom {
  padding-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--left {
  padding-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--right {
  padding-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--tb {
  padding-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-6 {
  padding-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--top {
  padding-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--bottom {
  padding-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--left {
  padding-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--right {
  padding-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--tb {
  padding-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-8 {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--top {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--bottom {
  padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--left {
  padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--right {
  padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--tb {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-10 {
  padding-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--top {
  padding-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--bottom {
  padding-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--left {
  padding-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--right {
  padding-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--tb {
  padding-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-12 {
  padding-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--top {
  padding-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--bottom {
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--left {
  padding-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--right {
  padding-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--tb {
  padding-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-16 {
  padding-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--top {
  padding-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--bottom {
  padding-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--left {
  padding-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--right {
  padding-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--tb {
  padding-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-20 {
  padding-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--top {
  padding-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--bottom {
  padding-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--left {
  padding-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--right {
  padding-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--tb {
  padding-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-24 {
  padding-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--top {
  padding-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--bottom {
  padding-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--left {
  padding-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--right {
  padding-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--tb {
  padding-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-30 {
  padding-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--top {
  padding-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--bottom {
  padding-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--left {
  padding-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--right {
  padding-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--tb {
  padding-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-32 {
  padding-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--top {
  padding-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--bottom {
  padding-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--left {
  padding-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--right {
  padding-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--tb {
  padding-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-34 {
  padding-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--top {
  padding-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--bottom {
  padding-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--left {
  padding-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--right {
  padding-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--tb {
  padding-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-38 {
  padding-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--top {
  padding-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--bottom {
  padding-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--left {
  padding-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--right {
  padding-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--tb {
  padding-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-40 {
  padding-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--top {
  padding-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--bottom {
  padding-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--left {
  padding-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--right {
  padding-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--tb {
  padding-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-48 {
  padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--top {
  padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--bottom {
  padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--left {
  padding-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--right {
  padding-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--tb {
  padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-56 {
  padding-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--top {
  padding-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--bottom {
  padding-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--left {
  padding-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--right {
  padding-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--tb {
  padding-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-60 {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--top {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--bottom {
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--left {
  padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--right {
  padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--tb {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-64 {
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--top {
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--bottom {
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--left {
  padding-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--right {
  padding-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--tb {
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-80 {
  padding-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--top {
  padding-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--bottom {
  padding-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--left {
  padding-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--right {
  padding-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--tb {
  padding-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-108 {
  padding-top: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
  padding-bottom: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
  padding-left: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
  padding-right: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-pd-108--top {
  padding-top: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-pd-108--bottom {
  padding-bottom: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-pd-108--left {
  padding-left: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-pd-108--right {
  padding-right: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-pd-108--tb {
  padding-top: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
  padding-bottom: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-pd-120 {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--top {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--bottom {
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--left {
  padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--right {
  padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--tb {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-128 {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--top {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--bottom {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--left {
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--right {
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--tb {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-143 {
  padding-top: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
  padding-bottom: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
  padding-left: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
  padding-right: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-pd-143--top {
  padding-top: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-pd-143--bottom {
  padding-bottom: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-pd-143--left {
  padding-left: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-pd-143--right {
  padding-right: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-pd-143--tb {
  padding-top: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
  padding-bottom: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-mg-0 {
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--top {
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--bottom {
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--left {
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--right {
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-4 {
  margin-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  margin-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  margin-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  margin-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--top {
  margin-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--bottom {
  margin-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--left {
  margin-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--right {
  margin-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-6 {
  margin-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  margin-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  margin-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  margin-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--top {
  margin-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--bottom {
  margin-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--left {
  margin-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--right {
  margin-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-8 {
  margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--top {
  margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--bottom {
  margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--left {
  margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--right {
  margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-10 {
  margin-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  margin-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  margin-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  margin-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--top {
  margin-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--bottom {
  margin-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--left {
  margin-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--right {
  margin-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-12 {
  margin-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  margin-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  margin-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  margin-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--top {
  margin-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--bottom {
  margin-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--left {
  margin-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--right {
  margin-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-16 {
  margin-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  margin-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  margin-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  margin-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--top {
  margin-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--bottom {
  margin-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--left {
  margin-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--right {
  margin-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-20 {
  margin-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  margin-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  margin-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--top {
  margin-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--bottom {
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--left {
  margin-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--right {
  margin-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-24 {
  margin-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--top {
  margin-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--bottom {
  margin-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--left {
  margin-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--right {
  margin-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-30 {
  margin-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  margin-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  margin-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  margin-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--top {
  margin-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--bottom {
  margin-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--left {
  margin-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--right {
  margin-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-32 {
  margin-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  margin-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  margin-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  margin-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--top {
  margin-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--bottom {
  margin-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--left {
  margin-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--right {
  margin-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-34 {
  margin-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  margin-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  margin-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  margin-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--top {
  margin-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--bottom {
  margin-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--left {
  margin-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--right {
  margin-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-38 {
  margin-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  margin-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  margin-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  margin-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--top {
  margin-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--bottom {
  margin-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--left {
  margin-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--right {
  margin-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-40 {
  margin-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  margin-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  margin-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  margin-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--top {
  margin-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--bottom {
  margin-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--left {
  margin-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--right {
  margin-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-48 {
  margin-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  margin-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  margin-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  margin-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--top {
  margin-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--bottom {
  margin-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--left {
  margin-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--right {
  margin-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-56 {
  margin-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  margin-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  margin-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  margin-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--top {
  margin-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--bottom {
  margin-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--left {
  margin-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--right {
  margin-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-60 {
  margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--top {
  margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--bottom {
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--left {
  margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--right {
  margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-64 {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--top {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--bottom {
  margin-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--left {
  margin-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--right {
  margin-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-80 {
  margin-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  margin-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  margin-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  margin-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--top {
  margin-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--bottom {
  margin-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--left {
  margin-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--right {
  margin-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-108 {
  margin-top: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
  margin-bottom: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
  margin-left: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
  margin-right: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-mg-108--top {
  margin-top: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-mg-108--bottom {
  margin-bottom: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-mg-108--left {
  margin-left: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-mg-108--right {
  margin-right: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-mg-120 {
  margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--top {
  margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--bottom {
  margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--left {
  margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--right {
  margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-128 {
  margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--top {
  margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--bottom {
  margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--left {
  margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--right {
  margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-143 {
  margin-top: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
  margin-bottom: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
  margin-left: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
  margin-right: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-mg-143--top {
  margin-top: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-mg-143--bottom {
  margin-bottom: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-mg-143--left {
  margin-left: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-mg-143--right {
  margin-right: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-round-0 {
  overflow: hidden;
  border-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-4 {
  overflow: hidden;
  border-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-6 {
  overflow: hidden;
  border-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-8 {
  overflow: hidden;
  border-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-10 {
  overflow: hidden;
  border-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-12 {
  overflow: hidden;
  border-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-16 {
  overflow: hidden;
  border-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-20 {
  overflow: hidden;
  border-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-24 {
  overflow: hidden;
  border-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-30 {
  overflow: hidden;
  border-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-32 {
  overflow: hidden;
  border-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-34 {
  overflow: hidden;
  border-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-38 {
  overflow: hidden;
  border-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-40 {
  overflow: hidden;
  border-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-48 {
  overflow: hidden;
  border-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-56 {
  overflow: hidden;
  border-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-60 {
  overflow: hidden;
  border-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-64 {
  overflow: hidden;
  border-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-80 {
  overflow: hidden;
  border-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-108 {
  overflow: hidden;
  border-radius: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-round-108--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-round-108--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-round-108--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-round-108--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-round-120 {
  overflow: hidden;
  border-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-128 {
  overflow: hidden;
  border-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-143 {
  overflow: hidden;
  border-radius: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-round-143--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-round-143--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-round-143--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-round-143--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-gap-0 {
  gap: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-gap-4 {
  gap: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-gap-6 {
  gap: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-gap-8 {
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-gap-10 {
  gap: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-gap-12 {
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-gap-16 {
  gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-gap-20 {
  gap: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-gap-24 {
  gap: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-gap-30 {
  gap: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-gap-32 {
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-gap-34 {
  gap: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-gap-38 {
  gap: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-gap-40 {
  gap: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-gap-48 {
  gap: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-gap-56 {
  gap: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-gap-60 {
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-gap-64 {
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-gap-80 {
  gap: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-gap-108 {
  gap: clamp(5.4rem, 3.4951456311vw + 4.0893203883rem, 10.8rem);
}
.no-gap-120 {
  gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-gap-128 {
  gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-gap-143 {
  gap: clamp(7.4rem, 4.4660194175vw + 5.7252427184rem, 14.3rem);
}
.no-fluid-container-xs {
  max-width: 450pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-xs {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-container-xs {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-sm {
  max-width: 544pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-sm {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-container-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-md {
  max-width: 768pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-md {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-container-md {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-lg {
  max-width: 1024pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-lg {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-container-lg {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-xl {
  max-width: 1280pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-xl {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-container-xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-2xl {
  max-width: 1320pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-2xl {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-container-2xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-3xl {
  max-width: 1640pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-3xl {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-container-3xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-ar-square {
  aspect-ratio: 1 / 1;
}
.no-ar-video {
  aspect-ratio: 16 / 9;
}
.no-ar-portrait {
  aspect-ratio: 3 / 4;
}
.no-ar-landscape {
  aspect-ratio: 4 / 3;
}
.no-ar-widescreen {
  aspect-ratio: 21 / 9;
}
.no-ar-cinematic {
  aspect-ratio: 2.35 / 1;
}
.no-ar-golden {
  aspect-ratio: 1.618 / 1;
}
.no-row {
  display: flex;
  margin-left: calc(var(--gutter-x) * -0.5);
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-top: calc(var(--gutter-y) * -1);
  flex-wrap: wrap;
}
.no-row > * {
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}
.no-col {
  flex: 1 0 0%;
}
.no-col-1 {
  width: 8.3333333333%;
  max-width: 100%;
}
.no-col-2 {
  width: 16.6666666667%;
  max-width: 100%;
}
.no-col-3 {
  width: 25%;
  max-width: 100%;
}
.no-col-4 {
  width: 33.3333333333%;
  max-width: 100%;
}
.no-col-5 {
  width: 41.6666666667%;
  max-width: 100%;
}
.no-col-6 {
  width: 50%;
  max-width: 100%;
}
.no-col-7 {
  width: 58.3333333333%;
  max-width: 100%;
}
.no-col-8 {
  width: 66.6666666667%;
  max-width: 100%;
}
.no-col-9 {
  width: 75%;
  max-width: 100%;
}
.no-col-10 {
  width: 83.3333333333%;
  max-width: 100%;
}
.no-col-11 {
  width: 91.6666666667%;
  max-width: 100%;
}
.no-col-12 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 450px) {
  .no-col-xs-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .no-col-xs-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .no-col-2xl-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1640px) {
  .no-col-3xl-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-12 {
    width: 100%;
    max-width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
body {
  background: var(--clr-ui-white);
  color: var(--clr-ui-text);
  color-scheme: var(--clr-schema);
  line-height: 1.31;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-family: Pretendard;
  line-height: 1.51;
  overflow-x: hidden;
}
::selection {
  background: var(--clr-ui-main);
  color: var(--clr-ui-white);
}
ul,
ol {
  list-style: none;
}
img {
  width: 100%;
}
a {
  color: var(--clr-ui-black);
  text-decoration: none;
  display: block;
}
em,
address {
  font-style: normal;
}
button {
  background: none;
  border: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-family: var(--family-en-body);
  cursor: pointer;
  line-height: var(--lh-base);
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
b {
  font-weight: 700;
}
@media (max-width: 768px) {
  br {
    display: none;
  }
}
@font-face {
  font-family: 'Manrope';
  src: url('/resource/vendor/fonts/Manrope/static/Manrope-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Manrope';
  src: url('/resource/vendor/fonts/Manrope/static/Manrope-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope';
  src: url('/resource/vendor/fonts/Manrope/static/Manrope-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Bold.woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-SemiBold.woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Medium.woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Regular.woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Thin.woff2');
  font-weight: 300;
}
* {
  word-break: keep-all;
}
.container {
  width: 100%;
}
.marquee {
  width: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  gap: 1rem;
}
.marquee-content {
  display: flex;
  gap: 1rem;
}
.marquee-content span {
  font-family: 'Clash Display', sans-serif;
  font-size: 20vw;
  font-weight: 700;
}
.of-h {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
img {
  transition: var(--default-transition);
}
a:hover .img img {
  transform: scale(1.04);
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.reverse {
  order: 2;
}
.info {
  font-size: clamp(1.3rem, 0.0647249191vw + 1.2757281553rem, 1.4rem);
  color: var(--clr-gray-700);
}
.t-center {
  text-align: center;
}
.fm-title {
  font-family: var(--family-en-heading);
}
.fm-body {
  font-family: var(--family-en-body);
}
.h-24 {
  height: 2.4rem;
}
.w-100 {
  width: 100%;
}
.fw-400 {
  font-weight: 400;
}
.fw-700 {
  font-weight: 700;
}
.h-100 {
  height: 100%;
}
@media (max-width: 544px) {
  .sm-w-100 {
    width: 100%;
  }
}
.notice {
  color: var(--clr-ui-success-background);
}
.tag {
  font-size: clamp(1.7rem, 0.2588996764vw + 1.6029126214rem, 2.1rem);
  font-weight: 400;
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  display: inline-flex;
}
.tag-bg--primary {
  background: var(--clr-primary-default);
  color: var(--clr-ui-white);
}
.symbol {
  width: clamp(12rem, 11.6504854369vw + 7.6310679612rem, 30rem);
}
@media (max-width: 544px) {
  .symbol {
    display: none;
  }
}
.symbol-color--yellow {
  color: #f5b401;
}
.symbol-color--red {
  color: #f05133;
}
.symbol-color--blue {
  color: #00acc5;
}
@media (max-width: 1024px) {
  .symbol-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .symbol-wrap {
    grid-template-columns: 8fr 4fr !important;
  }
}
@media (max-width: 544px) {
  .symbol-wrap {
    grid-template-columns: 1fr !important;
  }
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
#accordion ul > li {
  border-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  overflow: hidden;
}
#accordion ul > li .tag {
  transition: var(--default-transition);
}
@media (max-width: 768px) {
  #accordion ul > li .tag {
    display: none;
  }
}
#accordion ul > li > button {
  background: var(--clr-gray-50);
  padding: 2rem 3.6rem;
  transition: var(--default-transition);
}
@media (max-width: 768px) {
  #accordion ul > li > button {
    padding: 1.4rem 2.4rem;
  }
}
#accordion ul > li > button.active {
  background: var(--clr-primary-default);
  color: var(--clr-ui-white);
}
#accordion ul > li > button.active .tag {
  background: var(--clr-ui-white);
  color: var(--clr-primary-default);
}
#accordion ul > li > button.active .arrow {
  transform: rotate(180deg);
}
#accordion ul > li .inner {
  padding: 2rem 3.6rem;
  background: var(--clr-gray-50);
  display: none;
}
@media (max-width: 768px) {
  #accordion ul > li .inner {
    padding: 1.4rem 2.4rem;
  }
}
#accordion ul > li p {
  text-align: start;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
#accordion ul > li .arrow {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  transition: var(--default-transition);
}
.bullet {
  position: relative;
  padding-left: 1.6rem;
}
.bullet::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--clr-gray-800);
}
.circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
}
.circle svg {
  width: 100%;
}
.quote {
  position: absolute;
}
.quote-1 {
  left: -3rem;
  top: -1rem;
}
.quote-2 {
  right: 5rem;
}
.pos-r {
  position: relative;
}
.font-en {
  font-family: 'Manrope';
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.no-pagi-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-pagi-div .no-pagi-div--prev a,
.no-pagi-div .no-pagi-div--next a
{
	padding:0.8rem 1.2rem; 
	border-radius:0.8rem;
	border:1px solid #e4e4e4;
	transition: ease all .2s;
	width:4rem;
	height:3.2rem;
	display:flex;
	align-items:center;
	justify-content:center;
}

.no-pagi-div .no-pagi-div--prev a:hover,
.no-pagi-div .no-pagi-div--next a:hover
{
background:#e4e4e4;
}

.no-pagi-div .arrow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
.no-pagi-div__list {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
  text-align: center;
}
.no-pagi-div__list li a {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.8rem 1.2rem;
  display: flex;
  border-radius: 0.8rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-pagi-div__list li a.active {
  width: 100%;
  background-color: var(--clr-ui-main);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.no-pagi-div__list li a:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: var(--clr-primary-bgc);
}
.no-pagi-div__list li a.active:hover {
  width: 100%;
  background-color: var(--clr-ui-main);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.before-rm::before {
  display: none !important;
}
.text_low {
  transform: translateY(clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem));
  position: relative;
  z-index: 2;
  width: clamp(10rem, 3.8834951456vw + 8.5436893204rem, 16rem);
  height: clamp(4.2rem, 0.9061488673vw + 3.8601941748rem, 5.6rem);
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  gap: clamp(1rem, 0.9061488673vw + 0.6601941748rem, 2.4rem);
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1200;
}
.modal .modal_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .close-btn {
  position: absolute;
  right: 8rem;
  top: -4rem;
  z-index: 1300;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.modal .close-btn:hover {
  background-color: #a99473;
}
@media (max-width: 1024px) {
  .modal .close-btn {
    right: 50%;
    top: auto;
    bottom: -6rem;
  }
}
.modal .close-btn i {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
.modal__inner {
  width: 100%;
  max-width: 768px;
  height: 58rem;
  margin: 0 auto;
  background-color: #fff;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.modal__inner .policy-box {
  width: 100%;
}
.modal__inner .policy-box p {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #333;
}
.modal__inner .policy-box span {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  display: block;
  margin-bottom: 15px;
}
.modal__inner .policy-box ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.modal__inner .policy-box ul li {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}
.modal__inner .policy-box li:last-child {
  margin-bottom: 0;
}
.no-form-search {
  width: 100%;
  max-width: clamp(32rem, 5.1779935275vw + 30.0582524272rem, 40rem);
  position: relative;
  margin: 0 auto;
}
.no-form-search .search {
  width: 100%;
  max-width: clamp(32rem, 5.1779935275vw + 30.0582524272rem, 40rem);
  height: clamp(4.4rem, 0.3883495146vw + 4.254368932rem, 5rem);
  padding: 0;
  border-bottom: 1px solid #000;
  font-family: 'Pretendard';
  border-radius: 0;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
@media (max-width: 768px) {
  .no-form-search .search {
    width: 100%;
  }
}
.no-form-search .search_control {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  color: #000;
}
.his-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.his-list > li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem) 0;
}
@media (max-width: 768px) {
  .his-list > li {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.his-list > li:first-child {
  padding-top: 0;
}
.his-list > li .title {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  width: 21%;
}
@media (max-width: 768px) {
  .his-list > li .title {
    width: 100%;
  }
}
.his-list > li .title h5 {
  color: var(--clr-ui-sub);
  font-weight: 600;
}
.his-list > li .title span {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  font-weight: 500;
}
.his-list > li .desc {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.his-list > li .desc > li {
  color: var(--clr-ui-dgray);
  font-size:clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100;
}
.no-header__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  will-change: opacity;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s  cubic-bezier(0.4, 0, 0.6, 1);
  transition-property: opacity, visibility;
}
@media (max-width: 1024px) {
  .no-header__bg {
    display: none;
  }
}
.no-header.active .no-header--container {
  height: 28rem;

}
@media (max-width: 1024px) {
.no-header.active .no-header--container {
  height: 6.4rem;
}
}
.no-header.active .no-header__inner .no-header__gnb {
  gap: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-header--container {
  width: 100%;
  position: absolute;
  left: 0;
  height: 8rem;
  transition: ease all 0.5s;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
      z-index: 999;
}
@media (max-width: 1024px) {
  .no-header--container {
    height: 6.4rem;
  }
}
.no-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-height: 8rem;
}
.no-header__inner--logo {
  width: 17.4rem;
  z-index: 5;
}
.no-header__inner--logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-header__inner--menu {
  height: 100%;
}
.no-header__inner--menu .no-header__gnb {
  display: flex;
  align-items: center;
  gap: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  width: 100%;
  height: 100%;
  transition: ease all 0.5s;
}
@media (max-width: 1024px) {
  .no-header__inner--menu .no-header__gnb {
    display: none;
  }
}
.no-header__inner--menu .no-header__gnb--item {
  height: 100%;
  text-align: center;
  position: relative;
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  transition: ease all 0.3s;
}
.no-header__inner--menu .no-header__gnb--item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 2px;
  background-color: var(--clr-ui-main);
  border-radius: 5.5rem;
  transition: ease all 0.3s;
}
.no-header__inner--menu .no-header__gnb--item:nth-child(3) .no-header__lnb {
  display: none !important;
}
.no-header__inner--menu .no-header__gnb--item:nth-child(4) .no-header__lnb {
  display: none !important;
}
.no-header__inner--menu .no-header__gnb--item:hover .no-header__gnb--link {
  color: var(--clr-ui-main);
}
.no-header__inner--menu .no-header__gnb--item:hover::after {
  width: 100%;
}
.no-header__inner--menu .no-header__gnb--link {
  width: 100%;
  height: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}
.no-header__inner--menu .no-header__lnb {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.no-header__inner--menu .no-header__lnb--item {
  padding-top: 2.4rem;
  text-align: center;
}
.no-header__inner--menu .no-header__lnb--item:nth-of-type(1) {
  padding-top: 0;
}
.no-header__inner--menu .no-header__lnb--link {
  white-space: nowrap;
  font-weight: 400;
  color: #111;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}
.no-header__inner--menu .no-header__lnb--link:hover {
  color: var(--clr-ui-sub);
}
@media (max-width: 1024px) {
  .no-header__inner .btn-wrap {
    display: none;
  }
}
.no-header__inner .btn-wrap .btn-fill {
  background-color: var(--clr-ui-main);
  padding: 1.4rem 2.4rem;
  color: #fff;
  font-weight: 500;
  border-radius: 5.5rem;
  position: relative;
  overflow: hidden;
  height: 5rem;
  z-index: 2;
  transition: 0.3s ease-in-out 0.1s;
}
.no-header__inner .btn-wrap .btn-fill::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(100% + 1px);
  left: 50%;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  background: var(--clr-ui-sub);
  transform: translateX(-50%) scale(1);
  transition:
    border-radius 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-header__inner .btn-wrap .btn-fill:hover::after {
  border-radius: 0%;
  transform: translateX(-50%) scale(2.1);
  transition:
    border-radius 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-header__inner .btn-wrap .btn-fill:hover {
  color: #1a1a1a;
  font-weight: 600;
}
.no-header__inner .no-mobile_toggle_btn {
  width: 2.8rem;
  height: 2rem;
  position: relative;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 1024px) {
  .no-header__inner .no-mobile_toggle_btn {
    display: block;
  }
}
.no-header__inner .no-mobile_toggle_btn--line {
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  transition: ease all 0.3s;
  position: absolute;
  left: 0;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(1) {
  top: 0;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(1).active {
  transform: translate(0px, 7px) rotate(45deg);
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(2) {
  top: 7px;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(2).active {
  opacity: 0;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(3) {
  top: 14px;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(3).active {
  transform: translate(0px, -7px) rotate(-45deg);
}
.no-header .no-header-m-div {
  display: none;
}
@media (max-width: 1024px) {
  .no-header .no-header-m-div {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 8rem;
    right: 0;
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .no-header .no-header-m-div {
    top: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .no-header .no-header-m-div.add {
    opacity: 1;
    visibility: visible;
  }
  .no-header .no-header-m-div__inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m {
    padding: 3.5rem 0;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--item {
    position: relative;
    padding: 2rem;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--item:nth-child(3) .no-header-m__lnb {
    display: none !important;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--item:nth-child(4) .no-header-m__lnb {
    display: none !important;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
    font-weight: 500;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--link .fa-angle-up {
    transition: 0.3s;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--link .fa-angle-up.active {
    transform: rotate(0deg);
  }
  .no-header .no-header-m-div__inner .no-header-m__lnb {
    display: none;
    padding-top: 1rem;
  }
  .no-header .no-header-m-div__inner .no-header-m__lnb--item {
    padding: 0.6rem 0;
    transition: 0.3s;
  }
}
.no-footer {
  background-color: #333;
}
.no-footer__inner--top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .no-footer__inner--top {
    flex-direction: column;
  }
}
.no-footer__inner--top .address--logo {
  width: 17.4rem;
}
.no-footer__inner--top .address--logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .no-footer__inner--top .address--info {
    padding-bottom: 0;
  }
}
.no-footer__inner--top .address--info .top,
.no-footer__inner--top .address--info .mid {
  display: flex;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
@media (max-width: 544px) {
  .no-footer__inner--top .address--info .top,
  .no-footer__inner--top .address--info .mid {
    flex-direction: column;
  }
}
.no-footer__inner--top .address--info dl {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 0.1294498382vw + 0.3514563107rem, 0.6rem);
}
.no-footer__inner--top .address--info dl dt {
  color: #bdbdbd;
}
.no-footer__inner--top .address--info dl dd {
  color: #bdbdbd;
}
.no-footer__inner--top .f-menu {
  width: 50%;
}
@media (max-width: 1024px) {
  .no-footer__inner--top .f-menu {
    width: 100%;
  }
}
.no-footer__inner--top .f-menu .no-footer__gnb {
  display: flex;
  gap: clamp(1.8rem, 0.7766990291vw + 1.5087378641rem, 3rem);
  width: 100%;
}
@media (max-width: 1024px) {
  .no-footer__inner--top .f-menu .no-footer__gnb {
    display: none;
  }
}
.no-footer__inner--top .f-menu .no-footer__gnb--item {
  position: relative;
  width: 100%;
}
.no-footer__inner--top .f-menu .no-footer__gnb--item:nth-child(3) .no-footer__lnb,
.no-footer__inner--top .f-menu .no-footer__gnb--item:nth-child(4) .no-footer__lnb {
  display: none;
}
.no-footer__inner--top .f-menu .no-footer__gnb--link {
  width: 100%;
  color: #fff;
  position: relative;
  display: inline;
  white-space: nowrap;
}
.no-footer__inner--top .f-menu .no-footer__gnb--link::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.no-footer__inner--top .f-menu .no-footer__gnb--link:hover::after {
  width: 100%;
}
.no-footer__inner--top .f-menu .no-footer__lnb {
  width: 100%;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.no-footer__inner--top .f-menu .no-footer__lnb--item {
  padding-top: 1.6rem;
}
.no-footer__inner--top .f-menu .no-footer__lnb--item:nth-of-type(1) {
  padding-top: 0;
}
.no-footer__inner--top .f-menu .no-footer__lnb--link {
  white-space: nowrap;
  font-weight: 400;
  color: #bdbdbd;
  display: inline-block;
}
.no-footer__inner--top .f-menu .no-footer__lnb--link:hover {
  color: var(--clr-ui-sub);
}
.no-footer__inner--top .f-menu .no-footer__gnb-m {
  display: none;
}
@media (max-width: 1024px) {
  .no-footer__inner--top .f-menu .no-footer__gnb-m {
    display: block;
  }
  .no-footer__inner--top .f-menu .no-footer__gnb-m--item {
    position: relative;
  }
  .no-footer__inner--top .f-menu .no-footer__gnb-m--item:nth-child(3) .fa-angle-up,
  .no-footer__inner--top .f-menu .no-footer__gnb-m--item:nth-child(3) .no-footer__lnb-m,
  .no-footer__inner--top .f-menu .no-footer__gnb-m--item:nth-child(4) .fa-angle-up,
  .no-footer__inner--top .f-menu .no-footer__gnb-m--item:nth-child(4) .no-footer__lnb-m {
    display: none !important;
  }
  .no-footer__inner--top .f-menu .no-footer__gnb-m--link {
    display: flex;
    justify-content: space-between;
    align-items: left;
    color: #fff;
    font-weight: 500;
  }
  .no-footer__inner--top .f-menu .no-footer__gnb-m--link .fa-angle-up {
    transition: 0.3s;
  }
  .no-footer__inner--top .f-menu .no-footer__gnb-m--link .fa-angle-up.active {
    transform: rotate(0deg);
  }
}
.no-footer__inner--top .f-menu .no-footer__lnb-m {
  display: none;
}
.no-footer__inner--top .f-menu .no-footer__lnb-m--item {
  padding: 0.4rem 0;
  transition: 0.3s;
}
.no-footer__inner--top .f-menu .no-footer__lnb-m--link {
  font-size: 1.2rem;
  color: #fff;
}
.no-footer__inner--bottom {
  background-color: #222;
}
.no-footer__inner--bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no-footer__inner--bottom .inner .copy {
  color: #bdbdbd;
}
@media (max-width: 768px) {
  .no-footer__inner--bottom .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  }
}
.no-footer__inner--bottom .inner .policy {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 544px) {
  .no-footer__inner--bottom .inner .policy {
    gap: 1.6rem;
  }
}
.no-footer__inner--bottom .inner .policy a {
  color: #fff;
  position: relative;
}
.no-footer__inner--bottom .inner .policy a:hover{
	color:rgba(255,255,255,.6);
}
.no-footer__inner--bottom .inner .policy a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  font-size: 2.4rem;
  width: 1px;
  height: 60%;
  background-color: #3e4a3d;
}
@media (max-width: 544px) {
  .no-footer__inner--bottom .inner .policy a::after {
    display: none;
  }
}
.no-footer__inner--bottom .inner .policy a:last-child::after {
  display: none;
}
.top_btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background-color: var(--clr-ui-main);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;

}
.top_btn i {
  font-size: 1.8rem;
    transition:.2s ease-in;
}
.top_btn:hover i{
	transform:translateY(-0.4rem) rotate(270deg);
}

.no-sub-visual {
  height: clamp(24rem, 16.8284789644vw + 17.6893203883rem, 50rem);
  overflow: hidden;
  padding-top: 8rem;
}
@media (max-width: 1024px) {
  .no-sub-visual {
    padding-top: 6.4rem;
  }
}
.no-sub-visual-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.no-sub-visual-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.no-sub-visual-img .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-sub-visual-img .text-wrap p {
  color: var(--clr-ui-sub);
}
@media (max-width: 768px) {
  .no-sub-visual-img .text-wrap p {
    font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  }
}
.no-sub-visual-img .text-wrap h2 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .no-sub-visual-img .text-wrap h2 {
    font-size: clamp(2.4rem, 0.3883495146vw + 2.254368932rem, 3rem);
  }
}
.no-sub-visual-img .text-wrap span {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  .no-sub-visual-img .text-wrap span {
    font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
	text-align:center;
  }
}
.no-sub-visual .no-container-xl {
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub-visual .no-container-xl h2 {
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.no-sub-nav-menu {
  border-bottom: 1px solid #d7d7d7;
}
.no-sub-nav-menu .container-xl {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .no-sub-nav-menu .container-xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-sub-nav-menu .container-xl .no-sub-nav-menu__list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.no-sub-nav-menu .container-xl .no-sub-nav-menu__list a {
  width: 100%;
  height: 100%;
  color: #b2b2b2;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 600;
  padding: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem) clamp(1.2rem, 0.1941747573vw + 1.127184466rem, 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.no-sub-nav-menu .container-xl .no-sub-nav-menu__list a.active {
  color: #1a1a1a;
}
.no-sub-nav-menu .container-xl .no-sub-nav-menu__list a.active::after {
  width: 100%;
}
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .grid-col-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .grid-process {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-col-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-col-4-8 {
  display: grid;
  grid-template-columns: 4fr 8fr;
}
@media (max-width: 1024px) {
  .grid-col-4-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-7-5 {
  display: grid;
  grid-template-columns: 7fr 5fr;
}
@media (max-width: 1024px) {
  .grid-col-7-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-3-9 {
  display: grid;
  grid-template-columns: 3fr 9fr;
}
@media (max-width: 1024px) {
  .grid-col-3-9 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-9-3 {
  display: grid;
  grid-template-columns: 9fr 3fr;
}
@media (max-width: 1024px) {
  .grid-col-9-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-8-4 {
  display: grid;
  grid-template-columns: 8fr 4fr;
}
@media (max-width: 1024px) {
  .grid-col-8-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-5-7 {
  display: grid;
  grid-template-columns: 5fr 7fr;
}
@media (max-width: 1024px) {
  .grid-col-5-7 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.f {
  display: flex;
}
.fd-c {
  flex-direction: column;
}
.fd-r {
  flex-direction: row;
}
.f-w {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .md-f-w {
    flex-wrap: wrap;
  }
}
.fs-0 {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .lg-fd-c {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .md-fd-c {
    flex-direction: column;
  }
}
@media (max-width: 544px) {
  .sm-fd-c {
    flex-direction: column;
  }
}
.ji-c {
  justify-items: center;
}
.fd-r-rev {
  flex-direction: row-reverse;
}
.fd-c-rev {
  flex-direction: column-reverse;
}
@media (max-width: 1024px) {
  .lg-fd-r-rev {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .md-fd-r-rev {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .lg-fd-c-rev {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .md-fd-c-rev {
    flex-direction: column-reverse;
  }
}
.ai-c {
  align-items: center;
}
.ai-fe {
  align-items: flex-end;
}
.ai-fs {
  align-items: flex-start;
}
.ai-in {
  align-items: inherit;
}
.jc-c {
  justify-content: center;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-in {
  justify-content: inherit;
}
.jc-sb {
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .xl-ai-c {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .lg-ai-c {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .md-ai-c {
    align-items: center;
  }
}
@media (max-width: 544px) {
  .sm-ai-c {
    align-items: center;
  }
}
@media (max-width: 1280px) {
  .xl-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .lg-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .md-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 544px) {
  .sm-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 1280px) {
  .xl-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .lg-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .md-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 544px) {
  .sm-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .xl-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 1024px) {
  .lg-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 768px) {
  .md-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 544px) {
  .sm-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 1280px) {
  .xl-jc-c {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .lg-jc-c {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .md-jc-c {
    justify-content: center;
  }
}
@media (max-width: 544px) {
  .sm-jc-c {
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .xl-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .lg-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .md-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 544px) {
  .sm-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 1280px) {
  .xl-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .lg-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .md-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 544px) {
  .sm-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  .xl-jc-in {
    justify-content: inherit;
  }
}
@media (max-width: 1024px) {
  .lg-jc-in {
    justify-content: inherit;
  }
}
@media (max-width: 768px) {
  .md-jc-in {
    justify-content: inherit;
  }
}
@media (max-width: 544px) {
  .sm-jc-in {
    justify-content: inherit;
  }
}
.skin-list {
  width: 100%;
}
.skin-list colgroup col:nth-child(1) {
  width: 10%;
}
.skin-list colgroup col:nth-child(2) {
  width: 67%;
}
.skin-list colgroup col:nth-child(3) {
  width: 12%;
}
.skin-list colgroup col:nth-child(4) {
  width: 12%;
}
.skin-list th,
.skin-list td {
  padding: 2rem 1.6rem;
  font-size: clamp(1.4rem, 0.1941747573vw + 1.327184466rem, 1.7rem);
}
@media (max-width: 768px) {
  .skin-list th,
  .skin-list td {
    padding: 1.6rem 1.2rem;
  }
}
.skin-list thead {
  width: 100%;
  border-bottom: 1.4px solid var(--clr-gray-200);
  background: var(--clr-gray-50);
}
.skin-list thead tr th {
  color: var(--clr-gray-900);
}
.skin-list thead tr th:nth-child(1) {
  text-align: center;
}
.skin-list thead tr th:nth-child(2) {
  text-align: start;
}
.skin-list thead tr th:nth-child(3) {
  text-align: center;
}
.skin-list thead tr th:nth-child(4) {
  text-align: center;
}
.skin-list tbody tr {
  transition: var(--default-transition);
  cursor: pointer;
  border-bottom: 1px solid var(--clr-gray-50);
}
.skin-list tbody tr:hover {
  background: var(--default-table-hover);
}
.skin-list tbody tr td {
  color: var(--clr-gray-600);
  font-weight: 400;
}
.skin-list tbody tr td a {
  color: var(--clr-gray-600);
}
.skin-list tbody tr td:nth-child(1) {
  text-align: center;
}
.skin-list tbody tr td:nth-child(2) {
  text-align: start;
}
.skin-list tbody tr td:nth-child(3) {
  text-align: center;
}
.skin-list tbody tr td:nth-child(4) {
  text-align: center;
}
.skin-write,
.skin-confirm {
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
}
.swiper-btn,
.no-btn,
.arrow-btn,
.link-btn {
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  gap: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  justify-content: center;
  font-size: clamp(1.5rem, 0.0647249191vw + 1.4757281553rem, 1.6rem);
  letter-spacing: -0.01em;
  overflow: hidden;
  line-height: 1.41;
  padding: 0.7rem 1.4rem;
  position: relative;
  text-decoration: none;
  transition: var(--default-transition);
}
.link-btn--line {
  border: 1px solid;
}
.link-btn--line-primary {
  border-color: var(--clr-primary-default);
}
.link-btn--line-primary:hover {
  border-color: var(--black);
}
.link-btn--line-white {
  border-color: var(--clr-ui-white);
}
.link-btn--line-white:hover {
  border-color: var(--black);
}
.link-btn--line-black {
  border-color: var(--black);
}
.link-btn--line-black:hover {
  border-color: var(--black);
}
.no-arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  cursor: pointer;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 400;
  transition: var(--default-transition);
}
.no-arrow-btn:hover span {
  box-shadow: var(--clr-box-shadow-lg);
  transform: translateX(5px);
  transition-delay: 0.05s;
}
.no-arrow-btn:hover p {
  transform: translateX(6px);
}
.no-arrow-btn span {
  width: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  height: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: var(--default-transition);
}
.no-arrow-btn p {
  transition: var(--default-transition);
}
.no-arrow-btn--bg-primary span {
  background: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-primary p {
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-white span {
  background: var(--clr-ui-white);
  color: var(--clr-gray-900);
}
.no-arrow-btn--bg-white p {
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-black span {
  background: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-black p {
  color: var(--clr-gray-900);
}
.no-btn i {
  flex-shrink: 0;
}
.no-btn--stroke {
  border: 1px solid var(--clr-ui-text);
  color: var(--clr-ui-text);
}
.no-btn--stroke:hover {
  background: var(--clr-primary-default);
  color: var(--clr-ui-background);
  border-color: var(--clr-ui-background);
}
.no-btn--primary {
  background: var(--clr-primary-default);
  color: var(--clr-ui-background);
}
.no-btn--primary:hover {
  background: var(--clr-primary-variant);
}
.no-btn--black {
  background: var(--clr-gray-900);
  color: var(--clr-ui-background);
}
.no-btn--black:hover {
  background: var(--clr-gray-800);
}
.no-btn--error {
  background: var(--clr-ui-error);
  color: var(--clr-ui-background);
}
.swiper-btn {
  position: static;
  padding: 0;
  width: clamp(3.6rem, 1.0355987055vw + 3.2116504854rem, 5.2rem);
  height: clamp(3.6rem, 1.0355987055vw + 3.2116504854rem, 5.2rem);
  margin-top: 0;
  border-radius: 100%;
}
.swiper-btn::after {
  color: var(--clr-gray-900);
  font-weight: 400;
  font-size: clamp(1.5rem, 0.0647249191vw + 1.4757281553rem, 1.6rem);
}
.swiper-btn--stroke {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--clr-primary-default);
}
.swiper-btn--stroke::after {
  color: var(--clr-primary-default);
}
.swiper-btn--primary {
  background: var(--clr-primary-default);
  color: var(--clr-ui-white);
}
input:required,
input {
  padding: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  box-shadow: var(--input-box-shadow);
  transition: var(--input-border-transition);
  width: auto;
  color: var(--clr-gray-500);
  border-radius: 0.6rem;
}
input:hover {
  box-shadow: var(--input-box-shadow-hover);
}
input:focus {
  box-shadow: var(--input-box-shadow-focus);
}
input:required::placeholder,
input::placeholder {
  color: var(--clr-gray-500);
}
label {
  margin-bottom: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  display: block;
  color: var(--clr-gray-600);
  font-weight: 600;
}
.check-box-wrap label {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.check-box-wrap .check {
  width: 1.8rem;
  height: 1.8rem;
  display: none;
}
.check-box-wrap input[id='check']:checked + label {
  border: none;
  background-image: url(/resource/images/icon/check_t.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.check-box-wrap input + label {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  flex-shrink: 0;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-500);
  border-radius: 0.2rem;
}
input[type='checkbox'] {
  border: 2px solid #000;
  padding: 0;
  height: auto;
  box-shadow: none;
  width: auto;
  border-radius: inherit;
}
input:required {
  background: var(--clr-gray-50);
}
input:required:hover,
input:required:focus {
  box-shadow: var(--input-box-shadow);
}
.input-wrap-saving {
  display: flex;
  border: 1px solid rgba(75, 85, 99, 0.2);
  background: #fff;
  color: #4b5563;
  height: 10.2rem;
  align-items: center;
  border-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding: 1rem 2rem;
  justify-content: space-between;
  box-shadow: var(--input-box-shadow);
}
.input-wrap-saving input {
  text-align: end;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  width: 100%;
  font-weight: 700;
  padding: 0;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  color: var(--clr-primary-800);
}
.input-wrap-saving input::placeholder {
  color: var(--clr-primary-800);
}
.input-wrap-saving > span {
  flex-shrink: 0;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 500;
}
.input-wrap-saving div {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.input-wrap-saving div p {
  color: var(--clr-primary-700);
}
.input-range {
  position: relative;
  width: 100%;
}
.input-range-slider {
  position: absolute;
  top: 50%;
  left: 0;
  height: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  background: var(--clr-primary-800);
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2rem 0 0 2rem;
}
input[type='range'].custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem);
  border-radius: 5px;
  outline: none;
  background: var(--clr-gray-100);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 0;
  box-shadow: none;
}
input[type='range'].custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  height: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  border: 5px solid var(--clr-primary-800);
  z-index: 2;
}
input[type='range'].custom-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}
.overlay-black,
.overlay-primary,
.overlay-white,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--default-transition);
  opacity: 0;
}
.overlay-white {
  background-color: var(--clr-ui-white);
}
.overlay-white:hover {
  opacity: 0.16;
}
.overlay-primary {
  background-color: var(--clr-primary-500);
}
.overlay-primary:hover {
  opacity: 0.16;
}
.overlay-black {
  background-color: #022047;
}
.overlay-black:hover {
  opacity: 0.08;
}
dialog::backdrop {
  display: none;
}
#backdrop {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index-backdrop);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: var(--transition-modal);
  transition-property: opacity, visibility;
}
#backdrop.visible {
  opacity: 1;
  visibility: visible;
}
dialog {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 80rem;
  padding: 3rem 3.6rem;
  z-index: var(--z-index-modal);
  background: #fff;
  max-height: 64dvh;
  overflow: auto;
  will-change: opacity, visibility;
  transition: var(--transition-modal);
  transition-property: opacity, visibility;
  border-radius: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
dialog[open] {
  opacity: 1;
  visibility: visible;
}
dialog:not([open]) {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  dialog {
    max-width: inherit;
    width: calc(100% - 2rem);
    padding: 2rem;
    max-height: inherit;
  }
}
.no-board-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  font-size: clamp(1.5rem, 0.1294498382vw + 1.4514563107rem, 1.7rem);
}
.no-board-pagination .prevnext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  height: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  position: relative;
  color: var(--clr-gray-400);
  transition: ease all 0.3s;
  background: rgba(0, 0, 0, 0);
  border-radius: 3.6rem;
}
.no-board-pagination .prevnext i {
  font-size: 1.4rem;
}
.no-board-pagination .prevnext:hover {
  background: rgba(2, 32, 71, 0.06);
}
.no-board-pagination .page-wrap {
  display: flex;
  gap: 0.6rem;
}
.no-board-pagination .num {
  width: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  height: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  transition: ease all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  border-radius: 3.6rem;
  font-weight: 500;
  color: var(--clr-gray-500);
}
.no-board-pagination .num:hover {
  background: rgba(2, 32, 71, 0.06);
}
.no-board-pagination .num.active {
  color: var(--clr-gray-900);
  background: rgba(2, 32, 71, 0.1);
}
.dropdown {
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  height: 100%;
  text-align: left;
  border-radius: 0.4rem;
  box-shadow: var(--input-box-shadow);
  transition: var(--input-border-transition);
  height: clamp(4.8rem, 0.6472491909vw + 4.5572815534rem, 5.8rem);
  outline: none;
  background: #fff;
  color: #4b5563;
}
@media (max-width: 768px) {
  .dropdown {
    height: 4.5rem;
  }
}
.dropdown:hover {
  box-shadow: 0 0 4px #ccc;
  box-shadow: var(--input-box-shadow-hover);
}
.dropdown .select {
  cursor: pointer;
  display: flex;
  width: 100%;
  padding: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.dropdown .select > i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}
.dropdown.active {
  box-shadow: var(--input-box-shadow-focus);
}
.dropdown.active .select > i {
  transform: rotate(-90deg);
}
.dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px #ccc;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 42rem;
  overflow-y: auto;
  background: var(--clr-ui-white);
  z-index: 9;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .dropdown-menu {
    max-height: 16rem;
  }
}
.dropdown-menu li {
  padding: 1.6rem 3rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.dropdown-menu li:hover {
  background-color: var(--clr-gray-50);
}
.dropdown-menu li:active {
  background-color: inherit;
}
.no-main-section {
  overflow: hidden;
}
.no-main-key-vs {
  margin-top: 8rem;
  width: 100%;
  height: 100%;
  background-color: #f2f4f8;
}
@media (max-width: 768px) {
.no-main-key-vs {
  margin-top: 6.4rem;
}
}
.no-main-key-vs__inner {
  text-align: center;
}
.no-main-key-vs__inner h2 {
  font-weight: 700;
  white-space:nowrap;
}
@media (max-width: 544px) {
.no-main-key-vs__inner h2 {
  font-size:2.8rem;
}
}

.no-main-key-vs__inner h2 > span {
  color: var(--clr-ui-main);
}
.no-main-key-vs__inner h2 > span b {
  position: relative;
}
.no-main-key-vs__inner h2 > span b::after {
  content: '';
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--clr-ui-main);
  width: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  height: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  border-radius: 50%;
}
.no-main-key-vs__inner .list-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .no-main-key-vs__inner .list-top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main-key-vs__inner .list-top .graph {
  background-color: #fff;
}
.no-main-key-vs__inner .list-top .count {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.no-main-key-vs__inner .list-top .count .depth2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 1.2rem;
  height: 100%;
}
.no-main-key-vs__inner .list-top .count .depth2 .icon {
  width: clamp(4.8rem, 1.5533980583vw + 4.2174757282rem, 7.2rem);
  height: clamp(4.8rem, 1.5533980583vw + 4.2174757282rem, 7.2rem);
}
.no-main-key-vs__inner .list-top .count .depth2 .text span {
  color: #000;
  font-weight: 500;
}
.no-main-key-vs__inner .list-top .count .depth2 .text p {
  font-weight: 400;
}
.no-main-key-vs__inner .list-top .count .depth2 .text p span {
  color: var(--clr-ui-sub);
  font-weight: 700;
}
.no-main-key-vs__inner .list-top--item {
  border-radius: 1.2rem;
  overflow: hidden;
  height: 100%;
  max-height: 44rem;
}
.no-main-key-vs__inner .list-top--item .text {
  text-align: left;
}
.no-main-key-vs__inner .list-top--item .text > span {
  color: #999;
}
.no-main-key-vs__inner .list-top--item .text h3 {
  font-weight: 600;
  line-height: 1.31;
}
@media (max-width: 544px) {
  .no-main-key-vs__inner .list-top--item .text h3 {
    font-weight: 700;
  }
}
.no-main-key-vs__inner .list-top--item .text h3 > span {
  color: var(--clr-ui-sub);
}
.no-main-key-vs__inner .list-bottom {
  gap: 2rem;
}
.no-main-key-vs__inner .list-bottom--item {
  border-radius: 1.2rem;
}
.no-main-key-vs__inner .list-bottom--item:first-child {
  background-color: var(--clr-ui-sub);
}
.no-main-key-vs__inner .list-bottom--item:last-child {
  background-color: var(--clr-ui-main);
}
.no-main-key-vs__inner .list-bottom--item .text {
  color: #fff;
  text-align: left;
}
.no-main-key-vs__inner .list-bottom--item .text--top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.no-main-key-vs__inner .list-bottom--item .text .icon {
  width: clamp(4.8rem, 1.5533980583vw + 4.2174757282rem, 7.2rem);
}
.no-main-smart {
  background: linear-gradient(270deg, rgb(52, 68, 179) 0%, rgb(12, 157, 233) 100%);
  position: relative;
}
.no-main-smart__inner .text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 544px) {
  .no-main-smart__inner .text_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.no-main-smart__inner .text_wrap span {
  color: rgba(255, 255, 255, 0.8);
}
.no-main-smart__inner .text_wrap h2 {
  color: #fff;
}
@media (max-width: 544px) {
.no-main-smart__inner .text_wrap h2 {
 font-size:2.8rem;
}
}

.no-main-smart__inner .text_wrap .btn-wrap a {
  background-color: var(--clr-ui-main);
  padding: 1.4rem 2.4rem;
  color: #fff;
  font-weight: 500;
  border-radius: 5.5rem;
  position: relative;
  overflow: hidden;
  height:  clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  z-index: 2;
  transition: 0.3s ease-in-out 0.1s;
  background-color: #fff;
  color: #000;
    display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.no-main-smart__inner .text_wrap .btn-wrap a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(100% + 1px);
  left: 50%;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  background: var(--clr-ui-sub);
  transform: translateX(-50%) scale(1);
  transition:
    border-radius 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-main-smart__inner .text_wrap .btn-wrap a:hover::after {
  border-radius: 0%;
  transform: translateX(-50%) scale(2.1);
  transition:
    border-radius 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-main-smart__inner .text_wrap .btn-wrap a:hover {
  color: #1a1a1a;
  font-weight: 600;
}
.no-main-smart__inner .contents {
  position: relative;
  z-index: 2;
}
.no-main-smart__inner .contents li img{
	transition:.3s ease-in-out;
}
.no-main-smart__inner .contents li img:hover{
transform: perspective(600px) rotateY(-15deg);
}
.no-main-smart__inner .smart-slide{
display:none;
}
@media (max-width: 768px) {
.no-main-smart__inner .contents{
	display:none;
}
.no-main-smart__inner .smart-slide{
display:block;
}
}

.no-main-smart__inner .marquee {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 544px) {
  .no-main-smart__inner .marquee {
    display: none;
  }
}
.no-main-smart__inner .marquee--item {
  display: flex;
  gap: 1rem;
}
.no-main-smart__inner .marquee--item span {
  display: inline-block;
  font-size: clamp(6.4rem, 8.0258899676vw + 3.3902912621rem, 18.8rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
}
.no-main-consultant {
  position: relative;
}
.no-main-consultant .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/resource/images/main/main-c3-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  height: 42.5rem;
}
.no-main-consultant__inner {
  z-index: 2;
  position: relative;
}
.no-main-consultant__inner .text_wrap {
  color: #fff;
}
@media (max-width: 544px) {
.no-main-consultant__inner .text_wrap  h3{
font-size:2.8rem;
}
}

.no-main-consultant__inner .text_wrap p {
  color: rgba(255, 255, 255, 0.8);
}
.no-main-consultant__inner .gall-list {
  gap: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem) clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
}
.no-main-consultant__inner .gall-list figure {
  border-radius: 1.2rem;
  overflow: hidden;
}
.no-main-consultant__inner .gall-list figure img{
	transition:.3s ease-in-out;
}

.no-main-consultant__inner .gall-list figure img:hover{
	transform:scale(1.14);
}

.no-main-consultant__inner .gall-list .text h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.no-main-consultant__inner .gall-list .text p {
  color: var(--clr-ui-dgray);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
.no-main-partner__inner .text_wrap h3{
	font-size:2.8rem;
}
}


.no-main-partner {
  background-color: #fafafa;
}
.no-sub-section {
  overflow: hidden;
}
.no-sub-about__inner h2 {
  font-weight: 600;
}
.no-sub-about__inner .intro-list {
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub-about__inner .intro-list figure {
  overflow: hidden;
  border-radius: 1.2rem;
}
.no-sub-about__inner .intro-list .desc {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub-about__inner .intro-list .desc dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.4rem;
}
.no-sub-about__inner .intro-list .desc dt {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 600;
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-sub-about__inner .intro-list .desc dd {
  color: #444;
}
.no-sub-about__inner .management-list {
  gap: clamp(6.2rem, 1.1650485437vw + 5.7631067961rem, 8rem) 0;
}
.no-sub-about__inner .management-list li {
  padding: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem) 0;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
.no-sub-about__inner .management-list li:first-child{
	border-top:none;
	padding-top:0;
}
}

.no-sub-about__inner .management-list li .icon {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub-about__inner .management-list li h4 {
  color: var(--clr-ui-sub);
}
.no-sub-about__inner .management-list li .text {
  width: 80%;
}


.no-sub-about__inner .video-wrap iframe {
  border-radius: 1.2rem;
  overflow: hidden;
}
.no-sub-service__inner h2 {
  font-weight: 600;
}
.no-sub-service__inner .text-wrap {
  justify-content: space-between;
}
.no-sub-service__inner .text-wrap p {
  font-weight: 500;
}
.no-sub-service__inner .text-wrap p span {
  color: var(--clr-ui-sub);
  font-weight: 600;
}
@media (max-width: 768px) {
  .no-sub-service__inner .text {
    padding-top: 1.6rem;
  }
  .no-sub-about__inner .management-list {
	gap:0;
  }
}
.video-box{
	height:0;
	position:relative;
	padding-bottom:56.25%;
}
.video-box iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.no-sub-service__inner .text p {
  font-weight: 400;
}
.no-sub-service__inner .service-bg {
height:100%;
}
.no-sub-service__inner .service-bg figure {
  height:clamp(28rem, 20.71197411vw + 20.2330097087rem, 60rem);
}
.no-sub-service__inner .service-bg figure img {
  height: 100%;
}
.no-sub-service__inner .service-bg .text {
  background-color: var(--clr-ui-main);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem);
}
@media (max-width: 768px) {
  .no-sub-service__inner .service-bg .text {
    align-items: center;
  }
}
.no-sub-service__inner .service-bg .text h4 {
  color: #fff;
}
.no-sub-service__inner .service-bg .desc {
  display: flex;
}
@media (max-width: 544px) {
  .no-sub-service__inner .service-bg .desc {
    flex-direction: column;
    align-items: center;
    gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
	text-align:center;
  }
  .no-sub-service__inner .service-bg .text h4 {
  font-size:2.4rem;
}
  .no-sub-service__inner .service-bg .desc dl{
      align-items: center;
  }
}
.no-sub-service__inner .service-bg .desc dl {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  position: relative;
  padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-sub-service__inner .service-bg .desc dl:first-child {
  padding-left: 0;
}
@media (max-width: 544px) {
  .no-sub-service__inner .service-bg .desc dl {
    padding: 0;
  }
  .no-sub-service__inner .service-bg .desc dl::after {
    display: none;
  }
}
.no-sub-service__inner .service-bg .desc dl::after {
  content: '';
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 1px;
  height: 40%;
  background-color: #fff;
}
.no-sub-service__inner .service-bg .desc dl:last-child::after {
  display: none;
}
.no-sub-service__inner .service-bg .desc dl dt {
  font-weight: 600;
  color: #fff;
  width: 8rem;
}
.no-sub-service__inner .service-bg .desc dl dd {
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.no-sub-service__inner .history .his-wrap .his-list-best {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(8rem, 1.2944983819vw + 7.5145631068rem, 10rem);
}
.no-sub-service__inner .history .his-wrap .his-list-best::after {
  content: '';
  position: absolute;
  left: 0;
  top: clamp(0.1rem, 2.2653721683vw - 0.7495145631rem, 3.6rem);
  width: 1px;
  height: 96%;
  background-color: #ddd;
  z-index: -1;
}


.no-sub-service__inner .history .his-wrap .his-list-best > li {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .no-sub-service__inner .history .his-wrap .his-list-best > li {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-sub-service__inner .history .his-wrap .his-list-best::after{
	height:95%;
	top:1.4rem;
  }
}
.no-sub-service__inner .history .his-wrap .his-list-best > li h4 {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  font-weight: 600;
  position: relative;
  width: 20rem;
  padding-left: clamp(2.4rem, 1.6828478964vw + 1.7689320388rem, 5rem);
}
@media (max-width: 768px) {
  .no-sub-service__inner .history .his-wrap .his-list-best > li h4 {
    width: 100%;
	font-size: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
  }
}
.no-sub-service__inner .history .his-wrap .his-list-best > li h4::after {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--clr-ui-sub);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  z-index: 3;
}
.no-sub-service__inner .history .his-wrap .his-list-best > li h4::before {
  content: '';
  position: absolute;
  left: -1.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--clr-ui-sub);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  z-index: 2;
  opacity: 0.2;
}
.no-sub-service__inner .history .his-wrap .his-list-best > li:last-child::after {
  top: 1rem;
}
.no-sub-service__inner .history .his-wrap .his-list-best > li:last-child::before {
  top: 0.4rem;
}
.no-sub-service__inner .history .his-wrap .his-list-best > li .desc-list > li {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  padding-left:  clamp(2.4rem, 1.6828478964vw + 1.7689320388rem, 5rem);
}
.no-sub-service__inner .history .his-wrap .his-list-best > li .desc-list > li .text {
  display: flex;
  font-size:clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-sub-service__inner .history .his-wrap .his-list-best > li .desc-list > li .text {
    padding: 0;
  }
}
.no-sub-service__inner .history .his-wrap .his-list-best > li .desc-list > li .text span {
  color: #000;
  font-weight: 700;
  display: inline-block;
  width: clamp(3rem, 1.2944983819vw + 2.5145631068rem, 5rem);
}
.no-sub-service__inner .history .his-wrap .his-list-best > li .desc-list > li .text p {
  color: #444;
  font-weight: 400;
}
.no-sub-service__inner .management-list {
  gap: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
@media (max-width: 544px) {
  .no-sub-service__inner .management-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .no-sub-service__inner .management-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub-service__inner .management-list > li {
  border-radius: 1.2rem;
  padding: 2.4rem 1.2rem;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-shadow:
    rgba(50, 50, 105, 0.08) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.03) 0px 1px 1px 0px;
  height: clamp(25rem, 3.2362459547vw + 23.786407767rem, 30rem);
}
.no-sub-service__inner .management-list > li .icon {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub-service__inner .management-list > li .text {
  text-align: center;
}
.no-sub-service__inner .management-list > li .text p {
  font-weight: 500;
}
@media (max-width: 768px) {
  .no-sub-service__inner .management-list > li .text p br {
    display: block;
  }
}
.no-sub-service__inner .management-list > li .text p span {
  font-weight: 700;
  color: var(--clr-ui-sub);
}
.no-sub-ceo--intro {
  position: relative;
}
.no-sub-ceo--intro .intro-list {
  align-items: center;
}
@media (max-width: 768px) {
  .no-sub-ceo--intro .intro-list {
    gap: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  }
}
.no-sub-ceo--intro .intro-list h2 span {
  color: var(--clr-ui-main);
  font-weight: 700;
}
.no-sub-ceo--intro .intro-list h3 {
  font-weight: 600;
}
.no-sub-ceo--intro .intro-list figure {
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-color: #f2f4f8;
  width: clamp(32rem, 7.7669902913vw + 29.0873786408rem, 44rem);
}
.no-sub-ceo--intro .intro-list figure img {
  height: 100%;
}
.no-sub-ceo--intro .intro-list .desc {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-sub-ceo--intro .intro-list .desc p {
  color: var(--clr-ui-dgray);
  font-weight: 500;
  word-break: break-word;
}
.no-sub-overall--intro {
  position: relative;
}
.no-sub-overall--intro .intro-list {
  align-items: center;
  gap: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-sub-overall--intro .intro-list {
    gap: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  }
}
.no-sub-overall--intro .intro-list h2 span {
  color: var(--clr-ui-main);
  font-weight: 700;
}
.no-sub-overall--intro .intro-list h3 {
  font-weight: 600;
}
.no-sub-overall--intro .intro-list figure {
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-color: #f2f4f8;
  width: clamp(32rem, 7.7669902913vw + 29.0873786408rem, 44rem);
}
.no-sub-overall--intro .intro-list figure img {
  height: 100%;
}
.no-sub-overall--intro .intro-list .desc {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-sub-overall--intro .intro-list .desc p {
  color: var(--clr-ui-dgray);
  font-weight: 500;
  word-break: break-word;
}
.no-sub-leader__inner h2 span {
  color: var(--clr-ui-main);
  font-weight: 700;
}
.no-sub-leader__inner .leader-list {
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-sub-leader__inner .leader-list > li {
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #f2f4f8;
box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px;
}
.no-sub-leader__inner .leader-list > li figure {
  width: 28rem;
  margin: 0 auto;
}
.no-sub-leader__inner .leader-list > li .text {
  z-index: 2;
  height: 100%;
  background-color: #fff;
}
.no-sub-leader__inner .leader-list > li .text > div {
  padding: 3.6rem;
}
.no-sub-leader__inner .leader-list > li .text h4 {
  font-weight: 500;
  display:flex;
    align-items: flex-end;
  gap:0.6rem;
}
.no-sub-leader__inner .leader-list > li .text h4 span {
  font-weight: 700;
}
.no-sub-leader__inner .leader-list > li .text p {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: #444;
  padding-top: 0.4rem;
}
.no-sub-leader__inner .leader-list > li .text p:first-child {
  padding-top: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-sub-inquiry {
  background-color: #f5f5f5;
}
.no-sub-inquiry__inner h2 {
  text-align: center;
}
.no-sub-inquiry__inner .inquiry {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 4.8rem;
}
.no-sub-inquiry__inner .inquiry .input_wrap {
  gap: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
}
.no-sub-inquiry__inner .inquiry .input-item {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-sub-inquiry__inner .inquiry .input-item input {
  background-color: rgba(0, 0, 0, 0);
  font-family: 'Pretendard';
  border: 1px solid #ebebeb;
  position: relative;
  height: 4.8rem;
  border-radius: 0.8rem;
  padding: 0.8rem 1.5rem;
  max-width: 33rem;
  width:100%;
}
.no-sub-inquiry__inner .inquiry .input-item input:focus {
  border-color: var(--clr-ui-main);
}
.no-sub-inquiry__inner .inquiry .input-item #title {
  width: 100% !important;
}
.no-sub-inquiry__inner .inquiry .text-item {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-sub-inquiry__inner .inquiry .text-item textarea {
  height: 15rem;
  font-family: 'Pretendard';
  border: 1px solid #ebebeb;
  border-radius: 1.2rem;
  padding: 0.8rem 1.5rem;
      color: var(--clr-gray-500);
}
.no-sub-inquiry__inner .inquiry .text-item textarea:focus {
  border-color: var(--clr-ui-main);
}
.no-sub-inquiry__inner .inquiry .line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub-inquiry__inner .inquiry .line-btn button {
  background-color: var(--clr-ui-main);
  padding: 1.4rem 2.4rem;
  color: #fff;
  font-weight: 500;
  border-radius: 5.5rem;
  position: relative;
  overflow: hidden;
  height:  clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  z-index: 2;
  transition: 0.3s ease-in-out 0.1s;
  width: 100%;
  max-width: 28rem;
    display: flex;
  align-items: center;
  justify-content: center;
}
.no-sub-inquiry__inner .inquiry .line-btn button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(100% + 1px);
  left: 50%;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  background: var(--clr-ui-sub);
  transform: translateX(-50%) scale(1);
  transition:
    border-radius 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-sub-inquiry__inner .inquiry .line-btn button:hover::after {
  border-radius: 0%;
  transform: translateX(-50%) scale(2.1);
  transition:
    border-radius 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-sub-inquiry__inner .inquiry .line-btn button:hover {
  color: #1a1a1a;
  font-weight: 600;
}
.no-sub-month__inner h2 {
  text-align: center;
}
.no-sub-month__inner .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
}
@media (max-width: 768px) {
  .no-sub-month__inner .cate {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.no-sub-month__inner .cate--item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 500;
  border-radius: 5.5rem;
  color: #a6a7a9;
  background-color: #f3f4f5;
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  padding: 1rem 1.5rem;
  white-space:nowrap;
}
.no-sub-month__inner .cate--item a:hover {
  background-color: var(--clr-ui-bgc);
}
.no-sub-month__inner .cate--item a.active {
  background-color: var(--clr-ui-sub);
  color: #fff;
}
.no-sub-month__inner .no-gallery-list ul {
  gap: clamp(4.2rem, 2.4595469256vw + 3.2776699029rem, 8rem) clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
}
.no-sub-month__inner .no-gallery-list h3 {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.no-sub-month__inner .no-gallery-list a:hover img {
  transform: scale(1.14);
}
.no-sub-month__inner .no-gallery-list figure {
  border-radius: 1.2rem;
  overflow: hidden;
  height:clamp(28rem, 9.7087378641vw + 24.359223301rem, 43rem);
}
.no-sub-month__inner .no-gallery-list figure  img{
height:100%;
}
.no-sub-month__inner .no-gallery-list figure img {
  transition: 0.3s ease-in-out;
}
.no-sub-month__inner .no-gallery-list .sub-text {
  color: #a6a7a9;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.no-sub-month__inner .no-gallery-list .sub-text span:first-child {
  position: relative;
}
.no-sub-month__inner .no-gallery-list .sub-text span:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.6rem;
  height: 1.2rem;
  width: 1px;
  background-color: #ddd;
} /*# sourceMappingURL=style.css.map */

.pr-box {
  box-shadow:
    rgba(67, 71, 85, 0.17) 0px 0px 0.15em,
    rgba(90, 125, 188, 0.03) 0px 0.15em 0.3em;
  height: clamp(16rem, 9.0614886731vw + 12.6019417476rem, 30rem);
  padding: 1.6rem 2.4rem;
  overflow-y: auto;
  font-size: 1.4rem;
  margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  height:23rem !important;
  background:#fff;
  border-top-left-radius:1.2rem;
  border-bottom-left-radius:1.2rem;
}
 .pr-box p {
  padding-top: 2rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 500;
}
 .pr-box span {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
 .pr-box p:nth-of-type(1) {
  padding-top: 0;
}
 .pr-box ul {
  padding-top: 1rem;
}
 .pr-box ul li {
  padding: 0.6rem 0;
}
 .no-chk-agree {
  display: flex;
  align-items: center;
  gap:0.8rem;
}
 .no-chk-agree input {
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  position: relative;
  padding: 0;
}
 .no-chk-agree input:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/resource/images/icon/fc_check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  z-index: 2;
}
 .no-chk-agree label {
  transform: translateY(5px);
  font-size: 1.6rem;
  font-weight: 500;
  color:#000;
}
@media (max-width: 544px) {
   .no-chk-agree label {
    font-size: 1.2rem;
  }
}
 .no-chk-agree label strong {
  font-weight: 700;
}
 .bt-wrap .captcha-wrap .no-captcha {
  width: 100%;
}
 .bt-wrap .captcha-wrap .no-captcha__box {
  display: flex;
  align-items: center;
}
 .bt-wrap .captcha-wrap .no-captcha__box .no-captcha__img {
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-ui-main);
  overflow: hidden;
  object-fit: contain;
  border-width: 100%;
  border-top-left-radius:0.8rem;
  border-bottom-left-radius:0.8rem;
}
 .bt-wrap .captcha-wrap .no-captcha__box .no-captcha__img {
  object-fit: contain;
}
 .captcha-wrap input {
  border: none;
  border-radius:0;
  max-width: 30rem;
  width: 100%;
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.61;
  color: #1a1a1a;
  border:1px solid #ddd;
  background:transparent;
  padding-right: 2.4rem;
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
    border-top-right-radius:0.8rem;
  border-bottom-right-radius:0.8rem;
   color: #878787;
}
@media (max-width: 768px) {
   .captcha-wrap input {
    font-size: 1.4rem;
  }
}
@media (max-width: 544px) {
   .captcha-wrap input {
    width: 100% !important;
  }
}
 .captcha-wrap input input::placeholder {
  color: #5f5f5f;
}
 .captcha-wrap input input:focus {
  outline: none;
}
.no-view-top {
  padding: 0 0 3rem 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  text-align: left;
}
.no-view-top__date {
  display: block;
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  gap: 0.8rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}
.view-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.view-btn a {
  background-color: var(--clr-ui-main);
  padding: 1.4rem 2.4rem;
  color: #fff;
  font-weight: 500;
  border-radius: 5.5rem;
  position: relative;
  overflow: hidden;
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  z-index: 2;
  transition: 0.3s ease-in-out 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.view-btn a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(100% + 1px);
  left: 50%;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  background: var(--clr-ui-sub);
  transform: translateX(-50%) scale(1);
  transition:
    border-radius 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.view-btn a:hover::after {
  border-radius: 0%;
  transform: translateX(-50%) scale(2.1);
  transition:
    border-radius 0.3s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-btn a:hover{
  color: #1a1a1a;
  font-weight: 600;
}


.no-view-top__title {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: var(--clr-gray-900);
  line-height: 1.51;
}
@media (max-width: 768px) {
  .no-view-top__title {
    font-size: 2.4rem;
  }
}
.no-view-bot {
  padding: 8rem 0rem;
}

@media (max-width: 768px) {
  .no-view-bot {
    padding: 4rem 0rem;
  }
}
.no-view-bot__contents {
  width: 100%;
  font-family: pretendard !important;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  word-break: break-all;
}



.no-view-bot__contents p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.8rem;
  word-break: break-all;
  font-weight: 400;
  color: #181818 !important;
}

.no-view-bot__contents p img{

}

.no-view-bot__contents p b {
  font-size: 2.2rem;
  color: #181818 !important;
  font-weight: 600;
  font-family: 'Roboto', sans-serif !important;

}
.no-view-bot__contents p span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  color: #181818 !important;
  word-break: keep-all;
}
.no-view-bot__contents span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  color: #181818 !important;
  word-break: keep-all;
}
.no-view-bot__contents h1{
padding-top:3.2rem;
}

  .no-view-bot__contents p b span{	
	font-weight:600;
  }
.no-view-bot__contents span b {
  font-family: 'Roboto', sans-serif !important;
  font-size: 2.2rem;
  font-weight: 600;
  color: #181818 !important;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .no-view-bot__contents p {
    font-size: 1.6rem;
 padding-top: 1.2rem;
  }
  .no-view-bot__contents p span {
    font-size: 1.6rem;
  }
  .no-view-bot__contents p b {
    font-size: 1.8rem;
   padding-top:2.4rem;
  }
  
  .no-view-bot__contents span b {
    font-size: 1.8rem;
  }
  
  .no-view-bot__contents br{
	display:block;
}

}
@media (max-width: 768px) {
  colgroup col:nth-child(4) {
    display: none;
  }
}
@media (max-width: 375px) {
  colgroup col:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .no-view-bot__contents p span {
    font-size: 1.6rem;
  }
}
.no-view-bot__download li {
  margin-bottom: 15px;
}
.no-view-bot__download li:last-child {
  margin-bottom: 0;
}
.no-view-bot__download li a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: ease all 0.3s;
}
.no-view-bot__download li a:hover {
  color: var(--color-brand-600);
}
.no-view-bot__contents img {
  max-width: 100%;
  margin:0 auto;
  display:block;
	padding-top:6rem;
}
@media (max-width: 768px) {
  .no-view-bot__contents img {
    max-width: 100%;
  }
}
.no-view-list__btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-view-list__btn a {
  display: block;
  padding: 8px 24px;
  background: var(--color-brand-600);
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.no-board-nav {
  border-top: 1px solid rgba(3, 3, 3, 0.1);
  margin-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
.no-view-top__category {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-brand-400);
}

.no-board-nav__items {
  display: flex;
  flex-direction: column;
}
.no-board-nav__items li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  justify-content: space-between;
}

.no-board-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
}
.no-board-nav__link:nth-child(even) {
  display: none;
}

.no-board-nav__items li:hover {
  background-color: #f8f8f8;

  .no-board-nav__link .no-board-nav__division span {
    color: var(--color-brand-600) !important;
  }
}
.no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.6rem;
  color: #666;
}

.no-board-nav__division p {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .no-board-nav__division p {
    font-size: 1.4rem;
  }
}
.no-board-nav__title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  margin-left: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .no-board-nav__title {
    font-size: 1.4rem;
  }
}
.no-board-nav__date {
  font-size: 1.4rem;
  font-weight: 300;
  color: #666;
  padding-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .no-board-nav__date {
    display: none;
  }
}

.view_seciton{
	background:#f0f1e9;
}
.no-view-bot__contents > div > p img{
	    margin: 0 auto;
		display:block;
}

.table-bordered {
	    border: 1px solid rgba(0,0,0,0.6);
    border-collapse: collapse;
	margin-top:6.4rem;
}

.table-bordered td,
.table-bordered th{
    padding: 2rem 3.2rem;
    border-right: 1px solid rgba(0,0,0,0.6);
    border-bottom: 1px solid  rgba(0,0,0,0.6);
}

h1{
	font-weight:700;
	font-size: 2.4rem;
}

.no-view-bot__contents p span{
white-space:normal !important;
}