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-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: #0b203f;
  --clr-primary-main: #0b203f;
  --clr-primary-sub: #2180b4;
  --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-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-main {
  color: var(--clr-primary-main);
}
.bg-primary-main {
  background-color: var(--clr-primary-main);
}
.clr-primary-sub {
  color: var(--clr-primary-sub);
}
.bg-primary-sub {
  background-color: var(--clr-primary-sub);
}
.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(4rem, 2.7184466019vw + 2.9805825243rem, 8.2rem);
  line-height: 1.31;
  font-weight: 500;
}
.no-heading-2 {
  font-size: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-3 {
  font-size: clamp(2.8rem, 1.8122977346vw + 2.1203883495rem, 5.6rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-4 {
  font-size: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-5 {
  font-size: clamp(2.2rem, 1.1650485437vw + 1.7631067961rem, 4rem);
  font-weight: 700;
}
.no-heading-6 {
  font-size: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  font-weight: 700;
}
.no-heading-7 {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 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.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  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.2rem, 0.1294498382vw + 1.1514563107rem, 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-100 {
  padding-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--top {
  padding-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--bottom {
  padding-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--left {
  padding-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--right {
  padding-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--tb {
  padding-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.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-162 {
  padding-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--top {
  padding-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--bottom {
  padding-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--left {
  padding-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--right {
  padding-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--tb {
  padding-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.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-100 {
  margin-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  margin-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  margin-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  margin-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--top {
  margin-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--bottom {
  margin-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--left {
  margin-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--right {
  margin-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.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-162 {
  margin-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  margin-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  margin-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  margin-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--top {
  margin-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--bottom {
  margin-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--left {
  margin-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--right {
  margin-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.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-100 {
  overflow: hidden;
  border-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.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-162 {
  overflow: hidden;
  border-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.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-100 {
  gap: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.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-162 {
  gap: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-fluid-container-xs {
  max-width: 420pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-xs {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .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: 1320px) {
  .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: 1320px) {
  .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: 1320px) {
  .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: 1320px) {
  .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: 1320px) {
  .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: 1320px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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: 420px) {
  .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-primary-default);
  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: 'Noto Sans TC';
  src: url('/resource/vendor/fonts/Noto_Sans_TC/static/NotoSansTC-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url('/resource/vendor/fonts/Noto_Sans_TC/static/NotoSansTC-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url('/resource/vendor/fonts/Noto_Sans_TC/static/NotoSansTC-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('/resource/vendor/fonts/Roboto/static/Roboto-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url('/resource/vendor/fonts/Roboto/static/Roboto-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Roboto';
  src: url('/resource/vendor/fonts/Roboto/static/Roboto-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('/resource/vendor/fonts/Roboto/static/Roboto-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%;
}
.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);
}
.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);
}
.pos-r {
  position: relative;
}
.font-en {
  font-family: 'Roboto';
}
.font-cn {
  font-family: 'Noto Sans TC';
}
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 .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.65rem 1.2rem;
  display: flex;
  border-radius: 0.6rem;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-pagi-div__list li a.active {
  width: 100%;
  background-color: var(--clr-primary-main);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.no-pagi-div__list li a.active:hover {
  width: 100%;
  background-color: var(--clr-primary-main);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.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;
}
.cate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
}
@media (max-width: 768px) {
  .cate {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.cate--item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 500;
  border-radius: 5.5rem;
  background-color: #fafafa;
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  padding: 0.6rem 1.5rem;
  white-space: nowrap;
}
.cate--item a:hover {
  background-color: var(--clr-primary-main);
  color: #fff;
}
.cate--item a.active {
  background-color: var(--clr-primary-main);
  color: #fff;
}
.no-gallery-list ul {
  gap: 2.4rem;
}
@media (max-width: 544px) {
.no-gallery-list ul {
        grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 460px) {
.no-gallery-list ul {
        grid-template-columns: repeat(1, 1fr);
}
}
.no-gallery-list h3 {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.no-gallery-list li {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.no-gallery-list li:hover .text {
  opacity: 1;
  visibility: visible;
  transition: 0.6s ease all;
}
.no-gallery-list figure {
    width: 100%; /* 부모 요소 너비 */
    aspect-ratio: 16 / 9; /* 원하는 비율 설정 (16:9 예시) */
    overflow: hidden; /* 넘치는 부분을 숨김 */
  height: clamp(21rem, 12.9449838188vw + 16.145631068rem, 41rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-gallery-list figure img{
  width: clamp(14rem, 3.8834951456vw + 12.5436893204rem, 20rem);
    height: 100%; /* 높이를 부모 요소에 맞춤 */
    object-fit: contain; /* 비율을 유지하면서 부모 크기에 맞게 자름 */
    object-position: center; /* 이미지 중앙 정렬 */
}

.no-gallery-list .video-img img{
width:100% !important;
}

.no-gallery-list .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  background: var(--clr-primary-sub);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease all;
}
.no-gallery-list .text dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.no-gallery-list .text dt {
  font-weight: 600;
}
.no-gallery-list .text dd {
  color: rgba(255, 255, 255, 0.8);
}
@keyframes text-ani-right {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes smoothMotion {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate(-2%, -2%) scale(1.05) rotate(-1deg);
  }
  50% {
    transform: translate(2%, 2%) scale(1.1) rotate(1deg);
  }
  75% {
    transform: translate(-1%, 1%) scale(1.05) rotate(0deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes progress-animation {
  from {
    stroke-dashoffset: 502;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.quotation-container .quotation_inner {
  background-color: #000220;
  height: clamp(38rem, 19.4174757282vw + 30.7184466019rem, 68rem);
  border-radius: 2.4rem;
  position: relative;
  overflow: hidden;
}
.quotation-container .quotation_inner .text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 clamp(2.4rem, 3.7540453074vw + 0.9922330097rem, 8.2rem);
  color: #fff;
}
.quotation-container .quotation_inner .text-wrap .btn-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.quotation-container .quotation_inner .text-wrap .btn-line button {
  color: #fff;
  font-weight: 500;
  border-radius: 5.5rem;
  padding: 1rem clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
  position: relative;
  background: linear-gradient(
    14deg,
    rgb(28, 92, 175) 0%,
    rgb(26, 115, 232) 44%,
    rgb(59, 142, 251) 92%,
    rgb(107, 168, 248) 100%
  );
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  transition: 0.3 ease all;
}
.quotation-container .quotation_inner .text-wrap .btn-line button::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  background: #000220;
  border-radius: 5.5rem;
  z-index: -1;
  padding: 1rem clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
}
.quotation-container .quotation_inner .text-wrap .btn-line button:hover::before {
  background: linear-gradient(
    14deg,
    rgb(28, 92, 175) 0%,
    rgb(26, 115, 232) 44%,
    rgb(59, 142, 251) 92%,
    rgb(107, 168, 248) 100%
  );
}
.quotation-container .quotation_inner .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
  width: 70rem;
  z-index: -1;
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10rem;
  transform: translateX(-50%);
  width: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  height: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  z-index: 2;
}
.scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  height: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  margin-left: -12px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scroll-down a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scroll-down a span:nth-of-type(2) {
  top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.scroll-down a span:nth-of-type(3) {
  top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sub__text-wrap {
  max-width: 1080px;
  margin: -10rem auto 0;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 5rem 2.8rem 0;
  text-align: center;
  z-index: 2;
  position: relative;
}
.sub__text-wrap p {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.51;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  word-break: break-all;
}
.title {
  text-align: center;
}
.title h2 {
  font-weight: 600;
}
.process-wrap ul {
  gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}
@media (max-width: 544px) {
  .process-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .process-wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process-wrap li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  background-color: #121212;
  border: 1px solid #444;
  border-radius: 1.2rem;
  padding: 3.6rem clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  transition: 0.3s ease all;
}
.process-wrap li:hover {
  border: 1px solid var(--clr-primary-sub);
}
.process-wrap li:nth-child(2) figure {
  width: clamp(6.4rem, 2.3300970874vw + 5.5262135922rem, 10rem);
}
.process-wrap li span {
  color: #b7b7b7;
}
.process-wrap li figure {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.process-wrap li .text {
  text-align: center;
  color: #fff;
  height: 100%;
}
.process-wrap li .text ._inner {
  height: 100%;
}
.process-wrap li .text p {
  color: rgba(255, 255, 255, 0.8);
}
.form-wrap .input-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 760px;
  margin: 0 auto;
}
.form-wrap .input_wrap {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .form-wrap .input_wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.form-wrap .input-item {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.form-wrap .input-item input {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  color: #444;
  height: 4.4rem;
  border-radius: 0.8rem;
  padding: 0.8rem 1.5rem;
  width: 100%;
  transition: all 0.3s ease;
  font-family: 'Pretendard';
}
.form-wrap .input-item input:focus {
  border-color: #0073e6;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.2);
}
.form-wrap .input-item input::placeholder {
  color: #aaa;
  font-size: 1.4rem;
}
.form-wrap .input-textarea {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.form-wrap .input-textarea label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #444;
}
.form-wrap .input-textarea textarea {
  font-family: 'Pretendard';
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  color: #444;
  border-radius: 0.8rem;
  padding: 1.5rem;
  height: 12rem;
  width: 100%;
  resize: vertical;
  transition: all 0.3s ease;
}
.form-wrap .input-textarea textarea:focus {
  border-color: #0073e6;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.2);
}
.form-wrap .input-textarea textarea::placeholder {
  color: #aaa;
  font-size: 1.4rem;
}
.form-wrap .file-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 544px) {
  .form-wrap .file-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-wrap .file-contents .file-upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f9f9f9;
  border: 2px dashed #ccc;
  height: 20rem;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-wrap .file-contents .file-upload-box:hover {
  background-color: #f1f1f1;
  border-color: #0073e6;
}
.form-wrap .file-contents .file-upload-box i {
  font-size: 3rem;
  color: #0073e6;
  margin-bottom: 0.5rem;
}
.form-wrap .file-contents .file-upload-box p {
  font-size: 1.4rem;
  color: #666;
}
.form-wrap .file-contents .file-right-wrap {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 20rem;
}
.form-wrap .file-contents .uploaded-area {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-wrap .file-contents .uploaded-area .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
}
.form-wrap .file-contents .uploaded-area .row .content {
  width: 80%;
}
.form-wrap .file-contents .uploaded-area .row .name {
  color: #444;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3rem);
}
.form-wrap .file-contents .uploaded-area .row .remove {
  font-size: 1.6rem;
  color: #ff4d4d;
  cursor: pointer;
}
.form-wrap .file-contents .uploaded-area .row .remove:hover {
  color: #e60000;
}
.form-wrap .file-info {
  font-size: 1.2rem;
  color: #888;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: center;
}
.form-wrap .notice {
  color: #b1b1b1;
  display: inline-block;
}
.form-wrap .submit {
  width: 15rem;
  height: 4.5rem;
  font-weight: 500;
  border-radius: 5.5rem;
  padding: 1.3rem 0rem;
  position: relative;
  color: #fff;
  background: var(--clr-primary-sub);
  margin: 4.8rem auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.border-ani {
  border-radius: 50%;
  opacity: 0;
  transform: translateY(20px);
  transition:
    border-radius 1.3s ease-in-out,
    opacity 1.3s ease-in-out,
    transform 1.2s ease-in-out;
}
.border-ani.in-view {
  border-radius: 1.6rem;
  opacity: 1;
  transform: translateY(0);
}
.no-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 100;
  transition: ease 0.3s;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 10px 10px -10px;
}
.no-header__bg {
  position: absolute;
  width: 100%;
  top: 8rem;
  height: 8rem;
  background: #121212;
  z-index: -1;
  display: none;
  opacity: 0;
  transition: 0.3s ease all;
}
.no-header.drop_menu .no-header__bg {
  display: block;
  opacity: 1;
}
.no-header.drop_menu .no-header__inner--menu .no-header__gnb--item .no-header__lnb {
  display: flex;
  opacity: 1;
  transition-delay: 100ms;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-header.active {
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.no-header.active .no-header__inner {
  overflow: visible;
  transition: ease all 0.5s;
}
.no-header.active .no-header__inner--logo .logo-w {
  display: none;
}
.no-header.active .no-header__inner--logo .logo-c {
  display: block;
}
.no-header.active .no-header__inner--menu .no-header__gnb--item .no-header__gnb--link {
  color: #1a1a1a;
}
.no-header.active .no-header__inner .no-mobile_toggle_btn--line {
  background-color: #1a1a1a;
}
.no-header.active .no-header__inner .btn-wrap a {
  background-color: var(--clr-primary-main);
  border: 1px solid var(--clr-primary-main);
}
.no-header.active .no-header__inner .btn-wrap a {
  background: var(--clr-primary-main);
}
.no-header.active .no-header__inner .btn-wrap a::before {
  background-color: var(--clr-primary-main);
}
.no-header.active .no-header__bg {
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.no-header.active .no-header__inner--menu .no-header__gnb--item .no-header__lnb--link {
  color: #1a1a1a;
}
.no-header.active .no-header__inner--menu .no-header__gnb--item .no-header__lnb--link:hover {
  color: var(--clr-primary-sub);
}
.no-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}
@media (max-width: 1024px) {
  .no-header__inner {
    height: 6.4rem;
  }
}
.no-header__inner--logo {
  width: clamp(9rem, 1.9417475728vw + 8.2718446602rem, 12rem);
  z-index: 5;
}
.no-header__inner--logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-header__inner--logo .logo-c {
  display: none;
}
.no-header__inner--menu {
  height: 100%;
}
.no-header__inner--menu .no-header__gnb {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 1.8122977346vw + 1.7203883495rem, 5.2rem);
  width: 100%;
  height: 100%;
  transition: ease all 0.3s;
}
@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;
  transition: ease all 0.3s;
}
.no-header__inner--menu .no-header__gnb--item:nth-child(1) .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:nth-child(5) .no-header__lnb {
  display: none !important;
}
.no-header__inner--menu .no-header__gnb--item:nth-child(2) .no-header__lnb {
  margin-left: 11.3rem;
}
.no-header__inner--menu .no-header__gnb--link {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-header__inner--menu .no-header__lnb {
  position: absolute;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 2;
  height: 100%;
}
.no-header__inner--menu .no-header__lnb--item {
  text-align: center;
  height: 100%;
}
.no-header__inner--menu .no-header__lnb--link {
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
  transition: 0.2s ease all;
  height: 100%;
}
.no-header__inner--menu .no-header__lnb--link:hover {
  color: var(--clr-primary-sub);
}
.no-header__inner .target-line {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 5.5rem;
  background-color: var(--clr-primary-sub);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
@media (max-width: 1024px) {
  .no-header__inner .btn-wrap {
    display: none;
  }
}
.no-header__inner .btn-wrap a {
  color: #fff;
  font-weight: 500;
  border-radius: 5.5rem;
  padding: 1rem 3.2rem;
  position: relative;
  background: linear-gradient(
    14deg,
    rgb(28, 92, 175) 0%,
    rgb(26, 115, 232) 44%,
    rgb(59, 142, 251) 92%,
    rgb(107, 168, 248) 100%
  );
  z-index: 1;
  transition: 0.3s ease all;
}
.no-header__inner .btn-wrap a::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  background-color: #000;
  border-radius: 5.5rem;
  z-index: -1;
  padding: 1rem 3.2rem;
  transition: 0.3s ease all;
}
.no-header__inner .btn-wrap a:hover::before {
  background-color: var(--clr-primary-sub);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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: #fff;
  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) {
  width: 60%;
  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: -100%;
    transition: 0.5s;
  }
}
@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 {
    right: 0;
  }
  .no-header .no-header-m-div.add .no-h-btn-m {
    opacity: 1;
    visibility: visible;
  }
  .no-header .no-header-m-div__inner {
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .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;
    border-bottom: 1px solid #444;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--item:nth-child(1) .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--item:nth-child(5) .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: #fff;
    font-weight: 500;
    font-size: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--link .fa-angle-up {
    transition: 0.3s;
    color: #fff;
  }
  .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-header .no-header-m-div__inner .no-header-m__lnb--link {
    font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
    color: #fff;
  }
}
.no-footer {
  background-color: #000;
}
.no-footer__inner--top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-footer__inner--top {
    flex-wrap: wrap;
    gap: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  }
}
@media (max-width: 768px) {
  .no-footer__inner--top .address {
    width: 100%;
  }
}
.no-footer__inner--top .address .m-visibile {
  display: none;
}
@media (max-width: 768px) {
  .no-footer__inner--top .address .m-visibile {
    display: block;
  }
}
.no-footer__inner--top .address--logo {
  width: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
}
.no-footer__inner--top .address--logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .no-footer__inner--top .address--info {
    padding-top: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  }
}
.no-footer__inner--top .address--info .top,
.no-footer__inner--top .address--info .mid,
.no-footer__inner--top .address--info .bottom {
  display: flex;
  gap: clamp(0.6rem, 0.7766990291vw + 0.3087378641rem, 1.8rem);
}
@media (max-width: 544px) {
  .no-footer__inner--top .address--info .top,
  .no-footer__inner--top .address--info .mid,
  .no-footer__inner--top .address--info .bottom {
    flex-direction: column;
  }
}
.no-footer__inner--top .address--info dl {
  display: flex;
  gap: clamp(0.4rem, 0.1294498382vw + 0.3514563107rem, 0.6rem);
  color: #b7b7b7;
}
.no-footer__inner--top .address--info dl dd {
  color: #b7b7b7;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .no-footer__inner--top .f-menu {
    display: none;
  }
}
.no-footer__inner--top .f-menu .no-footer__gnb {
  display: flex;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-footer__inner--top .f-menu .no-footer__gnb--link {
  color: #fff;
  position: relative;
  display: inline;
  font-weight: 400;
}
.no-footer__inner--top .f-menu .no-footer__gnb--link::after {
  content: '';
  position: absolute;
  left: 0;
  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--bottom {
  background-color: #000;
  border-top: 1px solid #393939;
}
.no-footer__inner--bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@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: #b7b7b7;
  position: relative;
}
.no-footer__inner--bottom .inner .policy a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  width: 0.5px;
  height: 80%;
  background-color: #b7b7b7;
}
@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;
}
.no-footer__inner--bottom .inner p {
  color: #b7b7b7;
}
.kakao-link {
  position: fixed;
  z-index: 9999;
  right: 2rem;
  bottom: 19rem;
  flex-direction: column;
  gap: 1.6rem;
}
.kakao-link a {
  width: 5.6rem;
  height: 5.6rem;
  background: var(--clr-primary-main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kakao-link a img {
  width: 3.2rem;
}

.quick_menu {
  position: fixed;
  display: flex;
  align-items: flex-end;
  z-index: 9999;
  right: 2rem;
  bottom: 4rem;
  flex-direction: column;
  gap: 1.6rem;
}
.quick_menu.sticky-stop {
  position: absolute;
}
.quick_menu .top_btn {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  background: #1c1c1c;
  border: 1px solid #444;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
}
.quick_menu .top_btn:hover i {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn:hover::after {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn ::after {
  content: '';
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: cover;
  display: block;
  margin-top: 4rem;
  position: relative;
  transition: all 0.3s;
  bottom: 0;
}
.quick_menu .top_btn i {
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: cover;
  display: block;
  position: relative;
  bottom: 0;
}
.no-sub-visual {
  height: clamp(24rem, 24.5954692557vw + 14.7766990291rem, 62rem);
  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 .no-container-xl {
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.no-sub-visual .no-container-xl h2 {
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.no-sub-visual .no-container-xl p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-sub-visual .no-container-xl .no-sub-visaul-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .no-sub-visual .no-container-xl .no-sub-visaul-nav {
    justify-content: center;
  }
}
.no-sub-visual .no-container-xl .no-sub-visaul-nav h2 {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 400;
}
.no-sub-visual .no-container-xl .no-sub-visaul-nav .fa-circle {
  font-size: 0.8rem;
}
.no-sub-nav-menu {
  border-bottom: 1px solid #eee;
}
.no-sub-nav-menu .no-sub-nav-menu__list {
  gap: clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub-nav-menu .no-sub-nav-menu__list a {
  position: relative;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.4rem 0;
  color: #b7b7b7;
}

 .depth3{
display:flex;
gap:0.5rem;

}
 .depth3 i{
	font-size:1rem;
	padding-right:0.4rem;
 }

.no-sub-nav-menu .no-sub-nav-menu__list a.active {
  color: #000;
}
.no-sub-nav-menu .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;
}
.no-modal-container {
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  word-break: break-all;
  opacity: 0;
  visibility: hidden;
}
.no-modal-container.visible {
  opacity: 1;
  visibility: visible;
}
.no-modal-container .no-modal-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  max-width: 768px;
  visibility: hidden;
  transition: ease all 0.3s;
  overflow: auto;
  display: flex;
  border-radius: 1.2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 3%;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 5rem 2.4rem;
}
.no-modal-container .no-modal-item.visible {
  opacity: 1;
  visibility: visible;
  display: flex;
}
@media (max-width: 1024px) {
  .no-modal-container .no-modal-item {
    width: 80%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
@media (max-width: 768px) {
  .no-modal-container .no-modal-item {
    width: 90%;
  }
}
.no-modal-container .no-modal-item .img {
  overflow: hidden;
}
.no-modal-container .no-modal-item .txt {
  padding: 4rem 6rem 8rem;
}
@media (max-width: 1024px) {
  .no-modal-container .no-modal-item .txt {
    padding: 2rem 3rem 4rem;
  }
}
@media (max-width: 768px) {
  .no-modal-container .no-modal-item .txt {
    padding: 1.8rem 2.4rem 2.4rem;
  }
}
.no-modal-container .no-modal-item .txt .info h3 {
  font-size: var(--fs-body-xl);
  font-weight: var(--fw-semibold);
}
.no-modal-container .no-modal-item .txt .info p {
  font-size: var(--fs-body-md);
}
.no-modal-container .no-modal-item .txt .info i {
  font-size: var(--fs-heading-md);
}
.no-modal-container .no-modal-item .txt .info .--card-icon {
  font-size: inherit;
}
.no-modal-container .no-modal-item .txt .title {
  border-bottom: 1px solid var(--clr-surface-invert-24);
}
.no-modal-container .no-modal-item img {
  max-height: 50rem;
  transform: scale(1.02);
}
.no-modal-container .form-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.no-modal-container .form-wrap .text-wrap {
  text-align: center;
}
.no-modal-container .form-wrap .text-wrap p {
  color: rgba(0, 0, 0, 0.8);
}
.no-modal-container .form-wrap .input-container {
  gap: 1.2rem;
}
.no-modal-container .form-wrap input {
  height: 4.4rem;
}
.no-modal-container .form-wrap .file-upload-box {
  height: 15rem;
}
.no-modal-container .form-wrap .file-right-wrap {
  height: 15rem;
}
.no-modal-swiper-pagination span {
  background: var(--clr-background-white);
}
.no-modal-close-btn {
  z-index: 999999;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: var(--tran-modal);
  width: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  height: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  border-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #fff;
  opacity: 0;
}
.no-modal-close-btn.visible {
  opacity: 1;
  bottom: 2vh;
  visibility: visible;
}
.no-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition-property: opacity, visibility;
}
.no-backdrop.visible {
  opacity: 1;
  visibility: visible;
}
.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;
}
.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 {
  background-color: #000;
}
.no-main-section {
  overflow: hidden;
}
.no-main-key-vs {
  width: 100%;
  height: 100vh;
  padding-top: 8rem;
  position: relative;
}
@media (max-width: 1024px) {
  .no-main-key-vs {
    padding-top: 6.4rem;
  }
}
.no-main-key-vs .swiper {
  height: 100%;
}
.no-main-key-vs .swiper-slide {
  position: relative;
  transition: opacity 0.5s ease-in-out;
}
.no-main-key-vs .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 1;
}
.no-main-key-vs .swiper-slide figure {
  height: 100%;
  overflow: hidden;
}
.no-main-key-vs .swiper-slide figure img {
  height: 100%;
  transform: scale(1.14);
  transition: 3s ease-in;
}
.no-main-key-vs .swiper-slide .text_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
}
.no-main-key-vs .swiper-slide .text_inner .text {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
}
.no-main-key-vs .swiper-slide .text_inner .text h3 {
  font-weight: 700;
  font-size: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  display: inline;
}
.no-main-key-vs .swiper-slide .text_inner .text p {
  font-weight: 400;
}
.no-main-key-vs .swiper-slide .text_inner .text .cursor {
  font-size: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  opacity: 1;
}
.no-main-key-vs .swiper-slide .text_inner .text .btn-fill {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-main-key-vs .swiper-slide .text_inner .text .btn-fill button {
  margin: 0 auto;
  padding: 1.2rem 3.2rem;
  color: #fff;
  border-radius: 5.5rem;
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  background: linear-gradient(
    -260deg,
    rgb(28, 92, 175) 0%,
    rgb(26, 115, 232) 42%,
    rgb(59, 142, 251) 83%,
    rgb(107, 168, 248) 100%
  );
}
.no-main-key-vs .swiper-slide .text_inner .text .btn-fill button i {
  transition: 0.3s ease all;
  margin-left: 0.4rem;
}
.no-main-key-vs .swiper-slide .text_inner .text .btn-fill button:hover i {
  transform: translateX(0.4rem);
}
.no-main-key-vs .swiper-slide .text_inner .text .blink_animate {
  animation-name: blink;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
}
.no-main-key-vs .swiper-slide-active figure img {
  transform: scale(1);
}
.no-main-key-vs .swiper-pagination {
  bottom: 3rem;
}
.no-main-key-vs .swiper-pagination-bullet {
  background-color: #fff;
  width: 3rem;
  border-radius: 0.5rem;
  height: 0.2rem;
  transition: 0.2s ease all;
}
.no-main-key-vs .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 3rem;
}
.no-main-about {
  background-image: url('/resource/images/main/main-c02-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.no-main-about__inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 50vh;
  position: relative;
  max-width: 1664px;
  margin: 0 auto;
}
.no-main-about__inner .fade-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
}
.no-main-about__inner .fade-text .font-cn {
  font-family: 'Noto Sans TC' !important;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .no-main-about__inner .fade-text {
    width: 90%;
  }
}
.no-main-about__inner .fade-text span {
  font-size: clamp(2.4rem, 2.3300970874vw + 1.5262135922rem, 6rem);
  font-weight: 600;
  position: relative;
  bottom: 100%;
  background-image: linear-gradient(107deg, rgb(26, 115, 232) 0%, rgb(59, 142, 251) 50%, rgb(107, 168, 248) 100%);
  line-height: 1.31;
  color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  overflow-wrap: break-word;
  height: auto;
}
@media (max-width: 768px) {
  .no-main-about__inner .fade-text span br {
    display: block;
  }
}
@media (max-width: 544px) {
  .no-main-about__inner .fade-text span {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 420px) {
  .no-main-about__inner .fade-text span {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.no-main-service {
  background-image: url('/resource/images/main/main-c03-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.no-main-service__inner .title h2 {
  color: #fff;
  text-align: center;
}
.no-main-service__inner .circle-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .no-main-service__inner .circle-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .no-main-service__inner .circle-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main-service__inner .circle-wrap li {
  position: relative;
  text-align: center;
  margin: 0 -3%;
}
.no-main-service__inner .circle-wrap li svg {
  width: auto;
}
@media (max-width: 768px) {
  .no-main-service__inner .circle-wrap li {
    margin: -3% -1.5%;
  }
}
.no-main-service__inner .circle-wrap .progress {
  stroke-dasharray: 502;
  stroke-dashoffset: 502;
  animation: progress-animation 2s linear forwards;
}
.no-main-service__inner .circle-wrap .text-wrap {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
}
.no-main-service__inner .circle-wrap .text-wrap span {
  background-image: linear-gradient(107deg, rgb(26, 115, 232) 0%, rgb(59, 142, 251) 50%, rgb(107, 168, 248) 100%);
  color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
}
@media (max-width: 768px) {
  .no-main-service__inner .circle-wrap .text-wrap span {
    font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  }
}
@media (max-width: 420px) {
  .no-main-service__inner .circle-wrap .text-wrap span {
    font-size: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
  }
}
.no-main-service__inner .circle-wrap .text-wrap h3 {
  font-weight: 500;
}
@media (max-width: 544px) {
  .no-main-service__inner .circle-wrap .text-wrap h3 {
    font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  }
}
@media (max-width: 420px) {
  .no-main-service__inner .circle-wrap .text-wrap h3 {
    font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  }
}
.no-main-service__inner .circle-wrap .text-wrap p {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: rgba(255, 255, 255, 0.8);
  word-break: auto-phrase;
}
@media (max-width: 544px) {
  .no-main-service__inner .circle-wrap .text-wrap p {
    font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  }
}
@media (max-width: 420px) {
  .no-main-service__inner .circle-wrap .text-wrap p {
    font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  }
}
.no-main-process {
  position: relative;
}
.no-main-process .bg-gradient {
  position: absolute;
  background: radial-gradient(circle, rgb(26, 115, 232) 0%, rgb(102, 33, 114) 50%, rgb(27, 169, 109) 100%);
  opacity: 0.3;
  z-index: 1;
  filter: blur(300px);
}
@media (max-width: 544px) {
  .no-main-process .bg-gradient {
    display: none;
  }
}
.no-main-process .gradient-left {
  left: -22rem;
  top: 5rem;
  width: 89.2rem;
  height: 89.2rem;
  border-radius: 50%;
}
.no-main-process .gradient-right {
  right: -45rem;
  bottom: 15rem;
  width: 90rem;
  height: 90rem;
  border-radius: 50%;
}
.no-main-process__inner {
  position: relative;
  z-index: 2;
}
.no-main-process__inner .title-wrap {
  text-align: center;
  color: #fff;
}
.no-main-process__inner .title-wrap p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.no-main-program__inner .program-wrap ul {
  gap: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
}
.no-main-program__inner .program-wrap li {
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid #444;
}
.no-main-program__inner .program-wrap li:hover img {
  transform: scale(1.14);
}
.no-main-program__inner .program-wrap figure {
  overflow: hidden;
  height: clamp(18rem, 11.6504854369vw + 13.6310679612rem, 36rem);
}
.no-main-program__inner .program-wrap img {
  transition: 0.6s ease all;
  height: 100%;
}
.no-main-program__inner .program-wrap .text {
  color: #fff;
  height: 100%;
}
.no-main-program__inner .program-wrap .text ._inner {
  height: 100%;
  padding: 2.4rem;
  background-color: #121212;
}
.no-main-program__inner .program-wrap .text h3 {
  font-weight: 600;
}
.no-main-program__inner .program-wrap .text p {
  color: rgba(255, 255, 255, 0.8);
  word-break: break-word;
}
.no-main-program .title-wrap {
  color: #fff;
  text-align: center;
}
.no-main-program .title-wrap p {
  color: rgba(255, 255, 255, 0.8);
}
.no-sub-section {
  overflow: hidden;
}
.no-sub-about__inner .about-t figure {
  border-radius: 1.6rem;
  max-height: 51rem;
  height: clamp(28rem, 14.8867313916vw + 22.4174757282rem, 51rem);
  overflow: hidden;
  z-index: 1;
}
.no-sub-about__inner .about-t figure img {
  height: 100%;
}
.no-sub-about__inner .about-m .about-flex {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.no-sub-about__inner .about-m .about-flex li {
  display: flex;
  align-items: center;
  gap: 9.2rem;
}
@media (max-width: 768px) {
  .no-sub-about__inner .about-m .about-flex li {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.no-sub-about__inner .about-m .about-flex li .text {
  width: 50%;
}
@media (max-width: 768px) {
  .no-sub-about__inner .about-m .about-flex li .text {
    width: 100%;
  }
}
.no-sub-about__inner .about-m .about-flex li .text h4 {
  font-weight: 600;
}
.no-sub-about__inner .about-m .about-flex li .text p {
  line-height: 1.51;
  font-weight: 500;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
@media (max-width: 768px) {
  .no-sub-about__inner .about-m .about-flex li  .text p br{
display:block;
  }
}

@media (max-width: 375px) {
  .no-sub-about__inner .about-m .about-flex li  .text p br{
display:none;
  }
}

.no-sub-about__inner .about-m .about-flex li figure {
  width: 50%;
  max-height: 40rem;
  height: clamp(24rem, 17.4757281553vw + 17.4466019417rem, 51rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-sub-about__inner .about-m .about-flex li figure {
    width: 100%;
  }
}
.no-sub-about__inner .about-m .about-flex li figure img {
  height: 100%;
}
.no-sub-about__inner .about-m .about-flex li:nth-child(even) .text {
  order: 2;
}
.no-sub-about__inner .about-m .about-flex li:nth-child(even) figure {
  order: 1;
}
@media (max-width: 768px) {
  .no-sub-about__inner .about-m .about-flex li:nth-child(odd) .text {
    order: 2;
  }
}
@media (max-width: 768px) {
  .no-sub-about__inner .about-m .about-flex li:nth-child(odd) figure {
    order: 1;
  }
}
.no-sub-about__inner .about-b h3 {
  text-align: center;
  font-weight: 600;
}
.no-sub-about__inner .about-b ul {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub-about__inner .about-b ul li {
  background-color: #fafafa;
  border-radius: 1.6rem;
  padding: 2.4rem;
}
.no-sub-about__inner .about-b .lord-icon,
.no-sub-about__inner .about-b figure {
  width: clamp(4.8rem, 0vw + 4.8rem, 4.8rem);
  height: clamp(4.8rem, 0vw + 4.8rem, 4.8rem);
}
.no-sub-about__inner .about-b .text h5 {
  font-weight: 600;
}
.no-sub-about__inner .about-b .text p {
  color: rgba(0, 0, 0, 0.8);
}
.no-sub-sv-document__inner .sv-document-grid ul {
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-sub-sv-document__inner .sv-document-grid li {
  padding: 4.8rem 2.4rem;
  border: 1px solid #ddd;
  border-radius: 1.6rem;
}
.no-sub-sv-document__inner .sv-document-grid li:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--clr-primary-sub);
}
.no-sub-sv-document__inner .sv-document-grid li:hover .text {
  opacity: 0;
}
.no-sub-sv-document__inner .sv-document-grid li:hover .hover-txt {
  display: block;
}
.no-sub-sv-document__inner .sv-document-grid li:hover .icon-c {
  display: none;
}
.no-sub-sv-document__inner .sv-document-grid li:hover .icon-w {
  display: flex;
}
.no-sub-sv-document__inner .sv-document-grid li .icon-w {
  display: none;
}
.no-sub-sv-document__inner .sv-document-grid li .hover-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  padding: 4.8rem 2.4rem;
}
.no-sub-sv-document__inner .sv-document-grid li .hover-txt p {
  color: #fff;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.no-sub-sv-document__inner .sv-document-grid figure {
  width: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
  height: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
}
.no-sub-sv-document__inner .btn-fill {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-sub-sv-document__inner .btn-fill a {
  margin: 0 auto;
  padding: 1.2rem 3.2rem;
  color: #fff;
  border-radius: 5.5rem;
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  background: linear-gradient(
    -260deg,
    rgb(28, 92, 175) 0%,
    rgb(26, 115, 232) 42%,
    rgb(59, 142, 251) 83%,
    rgb(107, 168, 248) 100%
  );
}
.no-sub-sv-document__inner .btn-fill a i {
  transition: 0.3s ease all;
  margin-left: 0.4rem;
}
.no-sub-sv-document__inner .btn-fill a:hover i {
  transform: translateX(0.4rem);
}
.no-sub-sv-document__inner .btn-fill a {
  background: var(--clr-primary-sub);
}
.no-sub-sv-document__inner .provide-lang {
  text-align: center;
}
.no-sub-sv-document__inner .provide-lang h4 {
  font-weight: 600;
  position: relative;
}
.no-sub-sv-document__inner .provide-lang h4::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 3.6rem;
  background-color: #000;
}
.no-sub-sv-document__inner .provide-lang p {
  font-weight: 500;
  line-height: 1.51;
}
.no-sub-sv-document__inner .provide-lang span {
  color: #414141;
  display: inline-block;
}
.no-sub-sv-notarize__inner .notarize-intro figure {
  border-radius: 1.6rem;
  max-height: 51rem;
  height: clamp(28rem, 14.8867313916vw + 22.4174757282rem, 51rem);
  overflow: hidden;
}
.no-sub-sv-notarize__inner .notarize-intro figure img {
  height: 100%;
}
.no-sub-sv-notarize__inner .sv-notarize-grid h2 {
  text-align: center;
  font-weight: 600;
}
.no-sub-sv-notarize__inner .sv-notarize-grid li {
  background-color: #fff;
  border: none;
  border: 1px solid #ddd;
}
.no-sub-sv-notarize__inner .sv-notarize-grid li figure {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub-sv-notarize__inner .sv-notarize-grid li span {
  color: var(--clr-primary-sub);
}
.no-sub-sv-notarize__inner .sv-notarize-grid li .text {
  color: #000;
}
.no-sub-sv-notarize__inner .sv-notarize-grid li .text p {
  color: rgba(0, 0, 0, 0.8);
}
.no-sub-sv-notarize__inner .sv-notarize-grid li:hover {
  background-color: var(--clr-primary-sub);
}
.no-sub-sv-notarize__inner .sv-notarize-grid li:hover figure img {
  filter: brightness(0) invert(1);
}
.no-sub-sv-notarize__inner .sv-notarize-grid li:hover span {
  color: #fff;
}
.no-sub-sv-notarize__inner .sv-notarize-grid li:hover .text {
  color: #fff;
}
.no-sub-sv-notarize__inner .sv-notarize-grid li:hover .text p {
  color: rgba(255, 255, 255, 0.8);
}
.no-sub-sv-notarize__inner .sv-notarize-needs .grid_inner {
  display: grid;
  grid-template-columns: 4fr 6fr;
}
@media (max-width: 1024px) {
  .no-sub-sv-notarize__inner .sv-notarize-needs .grid_inner {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  }
}
.no-sub-sv-notarize__inner .sv-notarize-needs .text-wrap {
  text-align: left;
}
@media (max-width: 1024px) {
  .no-sub-sv-notarize__inner .sv-notarize-needs .text-wrap {
    text-align: center;
  }
}
.no-sub-sv-notarize__inner .sv-notarize-needs ul {
  gap: 8rem 2.4rem;
}
.no-sub-sv-notarize__inner .sv-notarize-needs li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .no-sub-sv-notarize__inner .sv-notarize-needs li {
    align-items: center;
  }
}
.no-sub-sv-notarize__inner .sv-notarize-needs .text-wrap p {
  color: rgba(0, 0, 0, 0.8);
}
.no-sub-sv-notarize__inner .sv-notarize-needs figure {
  background-color: #ddd;
  max-height: 36rem;
  width: 100%;
  height: clamp(19rem, 11.003236246vw + 14.8737864078rem, 36rem);
  overflow: hidden;
}
.no-sub-sv-notarize__inner .sv-notarize-needs figure img {
  height: 100%;
}
.no-sub-sv-notarize__inner .notice {
  color: #414141;
}
.no-sub-sv-apostile__inner .apostile-intro figure {
  border-radius: 1.6rem;
  max-height: 51rem;
  height: clamp(24rem, 17.4757281553vw + 17.4466019417rem, 51rem);
  overflow: hidden;
}
.no-sub-sv-apostile__inner .apostile-intro figure img {
  height: 100%;
}
.no-sub-sv-apostile__inner .apostile-intro .text-wrap p {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-sub-sv-apostile__inner .apostile-df {
  background-color: #fafafa;
}
.no-sub-sv-apostile__inner .apostile-df .text-wrap {
  text-align: center;
}
.no-sub-sv-apostile__inner .apostile-df .text-wrap h2 {
  font-weight: 600;
}
.no-sub-sv-apostile__inner .apostile-df .text-wrap p {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-sub-sv-apostile__inner .apostile-df .apo-icon {
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
}
.no-sub-sv-apostile__inner .apostile-df .apo-icon ul {
  justify-content: center;
}
@media (max-width: 768px) {
  .no-sub-sv-apostile__inner .apostile-df .apo-icon ul {
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  }
}
.no-sub-sv-apostile__inner .apostile-df .apo-icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub-sv-apostile__inner .apostile-df .apo-icon li:nth-child(2) .icon-wrap {
  background-color: #ecf8ff;
}
.no-sub-sv-apostile__inner .apostile-df .apo-icon .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(6.4rem, 1.2944983819vw + 5.9145631068rem, 8.4rem);
  height: clamp(6.4rem, 1.2944983819vw + 5.9145631068rem, 8.4rem);
  border-radius: 50%;
  background-color: #eee;
}
.no-sub-sv-apostile__inner .apostile-df .apo-icon .icon-wrap figure {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub-sv-apostile__inner .apostile-df .apo-icon .text {
  text-align: center;
}
.no-sub-sv-apostile__inner .apostile-df .notice {
  text-align: center;
}
.no-sub-sv-apostile__inner .apostile-df .notice h4 {
  font-weight: 700;
  color: var(--clr-primary-main);
}
.no-sub-sv-apostile__inner .apostile-df .notice li {
  color: rgba(0, 0, 0, 0.8);
}
.no-sub-sv-apostile__inner .sv-apostile-grid ul {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub-sv-apostile__inner .sv-apostile-grid h2 {
  text-align: center;
  font-weight: 600;
}
.no-sub-sv-apostile__inner .sv-apostile-grid li {
  background-color: #fff;
  border: none;
  border: 1px solid #ddd;
}
.no-sub-sv-apostile__inner .sv-apostile-grid li figure {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub-sv-apostile__inner .sv-apostile-grid li span {
  color: var(--clr-primary-sub);
}
.no-sub-sv-apostile__inner .sv-apostile-grid li .text {
  color: #000;
}
.no-sub-sv-apostile__inner .sv-apostile-grid li .text h3 {
  font-weight: 500;
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.no-sub-sv-apostile__inner .sv-apostile-grid li .text p {
  color: rgba(0, 0, 0, 0.8);
}
.no-sub-sv-apostile__inner .sv-apostile-grid li:hover {
  background-color: var(--clr-primary-sub);
  border: 1px solid rgba(0, 0, 0, 0);
}
.no-sub-sv-apostile__inner .sv-apostile-grid li:hover figure img {
  filter: brightness(0) invert(1);
}
.no-sub-sv-apostile__inner .sv-apostile-grid li:hover span {
  color: #fff;
}
.no-sub-sv-apostile__inner .sv-apostile-grid li:hover .text {
  color: #fff;
}
.no-sub-sv-apostile__inner .sv-apostile-grid li:hover .text p {
  color: rgba(255, 255, 255, 0.8);
}
.no-sub-sv-video__inner .sv-video-intro .video-flex {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li {
  display: flex;
  align-items: center;
  gap: 9.2rem;
}
@media (max-width: 768px) {
  .no-sub-sv-video__inner .sv-video-intro .video-flex li {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li .text {
  width: 50%;
}
@media (max-width: 768px) {
  .no-sub-sv-video__inner .sv-video-intro .video-flex li .text {
    width: 100%;
  }
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li .text h4 {
  font-weight: 600;
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li .text p {
  line-height: 1.51;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: rgba(0, 0, 0, 0.8);
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li figure {
  width: 50%;
  max-height: 40rem;
  height: clamp(28rem, 14.8867313916vw + 22.4174757282rem, 51rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-sub-sv-video__inner .sv-video-intro .video-flex li figure {
    width: 100%;
  }
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li figure img {
  height: 100%;
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li:nth-child(odd) .text {
  order: 2;
}
.no-sub-sv-video__inner .sv-video-intro .video-flex li:nth-child(odd) figure {
  order: 1;
}
@media (max-width: 768px) {
  .no-sub-sv-video__inner .sv-video-intro .video-flex li:nth-child(even) .text {
    order: 2;
  }
}
@media (max-width: 768px) {
  .no-sub-sv-video__inner .sv-video-intro .video-flex li:nth-child(even) figure {
    order: 1;
  }
}
.no-sub-sv-video__inner .provide-lang {
  text-align: center;
}
.no-sub-sv-video__inner .provide-lang h4 {
  font-weight: 600;
  position: relative;
}
.no-sub-sv-video__inner .provide-lang h4::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 3.6rem;
  background-color: #000;
}
.no-sub-sv-video__inner .provide-lang p {
  font-weight: 500;
  line-height: 1.51;
}
.no-sub-sv-video__inner .provide-lang span {
  color: #414141;
  display: inline-block;
}
.no-sub-pf-document__inner h2 {
  text-align: center;
}
.no-sub-recruit__inner .recruit-cont ul {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.no-sub-recruit__inner .recruit-cont li {
  padding: 2.4rem;
  border-bottom: 1px solid #ddd;
}
.no-sub-recruit__inner .recruit-cont li:last-child {
  border-bottom: 0;
}
.no-sub-recruit__inner .recruit-cont li h3 {
  position: relative;
}
.no-sub-recruit__inner .recruit-cont li h3::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0;
  width: 0.5rem;
  height: 100%;
  background-color: var(--clr-primary-sub);
}
.no-sub-recruit__inner .recruit-cont li .list-text {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.no-sub-recruit__inner .recruit-cont li .list-text li {
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 0;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  list-style: initial;
}
.no-sub-recruit__inner .recruit-cont li .list-text li:nth-child(1) {
  padding-top: 2.4rem;
}
.no-sub-recruit__inner .recruit-cont li .recruit-process {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: clamp(3rem, 3.2362459547vw + 1.786407767rem, 8rem);
}
@media (max-width: 768px) {
  .no-sub-recruit__inner .recruit-cont li .recruit-process {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .no-sub-recruit__inner .recruit-cont li .recruit-process {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  border: none;
  border-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 1.2rem;
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li figure {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li span {
  color: var(--clr-primary-sub);
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li .text {
  color: #000;
  text-align: center;
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li .text h4 {
  font-weight: 500;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li:hover {
  background-color: var(--clr-primary-sub);
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li:hover figure img {
  filter: brightness(0) invert(1);
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li:hover span {
  color: #fff;
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li:hover .text {
  color: #fff;
}
.no-sub-recruit__inner .recruit-cont li .recruit-process li:hover .text p {
  color: rgba(255, 255, 255, 0.8);
}
.no-sub-recruit__inner .recruit-cont li p {
  color: rgba(0, 0, 0, 0.8);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-board .no-begde {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0.4rem 1.2rem;
  background-color: var(--clr-primary-light);
  color: var(--clr-primary-main);
}
@media (max-width: 768px) {
  .no-board .no-begde {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}
.no-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.no-board-top .no-board-total span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .no-board-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .no-board-top .no-board-search {
    width: 100%;
  }
}
.no-board .no-skin-lock {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  font-weight: var(--fw-medium);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.8rem;
}
.no-board .no-skin-new {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  background-color: var(--clr-primary-main);
  color: var(--clr-base-white);
  font-weight: var(--fw-medium);
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  margin-right: 0.2rem;
}
.no-board .no-skin-icon {
  --icon-width: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--icon-width);
  height: var(--icon-width);
}
.no-board .no-skin-video__link {
  display: block;
  transition: var(--tran-15);
  position: relative;
}
.no-board .no-skin-video__link:hover h3 {
  color: var(--clr-primary-main);
}
.no-board .no-skin-video__link:hover .no-skin-video__img > img {
  transform: scale(1.1);
}
.no-board .no-skin-video__img {
  border-radius: 1.2rem;
}
.no-board .no-skin-video__img img {
  transition: var(--tran-15);
}
.no-board .no-skin-list .no-skin-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  border-top: 2px solid #000;
  text-align: center;
  vertical-align: middle;
  --cell-padding: 2rem;
}
@media (max-width: 1024px) {
  .no-board .no-skin-list .no-skin-list-table {
    --cell-padding: 1.5rem;
  }
}
.no-board .no-skin-list .no-skin-list-table .no-notice-megaphone {
  color: var(--clr-primary-main);
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table colgroup col {
    width: 100% !important;
  }
}
.no-board .no-skin-list .no-skin-list-table thead th {
  padding: var(--cell-padding);
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 600;
}
.no-board .no-skin-list .no-skin-list-table thead th:nth-child(2) {
  text-align: left;
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table thead {
    display: none;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr:hover {
  background-color: var(--clr-gray-light);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td {
  padding: var(--cell-padding);
  border-bottom: 1px solid #ddd;
  color: #818181;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td:nth-child(2) {
  text-align: left;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td strong {
  font-weight: 600;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label {
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span {
    font-size: 1.2rem;
  }
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span::before {
    content: attr(data-label);
    color: var(--clr-text-desc);
    padding-right: 0.4rem;
  }
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td {
    display: inline-block;
    padding: 0.4rem 0;
    border: none;
  }
  .no-board .no-skin-list .no-skin-list-table tbody tr td.--full {
    width: 100%;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a:hover {
  color: var(--clr-primary-main);
  text-decoration: underline;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a strong {
  flex: 1;
}
.no-board .no-skin-faq .no-skin-faq-list {
  border-top: 2px solid #000;
}
.no-board .no-skin-faq .no-skin-faq-item {
  border-bottom: 1px solid #ddd;
}
.no-board .no-skin-faq .no-skin-faq-item__title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.no-board .no-skin-faq .no-skin-faq-item__title h3 {
  flex: 1;
  font-weight: 600;
}
.no-board .no-skin-faq .no-skin-faq-item__arrow i {
  transition: 0.3s ease-in-out;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon {
  --width: 3.2rem;
  width: var(--width);
  height: var(--width);
  background-color: var(--clr-primary-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item__icon {
    --width: 2.8rem;
  }
}
.no-board .no-skin-faq .no-skin-faq-item__icon.--dark {
  background-color: #fafafa;
}
.no-board .no-skin-faq .no-skin-faq-item__icon span {
  color: #fff;
  font-weight: 600;
}
.no-board .no-skin-faq .no-skin-faq-item button {
  gap: 2.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  transition: var(--tran-15);
}
.no-board .no-skin-faq .no-skin-faq-item button.active {
  background-color: #f5f5f5;
}
.no-board .no-skin-faq .no-skin-faq-item button.active .no-skin-faq-item__title h3 {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item button.active .no-skin-faq-item__arrow i {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item button {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.no-board .no-skin-faq .no-skin-faq-item button:hover {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item.--active button {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item.--active i {
  color: var(--clr-primary-main);
  transform: rotate(180deg);
}
.no-board .no-skin-faq .no-skin-faq-body {
  display: none;
}
.no-board .no-skin-faq .no-skin-faq-body > div {
  border-top: 1px solid var(--clr-gray-main);
  background-color: var(--clr-gray-light);
  display: flex;
  gap: 1.6rem;
  padding: 2.4rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-body > div {
    padding: 1.6rem;
    padding-bottom: 3.2rem;
    flex-direction: column;
  }
}
.no-board .no-skin-faq .no-skin-faq-body__content {
  flex: 1;
} /*# sourceMappingURL=style.css.map */


.no-chk-agree{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:.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:##444;
}
@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-primary-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 {
       background-color: #f9f9f9;
	 border: 1px solid #ddd;
	font-size: 1.6rem;
    color: #444;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    font-family: 'Pretendard';
	height:100%;
    height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  border-top-right-radius:0.8rem;
  border-bottom-right-radius:0.8rem;
   }
@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;
}